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