(fill-flowed-encode-tests): Use concatenated string to protect trailing
[gnus] / lisp / ChangeLog
1 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4         whitespace removed in revision 7.8.  Use concatenated string to
5         protect trailing whitespace.
6
7 2005-10-27  Jouni K Seppanen <jks@iki.fi>  (tiny change)
8
9         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12         Courier IMAP ("some version from 2004").  Mostly based on similar
13         code in the same function.
14
15 2005-10-26  Didier Verna  <didier@xemacs.org>
16
17         * gnus-group.el (gnus-group-compact-group): invalidate original
18         article buffer.
19         * gnus-srvr.el (gnus-server-compact-server): ditto.
20         * nnml.el (nnml-request-compact-group): handle self Xref: field in
21         NOV database and in article itself.
22         Invalidate article backlog.
23
24 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
27
28 2005-10-26  Simon Josefsson  <jas@extundo.com>
29
30         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
31         part of 2004-07-25 change.
32
33 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * message.el (message-display-completion-list): New function.
36         (message-expand-group): Use it; make sure the Completions buffer
37         is modifiable.
38
39 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
40
41         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
42         user-mail-name is an empty string.
43
44 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
47         depending on gnus-score-decay-constant.
48
49         * encrypt.el (encrypt-insert-file-contents)
50         (encrypt-write-file-contents): Don't use `gnus-message'.
51
52         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
53         arguments.
54         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
55         arguments to mm-uu-verbatim-marks-extract.
56         (mm-uu-hide-markers): New variable.
57         (mm-uu-extract): Use face similar to `gnus-cite-3'.
58
59         * gnus-fun.el (gnus-convert-image-to-x-face-command)
60         (gnus-convert-image-to-face-command): Use "convert" by default to
61         allow other input image formats.
62         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
63         accordingly.
64
65 2005-10-23  Simon Josefsson  <jas@extundo.com>
66
67         * imap.el (imap-gssapi-program): Align command line parameters
68         with latest GNU SASL.
69         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
70
71 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
74         HTML.
75         (nnslashdot-request-article): Ditto.
76
77         * lpath.el (featurep): Add nobreak-char-display.
78
79 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
80
81         * mail-source.el (mail-source-fetch-pop): Require pop3.
82         (mail-source-check-pop): Ditto.
83
84 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
87         errors.
88
89 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
90
91         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
92         (gnus-treat-strip-leading-blank-lines): Improve doc string.
93
94         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
95
96         * mm-bodies.el (mm-decode-string): Call
97         `mm-charset-to-coding-system' with allow-override argument.
98
99 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
102         (rfc2047-charset-to-coding-system): New function.
103         (rfc2047-decode-encoded-words): New function.
104         (rfc2047-decode-region): Use them.
105         (rfc2047-decode-cte): Remove.
106         (rfc2047-parse-and-decode): Remove.
107         (rfc2047-decode): Remove.
108
109 2005-10-15  Kenichi Handa  <handa@m17n.org>
110
111         * rfc2047.el (rfc2047-decode-cte): New function.
112         (rfc2047-decode-region): Change the way to decode successive
113         encoded-words: decode B- or Q-encoding in each encoded-word,
114         concatenate them, and decode it as charset.
115
116 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * lpath.el: Fbind codepage-setup for XEmacs.
119
120 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
121
122         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
123         widget-move-and-invoke.
124         (gnus-custom-mode): Use gnus-custom-map.
125
126 2005-10-15  Bill Wohler  <wohler@newt.com>
127
128         * message.el (message-tool-bar-map): Renamed image file from
129         mail_send to mail/send.
130
131 2005-10-16  Masatake YAMATO  <jet@gyve.org>
132
133         * message.el (message-expand-group): Pass the common
134         prefix substring of completion to `display-completion-list'.
135
136 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * mml-sec.el (mml-secure-method): New internal variable.
139         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
140         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
141         functions using mml-secure-method.
142
143         * mml.el (mml-mode-map): Add key bindings for those functions.
144         (mml-menu): Simplify security menu entries.  Suggested by Jesper
145         Harder <harder@myrealbox.com>.
146         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
147         end of message if point is the headers of the message.
148
149         * message.el (message-in-body-p): New function.
150
151         * assistant.el: Autoload gnus-util and netrc.
152
153         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
154         Use `mm-charset-override-alist' only when decoding.
155
156         * mm-bodies.el (mm-decode-body): Call
157         `mm-charset-to-coding-system' with allow-override argument.
158
159         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
160         `filename' from Content-Disposition if Content-Type doesn't
161         provide `name'.
162         (gnus-mime-view-part-as-type): Set default instead of
163         initial-input.
164
165 2005-10-09  Daniel Brockman <daniel@brockman.se>
166
167         * format-spec.el (format-spec): Propagate text properties of % spec.
168
169 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
170
171         * gnus-art.el (gnus-treat-predicate): Add `first'.
172
173 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
176         (mm-charset-override-alist): New variable.
177         (mm-charset-to-coding-system): Use it.
178         (mm-codepage-setup): New helper function.
179         (mm-charset-eval-alist): New variable.
180         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
181         about unknown charsets.
182
183         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
184
185 2005-10-04  David Hansen  <david.hansen@gmx.net>
186
187         * nnrss.el (nnrss-request-article): Add support for the comments tag.
188         (nnrss-check-group): Ditto.
189
190 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
191
192         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
193         Rename x-gnus-verbatim to x-verbatim.
194         (mm-uu-type-alist): Fix regexp for verbatim-marks.
195
196         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
197         x-verbatim.
198
199         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
200
201         * gnus-util.el (gnus-remove-duplicates): Remove.
202
203         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
204         instead of gnus-remove-duplicates.
205
206         * message.el (message-remove-duplicates): Remove.
207         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
208         message-remove-duplicates.
209
210         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
211         available, else use implementation from `delete-dups'.
212
213         * message.el (message-insert-expires): New function.
214         (message-mode-map): Add key binding.
215         (message-mode-field-menu): Add menu entry.
216         (message-mode): Document it.
217         (message-make-expires-date): Use `message-make-date'.
218
219 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
220
221         * message.el (message-make-expires-date): New function.
222
223 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * Makefile.in (list-installed-shadows): New entry.
226         (install): Use it.
227         (remove-installed-shadows): New entry.
228
229         * dgnushack.el (dgnushack-default-load-path): New variable.
230         (dgnushack-find-lisp-shadows): New function.
231         (dgnushack-remove-lisp-shadows): New function.
232
233 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * Makefile.in (install-el-elc): New entry.
236         (install): Use it so that .el files are necessarily installed.
237
238 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * time-date.el: Autoload parse-time-string, XEmacs needs it.
241
242 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
243
244         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
245         function rather than the diff-mode.el package.
246         (mm-display-external): Use with-current-buffer.
247         (mm-viewer-completion-map, mm-viewer-completion-map):
248         Move initialization inside declaration.
249
250 2005-09-29  Simon Josefsson  <jas@extundo.com>
251
252         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
253         autoload mail-check-payment.
254         (spam-check-hashcash): Define unconditionally, since hashcash.el
255         is part of Gnus now.  Ignore errors from payment checking.
256
257 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * message.el (message-bold-region, message-unbold-region): Rename
260         from `bold-region' and `unbold-region'.
261
262         * message.el: Remove useless autoloads.
263
264 2005-09-28  Simon Josefsson  <jas@extundo.com>
265
266         * message.el (message-use-idna): Default to t.
267         (message-use-idna): Test whether encoding works too.  Doc fix.
268
269 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * nntp.el (nntp-warn-about-losing-connection): Remove.
272
273 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
276         customizable.  Change default value.
277         (mm-uu-diff-groups-regexp): Change default value.
278         (mm-uu-type-alist): Add doc string.
279         (mm-uu-configure): Add doc string.  Make it interactive.
280         (mm-uu-tex-groups-regexp): New variable.
281         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
282         (mm-uu-type-alist): Add LaTeX documents.
283         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
284         of "text/verbatim".
285         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
286
287         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
288         instead of "text/verbatim".
289
290         * message.el (message-mark-inserted-region)
291         (message-mark-insert-file): Use slrn style marks when called with
292         prefix argument.
293
294 2005-09-27  Simon Josefsson  <jas@extundo.com>
295
296         * message.el (message-idna-to-ascii-rhs-1): Reformat.
297
298 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
299
300         * message.el (message-remove-duplicates): New function.
301         Implementation borrowed from `gnus-remove-duplicates'.
302         (message-idna-to-ascii-rhs): Also encode idna addresses in
303         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
304         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
305         only ask about the same idna domain once per header and also tell
306         in what header to replace the idna domain.
307
308         * gnus-art.el (article-decode-idna-rhs): Also decode idna
309         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
310         (article-decode-idna-rhs): Fix regexp so that all idna-address in
311         a header is decoded and not just the last one.
312
313 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
316         has been decoded.
317
318         * mm-decode.el (mm-automatic-display): Add text/verbatim.
319         (mm-insert-part): Don't modify text if it has been decoded.
320
321         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
322         decoded.
323
324         * mm-view.el (mm-inline-text): Don't strip text props unless
325         decoding enriched or richtext parts.
326
327 2005-09-25  Romain Francoise  <romain@orebokech.com>
328
329         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
330         * gnus-start.el (gnus-subscribe-interactively):
331         * gnus-uu.el (gnus-uu-grab-articles):
332         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
333         space.
334
335 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
336
337         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
338         * mm-view.el (mm-view-pkcs7-decrypt):
339         * gnus-sum.el (gnus-summary-limit-to-extra)
340         (gnus-summary-respool-article, gnus-read-move-group-name):
341         * gnus-score.el (gnus-summary-increase-score):
342         * gnus-util.el (gnus-completing-read-with-default):
343         * gnus-art.el (gnus-read-save-file-name)
344         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
345         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
346         * message.el (message-check-news-header-syntax):
347         Follow convention for reading with the minibuffer.
348
349 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
350
351         * spam-report.el (spam-report-url-ping-plain):
352         Use gnus-extended-version as User-Agent.
353
354         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
355         default value is nil.
356
357         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
358         (mm-uu-verbatim-marks-extract): New function.
359         (mm-uu-extract): New face.
360         (mm-uu-copy-to-buffer): Use it.
361
362         * spam-report.el (spam-report-gmane-ham): Renamed from
363         `spam-report-gmane-unspam'.
364         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
365         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
366
367         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
368         Autoload.
369         (spam-report-gmane-unregister-routine): Renamed
370         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
371
372 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
373
374         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
375         (spam-report-gmane-unregister-routine): added support for gmane
376         unregistration
377
378         * spam-report.el (spam-report-gmane-unspam)
379         (spam-report-gmane-spam): new wrappers around spam-report-gmane
380         (spam-report-gmane): changed to take a single article and do
381         unspam registration
382
383 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
384
385         * mm-url.el (mm-url-decode-entities): Fix regexp.
386
387 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
390         default to nil, to be able to use Gnus at all.  If the default
391         switches to something else, then the function should be fixed not
392         be exceedingly slow.
393
394 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * gnus-start.el (gnus-activate-group): if the server is nil, don't
397         fail hard
398
399         * spam-report.el: better Keywords line
400
401         * spam.el: added Maintainer and better Keywords line
402
403 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
404
405         * gnus-art.el (gnus-article-replace-part)
406         (gnus-mime-replace-part): New functions.
407         (gnus-mime-action-alist, gnus-mime-button-commands)
408         (gnus-mime-save-part-and-strip): Added file argument.
409         (gnus-article-part-wrapper): Added interactive argument.
410
411         * gnus-sum.el (gnus-summary-mime-map): Add
412         `gnus-article-replace-part'.
413
414 2005-09-19  Didier Verna  <didier@xemacs.org>
415
416         The nnml compaction feature:
417         * nnml.el (nnml-request-compact-group): New function.
418         * nnml.el (nnml-request-compact): New function.
419         * gnus-int.el (gnus-request-compact-group): New function.
420         * gnus-int.el (gnus-request-compact): New function.
421         * gnus-group.el (gnus-group-compact-group): New function.
422         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
423         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
424         * gnus-srvr.el (gnus-server-compact-server): New function.
425         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
426         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
427
428 2005-09-18  Deepak Goel  <deego@gnufans.org>
429
430         * sieve.el (sieve-help): Fix `message' call: first arg should be a
431         format spec.
432
433 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus.el (gnus-group-startup-message): Bind image-load-path.
436
437 2005-09-15  Romain Francoise  <romain@orebokech.com>
438
439         * message.el (message-fill-paragraph): Clarify docstring.
440
441 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-art.el (gnus-mime-display-part): Protect against broken
444         MIME messages.
445
446 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
449         before parsing header.
450
451 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
452
453         * html2text.el: (html2text-replace-list): Add new entities.
454
455 2005-09-11  Romain Francoise  <romain@orebokech.com>
456
457         * message.el (message-alternative-emails): Improve docstring.
458         (message-setup-1): Call `message-use-alternative-email-as-from'
459         after `message-setup-hook' to give it precedence over posting
460         styles, etc.
461         (message-use-alternative-email-as-from): Add docstring.  Remove
462         the original From header if present.
463
464         * nnml.el (nnml-compressed-files-size-threshold): New variable.
465         (nnml-save-mail): Use it.
466
467         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
468         articles.  Add new argument `silent'.
469         (gnus-uu-mark-all): Report the total number of marked articles.
470
471 2005-09-10  Romain Francoise  <romain@orebokech.com>
472
473         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
474         (gnus-uu-mark-series): Likewise.
475
476 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
477
478         * spam-report.el (spam-report-gmane): Fix generation of spam
479         report URL.
480
481 2005-09-10  Simon Josefsson  <jas@extundo.com>
482
483         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
484         t, based on discussion on the ding list with Robert Epprecht
485         <epprecht@solnet.ch>.
486
487 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * spam-report.el (spam-report-gmane): Make it work without
490         X-Report-Spam header.  Gmane now only provides Archived-At.
491         This is only used if `spam-report-gmane-use-article-number' is nil.
492         (spam-report-gmane-spam-header): Remove.  Not used anymore.
493
494         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
495         make `gnus-summary-sort-by-recipient' work with threading.
496
497         * nnweb.el (nnweb-google-wash-article): Print a message if article
498         is not available.
499
500 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
501
502         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
503         change.  Decode text/* parts content before displaying.
504
505 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
506
507         * mml-smime.el: Remove defvar of gnus-extract-address-components.
508
509 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * mm-view.el (mm-display-inline-fontify): Disable support modes.
512
513         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
514         url-package-name, url-package-version,
515         w3m-cid-retrieve-function-alist, w3m-current-buffer,
516         w3m-display-inline-images, and w3m-minor-mode-map.
517
518 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
519
520         * message.el (message-tab-body-function): Fixed mismatched custom
521         type.
522
523         * gnus.el (gnus-group-change-level-function): Ditto.
524
525         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
526
527         * gnus-art.el (gnus-signature-limit)
528         (gnus-article-mime-part-function): Ditto.
529
530 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * mml.el (mml-mode): Silence the byte compiler.
533
534         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
535         using `(sit-for 0)' before moving the point to the specified part;
536         skip unbuttonized parts.
537         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
538         return to the summary window if gnus-auto-select-part is non-nil.
539
540 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
541
542         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
543         variables.
544         (mml-dnd-attach-file, mml-mode): Use them.
545
546         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
547         Make fetching article by MID work again for Google Groups.  Added
548         FIXME concerning gnus-group-make-web-group.
549
550         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
551         Don't depend on Gnus by using mail-extract-address-components if
552         gnus-extract-address-components is not bound.
553
554 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-art.el (gnus-mime-display-security): Don't display the
557         signature, but only the signed part.
558
559 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
562
563         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
564         list, not listp.
565
566 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
567
568         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
569         when encoding.
570
571         * mm-bodies.el (mm-decode-content-transfer-encoding):
572         De-canonicalize CRLF for all text content types, not just
573         text/plain.
574
575 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
578         valid article; point arrow and cursor at the MIME button.
579
580 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
583         Suggested by Dan Christensen <jdc@uwo.ca>.
584
585         * mm-decode.el (mm-save-part): Enable change of prompt.
586
587 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
588
589         * gnus-msg.el (gnus-inews-add-send-actions): Made
590         `message-post-method' lambda parameter ARG `&optional'.
591
592 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
593
594         * gnus-sum.el (gnus-summary-mime-map): Added
595         gnus-article-save-part-and-strip, gnus-article-delete-part and
596         gnus-article-jump-to-part.
597
598         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
599         (gnus-article-edit-part): Use it.
600         (gnus-article-part-wrapper): Added no-handle argument.
601         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
602         functions.
603
604 2005-08-29  Romain Francoise  <romain@orebokech.com>
605
606         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
607         docstring.
608         (gnus-face-from-file): Likewise.
609
610 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
611
612         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
613         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
614         non-nil.
615         (gnus-auto-select-part): New variable.
616         (gnus-article-jump-to-part): New function.
617         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
618         (gnus-mime-delete-part): Allow selecting specified part after
619         deleting or stripping parts.
620         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
621         part if argument is bogus.
622
623 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
624
625         * gnus-art.el (w3m-minor-mode-map):
626         * gnus-spec.el (gnus-newsrc-file-version):
627         * gnus-util.el (nnmail-active-file-coding-system)
628         (gnus-original-article-buffer, gnus-user-agent):
629         * gnus.el (gnus-ham-process-destinations)
630         (gnus-parameter-ham-marks-alist)
631         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
632         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
633         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
634         * mm-decode.el (gnus-current-window-configuration):
635         * mm-extern.el (gnus-article-mime-handles):
636         * mm-url.el (url-current-object, url-package-name)
637         (url-package-version):
638         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
639         (smime-keys, w3m-cid-retrieve-function-alist)
640         (w3m-current-buffer, w3m-display-inline-images)
641         (w3m-minor-mode-map):
642         * mml-smime.el (gnus-extract-address-components):
643         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
644         (gnus-newsrc-hashtb, message-default-charset)
645         (message-deletable-headers, message-options)
646         (message-posting-charset, message-required-mail-headers)
647         (message-required-news-headers):
648         * mml1991.el (mc-pgp-always-sign):
649         * mml2015.el (mc-pgp-always-sign):
650         * nnheader.el (nnmail-extra-headers):
651         * rfc1843.el (gnus-decode-encoded-word-function)
652         (gnus-decode-header-function, gnus-newsgroup-name):
653         * spam-stat.el (gnus-original-article-buffer): Add defvars.
654
655 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
656
657         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
658         the end of the date treatments.
659
660 2005-08-15  Simon Josefsson  <jas@extundo.com>
661
662         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
663         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
664         Capello and Romain Francoise.
665         (pgg-fetch-key-function): Removed, not used?
666         (pgg-insert-url-with-w3): Require url, to get
667         url-insert-file-contents regardless of where it is defined.
668
669 2005-08-13  Romain Francoise  <romain@orebokech.com>
670
671         * message.el (message-cite-original-1): New function.
672         (message-cite-original): Use it.
673         (message-cite-original-without-signature): Ditto.
674
675 2005-08-08  Romain Francoise  <romain@orebokech.com>
676
677         * message.el (message-yank-empty-prefix): New variable.
678         (message-indent-citation): Use it.
679         (message-cite-original-without-signature): Respect X-No-Archive.
680
681 2005-08-08  Simon Josefsson  <jas@extundo.com>
682
683         * pgg.el: Autoload url-insert-file-contents instead of loading
684         w3/url.
685         (pgg-insert-url-with-w3): Don't load url here.
686
687 2005-08-07  Jesper Harder  <harder@phys.au.dk>
688
689         * message.el (message-kill-to-signature): Don't insert newline at
690         bol.
691         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
692
693 2005-08-06  Romain Francoise  <romain@orebokech.com>
694
695         * message.el (message-user-fqdn): Fix typo in docstring.
696
697 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
698
699         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
700
701         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
702
703 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * mm-bodies.el (mm-encode-body): Use coding system rather than
706         charset to encode text.
707
708         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
709         number of charsets if utf-8 is available (XEmacs).
710
711 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
712
713         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
714         taken from `gnus-button-mid-or-mail-regexp'.
715         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
716         (gnus-button-alist): Improve regexp for domain part of the MIDs
717         for news:localpart@domain buttons.
718         (gnus-button-ctan-directory-regexp): Update.
719
720 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * sieve-manage.el (sieve-manage-interactive-login): Use
723         make-local-variable rather than make-variable-buffer-local.
724         (sieve-manage-open): Ditto.
725         (sieve-manage-authenticate): Ditto.
726
727         * mml.el (mml-generate-mime-1): Make the content type default to
728         text/plain if the filename is not specified.
729
730 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
733         instead of insert-buffer.
734
735         * message.el (message-yank-original): Ditto; set the mark at the
736         end of the yanked message.
737
738 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
741         lines to scroll rather than to stop it.
742
743         * mml.el (mml-generate-default-type): Add doc string.
744         (mml-generate-mime-1): Use mm-default-file-encoding or make it
745         default to application/octet-stream when determining the content
746         type if it is not specified for the part or the mml contents; add
747         a comment about mml-generate-default-type.
748
749 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
750
751         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
752         make it default to application/octet-stream when determining the
753         content type if it is not specified for the external contents.
754
755 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * rfc2231.el (rfc2231-parse-string): Take care that not only a
758         segmented parameter but also other parameters might be there.
759
760 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * mm-decode.el (mm-display-external): Delete temp file, directory
763         and buffer immediately if the external process is exited.
764
765 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
768         fewer lines than that of scroll-margin.
769         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
770
771 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * gnus-art.el (gnus-article-next-page): Revert.
774         (gnus-article-beginning-of-window): New macro.
775         (gnus-article-next-page-1): Use it.
776         (gnus-article-prev-page): Ditto.
777         (gnus-article-edit-part): Use insert-buffer-substring instead of
778         insert-buffer.
779         (gnus-article-edit-exit): Ditto.
780
781         * gnus-util.el (gnus-beginning-of-window): Remove.
782         (gnus-end-of-window): Remove.
783
784         * lpath.el: Don't bind header-line-format and scroll-margin.
785
786 2005-07-25  Simon Josefsson  <jas@extundo.com>
787
788         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
789         to have the url package without w3.  Reported by Daiki Ueno
790         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
791
792 2005-07-20  Didier Verna  <didier@xemacs.org>
793
794         * gnus-diary.el: Remove the description comment (nndiary is now
795         properly documented in the Gnus manual).
796         Fix the spelling of "Back End".
797         * nndiary.el: Ditto.
798         Fix the copyright notice.
799
800 2005-07-18  Romain Francoise  <romain@orebokech.com>
801
802         * gnus-sum.el (gnus-summary-to-prefix,
803         gnus-summary-newsgroup-prefix): New variables.
804         (gnus-summary-from-or-to-or-newsgroups): Use them.
805
806 2005-07-17  Romain Francoise  <romain@orebokech.com>
807
808         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
809         space as it's generally not especially interesting to the user.
810
811 2005-07-16  Romain Francoise  <romain@orebokech.com>
812
813         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
814         nil to avoid prompting and file modification if one of the
815         messages at the top of the nnfolder file contains a copyright
816         notice.
817         Update copyright notice.
818
819         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
820         instead of `current-time-string' as the latter creates a time
821         string that is not RFC 2822 compliant (it lacks the zone).
822         Update copyright notice.
823
824 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
825
826         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
827         for text/rtf.  Display default in prompt.  Pass default for M-n.
828
829         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
830
831 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-msg.el (gnus-button-mailto): Remove
834         save-selected-window-window hackery because it relies on
835         save-selected-window internals.
836
837 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
840         (gnus-article-next-page-1): Use gnus-beginning-of-window.
841         (gnus-article-prev-page): Ditto.
842
843         * gnus-util.el (gnus-beginning-of-window): New function.
844         (gnus-end-of-window): New function.
845
846         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
847
848 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
849
850         * gnus-score.el (gnus-score-edit-all-score): Set
851         gnus-score-edit-exit-function to gnus-score-edit-done and call
852         gnus-message.
853
854 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-msg.el (gnus-button-mailto): Remove
857         save-selected-window-window hackery because it relies on
858         save-selected-window internals.
859
860 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
863         add-minor-mode.
864         (gnus-binary-mode): Ditto.
865
866         * gnus-topic.el (gnus-topic-mode): Ditto.
867
868 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
869
870         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
871         (gnus-article-prev-page): Take scroll-margin into consideration.
872
873 2005-07-04  Lute Kamstra  <lute@gnu.org>
874
875         Update FSF's address in GPL notices.
876
877 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
878
879         * gnus.el (gnus-exit):
880         * gnus-group.el (gnus-group-icons):
881         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
882
883         * gnus-nocem.el (gnus-nocem):
884         * message.el (message-various, message-buffers, message-sending)
885         (message-interface, message-forwarding, message-insertion)
886         (message-headers, message-news, message-mail):
887         * pgg-gpg.el (pgg-gpg):
888         * pgg-parse.el (pgg-parse):
889         * pgg-pgp.el (pgg-pgp):
890         * pgg-pgp5.el (pgg-pgp5):
891         * pop3.el (pop3): Finish `defgroup' description with period.
892
893 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-art.el (article-display-face): Improve the efficiency.
896         (article-display-x-face): Ditto; remove grey x-face stuff.
897
898 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * gnus-art.el (article-display-face): Correct the position in
901         which Faces are inserted.
902
903 2005-06-29  Didier Verna  <didier@xemacs.org>
904
905         * gnus-art.el (article-display-face): Display faces in correct
906         order.
907
908 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
911         (gnus-fill-real-hashtb): Use hash table instead of obarray.
912         (gnus-nocem-check-article): Fetch the Type header.
913         (gnus-nocem-message-wanted-p): Fix the way to examine types.
914         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
915         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
916         make sure gnus-nocem-hashtb is initialized.
917         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
918         (gnus-nocem-unwanted-article-p): Ditto.
919
920         * pgg.el (pgg-verify): Return the verification result.
921
922 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
925         is ascii.
926
927 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
928
929         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
930         `show-nonbreak-escape'.
931
932 2005-06-23  Lute Kamstra  <lute@gnu.org>
933
934         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
935
936         * dig.el (dig-mode):
937         * smime.el (smime-mode): Use gnus-run-mode-hooks.
938
939 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
940
941         * nnimap.el (nnimap-split-download-body): Fix spellings.
942
943 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
944
945         * gnus-art.el (gnus-article-encrypt-body):
946         * gnus-cus.el (gnus-score-customize):
947         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
948         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
949
950 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
951
952         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
953         header by looking for magic "MII" at the beginnig.
954
955 2005-06-16  Miles Bader  <miles@gnu.org>
956
957         * gnus-xmas.el (gnus-xmas-group-startup-message):
958         Use renamed gnus-splash face.
959
960         * assistant.el (assistant-field): Remove "-face" suffix from face name.
961         (assistant-field-face): New backward-compatibility alias for renamed
962         face.
963         (assistant-render-text): Use renamed assistant-field face.
964
965         * spam.el (spam): Remove "-face" suffix from face name.
966         (spam-face): New backward-compatibility alias for renamed face.
967         (spam-face, spam-initialize): Use renamed spam face.
968
969         * message.el (message-header-to, message-header-cc)
970         (message-header-subject, message-header-newsgroups)
971         (message-header-other, message-header-name)
972         (message-header-xheader, message-separator, message-cited-text)
973         (message-mml): Remove "-face" suffix from face names.
974         (message-header-to-face, message-header-cc-face)
975         (message-header-subject-face, message-header-newsgroups-face)
976         (message-header-other-face, message-header-name-face)
977         (message-header-xheader-face, message-separator-face)
978         (message-cited-text-face, message-mml-face):
979         New backward-compatibility aliases for renamed faces.
980         (message-font-lock-keywords): Use renamed message faces.
981
982         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
983         (sieve-test-commands, sieve-tagged-arguments):
984         Remove "-face" suffix from face names.
985         (sieve-control-commands-face, sieve-action-commands-face)
986         (sieve-test-commands-face, sieve-tagged-arguments-face):
987         New backward-compatibility aliases for renamed faces.
988         (sieve-control-commands-face, sieve-action-commands-face)
989         (sieve-test-commands-face, sieve-tagged-arguments-face):
990         Use renamed sieve faces.
991
992         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
993         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
994         (gnus-group-news-3-empty, gnus-group-news-4)
995         (gnus-group-news-4-empty, gnus-group-news-5)
996         (gnus-group-news-5-empty, gnus-group-news-6)
997         (gnus-group-news-6-empty, gnus-group-news-low)
998         (gnus-group-news-low-empty, gnus-group-mail-1)
999         (gnus-group-mail-1-empty, gnus-group-mail-2)
1000         (gnus-group-mail-2-empty, gnus-group-mail-3)
1001         (gnus-group-mail-3-empty, gnus-group-mail-low)
1002         (gnus-group-mail-low-empty, gnus-summary-selected)
1003         (gnus-summary-cancelled, gnus-summary-high-ticked)
1004         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
1005         (gnus-summary-high-ancient, gnus-summary-low-ancient)
1006         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
1007         (gnus-summary-low-undownloaded)
1008         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
1009         (gnus-summary-low-unread, gnus-summary-normal-unread)
1010         (gnus-summary-high-read, gnus-summary-low-read)
1011         (gnus-summary-normal-read, gnus-splash):
1012         Remove "-face" suffix from face names.
1013         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1014         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1015         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1016         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1017         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1018         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1019         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1020         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1021         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1022         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1023         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1024         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1025         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1026         (gnus-summary-normal-ticked-face)
1027         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
1028         (gnus-summary-normal-ancient-face)
1029         (gnus-summary-high-undownloaded-face)
1030         (gnus-summary-low-undownloaded-face)
1031         (gnus-summary-normal-undownloaded-face)
1032         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1033         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1034         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1035         (gnus-splash-face):
1036         New backward-compatibility aliases for renamed faces.
1037         (gnus-group-startup-message): Use renamed gnus faces.
1038
1039         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
1040         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
1041         (gnus-server-agent): Remove "-face" suffix from face names.
1042         (gnus-server-agent-face, gnus-server-opened-face)
1043         (gnus-server-closed-face, gnus-server-denied-face)
1044         (gnus-server-offline-face):
1045         New backward-compatibility aliases for renamed faces.
1046         (gnus-server-agent-face, gnus-server-opened-face)
1047         (gnus-server-closed-face, gnus-server-denied-face)
1048         (gnus-server-offline-face): Use renamed gnus faces.
1049
1050         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
1051         Remove "-face" suffix from face names.
1052         (gnus-picon-xbm-face, gnus-picon-face):
1053         New backward-compatibility aliases for renamed faces.
1054
1055         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
1056         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
1057         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
1058         (gnus-cite-11): Remove "-face" suffix from face names.
1059         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
1060         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
1061         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
1062         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
1063         New backward-compatibility aliases for renamed faces.
1064         (gnus-cite-attribution-face, gnus-cite-face-list)
1065         (gnus-article-boring-faces): Use renamed gnus faces.
1066
1067         * gnus-art.el (gnus-signature, gnus-header-from)
1068         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
1069         (gnus-header-content): Remove "-face" suffix from face names.
1070         (gnus-signature-face, gnus-header-from-face)
1071         (gnus-header-subject-face, gnus-header-newsgroups-face)
1072         (gnus-header-name-face, gnus-header-content-face):
1073         New backward-compatibility aliases for renamed faces.
1074         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
1075
1076         * gnus-sum.el (gnus-summary-selected-face)
1077         (gnus-summary-highlight): Use renamed gnus faces.
1078         * gnus-group.el (gnus-group-highlight): Likewise.
1079
1080 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1081
1082         * gnus-sieve.el (gnus-sieve-article-add-rule):
1083         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
1084         * spam-stat.el (spam-stat-buffer-change-to-spam)
1085         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
1086
1087         * message.el (message-is-yours-p):
1088         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
1089
1090 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * mm-view.el (mm-inline-text): Withdraw the last change.
1093
1094 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
1097         executing enriched-decode.
1098
1099 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
1102         charset of tar files.
1103
1104 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
1105
1106         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
1107
1108 2005-06-04  Lute Kamstra  <lute@gnu.org>
1109
1110         * nnfolder.el (nnfolder-read-folder): Make sure that undo
1111         information is never recorded.
1112
1113 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1114
1115         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
1116
1117 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * pop3.el (pop3-apop): Run md5 in the binary mode.
1120
1121         * starttls.el (starttls-set-process-query-on-exit-flag):
1122         Use eval-and-compile.
1123
1124 2005-05-31  Simon Josefsson  <jas@extundo.com>
1125
1126         * smime.el (smime-replace-in-string): Define.
1127         (smime-cert-by-ldap-1): Use it.
1128
1129 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-art.el (article-display-x-face): Replace
1132         process-kill-without-query by gnus-set-process-query-on-exit-flag.
1133
1134         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
1135         set-process-query-on-exit-flag or process-kill-without-query.
1136
1137         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
1138         loop instead of replace-regexp.
1139
1140         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
1141         instead of process-kill-without-query if it is available.
1142
1143         * lpath.el: Fbind ldap-search-entries.
1144
1145         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
1146         instead of find-file-hooks if it is available.
1147
1148         * mml1991.el: Bind pgg-default-user-id when compiling.
1149
1150         * mml2015.el: Bind pgg-default-user-id when compiling.
1151
1152         * nndraft.el (nndraft-request-associate-buffer):
1153         Use write-contents-functions instead of write-contents-hooks if it is
1154         available.
1155
1156         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
1157         instead of find-file-hooks if it is available.
1158
1159         * nntp.el (nntp-open-connection): Replace
1160         process-kill-without-query by gnus-set-process-query-on-exit-flag.
1161         (nntp-open-ssl-stream): Ditto.
1162         (nntp-open-tls-stream): Ditto.
1163
1164         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
1165         set-process-query-on-exit-flag or process-kill-without-query.
1166         (starttls-open-stream-gnutls): Use it instead of
1167         process-kill-without-query.
1168         (starttls-open-stream): Ditto.
1169
1170 2005-05-31  Simon Josefsson  <jas@extundo.com>
1171
1172         * smime.el (smime-cert-by-ldap-1): Don't use
1173         replace-regexp-in-string, tiny patch from Ulf Stegemann
1174         <ulf@zeitform.de>.
1175
1176 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1177
1178         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
1179
1180         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
1181         in PEM format. Adjust to the XEmacs compability.
1182
1183 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
1184
1185         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
1186         by `string-to-number'.
1187         * gnus-agent.el (gnus-agent-regenerate-group)
1188         (gnus-agent-fetch-articles): Ditto.
1189         * gnus-art.el (gnus-button-fetch-group): Ditto.
1190         * gnus-cache.el (gnus-cache-generate-active)
1191         (gnus-cache-articles-in-group): Ditto.
1192         * gnus-group.el (gnus-group-set-current-level)
1193         (gnus-group-insert-group-line): Ditto.
1194         * gnus-score.el (gnus-score-set-expunge-below)
1195         (gnus-score-set-mark-below, gnus-summary-score-effect)
1196         (gnus-summary-score-entry): Ditto.
1197         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
1198         (gnus-soup-pack): Ditto.
1199         * gnus-spec.el (gnus-xmas-format): Ditto.
1200         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
1201         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
1202         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
1203         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
1204         * nndb.el (nndb-get-remote-expire-response): Ditto.
1205         * nndiary.el (nndiary-parse-schedule-value)
1206         (nndiary-string-to-number, nndiary-request-replace-article)
1207         (nndiary-request-article): Ditto.
1208         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
1209         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
1210         * nneething.el (nneething-make-head): Ditto.
1211         * nnfolder.el (nnfolder-request-article)
1212         (nnfolder-retrieve-headers): Ditto.
1213         * nnheader.el (nnheader-file-to-number): Ditto.
1214         * nnkiboze.el (nnkiboze-request-article): Ditto.
1215         * nnmail.el (nnmail-process-unix-mail-format)
1216         (nnmail-process-babyl-mail-format): Ditto.
1217         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
1218         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
1219         (nnmh-request-create-group, nnmh-request-list-1)
1220         (nnmh-request-group, nnmh-request-article): Ditto.
1221         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
1222         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
1223         * nnsoup.el (nnsoup-make-active): Ditto.
1224         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
1225         * nntp.el (nntp-find-group-and-number)
1226         (nntp-retrieve-headers-with-xover): Ditto.
1227         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
1228         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
1229         (pgg-format-key-identifier): Ditto.
1230         * pop3.el (pop3-last, pop3-stat): Ditto.
1231         * qp.el (quoted-printable-decode-region): Ditto.
1232
1233         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
1234         of concat.
1235
1236 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
1239
1240         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
1241
1242         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
1243
1244         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
1245
1246         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
1247
1248         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
1249
1250         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
1251         (gnus-carpal-mode): Ditto.
1252
1253         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
1254         (gnus-browse-mode): Ditto.
1255
1256         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
1257
1258         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
1259
1260 2005-05-29  Richard M. Stallman  <rms@gnu.org>
1261
1262         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
1263
1264 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-util.el (gnus-run-mode-hooks): New function.
1267
1268         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
1269
1270         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
1271         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
1272
1273 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
1274
1275         * gnus-agent.el (gnus-agent-make-mode-line-string):
1276         Use mode-line-highlight as mouse-face.
1277
1278 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * canlock.el (canlock): Change the parent group to news.
1281
1282         * deuglify.el (gnus-outlook-deuglify): Add :group.
1283
1284         * dig.el (dig): Add :group.
1285
1286         * dns-mode.el (dns-mode): Add :group.
1287
1288         * encrypt.el (encrypt): Add :group.
1289
1290         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
1291         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
1292         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
1293         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
1294         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
1295
1296         * gnus-diary.el (gnus-diary): Add :group.
1297
1298         * gnus.el (gnus-group-news-1-face): Add :group.
1299         (gnus-group-news-1-empty-face): Ditto.
1300         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
1301         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
1302         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
1303         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
1304         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
1305         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
1306         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
1307         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
1308         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
1309         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
1310         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
1311         (gnus-summary-high-ticked-face): Ditto.
1312         (gnus-summary-low-ticked-face): Ditto.
1313         (gnus-summary-normal-ticked-face): Ditto.
1314         (gnus-summary-high-ancient-face): Ditto.
1315         (gnus-summary-low-ancient-face): Ditto.
1316         (gnus-summary-normal-ancient-face): Ditto.
1317         (gnus-summary-high-undownloaded-face): Ditto.
1318         (gnus-summary-low-undownloaded-face): Ditto.
1319         (gnus-summary-normal-undownloaded-face): Ditto.
1320         (gnus-summary-high-unread-face): Ditto.
1321         (gnus-summary-low-unread-face): Ditto.
1322         (gnus-summary-normal-unread-face): Ditto.
1323         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
1324         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
1325
1326         * hashcash.el (hashcash): New custom group.
1327         (hashcash-default-payment): Add :group.
1328         (hashcash-payment-alist): Ditto.
1329         (hashcash-default-accept-payment): Ditto.
1330         (hashcash-accept-resources): Ditto.
1331         (hashcash-path): Ditto.
1332         (hashcash-extra-generate-parameters): Ditto.
1333         (hashcash-double-spend-database): Ditto.
1334         (hashcash-in-news): Ditto.
1335
1336         * message.el (message-minibuffer-local-map): Add :group.
1337
1338         * netrc.el (netrc): Add :group.
1339
1340         * sieve-manage.el (sieve-manage-log): Add :group.
1341         (sieve-manage-default-user): Diito.
1342         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
1343         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
1344         (sieve-manage-authenticators): Ditto.
1345         (sieve-manage-authenticator-alist): Ditto.
1346         (sieve-manage-default-port): Ditto.
1347
1348         * sieve-mode.el (sieve-control-commands-face): Add :group.
1349         (sieve-action-commands-face): Ditto.
1350         (sieve-test-commands-face): Ditto.
1351         (sieve-tagged-arguments-face): Ditto.
1352
1353         * smime.el (smime): Add :group.
1354
1355         * spam-report.el (spam-report): Add :group.
1356
1357         * spam.el (spam, spam-face): Add :group.
1358
1359 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nntp.el (nntp-next-result-arrived-p): Some news servers may
1362         return \n.\n.\n at the end of articles.  Protect against that.
1363         (nntp-with-open-group): Allow debugging.
1364
1365         * nnheader.el (mail-header-set-extra): Make into a function
1366         because I just could't understand how to quote the list properly.
1367
1368         * dns.el (query-dns-cached): New function.
1369
1370 2005-05-26  Lute Kamstra  <lute@gnu.org>
1371
1372         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
1373
1374 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
1377
1378         * gnus-art.el: Don't autoload mail-extract-address-components.
1379
1380         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
1381         eval-and-compile to evaluate it.
1382
1383         * hashcash.el: Don't autoload executable-find.
1384
1385         * nndb.el: Don't declare the nndb back end two or more times; don't
1386         autoload news-reply-mode, news-setup, cancel-timer and telnet.
1387
1388         * nntp.el: Autoload format-spec instead of format; use
1389         eval-and-compile to evaluate autoload forms.
1390
1391 2005-05-09  Simon Josefsson  <jas@extundo.com>
1392
1393         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
1394         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
1395
1396 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus.el (gnus-version-number): Bump version.
1399
1400 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1401
1402         * gnus.el: No Gnus v0.3 is released.
1403
1404 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * lpath.el (featurep): Bind show-nonbreak-escape.
1407
1408 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * gnus-art.el (gnus-article-edit-part): Disable undo.
1411
1412 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
1415         gnus-article-date-lapsed-new-header is t if date timer is active;
1416         skip headers in which the original date value is empty.
1417         (gnus-article-save-original-date): Redefine it as a macro.
1418         (gnus-display-mime): Use it.
1419
1420 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-art.el (article-date-ut): Support converting date in
1423         forwarded parts as well.
1424         (gnus-article-save-original-date): New function.
1425         (gnus-display-mime): Use it.
1426
1427 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
1428
1429         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
1430         enclosure element of <item>.
1431
1432 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * message.el (message-kill-buffer-query): Renamed from
1435         `message-kill-buffer-query-if-modified'.  Added :version.
1436
1437 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
1440         window layout.
1441
1442 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * mml.el: Autoload dnd when compiling.
1445
1446 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
1449         x-dnd-*.
1450
1451 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * qp.el (quoted-printable-encode-region): Save excursion.
1454
1455 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1456
1457         * message.el (message-kill-buffer-query-if-modified): new variable
1458         so the user can kill a modified message buffer quickly
1459         (message-kill-buffer): use it.
1460
1461 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * lpath.el: Fbind display-time-event-handler; don't fbind
1464         string-to-multibyte.
1465
1466         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
1467
1468 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
1471         contained in text because xml.el decodes entities) with LFs.
1472
1473 2005-04-11  Lute Kamstra  <lute@gnu.org>
1474
1475         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
1476         differently.
1477
1478 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1479
1480         * mm-util.el (mm-detect-coding-region): Typo.
1481
1482 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
1485
1486 2005-04-06  D Goel  <deego@gnufans.org>
1487
1488         * spam-stat.el (spam-stat-score-buffer): Add a call to a
1489         user-function allow user modifications of the scores.
1490         (spam-stat-score-buffer-user): New function, to allow
1491         user-computed modifications to the score.
1492         (spam-stat-score-buffer-user-functions): list of additional
1493         scoring functions
1494         (spam-stat-error-holder): global temporary error holder
1495         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
1496         variable
1497
1498 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
1499
1500         * gnus-registry.el (gnus-registry-clean-empty-function)
1501         (gnus-registry-trim, gnus-registry-fetch-groups)
1502         (gnus-registry-delete-group): now groups that match
1503         `gnus-registry-ignored-groups' will be removed from the registry
1504         entries, not just ignored for splitting.  This helps clean up the
1505         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
1506         to get all the groups a message ID is in.
1507
1508         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
1509         (spam-stat-split-fancy): changed "threshhold" to "threshold"
1510         (spam-stat-score-buffer-user-functions): added :number custom type
1511
1512 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
1515         argument in XEmacs.
1516
1517         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
1518         (nnrss-request-group): Decode group name first.
1519         (nnrss-request-article): Make a text/plain article if mml-to-mime
1520         failed.
1521         (nnrss-get-encoding): Return a compatible encoding according to
1522         nnrss-compatible-encoding-alist.
1523         (nnrss-find-el): Use consp instead of listp.
1524         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
1525
1526 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
1529         which Emacs 20 doesn't support.
1530         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
1531
1532 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1533
1534         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
1535         silence the byte compiler inside the defun
1536
1537         * gnus-demon.el (parse-time-string): Add autoload.
1538
1539         * gnus-delay.el (parse-time-string): Add autoload.
1540
1541         * gnus-art.el (parse-time-string): Add autoload.
1542
1543         * nnultimate.el (parse-time): Require for `parse-time-string'.
1544
1545 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1546
1547         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
1548
1549         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
1550
1551         * smime.el (smime-ldap-host-list): Add :version.
1552
1553 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
1556         pass it to `gnus-browse-read-group'.
1557         (gnus-browse-read-group): Add NUMBER argument and pass it to
1558         `gnus-group-read-ephemeral-group'.
1559
1560         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
1561         argument and pass it to `gnus-group-read-group'.
1562
1563 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
1564
1565         * mm-util.el (mm-xemacs-find-mime-charset): Only call
1566         mm-xemacs-find-mime-charset-1 if we have the mule feature
1567         available at runtime.
1568
1569 2005-03-25  Werner Lemberg  <wl@gnu.org>
1570
1571         * nnmaildir.el: Replace `illegal' with `invalid'.
1572
1573 2005-03-23  Lute Kamstra  <lute@gnu.org>
1574
1575         * time-date.el: Add comment on time value formats.
1576         Don't require parse-time.
1577         (with-decoded-time-value): New macro.
1578         (encode-time-value): New function.
1579         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1580         (days-to-time): Return a valid time value when arg is huge.
1581         (time-since): Use time-subtract.
1582         (time-to-number-of-days): Use time-to-seconds.
1583
1584 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1585
1586         * gnus-start.el (gnus-display-time-event-handler):
1587         Check display-time-timer at runtime rather than only at load time
1588         in case display-time-mode is turned off in the mean time.
1589
1590 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * nnimap.el (nnimap-open-connection): Print which authinfo file is
1593         used.
1594
1595         * nneething.el (nneething-map-file-directory): Derive from
1596         `gnus-directory'.
1597
1598         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
1599         the To/Cc button.
1600
1601 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * nnmaildir.el (nnmaildir-request-accept-article):
1604         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
1605
1606 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1607
1608         * gnus-async.el: Require timer-funcs at compile time when in
1609         XEmacs for `run-with-idle-timer'.
1610
1611 2005-03-13  Steve Youngs  <steve@sxemacs.org>
1612
1613         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
1614         autoloaded function.
1615         From: Andrey Slusar <anrays@gmail.com>.
1616
1617 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1618
1619         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
1620
1621 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
1622
1623         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
1624
1625 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626
1627         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
1628         gnus-expert-user to default.
1629
1630 2005-03-08  Juergen Kreileder <jk@blackdown.de>  (tiny change)
1631
1632         * nnimap.el (nnimap-open-server): Ditto.
1633
1634         * imap.el (imap-authenticate): Fix typo.
1635
1636 2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)
1637
1638         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
1639         buffer (since IMAP server might return FETCH response out of
1640         order, and the nntp buffer must be sorted).
1641
1642 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
1643
1644         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
1645         comparison on string.
1646
1647         * gnus-agent.el (gnus-agent-long-article,
1648         gnus-agent-short-article, gnus-agent-score): Renamed category
1649         keywords to match gnus-cus.
1650         (gnus-agent-summary-fetch-series): Modified to protect against
1651         gnus-agent-summary-fetch-group clearing processable flags.
1652         (gnus-agent-synchronize-group-flags): Update live group buffer as
1653         synchronization may occur due to the user toggle the plugged
1654         status.
1655         (gnus-agent-fetch-group-1): Clear downloadable flag when article
1656         successfully downloaded.
1657         (gnus-agent-expire-group-1): Avoid using markers when the overview
1658         is in ascending order; greatly improves performance.
1659         (gnus-agent-regenerate-group): Use
1660         gnus-agent-synchronize-group-flags to reset read status in both
1661         gnus and server.
1662         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
1663
1664 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * message.el: Don't autoload former message-utils variables.
1667         (message-strip-subject-trailing-was): Change doc string.
1668
1669         * nnweb.el: Fixes for `gnus-group-make-web-group'.
1670         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
1671         (nnweb-google-search): Add "hl=en" here.
1672         (nnweb-google-parse-1, nnweb-google-create-mapping):
1673         Don't hardcode URL.
1674
1675 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * message.el (message-get-reply-headers, message-followup):
1678         Mention related variables `message-use-followup-to' and
1679         `message-use-mail-followup-to', in the information buffer.
1680
1681         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
1682         of broken groups(-beta).google.com.
1683
1684 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
1687         parameter to invoked gnus-request-move-article; remove the
1688         redundant gnus-sum-hint-move-is-internal variable; apply the marks
1689         all at once instead of once per article
1690         (gnus-summary-remove-process-mark): accept a list of articles as
1691         well as a single article for processing
1692
1693         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
1694
1695         * nnml.el (nnml-request-move-article): add move-is-internal parameter
1696
1697         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
1698
1699         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
1700
1701         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
1702
1703         * nnimap.el (nnimap-request-move-article): add move-is-internal
1704         parameter and remove the gnus-sum-hint-move-is-internal variable
1705
1706         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
1707
1708         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
1709
1710         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
1711
1712         * nndb.el (nndb-request-move-article): add move-is-internal parameter
1713
1714         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
1715
1716         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
1717
1718 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1719
1720         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
1721         a more conservative way.
1722
1723 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1724
1725         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
1726         buffer, so it moves the window's cursor.
1727
1728 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1729
1730         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
1731         `mm-dissect-multipart' and receive the from field as an (optional)
1732         argument from `mm-dissect-multipart'.
1733         (mm-dissect-multipart): Receive the from field as an argument and
1734         pass it on when we call `mm-dissect-buffer' on MIME parts.
1735         Fixes verification/decryption of signed/encrypted MIME parts.
1736
1737 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * gnus-sum.el (gnus-summary-move-article): set
1740         gnus-sum-hint-move-is-internal for gnus-request-move-article and
1741         whatever it calls (right now, only nnimap-request-move article
1742         respects it)
1743
1744         * nnimap.el (nnimap-request-move-article): when
1745         gnus-sum-hint-move-is-internal is set, don't do the extra
1746         nnimap-request-article
1747
1748 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * nnheader.el (nnheader-find-file-noselect): Add doc string.
1751
1752         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
1753         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
1754
1755         * gnus-sum.el (gnus-summary-caesar-message):
1756         Apply `gnus-treat-article' after rotation.
1757
1758         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
1759         doc string.
1760
1761 2005-02-22  Simon Josefsson  <jas@extundo.com>
1762
1763         * encrypt.el (encrypt-password-cache-expiry): Remove (use
1764         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
1765         <arne@arnested.dk>.
1766         (encrypt): Add password-cache and password-cache-expiry as group
1767         members.
1768
1769 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1770
1771         * smime.el (smime-ldap-host-list): Doc fix.
1772         (smime-ask-passphrase): Use `password-read-and-add' to read (and
1773         cache) password.
1774         (smime-sign-region): Use it.
1775         (smime-decrypt-region): Use it.
1776         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
1777         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
1778         fails.
1779         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
1780         certificate from DER to PEM format rather than calling openssl.
1781
1782         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
1783
1784         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
1785         for signing/encryption.
1786
1787         * mml.el (mml-parse-1): Use them.
1788
1789 2005-02-21  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1790
1791         * nnrss.el (nnrss-verbose): Removed.
1792         (nnrss-request-group): Use `nnheader-message' instead.
1793
1794 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
1795
1796         * nnrss.el (nnrss-verbose): New variable.
1797         (nnrss-request-group): Make it say nnrss is requesting a group.
1798
1799 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
1802         Handle news URL with given port correctly.
1803
1804 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
1807         containing special characters.
1808
1809         * gnus-sum.el (gnus-summary-edit-article): Ditto.
1810
1811         * mml.el (mime-to-mml): Ditto.
1812
1813         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
1814         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
1815         (rfc2047-decode-region): Quote decoded words containing special
1816         characters when rfc2047-quote-decoded-words-containing-tspecials
1817         is non-nil.
1818
1819 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
1822
1823         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
1824
1825 2005-02-15  Simon Josefsson  <jas@extundo.com>
1826
1827         * nnimap.el (nnimap-debug): Doc fix.
1828
1829         * imap.el (imap-debug): Doc fix.
1830
1831 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
1834
1835 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1836
1837         * gnus.el (spam-contents): improve docs for spam-contents
1838         parameter in its variable incarnation
1839
1840 2005-02-14  Simon Josefsson  <jas@extundo.com>
1841
1842         * smime-ldap.el: Use require instead of load-library for ldap.
1843         (smime-ldap-search): Indent.
1844         (smime-ldap-search-internal): Shorten line.
1845
1846         * smime.el (smime-cert-by-dns): Add doc-string.
1847         (smime-cert-by-ldap-1): Indent.
1848
1849         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
1850         mml-smime-get-dns-ldap.
1851         (mml-smime-encrypt-query): Use new function.  Default to ldap.
1852
1853 2005-02-14  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1854
1855         * smime.el: Require smime-ldap.
1856         (smime-ldap-host-list): New variable.
1857         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
1858
1859         * mml-smime.el (mml-smime-encrypt-query): New function.
1860         (mml-smime-encrypt-query): Use it.
1861
1862         * smime-ldap.el: New file.
1863
1864 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
1867
1868 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1869
1870         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
1871         argument in doc string.  Make query for type more clear.
1872
1873 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus.el (gnus-group-startup-message): Search for gnus images in
1876         etc/images/gnus.
1877         * mm-util.el (mm-find-charset-region): Likewise.
1878         * smiley.el (smiley-data-directory): Search for smilies in
1879         etc/images/smilies.
1880
1881 2005-02-09  Kim F. Storm  <storm@cua.dk>
1882
1883         Change Emacs release version from 21.4 to 22.1 throughout.
1884         Change Emacs development version from 21.3.50 to 22.0.50.
1885
1886 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
1889
1890         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
1891         non-Mule XEmacs as well.
1892         (mm-decompress-buffer): Signal an error intentionally if it does
1893         not decompress compressed data because auto-compression-mode is
1894         disabled.
1895
1896 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1897
1898         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
1899         an ID in the registry even if it has no groups
1900
1901 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
1904         merge it into mm-decompress-buffer.
1905         (gnus-mime-copy-part): Use the MIME part charset, the value which
1906         a user specified or gnus-newsgroup-charset for decoding, like
1907         gnus-mime-inline-part does; set buffer-file-coding-system to tell
1908         save-buffer what was used.  Suggested by Kevin Ryde
1909         <user42@zip.com.au>.
1910         (gnus-mime-inline-part): Allow the name parameter as well as the
1911         filename parameter; force decompressing of compressed data; always
1912         display contents being not decoded as unibyte.
1913
1914         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
1915         as well as the filename parameter.
1916
1917         * mm-util.el (mm-decompress-buffer): Merge
1918         gnus-mime-jka-compr-maybe-uncompress.
1919         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
1920         of compressed data.
1921
1922 2005-02-08  Simon Josefsson  <jas@extundo.com>
1923
1924         * imap.el (imap-log): Doc fix.
1925
1926 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1927
1928         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
1929         the coding cookies; decompress compressed parts.
1930
1931         * mml.el (mml-generate-mime-1): Add the charaset parameter according
1932         to the value which a user specified manually or the coding cookie.
1933
1934         * mm-util.el (mm-string-to-multibyte): New function.
1935         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
1936         (mm-coding-system-to-mime-charset): New function.
1937         (mm-decompress-buffer): New function.
1938         (mm-find-buffer-file-coding-system): New function.
1939
1940         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
1941         (mm-display-inline-fontify): Rewrite for decoding and decompressing
1942         parts.
1943
1944 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1945
1946         * mm-view.el (mm-display-inline-fontify): Decode a part according
1947         to the charset parameter.
1948
1949 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
1952         prefix arg is neither nil nor a number, as info specifies.
1953
1954 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
1957         timestamps.
1958
1959 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
1960
1961         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
1962         groups error checking and notify user.
1963
1964 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
1965
1966         * message.el (message-send-mail-function): Check existence of
1967         sendmail-program first before using default value
1968         `message-send-mail-with-sendmail'.  Otherwise use more generic
1969         `smtpmail-send-it'.
1970
1971 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * nntp.el (nntp-request-update-info): Always return nil.
1974
1975 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1976
1977         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
1978
1979 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * message.el (message-beginning-of-line): Change the behavior when
1982         invoked between BOL and : so that it first moves backward.
1983
1984 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1985
1986         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
1987         article buffer when editing of the article is discarded.
1988         (gnus-article-prepare): Revert.
1989
1990 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-art.el (gnus-article-prepare):
1993         Remove message-strip-forbidden-properties from the local hook.
1994
1995 2005-01-27  Simon Josefsson  <jas@extundo.com>
1996
1997         * password.el (password-cache-add): Only start one timer per key.
1998         Reported by Derek Atkins <warlord@MIT.EDU>.
1999
2000 2005-01-26  Steve Youngs  <steve@sxemacs.org>
2001
2002         * run-at-time.el: Removed.  It is no longer needed as
2003         timer-funcs.el in the xemacs-base package has a working version of
2004         `run-at-time'.
2005
2006         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
2007
2008         * password.el: Require timer-funcs instead of run-at-time in
2009         XEmacs.
2010         Remove `password-run-at-time' macro.
2011         (password-cache-add): Use `run-at-time' instead of
2012         `password-run-at-time'.
2013
2014         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
2015         Remove `nnheader-cancel-function-timers' alias,
2016         `cancel-function-timers' exists in XEmacs in timer-funcs.
2017
2018         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
2019         for `run-with-idle-timer'.
2020
2021         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
2022         for `run-at-time'.
2023
2024         * mm-url.el: Require timer-funcs at compile time when in XEmacs
2025         for `with-timeout'.
2026
2027         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
2028         the same as for XEmacs 21.4.
2029         No need to ignore `run-with-idle-timer', this function exists in
2030         XEmacs now in timer-funcs.el in the xemacs-base package.
2031         (dgnushack-compile): No need to delete
2032         run-at-time.el from the list of files to compile because it
2033         doesn't exist anymore.
2034
2035 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * mml.el (mml-generate-mime-1): Convert string into unibyte when
2038         inserting " *mml*" buffer's contents into a unibyte temp buffer.
2039
2040 2005-01-24  Harald Meland <harald.meland@usit.uio.no>  (tiny change)
2041
2042         * mail-source.el (mail-source-fetch-imap): Search for ^From case
2043         sensitively.
2044
2045 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
2046
2047         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
2048
2049 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
2052         which will be inserted according to the multibyteness of a buffer
2053         rather than the type of contents.  Suggested by ARISAWA Akihiro
2054         <ari@mbf.ocn.ne.jp>.
2055
2056         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
2057         of string which old xml.el may return rather than a string.
2058
2059 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
2062
2063 2005-01-16  Simon Josefsson  <jas@extundo.com>
2064
2065         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
2066         idn/idna.el isn't available.
2067         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
2068         <michael@waxrat.com>.
2069
2070         * hashcash.el: Remove non-FSF copyright header.
2071
2072         * hashcash.el (hashcash-extra-generate-parameters): New variable.
2073         (hashcash-generate-payment): Use it.
2074         (hashcash-generate-payment-async): Use it.
2075
2076 2005-01-15  Simon Josefsson  <jas@extundo.com>
2077
2078         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
2079         Suggested by Raymond Scholz <ray-2005@zonix.de>.
2080
2081         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
2082         gnus-summary-idna-message.
2083         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
2084         (gnus-summary-idna-message): New function.
2085
2086 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2087
2088         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
2089         gnus-novice-user.
2090
2091 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * nnrss.el (nnrss-request-delete-group): Delete entries in
2094         nnrss-group-alist as well.
2095         (nnrss-save-server-data): Insert newline.
2096
2097 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
2098
2099         * gnus.el (gnus-user-agent): Use list of symbols instead of
2100         symbols.  Display full version number for (S)XEmacs.  Optionally
2101         display (S)XEmacs codename.
2102
2103         * gnus-util.el (gnus-emacs-version): Update for new
2104         `gnus-user-agent'.
2105
2106         * gnus-msg.el (gnus-extended-version): Make it possible to omit
2107         Gnus version.
2108
2109 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
2112         which is unreadable in some setups.
2113
2114 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-spec.el (gnus-update-format-specifications): Flush the
2117         group format spec cache if it doesn't support decoded group names.
2118
2119 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2120
2121         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
2122         to apply decay on score files matching a regexp.
2123
2124 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
2127         compatibility in %g and %c.
2128
2129 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
2132         name for only %g and %c.
2133         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
2134         of gnus-tmp-group to decoded group name.
2135         (gnus-group-make-rss-group): Exclude `/'s from group names.
2136
2137 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * nnrss.el (nnrss-get-encoding): Fix regexp.
2140
2141 2004-12-27  Simon Josefsson  <jas@extundo.com>
2142
2143         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
2144         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
2145         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
2146
2147 2004-12-17  Kim F. Storm  <storm@cua.dk>
2148
2149         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
2150
2151         * gnus-sum.el (gnus-summary-mode-map): Likewise.
2152
2153 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
2154
2155         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
2156
2157 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * nnrss.el: Require rfc2047 and mml.
2160         (nnrss-file-coding-system): New variable.
2161         (nnrss-format-string): Redefine it as an inline function.
2162         (nnrss-decode-group-name): New function.
2163         (nnrss-string-as-multibyte): Remove.
2164         (nnrss-retrieve-headers): Decode group name; don't use
2165         nnrss-format-string.
2166         (nnrss-request-group): Decode group name.
2167         (nnrss-request-article): Decode group name; allow a Message-ID as
2168         well as an article number; don't use nnrss-format-string; encode a
2169         Message-ID string which may contain non-ASCII characters; use
2170         mml-to-mime to compose a MIME article.
2171         (nnrss-request-expire-articles): Decode group name.
2172         (nnrss-request-delete-group): Decode group name.
2173         (nnrss-fetch): Clarify error message.
2174         (nnrss-read-server-data): Use insert-file-contents instead of load;
2175         bind file-name-coding-system; use multibyte buffer.
2176         (nnrss-save-server-data): Bind coding-system-for-write to the
2177         value of nnrss-file-coding-system; bind file-name-coding-system;
2178         add coding cookie.
2179         (nnrss-read-group-data): Use insert-file-contents instead of load;
2180         bind file-name-coding-system; use multibyte buffer.
2181         (nnrss-save-group-data): Bind coding-system-for-write to the
2182         value of nnrss-file-coding-system; bind file-name-coding-system.
2183         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
2184         make it work with non-ASCII text.
2185         (nnrss-find-el): Make it work with old xml.el as well.
2186
2187 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
2188
2189         * nnrss.el (nnrss-get-encoding): New function.
2190         (nnrss-fetch): Use unibyte buffer initially; bind
2191         coding-system-for-read while performing mm-url-insert; remove ^Ms;
2192         decode contents according to the encoding attribute.
2193         (nnrss-save-group-data): Add coding cookie.
2194         (nnrss-mime-encode-string): New function.
2195         (nnrss-check-group): Use it to encode subject and author.
2196
2197 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
2198
2199         * spam.el (spam-check-BBDB): don't get the symbol-value of an
2200         imaginary variable
2201
2202 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
2205         correctly even if there are wide characters.
2206
2207 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
2210         downcased symbol names; make a new cache instead of reusing
2211         bbdb-hashtable
2212
2213 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2216         concatenating segments rather than before concatenating them.
2217         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2218
2219         * message.el (message-get-reply-headers): Bind `extra'.
2220
2221 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222
2223         * message.el (message-extra-wide-headers): New variable.
2224         (message-get-reply-headers): Use it.
2225
2226 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * gnus-agent.el (gnus-agent-group-path): Decode group name.
2229         (gnus-agent-group-pathname): Ditto.
2230
2231         * gnus-cache.el (gnus-cache-file-name): Decode group name.
2232
2233         * gnus-group.el (gnus-group-make-group): Decode group name.
2234         (gnus-group-make-rss-group): Register the group data after opening
2235         the nnrss group.
2236
2237 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
2238
2239         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
2240         by expiry now get marked as read.
2241
2242 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
2245
2246 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
2247
2248         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
2249         unify Latin characters in XEmacs.
2250         (mm-find-mime-charset-region): Use it.
2251
2252 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * gnus-util.el (gnus-delete-directory): New function.
2255
2256         * gnus-agent.el (gnus-agent-delete-group): Use it.
2257
2258         * gnus-cache.el (gnus-cache-delete-group): Use it.
2259
2260 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
2263         names.
2264
2265 2004-12-16  Simon Josefsson  <jas@extundo.com>
2266
2267         * hashcash.el (hashcash-payment-alist): Fix custom :type.
2268
2269 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
2272
2273         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
2274         (gnus-group-set-current-level): Decode group name.
2275
2276 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
2277
2278         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
2279         failed.
2280
2281 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-group.el (gnus-group-delete-group): Decode group name.
2284         (gnus-group-make-rss-group): Encode group name.
2285         (gnus-group-catchup-current): Decode group name.
2286         (gnus-group-kill-group): Decode group name.
2287
2288 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2289
2290         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
2291
2292 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-group.el (gnus-group-make-rss-group):
2295         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
2296
2297         * gnus-start.el (gnus-setup-news): Honor user's setting to
2298         gnus-message-archive-method.  Suggested by Lute Kamstra
2299         <lute@gnu.org>.
2300
2301 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
2302
2303         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
2304         global counterparts of the buffer-local variables.
2305
2306 2004-11-16  Romain Francoise  <romain@orebokech.com>
2307
2308         * gnus-sum.el (gnus-summary-exit): Don't clear the global
2309         counterparts of the buffer-local variables.
2310
2311 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2312
2313         * message.el (message-forbidden-properties): Fixed typo in doc
2314         string.
2315
2316 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
2317
2318         * gnus-util.el (gnus-replace-in-string): Added doc string.
2319
2320         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
2321         to avoid problems when splitting mails with many recipients.
2322
2323 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2324
2325         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
2326         pop-to-buffer, covered by the subsequent gnus-configure-windows.
2327
2328 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
2329
2330         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
2331         if there is no hashtable in memory or file modification time is
2332         newer than cached timestamp.
2333
2334 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
2335
2336         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
2337         not-matching option.
2338
2339 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
2340
2341         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
2342         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
2343         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2344         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
2345         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
2346         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
2347
2348 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * message.el (message-forward-make-body-mml): Remove headers
2351         according to message-forward-ignored-headers if a message is decoded.
2352
2353 2004-12-02  Romain Francoise  <romain@orebokech.com>
2354
2355         * message.el (message-forward-make-body-plain): Always remove
2356         headers according to message-forward-ignored-headers.
2357
2358 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * spam.el (spam-summary-prepare-exit): remove the
2361         gnus-summary-limit pop for now, it has problems with ham marks for
2362         me
2363
2364 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
2367         correctly
2368
2369 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
2370
2371         * format-spec.el (format-spec): Message the char.
2372
2373 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-art.el (gnus-split-methods): reformat comments
2376
2377         * spam.el (spam-summary-prepare-exit): remove article limits
2378         before exiting the summary buffer
2379
2380 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * lpath.el: Remove bbdb-create-internal, bbdb-records,
2383         spam-BBDB-register-routine and spam-enter-ham-BBDB.
2384
2385         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
2386         order to silence the byte compiler.
2387
2388         * spam.el: Fix the way to silence the byte compiler, which
2389         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
2390         bbdb-search-simple, spam-BBDB-register-routine,
2391         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
2392         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
2393         spam-stat-buffer-is-spam, spam-stat-load,
2394         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
2395         spam-stat-save and spam-stat-split-fancy.
2396
2397 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
2400         which may confuse users.
2401         (canlock-password-for-verify): Ditto.
2402
2403         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
2404
2405         * gnus-art.el (gnus-emphasis-alist): Ditto.
2406
2407         * gnus-registry.el (gnus-registry-max-entries): Ditto.
2408
2409         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
2410
2411         * gnus-start.el (gnus-save-killed-list): Ditto.
2412
2413         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
2414         (gnus-sum-thread-tree-root): Ditto.
2415         (gnus-sum-thread-tree-false-root): Ditto.
2416         (gnus-sum-thread-tree-single-indent): Ditto.
2417
2418         * message.el (message-courtesy-message): Ditto.
2419         (message-archive-note): Ditto.
2420         (message-subscribed-address-file): Ditto.
2421         (message-user-fqdn): Ditto.
2422
2423         * spam-report.el (spam-report-gmane-regex): Ditto.
2424
2425         * spam.el (spam-blackhole-good-server-regex): Ditto.
2426
2427 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * mml.el (mml-preview): Widen the message buffer before copying
2430         the contents to the preview buffer; sort headers before previewing.
2431
2432         * message.el (message-hidden-headers): Fix the way to avoid a bug
2433         in the `repeat' widget in Emacs 21.3 or earlier.
2434
2435 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * message.el (message-hidden-headers): Default to "^References:".
2438         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
2439         (message-strip-forbidden-properties): Remove check for obsolete
2440         `message-hidden' text property, hidden headers are not accessible
2441         in the buffer anymore.  From Romain Francoise on January 11, 2004.
2442
2443 2004-11-22  Romain Francoise  <romain@orebokech.com>
2444
2445         * message.el (message-header-format-alist): Add `From' in list
2446         so that it can be sorted.
2447         (message-fix-before-sending): Widen and sort headers before
2448         sending.
2449         (message-hide-headers): Use narrowing to hide headers by moving
2450         them to the top of the buffer and narrowing to the region
2451         underneath.
2452
2453 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * message.el (message-strip-forbidden-properties): Bind
2456         buffer-read-only (etc) to nil.
2457
2458 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
2461         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2462
2463 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
2464
2465         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
2466
2467 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * dns.el (query-dns): Use sit-for to time instead of
2470         accept-process-output, since that doesn't seem to work on udp
2471         sockets.
2472
2473 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
2476
2477 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
2478
2479         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
2480         docstrings.
2481
2482 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * nntp.el (nntp-request-update-info): Return nil if
2485         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
2486         may not call gnus-activate-group which uselessly issues the GROUP
2487         commands for all nntp groups and wastes time.  Reported by Romain
2488         Francoise <romain@orebokech.com>.
2489
2490         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
2491
2492 2004-11-15  Simon Josefsson  <jas@extundo.com>
2493
2494         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
2495         headers separately.
2496         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
2497         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
2498
2499 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
2500
2501         * gnus-start.el (gnus-convert-old-newsrc):
2502         Assign legacy-gnus-agent to 5.10.7.
2503
2504 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
2507         start of the lines.
2508
2509 2004-11-14  Magnus Henoch  <mange@freemail.hu>
2510
2511         * hashcash.el (hashcash-default-payment): Change default to 20
2512         (hashcash-default-accept-payment): Change default to 20
2513         (hashcash-process-alist): New variable
2514         (hashcash-generate-payment-async): Add
2515         (hashcash-already-paid-p): Add
2516         (hashcash-insert-payment): Don't generate payments twice
2517         (hashcash-insert-payment-async): Add
2518         (hashcash-insert-payment-async-2): Add
2519         (hashcash-cancel-async): Add
2520         (hashcash-wait-async): Add
2521         (hashcash-processes-running-p): Add
2522         (hashcash-wait-or-cancel): Add
2523         (mail-add-payment): New optional argument.  Conditionally start
2524         asynchronous calculation.
2525         (mail-add-payment-async): Add
2526
2527         * message.el (message-send-mail): Wait for asynchronous hashcash
2528         results.  Don't clobber existing X-Hashcash headers.
2529         (message-setup-1): Call mail-add-payment-async when
2530         message-generate-hashcash is non-nil.
2531
2532 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2533
2534         * message.el (message-use-alternative-email-as-from): Examine the
2535         From header as well; use message-make-from in order to include a
2536         user's full name.
2537
2538 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
2541         default; improve customization type.
2542         (gnus-emphasis-custom-with-format): New macro.
2543         (gnus-emphasis-custom-value-to-external): New function.
2544         (gnus-emphasis-custom-value-to-internal): New function.
2545
2546 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * dns.el (query-dns): Resolve reverse addresses.
2549
2550 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-group.el (gnus-group-get-new-news): Use it.
2553
2554         * gnus-start.el (gnus-check-reasonable-setup): New function.
2555
2556 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
2559         "Args out of range" error.  Reported by Arnaud Giersch
2560         <arnaud.giersch@free.fr>.
2561
2562 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
2563
2564         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
2565         From Stefan Wiens <s.wi@gmx.net>.
2566
2567 2004-11-04  Richard M. Stallman  <rms@gnu.org>
2568
2569         * spam.el (spam group): Add :version.
2570
2571         * pgg-def.el (pgg group): Add :version.
2572
2573 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-art.el (gnus-article-edit-article): Don't associate the
2576         article buffer with a draft file.  This is a temporary measure
2577         against the 2004-08-22 change to gnus-article-edit-mode.
2578
2579 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
2582         (html2text-format-tags): Remove unused variable `attr'.
2583
2584 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2585
2586         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
2587
2588         * tls.el (tls-process-connection-type, tls-success)
2589         (tls-certtool-program): Add :version.
2590
2591         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
2592         (starttls-extra-arguments, starttls-process-connection-type)
2593         (starttls-connect, starttls-failure, starttls-success):
2594
2595         * spam-stat.el (spam-stat): Add :version.
2596
2597         * sieve.el (sieve): Add :version.
2598
2599         * sha1.el (sha1): Add :version.
2600         (sha1-use-external): Remove redundant version.
2601
2602         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
2603         (nnmail-cache-ignore-groups, nnmail-spool-hook)
2604         (nnmail-split-fancy-match-partial-words)
2605         (nnmail-split-lowercase-expanded):
2606
2607         * nndiary.el (nndiary): Add :version.
2608
2609         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
2610
2611         * mml-sec.el (mml-default-sign-method)
2612         (mml-default-encrypt-method, mml-signencrypt-style-alist):
2613         Add :version.
2614
2615         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
2616
2617         * mm-url.el (mm-url-use-external, mm-url-program)
2618         (mm-url-arguments): Add :version.
2619
2620         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
2621         (mm-attachment-file-modes, mm-decrypt-option)
2622         (mm-w3m-safe-url-regexp): Add :version.
2623
2624         * message.el (message-cite-prefix-regexp)
2625         (message-sendmail-envelope-from, message-minibuffer-local-map)
2626         (message-user-fqdn, message-completion-alist): Add :version.
2627
2628         * gnus-win.el (gnus-configure-windows-hook)
2629         (gnus-use-frames-on-any-display): Add :version.
2630
2631         * gnus-art.el (gnus-article-address-banner-alist)
2632         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
2633         (gnus-treat-from-picon, gnus-treat-mail-picon)
2634         (gnus-treat-x-pgp-sig): Add :version.
2635
2636         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
2637         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
2638         (gnus-summary-article-delete-hook)
2639         (gnus-summary-display-while-building): Add :version.
2640
2641         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
2642         (gnus-get-top-new-news-hook):Add :version.
2643
2644         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2645         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
2646
2647         * gnus-registry.el (gnus-registry): Add :version.
2648
2649         * gnus-spec.el (gnus-use-correct-string-widths)
2650         (gnus-make-format-preserve-properties): Add :version.
2651
2652         * gnus.el (gnus-group-charter-alist)
2653         (gnus-group-fetch-control-use-browse-url)
2654         (gnus-install-group-spam-parameters): Add :version.
2655
2656         * gnus-diary.el (gnus-diary): Add :version.
2657
2658         * gnus-delay.el (gnus-delay): Add :version.
2659
2660         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2661         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
2662         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
2663         Add :version.
2664
2665         * gnus-agent.el (gnus-agent-max-fetch-size)
2666         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
2667         (gnus-agent-prompt-send-queue): Add :version.
2668
2669         * deuglify.el (gnus-outlook-deuglify): Add :version.
2670
2671         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
2672         cleanup.
2673         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
2674         (html2text-format-tag-list): Add "strong" and "em".
2675         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
2676
2677 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * gnus-registry.el (gnus-registry-hashtb): create the registry
2680         when package is loaded
2681
2682         * spam.el (spam-summary-score-preferred-header): global preference
2683         for people who want to override the default SpamAssassin over
2684         Bogofilter preference (when both are set)
2685         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
2686         (spam-user-format-function-S): check spam-summary-score-preferred-header
2687         (spam-extra-header-to-number): add X-Bogosity header parsing
2688         (spam-user-format-function-S): format the score correctly
2689
2690 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
2693         signature file.  Suggested by Manoj Srivastava
2694         <srivasta@golden-gryphon.com>.
2695
2696         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
2697         iso-2022-jp even in the Japanese language environment.
2698         Suggested by Jason Rumney <jasonr@gnu.org>.
2699
2700 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
2703         use the same characters as the dummy marks; make it free from
2704         getting affected by the language environment.
2705         (gnus-summary-read-group-1): Update mark positions only when the
2706         format spec is updated.
2707
2708         * gnus-spec.el (gnus-update-format-specifications): Return a list
2709         of updated types.
2710
2711 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
2714         of boundp to check if display-warning is available.
2715
2716 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
2719
2720 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * nnspool.el (nnspool-spool-directory): Use news-path if the
2723         news-directory variable is not bound.
2724
2725         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
2726         function instead of display-warning if it is not available.
2727
2728 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
2731         v5-10: Use `point-at-bol'.
2732
2733 2004-10-26  Simon Josefsson  <jas@extundo.com>
2734
2735         * hashcash.el: Fix URL in comment, reported by Cheng Gao
2736         <chenggao@gmail.com>.
2737
2738 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2739
2740         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
2741         instead.
2742
2743 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
2744
2745         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
2746         to remove a server from the nnimap-server-buffer-alist
2747         (nnimap-open-connection, nnimap-close-server): use it
2748
2749         * gnus-encrypt.el: removed in favor of encrypt.el
2750
2751 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
2754         running the major-mode function.
2755
2756 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
2759         dummy marks in the right way.
2760
2761 2004-10-18  David Edmondson  <dme@dme.org>
2762
2763         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
2764         excessively.
2765
2766 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * gnus-util.el (gnus-split-references): accept a nil references
2769         string and go on blissfully
2770
2771         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
2772         cases where the references string is non-nil but has no references
2773
2774         * encrypt.el: add autoload tags
2775
2776         * spam.el (spam-resolve-registrations-routine): remove article
2777         from unregistration list too.  Reported by David Hanak
2778         <dhanak@isis.vanderbilt.edu>
2779
2780 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
2783         nil.  Changed custom type.
2784
2785 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
2786
2787         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
2788
2789         * gnus-sum.el (gnus-summary-move-article): Use it.
2790
2791 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * encrypt.el: add autoload cookies
2794
2795         * spam.el (spam-backend-article-list-property)
2796         (spam-backend-get-article-todo-list)
2797         (spam-backend-put-article-todo-list, )
2798         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
2799         resolve registrations separately
2800         (spam-register-routine): format comments
2801         (spam-unregister-routine, spam-register-routine): always call with
2802         specific-articles, no default list
2803         (spam-summary-prepare-exit): use the spam-classifications function
2804
2805         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
2806         gnus-encrypt.el
2807
2808         * encrypt.el: copied from gnus-encrypt.el
2809
2810         * gnus-encrypt.el: commented that it's obsolete
2811
2812 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2813
2814         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
2815         (gnus-score-save): Use it.
2816
2817         * message.el (message-bury): Use `window-dedicated-p'.
2818
2819 2004-10-15  Simon Josefsson  <jas@extundo.com>
2820
2821         * pop3.el (top-level): Don't require nnheader.
2822         (pop3-read-timeout): Add.
2823         (pop3-accept-process-output): Add.
2824         (pop3-read-response, pop3-retr): Use it.
2825
2826 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * spam.el (spam-register-routine): move comment
2829         (spam-verify-bogofilter): we use 'unknown for the initial
2830         spam-bogofilter-valid state, not 'never
2831
2832         * netrc.el (netrc-machine-user-or-password): convenience wrapper
2833         for netrc-machine
2834
2835         * nnimap.el (nnimap-open-connection): use
2836         netrc-machine-user-or-password
2837
2838 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2839
2840         * gnus-registry.el (gnus-registry-unload-hook):
2841         Set as a variable with add-hook.
2842
2843         * nnspool.el (nnspool-spool-directory): Use news-directory instead
2844         of news-path.
2845
2846         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
2847
2848         * spam.el: Delete duplicate `provide'.
2849         (spam-unload-hook): Set as a variable with add-hook.
2850
2851 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
2854         in the doc string.
2855
2856         * message.el (message-ignored-news-headers)
2857         (message-ignored-supersedes-headers)
2858         (message-ignored-resent-headers)
2859         (message-forward-ignored-headers): Improve custom type.
2860
2861 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * message.el (message-tokenize-header): Fix 2004-09-06 change
2864         which used point-min in the wrong place.
2865
2866 2004-10-12  Simon Josefsson  <jas@extundo.com>
2867
2868         * net/tls.el (tls-certtool-program): New variable.
2869         (tls-certificate-information): New function, based on
2870         ssl-certificate-information.
2871
2872 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * compface.el: Move the version of ELisp-based uncompface program
2875         to the contrib directory because of the copyright problem.
2876
2877 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2878
2879         * message.el (message-kill-buffer): Raise the current frame.
2880
2881 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2882
2883         * gnus-sum.el: Mention that multibyte characters don't work as marks.
2884
2885         * gnus.el (message-y-or-n-p): Autoload.
2886
2887         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
2888         (pop3-password-required, pop3-authentication-scheme)
2889         (pop3-leave-mail-on-server): Made customizable.
2890         (pop3): New custom group.
2891         (pop3-retr): Remove `sleep-for' statements.
2892         Suggested by Dave Love <fx@gnu.org>.
2893
2894         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
2895         Windows/DOS.
2896
2897         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
2898         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
2899         Dave Love <fx@gnu.org>.
2900
2901         * mml.el (mml-minibuffer-read-disposition): Require match.
2902         Suggested by Dave Love <fx@gnu.org>.
2903
2904 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
2905
2906         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
2907         doc string.
2908
2909 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
2912
2913 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2914
2915         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
2916         instead of calling `mm-insert-inline', to decode text/* parts
2917         before displaying them.
2918
2919 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * mm-uu.el (mm-uu-text-plain-type): New variable.
2922         (mm-uu-pgp-signed-extract-1): Use it.
2923         (mm-uu-pgp-encrypted-extract-1): Use it.
2924         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
2925         bind mm-uu-text-plain-type with that value.
2926         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
2927         mm-uu-dissect.
2928
2929 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * gnus-group.el (gnus-update-group-mark-positions):
2932         * gnus-sum.el (gnus-update-summary-mark-positions):
2933         * message.el (message-check-news-body-syntax):
2934         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
2935         of string-as-multibyte.
2936
2937 2004-10-05  Juri Linkov  <juri@jurta.org>
2938
2939         * gnus-group.el (gnus-update-group-mark-positions):
2940         * gnus-sum.el (gnus-update-summary-mark-positions):
2941         * message.el (message-check-news-body-syntax):
2942         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
2943         8-bit unibyte values to a multibyte string for search functions.
2944
2945 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * mm-uu.el (mm-uu-dissect): Allow optional arg.
2948         (mm-uu-dissect-text-parts): New function.
2949
2950         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
2951         dissect text parts.
2952
2953         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
2954         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
2955
2956         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
2957
2958         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
2959         gnus-current-topics instead of gnus-current-topic.
2960
2961 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
2962
2963         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
2964
2965 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
2966
2967         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
2968         where approriate.
2969
2970         * nnml.el (nnml-generate-active-info): do.
2971
2972         * nndiary.el (nndiary-generate-active-info): do.
2973
2974         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
2975         (gnus-topic-move): do.
2976
2977         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
2978         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
2979
2980         * gnus-srvr.el (gnus-server-prepare)
2981         (gnus-server-open-all-servers): do.
2982
2983         * gnus-msg.el (gnus-summary-cancel-article)
2984         (gnus-summary-resend-message)
2985         (gnus-summary-mail-crosspost-complaint): do.
2986
2987         * gnus-move.el (gnus-change-server): do.
2988
2989         * gnus-group.el (gnus-group-unmark-all-groups)
2990         (gnus-group-set-current-level): do.
2991
2992 2004-10-04  Simon Josefsson  <jas@extundo.com>
2993
2994         * message.el (message-generate-hashcash): Doc fix.
2995
2996 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
2997
2998         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
2999         avoid infinite recursion via gnus-get-function.
3000
3001 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
3002
3003         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
3004
3005         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
3006
3007         * nnmail.el (nnmail-split-history): do.
3008
3009         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
3010         (nnml-request-delete-group): do.
3011
3012         * nnslashdot.el (nnslashdot-read-groups): do.
3013
3014         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
3015         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
3016
3017         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
3018         (nnspool-sift-nov-with-sed): Use last
3019         (nnspool-retrieve-headers-with-nov): Use mapc.
3020         (nnspool-request-newgroups): Use dolist.
3021         (nnspool-request-group): Use last.
3022
3023         * nntp.el (nntp-read-server-type): Use dolist.
3024
3025         * nnvirtual.el (nnvirtual-create-mapping)
3026         (nnvirtual-update-read-and-marked): Use dolist.
3027         (nnvirtual-convert-headers): Simplify.
3028
3029 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
3030
3031         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
3032         support for sync'ing tick marks.
3033
3034 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
3037         there's no visible header.
3038
3039 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
3040
3041         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
3042         necessary, pass full group name to gnus-request-set-marks.
3043
3044 2004-10-01  Simon Josefsson  <jas@extundo.com>
3045
3046         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
3047         acroread.
3048
3049 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * spam-report.el (spam-report-gmane): Fix interactive.
3052
3053         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
3054
3055         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
3056         when writing file.
3057         (gnus-agent-synchronize-flags): Don't default to being
3058         interactive.
3059
3060 2004-09-30  Simon Josefsson  <jas@extundo.com>
3061
3062         * message.el (message-generate-hashcash): Add.
3063         (message-send-mail): Use it, call mail-add-payment.
3064
3065 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3066
3067         * spam.el (spam-verify-bogofilter): -V, not -sV option
3068
3069 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
3070
3071         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
3072         gnus-requst-update-info with explicit code to sync the in-memory
3073         info read flags with the marks being sync'd to the backend.
3074
3075         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
3076
3077 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3078
3079         * spam.el (spam-verify-bogofilter): new function
3080         (spam-check-bogofilter)
3081         (spam-bogofilter-register-with-bogofilter): use it
3082         (spam-verify-bogofilter): small fixes
3083
3084 2004-09-28  Simon Josefsson  <jas@extundo.com>
3085
3086         * hashcash.el (hashcash-generate-payment): Revert.
3087
3088 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3089
3090         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
3091         gnus-extract-references instead of gnus-split-references
3092
3093         * gnus-util.el (gnus-extract-references): new function, analogous
3094         to gnus-split-references but extracts only the message-ID without
3095         anything extra
3096
3097         * hashcash.el (hashcash-generate-payment)
3098         (hashcash-check-payment): do the right thing if hashcash-path is
3099         nil (because the hashcash program could not be found)
3100
3101         * spam.el (spam-use-hashcash): remove comment
3102
3103 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
3104
3105         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
3106         (gnus-cache-enter-article, gnus-cache-remove-article)
3107         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
3108
3109         * gnus-async.el (gnus-async-prefetch-remove-group): do.
3110
3111         * gnus-art.el (article-hide-boring-headers)
3112         (article-translate-strings, article-display-face)
3113         (gnus-article-mime-match-handle-first)
3114         (gnus-article-highlight-headers)
3115         (gnus-article-add-buttons-to-head): do.
3116
3117 2004-09-27  Simon Josefsson  <jas@extundo.com>
3118
3119         * hashcash.el: New version, from
3120         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
3121         ../contrib/.
3122
3123 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3124
3125         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
3126
3127 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
3128
3129         * gnus-dup.el (gnus-dup-open): Use mapc.
3130         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
3131
3132         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
3133         Reported by Stefan Wiens <s.wi@gmx.net>.
3134
3135         * gnus.el (gnus-shutdown): Use dolist.
3136
3137         * gnus-undo.el (gnus-undo): Use mapc.
3138
3139         * nnrss.el (nnrss-generate-active): do.
3140
3141         * message.el (message-cite-original-without-signature)
3142         (message-cite-original): Use mapc.
3143         (message-do-actions, message-make-forward-subject): Use dolist.
3144
3145 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
3146
3147         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
3148         deletion to remove entire duplicate line.  Fixes merged article
3149         number bug.
3150
3151 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
3152
3153         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
3154         servers that are offline.  Avoids having gnus-agent-toggle-plugged
3155         first ask if you want to open a server and then, even when you
3156         responded with no, asking if you want to synchronize the server's
3157         flags.
3158         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
3159         multi-line expressions.
3160         (gnus-agent-synchronize-group-flags): New internal function.
3161         Updates marks in memory (in the info structure) AND in the
3162         backend.
3163
3164         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
3165
3166         * nnagent.el (nnagent-request-set-mark): Use
3167         gnus-agent-synchronize-group-flags, not backend's request-set-mark
3168         method, to ensure that synchronization updates marks in the
3169         backend and in the info (in memory) structure.
3170
3171 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
3174         convention fully; don't miss the root article of a thread; make
3175         the X-Draft-From header with correct article numbers.
3176
3177 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
3178
3179         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
3180         unless plugged.  Disable the agent so that an open failure causes
3181         an error.
3182
3183         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
3184         Reverted 2004-09-21 change.  The backend must be opened while
3185         synchronizing flags even when the backend stores the flags
3186         locally.
3187
3188 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
3191         in `header' match.  Reported by Svend Tollak Munkejord.
3192
3193         * message.el (message-cite-original): Fix use of
3194         `message-cite-articles-with-x-no-archive'.
3195
3196 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
3199         (gnus-window-to-buffer): Ditto.
3200
3201         * mml.el (mml-preview-buffer): New variable.
3202         (mml-preview): Manage window layout with gnus-buffer-configuration.
3203
3204         * gnus-msg.el (gnus-setup-message): Put article numbers into the
3205         X-Draft-From header even if those articles aren't quoted.
3206
3207 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
3208
3209         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
3210         (gnus-request-set-mark, gnus-request-update-mark): Use new
3211         g-s-t-u-l-m to decide to use backend even when unplugged.
3212
3213 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
3216         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
3217
3218 2004-09-20  Simon Josefsson  <jas@extundo.com>
3219
3220         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
3221         "utf-16-le".
3222
3223 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3224
3225         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
3226
3227 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3228
3229         * uudecode.el (uudecode-use-external): Add :version.
3230
3231         * smime.el (smime-CA-file, smime-encrypt-cipher)
3232         (smime-dns-server): Add :version.
3233
3234         * smiley.el (gnus-smiley-file-types): Add :version.
3235
3236         * sha1.el (sha1-use-external): Add :version.
3237
3238         * pgg-def.el (pgg-query-keyserver): Add :version.
3239
3240         * nnmail.el (nnmail-fancy-expiry-targets)
3241         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
3242
3243         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
3244         (nnimap-retrieve-groups-asynchronous): Add :version.
3245         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
3246
3247         * mml.el (mml-content-disposition-parameters)
3248         (mml-insert-mime-headers-always): Add :version.
3249
3250         * mm-util.el (mm-coding-system-priorities):
3251
3252         * mm-decode.el (mm-inline-text-html-with-images)
3253         (mm-keep-viewer-alive-types, mm-external-terminal-program)
3254         (mm-verify-option): Add :version.
3255         (mm-text-html-renderer): Change :version.
3256
3257         * message.el (message-fcc-externalize-attachments)
3258         (message-required-headers, message-draft-headers)
3259         (message-subject-trailing-was-query)
3260         (message-subject-trailing-was-ask-regexp)
3261         (message-subject-trailing-was-regexp, message-mark-insert-begin)
3262         (message-mark-insert-end, message-archive-header)
3263         (message-archive-note, message-cross-post-default)
3264         (message-cross-post-note, message-followup-to-note)
3265         (message-cross-post-note-function, message-use-mail-followup-to)
3266         (message-subscribed-address-functions)
3267         (message-subscribed-address-file, message-subscribed-addresses)
3268         (message-subscribed-regexps, message-allow-no-recipients)
3269         (message-yank-cited-prefix, message-signature-insert-empty-line)
3270         (message-hidden-headers, message-hierarchical-addresses)
3271         (message-mail-user-agent, message-use-idna)
3272         (message-valid-fqdn-regexp)
3273         (message-strip-special-text-properties, message-header-synonyms)
3274         (message-beginning-of-line, message-tab-body-function): Add :version.
3275         (message-insert-canlock, message-wide-reply-confirm-recipients):
3276         Change :version.
3277
3278         * mail-source.el (mail-source-ignore-errors): Add :group, :type
3279         and :version.
3280         (mail-source-delete-old-incoming-confirm)
3281         (mail-source-movemail-program): Add :version.
3282
3283         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
3284         (gnus-agent-cache, gnus-agent): Change :version.
3285
3286         * gnus-util.el (gnus-use-byte-compile): Change :version.
3287
3288         * gnus-sum.el (gnus-summary-make-false-root-always)
3289         (gnus-summary-default-high-score)
3290         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
3291         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
3292         (gnus-read-all-available-headers, gnus-article-emulate-mime)
3293         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
3294         (gnus-sum-thread-tree-single-indent)
3295         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3296         (gnus-sum-thread-tree-leaf-with-other)
3297         (gnus-sum-thread-tree-single-leaf): Add :version.
3298         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
3299         (gnus-article-loose-mime): Change :version.
3300
3301         * gnus-start.el (gnus-backup-startup-file)
3302         (gnus-save-startup-file-via-temp-buffer): Add :version.
3303
3304         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
3305         (gnus-server-offline-face): Add :version.
3306
3307         * gnus-score.el (gnus-adaptive-word-length-limit):
3308
3309         * gnus-msg.el (gnus-gcc-externalize-attachments)
3310         (gnus-debug-files, gnus-debug-exclude-variables)
3311         (gnus-discouraged-post-methods): Change :version.
3312         (gnus-confirm-mail-reply-to-news)
3313         (gnus-confirm-treat-mail-like-news): Add :version.
3314
3315         * gnus-int.el (gnus-server-unopen-status): Add :version.
3316
3317         * gnus-group.el (gnus-group-jump-to-group-prompt)
3318         (gnus-large-ephemeral-newsgroup)
3319         (gnus-fetch-old-ephemeral-headers): Add :version.
3320
3321         * gnus-fun.el (gnus-x-face-directory)
3322         (gnus-convert-pbm-to-x-face-command)
3323         (gnus-convert-image-to-x-face-command)
3324         (gnus-convert-image-to-face-command): Add :version.
3325
3326         * gnus-delay.el (gnus-delay-default-hour): Add :version.
3327
3328         * gnus-cite.el (gnus-cite-blank-line-after-header)
3329         (gnus-article-boring-faces):
3330
3331         * gnus-art.el (gnus-buttonized-mime-types)
3332         (gnus-inhibit-mime-unbuttonizing)
3333         (gnus-treat-display-face)
3334         (gnus-treat-body-boundary): Change :version.
3335         (gnus-body-boundary-delimiter, gnus-picon-databases)
3336         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
3337         (gnus-treat-date-english, gnus-treat-fold-headers)
3338         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
3339         (gnus-treat-mail-picon, gnus-treat-wash-html)
3340         (gnus-article-encrypt-protocol)
3341         (gnus-use-idna, gnus-article-over-scroll)
3342         (gnus-mime-display-multipart-alternative-as-mixed)
3343         (gnus-mime-display-multipart-related-as-mixed)
3344         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
3345         (gnus-ctan-url, gnus-button-ctan-handler)
3346         (gnus-button-handle-ctan-bogus-regexp)
3347         (gnus-button-ctan-directory-regexp)
3348         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
3349         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
3350         (gnus-button-man-level, gnus-button-emacs-level)
3351         (gnus-button-message-level, gnus-button-browse-level): Add :version.
3352
3353         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
3354         (gnus-agent-go-online): Change :version.
3355         (gnus-agent-expire-unagentized-dirs)
3356         (gnus-agent-auto-agentize-methods): Add :version.
3357
3358         * flow-fill.el (fill-flowed-display-column)
3359         (fill-flowed-encode-column): Add :version.
3360
3361         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3362         (gnus-outlook-deuglify-unwrap-max)
3363         (gnus-outlook-deuglify-cite-marks)
3364         (gnus-outlook-deuglify-unwrap-stop-chars)
3365         (gnus-outlook-deuglify-no-wrap-chars)
3366         (gnus-outlook-deuglify-attrib-cut-regexp)
3367         (gnus-outlook-deuglify-attrib-verb-regexp)
3368         (gnus-outlook-deuglify-attrib-end-regexp)
3369         (gnus-outlook-display-hook): Add :version.
3370
3371         * binhex.el (binhex-use-external): Add :version.
3372
3373 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
3376         and `invisible'.
3377
3378 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * gnus-registry.el (gnus-registry-trim): watch out for negatives
3381         in gnus-registry-trim
3382
3383 2004-09-13  Simon Josefsson  <jas@extundo.com>
3384
3385         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
3386
3387         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
3388
3389         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
3390         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
3391         <yamaoka@jpl.org>.
3392         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
3393         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
3394         <yamaoka@jpl.org>.
3395
3396         * sieve.el (sieve-manage-mode): Ditto.
3397
3398 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
3399
3400         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
3401
3402 2004-09-11  Simon Josefsson  <jas@extundo.com>
3403
3404         * dns-mode.el: Add.
3405
3406         * mm-view.el (mm-display-dns-inline): Add.
3407
3408         * mm-decode.el (mm-inline-media-tests): Add text/dns.
3409         (mm-automatic-display): Ditto.
3410
3411         * mailcap.el (mailcap-mime-data): Add text/dns.
3412         (mailcap-mime-extensions): Map .soa to text/dns.
3413
3414 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
3415
3416         * gnus-art.el (article-decode-mime-words, article-babel)
3417         (gnus-article-highlight-signature, gnus-article-add-buttons)
3418         (gnus-signature-toggle): Remove unnecessary bindings of
3419         `inhibit-read-only' inherited from v5.10 merge.
3420
3421 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
3422
3423         * nntp.el (nntp): New customization group.
3424         (nntp-authinfo-file): Add customization group.
3425
3426         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
3427
3428         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
3429
3430         * gnus.el (to-address, to-list, subscribed)
3431         (large-newsgroup-initial): Ditto.
3432
3433         * flow-fill.el (fill-flowed-display-column)
3434         (fill-flowed-encode-column): Ditto.
3435
3436 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
3437
3438         * message.el (message-tokenize-header, message-send-mail-with-qmail):
3439         Use point-min rather than 1.
3440         (message-send-mail): Use buffer-size rather than point-max.
3441
3442         * gnus-sum.el (gnus-summary-search-article-forward):
3443         Signal a specific `search-failed' rather than a generic `error'.
3444
3445         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
3446         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
3447         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
3448
3449 2004-09-10  Simon Josefsson  <jas@extundo.com>
3450
3451         * nndb.el (require): Remove tcp and duplicate cl.
3452
3453 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-agent.el (directory-files-and-attributes): Move forward.
3456
3457 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
3458
3459         * gnus-agent.el (directory-files-and-attributes): Optionally
3460         defined to support XEmacs.
3461
3462 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
3463
3464         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
3465         to avoid run-time CL dependencies.
3466         (gnus-agent-unfetch-articles): New function.
3467         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
3468         article numbers even when local .overview file is missing.
3469         (gnus-agent-read-article-number): New function. Only accepts
3470         27-bit article numbers.
3471         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
3472         gnus-agent-read-article-number.
3473         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
3474         from backend while recognizing that article numbers in .overview
3475         must be valid.
3476         (gnus-agent-update-files-total-fetched-for): Use
3477         directory-files-and-attributes to improve performance.
3478         * gnus-int.el (gnus-request-move-article): Use
3479         gnus-agent-unfetch-articles in place of gnus-agent-expire to
3480         improve performance.
3481
3482         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
3483         some users confused by references to .newsrc when they only have a
3484         .newsrc.eld file.
3485         (gnus-convert-mark-converter-prompt,
3486         gnus-convert-converter-needs-prompt): Fixed use of property list.
3487         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
3488         New function. Used internally to only display 'gnus converting
3489         files' message when actually necessary.
3490
3491         * gnus-sum.el (): Removed (require 'gnus-agent) as required
3492         methods now autoloaded.
3493
3494 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-sum.el (gnus-summary-insert-subject): Remove list
3497         identifiers.
3498
3499 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * gnus-picon.el: Fix indentation and closing parenthesis.
3502
3503 2004-09-01  Simon Josefsson  <jas@extundo.com>
3504
3505         * message.el (message-canlock-generate): Require sha1, not
3506         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
3507         to require within a function.  Sadly, if sha1.el isn't loaded, the
3508         let binding in m-c-g will hide the defcustom definition, which is
3509         bad.)
3510
3511         * canlock.el: Require sha1, not sha1-el.
3512
3513         * message.el: Don't autoload sha1 (there is a autoload cookie in
3514         sha1.el).
3515
3516         * sha1-el.el: Renamed to sha1.el.
3517
3518 2004-08-30  Juanma Barranquero  <lektu@terra.es>
3519
3520         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
3521
3522 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3523
3524         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
3525
3526 2004-08-30  Kim F. Storm  <storm@cua.dk>
3527
3528         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
3529
3530         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
3531         Add :group 'nnimap.
3532
3533 2004-08-30  Simon Josefsson  <jas@extundo.com>
3534
3535         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
3536         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
3537
3538 2004-08-30  Simon Josefsson  <jas@extundo.com>
3539
3540         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
3541         and ?\' to symbol instead of whitespace (tiny patch).  From
3542         Andreas Schwab <schwab@suse.de>.
3543
3544 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
3547
3548         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
3549         instead of re-search-forward.
3550
3551         * gnus-uu.el (gnus-uu-save-article): Ditto.
3552         (gnus-uu-post-encode-uuencode): Ditto.
3553
3554         * html2text.el (html2text-clean-list-items): Ditto.
3555         (html2text-clean-dtdd): Ditto.
3556         (html2text-format-tags): Ditto.
3557
3558         * message.el (message-send-mail-with-sendmail): Fix regexp.
3559         (message-fill-field-general): Use search-forward instead of
3560         re-search-forward.
3561         (unbold-region): Ditto.
3562
3563         * nnrss.el (nnrss-request-article): Ditto.
3564
3565         * nnslashdot.el (nnslashdot-request-article): Ditto.
3566
3567         * nnweb.el (nnweb-gmane-wash-article): Ditto.
3568
3569         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
3570         "Unrecognized menu descriptor" error in XEmacs.
3571
3572 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
3575         entry.
3576
3577         * gnus-group.el (gnus-group-line-format-alist): Convert the value
3578         of gnus-tmp-news-method into string under XEmacs.  It will be
3579         passed to gnus-correct-length which takes only a string argument.
3580
3581 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-util.el (gnus-bind-print-variables): New macro.
3584         (gnus-prin1): Use it.
3585         (gnus-prin1-to-string): Use it.
3586         (gnus-pp): New function.
3587         (gnus-pp-to-string): New function.
3588
3589         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
3590         pp-to-string with gnus-pp-to-string.
3591         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
3592         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
3593         * gnus-msg.el (gnus-debug): Ditto.
3594         * gnus-score.el (gnus-score-save): Ditto.
3595         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
3596         gnus-pp-to-string.
3597         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
3598         with gnus-pp.
3599         * score-mode.el (gnus-score-pretty-print): Ditto.
3600         * webmail.el (webmail-debug): Ditto.
3601
3602 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-art.el (article-display-face, article-display-x-face): Use
3605         buffer-read-only.
3606
3607 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-art.el (article-hide-list-identifiers): Bind
3610         inhibit-read-only as t.
3611
3612 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
3615
3616 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3617
3618         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
3619         (gnus-narrow-to-page): Don't assume point-min == 1.
3620         (gnus-article-edit-mode): Derive from message-mode.
3621
3622         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
3623         point-min == 1.
3624
3625         * imap.el (imap-parse-address-list, imap-parse-body-ext):
3626         Disable incorrect use of `assert'.
3627
3628         * message.el (message-mode): Set comment-start-skip.
3629
3630
3631 2004-08-22  Sam Steingold  <sds@gnu.org>
3632
3633         * pop3.el (pop3-leave-mail-on-server): New user variable.
3634         (pop3-movemail): Delete mail only when it is nil.
3635
3636 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
3637
3638         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
3639
3640         * mml.el (mml-preview): Use `pop-to-buffer'.
3641
3642         * message.el (message-goto-mail-followup-to): Insert after "To".
3643         (message-carefully-insert-headers): Add comment.
3644
3645         * gnus.el: Remove unused variable `gnus-article-check-size'.
3646
3647         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
3648
3649         * gnus-art.el (gnus-button-alist): Improve
3650         `gnus-button-handle-library' entry.
3651
3652 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
3653
3654         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
3655         downcase, since XEmacs capitalizes error messages differently.
3656         From Sebastian Freundt <hroptatyr@gna.org>.
3657
3658 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
3659
3660         * nntp.el: Add (require 'gnus) due to reference to
3661         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
3662
3663 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
3664
3665         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
3666         `mm-fill-flowed'.
3667
3668         * mm-decode.el (mm-dissect-singlepart): Check it.
3669
3670 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
3671
3672         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
3673         'imap' for netrc parsing
3674
3675 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
3676
3677         * mailcap.el (mailcap-mime-data): Mark as risky.
3678
3679 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
3682         may be included in the encoded word.
3683         (rfc2047-encode): Don't append a space if the encoded word
3684         includes close parenthesis.
3685
3686 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
3689         of text within parentheses.
3690
3691 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
3694         (gnus-encrypt-write-file-contents): the password key is the file
3695         name PLUS the cipher, not just the cipher.  Also remove failed
3696         passwords from the cache.
3697
3698 2004-08-06  Simon Josefsson  <jas@extundo.com>
3699
3700         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
3701         fix.
3702
3703 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
3706         LWSP.
3707
3708 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
3709
3710         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
3711         to append in-reply-to: data to the references: header
3712
3713         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
3714         (netrc-parse): use gnus-encrypt.el functions
3715
3716         * gnus-encrypt.el: new file for encryption support; currently
3717         does only a few GPG ciphers and an internal XOR cipher
3718
3719         * password.el: add comments on using password-read-and-add
3720         (password-read-and-add): new function to read and add the
3721         password to the cache at once
3722
3723 2004-07-28  Simon Josefsson  <jas@extundo.com>
3724
3725         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
3726         parameter (but don't use it, for now).
3727
3728         * imap.el (imap-ssl-open): Use imap-process-connection-type,
3729         instead of hard coding to nil.
3730
3731 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * mm-view.el (mm-inline-image-emacs): Open lines under an image
3734         as mm-inline-image-xemacs does.
3735
3736 2004-07-26  Simon Josefsson  <jas@extundo.com>
3737
3738         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
3739         Revert part of 2004-07-17 change below.
3740
3741 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
3744         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3745
3746 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747
3748         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
3749         quotes that actually start with ">" at the beginning of the
3750         lines.
3751
3752 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * rfc2047.el (rfc2047-encode-region): Fix last change.
3755         (rfc2047-encode-parameter): Remove useless concat.
3756
3757 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
3760         encode special characters; fix some kind of misconfigured headers;
3761         signal a real error if debug-on-quit or debug-on-error is non-nil.
3762         (rfc2047-encode-max-chars): New variable.
3763         (rfc2047-encode-1): Use it.
3764         (rfc2047-encode-parameter): New function.
3765
3766         * mml.el (mml-insert-parameter): Remove an excessive space.
3767
3768 2004-07-17  Simon Josefsson  <jas@extundo.com>
3769
3770         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
3771         Kai Grossjohann <kai@emptydomain.de>.
3772         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
3773         (gnus-group-make-menu-bar): Ditto.
3774
3775         * gnus-util.el (gnus-group-server): Add.
3776
3777 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
3778
3779         * message.el (message-clone-locals): Clone sendmail and smtp
3780         variables.
3781
3782 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * rfc2047.el (rfc2047-encode-region): Fix last change.
3785
3786 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3787         From David Hedbor <dhedbor@real.com>.
3788
3789         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
3790         (nnmail-expand-newtext): Lowercase expanded entries if
3791         nnmail-split-lowercase-expanded is non-nil.
3792
3793 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
3796         characters as non-special.
3797
3798 2004-07-09  Simon Josefsson  <jas@extundo.com>
3799
3800         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
3801         Users will lose all flag changes made while unplugged with
3802         e.g. nntp unless flag synchronization happens, thus `nil' is not a
3803         good default.  See numerous reports on ding mailing list.
3804
3805 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
3808         add generate-head-function and generate-article-function to the
3809         rfc822-forward entry.
3810         (nndoc-rfc822-forward-generate-article): New function.
3811         (nndoc-rfc822-forward-generate-head): New function.
3812
3813         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
3814
3815 2004-07-06  Dan Christensen  <jdc@uwo.ca>
3816
3817         * gnus-sum.el (gnus-summary-read-group-1): When summary
3818         is unthreaded, respect display group parameter.
3819         (gnus-articles-to-read): Remove unused reference to
3820         display group parameter.
3821
3822 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823
3824         * nnheader.el (nnheader-uniquify-message-id): New experimental
3825         variable.
3826         (nnheader-nov-read-message-id): Use it.
3827
3828         * spam-report.el (spam-report-gmane): Add interactive.
3829
3830 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
3833         qp-or-base64 for the application/* types.
3834
3835 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
3836
3837         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
3838         Joakim Verona <joakim@verona.se>.
3839
3840 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3841
3842         * gnus-registry.el (gnus-registry-trim): don't allow a negative
3843         trim value
3844
3845 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
3846
3847         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
3848         New macro and function.
3849         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
3850
3851 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
3854         after-load-alist.
3855
3856 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
3859         update info that isn't there.
3860
3861 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * mm-view.el (mm-inline-render-with-function): Use multibyte
3864         buffer; decode html source by charset.
3865
3866         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
3867
3868         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
3869         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
3870         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
3871         loaded under XEmacs.
3872         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
3873
3874 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
3875
3876         * nnheader.el (nnheader-max-head-length): Increase to 8192.
3877
3878 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-util.el (mm-coding-system-p): Return a coding-system.
3881         (mm-mime-mule-charset-alist): Use shift_jis instead of
3882         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
3883         entries for the mime charsets iso-2022-jp-3 and shift_jis.
3884         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
3885         instead of japanese-shift-jis and iso-latin-1 respectively in
3886         order to share the default value with both Emacs and XEmacs-mule.
3887         (mm-mule-charset-to-mime-charset): Make
3888         mm-coding-system-priorities effective.
3889         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
3890         while predicating of candidates upon the priorities.
3891
3892 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
3893
3894         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3895         gnus-uu-invert-processable.
3896
3897         * gnus.el: Autoload gnus-uu-invert-processable.
3898
3899 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * mm-util.el (mm-with-multibyte-buffer): New macro.
3902
3903         * rfc2047.el (rfc2047-encode-string): Use it.
3904         (rfc2047-encode-region): Move point to the end of the region after
3905         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
3906
3907 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
3910         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
3911
3912 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
3915         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
3916         Karl Chen <quarl@nospam.quarl.org>.
3917
3918 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
3919
3920         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
3921         invalid addresses.
3922
3923 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
3924
3925         * spam.el: section markers changed, TODO list revised
3926         (spam-backends): new master list of all installed backends
3927         (spam-summary-exit-behavior): new variable to determine how
3928         messages moves are done at summary exit
3929         (spam-move-spam-nonspam-groups-only)
3930         (spam-process-ham-in-nonham-groups)
3931         (spam-process-ham-in-spam-groups): variables removed, the
3932         spam-summary-exit-behavior variable should be used to manage this
3933         behavior
3934         (spam-old-ham-articles, spam-old-spam-articles): removed
3935         (spam-old-articles): new variable, replacing spam-old-ham-articles
3936         and spam-old-spam-articles
3937         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
3938         empty variables, placeholders for the backends they represent
3939         (spam-set-difference): moved, unchanged
3940         (spam-list-of-processors): variable OBSOLETE, not used anymore
3941         unless the user has a processor variable
3942         (spam-classifications, spam-classification-valid-p)
3943         (spam-backend-properties, spam-backend-property-valid-p)
3944         (spam-backend-function-type-valid-p)
3945         (spam-process-type-valid-p, spam-list-articles): helper functions
3946         (spam-report-articles-gmane, spam-report-articles-resend):
3947         functions removed, they are not needed
3948         (spam-install-backend-super, spam-backend-list)
3949         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
3950         (spam-backend-function, spam-backend-ham-registration-function)
3951         (spam-backend-spam-registration-function)
3952         (spam-backend-ham-unregistration-function)
3953         (spam-backend-spam-unregistration-function)
3954         (spam-backend-statistical-p, spam-backend-mover-p)
3955         (spam-install-backend-alias, spam-install-checkonly-backend)
3956         (spam-install-mover-backend, spam-install-nocheck-backend)
3957         (spam-install-backend, spam-install-statistical-backend)
3958         (spam-install-statistical-checkonly-backend): backend installation
3959         support
3960         (spam-summary-prepare-exit): rewritten to use the new backend code
3961         (spam-group-processor-p): use the new backend code and respect the
3962         summary exit behavior
3963         (spam-mark-spam-as-expired-and-move-routine): removed
3964         (spam-summary-prepare): changed to use the new spam-old-articles
3965         variable
3966         (spam-copy-or-move-routine, spam-copy-spam-routine)
3967         (spam-move-spam-routine, spam-copy-ham-routine)
3968         (spam-move-ham-routine): new code to copy/move ham or spam
3969         (spam-fetch-field-fast): doc and code improved, plus it allows the
3970         'number request
3971         (spam-list-of-checks, spam-list-of-statistical-checks): variables
3972         removed, no longer used
3973         (spam-split, spam-find-spam): use the new backend code
3974         (spam-registration-functions): variable removed, no longer used
3975         (spam-unregister-routine): convenience wrapper
3976         (spam-log-undo-registration, spam-register-routine)
3977         (spam-log-processing-to-registry)
3978         (spam-log-unregistration-needed-p): renamed "check" to "backend"
3979         where possible
3980         (spam-check-gmane-xref, spam-check-regex-headers)
3981         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
3982         (spam-check-whitelist, spam-check-blacklist)
3983         (spam-check-bogofilter-headers, spam-check-spamoracle)
3984         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
3985         (spam-check-crm114-headers): use the spam-split-group that
3986         spam-split prepares, no need to determine it every time
3987
3988         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
3989         the nnheader-parse-naked-head call
3990
3991         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
3992
3993         * gnus-sum.el (gnus-nov-parse-line): add the message number to
3994         the nnheader-nov-read-message-id call
3995
3996 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
3999         gnus-activate-group twice.  Suggested by Markus Peter
4000         <warp@spin.de>.
4001
4002 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-art.el (gnus-article-time-format): Exchange the order of
4005         day and month in the default value; fix customization type.
4006         (article-date-ut): Use add-text-properties.
4007         (article-make-date-line): Use message-make-date instead of
4008         current-time-string.
4009
4010         * message.el (message-fetch-field): Don't use set-text-properties.
4011         (message-make-date): Simplify.
4012
4013         * messagexmas.el (message-xmas-make-date): New function.
4014         (message-xmas-redefine): Defalias message-make-date to it.
4015
4016 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
4019         (rfc2047-encode-region): Treat text within parentheses as special;
4020         show the original text when error has occurred.
4021
4022         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
4023         already-computed method to gnus-activate-group.
4024
4025         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
4026         same select-methods identical Lisp objects.
4027
4028         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
4029         object when modifying the info.
4030
4031 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-srvr.el (gnus-server-set-info): Remove the server from
4034         gnus-opened-servers since it has never been opened with the new
4035         configuration yet.
4036
4037 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
4040         arg to nnheader-generate-fake-message-id.
4041
4042 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         * nnheader.el (nnheader-generate-fake-message-id): accept a
4045         number and build a fake message ID localized to a group and
4046         article number (so it's repeatable from that point on)
4047         (nnheader-fake-message-id-p): change regex to accomodate new fake
4048         ID format
4049
4050         * gnus-sum.el (gnus-get-newsgroup-headers): call
4051         nnheader-generate-fake-message-id with the article number
4052
4053 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
4054
4055         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
4056         end-of-buffer.
4057
4058 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * message.el (message-ignored-supersedes-headers): Add Approved.
4061
4062 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * rfc2047.el (rfc2047-encode-message-header): Remove useless
4065         goto-char.
4066         (rfc2047-encode): Fold the line before encoding.
4067
4068 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * rfc2047.el (rfc2047-encode-message-header): Disabled header
4071         folding -- not all headers can be folded, and this should be done
4072         by the message composition mode.  Probably.  I think.
4073
4074 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
4077         fast.
4078
4079         * gnus-ems.el (gnus-remove-image): Don't use
4080         message-text-with-property; remove only the image found first.
4081
4082         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
4083         found first.
4084
4085 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
4086
4087         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4088
4089 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * message.el (message-text-with-property): Make it fast and accept
4092         optional arguments.
4093         (message-strip-forbidden-properties): Use it.
4094         (message-fix-before-sending): Follow the m-t-w-p change.
4095
4096         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4097
4098 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-art.el (article-hide-headers): Don't change the buffer
4101         mistakenly when performing mml-preview even if
4102         gnus-single-article-buffer is nil.
4103
4104 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
4105
4106         * message.el (message-expand-name-databases): New user option.
4107         (message-expand-name): Use it.
4108
4109 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         * spam.el (spam-report-articles-resend)
4112         (spam-report-resend-register-routine): allow ham reporting
4113         (spam-report-resend-register-ham-routine): simple wrapper
4114         (spam-registration-functions): add ham resending functions
4115         (spam-list-of-processors): add ham resend processor
4116
4117         * gnus.el (ham-resend-to): new group parameter
4118         (spam-process): add ham resend option
4119
4120         * spam-report.el (spam-report-resend): allow reporting ham
4121         (spam-report-resend-ham): simple wrapper
4122
4123 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * message.el (message-cite-articles-with-x-no-archive): New
4126         variable.
4127         (message-cite-original): Use it.
4128
4129 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130
4131         * message.el (message-cite-original): Respect X-No-Archive.
4132
4133 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-art.el (article-hide-headers): Refer to the values for
4136         gnus-ignored-headers and gnus-visible-headers in the summary
4137         buffer since a user may have set them as group parameters.
4138
4139 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * assistant.el (assistant-node-name): new convenience function
4142         (assistant-render-text, assistant-render-node): error handling,
4143         plus handle multiple next nodes
4144         (assistant-find-next-node): commented out for now
4145         (assistant-find-next-nodes): new function, returns list of next
4146         nodes
4147
4148 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
4149
4150         * mail-source.el (mail-source-directory): Fix doc-string.
4151
4152 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * assistant.el (assistant-render-text, assistant-eval): add :set
4155         widget type, which is different because it takes and returns a
4156         list.  Much hilarity ensues.
4157
4158 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
4161
4162         * gnus-group.el (gnus-group-get-new-news-this-group): Added
4163         doc-string.
4164
4165         * gnus-start.el (gnus-activate-group): Added doc-string.
4166
4167 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
4170
4171 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
4172
4173         * assistant.el (assistant-render-text): trying to add a :set
4174         widget, more to come...
4175
4176         * spam.el (spam-group-spam-contents-p): handle empty groupname
4177         strings
4178         (spam-report-articles-resend)
4179         (spam-report-resend-register-routine): allow spam-report-resend-to
4180         to be a group parameter or a global value
4181         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
4182         (spam-register-routine): do registration iff any articles warrant
4183         it.
4184         (spam-summary-prepare-exit): changed log message for nil group
4185         destinations
4186
4187 2004-05-26  Simon Josefsson  <jas@extundo.com>
4188
4189         * starttls.el: Merge with my GNUTLS based starttls.el.
4190         (starttls-gnutls-program, starttls-use-gnutls)
4191         (starttls-extra-arguments, starttls-process-connection-type)
4192         (starttls-connect, starttls-failure, starttls-success): New
4193         variables.
4194         (starttls-program, starttls-extra-args): Doc fix.
4195         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
4196         functions.
4197         (starttls-negotiate, starttls-open-stream): Check
4198         `starttls-use-gnutls' and pass on to corresponding *-gnutls
4199         function if it is set.
4200
4201 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
4204         structured fields.
4205
4206 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
4209
4210 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * spam.el (spam-mark-junk-as-spam-routine)
4213         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
4214         disable assigning the spam-mark to new messages
4215         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
4216         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
4217
4218 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * dgnushack.el: Autoload customize-set-variable for XEmacs.
4221
4222         * rfc2047.el (rfc2047-encodable-p): Don't move point.
4223         (rfc2047-decode): Treat the ascii coding-system as raw-text by
4224         default.
4225
4226 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
4227
4228         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
4229         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
4230
4231 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * spam.el (spam-list-of-processors): use nil for nonexistent processors
4234         (spam-group-processor-p): fixed function so it works properly
4235         (spam-group-processor-multiple-p)
4236         (spam-group-spam-processor-report-gmane-p)
4237         (spam-group-spam-processor-report-resend-p)
4238         (spam-group-spam-processor-bogofilter-p)
4239         (spam-group-spam-processor-blacklist-p)
4240         (spam-group-spam-processor-ifile-p)
4241         (spam-group-ham-processor-ifile-p)
4242         (spam-group-spam-processor-spamoracle-p)
4243         (spam-group-spam-processor-crm114-p)
4244         (spam-group-ham-processor-bogofilter-p)
4245         (spam-group-spam-processor-stat-p)
4246         (spam-group-ham-processor-stat-p)
4247         (spam-group-ham-processor-whitelist-p)
4248         (spam-group-ham-processor-BBDB-p)
4249         (spam-group-ham-processor-spamoracle-p)
4250         (spam-group-ham-processor-copy-p): functions removed with some
4251         prejudice against unneeded code
4252         (spam-report-articles-resend)
4253         (spam-report-resend-register-routine): allow the group/topic
4254         spam-resend-to value to override spam-report-resend-to
4255         (spam-summary-prepare-exit): invoke spam-group-processor-p
4256         properly now
4257
4258         * spam-report.el (spam-report-resend-to, spam-report-resend):
4259         start with resend-to set to nil, and then ask the user if
4260         necessary.  From Daniel Pittman <daniel@rimspace.net>.
4261
4262         * gnus.el (spam-resend-to): new group/topic parameter
4263         (spam-process): move the OBSOLETE processors to the end of the
4264         choices.
4265
4266         * spam-report.el (spam-report-resend): spam-report-resend takes a
4267         list of articles, not separate article numbers.  From Daniel
4268         Pittman <daniel@rimspace.net>.
4269
4270 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
4273         addition to emacs-w3m.
4274
4275 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * assistant.el (assistant-authinfo-data): New function.
4278         (assistant-eval): Eval for entire assistant.
4279
4280         * netrc.el (netrc-services-file): New variable.
4281         (netrc-parse-services): New function.
4282         (netrc-find-service-name): New function.
4283         (netrc-find-service-number): New function.
4284         (netrc-port-equal): New function.
4285         (netrc-machine): Use it.
4286
4287         * nnimap.el (nnimap-open-connection): Use netrc.
4288
4289         * gnus-util.el (gnus-netrc-get): Remove aliases.
4290
4291         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
4292
4293         * assistant.el (wid-edit): Fix compilation.
4294
4295         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
4296
4297 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
4298
4299         * gnus-util.el (gnus-set-file-modes): New function.  (small
4300         patch).
4301
4302 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
4305
4306         * assistant.el (assistant-render-node): Fix up rendering and
4307         read-only text.
4308         (assistant-render-node): Reset.
4309         (assistant-make-read-only): Not sticky.
4310
4311 2004-05-20  Danny Siu  <dsiu@adobe.com>
4312
4313         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
4314         centered even when gnus-auto-center-summary is t
4315
4316 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317
4318         * dns.el (dns-get-txt-answer): New function.
4319         (dns-read-txt): Ditto.
4320         (query-dns): Use it.
4321
4322 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
4325         active for foreign groups even if the group level is higher than
4326         the specified value.
4327
4328 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
4331         non-active groups.
4332
4333         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
4334
4335 2004-05-20  Magnus Henoch  <mange@freemail.hu>
4336
4337         * dns.el (dns-read-type): Add support for SVR.  (small patch)
4338
4339 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
4342         (spam-crm114-header, spam-crm114-spam-switch)
4343         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
4344         (spam-crm114-positive-spam-header)
4345         (spam-crm114-database-directory, spam-list-of-processors)
4346         (spam-group-spam-processor-crm114-p)
4347         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
4348         (spam-generic-score, spam-list-of-checks)
4349         (spam-list-of-statistical-checks, spam-registration-functions)
4350         (spam-check-crm114-headers, spam-crm114-score)
4351         (spam-check-crm114, spam-crm114-register-with-crm114)
4352         (spam-crm114-register-spam-routine)
4353         (spam-crm114-unregister-spam-routine)
4354         (spam-crm114-register-ham-routine)
4355         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
4356         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
4357
4358         * gnus.el: added spam-use-crm114
4359
4360         * spam.el (spam-list-of-processors, spam-registration-functions):
4361         add spam-use-resend
4362         (spam-group-spam-processor-report-resend-p): utility wrapper
4363         (spam-report-articles-gmane): doc fix
4364         (spam-report-articles-resend,
4365         spam-report-resend-register-routine): wrappers around
4366         spam-report-resend-to
4367
4368         * spam-report.el (spam-report-resend-to, spam-report-resend):
4369         support for resending spam
4370         (spam-report-gmane): line length >80 fix
4371
4372         * gnus.el (spam-process): add spam-use-resend
4373
4374 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4375
4376         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
4377         number of processed spam messages.
4378         (spam-ham-copy-or-move-routine): Return the number of processed
4379         ham messages.
4380         (spam-summary-prepare-exit): Use the above values to decide
4381         whether status messages shouled be displayed.
4382
4383 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
4386         `rfc2047-encoding-function-alist' in order to avoid conflicting
4387         with the old version.
4388         (rfc2047-encode-region): Concatenate words containing non-ASCII
4389         characters in structured fields; don't encode space-delimited
4390         ASCII words even in unstructured fields; don't break words at
4391         char-category boundaries.
4392         (rfc2047-encode-1): New function.
4393         (rfc2047-encode): Use it; encode text so that it occupies the
4394         maximum width within 76-column; work correctly on Q encoding for
4395         iso-2022-* charsets.
4396         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
4397         sure not to break a line just after the header name.
4398         (rfc2047-b-encode-region): Removed.
4399         (rfc2047-b-encode-string): New function.
4400         (rfc2047-q-encode-region): Removed.
4401         (rfc2047-q-encode-string): New function.
4402
4403         * mm-util.el (mm-replace-in-string): New function.
4404
4405 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
4408         get it right.
4409         (gnus-inews-make-draft): Really.
4410
4411 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
4412
4413         * nnmh.el (nnmh-request-list-1): Don't check the link count
4414         before descending.  (small patch)
4415
4416 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
4419         stuff.
4420
4421         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
4422         on real group name.
4423
4424         * gnus-art.el (gnus-signature-limit): Doc fix.
4425
4426         * gnus-msg.el (gnus-inews-make-draft): Quote list.
4427
4428         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
4429
4430 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
4431
4432         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
4433         isn't a string.
4434
4435 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * gnus-draft.el (gnus-draft-send): Bind
4438         rfc2047-encode-encoded-words.
4439
4440         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
4441         (rfc2047-encodable-p): Say that =? needs encoding.
4442         (rfc2047-encode-encoded-words): New variable.
4443
4444         * gnus-group.el (gnus-group-select-group): Doc fix.
4445
4446         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
4447
4448         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
4449         to nil.
4450
4451         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
4452
4453         * nnheader.el (nnheader-get-lines-and-char): New function.
4454
4455 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
4456
4457         * gnus-msg.el (gnus-summary-followup-with-original): Document
4458         yanking of region when active.
4459
4460 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
4463         groups if the group level is higher than the specified value.
4464
4465 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4466
4467         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
4468         (gnus-group-jump-to-group): Added prefix argument using
4469         `gnus-group-jump-to-group-prompt'.  Query before jumping to
4470         non-active group.
4471
4472         * compface.el (uncompface): Be verbose when changing
4473         `uncompface-use-external'.
4474
4475         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
4476         handle manual section.
4477
4478 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * gnus-art.el (gnus-button-alist): Revert previous change.
4481
4482 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
4485
4486 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
4489         whether backend can accept message.
4490
4491         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
4492
4493 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
4494
4495         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
4496         Avoid creating directory when nntp-marks-is-evil is true.
4497         Reported by Reiner Steib.
4498
4499 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * gnus-picon.el (gnus-picon-style): New variable.
4502         (gnus-picon-insert-glyph): Added optional `nostring' argument.
4503         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
4504         Jesper Harder <harder@ifa.au.dk>.
4505
4506 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4507
4508         * message.el (message-fill-field): Return point.
4509         (message-generate-headers): Go to end of field.
4510
4511         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
4512         stuff for non-living groups.
4513
4514 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
4515
4516         * gnus-art.el (gnus-article-followup-with-original)
4517         (gnus-article-reply-with-original): gnus-mark-active-p ->
4518         gnus-region-active-p.
4519
4520 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * spam.el (spam-summary-prepare-exit): fix messages, so they show
4523         only when there is spam or ham to be processed
4524
4525 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * mail-source.el (mail-source-delete-crash-box): Refactor.
4528         (mail-source-fetch): Use it.
4529         (mail-source-fetch-file): Ditto.
4530         (mail-source-fetch-directory): Run postscript in loop.
4531         (mail-source-fetch-pop): Delete.
4532         (mail-source-fetch-maildir): Ditto.
4533         (mail-source-fetch-imap): Ditto.
4534
4535         * imap.el (imap-authenticators): Comment out sasl.
4536
4537         * message.el (message-skip-to-next-address): New function.
4538         (message-fill-header-address): Refactor.
4539         (message-fill-address): Use it.
4540         (message-delete-address): Use it.
4541         (message-fill-header-general): Refactor.
4542         (message-fill-field-address): Rename.
4543         (message-narrow-to-field): Find the start of the header.
4544         (message-header-format-alist): Don't pre-fill.
4545         (message-fill-header): Removed.
4546         (message-insert-header): New function.
4547         (message-shorten-references): Use it.
4548
4549         * rfc2047.el (rfc2047-field-value): Strip props.
4550
4551         * mail-parse.el (mail-header-make-address): New alias.
4552
4553         * ietf-drums.el (ietf-drums-make-address): New function.
4554
4555         * imap.el: Add compiler directives.
4556
4557         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
4558
4559         * gnus-art.el (article-decode-idna-rhs): Don't use
4560         message-idna-inside-rhs-p.
4561
4562 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * message.el (message-idna-inside-rhs-p): Removed.
4565         (message-idna-to-ascii-rhs-1): Use proper address parsing.
4566
4567         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
4568         false positives.
4569
4570 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
4571
4572         * imap.el (imap-sasl-make-mechanisms): Use sasl.
4573
4574 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * nneething.el (nneething-file-name): Don't create spurions
4577         files.
4578
4579         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
4580         (gnus-inews-do-gcc): Remove sleep.
4581
4582         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
4583         part under point.
4584
4585         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
4586         (gnus-agent-regenerate-group): Using nil messages aren't valid.
4587
4588 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
4591
4592 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4593
4594         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
4595         header is not nil (tiny change).  From Nelson Ferreira
4596         <nelson.ferreira@verizon.net>.
4597
4598         * spam.el (spam-summary-prepare-exit): only produce "marking spam
4599         as expired without moving it" message when there are spam
4600         messages left
4601
4602 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
4603
4604         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
4605         nntp-possibly-create-directory, not nntp-possibly-change-group.
4606         (nntp-marks-changed-p): New arg SERVER.
4607         (nntp-request-update-info): Adjust caller.
4608
4609 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
4610
4611         * nntp.el (nntp-save-marks): Pass missing arg.
4612
4613 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4614
4615         * nntp.el: Support marks.
4616         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
4617         (nntp-marks-modtime, nntp-marks-directory): New variables.
4618         (nntp-request-set-mark, nntp-request-update-info)
4619         (nntp-possibly-create-directory, nntp-marks-changed-p)
4620         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
4621         functions.
4622
4623 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
4624
4625         * gnus-xmas.el (gnus-xmas-select-lowest-window)
4626         (gnus-xmas-redefine): Rename.
4627
4628         * gnus-score.el (gnus-score-insert-help): Use
4629         gnus-select-lowest-window.
4630
4631         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
4632         appt-select-lowest-window and rename to gnus-select-lowest-window.
4633
4634         * gnus.el: do.
4635
4636 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4637
4638         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
4639         encodings of MIME-encoded words, in order to improve
4640         interoperability with several broken MUAs.
4641
4642 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4643
4644         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
4645         tags, only when charsets are not specified in headers.
4646         (mm-inline-text-html-render-with-w3m): Ditto.
4647
4648         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
4649         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
4650
4651 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4652
4653         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
4654         instead of MIME-decoded from fields when checking
4655         `gnus-article-address-banner-alist'.
4656
4657 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
4658
4659         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
4660         description rather than subject.
4661
4662 2004-05-02  Steve Youngs  <steve@youngs.au.com>
4663
4664         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
4665
4666 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus.el (gnus-version-number): Bump.
4669
4670 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4671
4672         * gnus.el: No Gnus v0.2 is released.
4673
4674 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-agent.el (gnus-agent-read-agentview): Inline
4677         gnus-uncompress-range.
4678
4679 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4680
4681         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
4682         `exec-installed-p'.
4683
4684 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4685
4686         * gnus.el (spam-process, spam-autodetect-methods): Add
4687         bsfilter and bsfilter-headers.
4688
4689         * spam.el (spam-bsfilter): New customize group.
4690         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
4691         (spam-bsfilter-header, spam-bsfilter-probability-header)
4692         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
4693         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
4694         (spam-bsfilter-database-directory): New options.
4695         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
4696         (spam-list-of-statistical-checks, spam-registration-functions):
4697         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
4698         (spam-bsfilter-score): New command.
4699         (spam-check-bsfilter-headers, spam-check-bsfilter)
4700         (spam-bsfilter-register-with-bsfilter)
4701         (spam-bsfilter-register-spam-routine)
4702         (spam-bsfilter-unregister-spam-routine)
4703         (spam-bsfilter-register-ham-routine)
4704         (spam-bsfilter-unregister-ham-routine): New functions.
4705         (spam-generic-score): Support bsfilter; Accept an optional argument
4706         to recalcurate spam score even if scoring header has already been
4707         added.
4708         (spam-bogofilter-score, spam-spamassassin-score): Accept an
4709         optional argument to recalcurate spam score even if scoring header
4710         has already been added.
4711
4712 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
4713
4714         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
4715         strings!  Reported by David D. Smith <davidsmith@acm.org>.
4716         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
4717         link is missing.
4718
4719 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
4720
4721         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
4722         (html2text-get-attr): Rewrite.
4723
4724         * message.el (message-setup-1): Remove redundant put-text-property
4725         on mail-header-separator.
4726
4727 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * gnus-registry.el (gnus-registry-cache-whitespace)
4730         (gnus-registry-action, gnus-registry-spool-action)
4731         (gnus-registry-split-fancy-with-parent): changed message levels
4732         from 5 to 3 or 7, as needed
4733
4734         * spam.el (spam-summary-prepare-exit)
4735         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
4736         (spam-split, spam-find-spam, spam-log-undo-registration)
4737         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
4738         level from 5 to 6
4739
4740 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-ems.el: Autoload appt-select-lowest-window (revert
4743         2004-03-04 change).
4744
4745 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
4746
4747         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
4748         Use mapc when appropriate.
4749
4750         * sieve-manage.el (sieve-manage-open): do.
4751
4752         * nnweb.el (nnweb-insert-html): do.
4753
4754         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
4755         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
4756
4757         * nnspool.el (nnspool-request-group): do.
4758
4759         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
4760         do.
4761
4762         * nnml.el (nnml-request-update-info): do.
4763
4764         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
4765         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
4766
4767         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
4768         (nnimap-request-set-mark): do.
4769
4770         * nnfolder.el (nnfolder-request-update-info): do.
4771
4772         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
4773         do.
4774
4775         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
4776
4777         * gnus-uu.el (gnus-uu-find-articles-matching): do.
4778
4779         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
4780         do.
4781
4782         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
4783         do.
4784
4785         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
4786
4787         * gnus-nocem.el (gnus-nocem-scan-groups): do.
4788
4789         * gnus-int.el (gnus-start-news-server): do.
4790
4791         * gnus-group.el (gnus-group-make-kiboze-group)
4792         (gnus-group-browse-foreign-server): do.
4793
4794 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
4797         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
4798         <shields@msrl.com>:
4799
4800         * spam.el (spam-necessary-extra-headers): get the extra headers we
4801         may need for spam sorting and scoring
4802         (spam-user-format-function-S): a user format function suitable for
4803         general use
4804         (spam-article-sort-by-spam-status): sorting function for summary
4805         sorting
4806         (spam-extra-header-to-number): get a score from a header
4807         (spam-summary-score): get a numeric score from the headers
4808         (spam-generic-score): oops, function doc in wrong place
4809         (spam-initialize): take symbols when it's run, and install the
4810         extra headers that spam-necessary-extra-headers thinks we need
4811
4812 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4813
4814         * spam.el (spam-summary-prepare-exit): logic and message fix.
4815         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
4816
4817 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
4818
4819         * gnus-sum.el (gnus-set-global-variables)
4820         (gnus-build-all-threads, gnus-get-newsgroup-headers)
4821         (gnus-article-get-xrefs, gnus-summary-best-group)
4822         (gnus-summary-next-article, gnus-summary-enter-digest-group)
4823         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
4824         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
4825         with-current-buffer.
4826
4827 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * spam.el (spam-summary-prepare-exit): simplified logic
4830         (spam-fetch-article-header): read the article header if it's not
4831         available
4832         (spam-list-articles): simplified logic
4833         (spam-filelist-register-routine): found bug with unregister-list
4834
4835         * gnus-registry.el: clarified comments at beginning
4836
4837 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
4838
4839         * message.el (message-cater-to-broken-inn): Remove.
4840         (message-shorten-references): Make sure the total folded length of
4841         References is shorter than 998 characters to cater to a bug in INN
4842         2.3.  Also, don't pretend that references aren't folded -- this
4843         hasn't worked for a while.
4844
4845 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4846
4847         * gnus-agent.el (gnus-agentize):
4848         gnus-agent-send-mail-real-function no longer set to current value
4849         of message-send-mail-function but rather a lambda that calls
4850         message-send-mail-function.  The change makes the agent real-time
4851         responsive to user changes to message-send-mail-function.
4852
4853 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4854
4855         * legacy-gnus-agent.el
4856         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
4857         help from Florian Weimer <fw@deneb.enyo.de>
4858
4859 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * nnmail.el (nnmail-cache-insert): Revert last change.
4862
4863 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * nnmail.el (nnmail-cache-insert): Always check whether
4866         nnmail-cache-ignore-groups matches a group name.
4867
4868 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
4869
4870         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
4871         (spam-find-spam, spam-log-processing-to-registry)
4872         (spam-log-registered-p, spam-log-unregistration-needed-p)
4873         (spam-log-undo-registration): use gnus-message instead of
4874         gnus-error, none of these errors are fatal
4875
4876         * gnus-registry.el (gnus-registry-clean-empty-function)
4877         (gnus-registry-clean-empty): remove only empty entries without
4878         extra data
4879
4880 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * spam-stat.el (spam-stat-buffer-change-to-spam)
4883         (spam-stat-buffer-change-to-non-spam): change (error) to
4884         (gnus-message 8) invocation
4885
4886 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * nntp.el (nntp-via-netcat-command): New variable.
4889         (nntp-via-netcat-switches): New variable.
4890         (nntp-open-via-rlogin-and-netcat): New function.
4891         (nntp-open-connection-function): Doc fix.
4892         (nntp-telnet-command): Doc fix.
4893         (nntp-end-of-line): Doc fix.
4894         (nntp-via-rlogin-command): Doc fix.
4895         (nntp-via-user-name): Doc fix.
4896         (nntp-via-address): Doc fix.
4897
4898 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
4901         error in Emacs 21.1.
4902
4903 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
4906
4907 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4908         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
4909         (gnus-agent-with-refreshed-group): New macro.
4910         (gnus-agent-rename-group): New function.
4911         (gnus-agent-delete-group): New function.
4912         (gnus-agent-save-group-info): Use gnus-command-method when
4913         `method' parameter is nil.  Don't write nil entries into the
4914         active file.
4915         (gnus-agent-get-group-info): New function.
4916         (gnus-agent-fetch-articles): Use
4917         gnus-agent-update-files-total-fetched-for to increment disk space
4918         used.
4919         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
4920         gnus-agent-update-view-total-fetched-for to increment disk space
4921         used.
4922         (gnus-agent-get-local): Added optional parameters to avoid calling
4923         gnus-group-real-name and gnus-find-method-for-group.
4924         (gnus-agent-set-local): Delete stored entry if either min, or max,
4925         are nil.
4926         (gnus-agent-fetch-session): Reworded error/quit messages.  On
4927         quit, use gnus-agent-regenerate-group to record existance of any
4928         articles fetched to disk before the quit occurred.
4929         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
4930         gnus-agent-update-view-total-fetched-for, and
4931         gnus-agent-update-files-total-fetched-for to decrement disk space
4932         used.
4933         (gnus-agent-retrieve-headers): Use
4934         gnus-agent-update-view-total-fetched-for to increment disk space
4935         used.
4936         (gnus-agent-regenerate-group): Replace gnus-group-update-group
4937         with gnus-agent-update-files-total-fetched-for to decrement disk
4938         space and fresh group buffer.
4939         (gnus-agent-inhibit-update-total-fetched-for): New variable.
4940         (gnus-agent-need-update-total-fetched-for): New variable.
4941         (gnus-agent-update-files-total-fetched-for): New function.
4942         (gnus-agent-update-view-total-fetched-for): New function.
4943         (gnus-agent-total-fetched-for): New function.
4944
4945         * gnus-cache.el (gnus-cache-save-buffers): Use
4946         gnus-cache-update-overview-total-fetched-for to change disk space
4947         used by this group.
4948         (gnus-cache-possibly-enter-article): Use
4949         gnus-cache-update-file-total-fetched-for to increment disk space
4950         used by this group.
4951         (gnus-cache-possibly-remove-article): Use
4952         gnus-cache-update-file-total-fetched-for to decrement disk space
4953         used by this group.
4954         (gnus-cache-generate-nov-databases): Purge total fetched cache.
4955         (gnus-cache-rename-group): New function.
4956         (gnus-cache-delete-group): New function.
4957         (gnus-cache-inhibit-update-total-fetched-for): New variable.
4958         (gnus-cache-need-update-total-fetched-for): New variable.
4959         (gnus-cache-with-refreshed-group): New macro.
4960         (gnus-cache-update-file-total-fetched-for): New function.
4961         (gnus-cache-update-overview-total-fetched-for): New function.
4962         (gnus-cache-rename-group-total-fetched-for): New function.
4963         (gnus-cache-delete-group-total-fetched-for): New function.
4964         (gnus-cache-total-fetched-for): New function.
4965
4966         * gnus-group.el: Require gnus-sum and autoload functions to
4967         resolve warnings when gnus-group.el compiled alone.
4968         (gnus-group-line-format): Documented new %F
4969         (size of Fetched data) group line format; identifies disk space
4970         used by agent and cache.
4971         (gnus-group-line-format-alist): Defined new F format.
4972         (gnus-total-fetched-for): New function.
4973         (gnus-group-delete-group): No longer update
4974         gnus-cache-active-altered as gnus-request-delete-group now keeps
4975         the cache in sync.
4976         (gnus-group-list-active): Let the agent store a server's active
4977         list if currently plugged.
4978
4979         * gnus-int.el (gnus-request-delete-group): Use
4980         gnus-cache-delete-group and gnus-agent-delete-group to keep the
4981         local disk in sync with the server.
4982          (gnus-request-rename-group): Use
4983         gnus-cache-rename-group and gnus-agent-rename-group to keep the
4984         local disk in sync with the server.
4985
4986         * gnus-start.el (gnus-get-unread-articles): Cosmetic
4987         simplification to logic.
4988
4989         * gnus-util.el (gnus-rename-file): New function.
4990
4991 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
4992
4993         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
4994         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
4995
4996         * mm-util.el (mm-image-load-path): Handle nil in load-path.
4997         From Christian Neukirchen <chneukirchen@yahoo.de>.
4998
4999 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
5000
5001         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
5002         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
5003
5004 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
5005
5006         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
5007
5008 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * spam.el (spam-set-difference): new function to replace
5011         gnus-set-difference in spam.el
5012         (spam-summary-prepare-exit): use spam-set-difference
5013
5014 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * gnus-registry.el (gnus-registry-cache-file): updated to use
5017         gnus-dribble-directory OR gnus-home-directory OR ~
5018         (gnus-registry-split-fancy-with-parent): fixed doc
5019
5020 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * message.el (message-exchange-point-and-mark): Use
5023         message-mark-active-p.  Suggested by Jesper Harder
5024         <harder@ifa.au.dk>.
5025
5026 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * message.el (message-exchange-point-and-mark): Don't activate
5029         region if it was inactive.  Suggested by Hiroshi Fujishima
5030         <pooh@nature.tsukuba.ac.jp>.
5031
5032 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-art.el (article-display-face): Display Faces in the same
5035         order as X-Faces.
5036
5037 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
5040
5041 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
5044         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
5045         (gnus-article-mime-hierarchy): Remove.
5046         (gnus-article-mime-hierarchy-next): Remove.
5047         (gnus-article-mode): Revert 2004-03-19 change.
5048         (gnus-article-setup-buffer): Revert 2004-03-19 change.
5049         (gnus-insert-mime-button): Revert 2004-03-19 change.
5050         (gnus-mime-accumulate-hierarchy): Remove.
5051         (gnus-mime-enter-multipart): Remove.
5052         (gnus-mime-leave-multipart): Remove,
5053         (gnus-mime-display-part): Revert 2004-03-19 change.
5054         (gnus-mime-display-alternative): Revert 2004-03-19 change.
5055
5056         * mml.el (mml-preview): Revert 2004-03-19 change.
5057
5058 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
5059
5060         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
5061
5062 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
5065         t while entering a file name using the mm-with-multibyte macro.
5066         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5067
5068         * mm-util.el (mm-with-multibyte): New macro.
5069
5070 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
5073         user option.
5074         (gnus-mime-multipart-functions): Doc and customization fix.
5075         (gnus-article-mime-hierarchy): New variable.
5076         (gnus-article-mime-hierarchy-next): New variable.
5077         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
5078         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
5079         gnus-article-mime-hierarchy-next to nil.
5080         (gnus-insert-mime-button): Show hierarchy numbers.
5081         (gnus-mime-accumulate-hierarchy): New function.
5082         (gnus-mime-enter-multipart): New function.
5083         (gnus-mime-leave-multipart): New function.
5084         (gnus-mime-display-part): Recompute hierarchical MIME structure.
5085         (gnus-mime-display-alternative): Show hierarchy numbers.
5086
5087         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
5088         gnus-article-mime-hierarchy-next to nil.
5089
5090 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
5091
5092         * dns.el: Don't require gnus-xmas.
5093
5094 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
5095
5096         * mml.el (mml-generate-mime-1): Don't use format=flowed with
5097         inline PGP.
5098         (mml-menu): Disable mml-quote-region if mark is inactive.
5099
5100 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
5103         when the group's active is not available.
5104
5105 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
5108         error.
5109
5110         * gnus-sum.el (gnus-read-header): Don't remove a header for the
5111         parent article of a sparse article in the thread hashtb.  From
5112         Stefan Wiens <s.wi@gmx.net>.
5113
5114 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * imap.el (imap-store-password): New variable.
5117         (imap-interactive-login): Use it.
5118         Suggested by Mark Plaksin <happy@mcplaksin.org>.
5119
5120 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * gnus-art.el (gnus-article-read-summary-keys): Restore new
5123         window-start and hscroll to summary window.
5124
5125 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5126
5127         * gnus-start.el (gnus-convert-old-newsrc): Only write the
5128         conversion message to newsrc-dribble when an actual conversion is
5129         performed.
5130
5131 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
5132
5133         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
5134
5135 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * mm-decode.el (mm-complicated-handles): New function reviving
5138         former definition of mm-multiple-handles.
5139
5140         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
5141         (gnus-mime-delete-part): Use it.
5142
5143 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
5144
5145         * gnus-agent.el (gnus-agent-read-local): Bind
5146         nnheader-file-coding-system to gnus-agent-file-coding-system to
5147         avoid the implicit assumption that they will always be equal.
5148         (gnus-agent-save-local): Bind buffer-file-coding-system, not
5149         coding-system-for-write, as the with-temp-file macro first prints
5150         to a buffer then saves the buffer.
5151
5152 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-article-edit-part): New function.
5155         (gnus-mime-save-part-and-strip): Use it; do query instead of
5156         signaling an error; don't use mm-multiple-handles.
5157         (gnus-mime-delete-part): Ditto.
5158
5159 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
5160
5161         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
5162         old file versions.
5163         (gnus-group-prepare-hook): Removed function that converted list
5164         form of gnus-agent-expire-days to group properties.
5165
5166         * gnus-int.el: Autoload gnus-agent-regenerate-group.
5167         (gnus-request-accept-article): Re-indented.
5168
5169         * gnus-start.el (gnus-convert-old-newsrc): Registered new
5170         converters to handle old agent file formats.  Added logic for a
5171         "backup before upgrading warning".
5172         (gnus-convert-mark-converter-prompt): Developers can mark
5173         functions as needing (default), or not needing,
5174         gnus-convert-old-newsrc's "backup before upgrading warning".
5175         (gnus-convert-converter-needs-prompt): Tests whether the user
5176         should be protected from potentially irreversable changes by the
5177         function.
5178
5179         * legacy-gnus-agent.el (): New. Provides converters that are only
5180         loaded when gnus-convert-old-newsrc needs to call them.
5181
5182 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mail-source.el (mail-source-touch-pop): Doc fix.
5185
5186         * message.el (message-smtpmail-send-it): Doc fix.
5187
5188 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
5189
5190         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
5191
5192         * nnmail.el (nnmail-split-fancy): do.
5193
5194         * gnus-kill.el (gnus-kill, gnus-execute): do.
5195
5196 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
5197
5198         * gnus-sum.el (gnus-widget-reversible-match)
5199         (gnus-widget-reversible-to-internal)
5200         (gnus-widget-reversible-to-external): New functions.
5201         (gnus-widget-reversible): New widget.
5202         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
5203
5204 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
5205
5206         * gnus-sum.el (gnus-thread-sort-functions)
5207         (gnus-article-sort-functions): Document `(not F)' items.
5208
5209 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * spam.el (spam-use-gmane-xref): new backend
5212         (spam-gmane-xref-spam-group): variable to control the name of the
5213         Gmane spam group
5214         (spam-blackhole-servers, spam-blackhole-good-server-regex)
5215         (spam-regex-headers-spam, spam-regex-headers-ham)
5216         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
5217         (spam-list-of-checks): added spam-use-gmane-xref to list of
5218         backends and checks
5219         (spam-check-gmane-xref): function for spam-use-gmane-xref
5220
5221         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
5222         an autodetect method
5223
5224 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
5225
5226         * gnus-int.el (gnus-request-accept-article): Inform the agent that
5227         articles are being added to a group.
5228         (gnus-request-replace-article): Inform the agent that articles
5229         need to be uncached as the cached contents are no longer valid.
5230
5231 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * binhex.el: Don't autoload executable-find.
5234
5235         * canlock.el: Don't autoload mail-fetch-field.
5236
5237         * dgnushack.el: Autoload c-mode for XEmacs.
5238
5239         * gnus-ems.el: Don't autoload appt-select-lowest-window.
5240
5241         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
5242         rmail-dont-reply-to and rmail-output.
5243
5244         * gnus-score.el: Don't autoload ffap-string-at-point.
5245
5246         * gnus-setup.el: Don't autoload sc-cite-original.
5247
5248         * imap.el: Don't autoload base64-decode-string,
5249         base64-encode-string and md5.
5250
5251         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
5252         and rmail-msg-restore-non-pruned-header.
5253
5254         * mm-decode.el: Don't autoload executable-find.
5255
5256         * mm-url.el: Don't autoload executable-find.
5257
5258         * mm-view.el: Don't autoload diff-mode.
5259
5260         * nndb.el: Don't autoload news-reply-mode, news-setup,
5261         cancel-timer and telnet.
5262
5263         * password.el: Don't autoload run-at-time for Emacs.
5264
5265         * sha1-el.el: Don't autoload executable-find.
5266
5267         * sieve-mode.el: Don't autoload c-mode.
5268
5269         * uudecode.el: Don't autoload executable-find.
5270
5271 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
5272
5273         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
5274         (gnus-agent-possibly-alter-active): Avoid null in numeric
5275         comparison.
5276         (gnus-agent-set-local): Refuse to save null in local object table.
5277         (gnus-agent-regenerate-group): The REREAD parameter can now be a
5278         list of articles that will be marked as unread.
5279
5280 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
5283
5284 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
5285
5286         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
5287         language tags.
5288
5289 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5290
5291         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
5292         Don't bind "obarray".
5293
5294         * gnus-sum.el (gnus-thread-sort-functions): Added
5295         `gnus-thread-sort-by-most-recent-number' and
5296         `gnus-thread-sort-by-most-recent-date'.
5297         Reported by Kai Grossjohann <kai@emptydomain.de>.
5298
5299 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5302
5303 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
5304
5305         * gnus-cus.el (gnus-agent-customize-category): Removed
5306         ignore-errors macro reference that required cl to be loaded at
5307         run-time.
5308
5309         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
5310         single-interval range of the form (min . max).  Previously the
5311         range had to look like ((min . max)).  Likewise, return
5312         (min . max) rather than ((min . max)).
5313         (gnus-range-map): Use gnus-range-normalize to accept
5314         single-interval range.
5315
5316         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
5317         the cache, but not the agent, now appear with their usual face.
5318
5319         * dgnushack.el (loaddir): New variable that is bound to the
5320         directory containing the dgnushack.el file. Use loaddir, rather
5321         than srcdir, to update load-path. Change lets dgnushack compile
5322         code in directories other than GNUS/lisp.
5323
5324 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * lpath.el: Don't bind w3m-safe-url-regexp.
5327
5328         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
5329         w3m-safe-url-regexp variable buffer-local.
5330
5331         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
5332
5333 2004-02-27  Simon Josefsson  <jas@extundo.com>
5334
5335         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
5336         gnus-group-real-prefix.
5337         (gnus-summary-move-article): Use it, instead of
5338         gnus-group-real-prefix.
5339
5340 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * lpath.el: Bind w3m-safe-url-regexp.
5343
5344         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
5345         w3m-safe-url-regexp variable buffer-local and set it as the value
5346         of mm-w3m-safe-url-regexp.
5347
5348         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
5349
5350         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
5351         parsing gnus-posting-styles when the message is not for replying.
5352
5353         * dgnushack.el: Autoload sgml-mode for XEmacs.
5354
5355         * nnrss.el (nnrss-opml-export): Use
5356         mm-set-buffer-file-coding-system instead of
5357         set-buffer-file-coding-system.
5358
5359 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
5360
5361         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
5362         of checkdoc.el).
5363         * nnrss.el: do.
5364         * gnus-mlspl.el: do.
5365         * gnus-ml.el: do.
5366         * gnus-srvr.el: do.
5367
5368         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
5369
5370 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5371
5372         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
5373         Corrections to custom-manual links.
5374
5375         * gnus-art.el (gnus-article): Ditto.
5376
5377         * mm-decode.el (mime-display, mime-security): Ditto.
5378
5379 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
5380
5381         * flow-fill.el: Typo.
5382
5383 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
5384
5385         * spam-wash.el: New file.
5386
5387 2004-02-26  Mark A. Hershberger <mah@everybody.org>
5388
5389         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
5390
5391 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
5394         to be run with new-articles as LIST1, not LIST2
5395         (spam-registration-functions): add spam-use-ham-copy as a nil
5396         registration backend
5397
5398 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
5399
5400         * spam-stat.el (spam-stat-washing-hook): New option.
5401         (spam-stat-buffer-words): Use it.
5402         (spam-stat-process-directory, spam-stat-test-directory): Use
5403         insert-file-contents-literally.
5404         (spam-stat-coding-system): New variable.
5405         (spam-stat-load, spam-stat-save): Use it.
5406
5407 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * spam-report.el (spam-report-plug-agent): Quote
5410         spam-report-url-to-file and spam-report-url-ping-plain.
5411
5412 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
5415         / in mailto URLs.
5416
5417 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * spam-report.el (spam-report-process-queue): Fix interactive use.
5420         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
5421         (spam-report-unplug-agent): Doc fixes.
5422         (spam-report-url-ping-mm-url, spam-report-url-to-file)
5423         (spam-report-agentize, spam-report-deagentize): Autoload
5424
5425 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
5428
5429         * message.el (message-setup-fill-variables): Add mml tags to
5430         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
5431         <ajk@iu.edu>.
5432         (message-mode): Don't modify paragraph-separate there.
5433
5434 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * compface.el (uncompface-use-external): Default to undecided.
5437         (uncompface-use-external-threshold): New variable.
5438         (uncompface-float-time): New macro.
5439         (uncompface): Determine whether to use the external decoder if
5440         uncompface-use-external is undecided.
5441
5442 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5443
5444         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
5445         after images.
5446
5447         * gnus-art.el (gnus-mime-display-single): Remove dead code.
5448
5449 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
5450
5451         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
5452
5453         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
5454
5455         * gnus-sum.el (gnus-summary-limit-to-age)
5456         (gnus-summary-limit-children): do.
5457
5458         * gnus-int.el (gnus-request-scan): do.
5459
5460         * gnus-group.el (gnus-group-suspend): do.
5461
5462         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
5463
5464         * gnus-cite.el (gnus-cite-parse-attributions): do.
5465
5466         * gnus-agent.el (gnus-summary-set-agent-mark)
5467         (gnus-agent-regenerate-group): do.
5468
5469         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
5470
5471         * binhex.el (binhex-decode-region-internal): do.
5472
5473 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-fun.el (gnus-face-properties-alist): New user option.
5476         (gnus-display-x-face-in-from): Use it.
5477
5478         * gnus-art.el (article-display-face): Ditto.
5479
5480         * compface.el (uncompface-use-external): Default to nil.
5481
5482 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
5483
5484         * nntp.el (nntp-erase-buffer): New function.
5485         (nntp-retrieve-data, nntp-send-command)
5486         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
5487         (nntp-possibly-change-group): Use it.
5488
5489         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
5490         with-current-buffer.
5491
5492 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
5493
5494         * compface.el: Merge the ELisp-based uncompface program.
5495         (compface): New customization group.
5496         (uncompface-use-external): New user option.
5497         (uncompface): Call uncompface-internal if uncompface-use-external
5498         is nil.
5499         (uncompface-internal): New function.  Note that there are also
5500         some other functions and variables added for this function.
5501
5502 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
5503
5504         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
5505         if necessary.
5506
5507 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * spam-report.el (spam-report-unplug-agent)
5510         (spam-report-plug-agent, spam-report-deagentize)
5511         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
5512         support for the Agent in spam-report: when unplugged, report to a
5513         file; when plugged, submit all the requests
5514
5515         * spam.el (spam-register-routine): improved message about
5516         registration
5517
5518 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
5519
5520         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
5521         dependencies.
5522         (rfc2047-encode): Use it.
5523
5524         * gnus-art.el (gnus-button-marker-list): Move before first
5525         reference.
5526
5527         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
5528         (imap-parse-body): Fix format string mismatch.
5529
5530         * gnus-score.el (gnus-summary-increase-score): do.
5531
5532         * nnrss.el (nnrss-close): New function.
5533
5534 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
5535
5536         * nnrss.el (nnrss-make-filename): New function.
5537         (nnrss-request-delete-group, nnrss-read-server-data)
5538         (nnrss-save-server-data, nnrss-read-group-data)
5539         (nnrss-save-group-data): Use it.
5540         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
5541         (nnrss-read-server-data, nnrss-read-group-data): Use load.
5542         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
5543
5544 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
5545
5546         * mml.el (mml-compute-boundary-1): Don't uncompress files.
5547
5548 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
5549
5550         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
5551         files.
5552
5553         * message.el (message-generate-headers-first): Don't quote nil
5554         and t in docstrings.
5555
5556         * imap.el (imap-id): do.
5557
5558         * gnus-agent.el (gnus-agent-consider-all-articles)
5559         (gnus-agent-queue-mail): do.
5560
5561 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * spam-report.el (spam-report-process-queue): New function.
5564         Process requests from `spam-report-requests-file'.
5565         (spam-report-process-queue): Doc fix.
5566
5567 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * spam.el (spam-register-routine)
5570         (spam-log-processing-to-registry, spam-log-registered-p)
5571         (spam-log-unregistration-needed-p, spam-log-undo-registration):
5572         change "check" to "spam-check" for semi-clarity
5573
5574 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
5575
5576         * pop3.el: Require nnheader.
5577
5578         * mml-smime.el: Require cl.  Autoload message-fetch-field.
5579
5580         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
5581
5582         * gnus-picon.el: Require cl.
5583
5584         * gnus-fun.el: Require gnus-ems and gnus-util.
5585
5586         * gnus.el (gnus-method-to-server): Move defsubst before first use.
5587
5588         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
5589
5590         * gnus-art.el (gnus-article-edit-mode): Define before first
5591         reference.
5592
5593 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
5594
5595         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
5596         (gnus-uu-post-encoded): Use point-at-bol.
5597
5598         * gnus-topic.el (gnus-group-active-topic-p): do.
5599
5600         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
5601
5602         * gnus-group.el (gnus-group-kill-region): do.
5603
5604         * gnus-art.el (article-date-ut): do.
5605
5606         * message.el (message-fetch-field): Remove redundant
5607         case-fold-search binding.
5608         (message-narrow-to-field): Simplify.
5609
5610 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * spam.el (spam-directory): Derive from `gnus-directory'.
5613
5614         * spam-report.el (spam-report-url-to-file)
5615         (spam-report-requests-file): New function and variable for offline
5616         reporting.
5617         (spam-report-url-ping-function): Add `spam-report-url-to-file'
5618         and user defined function.
5619         (spam-report-url-ping-mm-url): Remove doubled slash.
5620
5621 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * spam.el (spam-list-of-processors): fixed spamassassin variable names
5624
5625 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
5626
5627         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
5628         format string mismatch.
5629
5630         * sieve.el (sieve-deactivate-all): do.
5631
5632         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
5633
5634         * nnlistserv.el (nnlistserv-kk-wash-article): do.
5635
5636         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
5637
5638         * mm-bodies.el (mm-7bit-chars): Don't include \r.
5639
5640 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
5643         the list of checks
5644
5645 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
5646
5647         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
5648         padding.
5649
5650 2004-01-27  Simon Josefsson  <jas@extundo.com>
5651
5652         * mm-view.el (mm-fill-flowed): Add.
5653         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
5654         <angeli@iwi.uni-sb.de>.
5655
5656 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * spam.el (spam-spamassassin-register-ham-routine)
5659         (spam-spamassassin-register-spam-routine): fixed function names
5660
5661 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus.el (gnus-tmp-grouplens): Remove.
5664         (gnus-summary-line-format): Remove grouplens.
5665
5666         * gnus-group.el (gnus-group-line-format): Ditto.
5667
5668         * gnus-spec.el (gnus-format-specs): Ditto.
5669         (gnus-update-format-specifications): Flush the group format spec
5670         cache if there's the grouplens stuff.
5671         (gnus-parse-simple-format): Replace %l with the empty string.
5672
5673 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
5674
5675         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
5676         omission.
5677         From Jerry James  <james@xemacs.org>
5678
5679 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
5682         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5683
5684 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5685
5686         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
5687         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
5688         New macros and functions.
5689         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
5690         Handle > NLINK_MAX messages.
5691         * nnmaildir.el (nnmaildir-request-set-mark): Use
5692         nnmaildir--emlink-p and nnmaildir--eexist-p.
5693
5694 2004-01-25  Alex Schroeder  <alex@gnu.org>
5695
5696         * spam-stat.el (spam-stat-process-directory-age): New option.
5697         (spam-stat-process-directory): Use it.
5698
5699 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
5700
5701         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
5702         (spam-stat-save): Accept prefix argument.
5703
5704 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
5705
5706         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
5707         links" error.
5708
5709 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
5712         the rest of the and/or forms.
5713
5714 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5715
5716         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
5717         compatibility with old .newsrc.eld files.
5718
5719         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
5720
5721         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
5722
5723         * gnus-start.el (gnus-1): do.
5724
5725         * gnus-group.el (gnus-group-line-format-alist): do.
5726
5727         * gnus.el (gnus-use-grouplens, gnus-visual): do.
5728
5729         * gnus-gl.el: Remove.
5730
5731 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
5732
5733         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
5734         marks consisting of a single range {for example, (3 . 5)} rather
5735         than a list of a single range { ((3 . 5)) }.
5736
5737 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
5738
5739         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
5740         with-current-buffer.
5741         (spam-stat-store-current-buffer): Use insert-buffer-substring to
5742         avoid consing a string.
5743
5744         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
5745         Remove obsolete entries for big5 and gb2312.
5746
5747 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
5748
5749         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
5750         uncompressed list.
5751
5752 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
5753
5754         * spam-stat.el (spam-stat-strip-xref): New function.
5755         (spam-stat-process-directory): Use it.
5756
5757         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
5758         here -- it's done in message-fetch-field.
5759
5760 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
5761
5762         * gnus-agent.el (gnus-agent-queue-mail,
5763         gnus-agent-prompt-send-queue): New variables.
5764         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
5765         * gnus-draft.el (gnus-group-send-queue): Pass the group name
5766         "nndraft:queue" along to gnus-draft-send.  Use
5767         gnus-agent-prompt-send-queue.
5768         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
5769         is "nndraft:queue".  Suggested by Gaute Strokkenes
5770         <gs234@srcf.ucam.org>
5771
5772         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
5773         (agent-enable-undownloaded-faces): Added
5774         (gnus-agent-cat-groups): Use eval-and-compile, not
5775         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
5776         method of gnus-agent-cat-groups even when the buffer has been
5777         evaled.
5778         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
5779         delete gnus-agent-save-active-1.
5780         (gnus-agent-save-groups): Deleted. Identical to
5781         gnus-agent-save-active.
5782         (gnus-agent-write-active): No longer adjust agent's copy of active
5783         file as agent's adjustments are now stored in their own
5784         file. Removed optional parameter.
5785         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
5786         servers.  Add use of min/max range limits from server's local
5787         file.
5788         (gnus-agent-save-alist): Removed unused optional argument.
5789         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
5790         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
5791         (gnus-agent-set-local): A per-server file that keeps min/max range
5792         limits for articles known to the agent.  Provides a fast mechanism
5793         for altering many active ranges.
5794         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
5795         active file (local makes it unnecessary).
5796         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
5797
5798         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
5799         (agent-enable-undownloaded-faces): Added
5800
5801         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
5802         disable it when sending to "nndraft:queue".
5803         (gnus-group-send-queue): Add safety check to avoid sending queue
5804         when unplugged.
5805
5806         * gnus-group.el (gnus-group-catchup): Use new
5807         gnus-sequence-of-unread-articles, not
5808         gnus-list-of-unread-articles, to avoid exhausting memory with huge
5809         numbers of articles.  Use gnus-range-map to avoid having to
5810         uncompress the unread list.
5811         (gnus-group-archive-directory,
5812         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
5813         reference.
5814
5815         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
5816         (gnus-sorted-range-intersection): Intersection of two ranges
5817         without requiring that they first be uncompressed.
5818
5819         * gnus-start.el (gnus-activate-group): Unless blocked by the
5820         caller, possibly expand the active range to include both cached
5821         and agentized articles.
5822         (gnus-convert-old-newsrc): Rewrote in anticipation of having
5823         multiple version-dependent converters.
5824         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
5825         gnus-agent-save-active.
5826         (gnus-save-newsrc-file): Save dirty agent range limits.
5827
5828         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
5829         gnus-agent-possibly-alter-active.
5830         (gnus-adjust-marked-articles): Faster handling of simple lists
5831
5832 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
5833
5834         * spam-stat.el (spam-stat-test-directory): New optional argument
5835         displays a list of files detected.  Suggested by Andrew Cohen
5836         <cohen@andy.bu.edu>.
5837         (spam-stat-buffer-words-with-scores): Don't narrow and change
5838         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
5839
5840 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
5841
5842         * spam.el (gnus-summary-mode-map): make spam-generic-score the
5843         default scoring function
5844         (spam-generic-score): calls spam-spamassassin-score if
5845         spam-use-spamassassin or spam-use-spamassassin-headers is on;
5846         spam-bogofilter-score otherwise.
5847
5848         From Hubert Chan <hubert@uhoreg.ca>:
5849
5850         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
5851         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
5852         (spam-spamassassin-arguments)
5853         (spam-spamassassin-spam-flag-header)
5854         (spam-spamassassin-positive-spam-flag-header)
5855         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
5856         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
5857         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5858         (spam-list-of-processors, spam-list-of-checks)
5859         (spam-list-of-statistical-checks, spam-registration-functions)
5860         (spam-check-spamassassin-headers, spam-check-spamassassin)
5861         (spam-spamassassin-score)
5862         (spam-spamassassin-register-with-sa-learn)
5863         (spam-spamassassin-register-spam-routine)
5864         (spam-spamassassin-register-ham-routine)
5865         (spam-assassin-register-spam-routine)
5866         (spam-assassin-register-ham-routine): add SpamAssassin support
5867         (spam-bogofilter-score): fix to show article before scoring
5868
5869         * gnus.el (spam-process, spam-autodetect-methods): add
5870         spamassassin and spamassassin-headers
5871
5872         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5873         Suppress unnecessary messages.  From Nevin Kapur
5874         <nkapur@cs.caltech.edu>.
5875
5876 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
5877
5878         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
5879         make-hash-table.
5880
5881 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * canlock.el (base64-encode-string): Don't autoload it.
5884
5885 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * run-at-time.el: Remove useless (require 'itimer),
5888         eval-and-compile and (featurep 'xemacs).
5889
5890 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
5891
5892         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
5893         GROUP is a virtual group.
5894
5895 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
5896
5897         * gnus.el: Autoload `message-y-or-n-p'.
5898
5899 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
5900
5901         * pgg-parse.el: Remove unnecessary (require 'custom).
5902
5903         * pgg-def.el: do.
5904
5905         * nnmail.el: do.
5906
5907         * gnus-undo.el: do.
5908
5909         * gnus-picon.el: do.
5910
5911         * gnus-util.el: do.
5912
5913 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * gnus-sum.el (gnus-pick-line-number): Add autoload.
5916
5917 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
5920         handle, as well as a list.
5921
5922         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
5923         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
5924         (mm-w3m-cid-retrieve): Simplify.
5925
5926 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
5927
5928         * message.el (message-kill-to-signature): Allow prefix arg to
5929         specify number of lines to keep before signature.  From Vasily
5930         Korytov.
5931         (message-kill-to-signature): Change docstring.
5932
5933 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * canlock.el: Always require sha1-el.
5936         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
5937
5938         * message.el: Autoload sha1 only when compiling.
5939
5940         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
5941         eudc-expand-inline for XEmacs.
5942
5943 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * message.el (message-canlock-generate): Require sha1-el.
5946
5947 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
5948
5949         * message.el (message-expand-name): Silence the byte compiler.
5950
5951         * lpath.el: Add detect-coding-system.
5952
5953         * dgnushack.el (dgnushack-compile): Remove obsolete check for
5954         cus-edit.
5955
5956 2004-01-13  Simon Josefsson  <jas@extundo.com>
5957
5958         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
5959         Invoke gnus-score-mode.  Reported by
5960         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
5961
5962         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
5963         Jim Blandy <jimb@redhat.com> (tiny change).
5964
5965 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5966
5967         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
5968
5969 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * spam.el (spam-get-article-as-string): updated to use
5972         gnus-request-article-this-buffer, much simpler
5973         (spam-get-article-as-buffer): removed
5974
5975 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
5976
5977         * message.el (message-expand-name): Use EUDC if the user uses
5978         that.
5979
5980 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
5981
5982         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
5983         character for the encoding to avoid consing a string.
5984
5985         * rfc2047.el (rfc2047-decode-string): Don't cons a string
5986         unnecessarily.
5987
5988         * mm-util.el (mm-replace-chars-in-string): Remove.
5989
5990         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
5991         of mm-replace-chars-in-string.
5992
5993 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
5994
5995         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
5996         strings.
5997
5998         * mm-util.el (mm-subst-char-in-string): Support inplace.
5999
6000         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
6001         a new string in every iteration.  Use shy groups.
6002
6003 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
6004
6005         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
6006         (gnus-group-change-level, gnus-kill-newsgroup)
6007         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
6008         (gnus-get-unread-articles, gnus-make-articles-unread)
6009         (gnus-make-ascending-articles-unread): Use accessor
6010         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
6011         to get group information for improved readability.
6012
6013         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
6014
6015         * gnus-soup.el (gnus-soup-group-brew): do.
6016
6017         * gnus-msg.el (gnus-put-message): do.
6018
6019         * gnus-move.el (gnus-group-move-group-to-server): do.
6020
6021         * gnus-kill.el (gnus-batch-score): do.
6022
6023         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
6024         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
6025         (gnus-group-update-group, gnus-group-read-group)
6026         (gnus-group-make-group, gnus-group-make-help-group)
6027         (gnus-group-make-archive-group, gnus-group-make-directory-group)
6028         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
6029         (gnus-group-sort-by-unread, gnus-group-catchup)
6030         (gnus-group-unsubscribe-group, gnus-group-kill-group)
6031         (gnus-group-yank-group, gnus-group-set-info)
6032         (gnus-group-list-groups): do.
6033
6034         * gnus.el (gnus-generate-new-group-name): do.
6035
6036         * gnus-delay.el (gnus-delay-send-queue): do.
6037
6038         * nnvirtual.el (nnvirtual-catchup-group): do.
6039
6040         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
6041         do.
6042
6043         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
6044         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
6045
6046         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
6047         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
6048         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
6049         (gnus-group-make-articles-read): do.
6050
6051 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
6052
6053         * gnus-art.el (article-decode-mime-words, article-babel)
6054         (gnus-article-highlight-signature, gnus-article-add-buttons)
6055         (gnus-signature-toggle): Use gnus-with-article-buffer.
6056
6057         * gnus-art.el (gnus-article-highlight-headers)
6058         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
6059
6060         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
6061         (gnus-article-set-globals, gnus-request-article-this-buffer)
6062         (gnus-button-message-id, gnus-article-maybe-hide-headers)
6063         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
6064         (gnus-mime-display-alternative): Use with-current-buffer.
6065
6066 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6067
6068         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
6069         also under 80 char limit, and call gnus-error if needed
6070         (spam-fetch-article-header): finally fixed - it was a
6071         buffer-local variable (gnus-newsgroup-data)
6072         (spam-find-spam): use spam-generate-fake-headers, forget about
6073         spam-insert-fake-headers
6074         (spam-insert-fake-headers): removed
6075
6076 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
6077
6078         * deuglify.el (gnus-article-outlook-unwrap-lines)
6079         (gnus-outlook-rearrange-article)
6080         (gnus-outlook-repair-attribution-outlook)
6081         (gnus-outlook-repair-attribution-block)
6082         (gnus-outlook-repair-attribution-other): Remove redundant
6083         save-excursion.
6084
6085 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
6086
6087         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
6088         (spam-fetch-field-subject-fast)
6089         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
6090         (spam-fetch-article-header): new functions to deal with Gnus
6091         internals for fast retrieval of article header data
6092         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
6093
6094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
6095
6096         * pop3.el (pop3-md5): Remove.
6097         (pop3-apop): Replace pop3-md5 with md5.
6098
6099         * mm-bodies.el: base64 is always built-in.
6100
6101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
6102         with-current-buffer.
6103
6104 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * canlock.el (canlock-insert-header): Remove excessive grouping in
6107         regexp.
6108
6109         * gnus-sum.el (gnus-summary-read-document): Ditto.
6110
6111         * gnus-uu.el (gnus-uu-part-number): Ditto.
6112
6113         * html2text.el (html2text-remove-tags): Ditto.
6114         (html2text-format-tags): Ditto.
6115         (html2text-format-single-elements): Ditto.
6116
6117         * mml.el (mml-parse-1): Ditto.
6118
6119 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
6120
6121         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
6122
6123         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
6124
6125         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
6126
6127         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
6128
6129 2003-11-15  Simon Josefsson  <jas@extundo.com>
6130
6131         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
6132         (pgg-gpg-lookup-key): Use regexp match instead of
6133         split-string (split-string is different between emacs 21.2 and
6134         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
6135
6136 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
6137
6138         * gnus-art.el (gnus-mime-view-all-parts)
6139         (gnus-article-part-wrapper, gnus-article-view-part): Use
6140         with-current-buffer.
6141
6142 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * spam.el (spam-disable-spam-split-during-ham-respool)
6145         (spam-spamoracle-database, spam-cache-lookups)
6146         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
6147         (spam-group-ham-mark-p, spam-group-spam-mark-p)
6148         (spam-group-ham-marks, spam-group-spam-marks)
6149         (spam-group-spam-contents-p, spam-group-ham-contents-p)
6150         (spam-list-of-processors, spam-list-of-statistical-checks): doc
6151         fix, also add spam-use-blackholes to the statistical checks
6152         (spam-fetch-field-fast): new interface to fetching fields, may
6153         become a macro
6154         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
6155         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
6156         (spam-insert-fake-headers): fake an article when needed
6157         (spam-find-spam): fake article when possible
6158         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
6159         (spam-check-bogofilter-headers): use message-fetch-field instead
6160         of nnmail-fetch-field
6161
6162 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
6165
6166 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * spam.el (spam-split): do not require spam-use-CHECK to be
6169         enabled if that check is passed to spam-split explicitly; also
6170         fix so 'spam doesn't get converted to spam-split-group when
6171         spam-split-symbolic-return is t
6172         (spam-find-spam): find registrations of the article and use those
6173         instead of re-running spam-split to find the spam/ham
6174         classification of the article
6175         (spam-log-processing-to-registry, spam-log-registered-p)
6176         (spam-log-unregistration-needed-p, spam-log-undo-registration):
6177         use gnus-error instead of gnus-message
6178         (spam-log-registration-type): new function to determine the
6179         classification of a message based on registry entries; will
6180         return nil if both 'spam and 'ham are found
6181         (spam-check-BBDB): expand all the BBDB macros here so we can have
6182         a reasonably fast local cache without the loading errors
6183         (spam-cache-lookups): set to t by default
6184         (spam-find-spam): don't try to guess spam-cache-lookups
6185         (spam-enter-whitelist, spam-enter-blacklist): also clear the
6186         spam-caches entry
6187         (spam-filelist-build-cache, spam-filelist-check-cache): better
6188         caching of whitelist/blacklist entries
6189         (spam-check-whitelist, spam-check-blacklist): invoke
6190         spam-from-listed-p with a type, not a cache variable
6191         (spam-from-listed-p): wrap around spam-filelist-check-cache
6192
6193 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
6194
6195         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
6196
6197         * nnmail.el (nnmail-split-fancy): do.
6198
6199         * mml.el (mml-parse): do.
6200
6201         * gnus-score.el (gnus-enter-score-words-into-hashtb)
6202         (gnus-score-adaptive): do.
6203
6204 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
6207         (gnus-mime-button-map): Don't set keymap parent.
6208         (gnus-button-ctan-directory-regexp): Use shy grouping.
6209         (gnus-prev-page-map): Don't set keymap parent.
6210         (gnus-prev-page-map): Remove duplicated one.
6211         (gnus-next-page-map): Don't set keymap parent.
6212         (gnus-mime-security-button-map): Ditto.
6213
6214         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
6215         version number.
6216
6217         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
6218
6219 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * canlock.el (canlock-sha1-function): Remove.
6222         (canlock-sha1-function-for-verify): Remove.
6223         (canlock-openssl-program): Remove.
6224         (canlock-openssl-args): Remove.
6225         (canlock-ignore-errors): Remove.
6226         (canlock-sha1-with-openssl): Remove.
6227         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
6228         (canlock-verify): Don't use canlock-ignore-errors.
6229
6230         * sha1-el.el (sha1-string-external): Make it can return a string
6231         in binary form.
6232         (sha1-region-external): Ditto.
6233         (sha1-string-internal): Ditto.
6234         (sha1-region-internal): Ditto.
6235         (sha1-region): Ditto.
6236         (sha1-string): Ditto.
6237         (sha1): Ditto.
6238
6239 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6240
6241         * spam.el (spam-report-articles-gmane): New command.
6242
6243 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus.el: Don't make unnecessary *Group* buffer when loading.
6246
6247         * run-at-time.el (run-at-time-saved): Remove.
6248         (run-at-time): Doc fix.
6249
6250 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
6251
6252         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
6253         (gnus-summary-limit-map): Add it.
6254         (gnus-summary-make-menu-bar): do.
6255
6256 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
6259         first attempt at some caching support (done for BBDB only now)
6260         (spam-find-spam): set spam-cache-lookups if there are more than 2
6261         addresses to be checked
6262         (spam-clear-cache-BBDB): new function, to be invoked by
6263         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
6264         (spam-check-BBDB): check and use the caches, if
6265         spam-cache-lookups is on
6266         remove superfluous (provide)
6267
6268 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
6271
6272 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
6273
6274         * run-at-time.el (run-at-time-saved): Move to after the definition
6275         of `run-at-time'.
6276
6277         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
6278
6279 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
6282         mm-w3m-local-map-property.
6283
6284         * mm-view.el (mm-w3m-mode-map): Remove.
6285         (mm-w3m-local-map-property): Remove.
6286         (mm-inline-text-html-render-with-w3m): Don't use
6287         mm-w3m-local-map-property.
6288
6289 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290
6291         * run-at-time.el: New file.
6292
6293         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
6294         under Emacs.
6295
6296         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
6297         of gnus-set-text-properties.
6298
6299         * gnus-uu.el (gnus-uu-save-article): Ditto.
6300
6301         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
6302
6303         * gnus-cite.el (gnus-cite-parse): Ditto.
6304
6305         * gnus-art.el (gnus-button-push): Use set-text-properties instead
6306         of gnus-.
6307
6308         * gnus-xmas.el (run-at-time): Require run-at-time.
6309
6310         * gnus.el: Changed calls to nnheader-run-at-time and
6311         password-run-at-time throughout to use run-at-time directly.
6312
6313         * password.el: Removed definition of run-at-time.
6314
6315         * nnheaderxm.el: Remove definition of run-at-time.
6316
6317 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
6318
6319         * mml.el (mml-minibuffer-read-disposition): Show attachment type
6320         in prompt (tiny change)
6321
6322 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
6323
6324         * messagexmas.el (message-xmas-redefine): Alias
6325         `message-make-caesar-translation-table' to
6326         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
6327         version.
6328
6329         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
6330         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
6331         `gnus-xmas-set-text-properties'.
6332         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
6333         `gnus-xmas-completing-read'.
6334         (gnus-xmas-completing-read): Removed.
6335         (gnus-xmas-open-network-stream): Removed.
6336
6337         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
6338         XEmacs version.
6339
6340         * dns.el (dns-make-network-process): Use `open-network-stream'
6341         instead of `gnus-xmas-open-network-stream'.
6342
6343         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
6344
6345         * .cvsignore: Add auto-autoloads.el, custom-load.el.
6346
6347 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
6348
6349         * gnus-art.el (gnus-mime-display-alternative)
6350         (gnus-insert-mime-button, gnus-insert-mime-security-button)
6351         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
6352         Don't use gnus-local-map-property.
6353
6354         * gnus-util.el (gnus-local-map-property): Remove.
6355
6356         * mm-view.el (mm-view-pkcs7-decrypt): Replace
6357         gnus-completing-read-maybe-default with completing-read.
6358
6359         * gnus-util.el (gnus-completing-read): do.
6360         (gnus-completing-read-maybe-default): Remove.
6361
6362 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
6363
6364         * password.el: Only autoload `run-at-time' if not XEmacs.
6365         Only autoload the itimer functions if XEmacs.
6366
6367 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
6370         XEmacsen.
6371
6372         * dgnushack.el: Autoload executable-find for XEmacs.
6373
6374 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
6375
6376         * gnus-art.el (gnus-read-string): Remove.
6377         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
6378         read-string.
6379
6380 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
6381
6382         * netrc.el: autoload password-read
6383         (netrc): new configuration group
6384         (netrc-encoding-method, netrc-openssl-path): configuration
6385         variables for encoding and decoding of files with symmetric
6386         ciphers
6387         (netrc-encode): assistant function to encode a file with
6388         netrc-encoding-method
6389         (netrc-parse): added interactive parameter, added optional
6390         decoding if netrc-encoding-method is non-nil but otherwise
6391         behavior is standard
6392         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
6393         s/encode/encrypt/ everywhere
6394
6395         * spam.el: remove executable-find autoload
6396
6397 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
6398
6399         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
6400
6401         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
6402
6403 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-art.el (gnus-treat-ansi-sequences,
6406         article-treat-ansi-sequences): New variable and function.
6407         Suggested by Dan Jacobson <jidanni@jidanni.org>.
6408
6409         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
6410         Use it.
6411
6412 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
6413
6414         * mm-util.el (mm-quote-arg): Remove.
6415
6416         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
6417         shell-quote-argument.
6418
6419         * gnus-uu.el (gnus-uu-command): do.
6420
6421         * gnus-sum.el (gnus-summary-insert-pseudos): do.
6422
6423         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
6424         with make-char.
6425
6426         * mm-util.el (mm-make-char): Remove.
6427
6428         * mml.el (mml-mode): Replace gnus-add-minor-mode with
6429         add-minor-mode.
6430
6431         * gnus-undo.el (gnus-undo-mode): do.
6432
6433         * gnus-topic.el (gnus-topic-mode): do.
6434
6435         * gnus-sum.el (gnus-dead-summary-mode): do.
6436
6437         * gnus-start.el (gnus-slave-mode): do.
6438
6439         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
6440
6441         * gnus-ml.el (gnus-mailing-list-mode): do.
6442
6443         * gnus-gl.el (gnus-grouplens-mode): do.
6444
6445         * gnus-draft.el (gnus-draft-mode): do.
6446
6447         * gnus-dired.el (gnus-dired-mode): do.
6448
6449         * gnus-ems.el (gnus-add-minor-mode): Remove.
6450
6451         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
6452         Replace gnus-char-width with char-width.
6453
6454         * gnus-ems.el (gnus-char-width): Remove.
6455
6456         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
6457         Replace gnus-char-width with char-width.
6458
6459         * gnus-ems.el (gnus-char-width): Remove.
6460
6461         * spam-stat.el (with-syntax-table): Remove with-syntax-table
6462         definition.
6463         Remove Emacs 20 hash table compatibility code.
6464
6465         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
6466         20 compatibility code.
6467
6468         * spam.el (spam-point-at-eol): Replace with point-at-eol.
6469
6470         * smime.el (smime-point-at-eol): Replace with point-at-eol.
6471
6472         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
6473         with point-at-{eol,bol}.
6474
6475         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
6476
6477         * imap.el (imap-point-at-eol): Replace with point-at-eol.
6478
6479         * flow-fill.el (fill-flowed-point-at-bol,
6480         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
6481
6482         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
6483         Replace with point-at-{eol,bol} throughout all files.
6484
6485 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * ntlm.el (ntlm-string-as-unibyte): New macro.
6488         (ntlm-build-auth-response): Use it.
6489
6490         Remove Emacs 20 stuff:
6491         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
6492         (butlast, mapc, remove): Remove the compiler macros.
6493         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
6494         of delq and copy-sequence.
6495         * gnus-art.el (popup-menu): Remove the compiler macro.
6496         * nnmail.el (nnmail-split-fancy): Don't support customizing with
6497         Emacs 20.
6498
6499 2004-01-05  Simon Josefsson  <jas@extundo.com>
6500
6501         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
6502         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
6503         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
6504         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
6505         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
6506         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
6507         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
6508         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
6509         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
6510         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
6511         ntlm-string-permute, string-lshift into ntlm-string-lshift,
6512         string-xor into ntlm-string-xor.  Suggested by
6513         Jesper Harder <harder@myrealbox.com>.
6514
6515         * ntlm.el: Don't include poem.
6516
6517         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
6518         Jesper Harder <harder@myrealbox.com>.
6519
6520         * sasl-ntlm.el, ntlm.el, md4.el: New files.
6521
6522         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
6523         probably breaks emacs with DL patch, but do we care? Is anyone
6524         still using the DL stuff?)
6525
6526         * sieve-manage.el: Use the password package.
6527         (sieve-manage-read-passwd): Remove.
6528         (sieve-manage-interactive-login): Use password.  Re-add
6529         condition-case around loop.
6530
6531         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
6532         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
6533         the password package.
6534
6535 2003-02-19  Simon Josefsson  <jas@extundo.com>
6536
6537         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
6538         token.
6539
6540 2002-08-07  Simon Josefsson  <jas@extundo.com>
6541
6542         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
6543         (sieve-manage-authenticators):
6544         (sieve-manage-authenticator-alist): Add some SASL mechs.
6545         (sieve-sasl-auth): New function.
6546         (sieve-manage-cram-md5-auth):
6547         (sieve-manage-plain-auth): Rewrite using SASL library.
6548         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
6549         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
6550         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
6551         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
6552
6553 2004-01-05  Simon Josefsson  <jas@extundo.com>
6554
6555         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
6556         New files.
6557
6558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559
6560         * gnus-group.el (gnus-no-groups-message): Update.
6561
6562         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
6563
6564 2003-11-09  Simon Josefsson  <jas@extundo.com>
6565
6566         * imap.el: Support for ID IMAP extension (RFC 2971).
6567         (imap-local-variables): Add imap-id.
6568         (imap-id): New variable.
6569         (imap-id): New function.
6570         (imap-parse-response): Parse untagged ID response.
6571         * nnimap.el (nnimap-id): New variable.
6572         (nnimap-open-connection): Use it.
6573
6574 2003-12-28  Simon Josefsson  <jas@extundo.com>
6575
6576         * gnus-score.el (gnus-score-edit-all-score): New.
6577         * gnus-group.el (gnus-group-score-map): Bind it to W e.
6578
6579 2004-01-04  Simon Josefsson  <jas@extundo.com>
6580
6581         * password.el: Add.
6582
6583 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
6584
6585         * dns.el: Add support for AAAA records (see RFC 3596)
6586
6587         * Fix typo PRT -> PTR
6588
6589         * Parse MX, PTR and SOA replies (see RFC 1035)
6590
6591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6592
6593         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
6594
6595         * Moved to Changelog.2.
6596
6597 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus.el (gnus-version-number): Bump version.
6600
6601 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6602
6603         * gnus.el: No Gnus v0.1 is released.
6604
6605 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6606
6607         * gnus.el: No Gnus v0.0 is released.
6608
6609 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus.el (gnus-version-number): Bump.
6612         (gnus-version): No.
6613
6614 See ChangeLog.2 for earlier changes.
6615
6616     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
6617   Copying and distribution of this file, with or without modification,
6618   are permitted provided the copyright notice and this notice are preserved.
6619
6620 ;; Local Variables:
6621 ;; coding: iso-2022-7bit
6622 ;; End:
6623
6624 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4