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