Synch to No Gnus 200411282151.
[elisp/gnus.git-] / lisp / ChangeLog
1 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
2
3         * format-spec.el (format-spec): Message the char.
4
5 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * gnus-art.el (gnus-split-methods): reformat comments
8
9         * spam.el (spam-summary-prepare-exit): remove article limits
10         before exiting the summary buffer
11
12 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16
17         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18         order to silence the byte compiler.
19
20         * spam.el: Fix the way to silence the byte compiler, which
21         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22         bbdb-search-simple, spam-BBDB-register-routine,
23         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
24         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
25         spam-stat-buffer-is-spam, spam-stat-load,
26         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
27         spam-stat-save and spam-stat-split-fancy.
28
29 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
32         which may confuse users.
33         (canlock-password-for-verify): Ditto.
34
35         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
36
37         * gnus-art.el (gnus-emphasis-alist): Ditto.
38
39         * gnus-registry.el (gnus-registry-max-entries): Ditto.
40
41         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
42
43         * gnus-start.el (gnus-save-killed-list): Ditto.
44
45         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
46         (gnus-sum-thread-tree-root): Ditto.
47         (gnus-sum-thread-tree-false-root): Ditto.
48         (gnus-sum-thread-tree-single-indent): Ditto.
49
50         * message.el (message-courtesy-message): Ditto.
51         (message-archive-note): Ditto.
52         (message-subscribed-address-file): Ditto.
53         (message-user-fqdn): Ditto.
54
55         * spam-report.el (spam-report-gmane-regex): Ditto.
56
57         * spam.el (spam-blackhole-good-server-regex): Ditto.
58
59 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * mml.el (mml-preview): Widen the message buffer before copying
62         the contents to the preview buffer; sort headers before previewing.
63
64         * message.el (message-hidden-headers): Fix the way to avoid a bug
65         in the `repeat' widget in Emacs 21.3 or earlier.
66
67 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * message.el (message-hidden-headers): Default to "^References:".
70         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
71         (message-strip-forbidden-properties): Remove check for obsolete
72         `message-hidden' text property, hidden headers are not accessible
73         in the buffer anymore.  From Romain Francoise on January 11, 2004.
74
75 2004-11-22  Romain Francoise  <romain@orebokech.com>
76
77         * message.el (message-header-format-alist): Add `From' in list
78         so that it can be sorted.
79         (message-fix-before-sending): Widen and sort headers before
80         sending.
81         (message-hide-headers): Use narrowing to hide headers by moving
82         them to the top of the buffer and narrowing to the region
83         underneath.
84
85 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * message.el (message-strip-forbidden-properties): Bind
88         buffer-read-only (etc) to nil.
89
90 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
93         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
94
95 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
96
97         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
98
99 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * dns.el (query-dns): Use sit-for to time instead of
102         accept-process-output, since that doesn't seem to work on udp
103         sockets. 
104
105 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
108
109 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
110
111         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
112         docstrings.
113
114 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * nntp.el (nntp-request-update-info): Return nil if
117         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
118         may not call gnus-activate-group which uselessly issues the GROUP
119         commands for all nntp groups and wastes time.  Reported by Romain
120         Francoise <romain@orebokech.com>.
121
122         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
123
124 2004-11-15  Simon Josefsson  <jas@extundo.com>
125
126         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
127         headers separately.
128         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
129         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
130
131 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
132
133         * gnus-start.el (gnus-convert-old-newsrc): Assign
134         legacy-gnus-agent to 5.10.7.
135
136 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
139         start of the lines.
140
141 2004-11-14  Magnus Henoch  <mange@freemail.hu>
142
143         * hashcash.el (hashcash-default-payment): Change default to 20
144         (hashcash-default-accept-payment): Change default to 20
145         (hashcash-process-alist): New variable
146         (hashcash-generate-payment-async): Add
147         (hashcash-already-paid-p): Add
148         (hashcash-insert-payment): Don't generate payments twice
149         (hashcash-insert-payment-async): Add
150         (hashcash-insert-payment-async-2): Add
151         (hashcash-cancel-async): Add
152         (hashcash-wait-async): Add
153         (hashcash-processes-running-p): Add
154         (hashcash-wait-or-cancel): Add
155         (mail-add-payment): New optional argument.  Conditionally start
156         asynchronous calculation.
157         (mail-add-payment-async): Add
158
159         * message.el (message-send-mail): Wait for asynchronous hashcash
160         results.  Don't clobber existing X-Hashcash headers.
161         (message-setup-1): Call mail-add-payment-async when
162         message-generate-hashcash is non-nil.
163
164 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
165
166         * message.el (message-use-alternative-email-as-from): Examine the
167         From header as well; use message-make-from in order to include a
168         user's full name.
169
170 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
173         default; improve customization type.
174         (gnus-emphasis-custom-with-format): New macro.
175         (gnus-emphasis-custom-value-to-external): New function.
176         (gnus-emphasis-custom-value-to-internal): New function.
177
178 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * dns.el (query-dns): Resolve reverse addresses.
181
182 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-group.el (gnus-group-get-new-news): Use it.
185
186         * gnus-start.el (gnus-check-reasonable-setup): New function.
187
188 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
191         "Args out of range" error.  Reported by Arnaud Giersch
192         <arnaud.giersch@free.fr>.
193
194 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
195
196         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
197         From Stefan Wiens <s.wi@gmx.net>.
198
199 2004-11-04  Richard M. Stallman  <rms@gnu.org>
200
201         * spam.el (spam group): Add :version.
202
203         * pgg-def.el (pgg group): Add :version.
204
205 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-art. (gnus-article-edit-article): Don't associate the
208         article buffer with a draft file.  This is a temporary measure
209         against the 2004-08-22 change to gnus-article-edit-mode.
210
211 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
214         (html2text-format-tags): Remove unused variable `attr'.
215
216 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
217
218         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
219
220         * tls.el (tls-process-connection-type, tls-success)
221         (tls-certtool-program): Add :version.
222
223         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
224         (starttls-extra-arguments, starttls-process-connection-type)
225         (starttls-connect, starttls-failure, starttls-success):
226
227         * spam-stat.el (spam-stat): Add :version.
228
229         * sieve.el (sieve): Add :version.
230
231         * sha1.el (sha1): Added :version.
232         (sha1-use-external): Removed redundant version.
233
234         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
235         (nnmail-cache-ignore-groups, nnmail-spool-hook)
236         (nnmail-split-fancy-match-partial-words)
237         (nnmail-split-lowercase-expanded):
238
239         * nndiary.el (nndiary): Add :version.
240
241         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
242
243         * mml-sec.el (mml-default-sign-method)
244         (mml-default-encrypt-method, mml-signencrypt-style-alist): Add
245         :version.
246
247         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
248
249         * mm-url.el (mm-url-use-external, mm-url-program)
250         (mm-url-arguments): Add :version.
251
252         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
253         (mm-attachment-file-modes, mm-decrypt-option)
254         (mm-w3m-safe-url-regexp): Add :version.
255
256         * message.el (message-cite-prefix-regexp)
257         (message-sendmail-envelope-from, message-minibuffer-local-map)
258         (message-user-fqdn, message-completion-alist): Add :version.
259
260         * gnus-win.el (gnus-configure-windows-hook)
261         (gnus-use-frames-on-any-display): Add :version.
262
263         * gnus-art.el (gnus-article-address-banner-alist)
264         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
265         (gnus-treat-from-picon, gnus-treat-mail-picon)
266         (gnus-treat-x-pgp-sig): Add :version.
267
268         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
269         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
270         (gnus-summary-article-delete-hook)
271         (gnus-summary-display-while-building): Add :version.
272
273         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
274         (gnus-get-top-new-news-hook):Add :version.
275
276         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
277         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
278
279         * gnus-registry.el (gnus-registry): Add :version.
280
281         * gnus-spec.el (gnus-use-correct-string-widths)
282         (gnus-make-format-preserve-properties): Add :version.
283
284         * gnus.el (gnus-group-charter-alist)
285         (gnus-group-fetch-control-use-browse-url)
286         (gnus-install-group-spam-parameters): Add :version.
287
288         * gnus-diary.el (gnus-diary): Add :version.
289
290         * gnus-delay.el (gnus-delay): Add :version.
291
292         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
293         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
294         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
295         Add :version.
296
297         * gnus-agent.el (gnus-agent-max-fetch-size)
298         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
299         (gnus-agent-prompt-send-queue): Add :version.
300
301         * deuglify.el (gnus-outlook-deuglify): Add :version.
302
303         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
304         cleanup.
305         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
306         (html2text-format-tag-list): Added "strong" and "em".  From
307         "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
308
309 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * gnus-registry.el (gnus-registry-hashtb): create the registry
312         when package is loaded
313
314         * spam.el (spam-summary-score-preferred-header): global preference
315         for people who want to override the default SpamAssassin over
316         Bogofilter preference (when both are set)
317         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
318         (spam-user-format-function-S): check spam-summary-score-preferred-header
319         (spam-extra-header-to-number): add X-Bogosity header parsing
320         (spam-user-format-function-S): format the score correctly
321
322 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
325         signature file.  Suggested by Manoj Srivastava
326         <srivasta@golden-gryphon.com>.
327
328         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
329         iso-2022-jp even in the Japanese language environment.  Suggested
330         by Jason Rumney <jasonr@gnu.org>.
331
332 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
335         use the same characters as the dummy marks; make it free from
336         getting affected by the language environment.
337         (gnus-summary-read-group-1): Update mark positions only when the
338         format spec is updated.
339
340         * gnus-spec.el (gnus-update-format-specifications): Return a list
341         of updated types.
342
343 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
346         of boundp to check if display-warning is available.
347
348 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
349
350         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
351
352 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * nnspool.el (nnspool-spool-directory): Use news-path if the
355         news-directory variable is not bound.
356
357         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
358         function instead of display-warning if it is not available.
359
360 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
361
362         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
363         v5-10: Use `point-at-bol'.
364
365 2004-10-26  Simon Josefsson  <jas@extundo.com>
366
367         * hashcash.el: Fix URL in comment, reported by Cheng Gao
368         <chenggao@gmail.com>.
369
370 >>>>>>> 7.511
371 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
372
373         * html2text.el (html2text-buffer-head): Removed.  Use `goto-char'
374         instead.
375
376 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
377
378         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
379         to remove a server from the nnimap-server-buffer-alist
380         (nnimap-open-connection, nnimap-close-server): use it
381
382         * gnus-encrypt.el: removed in favor of encrypt.el
383
384 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
387         running the major-mode function.
388
389 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
392         dummy marks in the right way.
393
394 2004-10-18  David Edmondson  <dme@dme.org>
395
396         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
397         excessively.
398
399 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * gnus-util.el (gnus-split-references): accept a nil references
402         string and go on blissfully
403
404         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
405         cases where the references string is non-nil but has no references
406
407         * encrypt.el: add autoload tags
408
409         * spam.el (spam-resolve-registrations-routine): remove article
410         from unregistration list too.  Reported by David Hanak
411         <dhanak@isis.vanderbilt.edu>
412
413 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
414
415         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
416         nil.  Changed custom type.
417
418 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
419
420         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
421
422         * gnus-sum.el (gnus-summary-move-article): Use it.
423
424 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
425
426         * encrypt.el: add autoload cookies
427
428         * spam.el (spam-backend-article-list-property)
429         (spam-backend-get-article-todo-list)
430         (spam-backend-put-article-todo-list, )
431         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
432         resolve registrations separately
433         (spam-register-routine): format comments
434         (spam-unregister-routine, spam-register-routine): always call with
435         specific-articles, no default list
436         (spam-summary-prepare-exit): use the spam-classifications function
437
438         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
439         gnus-encrypt.el
440
441         * encrypt.el: copied from gnus-encrypt.el
442
443         * gnus-encrypt.el: commented that it's obsolete
444
445 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
446
447         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
448         (gnus-score-save): Use it.
449
450         * message.el (message-bury): Use `window-dedicated-p'.
451
452 2004-10-15  Simon Josefsson  <jas@extundo.com>
453
454         * pop3.el (top-level): Don't require nnheader.
455         (pop3-read-timeout): Add.
456         (pop3-accept-process-output): Add.
457         (pop3-read-response, pop3-retr): Use it.
458
459 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * spam.el (spam-register-routine): move comment
462         (spam-verify-bogofilter): we use 'unknown for the initial
463         spam-bogofilter-valid state, not 'never
464
465         * netrc.el (netrc-machine-user-or-password): convenience wrapper
466         for netrc-machine
467
468         * nnimap.el (nnimap-open-connection): use
469         netrc-machine-user-or-password
470
471 2004-10-17  Richard M. Stallman  <rms@gnu.org>
472
473         * gnus-registry.el (gnus-registry-unload-hook): 
474         Set as a variable with add-hook.
475
476         * nnspool.el (nnspool-spool-directory): Use news-directory instead
477         of news-path.
478
479         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
480
481         * spam.el: Delete duplicate `provide'.
482         (spam-unload-hook): Set as a variable with add-hook.
483
484 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
487         in the doc string.
488
489         * message.el (message-ignored-news-headers)
490         (message-ignored-supersedes-headers)
491         (message-ignored-resent-headers)
492         (message-forward-ignored-headers): Improve custom type.
493
494 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * message.el (message-tokenize-header): Fix 2004-09-06 change
497         which used point-min in the wrong place.
498
499 2004-10-12  Simon Josefsson  <jas@extundo.com>
500
501         * net/tls.el (tls-certtool-program): New variable.
502         (tls-certificate-information): New function, based on
503         ssl-certificate-information.
504
505 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * compface.el: Move the version of ELisp-based uncompface program
508         to the contrib directory because of the copyright problem.
509
510 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
511
512         * message.el (message-kill-buffer): Raise the current frame.
513
514 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
515
516         * gnus-sum.el: Mention that multibyte characters don't work as marks.
517
518         * gnus.el (message-y-or-n-p): Autoload.
519
520         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
521         (pop3-password-required, pop3-authentication-scheme)
522         (pop3-leave-mail-on-server): Made customizable.
523         (pop3): New custom group.
524         (pop3-retr): Remove `sleep-for' statements.
525         Suggested by Dave Love <fx@gnu.org>.
526
527         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
528         Windows/DOS.
529
530         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
531         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
532         Dave Love <fx@gnu.org>.
533
534         * mml.el (mml-minibuffer-read-disposition): Require match.
535         Suggested by Dave Love <fx@gnu.org>.
536
537 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
538
539         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
540         doc string.
541
542 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
545
546 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
547
548         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
549         instead of calling `mm-insert-inline', to decode text/* parts
550         before displaying them.
551
552 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * mm-uu.el (mm-uu-text-plain-type): New variable.
555         (mm-uu-pgp-signed-extract-1): Use it.
556         (mm-uu-pgp-encrypted-extract-1): Use it.
557         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
558         bind mm-uu-text-plain-type with that value.
559         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
560         mm-uu-dissect.
561
562 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
563
564         * gnus-group.el (gnus-update-group-mark-positions):
565         * gnus-sum.el (gnus-update-summary-mark-positions):
566         * message.el (message-check-news-body-syntax):
567         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
568         of string-as-multibyte.
569
570 2004-10-05  Juri Linkov  <juri@jurta.org>
571
572         * gnus-group.el (gnus-update-group-mark-positions):
573         * gnus-sum.el (gnus-update-summary-mark-positions):
574         * message.el (message-check-news-body-syntax):
575         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
576         8-bit unibyte values to a multibyte string for search functions.
577
578 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * mm-uu.el (mm-uu-dissect): Allow optional arg.
581         (mm-uu-dissect-text-parts): New function.
582
583         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
584         dissect text parts.
585
586         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
587         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
588
589         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
590
591         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
592         gnus-current-topics instead of gnus-current-topic.
593
594 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
595
596         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
597
598 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
599
600         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
601         where approriate.
602
603         * nnml.el (nnml-generate-active-info): do.
604
605         * nndiary.el (nndiary-generate-active-info): do.
606
607         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
608         (gnus-topic-move): do.
609
610         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
611         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
612
613         * gnus-srvr.el (gnus-server-prepare)
614         (gnus-server-open-all-servers): do.
615
616         * gnus-msg.el (gnus-summary-cancel-article)
617         (gnus-summary-resend-message)
618         (gnus-summary-mail-crosspost-complaint): do.
619
620         * gnus-move.el (gnus-change-server): do.
621
622         * gnus-group.el (gnus-group-unmark-all-groups)
623         (gnus-group-set-current-level): do.
624
625 2004-10-04  Simon Josefsson  <jas@extundo.com>
626
627         * message.el (message-generate-hashcash): Doc fix.
628
629 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
630
631         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
632         avoid infinite recursion via gnus-get-function.
633
634 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
635
636         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
637
638         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
639
640         * nnmail.el (nnmail-split-history): do.
641
642         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
643         (nnml-request-delete-group): do.
644
645         * nnslashdot.el (nnslashdot-read-groups): do.
646
647         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
648         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
649
650         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
651         (nnspool-sift-nov-with-sed): Use last
652         (nnspool-retrieve-headers-with-nov): Use mapc.
653         (nnspool-request-newgroups): Use dolist.
654         (nnspool-request-group): Use last.
655
656         * nntp.el (nntp-read-server-type): Use dolist.
657
658         * nnvirtual.el (nnvirtual-create-mapping)
659         (nnvirtual-update-read-and-marked): Use dolist.
660         (nnvirtual-convert-headers): Simplify.
661
662 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
663
664         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
665         support for sync'ing tick marks.
666
667 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
670         there's no visible header.
671
672 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
673
674         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
675         necessary, pass full group name to gnus-request-set-marks.
676         
677 2004-10-01  Simon Josefsson  <jas@extundo.com>
678
679         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
680         acroread.
681
682 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * spam-report.el (spam-report-gmane): Fix interactive.
685
686         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X. 
687
688         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
689         when writing file.
690         (gnus-agent-synchronize-flags): Don't default to being
691         interactive. 
692
693 2004-09-30  Simon Josefsson  <jas@extundo.com>
694
695         * message.el (message-generate-hashcash): Add.
696         (message-send-mail): Use it, call mail-add-payment.
697
698 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * spam.el (spam-verify-bogofilter): -V, not -sV option
701
702 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
703
704         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
705         gnus-requst-update-info with explicit code to sync the in-memory
706         info read flags with the marks being sync'd to the backend.
707
708         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
709         
710 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
711
712         * spam.el (spam-verify-bogofilter): new function
713         (spam-check-bogofilter)
714         (spam-bogofilter-register-with-bogofilter): use it
715         (spam-verify-bogofilter): small fixes
716
717 2004-09-28  Simon Josefsson  <jas@extundo.com>
718
719         * hashcash.el (hashcash-generate-payment): Revert.
720
721 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
722
723         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
724         gnus-extract-references instead of gnus-split-references
725
726         * gnus-util.el (gnus-extract-references): new function, analogous
727         to gnus-split-references but extracts only the message-ID without
728         anything extra
729
730         * hashcash.el (hashcash-generate-payment)
731         (hashcash-check-payment): do the right thing if hashcash-path is
732         nil (because the hashcash program could not be found)
733
734         * spam.el (spam-use-hashcash): remove comment
735
736 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
737
738         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
739         (gnus-cache-enter-article, gnus-cache-remove-article)
740         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
741
742         * gnus-async.el (gnus-async-prefetch-remove-group): do.
743
744         * gnus-art.el (article-hide-boring-headers)
745         (article-translate-strings, article-display-face)
746         (gnus-article-mime-match-handle-first)
747         (gnus-article-highlight-headers)
748         (gnus-article-add-buttons-to-head): do.
749
750 2004-09-27  Simon Josefsson  <jas@extundo.com>
751
752         * hashcash.el: New version, from
753         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
754         ../contrib/.
755
756 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
759
760 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
761
762         * gnus-dup.el (gnus-dup-open): Use mapc.
763         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
764         
765         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
766         Reported by Stefan Wiens <s.wi@gmx.net>.
767
768         * gnus.el (gnus-shutdown): Use dolist.
769
770         * gnus-undo.el (gnus-undo): Use mapc.
771
772         * nnrss.el (nnrss-generate-active): do.
773
774         * message.el (message-cite-original-without-signature)
775         (message-cite-original): Use mapc.
776         (message-do-actions, message-make-forward-subject): Use dolist.
777
778 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
779
780         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
781         deletion to remove entire duplicate line.  Fixes merged article
782         number bug.
783         
784 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
785
786         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
787         servers that are offline.  Avoids having gnus-agent-toggle-plugged
788         first ask if you want to open a server and then, even when you
789         responded with no, asking if you want to synchronize the server's
790         flags.
791         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
792         multi-line expressions.
793         (gnus-agent-synchronize-group-flags): New internal function.
794         Updates marks in memory (in the info structure) AND in the
795         backend.
796
797         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
798
799         * nnagent.el (nnagent-request-set-mark): Use
800         gnus-agent-synchronize-group-flags, not backend's request-set-mark
801         method, to ensure that synchronization updates marks in the
802         backend and in the info (in memory) structure.
803         
804 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
807         convention fully; don't miss the root article of a thread; make
808         the X-Draft-From header with correct article numbers.
809
810 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
811
812         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
813         unless plugged.  Disable the agent so that an open failure causes
814         an error.
815
816         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
817         Reverted 2004-09-21 change.  The backend must be opened while
818         synchronizing flags even when the backend stores the flags
819         locally.
820
821 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
822
823         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
824         in `header' match.  Reported by Svend Tollak Munkejord.
825
826         * message.el (message-cite-original): Fix use of
827         `message-cite-articles-with-x-no-archive'.
828
829 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
832         (gnus-window-to-buffer): Ditto.
833
834         * mml.el (mml-preview-buffer): New variable.
835         (mml-preview): Manage window layout with gnus-buffer-configuration.
836
837         * gnus-msg.el (gnus-setup-message): Put article numbers into the
838         X-Draft-From header even if those articles aren't quoted.
839
840 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
841
842         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
843         (gnus-request-set-mark, gnus-request-update-mark): Use new
844         g-s-t-u-l-m to decide to use backend even when unplugged.
845
846 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
849         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
850
851 2004-09-20  Simon Josefsson  <jas@extundo.com>
852
853         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
854         "utf-16-le".
855
856 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
857
858         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
859
860 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
861
862         * uudecode.el (uudecode-use-external): Add :version.
863
864         * smime.el (smime-CA-file, smime-encrypt-cipher)
865         (smime-dns-server): Add :version.
866
867         * smiley.el (gnus-smiley-file-types): Add :version.
868
869         * sha1.el (sha1-use-external): Add :version.
870
871         * pgg-def.el (pgg-query-keyserver): Add :version.
872
873         * nnmail.el (nnmail-fancy-expiry-targets)
874         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
875
876         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
877         (nnimap-retrieve-groups-asynchronous): Add :version.
878         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
879
880         * mml.el (mml-content-disposition-parameters)
881         (mml-insert-mime-headers-always): Add :version.
882
883         * mm-util.el (mm-coding-system-priorities):
884
885         * mm-decode.el (mm-inline-text-html-with-images)
886         (mm-keep-viewer-alive-types, mm-external-terminal-program)
887         (mm-verify-option): Add :version.
888         (mm-text-html-renderer): Change :version.
889
890         * message.el (message-fcc-externalize-attachments)
891         (message-required-headers, message-draft-headers)
892         (message-subject-trailing-was-query)
893         (message-subject-trailing-was-ask-regexp)
894         (message-subject-trailing-was-regexp, message-mark-insert-begin)
895         (message-mark-insert-end, message-archive-header)
896         (message-archive-note, message-cross-post-default)
897         (message-cross-post-note, message-followup-to-note)
898         (message-cross-post-note-function, message-use-mail-followup-to)
899         (message-subscribed-address-functions)
900         (message-subscribed-address-file, message-subscribed-addresses)
901         (message-subscribed-regexps, message-allow-no-recipients)
902         (message-yank-cited-prefix, message-signature-insert-empty-line)
903         (message-hidden-headers, message-hierarchical-addresses)
904         (message-mail-user-agent, message-use-idna)
905         (message-valid-fqdn-regexp)
906         (message-strip-special-text-properties, message-header-synonyms)
907         (message-beginning-of-line, message-tab-body-function): Add :version.
908         (message-insert-canlock, message-wide-reply-confirm-recipients):
909         Change :version.
910
911         * mail-source.el (mail-source-ignore-errors): Add :group, :type
912         and :version.
913         (mail-source-delete-old-incoming-confirm)
914         (mail-source-movemail-program): Add :version.
915
916         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
917         (gnus-agent-cache, gnus-agent): Change :version.
918
919         * gnus-util.el (gnus-use-byte-compile): Change :version.
920
921         * gnus-sum.el (gnus-summary-make-false-root-always)
922         (gnus-summary-default-high-score)
923         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
924         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
925         (gnus-read-all-available-headers, gnus-article-emulate-mime)
926         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
927         (gnus-sum-thread-tree-single-indent)
928         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
929         (gnus-sum-thread-tree-leaf-with-other)
930         (gnus-sum-thread-tree-single-leaf): Add :version.
931         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
932         (gnus-article-loose-mime): Change :version.
933
934         * gnus-start.el (gnus-backup-startup-file)
935         (gnus-save-startup-file-via-temp-buffer): Add :version.
936
937         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
938         (gnus-server-offline-face): Add :version.
939
940         * gnus-score.el (gnus-adaptive-word-length-limit):
941
942         * gnus-msg.el (gnus-gcc-externalize-attachments)
943         (gnus-debug-files, gnus-debug-exclude-variables)
944         (gnus-discouraged-post-methods): Change :version.
945         (gnus-confirm-mail-reply-to-news)
946         (gnus-confirm-treat-mail-like-news): Add :version.
947
948         * gnus-int.el (gnus-server-unopen-status): Add :version.
949
950         * gnus-group.el (gnus-group-jump-to-group-prompt)
951         (gnus-large-ephemeral-newsgroup)
952         (gnus-fetch-old-ephemeral-headers): Add :version.
953
954         * gnus-fun.el (gnus-x-face-directory)
955         (gnus-convert-pbm-to-x-face-command)
956         (gnus-convert-image-to-x-face-command)
957         (gnus-convert-image-to-face-command): Add :version.
958
959         * gnus-delay.el (gnus-delay-default-hour): Add :version.
960
961         * gnus-cite.el (gnus-cite-blank-line-after-header)
962         (gnus-article-boring-faces): 
963
964         * gnus-art.el (gnus-buttonized-mime-types)
965         (gnus-inhibit-mime-unbuttonizing)
966         (gnus-treat-display-face)
967         (gnus-treat-body-boundary): Change :version.
968         (gnus-body-boundary-delimiter, gnus-picon-databases)
969         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
970         (gnus-treat-date-english, gnus-treat-fold-headers)
971         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
972         (gnus-treat-mail-picon, gnus-treat-wash-html)
973         (gnus-article-encrypt-protocol)
974         (gnus-use-idna, gnus-article-over-scroll)
975         (gnus-mime-display-multipart-alternative-as-mixed)
976         (gnus-mime-display-multipart-related-as-mixed)
977         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
978         (gnus-ctan-url, gnus-button-ctan-handler)
979         (gnus-button-handle-ctan-bogus-regexp)
980         (gnus-button-ctan-directory-regexp)
981         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
982         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
983         (gnus-button-man-level, gnus-button-emacs-level)
984         (gnus-button-message-level, gnus-button-browse-level): Add :version.
985
986         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
987         (gnus-agent-go-online): Change :version.
988         (gnus-agent-expire-unagentized-dirs)
989         (gnus-agent-auto-agentize-methods): Add :version.
990
991         * flow-fill.el (fill-flowed-display-column)
992         (fill-flowed-encode-column): Add :version.
993
994         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
995         (gnus-outlook-deuglify-unwrap-max)
996         (gnus-outlook-deuglify-cite-marks)
997         (gnus-outlook-deuglify-unwrap-stop-chars)
998         (gnus-outlook-deuglify-no-wrap-chars)
999         (gnus-outlook-deuglify-attrib-cut-regexp)
1000         (gnus-outlook-deuglify-attrib-verb-regexp)
1001         (gnus-outlook-deuglify-attrib-end-regexp)
1002         (gnus-outlook-display-hook): Add :version.
1003
1004         * binhex.el (binhex-use-external): Add :version.
1005
1006 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
1007
1008         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
1009         and `invisible'.
1010
1011 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1012
1013         * gnus-registry.el (gnus-registry-trim): watch out for negatives
1014         in gnus-registry-trim
1015
1016 2004-09-13  Simon Josefsson  <jas@extundo.com>
1017
1018         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
1019
1020         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
1021
1022         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
1023         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
1024         <yamaoka@jpl.org>.
1025         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
1026         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
1027         <yamaoka@jpl.org>.
1028
1029         * sieve.el (sieve-manage-mode): Ditto.
1030
1031 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
1032
1033         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
1034
1035 2004-09-11  Simon Josefsson  <jas@extundo.com>
1036
1037         * dns-mode.el: Add.
1038
1039         * mm-view.el (mm-display-dns-inline): Add.
1040
1041         * mm-decode.el (mm-inline-media-tests): Add text/dns.
1042         (mm-automatic-display): Ditto.
1043
1044         * mailcap.el (mailcap-mime-data): Add text/dns.
1045         (mailcap-mime-extensions): Map .soa to text/dns.
1046
1047 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
1048
1049         * gnus-art.el (article-decode-mime-words, article-babel)
1050         (gnus-article-highlight-signature, gnus-article-add-buttons)
1051         (gnus-signature-toggle): Remove unnecessary bindings of
1052         `inhibit-read-only' inherited from v5.10 merge.
1053
1054 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
1055
1056         * nntp.el (nntp): New customization group.
1057         (nntp-authinfo-file): Add customization group.
1058
1059         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
1060
1061         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
1062
1063         * gnus.el (to-address, to-list, subscribed)
1064         (large-newsgroup-initial): Ditto.
1065
1066         * flow-fill.el (fill-flowed-display-column)
1067         (fill-flowed-encode-column): Ditto.
1068
1069 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
1070
1071         * message.el (message-tokenize-header, message-send-mail-with-qmail):
1072         Use point-min rather than 1.
1073         (message-send-mail): Use buffer-size rather than point-max.
1074
1075         * gnus-sum.el (gnus-summary-search-article-forward):
1076         Signal a specific `search-failed' rather than a generic `error'.
1077
1078         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
1079         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
1080         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
1081
1082 2004-09-10  Simon Josefsson  <jas@extundo.com>
1083
1084         * nndb.el (require): Remove tcp and duplicate cl.
1085
1086 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-agent.el (directory-files-and-attributes): Move forward.
1089
1090 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
1091
1092         * gnus-agent.el (directory-files-and-attributes): Optionally
1093         defined to support XEmacs.
1094
1095 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
1096
1097         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
1098         to avoid run-time CL dependencies.
1099         (gnus-agent-unfetch-articles): New function.
1100         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
1101         article numbers even when local .overview file is missing.
1102         (gnus-agent-read-article-number): New function. Only accepts
1103         27-bit article numbers.
1104         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
1105         gnus-agent-read-article-number.
1106         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
1107         from backend while recognizing that article numbers in .overview
1108         must be valid.
1109         (gnus-agent-update-files-total-fetched-for): Use
1110         directory-files-and-attributes to improve performance.
1111         * gnus-int.el (gnus-request-move-article): Use
1112         gnus-agent-unfetch-articles in place of gnus-agent-expire to
1113         improve performance.
1114
1115         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
1116         some users confused by references to .newsrc when they only have a
1117         .newsrc.eld file.
1118         (gnus-convert-mark-converter-prompt,
1119         gnus-convert-converter-needs-prompt): Fixed use of property list.
1120         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
1121         New function. Used internally to only display 'gnus converting
1122         files' message when actually necessary.
1123
1124         * gnus-sum.el (): Removed (require 'gnus-agent) as required
1125         methods now autoloaded.
1126
1127 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * gnus-sum.el (gnus-summary-insert-subject): Remove list
1130         identifiers.
1131
1132 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
1133
1134         * gnus-picon.el: Fix indentation and closing parenthesis.
1135
1136 2004-09-01  Simon Josefsson  <jas@extundo.com>
1137
1138         * message.el (message-canlock-generate): Require sha1, not
1139         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
1140         to require within a function.  Sadly, if sha1.el isn't loaded, the
1141         let binding in m-c-g will hide the defcustom definition, which is
1142         bad.)
1143
1144         * canlock.el: Require sha1, not sha1-el.
1145
1146         * message.el: Don't autoload sha1 (there is a autoload cookie in
1147         sha1.el).
1148
1149         * sha1-el.el: Renamed to sha1.el.
1150
1151 2004-08-30  Juanma Barranquero  <lektu@terra.es>
1152
1153         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
1154
1155 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
1158
1159 2004-08-30  Kim F. Storm  <storm@cua.dk>
1160
1161         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
1162
1163         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
1164         Add :group 'nnimap.
1165
1166 2004-08-30  Simon Josefsson  <jas@extundo.com>
1167
1168         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
1169         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
1170
1171 2004-08-30  Simon Josefsson  <jas@extundo.com>
1172
1173         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
1174         and ?\' to symbol instead of whitespace (tiny patch).  From
1175         Andreas Schwab <schwab@suse.de>.
1176
1177 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
1180
1181         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
1182         instead of re-search-forward.
1183
1184         * gnus-uu.el (gnus-uu-save-article): Ditto.
1185         (gnus-uu-post-encode-uuencode): Ditto.
1186
1187         * html2text.el (html2text-clean-list-items): Ditto.
1188         (html2text-clean-dtdd): Ditto.
1189         (html2text-format-tags): Ditto.
1190
1191         * message.el (message-send-mail-with-sendmail): Fix regexp.
1192         (message-fill-field-general): Use search-forward instead of
1193         re-search-forward.
1194         (unbold-region): Ditto.
1195
1196         * nnrss.el (nnrss-request-article): Ditto.
1197
1198         * nnslashdot.el (nnslashdot-request-article): Ditto.
1199
1200         * nnweb.el (nnweb-gmane-wash-article): Ditto.
1201
1202         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
1203         "Unrecognized menu descriptor" error in XEmacs.
1204
1205 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
1208         entry.
1209
1210         * gnus-group.el (gnus-group-line-format-alist): Convert the value
1211         of gnus-tmp-news-method into string under XEmacs.  It will be
1212         passed to gnus-correct-length which takes only a string argument.
1213
1214 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-util.el (gnus-bind-print-variables): New macro.
1217         (gnus-prin1): Use it.
1218         (gnus-prin1-to-string): Use it.
1219         (gnus-pp): New function.
1220         (gnus-pp-to-string): New function.
1221
1222         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
1223         pp-to-string with gnus-pp-to-string.
1224         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
1225         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
1226         * gnus-msg.el (gnus-debug): Ditto.
1227         * gnus-score.el (gnus-score-save): Ditto.
1228         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
1229         gnus-pp-to-string.
1230         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
1231         with gnus-pp.
1232         * score-mode.el (gnus-score-pretty-print): Ditto.
1233         * webmail.el (webmail-debug): Ditto.
1234
1235 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-art.el (article-display-face, article-display-x-face): Use
1238         buffer-read-only.
1239
1240 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * gnus-art.el (article-hide-list-identifiers): Bind
1243         inhibit-read-only as t.
1244
1245 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
1246
1247         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
1248
1249 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1250
1251         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
1252         (gnus-narrow-to-page): Don't assume point-min == 1.
1253         (gnus-article-edit-mode): Derive from message-mode.
1254
1255         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
1256         point-min == 1.
1257
1258         * imap.el (imap-parse-address-list, imap-parse-body-ext):
1259         Disable incorrect use of `assert'.
1260
1261         * message.el (message-mode): Set comment-start-skip.
1262
1263
1264 2004-08-22  Sam Steingold  <sds@gnu.org>
1265
1266         * pop3.el (pop3-leave-mail-on-server): New user variable.
1267         (pop3-movemail): Delete mail only when it is nil.
1268
1269 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
1270
1271         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
1272
1273         * mml.el (mml-preview): Use `pop-to-buffer'.
1274
1275         * message.el (message-goto-mail-followup-to): Insert after "To".
1276         (message-carefully-insert-headers): Add comment.
1277
1278         * gnus.el: Remove unused variable `gnus-article-check-size'.
1279
1280         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
1281
1282         * gnus-art.el (gnus-button-alist): Improve
1283         `gnus-button-handle-library' entry.
1284
1285 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
1286
1287         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
1288         downcase, since XEmacs capitalizes error messages differently.
1289         From Sebastian Freundt <hroptatyr@gna.org>.
1290
1291 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
1292
1293         * nntp.el: Add (require 'gnus) due to reference to
1294         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
1295
1296 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
1297
1298         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1299         `mm-fill-flowed'.
1300
1301         * mm-decode.el (mm-dissect-singlepart): Check it.
1302
1303 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
1306         'imap' for netrc parsing
1307
1308 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
1309
1310         * mailcap.el (mailcap-mime-data): Mark as risky.
1311
1312 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
1315         may be included in the encoded word.
1316         (rfc2047-encode): Don't append a space if the encoded word
1317         includes close parenthesis.
1318
1319 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
1322         of text within parentheses.
1323
1324 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
1325
1326         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
1327         (gnus-encrypt-write-file-contents): the password key is the file
1328         name PLUS the cipher, not just the cipher.  Also remove failed
1329         passwords from the cache.
1330
1331 2004-08-06  Simon Josefsson  <jas@extundo.com>
1332
1333         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
1334         fix.
1335
1336 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
1339         LWSP.
1340
1341 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
1344         to append in-reply-to: data to the references: header
1345
1346         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
1347         (netrc-parse): use gnus-encrypt.el functions
1348
1349         * gnus-encrypt.el: new file for encryption support; currently
1350         does only a few GPG ciphers and an internal XOR cipher
1351
1352         * password.el: add comments on using password-read-and-add
1353         (password-read-and-add): new function to read and add the
1354         password to the cache at once
1355
1356 2004-07-28  Simon Josefsson  <jas@extundo.com>
1357
1358         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
1359         parameter (but don't use it, for now).
1360
1361         * imap.el (imap-ssl-open): Use imap-process-connection-type,
1362         instead of hard coding to nil.
1363
1364 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * mm-view.el (mm-inline-image-emacs): Open lines under an image
1367         as mm-inline-image-xemacs does.
1368
1369 2004-07-26  Simon Josefsson  <jas@extundo.com>
1370
1371         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
1372         Revert part of 2004-07-17 change below.
1373
1374 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
1377         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
1378
1379 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
1382         quotes that actually start with ">" at the beginning of the
1383         lines. 
1384
1385 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * rfc2047.el (rfc2047-encode-region): Fix last change.
1388         (rfc2047-encode-parameter): Remove useless concat.
1389
1390 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1391
1392         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
1393         encode special characters; fix some kind of misconfigured headers;
1394         signal a real error if debug-on-quit or debug-on-error is non-nil.
1395         (rfc2047-encode-max-chars): New variable.
1396         (rfc2047-encode-1): Use it.
1397         (rfc2047-encode-parameter): New function.
1398
1399         * mml.el (mml-insert-parameter): Remove an excessive space.
1400
1401 2004-07-17  Simon Josefsson  <jas@extundo.com>
1402
1403         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
1404         Kai Grossjohann <kai@emptydomain.de>.
1405         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
1406         (gnus-group-make-menu-bar): Ditto.
1407
1408         * gnus-util.el (gnus-group-server): Add.
1409
1410 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
1411
1412         * message.el (message-clone-locals): Clone sendmail and smtp
1413         variables.
1414
1415 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * rfc2047.el (rfc2047-encode-region): Fix last change.
1418
1419 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1420         From David Hedbor <dhedbor@real.com>.
1421
1422         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
1423         (nnmail-expand-newtext): Lowercase expanded entries if
1424         nnmail-split-lowercase-expanded is non-nil.
1425
1426 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
1429         characters as non-special.
1430
1431 2004-07-09  Simon Josefsson  <jas@extundo.com>
1432
1433         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
1434         Users will lose all flag changes made while unplugged with
1435         e.g. nntp unless flag synchronization happens, thus `nil' is not a
1436         good default.  See numerous reports on ding mailing list.
1437
1438 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
1441         add generate-head-function and generate-article-function to the
1442         rfc822-forward entry.
1443         (nndoc-rfc822-forward-generate-article): New function.
1444         (nndoc-rfc822-forward-generate-head): New function.
1445
1446         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
1447
1448 2004-07-06  Dan Christensen  <jdc@uwo.ca>
1449
1450         * gnus-sum.el (gnus-summary-read-group-1): When summary
1451         is unthreaded, respect display group parameter.
1452         (gnus-articles-to-read): Remove unused reference to
1453         display group parameter.
1454
1455 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * nnheader.el (nnheader-uniquify-message-id): New experimental
1458         variable. 
1459         (nnheader-nov-read-message-id): Use it.
1460
1461         * spam-report.el (spam-report-gmane): Add interactive.
1462
1463 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
1466         qp-or-base64 for the application/* types.
1467
1468 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
1469
1470         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
1471         Joakim Verona <joakim@verona.se>.
1472
1473 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * gnus-registry.el (gnus-registry-trim): don't allow a negative
1476         trim value
1477
1478 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
1479
1480         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
1481         New macro and function.
1482         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
1483
1484 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
1487         after-load-alist.
1488
1489 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
1492         update info that isn't there.
1493
1494 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * mm-view.el (mm-inline-render-with-function): Use multibyte
1497         buffer; decode html source by charset.
1498
1499         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
1500
1501         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
1502         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
1503         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
1504         loaded under XEmacs.
1505         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
1506
1507 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
1508
1509         * nnheader.el (nnheader-max-head-length): Increase to 8192.
1510
1511 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1512
1513         * mm-util.el (mm-coding-system-p): Return a coding-system.
1514         (mm-mime-mule-charset-alist): Use shift_jis instead of
1515         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
1516         entries for the mime charsets iso-2022-jp-3 and shift_jis.
1517         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
1518         instead of japanese-shift-jis and iso-latin-1 respectively in
1519         order to share the default value with both Emacs and XEmacs-mule.
1520         (mm-mule-charset-to-mime-charset): Make
1521         mm-coding-system-priorities effective.
1522         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
1523         while predicating of candidates upon the priorities.
1524
1525 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
1526
1527         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1528         gnus-uu-invert-processable.
1529
1530         * gnus.el: Autoload gnus-uu-invert-processable.
1531
1532 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * mm-util.el (mm-with-multibyte-buffer): New macro.
1535
1536         * rfc2047.el (rfc2047-encode-string): Use it.
1537         (rfc2047-encode-region): Move point to the end of the region after
1538         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
1539
1540 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
1543         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
1544
1545 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
1548         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
1549         Karl Chen <quarl@nospam.quarl.org>.
1550
1551 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
1552
1553         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
1554         invalid addresses.
1555
1556 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
1557
1558         * spam.el: section markers changed, TODO list revised
1559         (spam-backends): new master list of all installed backends
1560         (spam-summary-exit-behavior): new variable to determine how
1561         messages moves are done at summary exit
1562         (spam-move-spam-nonspam-groups-only)
1563         (spam-process-ham-in-nonham-groups)
1564         (spam-process-ham-in-spam-groups): variables removed, the
1565         spam-summary-exit-behavior variable should be used to manage this
1566         behavior
1567         (spam-old-ham-articles, spam-old-spam-articles): removed
1568         (spam-old-articles): new variable, replacing spam-old-ham-articles
1569         and spam-old-spam-articles
1570         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
1571         empty variables, placeholders for the backends they represent
1572         (spam-set-difference): moved, unchanged
1573         (spam-list-of-processors): variable OBSOLETE, not used anymore
1574         unless the user has a processor variable
1575         (spam-classifications, spam-classification-valid-p)
1576         (spam-backend-properties, spam-backend-property-valid-p)
1577         (spam-backend-function-type-valid-p)
1578         (spam-process-type-valid-p, spam-list-articles): helper functions
1579         (spam-report-articles-gmane, spam-report-articles-resend):
1580         functions removed, they are not needed
1581         (spam-install-backend-super, spam-backend-list)
1582         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
1583         (spam-backend-function, spam-backend-ham-registration-function)
1584         (spam-backend-spam-registration-function)
1585         (spam-backend-ham-unregistration-function)
1586         (spam-backend-spam-unregistration-function)
1587         (spam-backend-statistical-p, spam-backend-mover-p)
1588         (spam-install-backend-alias, spam-install-checkonly-backend)
1589         (spam-install-mover-backend, spam-install-nocheck-backend)
1590         (spam-install-backend, spam-install-statistical-backend)
1591         (spam-install-statistical-checkonly-backend): backend installation
1592         support
1593         (spam-summary-prepare-exit): rewritten to use the new backend code
1594         (spam-group-processor-p): use the new backend code and respect the
1595         summary exit behavior
1596         (spam-mark-spam-as-expired-and-move-routine): removed
1597         (spam-summary-prepare): changed to use the new spam-old-articles
1598         variable
1599         (spam-copy-or-move-routine, spam-copy-spam-routine)
1600         (spam-move-spam-routine, spam-copy-ham-routine)
1601         (spam-move-ham-routine): new code to copy/move ham or spam
1602         (spam-fetch-field-fast): doc and code improved, plus it allows the
1603         'number request
1604         (spam-list-of-checks, spam-list-of-statistical-checks): variables
1605         removed, no longer used
1606         (spam-split, spam-find-spam): use the new backend code
1607         (spam-registration-functions): variable removed, no longer used
1608         (spam-unregister-routine): convenience wrapper
1609         (spam-log-undo-registration, spam-register-routine)
1610         (spam-log-processing-to-registry)
1611         (spam-log-unregistration-needed-p): renamed "check" to "backend"
1612         where possible
1613         (spam-check-gmane-xref, spam-check-regex-headers)
1614         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
1615         (spam-check-whitelist, spam-check-blacklist)
1616         (spam-check-bogofilter-headers, spam-check-spamoracle)
1617         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
1618         (spam-check-crm114-headers): use the spam-split-group that
1619         spam-split prepares, no need to determine it every time
1620
1621         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
1622         the nnheader-parse-naked-head call
1623
1624         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
1625
1626         * gnus-sum.el (gnus-nov-parse-line): add the message number to
1627         the nnheader-nov-read-message-id call
1628
1629 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1630
1631         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
1632         gnus-activate-group twice.  Suggested by Markus Peter
1633         <warp@spin.de>.
1634
1635 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * gnus-art.el (gnus-article-time-format): Exchange the order of
1638         day and month in the default value; fix customization type.
1639         (article-date-ut): Use add-text-properties.
1640         (article-make-date-line): Use message-make-date instead of
1641         current-time-string.
1642
1643         * message.el (message-fetch-field): Don't use set-text-properties.
1644         (message-make-date): Simplify.
1645
1646         * messagexmas.el (message-xmas-make-date): New function.
1647         (message-xmas-redefine): Defalias message-make-date to it.
1648
1649 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
1652         (rfc2047-encode-region): Treat text within parentheses as special;
1653         show the original text when error has occurred.
1654
1655         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
1656         already-computed method to gnus-activate-group.
1657
1658         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
1659         same select-methods identical Lisp objects.
1660
1661         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
1662         object when modifying the info.
1663
1664 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * gnus-srvr.el (gnus-server-set-info): Remove the server from
1667         gnus-opened-servers since it has never been opened with the new
1668         configuration yet.
1669
1670 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
1673         arg to nnheader-generate-fake-message-id.
1674
1675 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * nnheader.el (nnheader-generate-fake-message-id): accept a
1678         number and build a fake message ID localized to a group and
1679         article number (so it's repeatable from that point on)
1680         (nnheader-fake-message-id-p): change regex to accomodate new fake
1681         ID format
1682
1683         * gnus-sum.el (gnus-get-newsgroup-headers): call
1684         nnheader-generate-fake-message-id with the article number
1685
1686 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
1687
1688         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
1689         end-of-buffer.
1690
1691 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * message.el (message-ignored-supersedes-headers): Add Approved. 
1694
1695 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * rfc2047.el (rfc2047-encode-message-header): Remove useless
1698         goto-char.
1699         (rfc2047-encode): Fold the line before encoding.
1700
1701 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * rfc2047.el (rfc2047-encode-message-header): Disabled header
1704         folding -- not all headers can be folded, and this should be done
1705         by the message composition mode.  Probably.  I think. 
1706
1707 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
1710         fast.
1711
1712         * gnus-ems.el (gnus-remove-image): Don't use
1713         message-text-with-property; remove only the image found first.
1714
1715         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
1716         found first.
1717
1718 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
1719
1720         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
1721
1722 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * message.el (message-text-with-property): Make it fast and accept
1725         optional arguments.
1726         (message-strip-forbidden-properties): Use it.
1727         (message-fix-before-sending): Follow the m-t-w-p change.
1728
1729         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
1730
1731 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-art.el (article-hide-headers): Don't change the buffer
1734         mistakenly when performing mml-preview even if
1735         gnus-single-article-buffer is nil.
1736
1737 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
1738
1739         * message.el (message-expand-name-databases): New user option.
1740         (message-expand-name): Use it.
1741
1742 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
1743
1744         * spam.el (spam-report-articles-resend)
1745         (spam-report-resend-register-routine): allow ham reporting
1746         (spam-report-resend-register-ham-routine): simple wrapper
1747         (spam-registration-functions): add ham resending functions
1748         (spam-list-of-processors): add ham resend processor
1749
1750         * gnus.el (ham-resend-to): new group parameter
1751         (spam-process): add ham resend option
1752
1753         * spam-report.el (spam-report-resend): allow reporting ham
1754         (spam-report-resend-ham): simple wrapper
1755
1756 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * message.el (message-cite-articles-with-x-no-archive): New
1759         variable. 
1760         (message-cite-original): Use it.
1761
1762 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * message.el (message-cite-original): Respect X-No-Archive. 
1765
1766 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (article-hide-headers): Refer to the values for
1769         gnus-ignored-headers and gnus-visible-headers in the summary
1770         buffer since a user may have set them as group parameters.
1771
1772 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
1773
1774         * assistant.el (assistant-node-name): new convenience function
1775         (assistant-render-text, assistant-render-node): error handling,
1776         plus handle multiple next nodes
1777         (assistant-find-next-node): commented out for now
1778         (assistant-find-next-nodes): new function, returns list of next
1779         nodes
1780
1781 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * mail-source.el (mail-source-directory): Fix doc-string.
1784
1785 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * assistant.el (assistant-render-text, assistant-eval): add :set
1788         widget type, which is different because it takes and returns a
1789         list.  Much hilarity ensues.
1790
1791 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
1794
1795         * gnus-group.el (gnus-group-get-new-news-this-group): Added
1796         doc-string.
1797
1798         * gnus-start.el (gnus-activate-group): Added doc-string.
1799
1800 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
1803
1804 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
1805
1806         * assistant.el (assistant-render-text): trying to add a :set
1807         widget, more to come...
1808
1809         * spam.el (spam-group-spam-contents-p): handle empty groupname
1810         strings
1811         (spam-report-articles-resend)
1812         (spam-report-resend-register-routine): allow spam-report-resend-to
1813         to be a group parameter or a global value
1814         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
1815         (spam-register-routine): do registration iff any articles warrant
1816         it.
1817         (spam-summary-prepare-exit): changed log message for nil group
1818         destinations 
1819
1820 2004-05-26  Simon Josefsson  <jas@extundo.com>
1821
1822         * starttls.el: Merge with my GNUTLS based starttls.el.
1823         (starttls-gnutls-program, starttls-use-gnutls)
1824         (starttls-extra-arguments, starttls-process-connection-type)
1825         (starttls-connect, starttls-failure, starttls-success): New
1826         variables.
1827         (starttls-program, starttls-extra-args): Doc fix.
1828         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
1829         functions.
1830         (starttls-negotiate, starttls-open-stream): Check
1831         `starttls-use-gnutls' and pass on to corresponding *-gnutls
1832         function if it is set.
1833
1834 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
1837         structured fields.
1838
1839 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
1842
1843 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * spam.el (spam-mark-junk-as-spam-routine)
1846         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
1847         disable assigning the spam-mark to new messages
1848         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
1849         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
1850
1851 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * dgnushack.el: Autoload customize-set-variable for XEmacs.
1854
1855         * rfc2047.el (rfc2047-encodable-p): Don't move point.
1856         (rfc2047-decode): Treat the ascii coding-system as raw-text by
1857         default.
1858
1859 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
1862         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
1863
1864 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
1865
1866         * spam.el (spam-list-of-processors): use nil for nonexistent processors
1867         (spam-group-processor-p): fixed function so it works properly
1868         (spam-group-processor-multiple-p)
1869         (spam-group-spam-processor-report-gmane-p)
1870         (spam-group-spam-processor-report-resend-p)
1871         (spam-group-spam-processor-bogofilter-p)
1872         (spam-group-spam-processor-blacklist-p)
1873         (spam-group-spam-processor-ifile-p)
1874         (spam-group-ham-processor-ifile-p)
1875         (spam-group-spam-processor-spamoracle-p)
1876         (spam-group-spam-processor-crm114-p)
1877         (spam-group-ham-processor-bogofilter-p)
1878         (spam-group-spam-processor-stat-p)
1879         (spam-group-ham-processor-stat-p)
1880         (spam-group-ham-processor-whitelist-p)
1881         (spam-group-ham-processor-BBDB-p)
1882         (spam-group-ham-processor-spamoracle-p)
1883         (spam-group-ham-processor-copy-p): functions removed with some
1884         prejudice against unneeded code
1885         (spam-report-articles-resend)
1886         (spam-report-resend-register-routine): allow the group/topic
1887         spam-resend-to value to override spam-report-resend-to
1888         (spam-summary-prepare-exit): invoke spam-group-processor-p
1889         properly now
1890
1891         * spam-report.el (spam-report-resend-to, spam-report-resend):
1892         start with resend-to set to nil, and then ask the user if
1893         necessary.  From Daniel Pittman <daniel@rimspace.net>.
1894
1895         * gnus.el (spam-resend-to): new group/topic parameter
1896         (spam-process): move the OBSOLETE processors to the end of the
1897         choices.
1898
1899         * spam-report.el (spam-report-resend): spam-report-resend takes a
1900         list of articles, not separate article numbers.  From Daniel
1901         Pittman <daniel@rimspace.net>.
1902
1903 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
1906         addition to emacs-w3m.
1907
1908 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * assistant.el (assistant-authinfo-data): New function.
1911         (assistant-eval): Eval for entire assistant.
1912
1913         * netrc.el (netrc-services-file): New variable.
1914         (netrc-parse-services): New function.
1915         (netrc-find-service-name): New function.
1916         (netrc-find-service-number): New function.
1917         (netrc-port-equal): New function.
1918         (netrc-machine): Use it.
1919
1920         * nnimap.el (nnimap-open-connection): Use netrc.
1921
1922         * gnus-util.el (gnus-netrc-get): Remove aliases.
1923         
1924         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
1925
1926         * assistant.el (wid-edit): Fix compilation.
1927
1928         * gnus-util.el (gnus-set-file-modes): Just ignore errors. 
1929
1930 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
1931
1932         * gnus-util.el (gnus-set-file-modes): New function.  (small
1933         patch). 
1934
1935 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
1938
1939         * assistant.el (assistant-render-node): Fix up rendering and
1940         read-only text. 
1941         (assistant-render-node): Reset.
1942         (assistant-make-read-only): Not sticky.
1943
1944 2004-05-20  Danny Siu  <dsiu@adobe.com>
1945
1946         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
1947         centered even when gnus-auto-center-summary is t
1948
1949 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * dns.el (dns-get-txt-answer): New function.
1952         (dns-read-txt): Ditto.
1953         (query-dns): Use it.
1954
1955 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
1958         active for foreign groups even if the group level is higher than
1959         the specified value.
1960
1961 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
1964         non-active groups.
1965
1966         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
1967
1968 2004-05-20  Magnus Henoch  <mange@freemail.hu>
1969
1970         * dns.el (dns-read-type): Add support for SVR.  (small patch)
1971
1972 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1973
1974         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
1975         (spam-crm114-header, spam-crm114-spam-switch)
1976         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
1977         (spam-crm114-positive-spam-header)
1978         (spam-crm114-database-directory, spam-list-of-processors)
1979         (spam-group-spam-processor-crm114-p)
1980         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
1981         (spam-generic-score, spam-list-of-checks)
1982         (spam-list-of-statistical-checks, spam-registration-functions)
1983         (spam-check-crm114-headers, spam-crm114-score)
1984         (spam-check-crm114, spam-crm114-register-with-crm114)
1985         (spam-crm114-register-spam-routine)
1986         (spam-crm114-unregister-spam-routine)
1987         (spam-crm114-register-ham-routine)
1988         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
1989         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
1990
1991         * gnus.el: added spam-use-crm114
1992
1993         * spam.el (spam-list-of-processors, spam-registration-functions):
1994         add spam-use-resend
1995         (spam-group-spam-processor-report-resend-p): utility wrapper
1996         (spam-report-articles-gmane): doc fix
1997         (spam-report-articles-resend,
1998         spam-report-resend-register-routine): wrappers around
1999         spam-report-resend-to
2000
2001         * spam-report.el (spam-report-resend-to, spam-report-resend):
2002         support for resending spam
2003         (spam-report-gmane): line length >80 fix
2004
2005         * gnus.el (spam-process): add spam-use-resend
2006
2007 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2008
2009         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
2010         number of processed spam messages.
2011         (spam-ham-copy-or-move-routine): Return the number of processed
2012         ham messages.
2013         (spam-summary-prepare-exit): Use the above values to decide
2014         whether status messages shouled be displayed.
2015
2016 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
2019         `rfc2047-encoding-function-alist' in order to avoid conflicting
2020         with the old version.
2021         (rfc2047-encode-region): Concatenate words containing non-ASCII
2022         characters in structured fields; don't encode space-delimited
2023         ASCII words even in unstructured fields; don't break words at
2024         char-category boundaries.
2025         (rfc2047-encode-1): New function.
2026         (rfc2047-encode): Use it; encode text so that it occupies the
2027         maximum width within 76-column; work correctly on Q encoding for
2028         iso-2022-* charsets.
2029         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
2030         sure not to break a line just after the header name.
2031         (rfc2047-b-encode-region): Removed.
2032         (rfc2047-b-encode-string): New function.
2033         (rfc2047-q-encode-region): Removed.
2034         (rfc2047-q-encode-string): New function.
2035
2036         * mm-util.el (mm-replace-in-string): New function.
2037
2038 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
2041         get it right.
2042         (gnus-inews-make-draft): Really.
2043
2044 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
2045
2046         * nnmh.el (nnmh-request-list-1): Don't check the link count
2047         before descending.  (small patch)
2048
2049 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
2052         stuff. 
2053
2054         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
2055         on real group name.
2056
2057         * gnus-art.el (gnus-signature-limit): Doc fix.
2058
2059         * gnus-msg.el (gnus-inews-make-draft): Quote list.
2060
2061         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
2062
2063 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
2064
2065         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
2066         isn't a string.
2067
2068 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * gnus-draft.el (gnus-draft-send): Bind
2071         rfc2047-encode-encoded-words.
2072
2073         * rfc2047.el (rfc2047-encode-region): Encode =? strings. 
2074         (rfc2047-encodable-p): Say that =? needs encoding.
2075         (rfc2047-encode-encoded-words): New variable.
2076
2077         * gnus-group.el (gnus-group-select-group): Doc fix.
2078
2079         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied. 
2080
2081         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
2082         to nil.
2083         
2084         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
2085
2086         * nnheader.el (nnheader-get-lines-and-char): New function.
2087
2088 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         * gnus-msg.el (gnus-summary-followup-with-original): Document
2091         yanking of region when active.
2092
2093 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
2096         groups if the group level is higher than the specified value.
2097
2098 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2099
2100         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
2101         (gnus-group-jump-to-group): Added prefix argument using
2102         `gnus-group-jump-to-group-prompt'.  Query before jumping to
2103         non-active group.
2104
2105         * compface.el (uncompface): Be verbose when changing
2106         `uncompface-use-external'.
2107
2108         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
2109         handle manual section.
2110
2111 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-art.el (gnus-button-alist): Revert previous change.
2114
2115 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2116
2117         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
2118
2119 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
2122         whether backend can accept message.
2123
2124         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp. 
2125
2126 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
2127
2128         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
2129         Avoid creating directory when nntp-marks-is-evil is true.
2130         Reported by Reiner Steib.
2131
2132 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2133
2134         * gnus-picon.el (gnus-picon-style): New variable.
2135         (gnus-picon-insert-glyph): Added optional `nostring' argument.
2136         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
2137         Jesper Harder <harder@ifa.au.dk>.
2138
2139 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * message.el (message-fill-field): Return point.
2142         (message-generate-headers): Go to end of field.
2143
2144         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
2145         stuff for non-living groups.
2146
2147 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
2148
2149         * gnus-art.el (gnus-article-followup-with-original)
2150         (gnus-article-reply-with-original): gnus-mark-active-p ->
2151         gnus-region-active-p.
2152
2153 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * spam.el (spam-summary-prepare-exit): fix messages, so they show
2156         only when there is spam or ham to be processed
2157
2158 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * mail-source.el (mail-source-delete-crash-box): Refactor.
2161         (mail-source-fetch): Use it.
2162         (mail-source-fetch-file): Ditto.
2163         (mail-source-fetch-directory): Run postscript in loop. 
2164         (mail-source-fetch-pop): Delete.
2165         (mail-source-fetch-maildir): Ditto.
2166         (mail-source-fetch-imap): Ditto.
2167
2168         * imap.el (imap-authenticators): Comment out sasl.
2169
2170         * message.el (message-skip-to-next-address): New function.
2171         (message-fill-header-address): Refactor.
2172         (message-fill-address): Use it.
2173         (message-delete-address): Use it.
2174         (message-fill-header-general): Refactor.
2175         (message-fill-field-address): Rename.
2176         (message-narrow-to-field): Find the start of the header. 
2177         (message-header-format-alist): Don't pre-fill.
2178         (message-fill-header): Removed.
2179         (message-insert-header): New function.
2180         (message-shorten-references): Use it.
2181
2182         * rfc2047.el (rfc2047-field-value): Strip props.
2183
2184         * mail-parse.el (mail-header-make-address): New alias.
2185
2186         * ietf-drums.el (ietf-drums-make-address): New function.
2187
2188         * imap.el: Add compiler directives.
2189
2190         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks. 
2191
2192         * gnus-art.el (article-decode-idna-rhs): Don't use
2193         message-idna-inside-rhs-p. 
2194
2195 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * message.el (message-idna-inside-rhs-p): Removed.
2198         (message-idna-to-ascii-rhs-1): Use proper address parsing.
2199
2200         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
2201         false positives.
2202
2203 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
2204
2205         * imap.el (imap-sasl-make-mechanisms): Use sasl. 
2206
2207 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * nneething.el (nneething-file-name): Don't create spurions
2210         files. 
2211
2212         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups. 
2213         (gnus-inews-do-gcc): Remove sleep.
2214
2215         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
2216         part under point.
2217
2218         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
2219         (gnus-agent-regenerate-group): Using nil messages aren't valid. 
2220
2221 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
2224
2225 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2226
2227         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
2228         header is not nil (tiny change).  From Nelson Ferreira
2229         <nelson.ferreira@verizon.net>.
2230
2231         * spam.el (spam-summary-prepare-exit): only produce "marking spam
2232         as expired without moving it" message when there are spam
2233         messages left
2234
2235 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
2236
2237         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
2238         nntp-possibly-create-directory, not nntp-possibly-change-group.
2239         (nntp-marks-changed-p): New arg SERVER.
2240         (nntp-request-update-info): Adjust caller.
2241
2242 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
2243
2244         * nntp.el (nntp-save-marks): Pass missing arg.
2245
2246 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
2247
2248         * nntp.el: Support marks.
2249         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2250         (nntp-marks-modtime, nntp-marks-directory): New variables.
2251         (nntp-request-set-mark, nntp-request-update-info)
2252         (nntp-possibly-create-directory, nntp-marks-changed-p)
2253         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
2254         functions.
2255
2256 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
2257
2258         * gnus-xmas.el (gnus-xmas-select-lowest-window)
2259         (gnus-xmas-redefine): Rename.
2260
2261         * gnus-score.el (gnus-score-insert-help): Use
2262         gnus-select-lowest-window.
2263
2264         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
2265         appt-select-lowest-window and rename to gnus-select-lowest-window.
2266
2267         * gnus.el: do.
2268
2269 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2270
2271         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
2272         encodings of MIME-encoded words, in order to improve
2273         interoperability with several broken MUAs.
2274
2275 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2276
2277         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
2278         tags, only when charsets are not specified in headers.
2279         (mm-inline-text-html-render-with-w3m): Ditto.
2280
2281         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
2282         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
2283
2284 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2285
2286         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
2287         instead of MIME-decoded from fields when checking
2288         `gnus-article-address-banner-alist'.
2289
2290 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
2291
2292         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
2293         description rather than subject.
2294
2295 2004-05-02  Steve Youngs  <steve@youngs.au.com>
2296
2297         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
2298
2299 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus.el (gnus-version-number): Bump.
2302
2303 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2304
2305         * gnus.el: No Gnus v0.2 is released.
2306
2307 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-agent.el (gnus-agent-read-agentview): Inline
2310         gnus-uncompress-range.
2311
2312 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2313
2314         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
2315         `exec-installed-p'.
2316
2317 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2318
2319         * gnus.el (spam-process, spam-autodetect-methods): Add
2320         bsfilter and bsfilter-headers.
2321
2322         * spam.el (spam-bsfilter): New customize group.
2323         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
2324         (spam-bsfilter-header, spam-bsfilter-probability-header)
2325         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
2326         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
2327         (spam-bsfilter-database-directory): New options.
2328         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
2329         (spam-list-of-statistical-checks, spam-registration-functions):
2330         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
2331         (spam-bsfilter-score): New command.
2332         (spam-check-bsfilter-headers, spam-check-bsfilter)
2333         (spam-bsfilter-register-with-bsfilter)
2334         (spam-bsfilter-register-spam-routine)
2335         (spam-bsfilter-unregister-spam-routine)
2336         (spam-bsfilter-register-ham-routine)
2337         (spam-bsfilter-unregister-ham-routine): New functions.
2338         (spam-generic-score): Support bsfilter; Accept an optional argument
2339         to recalcurate spam score even if scoring header has already been
2340         added.
2341         (spam-bogofilter-score, spam-spamassassin-score): Accept an
2342         optional argument to recalcurate spam score even if scoring header
2343         has already been added.
2344
2345 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
2346
2347         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
2348         strings!  Reported by David D. Smith <davidsmith@acm.org>.
2349         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
2350         link is missing.
2351
2352 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
2353
2354         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
2355         (html2text-get-attr): Rewrite.
2356
2357         * message.el (message-setup-1): Remove redundant put-text-property
2358         on mail-header-separator.
2359
2360 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
2361
2362         * gnus-registry.el (gnus-registry-cache-whitespace)
2363         (gnus-registry-action, gnus-registry-spool-action)
2364         (gnus-registry-split-fancy-with-parent): changed message levels
2365         from 5 to 3 or 7, as needed
2366
2367         * spam.el (spam-summary-prepare-exit)
2368         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
2369         (spam-split, spam-find-spam, spam-log-undo-registration)
2370         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
2371         level from 5 to 6
2372
2373 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-ems.el: Autoload appt-select-lowest-window (revert
2376         2004-03-04 change).
2377
2378 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
2379
2380         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
2381         Use mapc when appropriate.
2382
2383         * sieve-manage.el (sieve-manage-open): do.
2384
2385         * nnweb.el (nnweb-insert-html): do.
2386
2387         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
2388         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
2389
2390         * nnspool.el (nnspool-request-group): do.
2391
2392         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
2393         do.
2394
2395         * nnml.el (nnml-request-update-info): do.
2396
2397         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
2398         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
2399
2400         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
2401         (nnimap-request-set-mark): do.
2402
2403         * nnfolder.el (nnfolder-request-update-info): do.
2404
2405         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
2406         do.
2407
2408         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
2409
2410         * gnus-uu.el (gnus-uu-find-articles-matching): do.
2411
2412         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
2413         do.
2414
2415         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
2416         do.
2417
2418         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
2419
2420         * gnus-nocem.el (gnus-nocem-scan-groups): do.
2421
2422         * gnus-int.el (gnus-start-news-server): do.
2423
2424         * gnus-group.el (gnus-group-make-kiboze-group)
2425         (gnus-group-browse-foreign-server): do.
2426
2427 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
2430         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
2431         <shields@msrl.com>:
2432         
2433         * spam.el (spam-necessary-extra-headers): get the extra headers we
2434         may need for spam sorting and scoring
2435         (spam-user-format-function-S): a user format function suitable for
2436         general use
2437         (spam-article-sort-by-spam-status): sorting function for summary
2438         sorting
2439         (spam-extra-header-to-number): get a score from a header
2440         (spam-summary-score): get a numeric score from the headers
2441         (spam-generic-score): oops, function doc in wrong place
2442         (spam-initialize): take symbols when it's run, and install the
2443         extra headers that spam-necessary-extra-headers thinks we need
2444
2445 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2446
2447         * spam.el (spam-summary-prepare-exit): logic and message fix.
2448         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
2449
2450 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
2451
2452         * gnus-sum.el (gnus-set-global-variables)
2453         (gnus-build-all-threads, gnus-get-newsgroup-headers)
2454         (gnus-article-get-xrefs, gnus-summary-best-group)
2455         (gnus-summary-next-article, gnus-summary-enter-digest-group)
2456         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
2457         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
2458         with-current-buffer.
2459
2460 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2461
2462         * spam.el (spam-summary-prepare-exit): simplified logic
2463         (spam-fetch-article-header): read the article header if it's not
2464         available
2465         (spam-list-articles): simplified logic
2466         (spam-filelist-register-routine): found bug with unregister-list
2467
2468         * gnus-registry.el: clarified comments at beginning
2469
2470 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
2471
2472         * message.el (message-cater-to-broken-inn): Remove.
2473         (message-shorten-references): Make sure the total folded length of
2474         References is shorter than 998 characters to cater to a bug in INN
2475         2.3.  Also, don't pretend that references aren't folded -- this
2476         hasn't worked for a while.
2477
2478 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2479                 
2480         * gnus-agent.el (gnus-agentize):
2481         gnus-agent-send-mail-real-function no longer set to current value
2482         of message-send-mail-function but rather a lambda that calls
2483         message-send-mail-function.  The change makes the agent real-time
2484         responsive to user changes to message-send-mail-function.
2485
2486 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2487                 
2488         * legacy-gnus-agent.el
2489         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
2490         help from Florian Weimer <fw@deneb.enyo.de>
2491
2492 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * nnmail.el (nnmail-cache-insert): Revert last change.
2495
2496 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * nnmail.el (nnmail-cache-insert): Always check whether
2499         nnmail-cache-ignore-groups matches a group name.
2500
2501 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
2502
2503         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
2504         (spam-find-spam, spam-log-processing-to-registry)
2505         (spam-log-registered-p, spam-log-unregistration-needed-p)
2506         (spam-log-undo-registration): use gnus-message instead of
2507         gnus-error, none of these errors are fatal
2508
2509         * gnus-registry.el (gnus-registry-clean-empty-function)
2510         (gnus-registry-clean-empty): remove only empty entries without
2511         extra data
2512
2513 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * spam-stat.el (spam-stat-buffer-change-to-spam)
2516         (spam-stat-buffer-change-to-non-spam): change (error) to
2517         (gnus-message 8) invocation
2518
2519 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * nntp.el (nntp-via-netcat-command): New variable.
2522         (nntp-via-netcat-switches): New variable.
2523         (nntp-open-via-rlogin-and-netcat): New function.
2524         (nntp-open-connection-function): Doc fix.
2525         (nntp-telnet-command): Doc fix.
2526         (nntp-end-of-line): Doc fix.
2527         (nntp-via-rlogin-command): Doc fix.
2528         (nntp-via-user-name): Doc fix.
2529         (nntp-via-address): Doc fix.
2530
2531 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
2534         error in Emacs 21.1.
2535
2536 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
2537
2538         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
2539
2540 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2541         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
2542         (gnus-agent-with-refreshed-group): New macro.
2543         (gnus-agent-rename-group): New function.
2544         (gnus-agent-delete-group): New function.
2545         (gnus-agent-save-group-info): Use gnus-command-method when
2546         `method' parameter is nil.  Don't write nil entries into the
2547         active file.
2548         (gnus-agent-get-group-info): New function.
2549         (gnus-agent-fetch-articles): Use
2550         gnus-agent-update-files-total-fetched-for to increment disk space
2551         used.
2552         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
2553         gnus-agent-update-view-total-fetched-for to increment disk space
2554         used.
2555         (gnus-agent-get-local): Added optional parameters to avoid calling
2556         gnus-group-real-name and gnus-find-method-for-group.
2557         (gnus-agent-set-local): Delete stored entry if either min, or max,
2558         are nil.
2559         (gnus-agent-fetch-session): Reworded error/quit messages.  On
2560         quit, use gnus-agent-regenerate-group to record existance of any
2561         articles fetched to disk before the quit occurred.
2562         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
2563         gnus-agent-update-view-total-fetched-for, and
2564         gnus-agent-update-files-total-fetched-for to decrement disk space
2565         used.
2566         (gnus-agent-retrieve-headers): Use
2567         gnus-agent-update-view-total-fetched-for to increment disk space
2568         used.
2569         (gnus-agent-regenerate-group): Replace gnus-group-update-group
2570         with gnus-agent-update-files-total-fetched-for to decrement disk
2571         space and fresh group buffer.
2572         (gnus-agent-inhibit-update-total-fetched-for): New variable.
2573         (gnus-agent-need-update-total-fetched-for): New variable.
2574         (gnus-agent-update-files-total-fetched-for): New function.
2575         (gnus-agent-update-view-total-fetched-for): New function.
2576         (gnus-agent-total-fetched-for): New function.  
2577
2578         * gnus-cache.el (gnus-cache-save-buffers): Use
2579         gnus-cache-update-overview-total-fetched-for to change disk space
2580         used by this group.
2581         (gnus-cache-possibly-enter-article): Use
2582         gnus-cache-update-file-total-fetched-for to increment disk space
2583         used by this group.
2584         (gnus-cache-possibly-remove-article): Use
2585         gnus-cache-update-file-total-fetched-for to decrement disk space
2586         used by this group.
2587         (gnus-cache-generate-nov-databases): Purge total fetched cache.
2588         (gnus-cache-rename-group): New function.
2589         (gnus-cache-delete-group): New function.
2590         (gnus-cache-inhibit-update-total-fetched-for): New variable.
2591         (gnus-cache-need-update-total-fetched-for): New variable.
2592         (gnus-cache-with-refreshed-group): New macro.
2593         (gnus-cache-update-file-total-fetched-for): New function.
2594         (gnus-cache-update-overview-total-fetched-for): New function.
2595         (gnus-cache-rename-group-total-fetched-for): New function.
2596         (gnus-cache-delete-group-total-fetched-for): New function.
2597         (gnus-cache-total-fetched-for): New function.
2598
2599         * gnus-group.el (): Require gnus-sum and autoload functions to
2600         resolve warnings when gnus-group.el compiled alone.
2601         (gnus-group-line-format): Documented new %F
2602         (size of Fetched data) group line format; identifies disk space
2603         used by agent and cache.
2604         (gnus-group-line-format-alist): Defined new F format.
2605         (gnus-total-fetched-for): New function.
2606         (gnus-group-delete-group): No longer update
2607         gnus-cache-active-altered as gnus-request-delete-group now keeps
2608         the cache in sync.
2609         (gnus-group-list-active): Let the agent store a server's active
2610         list if currently plugged.
2611
2612         * gnus-int.el (gnus-request-delete-group): Use
2613         gnus-cache-delete-group and gnus-agent-delete-group to keep the
2614         local disk in sync with the server.
2615          (gnus-request-rename-group): Use
2616         gnus-cache-rename-group and gnus-agent-rename-group to keep the
2617         local disk in sync with the server.
2618
2619         * gnus-start.el (gnus-get-unread-articles): Cosmetic
2620         simplification to logic.
2621
2622         * gnus-util.el (gnus-rename-file): New function.
2623
2624 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
2625
2626         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
2627         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
2628
2629         * mm-util.el (mm-image-load-path): Handle nil in load-path.
2630         From Christian Neukirchen <chneukirchen@yahoo.de>.
2631
2632 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
2633
2634         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
2635         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
2636
2637 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
2638
2639         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
2640
2641 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
2642
2643         * spam.el (spam-set-difference): new function to replace
2644         gnus-set-difference in spam.el
2645         (spam-summary-prepare-exit): use spam-set-difference
2646
2647 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         * gnus-registry.el (gnus-registry-cache-file): updated to use
2650         gnus-dribble-directory OR gnus-home-directory OR ~
2651         (gnus-registry-split-fancy-with-parent): fixed doc
2652
2653 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * message.el (message-exchange-point-and-mark): Use
2656         message-mark-active-p.  Suggested by Jesper Harder
2657         <harder@ifa.au.dk>.
2658
2659 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2660
2661         * message.el (message-exchange-point-and-mark): Don't activate
2662         region if it was inactive.  Suggested by Hiroshi Fujishima
2663         <pooh@nature.tsukuba.ac.jp>.
2664
2665 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-art.el (article-display-face): Display Faces in the same
2668         order as X-Faces.
2669
2670 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
2673
2674 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
2677         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
2678         (gnus-article-mime-hierarchy): Remove.
2679         (gnus-article-mime-hierarchy-next): Remove.
2680         (gnus-article-mode): Revert 2004-03-19 change.
2681         (gnus-article-setup-buffer): Revert 2004-03-19 change.
2682         (gnus-insert-mime-button): Revert 2004-03-19 change.
2683         (gnus-mime-accumulate-hierarchy): Remove.
2684         (gnus-mime-enter-multipart): Remove.
2685         (gnus-mime-leave-multipart): Remove,
2686         (gnus-mime-display-part): Revert 2004-03-19 change.
2687         (gnus-mime-display-alternative): Revert 2004-03-19 change.
2688
2689         * mml.el (mml-preview): Revert 2004-03-19 change.
2690
2691 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
2692
2693         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
2694
2695 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
2698         t while entering a file name using the mm-with-multibyte macro.
2699         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2700
2701         * mm-util.el (mm-with-multibyte): New macro.
2702
2703 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
2706         user option.
2707         (gnus-mime-multipart-functions): Doc and customization fix.
2708         (gnus-article-mime-hierarchy): New variable.
2709         (gnus-article-mime-hierarchy-next): New variable.
2710         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
2711         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
2712         gnus-article-mime-hierarchy-next to nil.
2713         (gnus-insert-mime-button): Show hierarchy numbers.
2714         (gnus-mime-accumulate-hierarchy): New function.
2715         (gnus-mime-enter-multipart): New function.
2716         (gnus-mime-leave-multipart): New function.
2717         (gnus-mime-display-part): Recompute hierarchical MIME structure.
2718         (gnus-mime-display-alternative): Show hierarchy numbers.
2719
2720         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
2721         gnus-article-mime-hierarchy-next to nil.
2722
2723 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
2724
2725         * dns.el: Don't require gnus-xmas.
2726
2727 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
2728
2729         * mml.el (mml-generate-mime-1): Don't use format=flowed with
2730         inline PGP.
2731         (mml-menu): Disable mml-quote-region if mark is inactive.
2732
2733 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
2736         when the group's active is not available.
2737
2738 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
2741         error.
2742
2743         * gnus-sum.el (gnus-read-header): Don't remove a header for the
2744         parent article of a sparse article in the thread hashtb.  From
2745         Stefan Wiens <s.wi@gmx.net>.
2746
2747 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * imap.el (imap-store-password): New variable.
2750         (imap-interactive-login): Use it.
2751         Suggested by Mark Plaksin <happy@mcplaksin.org>.
2752
2753 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-art.el (gnus-article-read-summary-keys): Restore new
2756         window-start and hscroll to summary window.
2757
2758 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
2759
2760         * gnus-start.el (gnus-convert-old-newsrc): Only write the
2761         conversion message to newsrc-dribble when an actual conversion is
2762         performed.
2763
2764 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
2765
2766         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
2767
2768 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * mm-decode.el (mm-complicated-handles): New function reviving
2771         former definition of mm-multiple-handles.
2772
2773         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
2774         (gnus-mime-delete-part): Use it.
2775
2776 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2777
2778         * gnus-agent.el (gnus-agent-read-local): Bind
2779         nnheader-file-coding-system to gnus-agent-file-coding-system to
2780         avoid the implicit assumption that they will always be equal.
2781         (gnus-agent-save-local): Bind buffer-file-coding-system, not
2782         coding-system-for-write, as the with-temp-file macro first prints
2783         to a buffer then saves the buffer.
2784
2785 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * gnus-art.el (gnus-article-edit-part): New function.
2788         (gnus-mime-save-part-and-strip): Use it; do query instead of
2789         signaling an error; don't use mm-multiple-handles.
2790         (gnus-mime-delete-part): Ditto.
2791
2792 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
2793
2794         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
2795         old file versions.
2796         (gnus-group-prepare-hook): Removed function that converted list
2797         form of gnus-agent-expire-days to group properties.
2798
2799         * gnus-int.el: Autoload gnus-agent-regenerate-group.
2800         (gnus-request-accept-article): Re-indented.
2801
2802         * gnus-start.el (gnus-convert-old-newsrc): Registered new
2803         converters to handle old agent file formats.  Added logic for a
2804         "backup before upgrading warning".
2805         (gnus-convert-mark-converter-prompt): Developers can mark
2806         functions as needing (default), or not needing,
2807         gnus-convert-old-newsrc's "backup before upgrading warning".
2808         (gnus-convert-converter-needs-prompt): Tests whether the user
2809         should be protected from potentially irreversable changes by the
2810         function.
2811
2812         * legacy-gnus-agent.el (): New. Provides converters that are only
2813         loaded when gnus-convert-old-newsrc needs to call them.
2814         
2815 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * mail-source.el (mail-source-touch-pop): Doc fix.
2818
2819         * message.el (message-smtpmail-send-it): Doc fix.
2820
2821 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
2822
2823         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
2824
2825         * nnmail.el (nnmail-split-fancy): do.
2826
2827         * gnus-kill.el (gnus-kill, gnus-execute): do.
2828
2829 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2830
2831         * gnus-sum.el (gnus-widget-reversible-match) 
2832         (gnus-widget-reversible-to-internal) 
2833         (gnus-widget-reversible-to-external): New functions.
2834         (gnus-widget-reversible): New widget.
2835         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
2836
2837 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
2838
2839         * gnus-sum.el (gnus-thread-sort-functions)
2840         (gnus-article-sort-functions): Document `(not F)' items.
2841
2842 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * spam.el (spam-use-gmane-xref): new backend
2845         (spam-gmane-xref-spam-group): variable to control the name of the
2846         Gmane spam group
2847         (spam-blackhole-servers, spam-blackhole-good-server-regex)
2848         (spam-regex-headers-spam, spam-regex-headers-ham)
2849         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
2850         (spam-list-of-checks): added spam-use-gmane-xref to list of
2851         backends and checks
2852         (spam-check-gmane-xref): function for spam-use-gmane-xref
2853
2854         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
2855         an autodetect method
2856
2857 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2858
2859         * gnus-int.el (gnus-request-accept-article): Inform the agent that
2860         articles are being added to a group.
2861         (gnus-request-replace-article): Inform the agent that articles
2862         need to be uncached as the cached contents are no longer valid.
2863         
2864 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * binhex.el: Don't autoload executable-find.
2867
2868         * canlock.el: Don't autoload mail-fetch-field.
2869
2870         * dgnushack.el: Autoload c-mode for XEmacs.
2871
2872         * gnus-ems.el: Don't autoload appt-select-lowest-window.
2873
2874         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
2875         rmail-dont-reply-to and rmail-output.
2876
2877         * gnus-score.el: Don't autoload ffap-string-at-point.
2878
2879         * gnus-setup.el: Don't autoload sc-cite-original.
2880
2881         * imap.el: Don't autoload base64-decode-string,
2882         base64-encode-string and md5.
2883
2884         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
2885         and rmail-msg-restore-non-pruned-header.
2886
2887         * mm-decode.el: Don't autoload executable-find.
2888
2889         * mm-url.el: Don't autoload executable-find.
2890
2891         * mm-view.el: Don't autoload diff-mode.
2892
2893         * nndb.el: Don't autoload news-reply-mode, news-setup,
2894         cancel-timer and telnet.
2895
2896         * password.el: Don't autoload run-at-time for Emacs.
2897
2898         * sha1-el.el: Don't autoload executable-find.
2899
2900         * sieve-mode.el: Don't autoload c-mode.
2901
2902         * uudecode.el: Don't autoload executable-find.
2903
2904 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2905
2906         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
2907         (gnus-agent-possibly-alter-active): Avoid null in numeric
2908         comparison.
2909         (gnus-agent-set-local): Refuse to save null in local object table.
2910         (gnus-agent-regenerate-group): The REREAD parameter can now be a
2911         list of articles that will be marked as unread.
2912
2913 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
2916
2917 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
2918
2919         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
2920         language tags.
2921
2922 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2923
2924         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
2925         Don't bind "obarray".
2926
2927         * gnus-sum.el (gnus-thread-sort-functions): Added
2928         `gnus-thread-sort-by-most-recent-number' and
2929         `gnus-thread-sort-by-most-recent-date'.
2930         Reported by Kai Grossjohann <kai@emptydomain.de>.
2931
2932 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
2935
2936 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
2937
2938         * gnus-cus.el (gnus-agent-customize-category): Removed
2939         ignore-errors macro reference that required cl to be loaded at
2940         run-time.
2941
2942         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
2943         single-interval range of the form (min . max).  Previously the
2944         range had to look like ((min . max)).  Likewise, return
2945         (min . max) rather than ((min . max)).
2946         (gnus-range-map): Use gnus-range-normalize to accept
2947         single-interval range.
2948
2949         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
2950         the cache, but not the agent, now appear with their usual face.
2951
2952         * dgnushack.el (loaddir): New variable that is bound to the
2953         directory containing the dgnushack.el file. Use loaddir, rather
2954         than srcdir, to update load-path. Change lets dgnushack compile
2955         code in directories other than GNUS/lisp.
2956
2957 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * lpath.el: Don't bind w3m-safe-url-regexp.
2960
2961         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
2962         w3m-safe-url-regexp variable buffer-local.
2963
2964         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
2965
2966 2004-02-27  Simon Josefsson  <jas@extundo.com>
2967
2968         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
2969         gnus-group-real-prefix.
2970         (gnus-summary-move-article): Use it, instead of
2971         gnus-group-real-prefix.
2972
2973 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * lpath.el: Bind w3m-safe-url-regexp.
2976
2977         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
2978         w3m-safe-url-regexp variable buffer-local and set it as the value
2979         of mm-w3m-safe-url-regexp.
2980
2981         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
2982
2983         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
2984         parsing gnus-posting-styles when the message is not for replying.
2985
2986         * dgnushack.el: Autoload sgml-mode for XEmacs.
2987
2988         * nnrss.el (nnrss-opml-export): Use
2989         mm-set-buffer-file-coding-system instead of
2990         set-buffer-file-coding-system.
2991
2992 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
2993
2994         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
2995         of checkdoc.el).
2996         * nnrss.el: do.
2997         * gnus-mlspl.el: do.
2998         * gnus-ml.el: do.
2999         * gnus-srvr.el: do.
3000
3001         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
3002
3003 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3004
3005         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
3006         Corrections to custom-manual links.
3007
3008         * gnus-art.el (gnus-article): Ditto.
3009
3010         * mm-decode.el (mime-display, mime-security): Ditto.
3011
3012 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
3013
3014         * flow-fill.el: Typo.
3015
3016 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
3017
3018         * spam-wash.el: New file.
3019
3020 2004-02-26  Mark A. Hershberger <mah@everybody.org> 
3021
3022         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
3023
3024 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
3027         to be run with new-articles as LIST1, not LIST2
3028         (spam-registration-functions): add spam-use-ham-copy as a nil
3029         registration backend
3030
3031 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
3032
3033         * spam-stat.el (spam-stat-washing-hook): New option.
3034         (spam-stat-buffer-words): Use it.
3035         (spam-stat-process-directory, spam-stat-test-directory): Use
3036         insert-file-contents-literally.
3037         (spam-stat-coding-system): New variable.
3038         (spam-stat-load, spam-stat-save): Use it.
3039
3040 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * spam-report.el (spam-report-plug-agent): Quote
3043         spam-report-url-to-file and spam-report-url-ping-plain.
3044
3045 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
3048         / in mailto URLs.
3049
3050 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3051
3052         * spam-report.el (spam-report-process-queue): Fix interactive use.
3053         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
3054         (spam-report-unplug-agent): Doc fixes.
3055         (spam-report-url-ping-mm-url, spam-report-url-to-file)
3056         (spam-report-agentize, spam-report-deagentize): Autoload
3057
3058 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
3061
3062         * message.el (message-setup-fill-variables): Add mml tags to
3063         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
3064         <ajk@iu.edu>.
3065         (message-mode): Don't modify paragraph-separate there.
3066
3067 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * compface.el (uncompface-use-external): Default to undecided.
3070         (uncompface-use-external-threshold): New variable.
3071         (uncompface-float-time): New macro.
3072         (uncompface): Determine whether to use the external decoder if
3073         uncompface-use-external is undecided.
3074
3075 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
3078         after images.
3079
3080         * gnus-art.el (gnus-mime-display-single): Remove dead code.
3081
3082 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
3083
3084         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
3085
3086         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
3087
3088         * gnus-sum.el (gnus-summary-limit-to-age)
3089         (gnus-summary-limit-children): do.
3090
3091         * gnus-int.el (gnus-request-scan): do.
3092
3093         * gnus-group.el (gnus-group-suspend): do.
3094
3095         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
3096
3097         * gnus-cite.el (gnus-cite-parse-attributions): do.
3098
3099         * gnus-agent.el (gnus-summary-set-agent-mark)
3100         (gnus-agent-regenerate-group): do.
3101
3102         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
3103
3104         * binhex.el (binhex-decode-region-internal): do.
3105
3106 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3107
3108         * gnus-fun.el (gnus-face-properties-alist): New user option.
3109         (gnus-display-x-face-in-from): Use it.
3110
3111         * gnus-art.el (article-display-face): Ditto.
3112
3113         * compface.el (uncompface-use-external): Default to nil.
3114
3115 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
3116
3117         * nntp.el (nntp-erase-buffer): New function.
3118         (nntp-retrieve-data, nntp-send-command)
3119         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
3120         (nntp-possibly-change-group): Use it.
3121
3122         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
3123         with-current-buffer.
3124
3125 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
3126
3127         * compface.el: Merge the ELisp-based uncompface program.
3128         (compface): New customization group.
3129         (uncompface-use-external): New user option.
3130         (uncompface): Call uncompface-internal if uncompface-use-external
3131         is nil.
3132         (uncompface-internal): New function.  Note that there are also
3133         some other functions and variables added for this function.
3134
3135 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
3136
3137         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
3138         if necessary.
3139
3140 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3141
3142         * spam-report.el (spam-report-unplug-agent)
3143         (spam-report-plug-agent, spam-report-deagentize)
3144         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
3145         support for the Agent in spam-report: when unplugged, report to a
3146         file; when plugged, submit all the requests
3147
3148         * spam.el (spam-register-routine): improved message about
3149         registration
3150
3151 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
3152
3153         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
3154         dependencies.
3155         (rfc2047-encode): Use it.
3156
3157         * gnus-art.el (gnus-button-marker-list): Move before first
3158         reference.
3159
3160         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
3161         (imap-parse-body): Fix format string mismatch.
3162
3163         * gnus-score.el (gnus-summary-increase-score): do.
3164
3165         * nnrss.el (nnrss-close): New function.
3166
3167 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
3168
3169         * nnrss.el (nnrss-make-filename): New function.
3170         (nnrss-request-delete-group, nnrss-read-server-data)
3171         (nnrss-save-server-data, nnrss-read-group-data)
3172         (nnrss-save-group-data): Use it.
3173         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
3174         (nnrss-read-server-data, nnrss-read-group-data): Use load.
3175         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
3176
3177 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
3178
3179         * mml.el (mml-compute-boundary-1): Don't uncompress files.
3180
3181 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
3182
3183         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
3184         files.
3185
3186         * message.el (message-generate-headers-first): Don't quote nil
3187         and t in docstrings.
3188
3189         * imap.el (imap-id): do.
3190
3191         * gnus-agent.el (gnus-agent-consider-all-articles)
3192         (gnus-agent-queue-mail): do.
3193
3194 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
3195
3196         * spam-report.el (spam-report-process-queue): New function.
3197         Process requests from `spam-report-requests-file'.
3198         (spam-report-process-queue): Doc fix.
3199
3200 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3201
3202         * spam.el (spam-register-routine)
3203         (spam-log-processing-to-registry, spam-log-registered-p)
3204         (spam-log-unregistration-needed-p, spam-log-undo-registration):
3205         change "check" to "spam-check" for semi-clarity
3206
3207 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
3208
3209         * pop3.el: Require nnheader.
3210
3211         * mml-smime.el: Require cl.  Autoload message-fetch-field.
3212
3213         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
3214
3215         * gnus-picon.el: Require cl.
3216
3217         * gnus-fun.el: Require gnus-ems and gnus-util.
3218
3219         * gnus.el (gnus-method-to-server): Move defsubst before first use.
3220
3221         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
3222
3223         * gnus-art.el (gnus-article-edit-mode): Define before first
3224         reference.
3225
3226 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
3227
3228         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
3229         (gnus-uu-post-encoded): Use point-at-bol.
3230
3231         * gnus-topic.el (gnus-group-active-topic-p): do.
3232
3233         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
3234
3235         * gnus-group.el (gnus-group-kill-region): do.
3236
3237         * gnus-art.el (article-date-ut): do.
3238
3239         * message.el (message-fetch-field): Remove redundant
3240         case-fold-search binding.
3241         (message-narrow-to-field): Simplify.
3242
3243 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3244
3245         * spam.el (spam-directory): Derive from `gnus-directory'.
3246
3247         * spam-report.el (spam-report-url-to-file)
3248         (spam-report-requests-file): New function and variable for offline
3249         reporting.
3250         (spam-report-url-ping-function): Add `spam-report-url-to-file'
3251         and user defined function.
3252         (spam-report-url-ping-mm-url): Remove doubled slash.
3253
3254 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
3255
3256         * spam.el (spam-list-of-processors): fixed spamassassin variable names
3257
3258 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
3259
3260         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
3261         format string mismatch.
3262
3263         * sieve.el (sieve-deactivate-all): do.
3264
3265         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
3266
3267         * nnlistserv.el (nnlistserv-kk-wash-article): do.
3268
3269         * nnml.el (nnml-request-set-mark, nnml-save-marks): do. 
3270
3271         * mm-bodies.el (mm-7bit-chars): Don't include \r.
3272
3273 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
3276         the list of checks
3277
3278 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
3279
3280         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
3281         padding.
3282
3283 2004-01-27  Simon Josefsson  <jas@extundo.com>
3284
3285         * mm-view.el (mm-fill-flowed): Add.
3286         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
3287         <angeli@iwi.uni-sb.de>.
3288
3289 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3290
3291         * spam.el (spam-spamassassin-register-ham-routine)
3292         (spam-spamassassin-register-spam-routine): fixed function names
3293
3294 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus.el (gnus-tmp-grouplens): Remove.
3297         (gnus-summary-line-format): Remove grouplens.
3298
3299         * gnus-group.el (gnus-group-line-format): Ditto.
3300
3301         * gnus-spec.el (gnus-format-specs): Ditto.
3302         (gnus-update-format-specifications): Flush the group format spec
3303         cache if there's the grouplens stuff.
3304         (gnus-parse-simple-format): Replace %l with the empty string.
3305
3306 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
3307
3308         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
3309         omission. 
3310         From Jerry James  <james@xemacs.org>
3311
3312 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
3315         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3316
3317 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
3318
3319         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
3320         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
3321         New macros and functions.
3322         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
3323         Handle > NLINK_MAX messages.
3324         * nnmaildir.el (nnmaildir-request-set-mark): Use
3325         nnmaildir--emlink-p and nnmaildir--eexist-p.
3326
3327 2004-01-25  Alex Schroeder  <alex@gnu.org>
3328
3329         * spam-stat.el (spam-stat-process-directory-age): New option.
3330         (spam-stat-process-directory): Use it.
3331
3332 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
3333
3334         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
3335         (spam-stat-save): Accept prefix argument.
3336
3337 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
3338
3339         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
3340         links" error.
3341
3342 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
3345         the rest of the and/or forms.
3346
3347 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
3348
3349         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
3350         compatibility with old .newsrc.eld files.
3351
3352         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
3353
3354         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
3355
3356         * gnus-start.el (gnus-1): do.
3357
3358         * gnus-group.el (gnus-group-line-format-alist): do.
3359
3360         * gnus.el (gnus-use-grouplens, gnus-visual): do.
3361
3362         * gnus-gl.el: Remove.
3363
3364 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
3365
3366         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
3367         marks consisting of a single range {for example, (3 . 5)} rather
3368         than a list of a single range { ((3 . 5)) }.
3369
3370 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
3371
3372         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
3373         with-current-buffer.
3374         (spam-stat-store-current-buffer): Use insert-buffer-substring to
3375         avoid consing a string.
3376
3377         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
3378         Remove obsolete entries for big5 and gb2312.
3379
3380 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
3381
3382         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
3383         uncompressed list.
3384
3385 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
3386
3387         * spam-stat.el (spam-stat-strip-xref): New function.
3388         (spam-stat-process-directory): Use it.
3389
3390         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
3391         here -- it's done in message-fetch-field.
3392
3393 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
3394
3395         * gnus-agent.el (gnus-agent-queue-mail,
3396         gnus-agent-prompt-send-queue): New variables.
3397         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
3398         * gnus-draft.el (gnus-group-send-queue): Pass the group name
3399         "nndraft:queue" along to gnus-draft-send.  Use
3400         gnus-agent-prompt-send-queue.
3401         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
3402         is "nndraft:queue".  Suggested by Gaute Strokkenes
3403         <gs234@srcf.ucam.org>
3404
3405         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
3406         (agent-enable-undownloaded-faces): Added
3407         (gnus-agent-cat-groups): Use eval-and-compile, not
3408         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
3409         method of gnus-agent-cat-groups even when the buffer has been
3410         evaled.
3411         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
3412         delete gnus-agent-save-active-1.
3413         (gnus-agent-save-groups): Deleted. Identical to
3414         gnus-agent-save-active.
3415         (gnus-agent-write-active): No longer adjust agent's copy of active
3416         file as agent's adjustments are now stored in their own
3417         file. Removed optional parameter.
3418         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
3419         servers.  Add use of min/max range limits from server's local
3420         file.
3421         (gnus-agent-save-alist): Removed unused optional argument.
3422         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
3423         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
3424         (gnus-agent-set-local): A per-server file that keeps min/max range
3425         limits for articles known to the agent.  Provides a fast mechanism
3426         for altering many active ranges.
3427         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
3428         active file (local makes it unnecessary).
3429         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
3430
3431         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
3432         (agent-enable-undownloaded-faces): Added
3433
3434         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
3435         disable it when sending to "nndraft:queue".
3436         (gnus-group-send-queue): Add safety check to avoid sending queue
3437         when unplugged.
3438
3439         * gnus-group.el (gnus-group-catchup): Use new
3440         gnus-sequence-of-unread-articles, not
3441         gnus-list-of-unread-articles, to avoid exhausting memory with huge
3442         numbers of articles.  Use gnus-range-map to avoid having to
3443         uncompress the unread list.
3444         (gnus-group-archive-directory,
3445         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
3446         reference.
3447
3448         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
3449         (gnus-sorted-range-intersection): Intersection of two ranges
3450         without requiring that they first be uncompressed.
3451
3452         * gnus-start.el (gnus-activate-group): Unless blocked by the
3453         caller, possibly expand the active range to include both cached
3454         and agentized articles.
3455         (gnus-convert-old-newsrc): Rewrote in anticipation of having
3456         multiple version-dependent converters.
3457         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
3458         gnus-agent-save-active.
3459         (gnus-save-newsrc-file): Save dirty agent range limits.
3460
3461         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
3462         gnus-agent-possibly-alter-active.
3463         (gnus-adjust-marked-articles): Faster handling of simple lists
3464         
3465 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
3466
3467         * spam-stat.el (spam-stat-test-directory): New optional argument
3468         displays a list of files detected.  Suggested by Andrew Cohen
3469         <cohen@andy.bu.edu>.
3470         (spam-stat-buffer-words-with-scores): Don't narrow and change
3471         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
3472
3473 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
3474
3475         * spam.el (gnus-summary-mode-map): make spam-generic-score the
3476         default scoring function
3477         (spam-generic-score): calls spam-spamassassin-score if
3478         spam-use-spamassassin or spam-use-spamassassin-headers is on;
3479         spam-bogofilter-score otherwise.
3480
3481         From Hubert Chan <hubert@uhoreg.ca>:
3482
3483         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
3484         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
3485         (spam-spamassassin-arguments)
3486         (spam-spamassassin-spam-flag-header)
3487         (spam-spamassassin-positive-spam-flag-header)
3488         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
3489         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
3490         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3491         (spam-list-of-processors, spam-list-of-checks)
3492         (spam-list-of-statistical-checks, spam-registration-functions)
3493         (spam-check-spamassassin-headers, spam-check-spamassassin)
3494         (spam-spamassassin-score)
3495         (spam-spamassassin-register-with-sa-learn)
3496         (spam-spamassassin-register-spam-routine)
3497         (spam-spamassassin-register-ham-routine)
3498         (spam-assassin-register-spam-routine)
3499         (spam-assassin-register-ham-routine): add SpamAssassin support
3500         (spam-bogofilter-score): fix to show article before scoring
3501
3502         * gnus.el (spam-process, spam-autodetect-methods): add
3503         spamassassin and spamassassin-headers
3504
3505         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3506         Suppress unnecessary messages.  From Nevin Kapur
3507         <nkapur@cs.caltech.edu>.
3508
3509 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
3510
3511         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
3512         make-hash-table.
3513
3514 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * canlock.el (base64-encode-string): Don't autoload it.
3517
3518 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * run-at-time.el: Remove useless (require 'itimer),
3521         eval-and-compile and (featurep 'xemacs).
3522
3523 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
3524
3525         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
3526         GROUP is a virtual group.
3527
3528 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
3529
3530         * gnus.el: Autoload `message-y-or-n-p'.
3531
3532 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
3533
3534         * pgg-parse.el: Remove unnecessary (require 'custom).
3535
3536         * pgg-def.el: do.
3537
3538         * nnmail.el: do.
3539
3540         * gnus-undo.el: do.
3541
3542         * gnus-picon.el: do.
3543
3544         * gnus-util.el: do.
3545
3546 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * gnus-sum.el (gnus-pick-line-number): Add autoload.
3549
3550 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
3553         handle, as well as a list.
3554
3555         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
3556         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
3557         (mm-w3m-cid-retrieve): Simplify.
3558
3559 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
3560
3561         * message.el (message-kill-to-signature): Allow prefix arg to
3562         specify number of lines to keep before signature.  From Vasily
3563         Korytov.
3564         (message-kill-to-signature): Change docstring.
3565
3566 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * canlock.el: Always require sha1-el.
3569         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
3570
3571         * message.el: Autoload sha1 only when compiling.
3572
3573         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
3574         eudc-expand-inline for XEmacs.
3575
3576 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3577
3578         * message.el (message-canlock-generate): Require sha1-el.
3579
3580 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
3581
3582         * message.el (message-expand-name): Silence the byte compiler.
3583
3584         * lpath.el: Add detect-coding-system.
3585
3586         * dgnushack.el (dgnushack-compile): Remove obsolete check for
3587         cus-edit.
3588
3589 2004-01-13  Simon Josefsson  <jas@extundo.com>
3590
3591         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
3592         Invoke gnus-score-mode.  Reported by
3593         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
3594
3595         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
3596         Jim Blandy <jimb@redhat.com> (tiny change).
3597
3598 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
3599
3600         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
3601
3602 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
3603
3604         * spam.el (spam-get-article-as-string): updated to use
3605         gnus-request-article-this-buffer, much simpler
3606         (spam-get-article-as-buffer): removed
3607
3608 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
3609
3610         * message.el (message-expand-name): Use EUDC if the user uses
3611         that.
3612
3613 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
3614
3615         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
3616         character for the encoding to avoid consing a string.
3617         
3618         * rfc2047.el (rfc2047-decode-string): Don't cons a string
3619         unnecessarily.
3620
3621         * mm-util.el (mm-replace-chars-in-string): Remove.
3622
3623         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
3624         of mm-replace-chars-in-string.
3625
3626 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
3627
3628         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
3629         strings.
3630
3631         * mm-util.el (mm-subst-char-in-string): Support inplace.        
3632
3633         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
3634         a new string in every iteration.  Use shy groups.
3635
3636 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
3637
3638         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
3639         (gnus-group-change-level, gnus-kill-newsgroup)
3640         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
3641         (gnus-get-unread-articles, gnus-make-articles-unread)
3642         (gnus-make-ascending-articles-unread): Use accessor
3643         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
3644         to get group information for improved readability.
3645
3646         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
3647
3648         * gnus-soup.el (gnus-soup-group-brew): do.
3649
3650         * gnus-msg.el (gnus-put-message): do.
3651
3652         * gnus-move.el (gnus-group-move-group-to-server): do.
3653
3654         * gnus-kill.el (gnus-batch-score): do.
3655
3656         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
3657         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
3658         (gnus-group-update-group, gnus-group-read-group)
3659         (gnus-group-make-group, gnus-group-make-help-group)
3660         (gnus-group-make-archive-group, gnus-group-make-directory-group)
3661         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
3662         (gnus-group-sort-by-unread, gnus-group-catchup)
3663         (gnus-group-unsubscribe-group, gnus-group-kill-group)
3664         (gnus-group-yank-group, gnus-group-set-info)
3665         (gnus-group-list-groups): do.
3666
3667         * gnus.el (gnus-generate-new-group-name): do.
3668
3669         * gnus-delay.el (gnus-delay-send-queue): do.
3670
3671         * nnvirtual.el (nnvirtual-catchup-group): do.
3672
3673         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
3674         do.
3675
3676         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
3677         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
3678         
3679         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
3680         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
3681         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
3682         (gnus-group-make-articles-read): do.
3683         
3684 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
3685
3686         * gnus-art.el (article-decode-mime-words, article-babel)
3687         (gnus-article-highlight-signature, gnus-article-add-buttons)
3688         (gnus-signature-toggle): Use gnus-with-article-buffer.
3689         
3690         * gnus-art.el (gnus-article-highlight-headers)
3691         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
3692         
3693         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
3694         (gnus-article-set-globals, gnus-request-article-this-buffer)
3695         (gnus-button-message-id, gnus-article-maybe-hide-headers)
3696         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
3697         (gnus-mime-display-alternative): Use with-current-buffer.
3698
3699 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
3702         also under 80 char limit, and call gnus-error if needed
3703         (spam-fetch-article-header): finally fixed - it was a
3704         buffer-local variable (gnus-newsgroup-data)
3705         (spam-find-spam): use spam-generate-fake-headers, forget about
3706         spam-insert-fake-headers
3707         (spam-insert-fake-headers): removed
3708
3709 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
3710
3711         * deuglify.el (gnus-article-outlook-unwrap-lines)
3712         (gnus-outlook-rearrange-article)
3713         (gnus-outlook-repair-attribution-outlook)
3714         (gnus-outlook-repair-attribution-block)
3715         (gnus-outlook-repair-attribution-other): Remove redundant
3716         save-excursion.
3717
3718 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
3721         (spam-fetch-field-subject-fast)
3722         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
3723         (spam-fetch-article-header): new functions to deal with Gnus
3724         internals for fast retrieval of article header data
3725         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
3726
3727 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
3728
3729         * pop3.el (pop3-md5): Remove.
3730         (pop3-apop): Replace pop3-md5 with md5.
3731
3732         * mm-bodies.el: base64 is always built-in.
3733
3734         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
3735         with-current-buffer.
3736
3737 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * canlock.el (canlock-insert-header): Remove excessive grouping in
3740         regexp.
3741
3742         * gnus-sum.el (gnus-summary-read-document): Ditto.
3743
3744         * gnus-uu.el (gnus-uu-part-number): Ditto.
3745
3746         * html2text.el (html2text-remove-tags): Ditto.
3747         (html2text-format-tags): Ditto.
3748         (html2text-format-single-elements): Ditto.
3749
3750         * mml.el (mml-parse-1): Ditto.
3751
3752 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
3753
3754         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
3755
3756         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
3757
3758         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
3759
3760         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
3761
3762 2003-11-15  Simon Josefsson  <jas@extundo.com>
3763
3764         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
3765         (pgg-gpg-lookup-key): Use regexp match instead of
3766         split-string (split-string is different between emacs 21.2 and
3767         21.4).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
3768
3769 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
3770
3771         * gnus-art.el (gnus-mime-view-all-parts)
3772         (gnus-article-part-wrapper, gnus-article-view-part): Use
3773         with-current-buffer.
3774
3775 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3776
3777         * spam.el (spam-disable-spam-split-during-ham-respool)
3778         (spam-spamoracle-database, spam-cache-lookups)
3779         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
3780         (spam-group-ham-mark-p, spam-group-spam-mark-p)
3781         (spam-group-ham-marks, spam-group-spam-marks)
3782         (spam-group-spam-contents-p, spam-group-ham-contents-p)
3783         (spam-list-of-processors, spam-list-of-statistical-checks): doc
3784         fix, also add spam-use-blackholes to the statistical checks
3785         (spam-fetch-field-fast): new interface to fetching fields, may
3786         become a macro
3787         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
3788         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
3789         (spam-insert-fake-headers): fake an article when needed
3790         (spam-find-spam): fake article when possible
3791         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
3792         (spam-check-bogofilter-headers): use message-fetch-field instead
3793         of nnmail-fetch-field
3794
3795 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
3798
3799 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3800
3801         * spam.el (spam-split): do not require spam-use-CHECK to be
3802         enabled if that check is passed to spam-split explicitly; also
3803         fix so 'spam doesn't get converted to spam-split-group when
3804         spam-split-symbolic-return is t
3805         (spam-find-spam): find registrations of the article and use those
3806         instead of re-running spam-split to find the spam/ham
3807         classification of the article
3808         (spam-log-processing-to-registry, spam-log-registered-p)
3809         (spam-log-unregistration-needed-p, spam-log-undo-registration):
3810         use gnus-error instead of gnus-message
3811         (spam-log-registration-type): new function to determine the
3812         classification of a message based on registry entries; will
3813         return nil if both 'spam and 'ham are found
3814         (spam-check-BBDB): expand all the BBDB macros here so we can have
3815         a reasonably fast local cache without the loading errors
3816         (spam-cache-lookups): set to t by default
3817         (spam-find-spam): don't try to guess spam-cache-lookups
3818         (spam-enter-whitelist, spam-enter-blacklist): also clear the
3819         spam-caches entry
3820         (spam-filelist-build-cache, spam-filelist-check-cache): better
3821         caching of whitelist/blacklist entries
3822         (spam-check-whitelist, spam-check-blacklist): invoke
3823         spam-from-listed-p with a type, not a cache variable
3824         (spam-from-listed-p): wrap around spam-filelist-check-cache
3825
3826 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
3827
3828         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
3829
3830         * nnmail.el (nnmail-split-fancy): do.
3831
3832         * mml.el (mml-parse): do.
3833
3834         * gnus-score.el (gnus-enter-score-words-into-hashtb)
3835         (gnus-score-adaptive): do.
3836
3837 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
3840         (gnus-mime-button-map): Don't set keymap parent.
3841         (gnus-button-ctan-directory-regexp): Use shy grouping.
3842         (gnus-prev-page-map): Don't set keymap parent.
3843         (gnus-prev-page-map): Remove duplicated one.
3844         (gnus-next-page-map): Don't set keymap parent.
3845         (gnus-mime-security-button-map): Ditto.
3846
3847         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
3848         version number.
3849
3850         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
3851
3852 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * canlock.el (canlock-sha1-function): Remove.
3855         (canlock-sha1-function-for-verify): Remove.
3856         (canlock-openssl-program): Remove.
3857         (canlock-openssl-args): Remove.
3858         (canlock-ignore-errors): Remove.
3859         (canlock-sha1-with-openssl): Remove.
3860         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
3861         (canlock-verify): Don't use canlock-ignore-errors.
3862
3863         * sha1-el.el (sha1-string-external): Make it can return a string
3864         in binary form.
3865         (sha1-region-external): Ditto.
3866         (sha1-string-internal): Ditto.
3867         (sha1-region-internal): Ditto.
3868         (sha1-region): Ditto.
3869         (sha1-string): Ditto.
3870         (sha1): Ditto.
3871
3872 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873
3874         * spam.el (spam-report-articles-gmane): New command.
3875
3876 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * gnus.el: Don't make unnecessary *Group* buffer when loading.
3879
3880         * run-at-time.el (run-at-time-saved): Remove.
3881         (run-at-time): Doc fix.
3882
3883 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
3884
3885         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
3886         (gnus-summary-limit-map): Add it.
3887         (gnus-summary-make-menu-bar): do.
3888
3889 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
3892         first attempt at some caching support (done for BBDB only now)
3893         (spam-find-spam): set spam-cache-lookups if there are more than 2
3894         addresses to be checked
3895         (spam-clear-cache-BBDB): new function, to be invoked by
3896         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
3897         (spam-check-BBDB): check and use the caches, if
3898         spam-cache-lookups is on
3899         remove superfluous (provide)
3900
3901 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
3904
3905 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
3906
3907         * run-at-time.el (run-at-time-saved): Move to after the definition
3908         of `run-at-time'.
3909
3910         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
3911
3912 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
3915         mm-w3m-local-map-property.
3916
3917         * mm-view.el (mm-w3m-mode-map): Remove.
3918         (mm-w3m-local-map-property): Remove.
3919         (mm-inline-text-html-render-with-w3m): Don't use
3920         mm-w3m-local-map-property.
3921
3922 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923
3924         * run-at-time.el: New file.
3925
3926         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
3927         under Emacs.
3928
3929         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
3930         of gnus-set-text-properties.
3931
3932         * gnus-uu.el (gnus-uu-save-article): Ditto.
3933
3934         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
3935
3936         * gnus-cite.el (gnus-cite-parse): Ditto.
3937
3938         * gnus-art.el (gnus-button-push): Use set-text-properties instead
3939         of gnus-.
3940
3941         * gnus-xmas.el (run-at-time): Require run-at-time.
3942
3943         * gnus.el: Changed calls to nnheader-run-at-time and
3944         password-run-at-time throughout to use run-at-time directly.
3945
3946         * password.el: Removed definition of run-at-time.
3947
3948         * nnheaderxm.el: Remove definition of run-at-time.
3949
3950 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
3951
3952         * mml.el (mml-minibuffer-read-disposition): Show attachment type
3953         in prompt (tiny change)
3954
3955 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
3956
3957         * messagexmas.el (message-xmas-redefine): Alias
3958         `message-make-caesar-translation-table' to
3959         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
3960         version.
3961
3962         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
3963         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
3964         `gnus-xmas-set-text-properties'.
3965         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
3966         `gnus-xmas-completing-read'. 
3967         (gnus-xmas-completing-read): Removed.
3968         (gnus-xmas-open-network-stream): Removed.
3969
3970         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
3971         XEmacs version.
3972
3973         * dns.el (dns-make-network-process): Use `open-network-stream'
3974         instead of `gnus-xmas-open-network-stream'.
3975
3976         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
3977
3978         * .cvsignore: Add auto-autoloads.el, custom-load.el.
3979
3980 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
3981
3982         * gnus-art.el (gnus-mime-display-alternative)
3983         (gnus-insert-mime-button, gnus-insert-mime-security-button)
3984         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
3985         Don't use gnus-local-map-property.
3986
3987         * gnus-util.el (gnus-local-map-property): Remove.
3988
3989         * mm-view.el (mm-view-pkcs7-decrypt): Replace
3990         gnus-completing-read-maybe-default with completing-read.
3991
3992         * gnus-util.el (gnus-completing-read): do.
3993         (gnus-completing-read-maybe-default): Remove.
3994
3995 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
3996
3997         * password.el: Only autoload `run-at-time' if not XEmacs.
3998         Only autoload the itimer functions if XEmacs.
3999
4000 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
4003         XEmacsen.
4004
4005         * dgnushack.el: Autoload executable-find for XEmacs.
4006
4007 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
4008
4009         * gnus-art.el (gnus-read-string): Remove.
4010         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
4011         read-string.
4012
4013 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4014
4015         * netrc.el: autoload password-read
4016         (netrc): new configuration group
4017         (netrc-encoding-method, netrc-openssl-path): configuration
4018         variables for encoding and decoding of files with symmetric
4019         ciphers
4020         (netrc-encode): assistant function to encode a file with
4021         netrc-encoding-method
4022         (netrc-parse): added interactive parameter, added optional
4023         decoding if netrc-encoding-method is non-nil but otherwise
4024         behavior is standard
4025         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
4026         s/encode/encrypt/ everywhere
4027
4028         * spam.el: remove executable-find autoload
4029
4030 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
4031
4032         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
4033
4034         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
4035
4036 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * gnus-art.el (gnus-treat-ansi-sequences,
4039         article-treat-ansi-sequences): New variable and function.
4040         Suggested by Dan Jacobson <jidanni@jidanni.org>.
4041
4042         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
4043         Use it.
4044
4045 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
4046
4047         * mm-util.el (mm-quote-arg): Remove.
4048
4049         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
4050         shell-quote-argument.
4051
4052         * gnus-uu.el (gnus-uu-command): do.
4053
4054         * gnus-sum.el (gnus-summary-insert-pseudos): do.
4055
4056         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
4057         with make-char.
4058
4059         * mm-util.el (mm-make-char): Remove.
4060
4061         * mml.el (mml-mode): Replace gnus-add-minor-mode with
4062         add-minor-mode.
4063
4064         * gnus-undo.el (gnus-undo-mode): do.
4065
4066         * gnus-topic.el (gnus-topic-mode): do.
4067
4068         * gnus-sum.el (gnus-dead-summary-mode): do.
4069
4070         * gnus-start.el (gnus-slave-mode): do.
4071
4072         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
4073
4074         * gnus-ml.el (gnus-mailing-list-mode): do.
4075
4076         * gnus-gl.el (gnus-grouplens-mode): do.
4077
4078         * gnus-draft.el (gnus-draft-mode): do.
4079
4080         * gnus-dired.el (gnus-dired-mode): do.
4081
4082         * gnus-ems.el (gnus-add-minor-mode): Remove.
4083
4084         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
4085         Replace gnus-char-width with char-width.
4086
4087         * gnus-ems.el (gnus-char-width): Remove.
4088
4089         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
4090         Replace gnus-char-width with char-width.
4091
4092         * gnus-ems.el (gnus-char-width): Remove.
4093
4094         * spam-stat.el (with-syntax-table): Remove with-syntax-table
4095         definition.
4096         Remove Emacs 20 hash table compatibility code.
4097
4098         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
4099         20 compatibility code.
4100
4101         * spam.el (spam-point-at-eol): Replace with point-at-eol.
4102
4103         * smime.el (smime-point-at-eol): Replace with point-at-eol.
4104
4105         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
4106         with point-at-{eol,bol}.
4107
4108         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
4109
4110         * imap.el (imap-point-at-eol): Replace with point-at-eol.
4111
4112         * flow-fill.el (fill-flowed-point-at-bol,
4113         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
4114
4115         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
4116         Replace with point-at-{eol,bol} throughout all files.
4117
4118 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * ntlm.el (ntlm-string-as-unibyte): New macro.
4121         (ntlm-build-auth-response): Use it.
4122
4123         Remove Emacs 20 stuff:
4124         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
4125         (butlast, mapc, remove): Remove the compiler macros.
4126         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
4127         of delq and copy-sequence.
4128         * gnus-art.el (popup-menu): Remove the compiler macro.
4129         * nnmail.el (nnmail-split-fancy): Don't support customizing with
4130         Emacs 20.
4131
4132 2004-01-05  Simon Josefsson  <jas@extundo.com>
4133
4134         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
4135         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
4136         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
4137         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
4138         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
4139         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
4140         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
4141         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
4142         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
4143         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
4144         ntlm-string-permute, string-lshift into ntlm-string-lshift,
4145         string-xor into ntlm-string-xor.  Suggested by
4146         Jesper Harder <harder@myrealbox.com>.
4147
4148         * ntlm.el: Don't include poem.
4149
4150         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
4151         Jesper Harder <harder@myrealbox.com>.
4152
4153         * sasl-ntlm.el, ntlm.el, md4.el: New files.
4154
4155         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
4156         probably breaks emacs with DL patch, but do we care? Is anyone
4157         still using the DL stuff?)
4158
4159         * sieve-manage.el: Use the password package.
4160         (sieve-manage-read-passwd): Remove.
4161         (sieve-manage-interactive-login): Use password.  Re-add
4162         condition-case around loop.
4163
4164         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
4165         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
4166         the password package.
4167
4168 2003-02-19  Simon Josefsson  <jas@extundo.com>
4169
4170         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
4171         token.
4172
4173 2002-08-07  Simon Josefsson  <jas@extundo.com>
4174
4175         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
4176         (sieve-manage-authenticators):
4177         (sieve-manage-authenticator-alist): Add some SASL mechs.
4178         (sieve-sasl-auth): New function.
4179         (sieve-manage-cram-md5-auth):
4180         (sieve-manage-plain-auth): Rewrite using SASL library.
4181         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
4182         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
4183         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
4184         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
4185
4186 2004-01-05  Simon Josefsson  <jas@extundo.com>
4187
4188         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
4189         New files.
4190
4191 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * gnus-group.el (gnus-no-groups-message): Update.
4194
4195         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
4196
4197 2003-11-09  Simon Josefsson  <jas@extundo.com>
4198
4199         * imap.el: Support for ID IMAP extension (RFC 2971).
4200         (imap-local-variables): Add imap-id.
4201         (imap-id): New variable.
4202         (imap-id): New function.
4203         (imap-parse-response): Parse untagged ID response.
4204         * nnimap.el (nnimap-id): New variable.
4205         (nnimap-open-connection): Use it.
4206
4207 2003-12-28  Simon Josefsson  <jas@extundo.com>
4208
4209         * gnus-score.el (gnus-score-edit-all-score): New.
4210         * gnus-group.el (gnus-group-score-map): Bind it to W e.
4211
4212 2004-01-04  Simon Josefsson  <jas@extundo.com>
4213
4214         * password.el: Add.
4215
4216 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
4217
4218         * dns.el: Add support for AAAA records (see RFC 3596)
4219
4220         * Fix typo PRT -> PTR
4221
4222         * Parse MX, PTR and SOA replies (see RFC 1035)
4223
4224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
4227
4228         * Moved to Changelog.2.
4229
4230 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4231
4232         * gnus.el (gnus-version-number): Bump version.
4233
4234 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4235
4236         * gnus.el: No Gnus v0.1 is released.
4237
4238 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4239
4240         * gnus.el: No Gnus v0.0 is released.
4241
4242 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * gnus.el (gnus-version-number): Bump.
4245         (gnus-version): No.
4246
4247 See ChangeLog.2 for earlier changes.
4248
4249     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
4250   Copying and distribution of this file, with or without modification,
4251   are permitted provided the copyright notice and this notice are preserved.
4252
4253 ;; Local Variables:
4254 ;; coding: iso-2022-7bit
4255 ;; End: