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