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