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