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