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