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