Synch to No Gnus 200408300820.
[elisp/gnus.git-] / lisp / ChangeLog
1 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4
5         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6         instead of re-search-forward.
7
8         * gnus-uu.el (gnus-uu-save-article): Ditto.
9         (gnus-uu-post-encode-uuencode): Ditto.
10
11         * html2text.el (html2text-clean-list-items): Ditto.
12         (html2text-clean-dtdd): Ditto.
13         (html2text-format-tags): Ditto.
14
15         * message.el (message-send-mail-with-sendmail): Fix regexp.
16         (message-fill-field-general): Use search-forward instead of
17         re-search-forward.
18         (unbold-region): Ditto.
19
20         * nnrss.el (nnrss-request-article): Ditto.
21
22         * nnslashdot.el (nnslashdot-request-article): Ditto.
23
24         * nnweb.el (nnweb-gmane-wash-article): Ditto.
25
26         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
27         "Unrecognized menu descriptor" error in XEmacs.
28
29 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
32         entry.
33
34         * gnus-group.el (gnus-group-line-format-alist): Convert the value
35         of gnus-tmp-news-method into string under XEmacs.  It will be
36         passed to gnus-correct-length which takes only a string argument.
37
38 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * gnus-util.el (gnus-bind-print-variables): New macro.
41         (gnus-prin1): Use it.
42         (gnus-prin1-to-string): Use it.
43         (gnus-pp): New function.
44         (gnus-pp-to-string): New function.
45
46         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
47         pp-to-string with gnus-pp-to-string.
48         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
49         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
50         * gnus-msg.el (gnus-debug): Ditto.
51         * gnus-score.el (gnus-score-save): Ditto.
52         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
53         gnus-pp-to-string.
54         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
55         with gnus-pp.
56         * score-mode.el (gnus-score-pretty-print): Ditto.
57         * webmail.el (webmail-debug): Ditto.
58
59 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * gnus-art.el (article-display-face, article-display-x-face): Use
62         buffer-read-only.
63
64 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * gnus-art.el (article-hide-list-identifiers): Bind
67         inhibit-read-only as t.
68
69 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
70
71         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
72
73 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
74
75         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
76         (gnus-narrow-to-page): Don't assume point-min == 1.
77         (gnus-article-edit-mode): Derive from message-mode.
78
79         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
80         point-min == 1.
81
82         * imap.el (imap-parse-address-list, imap-parse-body-ext):
83         Disable incorrect use of `assert'.
84
85         * message.el (message-mode): Set comment-start-skip.
86
87
88 2004-08-22  Sam Steingold  <sds@gnu.org>
89
90         * pop3.el (pop3-leave-mail-on-server): New user variable.
91         (pop3-movemail): Delete mail only when it is nil.
92
93 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
94
95         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
96
97         * mml.el (mml-preview): Use `pop-to-buffer'.
98
99         * message.el (message-goto-mail-followup-to): Insert after "To".
100         (message-carefully-insert-headers): Add comment.
101
102         * gnus.el: Remove unused variable `gnus-article-check-size'.
103
104         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
105
106         * gnus-art.el (gnus-button-alist): Improve
107         `gnus-button-handle-library' entry.
108
109 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
110
111         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
112         downcase, since XEmacs capitalizes error messages differently.
113         From Sebastian Freundt <hroptatyr@gna.org>.
114
115 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
116
117         * nntp.el: Add (require 'gnus) due to reference to
118         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
119
120 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
121
122         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
123         `mm-fill-flowed'.
124
125         * mm-decode.el (mm-dissect-singlepart): Check it.
126
127 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
128
129         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
130         'imap' for netrc parsing
131
132 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
133
134         * mailcap.el (mailcap-mime-data): Mark as risky.
135
136 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
139         may be included in the encoded word.
140         (rfc2047-encode): Don't append a space if the encoded word
141         includes close parenthesis.
142
143 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
146         of text within parentheses.
147
148 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
149
150         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
151         (gnus-encrypt-write-file-contents): the password key is the file
152         name PLUS the cipher, not just the cipher.  Also remove failed
153         passwords from the cache.
154
155 2004-08-06  Simon Josefsson  <jas@extundo.com>
156
157         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
158         fix.
159
160 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
163         LWSP.
164
165 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
168         to append in-reply-to: data to the references: header
169
170         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
171         (netrc-parse): use gnus-encrypt.el functions
172
173         * gnus-encrypt.el: new file for encryption support; currently
174         does only a few GPG ciphers and an internal XOR cipher
175
176         * password.el: add comments on using password-read-and-add
177         (password-read-and-add): new function to read and add the
178         password to the cache at once
179
180 2004-07-28  Simon Josefsson  <jas@extundo.com>
181
182         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
183         parameter (but don't use it, for now).
184
185         * imap.el (imap-ssl-open): Use imap-process-connection-type,
186         instead of hard coding to nil.
187
188 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * mm-view.el (mm-inline-image-emacs): Open lines under an image
191         as mm-inline-image-xemacs does.
192
193 2004-07-26  Simon Josefsson  <jas@extundo.com>
194
195         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
196         Revert part of 2004-07-17 change below.
197
198 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
201         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
202
203 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
206         quotes that actually start with ">" at the beginning of the
207         lines. 
208
209 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * rfc2047.el (rfc2047-encode-region): Fix last change.
212         (rfc2047-encode-parameter): Remove useless concat.
213
214 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
217         encode special characters; fix some kind of misconfigured headers;
218         signal a real error if debug-on-quit or debug-on-error is non-nil.
219         (rfc2047-encode-max-chars): New variable.
220         (rfc2047-encode-1): Use it.
221         (rfc2047-encode-parameter): New function.
222
223         * mml.el (mml-insert-parameter): Remove an excessive space.
224
225 2004-07-17  Simon Josefsson  <jas@extundo.com>
226
227         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
228         Kai Grossjohann <kai@emptydomain.de>.
229         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
230         (gnus-group-make-menu-bar): Ditto.
231
232         * gnus-util.el (gnus-group-server): Add.
233
234 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
235
236         * message.el (message-clone-locals): Clone sendmail and smtp
237         variables.
238
239 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * rfc2047.el (rfc2047-encode-region): Fix last change.
242
243 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
244         From David Hedbor <dhedbor@real.com>.
245
246         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
247         (nnmail-expand-newtext): Lowercase expanded entries if
248         nnmail-split-lowercase-expanded is non-nil.
249
250 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
253         characters as non-special.
254
255 2004-07-09  Simon Josefsson  <jas@extundo.com>
256
257         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
258         Users will lose all flag changes made while unplugged with
259         e.g. nntp unless flag synchronization happens, thus `nil' is not a
260         good default.  See numerous reports on ding mailing list.
261
262 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
265         add generate-head-function and generate-article-function to the
266         rfc822-forward entry.
267         (nndoc-rfc822-forward-generate-article): New function.
268         (nndoc-rfc822-forward-generate-head): New function.
269
270         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
271
272 2004-07-06  Dan Christensen  <jdc@uwo.ca>
273
274         * gnus-sum.el (gnus-summary-read-group-1): When summary
275         is unthreaded, respect display group parameter.
276         (gnus-articles-to-read): Remove unused reference to
277         display group parameter.
278
279 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * nnheader.el (nnheader-uniquify-message-id): New experimental
282         variable. 
283         (nnheader-nov-read-message-id): Use it.
284
285         * spam-report.el (spam-report-gmane): Add interactive.
286
287 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
290         qp-or-base64 for the application/* types.
291
292 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
293
294         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
295         Joakim Verona <joakim@verona.se>.
296
297 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * gnus-registry.el (gnus-registry-trim): don't allow a negative
300         trim value
301
302 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
303
304         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
305         New macro and function.
306         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
307
308 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
311         after-load-alist.
312
313 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
316         update info that isn't there.
317
318 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * mm-view.el (mm-inline-render-with-function): Use multibyte
321         buffer; decode html source by charset.
322
323         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
324
325         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
326         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
327         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
328         loaded under XEmacs.
329         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
330
331 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
332
333         * nnheader.el (nnheader-max-head-length): Increase to 8192.
334
335 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
336
337         * mm-util.el (mm-coding-system-p): Return a coding-system.
338         (mm-mime-mule-charset-alist): Use shift_jis instead of
339         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
340         entries for the mime charsets iso-2022-jp-3 and shift_jis.
341         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
342         instead of japanese-shift-jis and iso-latin-1 respectively in
343         order to share the default value with both Emacs and XEmacs-mule.
344         (mm-mule-charset-to-mime-charset): Make
345         mm-coding-system-priorities effective.
346         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
347         while predicating of candidates upon the priorities.
348
349 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
350
351         * gnus-sum.el (gnus-summary-make-menu-bar): Add
352         gnus-uu-invert-processable.
353
354         * gnus.el: Autoload gnus-uu-invert-processable.
355
356 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * mm-util.el (mm-with-multibyte-buffer): New macro.
359
360         * rfc2047.el (rfc2047-encode-string): Use it.
361         (rfc2047-encode-region): Move point to the end of the region after
362         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
363
364 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
367         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
368
369 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
372         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
373         Karl Chen <quarl@nospam.quarl.org>.
374
375 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
376
377         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
378         invalid addresses.
379
380 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
381
382         * spam.el: section markers changed, TODO list revised
383         (spam-backends): new master list of all installed backends
384         (spam-summary-exit-behavior): new variable to determine how
385         messages moves are done at summary exit
386         (spam-move-spam-nonspam-groups-only)
387         (spam-process-ham-in-nonham-groups)
388         (spam-process-ham-in-spam-groups): variables removed, the
389         spam-summary-exit-behavior variable should be used to manage this
390         behavior
391         (spam-old-ham-articles, spam-old-spam-articles): removed
392         (spam-old-articles): new variable, replacing spam-old-ham-articles
393         and spam-old-spam-articles
394         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
395         empty variables, placeholders for the backends they represent
396         (spam-set-difference): moved, unchanged
397         (spam-list-of-processors): variable OBSOLETE, not used anymore
398         unless the user has a processor variable
399         (spam-classifications, spam-classification-valid-p)
400         (spam-backend-properties, spam-backend-property-valid-p)
401         (spam-backend-function-type-valid-p)
402         (spam-process-type-valid-p, spam-list-articles): helper functions
403         (spam-report-articles-gmane, spam-report-articles-resend):
404         functions removed, they are not needed
405         (spam-install-backend-super, spam-backend-list)
406         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
407         (spam-backend-function, spam-backend-ham-registration-function)
408         (spam-backend-spam-registration-function)
409         (spam-backend-ham-unregistration-function)
410         (spam-backend-spam-unregistration-function)
411         (spam-backend-statistical-p, spam-backend-mover-p)
412         (spam-install-backend-alias, spam-install-checkonly-backend)
413         (spam-install-mover-backend, spam-install-nocheck-backend)
414         (spam-install-backend, spam-install-statistical-backend)
415         (spam-install-statistical-checkonly-backend): backend installation
416         support
417         (spam-summary-prepare-exit): rewritten to use the new backend code
418         (spam-group-processor-p): use the new backend code and respect the
419         summary exit behavior
420         (spam-mark-spam-as-expired-and-move-routine): removed
421         (spam-summary-prepare): changed to use the new spam-old-articles
422         variable
423         (spam-copy-or-move-routine, spam-copy-spam-routine)
424         (spam-move-spam-routine, spam-copy-ham-routine)
425         (spam-move-ham-routine): new code to copy/move ham or spam
426         (spam-fetch-field-fast): doc and code improved, plus it allows the
427         'number request
428         (spam-list-of-checks, spam-list-of-statistical-checks): variables
429         removed, no longer used
430         (spam-split, spam-find-spam): use the new backend code
431         (spam-registration-functions): variable removed, no longer used
432         (spam-unregister-routine): convenience wrapper
433         (spam-log-undo-registration, spam-register-routine)
434         (spam-log-processing-to-registry)
435         (spam-log-unregistration-needed-p): renamed "check" to "backend"
436         where possible
437         (spam-check-gmane-xref, spam-check-regex-headers)
438         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
439         (spam-check-whitelist, spam-check-blacklist)
440         (spam-check-bogofilter-headers, spam-check-spamoracle)
441         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
442         (spam-check-crm114-headers): use the spam-split-group that
443         spam-split prepares, no need to determine it every time
444
445         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
446         the nnheader-parse-naked-head call
447
448         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
449
450         * gnus-sum.el (gnus-nov-parse-line): add the message number to
451         the nnheader-nov-read-message-id call
452
453 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
456         gnus-activate-group twice.  Suggested by Markus Peter
457         <warp@spin.de>.
458
459 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-art.el (gnus-article-time-format): Exchange the order of
462         day and month in the default value; fix customization type.
463         (article-date-ut): Use add-text-properties.
464         (article-make-date-line): Use message-make-date instead of
465         current-time-string.
466
467         * message.el (message-fetch-field): Don't use set-text-properties.
468         (message-make-date): Simplify.
469
470         * messagexmas.el (message-xmas-make-date): New function.
471         (message-xmas-redefine): Defalias message-make-date to it.
472
473 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
476         (rfc2047-encode-region): Treat text within parentheses as special;
477         show the original text when error has occurred.
478
479         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
480         already-computed method to gnus-activate-group.
481
482         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
483         same select-methods identical Lisp objects.
484
485         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
486         object when modifying the info.
487
488 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-srvr.el (gnus-server-set-info): Remove the server from
491         gnus-opened-servers since it has never been opened with the new
492         configuration yet.
493
494 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
497         arg to nnheader-generate-fake-message-id.
498
499 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
500
501         * nnheader.el (nnheader-generate-fake-message-id): accept a
502         number and build a fake message ID localized to a group and
503         article number (so it's repeatable from that point on)
504         (nnheader-fake-message-id-p): change regex to accomodate new fake
505         ID format
506
507         * gnus-sum.el (gnus-get-newsgroup-headers): call
508         nnheader-generate-fake-message-id with the article number
509
510 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
511
512         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
513         end-of-buffer.
514
515 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * message.el (message-ignored-supersedes-headers): Add Approved. 
518
519 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * rfc2047.el (rfc2047-encode-message-header): Remove useless
522         goto-char.
523         (rfc2047-encode): Fold the line before encoding.
524
525 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * rfc2047.el (rfc2047-encode-message-header): Disabled header
528         folding -- not all headers can be folded, and this should be done
529         by the message composition mode.  Probably.  I think. 
530
531 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
534         fast.
535
536         * gnus-ems.el (gnus-remove-image): Don't use
537         message-text-with-property; remove only the image found first.
538
539         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
540         found first.
541
542 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
543
544         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
545
546 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * message.el (message-text-with-property): Make it fast and accept
549         optional arguments.
550         (message-strip-forbidden-properties): Use it.
551         (message-fix-before-sending): Follow the m-t-w-p change.
552
553         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
554
555 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-art.el (article-hide-headers): Don't change the buffer
558         mistakenly when performing mml-preview even if
559         gnus-single-article-buffer is nil.
560
561 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
562
563         * message.el (message-expand-name-databases): New user option.
564         (message-expand-name): Use it.
565
566 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * spam.el (spam-report-articles-resend)
569         (spam-report-resend-register-routine): allow ham reporting
570         (spam-report-resend-register-ham-routine): simple wrapper
571         (spam-registration-functions): add ham resending functions
572         (spam-list-of-processors): add ham resend processor
573
574         * gnus.el (ham-resend-to): new group parameter
575         (spam-process): add ham resend option
576
577         * spam-report.el (spam-report-resend): allow reporting ham
578         (spam-report-resend-ham): simple wrapper
579
580 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * message.el (message-cite-articles-with-x-no-archive): New
583         variable. 
584         (message-cite-original): Use it.
585
586 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * message.el (message-cite-original): Respect X-No-Archive. 
589
590 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * gnus-art.el (article-hide-headers): Refer to the values for
593         gnus-ignored-headers and gnus-visible-headers in the summary
594         buffer since a user may have set them as group parameters.
595
596 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
597
598         * assistant.el (assistant-node-name): new convenience function
599         (assistant-render-text, assistant-render-node): error handling,
600         plus handle multiple next nodes
601         (assistant-find-next-node): commented out for now
602         (assistant-find-next-nodes): new function, returns list of next
603         nodes
604
605 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
606
607         * mail-source.el (mail-source-directory): Fix doc-string.
608
609 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
610
611         * assistant.el (assistant-render-text, assistant-eval): add :set
612         widget type, which is different because it takes and returns a
613         list.  Much hilarity ensues.
614
615 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
616
617         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
618
619         * gnus-group.el (gnus-group-get-new-news-this-group): Added
620         doc-string.
621
622         * gnus-start.el (gnus-activate-group): Added doc-string.
623
624 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
627
628 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
629
630         * assistant.el (assistant-render-text): trying to add a :set
631         widget, more to come...
632
633         * spam.el (spam-group-spam-contents-p): handle empty groupname
634         strings
635         (spam-report-articles-resend)
636         (spam-report-resend-register-routine): allow spam-report-resend-to
637         to be a group parameter or a global value
638         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
639         (spam-register-routine): do registration iff any articles warrant
640         it.
641         (spam-summary-prepare-exit): changed log message for nil group
642         destinations 
643
644 2004-05-26  Simon Josefsson  <jas@extundo.com>
645
646         * starttls.el: Merge with my GNUTLS based starttls.el.
647         (starttls-gnutls-program, starttls-use-gnutls)
648         (starttls-extra-arguments, starttls-process-connection-type)
649         (starttls-connect, starttls-failure, starttls-success): New
650         variables.
651         (starttls-program, starttls-extra-args): Doc fix.
652         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
653         functions.
654         (starttls-negotiate, starttls-open-stream): Check
655         `starttls-use-gnutls' and pass on to corresponding *-gnutls
656         function if it is set.
657
658 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
661         structured fields.
662
663 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
666
667 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * spam.el (spam-mark-junk-as-spam-routine)
670         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
671         disable assigning the spam-mark to new messages
672         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
673         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
674
675 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
676
677         * dgnushack.el: Autoload customize-set-variable for XEmacs.
678
679         * rfc2047.el (rfc2047-encodable-p): Don't move point.
680         (rfc2047-decode): Treat the ascii coding-system as raw-text by
681         default.
682
683 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
684
685         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
686         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
687
688 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * spam.el (spam-list-of-processors): use nil for nonexistent processors
691         (spam-group-processor-p): fixed function so it works properly
692         (spam-group-processor-multiple-p)
693         (spam-group-spam-processor-report-gmane-p)
694         (spam-group-spam-processor-report-resend-p)
695         (spam-group-spam-processor-bogofilter-p)
696         (spam-group-spam-processor-blacklist-p)
697         (spam-group-spam-processor-ifile-p)
698         (spam-group-ham-processor-ifile-p)
699         (spam-group-spam-processor-spamoracle-p)
700         (spam-group-spam-processor-crm114-p)
701         (spam-group-ham-processor-bogofilter-p)
702         (spam-group-spam-processor-stat-p)
703         (spam-group-ham-processor-stat-p)
704         (spam-group-ham-processor-whitelist-p)
705         (spam-group-ham-processor-BBDB-p)
706         (spam-group-ham-processor-spamoracle-p)
707         (spam-group-ham-processor-copy-p): functions removed with some
708         prejudice against unneeded code
709         (spam-report-articles-resend)
710         (spam-report-resend-register-routine): allow the group/topic
711         spam-resend-to value to override spam-report-resend-to
712         (spam-summary-prepare-exit): invoke spam-group-processor-p
713         properly now
714
715         * spam-report.el (spam-report-resend-to, spam-report-resend):
716         start with resend-to set to nil, and then ask the user if
717         necessary.  From Daniel Pittman <daniel@rimspace.net>.
718
719         * gnus.el (spam-resend-to): new group/topic parameter
720         (spam-process): move the OBSOLETE processors to the end of the
721         choices.
722
723         * spam-report.el (spam-report-resend): spam-report-resend takes a
724         list of articles, not separate article numbers.  From Daniel
725         Pittman <daniel@rimspace.net>.
726
727 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
730         addition to emacs-w3m.
731
732 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * assistant.el (assistant-authinfo-data): New function.
735         (assistant-eval): Eval for entire assistant.
736
737         * netrc.el (netrc-services-file): New variable.
738         (netrc-parse-services): New function.
739         (netrc-find-service-name): New function.
740         (netrc-find-service-number): New function.
741         (netrc-port-equal): New function.
742         (netrc-machine): Use it.
743
744         * nnimap.el (nnimap-open-connection): Use netrc.
745
746         * gnus-util.el (gnus-netrc-get): Remove aliases.
747         
748         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
749
750         * assistant.el (wid-edit): Fix compilation.
751
752         * gnus-util.el (gnus-set-file-modes): Just ignore errors. 
753
754 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
755
756         * gnus-util.el (gnus-set-file-modes): New function.  (small
757         patch). 
758
759 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
762
763         * assistant.el (assistant-render-node): Fix up rendering and
764         read-only text. 
765         (assistant-render-node): Reset.
766         (assistant-make-read-only): Not sticky.
767
768 2004-05-20  Danny Siu  <dsiu@adobe.com>
769
770         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
771         centered even when gnus-auto-center-summary is t
772
773 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * dns.el (dns-get-txt-answer): New function.
776         (dns-read-txt): Ditto.
777         (query-dns): Use it.
778
779 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
782         active for foreign groups even if the group level is higher than
783         the specified value.
784
785 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
788         non-active groups.
789
790         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
791
792 2004-05-20  Magnus Henoch  <mange@freemail.hu>
793
794         * dns.el (dns-read-type): Add support for SVR.  (small patch)
795
796 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
797
798         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
799         (spam-crm114-header, spam-crm114-spam-switch)
800         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
801         (spam-crm114-positive-spam-header)
802         (spam-crm114-database-directory, spam-list-of-processors)
803         (spam-group-spam-processor-crm114-p)
804         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
805         (spam-generic-score, spam-list-of-checks)
806         (spam-list-of-statistical-checks, spam-registration-functions)
807         (spam-check-crm114-headers, spam-crm114-score)
808         (spam-check-crm114, spam-crm114-register-with-crm114)
809         (spam-crm114-register-spam-routine)
810         (spam-crm114-unregister-spam-routine)
811         (spam-crm114-register-ham-routine)
812         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
813         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
814
815         * gnus.el: added spam-use-crm114
816
817         * spam.el (spam-list-of-processors, spam-registration-functions):
818         add spam-use-resend
819         (spam-group-spam-processor-report-resend-p): utility wrapper
820         (spam-report-articles-gmane): doc fix
821         (spam-report-articles-resend,
822         spam-report-resend-register-routine): wrappers around
823         spam-report-resend-to
824
825         * spam-report.el (spam-report-resend-to, spam-report-resend):
826         support for resending spam
827         (spam-report-gmane): line length >80 fix
828
829         * gnus.el (spam-process): add spam-use-resend
830
831 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
832
833         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
834         number of processed spam messages.
835         (spam-ham-copy-or-move-routine): Return the number of processed
836         ham messages.
837         (spam-summary-prepare-exit): Use the above values to decide
838         whether status messages shouled be displayed.
839
840 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
843         `rfc2047-encoding-function-alist' in order to avoid conflicting
844         with the old version.
845         (rfc2047-encode-region): Concatenate words containing non-ASCII
846         characters in structured fields; don't encode space-delimited
847         ASCII words even in unstructured fields; don't break words at
848         char-category boundaries.
849         (rfc2047-encode-1): New function.
850         (rfc2047-encode): Use it; encode text so that it occupies the
851         maximum width within 76-column; work correctly on Q encoding for
852         iso-2022-* charsets.
853         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
854         sure not to break a line just after the header name.
855         (rfc2047-b-encode-region): Removed.
856         (rfc2047-b-encode-string): New function.
857         (rfc2047-q-encode-region): Removed.
858         (rfc2047-q-encode-string): New function.
859
860         * mm-util.el (mm-replace-in-string): New function.
861
862 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
865         get it right.
866         (gnus-inews-make-draft): Really.
867
868 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
869
870         * nnmh.el (nnmh-request-list-1): Don't check the link count
871         before descending.  (small patch)
872
873 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
874
875         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
876         stuff. 
877
878         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
879         on real group name.
880
881         * gnus-art.el (gnus-signature-limit): Doc fix.
882
883         * gnus-msg.el (gnus-inews-make-draft): Quote list.
884
885         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
886
887 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
888
889         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
890         isn't a string.
891
892 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-draft.el (gnus-draft-send): Bind
895         rfc2047-encode-encoded-words.
896
897         * rfc2047.el (rfc2047-encode-region): Encode =? strings. 
898         (rfc2047-encodable-p): Say that =? needs encoding.
899         (rfc2047-encode-encoded-words): New variable.
900
901         * gnus-group.el (gnus-group-select-group): Doc fix.
902
903         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied. 
904
905         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
906         to nil.
907         
908         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
909
910         * nnheader.el (nnheader-get-lines-and-char): New function.
911
912 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
913
914         * gnus-msg.el (gnus-summary-followup-with-original): Document
915         yanking of region when active.
916
917 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
920         groups if the group level is higher than the specified value.
921
922 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
923
924         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
925         (gnus-group-jump-to-group): Added prefix argument using
926         `gnus-group-jump-to-group-prompt'.  Query before jumping to
927         non-active group.
928
929         * compface.el (uncompface): Be verbose when changing
930         `uncompface-use-external'.
931
932         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
933         handle manual section.
934
935 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-art.el (gnus-button-alist): Revert previous change.
938
939 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
940
941         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
942
943 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
946         whether backend can accept message.
947
948         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp. 
949
950 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
951
952         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
953         Avoid creating directory when nntp-marks-is-evil is true.
954         Reported by Reiner Steib.
955
956 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
957
958         * gnus-picon.el (gnus-picon-style): New variable.
959         (gnus-picon-insert-glyph): Added optional `nostring' argument.
960         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
961         Jesper Harder <harder@ifa.au.dk>.
962
963 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * message.el (message-fill-field): Return point.
966         (message-generate-headers): Go to end of field.
967
968         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
969         stuff for non-living groups.
970
971 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
972
973         * gnus-art.el (gnus-article-followup-with-original)
974         (gnus-article-reply-with-original): gnus-mark-active-p ->
975         gnus-region-active-p.
976
977 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
978
979         * spam.el (spam-summary-prepare-exit): fix messages, so they show
980         only when there is spam or ham to be processed
981
982 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * mail-source.el (mail-source-delete-crash-box): Refactor.
985         (mail-source-fetch): Use it.
986         (mail-source-fetch-file): Ditto.
987         (mail-source-fetch-directory): Run postscript in loop. 
988         (mail-source-fetch-pop): Delete.
989         (mail-source-fetch-maildir): Ditto.
990         (mail-source-fetch-imap): Ditto.
991
992         * imap.el (imap-authenticators): Comment out sasl.
993
994         * message.el (message-skip-to-next-address): New function.
995         (message-fill-header-address): Refactor.
996         (message-fill-address): Use it.
997         (message-delete-address): Use it.
998         (message-fill-header-general): Refactor.
999         (message-fill-field-address): Rename.
1000         (message-narrow-to-field): Find the start of the header. 
1001         (message-header-format-alist): Don't pre-fill.
1002         (message-fill-header): Removed.
1003         (message-insert-header): New function.
1004         (message-shorten-references): Use it.
1005
1006         * rfc2047.el (rfc2047-field-value): Strip props.
1007
1008         * mail-parse.el (mail-header-make-address): New alias.
1009
1010         * ietf-drums.el (ietf-drums-make-address): New function.
1011
1012         * imap.el: Add compiler directives.
1013
1014         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks. 
1015
1016         * gnus-art.el (article-decode-idna-rhs): Don't use
1017         message-idna-inside-rhs-p. 
1018
1019 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * message.el (message-idna-inside-rhs-p): Removed.
1022         (message-idna-to-ascii-rhs-1): Use proper address parsing.
1023
1024         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
1025         false positives.
1026
1027 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
1028
1029         * imap.el (imap-sasl-make-mechanisms): Use sasl. 
1030
1031 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * nneething.el (nneething-file-name): Don't create spurions
1034         files. 
1035
1036         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups. 
1037         (gnus-inews-do-gcc): Remove sleep.
1038
1039         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
1040         part under point.
1041
1042         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
1043         (gnus-agent-regenerate-group): Using nil messages aren't valid. 
1044
1045 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
1046
1047         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
1048
1049 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
1052         header is not nil (tiny change).  From Nelson Ferreira
1053         <nelson.ferreira@verizon.net>.
1054
1055         * spam.el (spam-summary-prepare-exit): only produce "marking spam
1056         as expired without moving it" message when there are spam
1057         messages left
1058
1059 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
1060
1061         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
1062         nntp-possibly-create-directory, not nntp-possibly-change-group.
1063         (nntp-marks-changed-p): New arg SERVER.
1064         (nntp-request-update-info): Adjust caller.
1065
1066 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
1067
1068         * nntp.el (nntp-save-marks): Pass missing arg.
1069
1070 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
1071
1072         * nntp.el: Support marks.
1073         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1074         (nntp-marks-modtime, nntp-marks-directory): New variables.
1075         (nntp-request-set-mark, nntp-request-update-info)
1076         (nntp-possibly-create-directory, nntp-marks-changed-p)
1077         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
1078         functions.
1079
1080 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
1081
1082         * gnus-xmas.el (gnus-xmas-select-lowest-window)
1083         (gnus-xmas-redefine): Rename.
1084
1085         * gnus-score.el (gnus-score-insert-help): Use
1086         gnus-select-lowest-window.
1087
1088         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
1089         appt-select-lowest-window and rename to gnus-select-lowest-window.
1090
1091         * gnus.el: do.
1092
1093 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1094
1095         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
1096         encodings of MIME-encoded words, in order to improve
1097         interoperability with several broken MUAs.
1098
1099 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1100
1101         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
1102         tags, only when charsets are not specified in headers.
1103         (mm-inline-text-html-render-with-w3m): Ditto.
1104
1105         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
1106         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
1107
1108 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1109
1110         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
1111         instead of MIME-decoded from fields when checking
1112         `gnus-article-address-banner-alist'.
1113
1114 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
1115
1116         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
1117         description rather than subject.
1118
1119 2004-05-02  Steve Youngs  <steve@youngs.au.com>
1120
1121         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
1122
1123 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus.el (gnus-version-number): Bump.
1126
1127 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1128
1129         * gnus.el: No Gnus v0.2 is released.
1130
1131 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-agent.el (gnus-agent-read-agentview): Inline
1134         gnus-uncompress-range.
1135
1136 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1137
1138         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
1139         `exec-installed-p'.
1140
1141 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1142
1143         * gnus.el (spam-process, spam-autodetect-methods): Add
1144         bsfilter and bsfilter-headers.
1145
1146         * spam.el (spam-bsfilter): New customize group.
1147         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
1148         (spam-bsfilter-header, spam-bsfilter-probability-header)
1149         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
1150         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
1151         (spam-bsfilter-database-directory): New options.
1152         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
1153         (spam-list-of-statistical-checks, spam-registration-functions):
1154         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
1155         (spam-bsfilter-score): New command.
1156         (spam-check-bsfilter-headers, spam-check-bsfilter)
1157         (spam-bsfilter-register-with-bsfilter)
1158         (spam-bsfilter-register-spam-routine)
1159         (spam-bsfilter-unregister-spam-routine)
1160         (spam-bsfilter-register-ham-routine)
1161         (spam-bsfilter-unregister-ham-routine): New functions.
1162         (spam-generic-score): Support bsfilter; Accept an optional argument
1163         to recalcurate spam score even if scoring header has already been
1164         added.
1165         (spam-bogofilter-score, spam-spamassassin-score): Accept an
1166         optional argument to recalcurate spam score even if scoring header
1167         has already been added.
1168
1169 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
1170
1171         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
1172         strings!  Reported by David D. Smith <davidsmith@acm.org>.
1173         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
1174         link is missing.
1175
1176 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
1177
1178         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
1179         (html2text-get-attr): Rewrite.
1180
1181         * message.el (message-setup-1): Remove redundant put-text-property
1182         on mail-header-separator.
1183
1184 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
1185
1186         * gnus-registry.el (gnus-registry-cache-whitespace)
1187         (gnus-registry-action, gnus-registry-spool-action)
1188         (gnus-registry-split-fancy-with-parent): changed message levels
1189         from 5 to 3 or 7, as needed
1190
1191         * spam.el (spam-summary-prepare-exit)
1192         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
1193         (spam-split, spam-find-spam, spam-log-undo-registration)
1194         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
1195         level from 5 to 6
1196
1197 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-ems.el: Autoload appt-select-lowest-window (revert
1200         2004-03-04 change).
1201
1202 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
1203
1204         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
1205         Use mapc when appropriate.
1206
1207         * sieve-manage.el (sieve-manage-open): do.
1208
1209         * nnweb.el (nnweb-insert-html): do.
1210
1211         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
1212         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
1213
1214         * nnspool.el (nnspool-request-group): do.
1215
1216         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
1217         do.
1218
1219         * nnml.el (nnml-request-update-info): do.
1220
1221         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
1222         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
1223
1224         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
1225         (nnimap-request-set-mark): do.
1226
1227         * nnfolder.el (nnfolder-request-update-info): do.
1228
1229         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
1230         do.
1231
1232         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
1233
1234         * gnus-uu.el (gnus-uu-find-articles-matching): do.
1235
1236         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
1237         do.
1238
1239         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
1240         do.
1241
1242         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
1243
1244         * gnus-nocem.el (gnus-nocem-scan-groups): do.
1245
1246         * gnus-int.el (gnus-start-news-server): do.
1247
1248         * gnus-group.el (gnus-group-make-kiboze-group)
1249         (gnus-group-browse-foreign-server): do.
1250
1251 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1252
1253         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
1254         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
1255         <shields@msrl.com>:
1256         
1257         * spam.el (spam-necessary-extra-headers): get the extra headers we
1258         may need for spam sorting and scoring
1259         (spam-user-format-function-S): a user format function suitable for
1260         general use
1261         (spam-article-sort-by-spam-status): sorting function for summary
1262         sorting
1263         (spam-extra-header-to-number): get a score from a header
1264         (spam-summary-score): get a numeric score from the headers
1265         (spam-generic-score): oops, function doc in wrong place
1266         (spam-initialize): take symbols when it's run, and install the
1267         extra headers that spam-necessary-extra-headers thinks we need
1268
1269 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1270
1271         * spam.el (spam-summary-prepare-exit): logic and message fix.
1272         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
1273
1274 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
1275
1276         * gnus-sum.el (gnus-set-global-variables)
1277         (gnus-build-all-threads, gnus-get-newsgroup-headers)
1278         (gnus-article-get-xrefs, gnus-summary-best-group)
1279         (gnus-summary-next-article, gnus-summary-enter-digest-group)
1280         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
1281         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
1282         with-current-buffer.
1283
1284 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * spam.el (spam-summary-prepare-exit): simplified logic
1287         (spam-fetch-article-header): read the article header if it's not
1288         available
1289         (spam-list-articles): simplified logic
1290         (spam-filelist-register-routine): found bug with unregister-list
1291
1292         * gnus-registry.el: clarified comments at beginning
1293
1294 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
1295
1296         * message.el (message-cater-to-broken-inn): Remove.
1297         (message-shorten-references): Make sure the total folded length of
1298         References is shorter than 998 characters to cater to a bug in INN
1299         2.3.  Also, don't pretend that references aren't folded -- this
1300         hasn't worked for a while.
1301
1302 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1303                 
1304         * gnus-agent.el (gnus-agentize):
1305         gnus-agent-send-mail-real-function no longer set to current value
1306         of message-send-mail-function but rather a lambda that calls
1307         message-send-mail-function.  The change makes the agent real-time
1308         responsive to user changes to message-send-mail-function.
1309
1310 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1311                 
1312         * legacy-gnus-agent.el
1313         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
1314         help from Florian Weimer <fw@deneb.enyo.de>
1315
1316 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * nnmail.el (nnmail-cache-insert): Revert last change.
1319
1320 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * nnmail.el (nnmail-cache-insert): Always check whether
1323         nnmail-cache-ignore-groups matches a group name.
1324
1325 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
1326
1327         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
1328         (spam-find-spam, spam-log-processing-to-registry)
1329         (spam-log-registered-p, spam-log-unregistration-needed-p)
1330         (spam-log-undo-registration): use gnus-message instead of
1331         gnus-error, none of these errors are fatal
1332
1333         * gnus-registry.el (gnus-registry-clean-empty-function)
1334         (gnus-registry-clean-empty): remove only empty entries without
1335         extra data
1336
1337 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * spam-stat.el (spam-stat-buffer-change-to-spam)
1340         (spam-stat-buffer-change-to-non-spam): change (error) to
1341         (gnus-message 8) invocation
1342
1343 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * nntp.el (nntp-via-netcat-command): New variable.
1346         (nntp-via-netcat-switches): New variable.
1347         (nntp-open-via-rlogin-and-netcat): New function.
1348         (nntp-open-connection-function): Doc fix.
1349         (nntp-telnet-command): Doc fix.
1350         (nntp-end-of-line): Doc fix.
1351         (nntp-via-rlogin-command): Doc fix.
1352         (nntp-via-user-name): Doc fix.
1353         (nntp-via-address): Doc fix.
1354
1355 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
1358         error in Emacs 21.1.
1359
1360 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
1361
1362         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
1363
1364 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1365         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
1366         (gnus-agent-with-refreshed-group): New macro.
1367         (gnus-agent-rename-group): New function.
1368         (gnus-agent-delete-group): New function.
1369         (gnus-agent-save-group-info): Use gnus-command-method when
1370         `method' parameter is nil.  Don't write nil entries into the
1371         active file.
1372         (gnus-agent-get-group-info): New function.
1373         (gnus-agent-fetch-articles): Use
1374         gnus-agent-update-files-total-fetched-for to increment disk space
1375         used.
1376         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
1377         gnus-agent-update-view-total-fetched-for to increment disk space
1378         used.
1379         (gnus-agent-get-local): Added optional parameters to avoid calling
1380         gnus-group-real-name and gnus-find-method-for-group.
1381         (gnus-agent-set-local): Delete stored entry if either min, or max,
1382         are nil.
1383         (gnus-agent-fetch-session): Reworded error/quit messages.  On
1384         quit, use gnus-agent-regenerate-group to record existance of any
1385         articles fetched to disk before the quit occurred.
1386         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
1387         gnus-agent-update-view-total-fetched-for, and
1388         gnus-agent-update-files-total-fetched-for to decrement disk space
1389         used.
1390         (gnus-agent-retrieve-headers): Use
1391         gnus-agent-update-view-total-fetched-for to increment disk space
1392         used.
1393         (gnus-agent-regenerate-group): Replace gnus-group-update-group
1394         with gnus-agent-update-files-total-fetched-for to decrement disk
1395         space and fresh group buffer.
1396         (gnus-agent-inhibit-update-total-fetched-for): New variable.
1397         (gnus-agent-need-update-total-fetched-for): New variable.
1398         (gnus-agent-update-files-total-fetched-for): New function.
1399         (gnus-agent-update-view-total-fetched-for): New function.
1400         (gnus-agent-total-fetched-for): New function.  
1401
1402         * gnus-cache.el (gnus-cache-save-buffers): Use
1403         gnus-cache-update-overview-total-fetched-for to change disk space
1404         used by this group.
1405         (gnus-cache-possibly-enter-article): Use
1406         gnus-cache-update-file-total-fetched-for to increment disk space
1407         used by this group.
1408         (gnus-cache-possibly-remove-article): Use
1409         gnus-cache-update-file-total-fetched-for to decrement disk space
1410         used by this group.
1411         (gnus-cache-generate-nov-databases): Purge total fetched cache.
1412         (gnus-cache-rename-group): New function.
1413         (gnus-cache-delete-group): New function.
1414         (gnus-cache-inhibit-update-total-fetched-for): New variable.
1415         (gnus-cache-need-update-total-fetched-for): New variable.
1416         (gnus-cache-with-refreshed-group): New macro.
1417         (gnus-cache-update-file-total-fetched-for): New function.
1418         (gnus-cache-update-overview-total-fetched-for): New function.
1419         (gnus-cache-rename-group-total-fetched-for): New function.
1420         (gnus-cache-delete-group-total-fetched-for): New function.
1421         (gnus-cache-total-fetched-for): New function.
1422
1423         * gnus-group.el (): Require gnus-sum and autoload functions to
1424         resolve warnings when gnus-group.el compiled alone.
1425         (gnus-group-line-format): Documented new %F
1426         (size of Fetched data) group line format; identifies disk space
1427         used by agent and cache.
1428         (gnus-group-line-format-alist): Defined new F format.
1429         (gnus-total-fetched-for): New function.
1430         (gnus-group-delete-group): No longer update
1431         gnus-cache-active-altered as gnus-request-delete-group now keeps
1432         the cache in sync.
1433         (gnus-group-list-active): Let the agent store a server's active
1434         list if currently plugged.
1435
1436         * gnus-int.el (gnus-request-delete-group): Use
1437         gnus-cache-delete-group and gnus-agent-delete-group to keep the
1438         local disk in sync with the server.
1439          (gnus-request-rename-group): Use
1440         gnus-cache-rename-group and gnus-agent-rename-group to keep the
1441         local disk in sync with the server.
1442
1443         * gnus-start.el (gnus-get-unread-articles): Cosmetic
1444         simplification to logic.
1445
1446         * gnus-util.el (gnus-rename-file): New function.
1447
1448 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
1449
1450         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
1451         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
1452
1453         * mm-util.el (mm-image-load-path): Handle nil in load-path.
1454         From Christian Neukirchen <chneukirchen@yahoo.de>.
1455
1456 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
1457
1458         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
1459         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
1460
1461 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
1462
1463         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
1464
1465 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         * spam.el (spam-set-difference): new function to replace
1468         gnus-set-difference in spam.el
1469         (spam-summary-prepare-exit): use spam-set-difference
1470
1471 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * gnus-registry.el (gnus-registry-cache-file): updated to use
1474         gnus-dribble-directory OR gnus-home-directory OR ~
1475         (gnus-registry-split-fancy-with-parent): fixed doc
1476
1477 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * message.el (message-exchange-point-and-mark): Use
1480         message-mark-active-p.  Suggested by Jesper Harder
1481         <harder@ifa.au.dk>.
1482
1483 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * message.el (message-exchange-point-and-mark): Don't activate
1486         region if it was inactive.  Suggested by Hiroshi Fujishima
1487         <pooh@nature.tsukuba.ac.jp>.
1488
1489 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (article-display-face): Display Faces in the same
1492         order as X-Faces.
1493
1494 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
1497
1498 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
1501         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
1502         (gnus-article-mime-hierarchy): Remove.
1503         (gnus-article-mime-hierarchy-next): Remove.
1504         (gnus-article-mode): Revert 2004-03-19 change.
1505         (gnus-article-setup-buffer): Revert 2004-03-19 change.
1506         (gnus-insert-mime-button): Revert 2004-03-19 change.
1507         (gnus-mime-accumulate-hierarchy): Remove.
1508         (gnus-mime-enter-multipart): Remove.
1509         (gnus-mime-leave-multipart): Remove,
1510         (gnus-mime-display-part): Revert 2004-03-19 change.
1511         (gnus-mime-display-alternative): Revert 2004-03-19 change.
1512
1513         * mml.el (mml-preview): Revert 2004-03-19 change.
1514
1515 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
1516
1517         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
1518
1519 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
1522         t while entering a file name using the mm-with-multibyte macro.
1523         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
1524
1525         * mm-util.el (mm-with-multibyte): New macro.
1526
1527 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
1530         user option.
1531         (gnus-mime-multipart-functions): Doc and customization fix.
1532         (gnus-article-mime-hierarchy): New variable.
1533         (gnus-article-mime-hierarchy-next): New variable.
1534         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
1535         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
1536         gnus-article-mime-hierarchy-next to nil.
1537         (gnus-insert-mime-button): Show hierarchy numbers.
1538         (gnus-mime-accumulate-hierarchy): New function.
1539         (gnus-mime-enter-multipart): New function.
1540         (gnus-mime-leave-multipart): New function.
1541         (gnus-mime-display-part): Recompute hierarchical MIME structure.
1542         (gnus-mime-display-alternative): Show hierarchy numbers.
1543
1544         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
1545         gnus-article-mime-hierarchy-next to nil.
1546
1547 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
1548
1549         * dns.el: Don't require gnus-xmas.
1550
1551 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
1552
1553         * mml.el (mml-generate-mime-1): Don't use format=flowed with
1554         inline PGP.
1555         (mml-menu): Disable mml-quote-region if mark is inactive.
1556
1557 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
1560         when the group's active is not available.
1561
1562 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
1565         error.
1566
1567         * gnus-sum.el (gnus-read-header): Don't remove a header for the
1568         parent article of a sparse article in the thread hashtb.  From
1569         Stefan Wiens <s.wi@gmx.net>.
1570
1571 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
1572
1573         * imap.el (imap-store-password): New variable.
1574         (imap-interactive-login): Use it.
1575         Suggested by Mark Plaksin <happy@mcplaksin.org>.
1576
1577 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-article-read-summary-keys): Restore new
1580         window-start and hscroll to summary window.
1581
1582 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1583
1584         * gnus-start.el (gnus-convert-old-newsrc): Only write the
1585         conversion message to newsrc-dribble when an actual conversion is
1586         performed.
1587
1588 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
1589
1590         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
1591
1592 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * mm-decode.el (mm-complicated-handles): New function reviving
1595         former definition of mm-multiple-handles.
1596
1597         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
1598         (gnus-mime-delete-part): Use it.
1599
1600 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1601
1602         * gnus-agent.el (gnus-agent-read-local): Bind
1603         nnheader-file-coding-system to gnus-agent-file-coding-system to
1604         avoid the implicit assumption that they will always be equal.
1605         (gnus-agent-save-local): Bind buffer-file-coding-system, not
1606         coding-system-for-write, as the with-temp-file macro first prints
1607         to a buffer then saves the buffer.
1608
1609 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * gnus-art.el (gnus-article-edit-part): New function.
1612         (gnus-mime-save-part-and-strip): Use it; do query instead of
1613         signaling an error; don't use mm-multiple-handles.
1614         (gnus-mime-delete-part): Ditto.
1615
1616 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
1617
1618         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
1619         old file versions.
1620         (gnus-group-prepare-hook): Removed function that converted list
1621         form of gnus-agent-expire-days to group properties.
1622
1623         * gnus-int.el: Autoload gnus-agent-regenerate-group.
1624         (gnus-request-accept-article): Re-indented.
1625
1626         * gnus-start.el (gnus-convert-old-newsrc): Registered new
1627         converters to handle old agent file formats.  Added logic for a
1628         "backup before upgrading warning".
1629         (gnus-convert-mark-converter-prompt): Developers can mark
1630         functions as needing (default), or not needing,
1631         gnus-convert-old-newsrc's "backup before upgrading warning".
1632         (gnus-convert-converter-needs-prompt): Tests whether the user
1633         should be protected from potentially irreversable changes by the
1634         function.
1635
1636         * legacy-gnus-agent.el (): New. Provides converters that are only
1637         loaded when gnus-convert-old-newsrc needs to call them.
1638         
1639 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * mail-source.el (mail-source-touch-pop): Doc fix.
1642
1643         * message.el (message-smtpmail-send-it): Doc fix.
1644
1645 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
1646
1647         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1648
1649         * nnmail.el (nnmail-split-fancy): do.
1650
1651         * gnus-kill.el (gnus-kill, gnus-execute): do.
1652
1653 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1654
1655         * gnus-sum.el (gnus-widget-reversible-match) 
1656         (gnus-widget-reversible-to-internal) 
1657         (gnus-widget-reversible-to-external): New functions.
1658         (gnus-widget-reversible): New widget.
1659         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
1660
1661 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
1662
1663         * gnus-sum.el (gnus-thread-sort-functions)
1664         (gnus-article-sort-functions): Document `(not F)' items.
1665
1666 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1667
1668         * spam.el (spam-use-gmane-xref): new backend
1669         (spam-gmane-xref-spam-group): variable to control the name of the
1670         Gmane spam group
1671         (spam-blackhole-servers, spam-blackhole-good-server-regex)
1672         (spam-regex-headers-spam, spam-regex-headers-ham)
1673         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
1674         (spam-list-of-checks): added spam-use-gmane-xref to list of
1675         backends and checks
1676         (spam-check-gmane-xref): function for spam-use-gmane-xref
1677
1678         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
1679         an autodetect method
1680
1681 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1682
1683         * gnus-int.el (gnus-request-accept-article): Inform the agent that
1684         articles are being added to a group.
1685         (gnus-request-replace-article): Inform the agent that articles
1686         need to be uncached as the cached contents are no longer valid.
1687         
1688 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1689
1690         * binhex.el: Don't autoload executable-find.
1691
1692         * canlock.el: Don't autoload mail-fetch-field.
1693
1694         * dgnushack.el: Autoload c-mode for XEmacs.
1695
1696         * gnus-ems.el: Don't autoload appt-select-lowest-window.
1697
1698         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
1699         rmail-dont-reply-to and rmail-output.
1700
1701         * gnus-score.el: Don't autoload ffap-string-at-point.
1702
1703         * gnus-setup.el: Don't autoload sc-cite-original.
1704
1705         * imap.el: Don't autoload base64-decode-string,
1706         base64-encode-string and md5.
1707
1708         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
1709         and rmail-msg-restore-non-pruned-header.
1710
1711         * mm-decode.el: Don't autoload executable-find.
1712
1713         * mm-url.el: Don't autoload executable-find.
1714
1715         * mm-view.el: Don't autoload diff-mode.
1716
1717         * nndb.el: Don't autoload news-reply-mode, news-setup,
1718         cancel-timer and telnet.
1719
1720         * password.el: Don't autoload run-at-time for Emacs.
1721
1722         * sha1-el.el: Don't autoload executable-find.
1723
1724         * sieve-mode.el: Don't autoload c-mode.
1725
1726         * uudecode.el: Don't autoload executable-find.
1727
1728 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1729
1730         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
1731         (gnus-agent-possibly-alter-active): Avoid null in numeric
1732         comparison.
1733         (gnus-agent-set-local): Refuse to save null in local object table.
1734         (gnus-agent-regenerate-group): The REREAD parameter can now be a
1735         list of articles that will be marked as unread.
1736
1737 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
1740
1741 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
1742
1743         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
1744         language tags.
1745
1746 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1747
1748         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
1749         Don't bind "obarray".
1750
1751         * gnus-sum.el (gnus-thread-sort-functions): Added
1752         `gnus-thread-sort-by-most-recent-number' and
1753         `gnus-thread-sort-by-most-recent-date'.
1754         Reported by Kai Grossjohann <kai@emptydomain.de>.
1755
1756 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
1759
1760 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
1761
1762         * gnus-cus.el (gnus-agent-customize-category): Removed
1763         ignore-errors macro reference that required cl to be loaded at
1764         run-time.
1765
1766         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
1767         single-interval range of the form (min . max).  Previously the
1768         range had to look like ((min . max)).  Likewise, return
1769         (min . max) rather than ((min . max)).
1770         (gnus-range-map): Use gnus-range-normalize to accept
1771         single-interval range.
1772
1773         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
1774         the cache, but not the agent, now appear with their usual face.
1775
1776         * dgnushack.el (loaddir): New variable that is bound to the
1777         directory containing the dgnushack.el file. Use loaddir, rather
1778         than srcdir, to update load-path. Change lets dgnushack compile
1779         code in directories other than GNUS/lisp.
1780
1781 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * lpath.el: Don't bind w3m-safe-url-regexp.
1784
1785         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
1786         w3m-safe-url-regexp variable buffer-local.
1787
1788         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
1789
1790 2004-02-27  Simon Josefsson  <jas@extundo.com>
1791
1792         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
1793         gnus-group-real-prefix.
1794         (gnus-summary-move-article): Use it, instead of
1795         gnus-group-real-prefix.
1796
1797 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * lpath.el: Bind w3m-safe-url-regexp.
1800
1801         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
1802         w3m-safe-url-regexp variable buffer-local and set it as the value
1803         of mm-w3m-safe-url-regexp.
1804
1805         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
1806
1807         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
1808         parsing gnus-posting-styles when the message is not for replying.
1809
1810         * dgnushack.el: Autoload sgml-mode for XEmacs.
1811
1812         * nnrss.el (nnrss-opml-export): Use
1813         mm-set-buffer-file-coding-system instead of
1814         set-buffer-file-coding-system.
1815
1816 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
1817
1818         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
1819         of checkdoc.el).
1820         * nnrss.el: do.
1821         * gnus-mlspl.el: do.
1822         * gnus-ml.el: do.
1823         * gnus-srvr.el: do.
1824
1825         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
1826
1827 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1828
1829         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
1830         Corrections to custom-manual links.
1831
1832         * gnus-art.el (gnus-article): Ditto.
1833
1834         * mm-decode.el (mime-display, mime-security): Ditto.
1835
1836 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
1837
1838         * flow-fill.el: Typo.
1839
1840 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
1841
1842         * spam-wash.el: New file.
1843
1844 2004-02-26  Mark A. Hershberger <mah@everybody.org> 
1845
1846         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
1847
1848 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1849
1850         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
1851         to be run with new-articles as LIST1, not LIST2
1852         (spam-registration-functions): add spam-use-ham-copy as a nil
1853         registration backend
1854
1855 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
1856
1857         * spam-stat.el (spam-stat-washing-hook): New option.
1858         (spam-stat-buffer-words): Use it.
1859         (spam-stat-process-directory, spam-stat-test-directory): Use
1860         insert-file-contents-literally.
1861         (spam-stat-coding-system): New variable.
1862         (spam-stat-load, spam-stat-save): Use it.
1863
1864 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * spam-report.el (spam-report-plug-agent): Quote
1867         spam-report-url-to-file and spam-report-url-ping-plain.
1868
1869 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1870
1871         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
1872         / in mailto URLs.
1873
1874 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1875
1876         * spam-report.el (spam-report-process-queue): Fix interactive use.
1877         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
1878         (spam-report-unplug-agent): Doc fixes.
1879         (spam-report-url-ping-mm-url, spam-report-url-to-file)
1880         (spam-report-agentize, spam-report-deagentize): Autoload
1881
1882 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
1885
1886         * message.el (message-setup-fill-variables): Add mml tags to
1887         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
1888         <ajk@iu.edu>.
1889         (message-mode): Don't modify paragraph-separate there.
1890
1891 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * compface.el (uncompface-use-external): Default to undecided.
1894         (uncompface-use-external-threshold): New variable.
1895         (uncompface-float-time): New macro.
1896         (uncompface): Determine whether to use the external decoder if
1897         uncompface-use-external is undecided.
1898
1899 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
1902         after images.
1903
1904         * gnus-art.el (gnus-mime-display-single): Remove dead code.
1905
1906 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
1907
1908         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
1909
1910         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
1911
1912         * gnus-sum.el (gnus-summary-limit-to-age)
1913         (gnus-summary-limit-children): do.
1914
1915         * gnus-int.el (gnus-request-scan): do.
1916
1917         * gnus-group.el (gnus-group-suspend): do.
1918
1919         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
1920
1921         * gnus-cite.el (gnus-cite-parse-attributions): do.
1922
1923         * gnus-agent.el (gnus-summary-set-agent-mark)
1924         (gnus-agent-regenerate-group): do.
1925
1926         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
1927
1928         * binhex.el (binhex-decode-region-internal): do.
1929
1930 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-fun.el (gnus-face-properties-alist): New user option.
1933         (gnus-display-x-face-in-from): Use it.
1934
1935         * gnus-art.el (article-display-face): Ditto.
1936
1937         * compface.el (uncompface-use-external): Default to nil.
1938
1939 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
1940
1941         * nntp.el (nntp-erase-buffer): New function.
1942         (nntp-retrieve-data, nntp-send-command)
1943         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
1944         (nntp-possibly-change-group): Use it.
1945
1946         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
1947         with-current-buffer.
1948
1949 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
1950
1951         * compface.el: Merge the ELisp-based uncompface program.
1952         (compface): New customization group.
1953         (uncompface-use-external): New user option.
1954         (uncompface): Call uncompface-internal if uncompface-use-external
1955         is nil.
1956         (uncompface-internal): New function.  Note that there are also
1957         some other functions and variables added for this function.
1958
1959 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
1960
1961         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
1962         if necessary.
1963
1964 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * spam-report.el (spam-report-unplug-agent)
1967         (spam-report-plug-agent, spam-report-deagentize)
1968         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
1969         support for the Agent in spam-report: when unplugged, report to a
1970         file; when plugged, submit all the requests
1971
1972         * spam.el (spam-register-routine): improved message about
1973         registration
1974
1975 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
1976
1977         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
1978         dependencies.
1979         (rfc2047-encode): Use it.
1980
1981         * gnus-art.el (gnus-button-marker-list): Move before first
1982         reference.
1983
1984         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
1985         (imap-parse-body): Fix format string mismatch.
1986
1987         * gnus-score.el (gnus-summary-increase-score): do.
1988
1989         * nnrss.el (nnrss-close): New function.
1990
1991 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
1992
1993         * nnrss.el (nnrss-make-filename): New function.
1994         (nnrss-request-delete-group, nnrss-read-server-data)
1995         (nnrss-save-server-data, nnrss-read-group-data)
1996         (nnrss-save-group-data): Use it.
1997         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
1998         (nnrss-read-server-data, nnrss-read-group-data): Use load.
1999         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
2000
2001 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
2002
2003         * mml.el (mml-compute-boundary-1): Don't uncompress files.
2004
2005 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
2006
2007         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
2008         files.
2009
2010         * message.el (message-generate-headers-first): Don't quote nil
2011         and t in docstrings.
2012
2013         * imap.el (imap-id): do.
2014
2015         * gnus-agent.el (gnus-agent-consider-all-articles)
2016         (gnus-agent-queue-mail): do.
2017
2018 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * spam-report.el (spam-report-process-queue): New function.
2021         Process requests from `spam-report-requests-file'.
2022         (spam-report-process-queue): Doc fix.
2023
2024 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * spam.el (spam-register-routine)
2027         (spam-log-processing-to-registry, spam-log-registered-p)
2028         (spam-log-unregistration-needed-p, spam-log-undo-registration):
2029         change "check" to "spam-check" for semi-clarity
2030
2031 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
2032
2033         * pop3.el: Require nnheader.
2034
2035         * mml-smime.el: Require cl.  Autoload message-fetch-field.
2036
2037         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
2038
2039         * gnus-picon.el: Require cl.
2040
2041         * gnus-fun.el: Require gnus-ems and gnus-util.
2042
2043         * gnus.el (gnus-method-to-server): Move defsubst before first use.
2044
2045         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
2046
2047         * gnus-art.el (gnus-article-edit-mode): Define before first
2048         reference.
2049
2050 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
2051
2052         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
2053         (gnus-uu-post-encoded): Use point-at-bol.
2054
2055         * gnus-topic.el (gnus-group-active-topic-p): do.
2056
2057         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
2058
2059         * gnus-group.el (gnus-group-kill-region): do.
2060
2061         * gnus-art.el (article-date-ut): do.
2062
2063         * message.el (message-fetch-field): Remove redundant
2064         case-fold-search binding.
2065         (message-narrow-to-field): Simplify.
2066
2067 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * spam.el (spam-directory): Derive from `gnus-directory'.
2070
2071         * spam-report.el (spam-report-url-to-file)
2072         (spam-report-requests-file): New function and variable for offline
2073         reporting.
2074         (spam-report-url-ping-function): Add `spam-report-url-to-file'
2075         and user defined function.
2076         (spam-report-url-ping-mm-url): Remove doubled slash.
2077
2078 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
2079
2080         * spam.el (spam-list-of-processors): fixed spamassassin variable names
2081
2082 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
2083
2084         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
2085         format string mismatch.
2086
2087         * sieve.el (sieve-deactivate-all): do.
2088
2089         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
2090
2091         * nnlistserv.el (nnlistserv-kk-wash-article): do.
2092
2093         * nnml.el (nnml-request-set-mark, nnml-save-marks): do. 
2094
2095         * mm-bodies.el (mm-7bit-chars): Don't include \r.
2096
2097 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
2098
2099         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
2100         the list of checks
2101
2102 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
2103
2104         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
2105         padding.
2106
2107 2004-01-27  Simon Josefsson  <jas@extundo.com>
2108
2109         * mm-view.el (mm-fill-flowed): Add.
2110         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
2111         <angeli@iwi.uni-sb.de>.
2112
2113 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2114
2115         * spam.el (spam-spamassassin-register-ham-routine)
2116         (spam-spamassassin-register-spam-routine): fixed function names
2117
2118 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus.el (gnus-tmp-grouplens): Remove.
2121         (gnus-summary-line-format): Remove grouplens.
2122
2123         * gnus-group.el (gnus-group-line-format): Ditto.
2124
2125         * gnus-spec.el (gnus-format-specs): Ditto.
2126         (gnus-update-format-specifications): Flush the group format spec
2127         cache if there's the grouplens stuff.
2128         (gnus-parse-simple-format): Replace %l with the empty string.
2129
2130 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
2131
2132         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
2133         omission. 
2134         From Jerry James  <james@xemacs.org>
2135
2136 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
2139         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2140
2141 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
2142
2143         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
2144         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
2145         New macros and functions.
2146         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
2147         Handle > NLINK_MAX messages.
2148         * nnmaildir.el (nnmaildir-request-set-mark): Use
2149         nnmaildir--emlink-p and nnmaildir--eexist-p.
2150
2151 2004-01-25  Alex Schroeder  <alex@gnu.org>
2152
2153         * spam-stat.el (spam-stat-process-directory-age): New option.
2154         (spam-stat-process-directory): Use it.
2155
2156 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
2157
2158         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
2159         (spam-stat-save): Accept prefix argument.
2160
2161 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
2162
2163         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
2164         links" error.
2165
2166 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
2169         the rest of the and/or forms.
2170
2171 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
2172
2173         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
2174         compatibility with old .newsrc.eld files.
2175
2176         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
2177
2178         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
2179
2180         * gnus-start.el (gnus-1): do.
2181
2182         * gnus-group.el (gnus-group-line-format-alist): do.
2183
2184         * gnus.el (gnus-use-grouplens, gnus-visual): do.
2185
2186         * gnus-gl.el: Remove.
2187
2188 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2189
2190         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
2191         marks consisting of a single range {for example, (3 . 5)} rather
2192         than a list of a single range { ((3 . 5)) }.
2193
2194 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
2195
2196         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
2197         with-current-buffer.
2198         (spam-stat-store-current-buffer): Use insert-buffer-substring to
2199         avoid consing a string.
2200
2201         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
2202         Remove obsolete entries for big5 and gb2312.
2203
2204 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
2205
2206         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
2207         uncompressed list.
2208
2209 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
2210
2211         * spam-stat.el (spam-stat-strip-xref): New function.
2212         (spam-stat-process-directory): Use it.
2213
2214         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
2215         here -- it's done in message-fetch-field.
2216
2217 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2218
2219         * gnus-agent.el (gnus-agent-queue-mail,
2220         gnus-agent-prompt-send-queue): New variables.
2221         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
2222         * gnus-draft.el (gnus-group-send-queue): Pass the group name
2223         "nndraft:queue" along to gnus-draft-send.  Use
2224         gnus-agent-prompt-send-queue.
2225         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
2226         is "nndraft:queue".  Suggested by Gaute Strokkenes
2227         <gs234@srcf.ucam.org>
2228
2229         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
2230         (agent-enable-undownloaded-faces): Added
2231         (gnus-agent-cat-groups): Use eval-and-compile, not
2232         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
2233         method of gnus-agent-cat-groups even when the buffer has been
2234         evaled.
2235         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
2236         delete gnus-agent-save-active-1.
2237         (gnus-agent-save-groups): Deleted. Identical to
2238         gnus-agent-save-active.
2239         (gnus-agent-write-active): No longer adjust agent's copy of active
2240         file as agent's adjustments are now stored in their own
2241         file. Removed optional parameter.
2242         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
2243         servers.  Add use of min/max range limits from server's local
2244         file.
2245         (gnus-agent-save-alist): Removed unused optional argument.
2246         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
2247         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
2248         (gnus-agent-set-local): A per-server file that keeps min/max range
2249         limits for articles known to the agent.  Provides a fast mechanism
2250         for altering many active ranges.
2251         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
2252         active file (local makes it unnecessary).
2253         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
2254
2255         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
2256         (agent-enable-undownloaded-faces): Added
2257
2258         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
2259         disable it when sending to "nndraft:queue".
2260         (gnus-group-send-queue): Add safety check to avoid sending queue
2261         when unplugged.
2262
2263         * gnus-group.el (gnus-group-catchup): Use new
2264         gnus-sequence-of-unread-articles, not
2265         gnus-list-of-unread-articles, to avoid exhausting memory with huge
2266         numbers of articles.  Use gnus-range-map to avoid having to
2267         uncompress the unread list.
2268         (gnus-group-archive-directory,
2269         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
2270         reference.
2271
2272         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
2273         (gnus-sorted-range-intersection): Intersection of two ranges
2274         without requiring that they first be uncompressed.
2275
2276         * gnus-start.el (gnus-activate-group): Unless blocked by the
2277         caller, possibly expand the active range to include both cached
2278         and agentized articles.
2279         (gnus-convert-old-newsrc): Rewrote in anticipation of having
2280         multiple version-dependent converters.
2281         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
2282         gnus-agent-save-active.
2283         (gnus-save-newsrc-file): Save dirty agent range limits.
2284
2285         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
2286         gnus-agent-possibly-alter-active.
2287         (gnus-adjust-marked-articles): Faster handling of simple lists
2288         
2289 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
2290
2291         * spam-stat.el (spam-stat-test-directory): New optional argument
2292         displays a list of files detected.  Suggested by Andrew Cohen
2293         <cohen@andy.bu.edu>.
2294         (spam-stat-buffer-words-with-scores): Don't narrow and change
2295         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
2296
2297 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
2298
2299         * spam.el (gnus-summary-mode-map): make spam-generic-score the
2300         default scoring function
2301         (spam-generic-score): calls spam-spamassassin-score if
2302         spam-use-spamassassin or spam-use-spamassassin-headers is on;
2303         spam-bogofilter-score otherwise.
2304
2305         From Hubert Chan <hubert@uhoreg.ca>:
2306
2307         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
2308         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
2309         (spam-spamassassin-arguments)
2310         (spam-spamassassin-spam-flag-header)
2311         (spam-spamassassin-positive-spam-flag-header)
2312         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
2313         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
2314         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2315         (spam-list-of-processors, spam-list-of-checks)
2316         (spam-list-of-statistical-checks, spam-registration-functions)
2317         (spam-check-spamassassin-headers, spam-check-spamassassin)
2318         (spam-spamassassin-score)
2319         (spam-spamassassin-register-with-sa-learn)
2320         (spam-spamassassin-register-spam-routine)
2321         (spam-spamassassin-register-ham-routine)
2322         (spam-assassin-register-spam-routine)
2323         (spam-assassin-register-ham-routine): add SpamAssassin support
2324         (spam-bogofilter-score): fix to show article before scoring
2325
2326         * gnus.el (spam-process, spam-autodetect-methods): add
2327         spamassassin and spamassassin-headers
2328
2329         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2330         Suppress unnecessary messages.  From Nevin Kapur
2331         <nkapur@cs.caltech.edu>.
2332
2333 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
2334
2335         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
2336         make-hash-table.
2337
2338 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * canlock.el (base64-encode-string): Don't autoload it.
2341
2342 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * run-at-time.el: Remove useless (require 'itimer),
2345         eval-and-compile and (featurep 'xemacs).
2346
2347 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
2348
2349         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
2350         GROUP is a virtual group.
2351
2352 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
2353
2354         * gnus.el: Autoload `message-y-or-n-p'.
2355
2356 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
2357
2358         * pgg-parse.el: Remove unnecessary (require 'custom).
2359
2360         * pgg-def.el: do.
2361
2362         * nnmail.el: do.
2363
2364         * gnus-undo.el: do.
2365
2366         * gnus-picon.el: do.
2367
2368         * gnus-util.el: do.
2369
2370 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
2371
2372         * gnus-sum.el (gnus-pick-line-number): Add autoload.
2373
2374 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
2377         handle, as well as a list.
2378
2379         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
2380         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
2381         (mm-w3m-cid-retrieve): Simplify.
2382
2383 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
2384
2385         * message.el (message-kill-to-signature): Allow prefix arg to
2386         specify number of lines to keep before signature.  From Vasily
2387         Korytov.
2388         (message-kill-to-signature): Change docstring.
2389
2390 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * canlock.el: Always require sha1-el.
2393         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
2394
2395         * message.el: Autoload sha1 only when compiling.
2396
2397         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
2398         eudc-expand-inline for XEmacs.
2399
2400 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * message.el (message-canlock-generate): Require sha1-el.
2403
2404 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
2405
2406         * message.el (message-expand-name): Silence the byte compiler.
2407
2408         * lpath.el: Add detect-coding-system.
2409
2410         * dgnushack.el (dgnushack-compile): Remove obsolete check for
2411         cus-edit.
2412
2413 2004-01-13  Simon Josefsson  <jas@extundo.com>
2414
2415         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
2416         Invoke gnus-score-mode.  Reported by
2417         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
2418
2419         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
2420         Jim Blandy <jimb@redhat.com> (tiny change).
2421
2422 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
2423
2424         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
2425
2426 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * spam.el (spam-get-article-as-string): updated to use
2429         gnus-request-article-this-buffer, much simpler
2430         (spam-get-article-as-buffer): removed
2431
2432 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
2433
2434         * message.el (message-expand-name): Use EUDC if the user uses
2435         that.
2436
2437 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
2438
2439         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
2440         character for the encoding to avoid consing a string.
2441         
2442         * rfc2047.el (rfc2047-decode-string): Don't cons a string
2443         unnecessarily.
2444
2445         * mm-util.el (mm-replace-chars-in-string): Remove.
2446
2447         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
2448         of mm-replace-chars-in-string.
2449
2450 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
2451
2452         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
2453         strings.
2454
2455         * mm-util.el (mm-subst-char-in-string): Support inplace.        
2456
2457         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
2458         a new string in every iteration.  Use shy groups.
2459
2460 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
2461
2462         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
2463         (gnus-group-change-level, gnus-kill-newsgroup)
2464         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
2465         (gnus-get-unread-articles, gnus-make-articles-unread)
2466         (gnus-make-ascending-articles-unread): Use accessor
2467         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
2468         to get group information for improved readability.
2469
2470         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
2471
2472         * gnus-soup.el (gnus-soup-group-brew): do.
2473
2474         * gnus-msg.el (gnus-put-message): do.
2475
2476         * gnus-move.el (gnus-group-move-group-to-server): do.
2477
2478         * gnus-kill.el (gnus-batch-score): do.
2479
2480         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
2481         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
2482         (gnus-group-update-group, gnus-group-read-group)
2483         (gnus-group-make-group, gnus-group-make-help-group)
2484         (gnus-group-make-archive-group, gnus-group-make-directory-group)
2485         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
2486         (gnus-group-sort-by-unread, gnus-group-catchup)
2487         (gnus-group-unsubscribe-group, gnus-group-kill-group)
2488         (gnus-group-yank-group, gnus-group-set-info)
2489         (gnus-group-list-groups): do.
2490
2491         * gnus.el (gnus-generate-new-group-name): do.
2492
2493         * gnus-delay.el (gnus-delay-send-queue): do.
2494
2495         * nnvirtual.el (nnvirtual-catchup-group): do.
2496
2497         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
2498         do.
2499
2500         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
2501         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
2502         
2503         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
2504         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
2505         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
2506         (gnus-group-make-articles-read): do.
2507         
2508 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2509
2510         * gnus-art.el (article-decode-mime-words, article-babel)
2511         (gnus-article-highlight-signature, gnus-article-add-buttons)
2512         (gnus-signature-toggle): Use gnus-with-article-buffer.
2513         
2514         * gnus-art.el (gnus-article-highlight-headers)
2515         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
2516         
2517         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
2518         (gnus-article-set-globals, gnus-request-article-this-buffer)
2519         (gnus-button-message-id, gnus-article-maybe-hide-headers)
2520         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
2521         (gnus-mime-display-alternative): Use with-current-buffer.
2522
2523 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2524
2525         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
2526         also under 80 char limit, and call gnus-error if needed
2527         (spam-fetch-article-header): finally fixed - it was a
2528         buffer-local variable (gnus-newsgroup-data)
2529         (spam-find-spam): use spam-generate-fake-headers, forget about
2530         spam-insert-fake-headers
2531         (spam-insert-fake-headers): removed
2532
2533 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2534
2535         * deuglify.el (gnus-article-outlook-unwrap-lines)
2536         (gnus-outlook-rearrange-article)
2537         (gnus-outlook-repair-attribution-outlook)
2538         (gnus-outlook-repair-attribution-block)
2539         (gnus-outlook-repair-attribution-other): Remove redundant
2540         save-excursion.
2541
2542 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
2545         (spam-fetch-field-subject-fast)
2546         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
2547         (spam-fetch-article-header): new functions to deal with Gnus
2548         internals for fast retrieval of article header data
2549         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
2550
2551 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
2552
2553         * pop3.el (pop3-md5): Remove.
2554         (pop3-apop): Replace pop3-md5 with md5.
2555
2556         * mm-bodies.el: base64 is always built-in.
2557
2558         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
2559         with-current-buffer.
2560
2561 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * canlock.el (canlock-insert-header): Remove excessive grouping in
2564         regexp.
2565
2566         * gnus-sum.el (gnus-summary-read-document): Ditto.
2567
2568         * gnus-uu.el (gnus-uu-part-number): Ditto.
2569
2570         * html2text.el (html2text-remove-tags): Ditto.
2571         (html2text-format-tags): Ditto.
2572         (html2text-format-single-elements): Ditto.
2573
2574         * mml.el (mml-parse-1): Ditto.
2575
2576 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
2579
2580         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
2581
2582         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
2583
2584         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
2585
2586 2003-11-15  Simon Josefsson  <jas@extundo.com>
2587
2588         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
2589         (pgg-gpg-lookup-key): Use regexp match instead of
2590         split-string (split-string is different between emacs 21.2 and
2591         21.4).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
2592
2593 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
2594
2595         * gnus-art.el (gnus-mime-view-all-parts)
2596         (gnus-article-part-wrapper, gnus-article-view-part): Use
2597         with-current-buffer.
2598
2599 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * spam.el (spam-disable-spam-split-during-ham-respool)
2602         (spam-spamoracle-database, spam-cache-lookups)
2603         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
2604         (spam-group-ham-mark-p, spam-group-spam-mark-p)
2605         (spam-group-ham-marks, spam-group-spam-marks)
2606         (spam-group-spam-contents-p, spam-group-ham-contents-p)
2607         (spam-list-of-processors, spam-list-of-statistical-checks): doc
2608         fix, also add spam-use-blackholes to the statistical checks
2609         (spam-fetch-field-fast): new interface to fetching fields, may
2610         become a macro
2611         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
2612         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
2613         (spam-insert-fake-headers): fake an article when needed
2614         (spam-find-spam): fake article when possible
2615         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
2616         (spam-check-bogofilter-headers): use message-fetch-field instead
2617         of nnmail-fetch-field
2618
2619 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
2622
2623 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * spam.el (spam-split): do not require spam-use-CHECK to be
2626         enabled if that check is passed to spam-split explicitly; also
2627         fix so 'spam doesn't get converted to spam-split-group when
2628         spam-split-symbolic-return is t
2629         (spam-find-spam): find registrations of the article and use those
2630         instead of re-running spam-split to find the spam/ham
2631         classification of the article
2632         (spam-log-processing-to-registry, spam-log-registered-p)
2633         (spam-log-unregistration-needed-p, spam-log-undo-registration):
2634         use gnus-error instead of gnus-message
2635         (spam-log-registration-type): new function to determine the
2636         classification of a message based on registry entries; will
2637         return nil if both 'spam and 'ham are found
2638         (spam-check-BBDB): expand all the BBDB macros here so we can have
2639         a reasonably fast local cache without the loading errors
2640         (spam-cache-lookups): set to t by default
2641         (spam-find-spam): don't try to guess spam-cache-lookups
2642         (spam-enter-whitelist, spam-enter-blacklist): also clear the
2643         spam-caches entry
2644         (spam-filelist-build-cache, spam-filelist-check-cache): better
2645         caching of whitelist/blacklist entries
2646         (spam-check-whitelist, spam-check-blacklist): invoke
2647         spam-from-listed-p with a type, not a cache variable
2648         (spam-from-listed-p): wrap around spam-filelist-check-cache
2649
2650 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
2651
2652         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
2653
2654         * nnmail.el (nnmail-split-fancy): do.
2655
2656         * mml.el (mml-parse): do.
2657
2658         * gnus-score.el (gnus-enter-score-words-into-hashtb)
2659         (gnus-score-adaptive): do.
2660
2661 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
2664         (gnus-mime-button-map): Don't set keymap parent.
2665         (gnus-button-ctan-directory-regexp): Use shy grouping.
2666         (gnus-prev-page-map): Don't set keymap parent.
2667         (gnus-prev-page-map): Remove duplicated one.
2668         (gnus-next-page-map): Don't set keymap parent.
2669         (gnus-mime-security-button-map): Ditto.
2670
2671         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
2672         version number.
2673
2674         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
2675
2676 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * canlock.el (canlock-sha1-function): Remove.
2679         (canlock-sha1-function-for-verify): Remove.
2680         (canlock-openssl-program): Remove.
2681         (canlock-openssl-args): Remove.
2682         (canlock-ignore-errors): Remove.
2683         (canlock-sha1-with-openssl): Remove.
2684         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
2685         (canlock-verify): Don't use canlock-ignore-errors.
2686
2687         * sha1-el.el (sha1-string-external): Make it can return a string
2688         in binary form.
2689         (sha1-region-external): Ditto.
2690         (sha1-string-internal): Ditto.
2691         (sha1-region-internal): Ditto.
2692         (sha1-region): Ditto.
2693         (sha1-string): Ditto.
2694         (sha1): Ditto.
2695
2696 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * spam.el (spam-report-articles-gmane): New command.
2699
2700 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus.el: Don't make unnecessary *Group* buffer when loading.
2703
2704         * run-at-time.el (run-at-time-saved): Remove.
2705         (run-at-time): Doc fix.
2706
2707 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
2708
2709         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
2710         (gnus-summary-limit-map): Add it.
2711         (gnus-summary-make-menu-bar): do.
2712
2713 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
2714
2715         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
2716         first attempt at some caching support (done for BBDB only now)
2717         (spam-find-spam): set spam-cache-lookups if there are more than 2
2718         addresses to be checked
2719         (spam-clear-cache-BBDB): new function, to be invoked by
2720         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
2721         (spam-check-BBDB): check and use the caches, if
2722         spam-cache-lookups is on
2723         remove superfluous (provide)
2724
2725 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
2728
2729 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
2730
2731         * run-at-time.el (run-at-time-saved): Move to after the definition
2732         of `run-at-time'.
2733
2734         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
2735
2736 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
2739         mm-w3m-local-map-property.
2740
2741         * mm-view.el (mm-w3m-mode-map): Remove.
2742         (mm-w3m-local-map-property): Remove.
2743         (mm-inline-text-html-render-with-w3m): Don't use
2744         mm-w3m-local-map-property.
2745
2746 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * run-at-time.el: New file.
2749
2750         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
2751         under Emacs.
2752
2753         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
2754         of gnus-set-text-properties.
2755
2756         * gnus-uu.el (gnus-uu-save-article): Ditto.
2757
2758         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
2759
2760         * gnus-cite.el (gnus-cite-parse): Ditto.
2761
2762         * gnus-art.el (gnus-button-push): Use set-text-properties instead
2763         of gnus-.
2764
2765         * gnus-xmas.el (run-at-time): Require run-at-time.
2766
2767         * gnus.el: Changed calls to nnheader-run-at-time and
2768         password-run-at-time throughout to use run-at-time directly.
2769
2770         * password.el: Removed definition of run-at-time.
2771
2772         * nnheaderxm.el: Remove definition of run-at-time.
2773
2774 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
2775
2776         * mml.el (mml-minibuffer-read-disposition): Show attachment type
2777         in prompt (tiny change)
2778
2779 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
2780
2781         * messagexmas.el (message-xmas-redefine): Alias
2782         `message-make-caesar-translation-table' to
2783         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
2784         version.
2785
2786         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
2787         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
2788         `gnus-xmas-set-text-properties'.
2789         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
2790         `gnus-xmas-completing-read'. 
2791         (gnus-xmas-completing-read): Removed.
2792         (gnus-xmas-open-network-stream): Removed.
2793
2794         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
2795         XEmacs version.
2796
2797         * dns.el (dns-make-network-process): Use `open-network-stream'
2798         instead of `gnus-xmas-open-network-stream'.
2799
2800         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
2801
2802         * .cvsignore: Add auto-autoloads.el, custom-load.el.
2803
2804 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
2805
2806         * gnus-art.el (gnus-mime-display-alternative)
2807         (gnus-insert-mime-button, gnus-insert-mime-security-button)
2808         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
2809         Don't use gnus-local-map-property.
2810
2811         * gnus-util.el (gnus-local-map-property): Remove.
2812
2813         * mm-view.el (mm-view-pkcs7-decrypt): Replace
2814         gnus-completing-read-maybe-default with completing-read.
2815
2816         * gnus-util.el (gnus-completing-read): do.
2817         (gnus-completing-read-maybe-default): Remove.
2818
2819 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
2820
2821         * password.el: Only autoload `run-at-time' if not XEmacs.
2822         Only autoload the itimer functions if XEmacs.
2823
2824 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
2827         XEmacsen.
2828
2829         * dgnushack.el: Autoload executable-find for XEmacs.
2830
2831 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
2832
2833         * gnus-art.el (gnus-read-string): Remove.
2834         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
2835         read-string.
2836
2837 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
2838
2839         * netrc.el: autoload password-read
2840         (netrc): new configuration group
2841         (netrc-encoding-method, netrc-openssl-path): configuration
2842         variables for encoding and decoding of files with symmetric
2843         ciphers
2844         (netrc-encode): assistant function to encode a file with
2845         netrc-encoding-method
2846         (netrc-parse): added interactive parameter, added optional
2847         decoding if netrc-encoding-method is non-nil but otherwise
2848         behavior is standard
2849         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
2850         s/encode/encrypt/ everywhere
2851
2852         * spam.el: remove executable-find autoload
2853
2854 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
2855
2856         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
2857
2858         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
2859
2860 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2861
2862         * gnus-art.el (gnus-treat-ansi-sequences,
2863         article-treat-ansi-sequences): New variable and function.
2864         Suggested by Dan Jacobson <jidanni@jidanni.org>.
2865
2866         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
2867         Use it.
2868
2869 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
2870
2871         * mm-util.el (mm-quote-arg): Remove.
2872
2873         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
2874         shell-quote-argument.
2875
2876         * gnus-uu.el (gnus-uu-command): do.
2877
2878         * gnus-sum.el (gnus-summary-insert-pseudos): do.
2879
2880         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
2881         with make-char.
2882
2883         * mm-util.el (mm-make-char): Remove.
2884
2885         * mml.el (mml-mode): Replace gnus-add-minor-mode with
2886         add-minor-mode.
2887
2888         * gnus-undo.el (gnus-undo-mode): do.
2889
2890         * gnus-topic.el (gnus-topic-mode): do.
2891
2892         * gnus-sum.el (gnus-dead-summary-mode): do.
2893
2894         * gnus-start.el (gnus-slave-mode): do.
2895
2896         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
2897
2898         * gnus-ml.el (gnus-mailing-list-mode): do.
2899
2900         * gnus-gl.el (gnus-grouplens-mode): do.
2901
2902         * gnus-draft.el (gnus-draft-mode): do.
2903
2904         * gnus-dired.el (gnus-dired-mode): do.
2905
2906         * gnus-ems.el (gnus-add-minor-mode): Remove.
2907
2908         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
2909         Replace gnus-char-width with char-width.
2910
2911         * gnus-ems.el (gnus-char-width): Remove.
2912
2913         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
2914         Replace gnus-char-width with char-width.
2915
2916         * gnus-ems.el (gnus-char-width): Remove.
2917
2918         * spam-stat.el (with-syntax-table): Remove with-syntax-table
2919         definition.
2920         Remove Emacs 20 hash table compatibility code.
2921
2922         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
2923         20 compatibility code.
2924
2925         * spam.el (spam-point-at-eol): Replace with point-at-eol.
2926
2927         * smime.el (smime-point-at-eol): Replace with point-at-eol.
2928
2929         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
2930         with point-at-{eol,bol}.
2931
2932         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
2933
2934         * imap.el (imap-point-at-eol): Replace with point-at-eol.
2935
2936         * flow-fill.el (fill-flowed-point-at-bol,
2937         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
2938
2939         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
2940         Replace with point-at-{eol,bol} throughout all files.
2941
2942 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * ntlm.el (ntlm-string-as-unibyte): New macro.
2945         (ntlm-build-auth-response): Use it.
2946
2947         Remove Emacs 20 stuff:
2948         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
2949         (butlast, mapc, remove): Remove the compiler macros.
2950         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
2951         of delq and copy-sequence.
2952         * gnus-art.el (popup-menu): Remove the compiler macro.
2953         * nnmail.el (nnmail-split-fancy): Don't support customizing with
2954         Emacs 20.
2955
2956 2004-01-05  Simon Josefsson  <jas@extundo.com>
2957
2958         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
2959         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
2960         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
2961         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
2962         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
2963         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
2964         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
2965         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
2966         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
2967         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
2968         ntlm-string-permute, string-lshift into ntlm-string-lshift,
2969         string-xor into ntlm-string-xor.  Suggested by
2970         Jesper Harder <harder@myrealbox.com>.
2971
2972         * ntlm.el: Don't include poem.
2973
2974         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
2975         Jesper Harder <harder@myrealbox.com>.
2976
2977         * sasl-ntlm.el, ntlm.el, md4.el: New files.
2978
2979         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
2980         probably breaks emacs with DL patch, but do we care? Is anyone
2981         still using the DL stuff?)
2982
2983         * sieve-manage.el: Use the password package.
2984         (sieve-manage-read-passwd): Remove.
2985         (sieve-manage-interactive-login): Use password.  Re-add
2986         condition-case around loop.
2987
2988         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
2989         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
2990         the password package.
2991
2992 2003-02-19  Simon Josefsson  <jas@extundo.com>
2993
2994         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
2995         token.
2996
2997 2002-08-07  Simon Josefsson  <jas@extundo.com>
2998
2999         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
3000         (sieve-manage-authenticators):
3001         (sieve-manage-authenticator-alist): Add some SASL mechs.
3002         (sieve-sasl-auth): New function.
3003         (sieve-manage-cram-md5-auth):
3004         (sieve-manage-plain-auth): Rewrite using SASL library.
3005         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
3006         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
3007         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
3008         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
3009
3010 2004-01-05  Simon Josefsson  <jas@extundo.com>
3011
3012         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
3013         New files.
3014
3015 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016
3017         * gnus-group.el (gnus-no-groups-message): Update.
3018
3019         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
3020
3021 2003-11-09  Simon Josefsson  <jas@extundo.com>
3022
3023         * imap.el: Support for ID IMAP extension (RFC 2971).
3024         (imap-local-variables): Add imap-id.
3025         (imap-id): New variable.
3026         (imap-id): New function.
3027         (imap-parse-response): Parse untagged ID response.
3028         * nnimap.el (nnimap-id): New variable.
3029         (nnimap-open-connection): Use it.
3030
3031 2003-12-28  Simon Josefsson  <jas@extundo.com>
3032
3033         * gnus-score.el (gnus-score-edit-all-score): New.
3034         * gnus-group.el (gnus-group-score-map): Bind it to W e.
3035
3036 2004-01-04  Simon Josefsson  <jas@extundo.com>
3037
3038         * password.el: Add.
3039
3040 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
3041
3042         * dns.el: Add support for AAAA records (see RFC 3596)
3043
3044         * Fix typo PRT -> PTR
3045
3046         * Parse MX, PTR and SOA replies (see RFC 1035)
3047
3048 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
3051
3052         * Moved to Changelog.1.
3053
3054     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
3055   Copying and distribution of this file, with or without modification,
3056   are permitted provided the copyright notice and this notice are preserved.
3057
3058 ;; Local Variables:
3059 ;; coding: iso-2022-7bit
3060 ;; End: