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