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