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