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