Synch to No Gnus 200603020708.
[elisp/gnus.git-] / lisp / ChangeLog
1 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4         message/* containing non-ASCII text properly.
5
6 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * message.el: Require gmm-utils, remove autoloads.
9         (message-tool-bar): Set default based on
10         gmm-tool-bar-style.
11         (message-tool-bar-gnome): Add gmm-customize-mode.
12
13         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14         gmm-tool-bar-style.
15         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16
17         * gnus-group.el (gnus-group-tool-bar): Set default based on
18         gmm-tool-bar-style.
19         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
20
21         * gmm-utils.el (gmm-image-directory): Rename variable from
22         gmm-image-load-path.
23         (gmm-image-load-path): Use gmm-image-directory.
24         (gmm-customize-mode): New function.
25         (gmm-tool-bar-style): New variable.
26
27         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
28         gnus-group-redraw-line-number.
29         (gnus-group-redraw-check): Simplify.
30         (gnus-group-tool-bar-update): Remove redraw check.
31         (gnus-group-make-tool-bar): Add redraw check.
32
33 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
34
35         * gnus-art.el (gnus-button): Add missing parentheses.
36
37 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * lpath.el: Fbind line-number-at-pos.
40
41 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
44
45 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
46
47         * gnus-art.el (gnus-button): New face.
48         (gnus-article-button-face): Use it.
49
50         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
51         gnus-summary-next-page.  Re-order.
52
53         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
54         next-node are now included.
55         (gnus-group-redraw-line-number): New internal variable.
56         (gnus-group-redraw-check): Helper function for updating the tool
57         bar.
58         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
59
60         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
61
62         * spam.el (spam-spamassassin-score-regexp): New internal variable.
63         (spam-extra-header-to-number, spam-check-spamassassin-headers):
64         Use it to match format of Spamassassin 3.0 and later.  Reported by
65         IRIE Tetsuya <irie@t.email.ne.jp>.
66         (spam-check-bogofilter)
67         (spam-bogofilter-register-with-bogofilter): Fix args of
68         `gnus-error' calls.
69
70 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
71
72         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
73         unnecessary interaction when sending queued mails.  Reported by
74         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
75
76 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
77
78         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
79         first or last are nil.
80
81 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
82
83         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
84
85 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
88
89 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * dns.el (query-dns): Protect more against buggy tcp output.
92
93 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
94
95         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
96         nov.php.
97
98 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
99
100         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
101         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
102         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
103         output on the server side.
104         (nnweb-google-create-mapping): Update regexps and add some
105         progress indication.
106
107 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
110         gnus-agent-toggle-plugged.  Re-order icons.
111         (gnus-group-tool-bar-gnome): Add
112         gnus-group-{prev,next}-unread-group.
113         (gnus-group-tool-bar-gnome): Re-order icons.
114
115         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
116         gnus-summary-insert-new-articles.
117
118         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
119         comments.
120
121         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
122         also available in Emacs 21.3.
123
124         * message.el (message-fix-before-sending): Change "Emacs 22" to
125         "Emacs 23 (unicode)" in comment.
126
127         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
128         "Emacs 23 (unicode)" in comment.
129
130         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
131         comment.
132         (mm-coding-system-p): Add comment about no-MULE XEmacs.
133
134         * mm-view.el (mm-fill-flowed): Add :version.
135
136 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
139         and load-path.
140
141 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
142
143         * message.el: Autoload gmm-image-load-path.
144         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
145         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
146         consitency.
147
148         * gmm-utils.el (gmm-image-load-path): Also search in
149         "../etc/images".  Don't set gmm-image-load-path if we don't find
150         the image.
151
152 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gmm-utils.el (gmm-image-load-path): Don't make
155         `gmm-image-load-path' include subdirectories which the second arg
156         `image' might specify.
157
158         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
159         subdirectory to icon file names.
160
161         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
162
163 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
164
165         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
166         gmm-image-load-path calls.
167
168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
169
170         * message.el (message-make-tool-bar): Ditto.
171
172         * mml.el (mml-preview): Added comment concerning tool bar icons.
173
174         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
175         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
176
177         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
178         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
179
180         * message.el (message-tool-bar-gnome): Use new icon names.
181         (message-make-tool-bar): Use `gmm-image-load-path'.
182
183         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
184         functions from MH-E.
185         (gmm-image-load-path): New variable from MH-E.
186         (gmm-image-load-path): New function from MH-E.  Added arguments
187         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
188         *-image-load-path-called-flag.
189
190 2006-02-21  Milan Zamazal <pdm@brailcom.org>
191
192         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
193
194 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
195         (tiny change)
196
197         * nnimap.el (nnimap-request-move-article): Change folder back to
198         source group before deleting.
199
200 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
201
202         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
203
204         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
205         mm-url.
206
207         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
208
209 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
212         coding system which mm-charset-to-coding-system returns for a
213         given charset is valid.
214
215 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
216
217         * html2text.el (html2text-remove-tag-list):
218         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
219
220 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
221
222         * gnus-cus.el: Revert 2005-10-17 change.
223
224 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-art.el (article-strip-banner): Call
227         article-really-strip-banner only when the regexp match is made.
228
229 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-art.el (article-strip-banner): Use
232         gnus-extract-address-components instead of
233         mail-header-parse-addresses to make it work with non-ASCII text;
234         remove mail-encode-encoded-word-string.
235
236         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
237         values which are surrounded with \"...\"; make it never cause a
238         Lisp error; give up parsing of parameters if it failed in
239         extracting type.
240
241 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
242
243         * smime.el (smime-cert-by-ldap-1): Fix bug where
244         `smime-ldap-search' returns results without userCertificates.
245
246 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
249
250 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
251
252         * spam.el (spam-check-spamassassin-headers): Adapt format for
253         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
254         <ari@mbf.ocn.ne.jp>.
255         (spam-list-of-processors): Add spam-use-gmane.
256
257 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
260         make-temp-file; make it work with XEmacs as well.
261
262         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
263         mm-make-temp-file.
264
265         * mm-decode.el (mm-display-external): Use the 3rd arg of
266         mm-make-temp-file.
267         (mm-create-image-xemacs): Ditto.
268
269 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
272         with message-narrow-to-headers.
273         (gnus-draft-setup): Narrow to header to run message-fetch-field.
274         (gnus-draft-check-draft-articles): New function.
275         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
276
277 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
278
279         * gnus-art.el (gnus-article-browse-html-parts):
280         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
281         Don't use suffix argument for mm-make-temp-file for Emacs 21
282         compatibility.  Remove useless `format'.
283
284 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
285
286         * nnweb.el (nnweb-google-wash-article): Update regexps.
287         (nnweb-group-alist): Use defvoo instead of defvar.
288
289 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
292         re-loading nn* modules.
293
294 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
295
296         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
297         for `tool-bar-mode' and don't check it's default-value.
298
299         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
300
301         * message.el (message-make-tool-bar): Ditto.
302
303         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
304         `substring'.  Shorten tmp-file name.
305
306         * gnus.el: Remove bogus comment.
307
308 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
309
310         * gnus-art.el (gnus-article-browse-html-parts): New function.
311         (gnus-article-browse-html-article): New function for viewing html
312         articles with a browser.
313
314 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
315
316         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
317         in elisp.
318         (pgg-gpg-encrypt-symmetric-region): Ditto.
319         (pgg-gpg-sign-region): Ditto.
320
321         * pgg-def.el (pgg-text-mode): New variable.
322
323         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
324         (mml2015-pgg-encrypt): Ditto.
325
326         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
327         (mml1991-pgg-encrypt): Ditto.
328
329 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
332         message-make-date instead of current-time-string.
333
334         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
335         to gnus-decoded which mm-uu might set.
336
337 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
340         don't decode quoted parameters; remove misimported Emacs code.
341         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
342         (rfc2231-decode-encoded-string): Don't use split-string which
343         behaves differently according to Emacs version; use
344         mm-decode-coding-region to convert charset to coding-system.
345         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
346         (rfc2231-encode-string): Remove misimported Emacs code.
347
348 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-art.el (article-decode-charset): Don't use ignore-errors
351         when calling mail-header-parse-content-type.
352         (article-de-quoted-unreadable): Ditto.
353         (article-de-base64-unreadable): Ditto.
354         (article-wash-html): Ditto.
355
356         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
357         calling mail-header-parse-content-type and
358         mail-header-parse-content-disposition.
359         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
360         mail-header-parse-content-type.
361
362         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
363         insert charset and format parameters; encode description after
364         inserting it to buffer.
365         (mml-insert-parameter): Fold lines properly even if a parameter is
366         segmented into two or more lines; change the max column to 76.
367
368         * rfc1843.el (rfc1843-decode-article-body): Don't use
369         ignore-errors when calling mail-header-parse-content-type.
370
371         * rfc2231.el (rfc2231-parse-string): Return at least type if
372         possible; don't cause an error even if it fails in parsing of
373         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
374         (rfc2231-encode-string): Don't break lines at the beginning, leave
375         it to mml-insert-parameter.
376
377         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
378         calling mail-header-parse-content-type.
379
380 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
381
382         * spam-report.el (spam-report-gmane-use-article-number): Improve
383         doc string.
384         (spam-report-gmane-internal): Check if a suitable header was found
385         in the article.
386
387 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
390         (rfc2231-encode-string): Make param*=value always begin with LWSP.
391
392 2006-02-05  Romain Francoise  <romain@orebokech.com>
393
394         Update copyright notices of all files in the gnus directory.
395
396 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
397
398         * nnweb.el (nnweb-request-group): Avoid growing overview files.
399
400 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
403         segmented lines of parameter value to cope with Thunderbird 1.5
404         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
405         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
406         (rfc2231-encode-string): Don't make lines exceeding 76 column.
407
408 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
409
410         * mml.el (mml-generate-mime-1): Correct the order of inline signed
411         parts.
412
413 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
414
415         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
416         there's only one active file for all servers.
417         (nnweb-request-scan): Make sure nnweb-articles is initialized on
418         solid groups.  Gnus might have used a FAST request to select the
419         group.
420         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
421         and nnweb-search redundantly in the active file.
422         (nnweb-request-list): Don't list bogus groups.  There can only be
423         one.
424         (nnweb-request-create-group): Don't use ARGS.
425         (nnweb-possibly-change-server, nnweb-request-group): Remove some
426         initialisations.  Let nnoo do the work.
427
428 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
431         decoded.
432         (mm-uu-diff-extract): Ditto.
433
434         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
435
436 2006-01-31  Kevin Ryde  <user42@zip.com.au>
437
438         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
439         mailcap-viewer-test-cache when there's no 'test clause, since that
440         will invert the meaning of a "nil" test previously determined by
441         mailcap-mailcap-entry-passes-test.
442
443 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
446         compiling.
447
448         * gnus-sum.el: Ditto.
449
450         * message.el: Don't bind tool-bar-map when compiling.
451
452 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
453
454         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
455
456 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
457
458         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
459         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
460         current Google Groups.
461
462 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
463
464         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
465         and tool-bar-mode.
466
467         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
468         and tool-bar-mode.
469
470         * message.el (message-tool-bar-update): Simplify.
471         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
472
473         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
474         gnus-summary-buffer.
475         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
476         gnus-summary-reply.
477
478         * gmm-utils.el (gmm): Add :version.
479
480 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * Makefile.in (clean): New rule.
483         (distclean): Use it.
484
485 2006-01-26  Steve Youngs  <steve@sxemacs.org>
486
487         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
488         autoload.
489
490 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gmm-utils.el (gmm-verbose): Add :group.
493
494 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
495
496         * message.el: Change some comments WRT tool-bars.
497
498         * gnus-sum.el (gnus-summary-tool-bar)
499         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
500         (gnus-summary-tool-bar-zap-list): New variables.
501         (gnus-summary-make-tool-bar): Complete rewrite using
502         `gmm-tool-bar-from-list'.
503
504         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
505         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
506         variables.
507         (gnus-group-make-tool-bar): Complete rewrite using
508         `gmm-tool-bar-from-list'.
509         (gnus-group-tool-bar-update): New function.
510
511         * message.el (message-mode-field-menu): Add "Show hidden Headers".
512
513 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
516         is dissected into a single part of which the type is the same as
517         the given one; decode charset.
518
519 2006-01-21  Kevin Ryde  <user42@zip.com.au>
520
521         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
522         into alists as symbol not string, since that's what
523         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
524         look for.
525
526 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
527
528         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
529         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
530
531         * message.el (message-tool-bar-gnome): Use gmm-ignore.
532
533 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
536         (gnus-xmas-mime-security-button-menu): New function.
537
538         * gnus-art.el (gnus-mime-security-button-commands): New variable.
539         (gnus-mime-security-button-menu): New definition.
540         (gnus-mime-security-button-map): Use them.
541         (gnus-mime-security-button-menu): New function.
542         (gnus-insert-mime-security-button): Addition to help echo.
543         (gnus-mime-security-run-function, gnus-mime-security-save-part)
544         (gnus-mime-security-pipe-part): New functions.
545
546         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
547         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
548
549         * mm-decode.el (mm-handle-set-disposition): Remove.
550         (mm-handle-set-description): Remove.
551
552 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
555         (mm-w3m-standalone-supports-m17n-p): New function.
556         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
557         w3m usage.
558
559         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
560         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
561
562 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
563
564         * message.el (message-tool-bar-zap-list): Use
565         gmm-tool-bar-zap-list as custom type.
566         (message-tool-bar-update): New function.
567         (message-tool-bar, message-tool-bar-gnome)
568         (message-tool-bar-retro): Add message-tool-bar-update.
569         (message-tool-bar-gnome): Add flyspell-buffer.
570
571         * gnus-util.el (gnus-error): Describe `args'.
572
573         * gmm-utils.el (gmm-error): Describe `args'.
574         (gmm-tool-bar-zap-list): New widget.
575         (gmm-tool-bar-from-list): Improve description of `zap-list'.
576
577 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
580         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
581         the number of recursive calls.
582
583         * mm-decode.el (mm-handle-set-disposition): New macro.
584         (mm-handle-set-description): New macro.
585
586 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
589         encoding.
590
591 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
592
593         * message.el (message-tool-bar-zap-list, message-tool-bar)
594         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
595         (message-tool-bar-local-item-from-menu): Remove.
596         (message-tool-bar-map): Replace by `message-make-tool-bar'.
597         (message-make-tool-bar): New function.
598         (message-mode): Use `message-make-tool-bar'.
599
600         * gmm-utils.el: New file.
601         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
602         (gmm-lazy): New widget copied from `nnmail.el'.
603         (gmm-tool-bar-from-list): New function for creating customizable
604         tool bars.
605         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
606         output.
607         (gmm): Add :prefix to defgroup.
608
609 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
610
611         * gmm-utils.el (gmm-widget-p): New function.
612
613 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
614
615         * mml.el (mml-attach-file): Describe `description' in doc string.
616         (mml-menu): Add Emacs MIME manual and PGG manual.
617
618 2006-01-20  Richard M. Stallman  <rms@gnu.org>
619
620         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
621
622 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
623
624         * nntp.el (nntp-end-of-line): Doc fix.
625
626 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
627
628         * imap.el (imap-open): Handle case where buffer is a buffer
629         object.
630
631 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * gnus-delay.el (gnus-delay): Don't autoload.
634         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
635         to be re-loaded when customizing the `gnus-delay' group.
636
637 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
638
639         * message.el (message-insert-citation-line): Use newlines.
640
641 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
642
643         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
644         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
645         these routines, so the passphrase can be managed externally and
646         passed in to the system.
647         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
648         pgg-add-passphrase-to-cache function.
649
650         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
651         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
652         these routines, so the passphrase can be managed externally and
653         passed in to the system.
654         (pgg-pgp5-sign-region): Use new name of
655         pgg-add-passphrase-to-cache function.
656
657 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
658
659         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
660         part of the decoded armor to find the key-identifier.
661         (pgg-gpg-lookup-key-owner): New function to return the
662         human-readable identifier of a key owner.
663         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
664         itself.
665         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
666         the key value) if we have a key and can match it against a secret
667         key.  Also, added a note pointing out fact that the prompt only
668         indicates the first matching key.
669
670         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
671         pgg-decrypt-region.
672         (pgg-add-passphrase-to-cache): Rename from
673         `pgg-add-passphrase-cache' to reduce confusion (all callers
674         changed).
675         (pgg-remove-passphrase-from-cache): Rename from
676         `pgg-remove-passphrase-cache' to reduce confusion (all callers
677         changed).
678         (pgg-read-passphrase, pgg-add-passphrase-cache)
679         (pgg-remove-passphrase-cache): Add informative docstrings.
680         (pgg-decrypt): Convey provided passphrase in subordinate call to
681         pgg-decrypt-region.
682
683 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
684
685         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
686         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
687         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
688         'passphrase' argument, so the passphrase can be managed externally
689         and then passed in to the system.
690
691         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
692         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
693         so the passphrase cache can be used reliably with identifiers
694         besides a pgp packet's key id.
695
696         * pgg-gpg.el (pgg-gpg-encrypt-region)
697         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
698         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
699         these routines, so the passphrase can be managed externally and
700         passed in to the system.
701
702         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
703         'notruncate' argument, so the passphrase cache can be used
704         reliably with identifiers besides a pgp packet's key id.
705
706 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
707
708         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
709         symmetric encryption.
710         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
711         encrypted session key.
712         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
713         message ask for the passphrase in a proper way.
714
715         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
716         New user commands for symmetric encryption.
717
718 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
721
722         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
723
724 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
725
726         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
727
728 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * mm-decode.el (mm-inlined-types): Add application/pgp.
731         (mm-automatic-display): Ditto.
732
733         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
734         part as text.
735
736 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * nnrss.el: Update copyright.
739         (nnrss-opml-import): Query whether to subscribe to each entry.
740
741         * gnus-art.el:
742         * gnus-sum.el:
743         * gnus-xmas.el:
744         * messagexmas.el:
745         * mm-uu.el:
746         * mm-view.el: Update copyright.
747
748 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
749
750         * message.el (message-info): New function.
751         (message-mode-menu): Add it.
752         Update copyright.
753
754         * ChangeLog: Fix and update copyright.
755
756 2006-01-13  Romain Francoise  <romain@orebokech.com>
757
758         * message.el (message-forward-subject-name-subject): Prefer the
759         address to 'nowhere' if the sender has no name.
760         Fix typo.  Update copyright year.
761
762 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-art.el (article-wash-html): Use
765         gnus-summary-show-article-charset-alist if a numeric arg is given.
766         (gnus-article-wash-html-with-w3m-standalone): New function.
767
768         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
769         mm-inline-text-html-render-with-w3m-standalone.
770         (mm-text-html-washer-alist): Map w3m-standalone to
771         gnus-article-wash-html-with-w3m-standalone.
772         (mm-inline-text-html-render-with-w3m-standalone): New function.
773
774 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
775
776         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
777         Improve LaTeX.
778
779 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
782         (nnrss-request-article): Render text/plain parts as HTML.
783
784         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
785         the buffer.
786
787 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
788
789         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
790         custom definition of `gnus-posting-styles'.
791
792         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
793         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
794
795 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
798         Use nntp for bug archive.
799
800 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
803         parts.
804         (nnrss-normalize-date): New function converts ISO 8601 date into
805         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
806         (nnrss-check-group): Use it.
807
808 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
811
812         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
813         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
814         (nnrss-insert-w3): Ditto.
815
816 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
819         the articles to be forwarded including the case where neither a
820         number of articles nor a region is specified.
821
822 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * nnrss.el (nnrss-request-article): Fix last change; fill
825         text/plain parts.
826
827 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
830         in text/plain part.
831         (nnrss-check-group): Don't add excessive newline to dc:subject.
832
833 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
834
835         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
836         article.
837
838 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * nnml.el: Don't require gnus-bcklg.  Autoload it.
841         (nnml-use-compressed-files, nnml-save-mail): Support other
842         comression programs such as bzip2.
843
844 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * dns.el (query-dns): Make sure we check the buffer size before
847         removing tcp headers.
848
849 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
852         remove MIME buttons associated with multipart/alternative parts.
853         (gnus-mime-display-alternative): Tag buttons using `article-type'
854         text property.
855
856         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
857         associated with multipart/alternative parts.
858
859         * gnus-art.el (gnus-signature-separator): Fix custom type.
860
861         * mm-decode.el (mm-inlined-types): Fix custom type.
862         (mm-keep-viewer-alive-types): Ditto.
863         (mm-automatic-display): Ditto.
864         (mm-attachment-override-types): Ditto.
865         (mm-inline-override-types): Ditto.
866         (mm-automatic-external-display): Ditto.
867
868 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
869
870         * spam-report.el (spam-report-user-mail-address)
871         (spam-report-user-agent): New variables.
872         (spam-report-url-ping-plain): Use spam-report-user-agent.
873
874 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
875
876         * gnus-art.el (gnus-button-handle-custom): Do not just use
877         `customize-apropos' for any "M-x customize-*" button but the
878         function called for.  Accept both the function name and its
879         argument in order to achieve this.
880         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
881         function name to `gnus-button-handle-custom' in case of "M-x
882         customize-*" buttons.
883
884 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
887         multipart/alternative and add xref to mm-discouraged-alternatives
888         in doc string.
889
890         * mm-decode.el (mm-discouraged-alternatives): Add xref to
891         gnus-buttonized-mime-types in doc string.
892
893 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
894
895         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
896         Suggest image/.* in the doc string.
897
898 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
899
900         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
901         message-marks (Debian bug #342521).
902
903 2005-12-12  Simon Josefsson  <jas@extundo.com>
904
905         * password.el (password-read-from-cache): Add.
906         (password-read): Use it.
907
908 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
911         us-ascii as a MIME charset.
912
913         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
914         against the case where the 2nd arg TYPE is nil.
915
916 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
917
918         * pop3.el (pop3-stream-type): Fix custom version.
919
920         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
921
922 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
923
924         * mm-decode.el (mm-display-external): Add missing cdr.
925
926 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * mm-decode.el (mm-display-external): Use nametemplate (defined in
929         RFC1524) if it is in mailcap or add a suffix according to
930         mailcap-mime-extensions when generating a temp filename; postpone
931         deleting a temp file for 2 seconds for some wrappers, shell
932         scripts, and so on, which might exit right after having started a
933         viewer command as a background job.
934
935 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
936
937         * nntp.el (nntp-marks-directory): Fix custom group.
938
939         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
940         steps when < 10.
941
942         * gnus-start.el (gnus-no-server-1): Mention
943         `gnus-level-default-subscribed' in doc string.
944
945 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
946
947         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
948         parens.
949
950 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-xmas.el (gnus-use-toolbar): Revert.
953         (gnus-xmas-setup-toolbar): Use global default-toolbar if
954         gnus-use-toolbar is default.
955
956         * messagexmas.el (message-use-toolbar): Revert.
957         (message-setup-toolbar): Use global default-toolbar if
958         message-use-toolbar is default.
959
960 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
963         according to default-toolbar-visible-p.
964
965         * messagexmas.el (message-use-toolbar): Ditto.
966
967 2005-11-26  Dave Love  <fx@gnu.org>
968
969         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
970         (tls-program, tls-success): Provide openssl alternative.
971
972         * starttls.el: Doc fixes.
973         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
974         SERVICE to PORT.
975
976         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
977         port null or service name.
978         (starttls-negotiate): Autoload.
979
980 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
981
982         * message.el (message-kill-to-signature): Fix interactive spec.
983
984 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * pop3.el (pop3-open-server): Recognize a string as a service name.
987
988 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
989
990         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
991
992 2005-11-23  Dave Love  <fx@gnu.org>
993
994         Add pop3s, pop3/starttls.
995
996         * pop3.el (pop3-authentication-scheme): Clarify doc.
997         (open-tls-stream, starttls-open-stream): Autoload.
998         (pop3-stream-type): New.
999         (pop3-open-server): Use it.
1000
1001         * mail-source.el (mail-sources): Fix some :types.  Add stream type
1002         for POP.
1003         (mail-source-keyword-map): Add :stream for POP.
1004         (mail-source-fetch-pop): Use pop3-stream-type.
1005
1006 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1009         of current-time-string.
1010
1011 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1012
1013         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1014         date header.
1015
1016 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1017
1018         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
1019         it can seriously impact performance as it bypasses the agent's
1020         local caches.
1021
1022 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1023
1024         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1025         must be explicitly online rather than "not explicitly offline" for
1026         its flags to be synchronized.
1027
1028         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
1029         that gnus-uu-unmark-thread will function correctly.
1030
1031         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
1032         1024K is instead displayed as 1M.
1033
1034 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1037
1038 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1039
1040         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1041
1042 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
1043
1044         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
1045         error message to display actual error condition.
1046         (gnus-agent-save-local): Avoid saving symbols that are bound to
1047         nil as they simply result in a warning message in
1048         gnus-agent-read-local.
1049
1050 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1053         rather than make-variable-buffer-local for file-precious-flag.
1054
1055 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1056
1057         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
1058         for duplicates which are removed.  The invalid sort check then
1059         triggers a rescan after the sort as sorting may have moved
1060         duplicate entries such that they can be cheaply detected.
1061
1062 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1065
1066 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1067
1068         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1069         internal variable to a custom variable.  Changed default value
1070         from compressed(2) to uncompressed(1).
1071         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1072         support for uncompressed agentview files.  Taken together, reading
1073         the agentview file should now be 6-7 times faster.
1074
1075 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1076
1077         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1078         as a buffer-local variable.  This avoids creating truncated
1079         dribble files as a result of a hang up, eg.
1080
1081 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
1082
1083         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
1084         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
1085         XEmacs.
1086
1087 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1088
1089         * gnus-start.el (gnus-start-draft-setup): Enforce
1090         `gnus-draft-mode' for nndraft:drafts at startup.
1091
1092         * gnus.el (gnus-splash): Change custom group.
1093         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1094         allow-list argument.
1095
1096         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1097         string.
1098
1099 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1100
1101         * gnus-art.el (gnus-default-article-saver): Add user-defined
1102         `function' to custom type.
1103
1104 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1105
1106         * imap.el (imap-open): Handle case where buffer is a buffer
1107         object.
1108
1109 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1110
1111         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1112         long lines.
1113         (gnus-cache-delete-group): Wrap doc strings.
1114
1115         * gnus-agent.el (gnus-agent-rename-group)
1116         (gnus-agent-delete-group): Wrap doc strings.
1117
1118
1119 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1120
1121         * messagexmas.el (message-use-toolbar): Change the valid values
1122         into default, top, bottom, left, and right.
1123         (message-toolbar-thickness): New variable.
1124         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
1125         well.
1126         (message-setup-toolbar): Make it work.
1127
1128         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
1129         (gnus-use-toolbar): Change the valid values into default, top,
1130         bottom, left, and right.
1131         (gnus-toolbar-thickness): New variable.
1132         (gnus-xmas-setup-toolbar): New function.
1133         (gnus-xmas-setup-group-toolbar): Use it.
1134         (gnus-xmas-setup-summary-toolbar): Use it.
1135
1136 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * gnus-start.el (gnus-1): Add "native" to
1139         gnus-predefined-server-alist.
1140
1141         * gnus.el (gnus-method-to-server): Don't add "native" to the
1142         lists here, because that leads to problems when
1143         gnus-select-method is bound.
1144
1145 2005-11-09  Simon Josefsson  <jas@extundo.com>
1146
1147         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
1148         use (not sort-by-date) instead.
1149
1150 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1151
1152         * gnus-delay.el (gnus-delay-group): Don't autoload.
1153         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1154         to be re-loaded when customizing the `gnus-delay' group.
1155
1156 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1157
1158         * message.el: Revert last changes.
1159         (message-insert-citation-line): Use newlines.
1160
1161 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1162
1163         * message.el (message-courtesy-message)
1164         (message-mark-insert-begin, message-mark-insert-end)
1165         (message-elide-ellipsis, message-cancel-message)
1166         (message-add-header, message-change-subject)
1167         (message-cross-post-followup-to-header)
1168         (message-cross-post-insert-note, message-reduce-to-to-cc)
1169         (message-widen-reply, message-delete-not-region)
1170         (message-kill-to-signature, message-insert-signature)
1171         (message-insert-importance-high, message-insert-importance-low)
1172         (message-insert-or-toggle-importance)
1173         (message-insert-disposition-notification-to)
1174         (message-indent-citation, message-yank-original)
1175         (message-cite-original-without-signature, message-cite-original)
1176         (message-insert-citation-line, message-position-on-field)
1177         (message-fix-before-sending, message-send-mail-partially)
1178         (message-send-mail, message-send-mail-with-sendmail)
1179         (message-send-mail-with-qmail, message-send-news)
1180         (message-check-news-header-syntax, message-generate-headers)
1181         (message-insert-courtesy-copy, message-fill-address)
1182         (message-fill-header, message-shorten-references)
1183         (message-setup-1, message-cancel-news)
1184         (message-forward-make-body-plain, message-forward-make-body-mime)
1185         (message-forward-make-body-mml, message-encode-message-body)
1186         (message-forward-make-body-digest-plain)
1187         (message-forward-make-body-digest-mime)
1188         (message-use-alternative-email-as-from): Insert `hard-newline'
1189         instead of ordinary newlines.
1190
1191 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * message.el (message-generate-headers): Downcase the argument
1194         given to message-check-element.
1195
1196 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
1197
1198         * nntp.el (nntp-authinfo-rejected): New error condition.
1199         (nntp-wait-for): Use new error condition to signal authentication
1200         error.
1201         (nntp-retrieve-data): Rethrow new error condition to break out of
1202         recursive call to nntp-send-authinfo.
1203
1204 2005-11-08  Romain Francoise  <romain@orebokech.com>
1205
1206         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
1207         (gnus-summary-exit-map): Bind to `Z p'.
1208         (gnus-summary-make-menu-bar): Add menu item.
1209
1210 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
1211
1212         * gnus-art.el (gnus-article-treat-custom): Add `first'.
1213         (gnus-treat-*): Add `first' in all doc strings.
1214
1215         * gnus-group.el (gnus-group-compact-group): Fix typo.
1216
1217 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus.el (gnus-parameters-case-fold-search): New variable.
1220         (gnus-parameters-get-parameter): Use it.
1221
1222         * gnus-score.el (gnus-home-score-file): Doc fix.
1223
1224 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1225
1226         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1227
1228 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * mm-util.el (mm-special-display-p): New function.
1231
1232         * mml.el (mml-preview): Use it; doc fix.
1233
1234 2005-10-29  Romain Francoise  <romain@orebokech.com>
1235
1236         * message.el (message-fix-before-sending): Fix comment.
1237
1238 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1239
1240         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
1241
1242 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1243
1244         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
1245         Used in gnus-score.el.
1246
1247 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1248
1249         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
1250
1251 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1254         whitespace removed in revision 7.8.  Use concatenated string to
1255         protect trailing whitespace.
1256
1257 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1258
1259         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1260         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1261         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1262         Courier IMAP ("some version from 2004").  Mostly based on similar
1263         code in the same function.
1264
1265 2005-10-26  Didier Verna  <didier@xemacs.org>
1266
1267         * gnus-group.el (gnus-group-compact-group): invalidate original
1268         article buffer.
1269         * gnus-srvr.el (gnus-server-compact-server): ditto.
1270         * nnml.el (nnml-request-compact-group): handle self Xref: field in
1271         NOV database and in article itself.
1272         Invalidate article backlog.
1273
1274 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1275
1276         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
1277
1278 2005-10-26  Simon Josefsson  <jas@extundo.com>
1279
1280         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
1281         part of 2004-07-25 change.
1282
1283 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * message.el (message-display-completion-list): New function.
1286         (message-expand-group): Use it; make sure the Completions buffer
1287         is modifiable.
1288
1289 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1290
1291         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1292         user-mail-name is an empty string.
1293
1294 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1295
1296         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1297         depending on gnus-score-decay-constant.
1298
1299         * encrypt.el (encrypt-insert-file-contents)
1300         (encrypt-write-file-contents): Don't use `gnus-message'.
1301
1302         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
1303         arguments.
1304         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
1305         arguments to mm-uu-verbatim-marks-extract.
1306         (mm-uu-hide-markers): New variable.
1307         (mm-uu-extract): Use face similar to `gnus-cite-3'.
1308
1309         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1310         (gnus-convert-image-to-face-command): Use "convert" by default to
1311         allow other input image formats.
1312         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
1313         accordingly.
1314
1315 2005-10-23  Simon Josefsson  <jas@extundo.com>
1316
1317         * imap.el (imap-gssapi-program): Align command line parameters
1318         with latest GNU SASL.
1319         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
1320
1321 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
1324         HTML.
1325         (nnslashdot-request-article): Ditto.
1326
1327         * lpath.el (featurep): Add nobreak-char-display.
1328
1329 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1330
1331         * mail-source.el (mail-source-fetch-pop): Require pop3.
1332         (mail-source-check-pop): Ditto.
1333
1334 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
1337         errors.
1338
1339 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1340
1341         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
1342         (gnus-treat-strip-leading-blank-lines): Improve doc string.
1343
1344         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1345
1346         * mm-bodies.el (mm-decode-string): Call
1347         `mm-charset-to-coding-system' with allow-override argument.
1348
1349 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1352         (rfc2047-charset-to-coding-system): New function.
1353         (rfc2047-decode-encoded-words): New function.
1354         (rfc2047-decode-region): Use them.
1355         (rfc2047-decode-cte): Remove.
1356         (rfc2047-parse-and-decode): Remove.
1357         (rfc2047-decode): Remove.
1358
1359 2005-10-15  Kenichi Handa  <handa@m17n.org>
1360
1361         * rfc2047.el (rfc2047-decode-cte): New function.
1362         (rfc2047-decode-region): Change the way to decode successive
1363         encoded-words: decode B- or Q-encoding in each encoded-word,
1364         concatenate them, and decode it as charset.
1365
1366 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * lpath.el: Fbind codepage-setup for XEmacs.
1369
1370 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1371
1372         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1373         widget-move-and-invoke.
1374         (gnus-custom-mode): Use gnus-custom-map.
1375
1376 2005-10-15  Bill Wohler  <wohler@newt.com>
1377
1378         * message.el (message-tool-bar-map): Renamed image file from
1379         mail_send to mail/send.
1380
1381 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1382
1383         * message.el (message-expand-group): Pass the common
1384         prefix substring of completion to `display-completion-list'.
1385
1386 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
1387
1388         * mml-sec.el (mml-secure-method): New internal variable.
1389         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1390         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
1391         functions using mml-secure-method.
1392
1393         * mml.el (mml-mode-map): Add key bindings for those functions.
1394         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1395         Harder <harder@myrealbox.com>.
1396         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
1397         end of message if point is the headers of the message.
1398
1399         * message.el (message-in-body-p): New function.
1400
1401         * assistant.el: Autoload gnus-util and netrc.
1402
1403         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
1404         Use `mm-charset-override-alist' only when decoding.
1405
1406         * mm-bodies.el (mm-decode-body): Call
1407         `mm-charset-to-coding-system' with allow-override argument.
1408
1409         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1410         `filename' from Content-Disposition if Content-Type doesn't
1411         provide `name'.
1412         (gnus-mime-view-part-as-type): Set default instead of
1413         initial-input.
1414
1415 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1416
1417         * format-spec.el (format-spec): Propagate text properties of % spec.
1418
1419 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1420
1421         * gnus-art.el (gnus-treat-predicate): Add `first'.
1422
1423 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1424
1425         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1426         (mm-charset-override-alist): New variable.
1427         (mm-charset-to-coding-system): Use it.
1428         (mm-codepage-setup): New helper function.
1429         (mm-charset-eval-alist): New variable.
1430         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
1431         about unknown charsets.
1432
1433         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
1434
1435 2005-10-04  David Hansen  <david.hansen@gmx.net>
1436
1437         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1438         (nnrss-check-group): Ditto.
1439
1440 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1441
1442         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
1443         Rename x-gnus-verbatim to x-verbatim.
1444         (mm-uu-type-alist): Fix regexp for verbatim-marks.
1445
1446         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
1447         x-verbatim.
1448
1449         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1450
1451         * gnus-util.el (gnus-remove-duplicates): Remove.
1452
1453         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1454         instead of gnus-remove-duplicates.
1455
1456         * message.el (message-remove-duplicates): Remove.
1457         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1458         message-remove-duplicates.
1459
1460         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1461         available, else use implementation from `delete-dups'.
1462
1463         * message.el (message-insert-expires): New function.
1464         (message-mode-map): Add key binding.
1465         (message-mode-field-menu): Add menu entry.
1466         (message-mode): Document it.
1467         (message-make-expires-date): Use `message-make-date'.
1468
1469 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
1470
1471         * message.el (message-make-expires-date): New function.
1472
1473 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * Makefile.in (list-installed-shadows): New entry.
1476         (install): Use it.
1477         (remove-installed-shadows): New entry.
1478
1479         * dgnushack.el (dgnushack-default-load-path): New variable.
1480         (dgnushack-find-lisp-shadows): New function.
1481         (dgnushack-remove-lisp-shadows): New function.
1482
1483 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * Makefile.in (install-el-elc): New entry.
1486         (install): Use it so that .el files are necessarily installed.
1487
1488 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * time-date.el: Autoload parse-time-string, XEmacs needs it.
1491
1492 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1493
1494         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
1495         function rather than the diff-mode.el package.
1496         (mm-display-external): Use with-current-buffer.
1497         (mm-viewer-completion-map, mm-viewer-completion-map):
1498         Move initialization inside declaration.
1499
1500 2005-09-29  Simon Josefsson  <jas@extundo.com>
1501
1502         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
1503         autoload mail-check-payment.
1504         (spam-check-hashcash): Define unconditionally, since hashcash.el
1505         is part of Gnus now.  Ignore errors from payment checking.
1506
1507 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1508
1509         * message.el (message-bold-region, message-unbold-region): Rename
1510         from `bold-region' and `unbold-region'.
1511
1512         * message.el: Remove useless autoloads.
1513
1514 2005-09-28  Simon Josefsson  <jas@extundo.com>
1515
1516         * message.el (message-use-idna): Default to t.
1517         (message-use-idna): Test whether encoding works too.  Doc fix.
1518
1519 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * nntp.el (nntp-warn-about-losing-connection): Remove.
1522
1523 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1524
1525         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
1526         customizable.  Change default value.
1527         (mm-uu-diff-groups-regexp): Change default value.
1528         (mm-uu-type-alist): Add doc string.
1529         (mm-uu-configure): Add doc string.  Make it interactive.
1530         (mm-uu-tex-groups-regexp): New variable.
1531         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
1532         (mm-uu-type-alist): Add LaTeX documents.
1533         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
1534         of "text/verbatim".
1535         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
1536
1537         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
1538         instead of "text/verbatim".
1539
1540         * message.el (message-mark-inserted-region)
1541         (message-mark-insert-file): Use slrn style marks when called with
1542         prefix argument.
1543
1544 2005-09-27  Simon Josefsson  <jas@extundo.com>
1545
1546         * message.el (message-idna-to-ascii-rhs-1): Reformat.
1547
1548 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1549
1550         * message.el (message-remove-duplicates): New function.
1551         Implementation borrowed from `gnus-remove-duplicates'.
1552         (message-idna-to-ascii-rhs): Also encode idna addresses in
1553         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1554         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
1555         only ask about the same idna domain once per header and also tell
1556         in what header to replace the idna domain.
1557
1558         * gnus-art.el (article-decode-idna-rhs): Also decode idna
1559         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1560         (article-decode-idna-rhs): Fix regexp so that all idna-address in
1561         a header is decoded and not just the last one.
1562
1563 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1564
1565         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
1566         has been decoded.
1567
1568         * mm-decode.el (mm-automatic-display): Add text/verbatim.
1569         (mm-insert-part): Don't modify text if it has been decoded.
1570
1571         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
1572         decoded.
1573
1574         * mm-view.el (mm-inline-text): Don't strip text props unless
1575         decoding enriched or richtext parts.
1576
1577 2005-09-25  Romain Francoise  <romain@orebokech.com>
1578
1579         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
1580         * gnus-start.el (gnus-subscribe-interactively):
1581         * gnus-uu.el (gnus-uu-grab-articles):
1582         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
1583         space.
1584
1585 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1586
1587         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1588         * mm-view.el (mm-view-pkcs7-decrypt):
1589         * gnus-sum.el (gnus-summary-limit-to-extra)
1590         (gnus-summary-respool-article, gnus-read-move-group-name):
1591         * gnus-score.el (gnus-summary-increase-score):
1592         * gnus-util.el (gnus-completing-read-with-default):
1593         * gnus-art.el (gnus-read-save-file-name)
1594         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
1595         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
1596         * message.el (message-check-news-header-syntax):
1597         Follow convention for reading with the minibuffer.
1598
1599 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
1600
1601         * spam-report.el (spam-report-url-ping-plain):
1602         Use gnus-extended-version as User-Agent.
1603
1604         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
1605         default value is nil.
1606
1607         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
1608         (mm-uu-verbatim-marks-extract): New function.
1609         (mm-uu-extract): New face.
1610         (mm-uu-copy-to-buffer): Use it.
1611
1612         * spam-report.el (spam-report-gmane-ham): Renamed from
1613         `spam-report-gmane-unspam'.
1614         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
1615         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
1616
1617         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
1618         Autoload.
1619         (spam-report-gmane-unregister-routine): Renamed
1620         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
1621
1622 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
1623
1624         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
1625         (spam-report-gmane-unregister-routine): added support for gmane
1626         unregistration
1627
1628         * spam-report.el (spam-report-gmane-unspam)
1629         (spam-report-gmane-spam): new wrappers around spam-report-gmane
1630         (spam-report-gmane): changed to take a single article and do
1631         unspam registration
1632
1633 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1634
1635         * mm-url.el (mm-url-decode-entities): Fix regexp.
1636
1637 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
1640         default to nil, to be able to use Gnus at all.  If the default
1641         switches to something else, then the function should be fixed not
1642         be exceedingly slow.
1643
1644 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
1645
1646         * gnus-start.el (gnus-activate-group): if the server is nil, don't
1647         fail hard
1648
1649         * spam-report.el: better Keywords line
1650
1651         * spam.el: added Maintainer and better Keywords line
1652
1653 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1654
1655         * gnus-art.el (gnus-article-replace-part)
1656         (gnus-mime-replace-part): New functions.
1657         (gnus-mime-action-alist, gnus-mime-button-commands)
1658         (gnus-mime-save-part-and-strip): Added file argument.
1659         (gnus-article-part-wrapper): Added interactive argument.
1660
1661         * gnus-sum.el (gnus-summary-mime-map): Add
1662         `gnus-article-replace-part'.
1663
1664 2005-09-19  Didier Verna  <didier@xemacs.org>
1665
1666         The nnml compaction feature:
1667         * nnml.el (nnml-request-compact-group): New function.
1668         * nnml.el (nnml-request-compact): New function.
1669         * gnus-int.el (gnus-request-compact-group): New function.
1670         * gnus-int.el (gnus-request-compact): New function.
1671         * gnus-group.el (gnus-group-compact-group): New function.
1672         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
1673         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
1674         * gnus-srvr.el (gnus-server-compact-server): New function.
1675         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
1676         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
1677
1678 2005-09-18  Deepak Goel  <deego@gnufans.org>
1679
1680         * sieve.el (sieve-help): Fix `message' call: first arg should be a
1681         format spec.
1682
1683 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus.el (gnus-group-startup-message): Bind image-load-path.
1686
1687 2005-09-15  Romain Francoise  <romain@orebokech.com>
1688
1689         * message.el (message-fill-paragraph): Clarify docstring.
1690
1691 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-art.el (gnus-mime-display-part): Protect against broken
1694         MIME messages.
1695
1696 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
1699         before parsing header.
1700
1701 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
1702
1703         * html2text.el: (html2text-replace-list): Add new entities.
1704
1705 2005-09-11  Romain Francoise  <romain@orebokech.com>
1706
1707         * message.el (message-alternative-emails): Improve docstring.
1708         (message-setup-1): Call `message-use-alternative-email-as-from'
1709         after `message-setup-hook' to give it precedence over posting
1710         styles, etc.
1711         (message-use-alternative-email-as-from): Add docstring.  Remove
1712         the original From header if present.
1713
1714         * nnml.el (nnml-compressed-files-size-threshold): New variable.
1715         (nnml-save-mail): Use it.
1716
1717         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
1718         articles.  Add new argument `silent'.
1719         (gnus-uu-mark-all): Report the total number of marked articles.
1720
1721 2005-09-10  Romain Francoise  <romain@orebokech.com>
1722
1723         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
1724         (gnus-uu-mark-series): Likewise.
1725
1726 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
1727
1728         * spam-report.el (spam-report-gmane): Fix generation of spam
1729         report URL.
1730
1731 2005-09-10  Simon Josefsson  <jas@extundo.com>
1732
1733         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
1734         t, based on discussion on the ding list with Robert Epprecht
1735         <epprecht@solnet.ch>.
1736
1737 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
1738
1739         * spam-report.el (spam-report-gmane): Make it work without
1740         X-Report-Spam header.  Gmane now only provides Archived-At.
1741         This is only used if `spam-report-gmane-use-article-number' is nil.
1742         (spam-report-gmane-spam-header): Remove.  Not used anymore.
1743
1744         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
1745         make `gnus-summary-sort-by-recipient' work with threading.
1746
1747         * nnweb.el (nnweb-google-wash-article): Print a message if article
1748         is not available.
1749
1750 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1751
1752         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
1753         change.  Decode text/* parts content before displaying.
1754
1755 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1756
1757         * mml-smime.el: Remove defvar of gnus-extract-address-components.
1758
1759 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * mm-view.el (mm-display-inline-fontify): Disable support modes.
1762
1763         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
1764         url-package-name, url-package-version,
1765         w3m-cid-retrieve-function-alist, w3m-current-buffer,
1766         w3m-display-inline-images, and w3m-minor-mode-map.
1767
1768 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
1769
1770         * message.el (message-tab-body-function): Fixed mismatched custom
1771         type.
1772
1773         * gnus.el (gnus-group-change-level-function): Ditto.
1774
1775         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
1776
1777         * gnus-art.el (gnus-signature-limit)
1778         (gnus-article-mime-part-function): Ditto.
1779
1780 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * mml.el (mml-mode): Silence the byte compiler.
1783
1784         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
1785         using `(sit-for 0)' before moving the point to the specified part;
1786         skip unbuttonized parts.
1787         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
1788         return to the summary window if gnus-auto-select-part is non-nil.
1789
1790 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
1793         variables.
1794         (mml-dnd-attach-file, mml-mode): Use them.
1795
1796         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
1797         Make fetching article by MID work again for Google Groups.  Added
1798         FIXME concerning gnus-group-make-web-group.
1799
1800         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
1801         Don't depend on Gnus by using mail-extract-address-components if
1802         gnus-extract-address-components is not bound.
1803
1804 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-art.el (gnus-mime-display-security): Don't display the
1807         signature, but only the signed part.
1808
1809 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
1812
1813         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
1814         list, not listp.
1815
1816 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
1817
1818         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
1819         when encoding.
1820
1821         * mm-bodies.el (mm-decode-content-transfer-encoding):
1822         De-canonicalize CRLF for all text content types, not just
1823         text/plain.
1824
1825 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
1828         valid article; point arrow and cursor at the MIME button.
1829
1830 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
1833         Suggested by Dan Christensen <jdc@uwo.ca>.
1834
1835         * mm-decode.el (mm-save-part): Enable change of prompt.
1836
1837 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
1838
1839         * gnus-msg.el (gnus-inews-add-send-actions): Made
1840         `message-post-method' lambda parameter ARG `&optional'.
1841
1842 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
1843
1844         * gnus-sum.el (gnus-summary-mime-map): Added
1845         gnus-article-save-part-and-strip, gnus-article-delete-part and
1846         gnus-article-jump-to-part.
1847
1848         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
1849         (gnus-article-edit-part): Use it.
1850         (gnus-article-part-wrapper): Added no-handle argument.
1851         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
1852         functions.
1853
1854 2005-08-29  Romain Francoise  <romain@orebokech.com>
1855
1856         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1857         docstring.
1858         (gnus-face-from-file): Likewise.
1859
1860 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
1863         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
1864         non-nil.
1865         (gnus-auto-select-part): New variable.
1866         (gnus-article-jump-to-part): New function.
1867         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
1868         (gnus-mime-delete-part): Allow selecting specified part after
1869         deleting or stripping parts.
1870         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
1871         part if argument is bogus.
1872
1873 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
1874
1875         * gnus-art.el (w3m-minor-mode-map):
1876         * gnus-spec.el (gnus-newsrc-file-version):
1877         * gnus-util.el (nnmail-active-file-coding-system)
1878         (gnus-original-article-buffer, gnus-user-agent):
1879         * gnus.el (gnus-ham-process-destinations)
1880         (gnus-parameter-ham-marks-alist)
1881         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
1882         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
1883         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
1884         * mm-decode.el (gnus-current-window-configuration):
1885         * mm-extern.el (gnus-article-mime-handles):
1886         * mm-url.el (url-current-object, url-package-name)
1887         (url-package-version):
1888         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
1889         (smime-keys, w3m-cid-retrieve-function-alist)
1890         (w3m-current-buffer, w3m-display-inline-images)
1891         (w3m-minor-mode-map):
1892         * mml-smime.el (gnus-extract-address-components):
1893         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
1894         (gnus-newsrc-hashtb, message-default-charset)
1895         (message-deletable-headers, message-options)
1896         (message-posting-charset, message-required-mail-headers)
1897         (message-required-news-headers):
1898         * mml1991.el (mc-pgp-always-sign):
1899         * mml2015.el (mc-pgp-always-sign):
1900         * nnheader.el (nnmail-extra-headers):
1901         * rfc1843.el (gnus-decode-encoded-word-function)
1902         (gnus-decode-header-function, gnus-newsgroup-name):
1903         * spam-stat.el (gnus-original-article-buffer): Add defvars.
1904
1905 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1906
1907         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
1908         the end of the date treatments.
1909
1910 2005-08-15  Simon Josefsson  <jas@extundo.com>
1911
1912         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
1913         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
1914         Capello and Romain Francoise.
1915         (pgg-fetch-key-function): Removed, not used?
1916         (pgg-insert-url-with-w3): Require url, to get
1917         url-insert-file-contents regardless of where it is defined.
1918
1919 2005-08-13  Romain Francoise  <romain@orebokech.com>
1920
1921         * message.el (message-cite-original-1): New function.
1922         (message-cite-original): Use it.
1923         (message-cite-original-without-signature): Ditto.
1924
1925 2005-08-08  Romain Francoise  <romain@orebokech.com>
1926
1927         * message.el (message-yank-empty-prefix): New variable.
1928         (message-indent-citation): Use it.
1929         (message-cite-original-without-signature): Respect X-No-Archive.
1930
1931 2005-08-08  Simon Josefsson  <jas@extundo.com>
1932
1933         * pgg.el: Autoload url-insert-file-contents instead of loading
1934         w3/url.
1935         (pgg-insert-url-with-w3): Don't load url here.
1936
1937 2005-08-07  Jesper Harder  <harder@phys.au.dk>
1938
1939         * message.el (message-kill-to-signature): Don't insert newline at
1940         bol.
1941         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
1942
1943 2005-08-06  Romain Francoise  <romain@orebokech.com>
1944
1945         * message.el (message-user-fqdn): Fix typo in docstring.
1946
1947 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
1948
1949         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
1950
1951         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
1952
1953 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1954
1955         * mm-bodies.el (mm-encode-body): Use coding system rather than
1956         charset to encode text.
1957
1958         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
1959         number of charsets if utf-8 is available (XEmacs).
1960
1961 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
1962
1963         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
1964         taken from `gnus-button-mid-or-mail-regexp'.
1965         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
1966         (gnus-button-alist): Improve regexp for domain part of the MIDs
1967         for news:localpart@domain buttons.
1968         (gnus-button-ctan-directory-regexp): Update.
1969
1970 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * sieve-manage.el (sieve-manage-interactive-login): Use
1973         make-local-variable rather than make-variable-buffer-local.
1974         (sieve-manage-open): Ditto.
1975         (sieve-manage-authenticate): Ditto.
1976
1977         * mml.el (mml-generate-mime-1): Make the content type default to
1978         text/plain if the filename is not specified.
1979
1980 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
1983         instead of insert-buffer.
1984
1985         * message.el (message-yank-original): Ditto; set the mark at the
1986         end of the yanked message.
1987
1988 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
1991         lines to scroll rather than to stop it.
1992
1993         * mml.el (mml-generate-default-type): Add doc string.
1994         (mml-generate-mime-1): Use mm-default-file-encoding or make it
1995         default to application/octet-stream when determining the content
1996         type if it is not specified for the part or the mml contents; add
1997         a comment about mml-generate-default-type.
1998
1999 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2002         make it default to application/octet-stream when determining the
2003         content type if it is not specified for the external contents.
2004
2005 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2008         segmented parameter but also other parameters might be there.
2009
2010 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * mm-decode.el (mm-display-external): Delete temp file, directory
2013         and buffer immediately if the external process is exited.
2014
2015 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2018         fewer lines than that of scroll-margin.
2019         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2020
2021 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-art.el (gnus-article-next-page): Revert.
2024         (gnus-article-beginning-of-window): New macro.
2025         (gnus-article-next-page-1): Use it.
2026         (gnus-article-prev-page): Ditto.
2027         (gnus-article-edit-part): Use insert-buffer-substring instead of
2028         insert-buffer.
2029         (gnus-article-edit-exit): Ditto.
2030
2031         * gnus-util.el (gnus-beginning-of-window): Remove.
2032         (gnus-end-of-window): Remove.
2033
2034         * lpath.el: Don't bind header-line-format and scroll-margin.
2035
2036 2005-07-25  Simon Josefsson  <jas@extundo.com>
2037
2038         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2039         to have the url package without w3.  Reported by Daiki Ueno
2040         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2041
2042 2005-07-20  Didier Verna  <didier@xemacs.org>
2043
2044         * gnus-diary.el: Remove the description comment (nndiary is now
2045         properly documented in the Gnus manual).
2046         Fix the spelling of "Back End".
2047         * nndiary.el: Ditto.
2048         Fix the copyright notice.
2049
2050 2005-07-18  Romain Francoise  <romain@orebokech.com>
2051
2052         * gnus-sum.el (gnus-summary-to-prefix,
2053         gnus-summary-newsgroup-prefix): New variables.
2054         (gnus-summary-from-or-to-or-newsgroups): Use them.
2055
2056 2005-07-17  Romain Francoise  <romain@orebokech.com>
2057
2058         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
2059         space as it's generally not especially interesting to the user.
2060
2061 2005-07-16  Romain Francoise  <romain@orebokech.com>
2062
2063         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
2064         nil to avoid prompting and file modification if one of the
2065         messages at the top of the nnfolder file contains a copyright
2066         notice.
2067         Update copyright notice.
2068
2069         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2070         instead of `current-time-string' as the latter creates a time
2071         string that is not RFC 2822 compliant (it lacks the zone).
2072         Update copyright notice.
2073
2074 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2077         for text/rtf.  Display default in prompt.  Pass default for M-n.
2078
2079         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2080
2081 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-msg.el (gnus-button-mailto): Remove
2084         save-selected-window-window hackery because it relies on
2085         save-selected-window internals.
2086
2087 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2090         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2091         (gnus-article-prev-page): Ditto.
2092
2093         * gnus-util.el (gnus-beginning-of-window): New function.
2094         (gnus-end-of-window): New function.
2095
2096         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
2097
2098 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2099
2100         * gnus-score.el (gnus-score-edit-all-score): Set
2101         gnus-score-edit-exit-function to gnus-score-edit-done and call
2102         gnus-message.
2103
2104 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * gnus-msg.el (gnus-button-mailto): Remove
2107         save-selected-window-window hackery because it relies on
2108         save-selected-window internals.
2109
2110 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2113         add-minor-mode.
2114         (gnus-binary-mode): Ditto.
2115
2116         * gnus-topic.el (gnus-topic-mode): Ditto.
2117
2118 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2119
2120         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2121         (gnus-article-prev-page): Take scroll-margin into consideration.
2122
2123 2005-07-04  Lute Kamstra  <lute@gnu.org>
2124
2125         Update FSF's address in GPL notices.
2126
2127 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2128
2129         * gnus.el (gnus-exit):
2130         * gnus-group.el (gnus-group-icons):
2131         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2132
2133         * gnus-nocem.el (gnus-nocem):
2134         * message.el (message-various, message-buffers, message-sending)
2135         (message-interface, message-forwarding, message-insertion)
2136         (message-headers, message-news, message-mail):
2137         * pgg-gpg.el (pgg-gpg):
2138         * pgg-parse.el (pgg-parse):
2139         * pgg-pgp.el (pgg-pgp):
2140         * pgg-pgp5.el (pgg-pgp5):
2141         * pop3.el (pop3): Finish `defgroup' description with period.
2142
2143 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * gnus-art.el (article-display-face): Improve the efficiency.
2146         (article-display-x-face): Ditto; remove grey x-face stuff.
2147
2148 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (article-display-face): Correct the position in
2151         which Faces are inserted.
2152
2153 2005-06-29  Didier Verna  <didier@xemacs.org>
2154
2155         * gnus-art.el (article-display-face): Display faces in correct
2156         order.
2157
2158 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2161         (gnus-fill-real-hashtb): Use hash table instead of obarray.
2162         (gnus-nocem-check-article): Fetch the Type header.
2163         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2164         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2165         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
2166         make sure gnus-nocem-hashtb is initialized.
2167         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
2168         (gnus-nocem-unwanted-article-p): Ditto.
2169
2170         * pgg.el (pgg-verify): Return the verification result.
2171
2172 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
2175         is ascii.
2176
2177 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2178
2179         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2180         `show-nonbreak-escape'.
2181
2182 2005-06-23  Lute Kamstra  <lute@gnu.org>
2183
2184         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2185
2186         * dig.el (dig-mode):
2187         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2188
2189 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2190
2191         * nnimap.el (nnimap-split-download-body): Fix spellings.
2192
2193 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2194
2195         * gnus-art.el (gnus-article-encrypt-body):
2196         * gnus-cus.el (gnus-score-customize):
2197         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2198         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2199
2200 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2201
2202         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
2203         header by looking for magic "MII" at the beginnig.
2204
2205 2005-06-16  Miles Bader  <miles@gnu.org>
2206
2207         * gnus-xmas.el (gnus-xmas-group-startup-message):
2208         Use renamed gnus-splash face.
2209
2210         * assistant.el (assistant-field): Remove "-face" suffix from face name.
2211         (assistant-field-face): New backward-compatibility alias for renamed
2212         face.
2213         (assistant-render-text): Use renamed assistant-field face.
2214
2215         * spam.el (spam): Remove "-face" suffix from face name.
2216         (spam-face): New backward-compatibility alias for renamed face.
2217         (spam-face, spam-initialize): Use renamed spam face.
2218
2219         * message.el (message-header-to, message-header-cc)
2220         (message-header-subject, message-header-newsgroups)
2221         (message-header-other, message-header-name)
2222         (message-header-xheader, message-separator, message-cited-text)
2223         (message-mml): Remove "-face" suffix from face names.
2224         (message-header-to-face, message-header-cc-face)
2225         (message-header-subject-face, message-header-newsgroups-face)
2226         (message-header-other-face, message-header-name-face)
2227         (message-header-xheader-face, message-separator-face)
2228         (message-cited-text-face, message-mml-face):
2229         New backward-compatibility aliases for renamed faces.
2230         (message-font-lock-keywords): Use renamed message faces.
2231
2232         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2233         (sieve-test-commands, sieve-tagged-arguments):
2234         Remove "-face" suffix from face names.
2235         (sieve-control-commands-face, sieve-action-commands-face)
2236         (sieve-test-commands-face, sieve-tagged-arguments-face):
2237         New backward-compatibility aliases for renamed faces.
2238         (sieve-control-commands-face, sieve-action-commands-face)
2239         (sieve-test-commands-face, sieve-tagged-arguments-face):
2240         Use renamed sieve faces.
2241
2242         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2243         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2244         (gnus-group-news-3-empty, gnus-group-news-4)
2245         (gnus-group-news-4-empty, gnus-group-news-5)
2246         (gnus-group-news-5-empty, gnus-group-news-6)
2247         (gnus-group-news-6-empty, gnus-group-news-low)
2248         (gnus-group-news-low-empty, gnus-group-mail-1)
2249         (gnus-group-mail-1-empty, gnus-group-mail-2)
2250         (gnus-group-mail-2-empty, gnus-group-mail-3)
2251         (gnus-group-mail-3-empty, gnus-group-mail-low)
2252         (gnus-group-mail-low-empty, gnus-summary-selected)
2253         (gnus-summary-cancelled, gnus-summary-high-ticked)
2254         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2255         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2256         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2257         (gnus-summary-low-undownloaded)
2258         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2259         (gnus-summary-low-unread, gnus-summary-normal-unread)
2260         (gnus-summary-high-read, gnus-summary-low-read)
2261         (gnus-summary-normal-read, gnus-splash):
2262         Remove "-face" suffix from face names.
2263         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2264         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2265         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2266         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2267         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2268         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2269         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2270         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2271         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2272         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2273         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2274         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2275         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2276         (gnus-summary-normal-ticked-face)
2277         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2278         (gnus-summary-normal-ancient-face)
2279         (gnus-summary-high-undownloaded-face)
2280         (gnus-summary-low-undownloaded-face)
2281         (gnus-summary-normal-undownloaded-face)
2282         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2283         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2284         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2285         (gnus-splash-face):
2286         New backward-compatibility aliases for renamed faces.
2287         (gnus-group-startup-message): Use renamed gnus faces.
2288
2289         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2290         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2291         (gnus-server-agent): Remove "-face" suffix from face names.
2292         (gnus-server-agent-face, gnus-server-opened-face)
2293         (gnus-server-closed-face, gnus-server-denied-face)
2294         (gnus-server-offline-face):
2295         New backward-compatibility aliases for renamed faces.
2296         (gnus-server-agent-face, gnus-server-opened-face)
2297         (gnus-server-closed-face, gnus-server-denied-face)
2298         (gnus-server-offline-face): Use renamed gnus faces.
2299
2300         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2301         Remove "-face" suffix from face names.
2302         (gnus-picon-xbm-face, gnus-picon-face):
2303         New backward-compatibility aliases for renamed faces.
2304
2305         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2306         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2307         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2308         (gnus-cite-11): Remove "-face" suffix from face names.
2309         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2310         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2311         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2312         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2313         New backward-compatibility aliases for renamed faces.
2314         (gnus-cite-attribution-face, gnus-cite-face-list)
2315         (gnus-article-boring-faces): Use renamed gnus faces.
2316
2317         * gnus-art.el (gnus-signature, gnus-header-from)
2318         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2319         (gnus-header-content): Remove "-face" suffix from face names.
2320         (gnus-signature-face, gnus-header-from-face)
2321         (gnus-header-subject-face, gnus-header-newsgroups-face)
2322         (gnus-header-name-face, gnus-header-content-face):
2323         New backward-compatibility aliases for renamed faces.
2324         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2325
2326         * gnus-sum.el (gnus-summary-selected-face)
2327         (gnus-summary-highlight): Use renamed gnus faces.
2328         * gnus-group.el (gnus-group-highlight): Likewise.
2329
2330 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2331
2332         * gnus-sieve.el (gnus-sieve-article-add-rule):
2333         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2334         * spam-stat.el (spam-stat-buffer-change-to-spam)
2335         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2336
2337         * message.el (message-is-yours-p):
2338         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2339
2340 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * mm-view.el (mm-inline-text): Withdraw the last change.
2343
2344 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2347         executing enriched-decode.
2348
2349 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
2352         charset of tar files.
2353
2354 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2355
2356         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2357
2358 2005-06-04  Lute Kamstra  <lute@gnu.org>
2359
2360         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2361         information is never recorded.
2362
2363 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2364
2365         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2366
2367 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * pop3.el (pop3-apop): Run md5 in the binary mode.
2370
2371         * starttls.el (starttls-set-process-query-on-exit-flag):
2372         Use eval-and-compile.
2373
2374 2005-05-31  Simon Josefsson  <jas@extundo.com>
2375
2376         * smime.el (smime-replace-in-string): Define.
2377         (smime-cert-by-ldap-1): Use it.
2378
2379 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (article-display-x-face): Replace
2382         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2383
2384         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2385         set-process-query-on-exit-flag or process-kill-without-query.
2386
2387         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2388         loop instead of replace-regexp.
2389
2390         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2391         instead of process-kill-without-query if it is available.
2392
2393         * lpath.el: Fbind ldap-search-entries.
2394
2395         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2396         instead of find-file-hooks if it is available.
2397
2398         * mml1991.el: Bind pgg-default-user-id when compiling.
2399
2400         * mml2015.el: Bind pgg-default-user-id when compiling.
2401
2402         * nndraft.el (nndraft-request-associate-buffer):
2403         Use write-contents-functions instead of write-contents-hooks if it is
2404         available.
2405
2406         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2407         instead of find-file-hooks if it is available.
2408
2409         * nntp.el (nntp-open-connection): Replace
2410         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2411         (nntp-open-ssl-stream): Ditto.
2412         (nntp-open-tls-stream): Ditto.
2413
2414         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2415         set-process-query-on-exit-flag or process-kill-without-query.
2416         (starttls-open-stream-gnutls): Use it instead of
2417         process-kill-without-query.
2418         (starttls-open-stream): Ditto.
2419
2420 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
2421
2422         * smime.el (smime-cert-by-ldap-1): Don't use
2423         replace-regexp-in-string.
2424
2425 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2426
2427         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
2428
2429         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
2430         in PEM format. Adjust to the XEmacs compability.
2431
2432 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
2435         by `string-to-number'.
2436         * gnus-agent.el (gnus-agent-regenerate-group)
2437         (gnus-agent-fetch-articles): Ditto.
2438         * gnus-art.el (gnus-button-fetch-group): Ditto.
2439         * gnus-cache.el (gnus-cache-generate-active)
2440         (gnus-cache-articles-in-group): Ditto.
2441         * gnus-group.el (gnus-group-set-current-level)
2442         (gnus-group-insert-group-line): Ditto.
2443         * gnus-score.el (gnus-score-set-expunge-below)
2444         (gnus-score-set-mark-below, gnus-summary-score-effect)
2445         (gnus-summary-score-entry): Ditto.
2446         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2447         (gnus-soup-pack): Ditto.
2448         * gnus-spec.el (gnus-xmas-format): Ditto.
2449         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2450         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2451         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2452         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2453         * nndb.el (nndb-get-remote-expire-response): Ditto.
2454         * nndiary.el (nndiary-parse-schedule-value)
2455         (nndiary-string-to-number, nndiary-request-replace-article)
2456         (nndiary-request-article): Ditto.
2457         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2458         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2459         * nneething.el (nneething-make-head): Ditto.
2460         * nnfolder.el (nnfolder-request-article)
2461         (nnfolder-retrieve-headers): Ditto.
2462         * nnheader.el (nnheader-file-to-number): Ditto.
2463         * nnkiboze.el (nnkiboze-request-article): Ditto.
2464         * nnmail.el (nnmail-process-unix-mail-format)
2465         (nnmail-process-babyl-mail-format): Ditto.
2466         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2467         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2468         (nnmh-request-create-group, nnmh-request-list-1)
2469         (nnmh-request-group, nnmh-request-article): Ditto.
2470         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2471         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2472         * nnsoup.el (nnsoup-make-active): Ditto.
2473         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2474         * nntp.el (nntp-find-group-and-number)
2475         (nntp-retrieve-headers-with-xover): Ditto.
2476         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2477         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2478         (pgg-format-key-identifier): Ditto.
2479         * pop3.el (pop3-last, pop3-stat): Ditto.
2480         * qp.el (quoted-printable-decode-region): Ditto.
2481
2482         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2483         of concat.
2484
2485 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2488
2489         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2490
2491         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2492
2493         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2494
2495         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2496
2497         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2498
2499         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2500         (gnus-carpal-mode): Ditto.
2501
2502         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2503         (gnus-browse-mode): Ditto.
2504
2505         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2506
2507         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2508
2509 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2510
2511         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2512
2513 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2514
2515         * gnus-util.el (gnus-run-mode-hooks): New function.
2516
2517         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2518
2519         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
2520         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
2521
2522 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2523
2524         * gnus-agent.el (gnus-agent-make-mode-line-string):
2525         Use mode-line-highlight as mouse-face.
2526
2527 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * canlock.el (canlock): Change the parent group to news.
2530
2531         * deuglify.el (gnus-outlook-deuglify): Add :group.
2532
2533         * dig.el (dig): Add :group.
2534
2535         * dns-mode.el (dns-mode): Add :group.
2536
2537         * encrypt.el (encrypt): Add :group.
2538
2539         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2540         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2541         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2542         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2543         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2544
2545         * gnus-diary.el (gnus-diary): Add :group.
2546
2547         * gnus.el (gnus-group-news-1-face): Add :group.
2548         (gnus-group-news-1-empty-face): Ditto.
2549         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2550         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2551         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2552         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2553         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2554         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2555         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2556         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2557         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2558         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2559         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2560         (gnus-summary-high-ticked-face): Ditto.
2561         (gnus-summary-low-ticked-face): Ditto.
2562         (gnus-summary-normal-ticked-face): Ditto.
2563         (gnus-summary-high-ancient-face): Ditto.
2564         (gnus-summary-low-ancient-face): Ditto.
2565         (gnus-summary-normal-ancient-face): Ditto.
2566         (gnus-summary-high-undownloaded-face): Ditto.
2567         (gnus-summary-low-undownloaded-face): Ditto.
2568         (gnus-summary-normal-undownloaded-face): Ditto.
2569         (gnus-summary-high-unread-face): Ditto.
2570         (gnus-summary-low-unread-face): Ditto.
2571         (gnus-summary-normal-unread-face): Ditto.
2572         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2573         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2574
2575         * hashcash.el (hashcash): New custom group.
2576         (hashcash-default-payment): Add :group.
2577         (hashcash-payment-alist): Ditto.
2578         (hashcash-default-accept-payment): Ditto.
2579         (hashcash-accept-resources): Ditto.
2580         (hashcash-path): Ditto.
2581         (hashcash-extra-generate-parameters): Ditto.
2582         (hashcash-double-spend-database): Ditto.
2583         (hashcash-in-news): Ditto.
2584
2585         * message.el (message-minibuffer-local-map): Add :group.
2586
2587         * netrc.el (netrc): Add :group.
2588
2589         * sieve-manage.el (sieve-manage-log): Add :group.
2590         (sieve-manage-default-user): Diito.
2591         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2592         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2593         (sieve-manage-authenticators): Ditto.
2594         (sieve-manage-authenticator-alist): Ditto.
2595         (sieve-manage-default-port): Ditto.
2596
2597         * sieve-mode.el (sieve-control-commands-face): Add :group.
2598         (sieve-action-commands-face): Ditto.
2599         (sieve-test-commands-face): Ditto.
2600         (sieve-tagged-arguments-face): Ditto.
2601
2602         * smime.el (smime): Add :group.
2603
2604         * spam-report.el (spam-report): Add :group.
2605
2606         * spam.el (spam, spam-face): Add :group.
2607
2608 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * nntp.el (nntp-next-result-arrived-p): Some news servers may
2611         return \n.\n.\n at the end of articles.  Protect against that.
2612         (nntp-with-open-group): Allow debugging.
2613
2614         * nnheader.el (mail-header-set-extra): Make into a function
2615         because I just could't understand how to quote the list properly.
2616
2617         * dns.el (query-dns-cached): New function.
2618
2619 2005-05-26  Lute Kamstra  <lute@gnu.org>
2620
2621         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2622
2623 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
2626
2627         * gnus-art.el: Don't autoload mail-extract-address-components.
2628
2629         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
2630         eval-and-compile to evaluate it.
2631
2632         * hashcash.el: Don't autoload executable-find.
2633
2634         * nndb.el: Don't declare the nndb back end two or more times; don't
2635         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2636
2637         * nntp.el: Autoload format-spec instead of format; use
2638         eval-and-compile to evaluate autoload forms.
2639
2640 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
2641
2642         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2643
2644 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus.el (gnus-version-number): Bump version.
2647
2648 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2649
2650         * gnus.el: No Gnus v0.3 is released.
2651
2652 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * lpath.el (featurep): Bind show-nonbreak-escape.
2655
2656 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * gnus-art.el (gnus-article-edit-part): Disable undo.
2659
2660 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
2663         gnus-article-date-lapsed-new-header is t if date timer is active;
2664         skip headers in which the original date value is empty.
2665         (gnus-article-save-original-date): Redefine it as a macro.
2666         (gnus-display-mime): Use it.
2667
2668 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-art.el (article-date-ut): Support converting date in
2671         forwarded parts as well.
2672         (gnus-article-save-original-date): New function.
2673         (gnus-display-mime): Use it.
2674
2675 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
2676
2677         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
2678         enclosure element of <item>.
2679
2680 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2681
2682         * message.el (message-kill-buffer-query): Renamed from
2683         `message-kill-buffer-query-if-modified'.  Added :version.
2684
2685 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
2688         window layout.
2689
2690 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * mml.el: Autoload dnd when compiling.
2693
2694 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
2697         x-dnd-*.
2698
2699 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * qp.el (quoted-printable-encode-region): Save excursion.
2702
2703 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2704
2705         * message.el (message-kill-buffer-query-if-modified): new variable
2706         so the user can kill a modified message buffer quickly
2707         (message-kill-buffer): use it.
2708
2709 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * lpath.el: Fbind display-time-event-handler; don't fbind
2712         string-to-multibyte.
2713
2714         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
2715
2716 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
2719         contained in text because xml.el decodes entities) with LFs.
2720
2721 2005-04-11  Lute Kamstra  <lute@gnu.org>
2722
2723         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
2724         differently.
2725
2726 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * mm-util.el (mm-detect-coding-region): Typo.
2729
2730 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
2733
2734 2005-04-06  D Goel  <deego@gnufans.org>
2735
2736         * spam-stat.el (spam-stat-score-buffer): Add a call to a
2737         user-function allow user modifications of the scores.
2738         (spam-stat-score-buffer-user): New function, to allow
2739         user-computed modifications to the score.
2740         (spam-stat-score-buffer-user-functions): list of additional
2741         scoring functions
2742         (spam-stat-error-holder): global temporary error holder
2743         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
2744         variable
2745
2746 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * gnus-registry.el (gnus-registry-clean-empty-function)
2749         (gnus-registry-trim, gnus-registry-fetch-groups)
2750         (gnus-registry-delete-group): now groups that match
2751         `gnus-registry-ignored-groups' will be removed from the registry
2752         entries, not just ignored for splitting.  This helps clean up the
2753         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
2754         to get all the groups a message ID is in.
2755
2756         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
2757         (spam-stat-split-fancy): changed "threshhold" to "threshold"
2758         (spam-stat-score-buffer-user-functions): added :number custom type
2759
2760 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
2763         argument in XEmacs.
2764
2765         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
2766         (nnrss-request-group): Decode group name first.
2767         (nnrss-request-article): Make a text/plain article if mml-to-mime
2768         failed.
2769         (nnrss-get-encoding): Return a compatible encoding according to
2770         nnrss-compatible-encoding-alist.
2771         (nnrss-find-el): Use consp instead of listp.
2772         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
2773
2774 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
2777         which Emacs 20 doesn't support.
2778         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
2779
2780 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
2783         silence the byte compiler inside the defun
2784
2785         * gnus-demon.el (parse-time-string): Add autoload.
2786
2787         * gnus-delay.el (parse-time-string): Add autoload.
2788
2789         * gnus-art.el (parse-time-string): Add autoload.
2790
2791         * nnultimate.el (parse-time): Require for `parse-time-string'.
2792
2793 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2794
2795         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
2796
2797         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
2798
2799         * smime.el (smime-ldap-host-list): Add :version.
2800
2801 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
2804         pass it to `gnus-browse-read-group'.
2805         (gnus-browse-read-group): Add NUMBER argument and pass it to
2806         `gnus-group-read-ephemeral-group'.
2807
2808         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
2809         argument and pass it to `gnus-group-read-group'.
2810
2811 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
2812
2813         * mm-util.el (mm-xemacs-find-mime-charset): Only call
2814         mm-xemacs-find-mime-charset-1 if we have the mule feature
2815         available at runtime.
2816
2817 2005-03-25  Werner Lemberg  <wl@gnu.org>
2818
2819         * nnmaildir.el: Replace `illegal' with `invalid'.
2820
2821 2005-03-23  Lute Kamstra  <lute@gnu.org>
2822
2823         * time-date.el: Add comment on time value formats.
2824         Don't require parse-time.
2825         (with-decoded-time-value): New macro.
2826         (encode-time-value): New function.
2827         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
2828         (days-to-time): Return a valid time value when arg is huge.
2829         (time-since): Use time-subtract.
2830         (time-to-number-of-days): Use time-to-seconds.
2831
2832 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2833
2834         * gnus-start.el (gnus-display-time-event-handler):
2835         Check display-time-timer at runtime rather than only at load time
2836         in case display-time-mode is turned off in the mean time.
2837
2838 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2839
2840         * nnimap.el (nnimap-open-connection): Print which authinfo file is
2841         used.
2842
2843         * nneething.el (nneething-map-file-directory): Derive from
2844         `gnus-directory'.
2845
2846         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
2847         the To/Cc button.
2848
2849 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2850
2851         * nnmaildir.el (nnmaildir-request-accept-article):
2852         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
2853
2854 2005-03-13  Steve Youngs  <steve@sxemacs.org>
2855
2856         * gnus-async.el: Require timer-funcs at compile time when in
2857         XEmacs for `run-with-idle-timer'.
2858
2859 2005-03-13  Steve Youngs  <steve@sxemacs.org>
2860
2861         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
2862         autoloaded function.
2863         From: Andrey Slusar <anrays@gmail.com>.
2864
2865 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
2868
2869 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2870
2871         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
2872
2873 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
2876         gnus-expert-user to default.
2877
2878 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
2879
2880         * nnimap.el (nnimap-open-server): Ditto.
2881
2882         * imap.el (imap-authenticate): Fix typo.
2883
2884 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
2885
2886         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
2887         buffer (since IMAP server might return FETCH response out of
2888         order, and the nntp buffer must be sorted).
2889
2890 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
2891
2892         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
2893         comparison on string.
2894
2895         * gnus-agent.el (gnus-agent-long-article,
2896         gnus-agent-short-article, gnus-agent-score): Renamed category
2897         keywords to match gnus-cus.
2898         (gnus-agent-summary-fetch-series): Modified to protect against
2899         gnus-agent-summary-fetch-group clearing processable flags.
2900         (gnus-agent-synchronize-group-flags): Update live group buffer as
2901         synchronization may occur due to the user toggle the plugged
2902         status.
2903         (gnus-agent-fetch-group-1): Clear downloadable flag when article
2904         successfully downloaded.
2905         (gnus-agent-expire-group-1): Avoid using markers when the overview
2906         is in ascending order; greatly improves performance.
2907         (gnus-agent-regenerate-group): Use
2908         gnus-agent-synchronize-group-flags to reset read status in both
2909         gnus and server.
2910         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
2911
2912 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2913
2914         * message.el: Don't autoload former message-utils variables.
2915         (message-strip-subject-trailing-was): Change doc string.
2916
2917         * nnweb.el: Fixes for `gnus-group-make-web-group'.
2918         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
2919         (nnweb-google-search): Add "hl=en" here.
2920         (nnweb-google-parse-1, nnweb-google-create-mapping):
2921         Don't hardcode URL.
2922
2923 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2924
2925         * message.el (message-get-reply-headers, message-followup):
2926         Mention related variables `message-use-followup-to' and
2927         `message-use-mail-followup-to', in the information buffer.
2928
2929         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
2930         of broken groups(-beta).google.com.
2931
2932 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
2935         parameter to invoked gnus-request-move-article; remove the
2936         redundant gnus-sum-hint-move-is-internal variable; apply the marks
2937         all at once instead of once per article
2938         (gnus-summary-remove-process-mark): accept a list of articles as
2939         well as a single article for processing
2940
2941         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
2942
2943         * nnml.el (nnml-request-move-article): add move-is-internal parameter
2944
2945         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
2946
2947         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
2948
2949         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
2950
2951         * nnimap.el (nnimap-request-move-article): add move-is-internal
2952         parameter and remove the gnus-sum-hint-move-is-internal variable
2953
2954         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
2955
2956         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
2957
2958         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
2959
2960         * nndb.el (nndb-request-move-article): add move-is-internal parameter
2961
2962         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
2963
2964         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
2965
2966 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2967
2968         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
2969         a more conservative way.
2970
2971 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2972
2973         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
2974         buffer, so it moves the window's cursor.
2975
2976 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2977
2978         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
2979         `mm-dissect-multipart' and receive the from field as an (optional)
2980         argument from `mm-dissect-multipart'.
2981         (mm-dissect-multipart): Receive the from field as an argument and
2982         pass it on when we call `mm-dissect-buffer' on MIME parts.
2983         Fixes verification/decryption of signed/encrypted MIME parts.
2984
2985 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2986
2987         * gnus-sum.el (gnus-summary-move-article): set
2988         gnus-sum-hint-move-is-internal for gnus-request-move-article and
2989         whatever it calls (right now, only nnimap-request-move article
2990         respects it)
2991
2992         * nnimap.el (nnimap-request-move-article): when
2993         gnus-sum-hint-move-is-internal is set, don't do the extra
2994         nnimap-request-article
2995
2996 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * nnheader.el (nnheader-find-file-noselect): Add doc string.
2999
3000         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3001         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3002
3003         * gnus-sum.el (gnus-summary-caesar-message):
3004         Apply `gnus-treat-article' after rotation.
3005
3006         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3007         doc string.
3008
3009 2005-02-22  Simon Josefsson  <jas@extundo.com>
3010
3011         * encrypt.el (encrypt-password-cache-expiry): Remove (use
3012         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
3013         <arne@arnested.dk>.
3014         (encrypt): Add password-cache and password-cache-expiry as group
3015         members.
3016
3017 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3018
3019         * smime.el (smime-ldap-host-list): Doc fix.
3020         (smime-ask-passphrase): Use `password-read-and-add' to read (and
3021         cache) password.
3022         (smime-sign-region): Use it.
3023         (smime-decrypt-region): Use it.
3024         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
3025         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3026         fails.
3027         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
3028         certificate from DER to PEM format rather than calling openssl.
3029
3030         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
3031
3032         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
3033         for signing/encryption.
3034
3035         * mml.el (mml-parse-1): Use them.
3036
3037 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3038
3039         * nnrss.el (nnrss-verbose): Removed.
3040         (nnrss-request-group): Use `nnheader-message' instead.
3041
3042 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
3043
3044         * nnrss.el (nnrss-verbose): New variable.
3045         (nnrss-request-group): Make it say nnrss is requesting a group.
3046
3047 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3048
3049         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3050         Handle news URL with given port correctly.
3051
3052 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3055         containing special characters.
3056
3057         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3058
3059         * mml.el (mime-to-mml): Ditto.
3060
3061         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
3062         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
3063         (rfc2047-decode-region): Quote decoded words containing special
3064         characters when rfc2047-quote-decoded-words-containing-tspecials
3065         is non-nil.
3066
3067 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3070
3071         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3072
3073 2005-02-15  Simon Josefsson  <jas@extundo.com>
3074
3075         * nnimap.el (nnimap-debug): Doc fix.
3076
3077         * imap.el (imap-debug): Doc fix.
3078
3079 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
3082
3083 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3084
3085         * gnus.el (spam-contents): improve docs for spam-contents
3086         parameter in its variable incarnation
3087
3088 2005-02-14  Simon Josefsson  <jas@extundo.com>
3089
3090         * smime-ldap.el: Use require instead of load-library for ldap.
3091         (smime-ldap-search): Indent.
3092         (smime-ldap-search-internal): Shorten line.
3093
3094         * smime.el (smime-cert-by-dns): Add doc-string.
3095         (smime-cert-by-ldap-1): Indent.
3096
3097         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
3098         mml-smime-get-dns-ldap.
3099         (mml-smime-encrypt-query): Use new function.  Default to ldap.
3100
3101 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3102
3103         * smime.el: Require smime-ldap.
3104         (smime-ldap-host-list): New variable.
3105         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
3106
3107         * mml-smime.el (mml-smime-encrypt-query): New function.
3108         (mml-smime-encrypt-query): Use it.
3109
3110         * smime-ldap.el: New file.
3111
3112 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
3115
3116 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3119         argument in doc string.  Make query for type more clear.
3120
3121 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * gnus.el (gnus-group-startup-message): Search for gnus images in
3124         etc/images/gnus.
3125         * mm-util.el (mm-find-charset-region): Likewise.
3126         * smiley.el (smiley-data-directory): Search for smilies in
3127         etc/images/smilies.
3128
3129 2005-02-09  Kim F. Storm  <storm@cua.dk>
3130
3131         Change Emacs release version from 21.4 to 22.1 throughout.
3132         Change Emacs development version from 21.3.50 to 22.0.50.
3133
3134 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
3137
3138         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
3139         non-Mule XEmacs as well.
3140         (mm-decompress-buffer): Signal an error intentionally if it does
3141         not decompress compressed data because auto-compression-mode is
3142         disabled.
3143
3144 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
3147         an ID in the registry even if it has no groups
3148
3149 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
3152         merge it into mm-decompress-buffer.
3153         (gnus-mime-copy-part): Use the MIME part charset, the value which
3154         a user specified or gnus-newsgroup-charset for decoding, like
3155         gnus-mime-inline-part does; set buffer-file-coding-system to tell
3156         save-buffer what was used.  Suggested by Kevin Ryde
3157         <user42@zip.com.au>.
3158         (gnus-mime-inline-part): Allow the name parameter as well as the
3159         filename parameter; force decompressing of compressed data; always
3160         display contents being not decoded as unibyte.
3161
3162         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
3163         as well as the filename parameter.
3164
3165         * mm-util.el (mm-decompress-buffer): Merge
3166         gnus-mime-jka-compr-maybe-uncompress.
3167         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
3168         of compressed data.
3169
3170 2005-02-08  Simon Josefsson  <jas@extundo.com>
3171
3172         * imap.el (imap-log): Doc fix.
3173
3174 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
3177         the coding cookies; decompress compressed parts.
3178
3179         * mml.el (mml-generate-mime-1): Add the charaset parameter according
3180         to the value which a user specified manually or the coding cookie.
3181
3182         * mm-util.el (mm-string-to-multibyte): New function.
3183         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
3184         (mm-coding-system-to-mime-charset): New function.
3185         (mm-decompress-buffer): New function.
3186         (mm-find-buffer-file-coding-system): New function.
3187
3188         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
3189         (mm-display-inline-fontify): Rewrite for decoding and decompressing
3190         parts.
3191
3192 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3193
3194         * mm-view.el (mm-display-inline-fontify): Decode a part according
3195         to the charset parameter.
3196
3197 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3200         prefix arg is neither nil nor a number, as info specifies.
3201
3202 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
3205         timestamps.
3206
3207 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
3208
3209         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
3210         groups error checking and notify user.
3211
3212 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
3213
3214         * message.el (message-send-mail-function): Check existence of
3215         sendmail-program first before using default value
3216         `message-send-mail-with-sendmail'.  Otherwise use more generic
3217         `smtpmail-send-it'.
3218
3219 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * nntp.el (nntp-request-update-info): Always return nil.
3222
3223 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3224
3225         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3226
3227 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * message.el (message-beginning-of-line): Change the behavior when
3230         invoked between BOL and : so that it first moves backward.
3231
3232 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3235         article buffer when editing of the article is discarded.
3236         (gnus-article-prepare): Revert.
3237
3238 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus-art.el (gnus-article-prepare):
3241         Remove message-strip-forbidden-properties from the local hook.
3242
3243 2005-01-27  Simon Josefsson  <jas@extundo.com>
3244
3245         * password.el (password-cache-add): Only start one timer per key.
3246         Reported by Derek Atkins <warlord@MIT.EDU>.
3247
3248 2005-01-26  Steve Youngs  <steve@sxemacs.org>
3249
3250         * run-at-time.el: Removed.  It is no longer needed as
3251         timer-funcs.el in the xemacs-base package has a working version of
3252         `run-at-time'.
3253
3254         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
3255
3256         * password.el: Require timer-funcs instead of run-at-time in
3257         XEmacs.
3258         Remove `password-run-at-time' macro.
3259         (password-cache-add): Use `run-at-time' instead of
3260         `password-run-at-time'.
3261
3262         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
3263         Remove `nnheader-cancel-function-timers' alias,
3264         `cancel-function-timers' exists in XEmacs in timer-funcs.
3265
3266         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
3267         for `run-with-idle-timer'.
3268
3269         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
3270         for `run-at-time'.
3271
3272         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3273         for `with-timeout'.
3274
3275         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
3276         the same as for XEmacs 21.4.
3277         No need to ignore `run-with-idle-timer', this function exists in
3278         XEmacs now in timer-funcs.el in the xemacs-base package.
3279         (dgnushack-compile): No need to delete
3280         run-at-time.el from the list of files to compile because it
3281         doesn't exist anymore.
3282
3283 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3286         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3287
3288 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
3289
3290         * mail-source.el (mail-source-fetch-imap): Search for ^From case
3291         sensitively.
3292
3293 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
3294
3295         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
3296
3297 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3300         which will be inserted according to the multibyteness of a buffer
3301         rather than the type of contents.  Suggested by ARISAWA Akihiro
3302         <ari@mbf.ocn.ne.jp>.
3303
3304         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
3305         of string which old xml.el may return rather than a string.
3306
3307 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
3310
3311 2005-01-16  Simon Josefsson  <jas@extundo.com>
3312
3313         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
3314         idn/idna.el isn't available.
3315         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
3316         <michael@waxrat.com>.
3317
3318         * hashcash.el: Remove non-FSF copyright header.
3319
3320         * hashcash.el (hashcash-extra-generate-parameters): New variable.
3321         (hashcash-generate-payment): Use it.
3322         (hashcash-generate-payment-async): Use it.
3323
3324 2005-01-15  Simon Josefsson  <jas@extundo.com>
3325
3326         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
3327         Suggested by Raymond Scholz <ray-2005@zonix.de>.
3328
3329         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
3330         gnus-summary-idna-message.
3331         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
3332         (gnus-summary-idna-message): New function.
3333
3334 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
3337         gnus-novice-user.
3338
3339 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * nnrss.el (nnrss-request-delete-group): Delete entries in
3342         nnrss-group-alist as well.
3343         (nnrss-save-server-data): Insert newline.
3344
3345 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3346
3347         * gnus.el (gnus-user-agent): Use list of symbols instead of
3348         symbols.  Display full version number for (S)XEmacs.  Optionally
3349         display (S)XEmacs codename.
3350
3351         * gnus-util.el (gnus-emacs-version): Update for new
3352         `gnus-user-agent'.
3353
3354         * gnus-msg.el (gnus-extended-version): Make it possible to omit
3355         Gnus version.
3356
3357 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3358
3359         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3360         which is unreadable in some setups.
3361
3362 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-spec.el (gnus-update-format-specifications): Flush the
3365         group format spec cache if it doesn't support decoded group names.
3366
3367 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3368
3369         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
3370         to apply decay on score files matching a regexp.
3371
3372 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
3375         compatibility in %g and %c.
3376
3377 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3380         name for only %g and %c.
3381         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
3382         of gnus-tmp-group to decoded group name.
3383         (gnus-group-make-rss-group): Exclude `/'s from group names.
3384
3385 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * nnrss.el (nnrss-get-encoding): Fix regexp.
3388
3389 2004-12-27  Simon Josefsson  <jas@extundo.com>
3390
3391         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3392         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3393         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3394
3395 2004-12-17  Kim F. Storm  <storm@cua.dk>
3396
3397         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3398
3399         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3400
3401 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3402
3403         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3404
3405 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * nnrss.el: Require rfc2047 and mml.
3408         (nnrss-file-coding-system): New variable.
3409         (nnrss-format-string): Redefine it as an inline function.
3410         (nnrss-decode-group-name): New function.
3411         (nnrss-string-as-multibyte): Remove.
3412         (nnrss-retrieve-headers): Decode group name; don't use
3413         nnrss-format-string.
3414         (nnrss-request-group): Decode group name.
3415         (nnrss-request-article): Decode group name; allow a Message-ID as
3416         well as an article number; don't use nnrss-format-string; encode a
3417         Message-ID string which may contain non-ASCII characters; use
3418         mml-to-mime to compose a MIME article.
3419         (nnrss-request-expire-articles): Decode group name.
3420         (nnrss-request-delete-group): Decode group name.
3421         (nnrss-fetch): Clarify error message.
3422         (nnrss-read-server-data): Use insert-file-contents instead of load;
3423         bind file-name-coding-system; use multibyte buffer.
3424         (nnrss-save-server-data): Bind coding-system-for-write to the
3425         value of nnrss-file-coding-system; bind file-name-coding-system;
3426         add coding cookie.
3427         (nnrss-read-group-data): Use insert-file-contents instead of load;
3428         bind file-name-coding-system; use multibyte buffer.
3429         (nnrss-save-group-data): Bind coding-system-for-write to the
3430         value of nnrss-file-coding-system; bind file-name-coding-system.
3431         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3432         make it work with non-ASCII text.
3433         (nnrss-find-el): Make it work with old xml.el as well.
3434
3435 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3436
3437         * nnrss.el (nnrss-get-encoding): New function.
3438         (nnrss-fetch): Use unibyte buffer initially; bind
3439         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3440         decode contents according to the encoding attribute.
3441         (nnrss-save-group-data): Add coding cookie.
3442         (nnrss-mime-encode-string): New function.
3443         (nnrss-check-group): Use it to encode subject and author.
3444
3445 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3446
3447         * spam.el (spam-check-BBDB): don't get the symbol-value of an
3448         imaginary variable
3449
3450 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3453         correctly even if there are wide characters.
3454
3455 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3456
3457         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
3458         downcased symbol names; make a new cache instead of reusing
3459         bbdb-hashtable
3460
3461 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3464         concatenating segments rather than before concatenating them.
3465         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3466
3467         * message.el (message-get-reply-headers): Bind `extra'.
3468
3469 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * message.el (message-extra-wide-headers): New variable.
3472         (message-get-reply-headers): Use it.
3473
3474 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3477         (gnus-agent-group-pathname): Ditto.
3478
3479         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3480
3481         * gnus-group.el (gnus-group-make-group): Decode group name.
3482         (gnus-group-make-rss-group): Register the group data after opening
3483         the nnrss group.
3484
3485 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
3486
3487         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
3488         by expiry now get marked as read.
3489
3490 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3493
3494 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3495
3496         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3497         unify Latin characters in XEmacs.
3498         (mm-find-mime-charset-region): Use it.
3499
3500 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-util.el (gnus-delete-directory): New function.
3503
3504         * gnus-agent.el (gnus-agent-delete-group): Use it.
3505
3506         * gnus-cache.el (gnus-cache-delete-group): Use it.
3507
3508 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
3511         names.
3512
3513 2004-12-16  Simon Josefsson  <jas@extundo.com>
3514
3515         * hashcash.el (hashcash-payment-alist): Fix custom :type.
3516
3517 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3520
3521         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
3522         (gnus-group-set-current-level): Decode group name.
3523
3524 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3525
3526         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3527         failed.
3528
3529 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-group.el (gnus-group-delete-group): Decode group name.
3532         (gnus-group-make-rss-group): Encode group name.
3533         (gnus-group-catchup-current): Decode group name.
3534         (gnus-group-kill-group): Decode group name.
3535
3536 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3537
3538         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3539
3540 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-group.el (gnus-group-make-rss-group):
3543         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3544
3545         * gnus-start.el (gnus-setup-news): Honor user's setting to
3546         gnus-message-archive-method.  Suggested by Lute Kamstra
3547         <lute@gnu.org>.
3548
3549 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
3550
3551         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
3552         global counterparts of the buffer-local variables.
3553
3554 2004-11-16  Romain Francoise  <romain@orebokech.com>
3555
3556         * gnus-sum.el (gnus-summary-exit): Don't clear the global
3557         counterparts of the buffer-local variables.
3558
3559 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3560
3561         * message.el (message-forbidden-properties): Fixed typo in doc
3562         string.
3563
3564 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-util.el (gnus-replace-in-string): Added doc string.
3567
3568         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3569         to avoid problems when splitting mails with many recipients.
3570
3571 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3572
3573         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3574         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3575
3576 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
3577
3578         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
3579         if there is no hashtable in memory or file modification time is
3580         newer than cached timestamp.
3581
3582 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
3585         not-matching option.
3586
3587 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
3590         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
3591         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3592         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
3593         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
3594         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
3595
3596 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * message.el (message-forward-make-body-mml): Remove headers
3599         according to message-forward-ignored-headers if a message is decoded.
3600
3601 2004-12-02  Romain Francoise  <romain@orebokech.com>
3602
3603         * message.el (message-forward-make-body-plain): Always remove
3604         headers according to message-forward-ignored-headers.
3605
3606 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3607
3608         * spam.el (spam-summary-prepare-exit): remove the
3609         gnus-summary-limit pop for now, it has problems with ham marks for
3610         me
3611
3612 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
3613
3614         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
3615         correctly
3616
3617 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
3618
3619         * format-spec.el (format-spec): Message the char.
3620
3621 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * gnus-art.el (gnus-split-methods): reformat comments
3624
3625         * spam.el (spam-summary-prepare-exit): remove article limits
3626         before exiting the summary buffer
3627
3628 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * lpath.el: Remove bbdb-create-internal, bbdb-records,
3631         spam-BBDB-register-routine and spam-enter-ham-BBDB.
3632
3633         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3634         order to silence the byte compiler.
3635
3636         * spam.el: Fix the way to silence the byte compiler, which
3637         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
3638         bbdb-search-simple, spam-BBDB-register-routine,
3639         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3640         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3641         spam-stat-buffer-is-spam, spam-stat-load,
3642         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3643         spam-stat-save and spam-stat-split-fancy.
3644
3645 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3648         which may confuse users.
3649         (canlock-password-for-verify): Ditto.
3650
3651         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
3652
3653         * gnus-art.el (gnus-emphasis-alist): Ditto.
3654
3655         * gnus-registry.el (gnus-registry-max-entries): Ditto.
3656
3657         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
3658
3659         * gnus-start.el (gnus-save-killed-list): Ditto.
3660
3661         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
3662         (gnus-sum-thread-tree-root): Ditto.
3663         (gnus-sum-thread-tree-false-root): Ditto.
3664         (gnus-sum-thread-tree-single-indent): Ditto.
3665
3666         * message.el (message-courtesy-message): Ditto.
3667         (message-archive-note): Ditto.
3668         (message-subscribed-address-file): Ditto.
3669         (message-user-fqdn): Ditto.
3670
3671         * spam-report.el (spam-report-gmane-regex): Ditto.
3672
3673         * spam.el (spam-blackhole-good-server-regex): Ditto.
3674
3675 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * mml.el (mml-preview): Widen the message buffer before copying
3678         the contents to the preview buffer; sort headers before previewing.
3679
3680         * message.el (message-hidden-headers): Fix the way to avoid a bug
3681         in the `repeat' widget in Emacs 21.3 or earlier.
3682
3683 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * message.el (message-hidden-headers): Default to "^References:".
3686         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
3687         (message-strip-forbidden-properties): Remove check for obsolete
3688         `message-hidden' text property, hidden headers are not accessible
3689         in the buffer anymore.  From Romain Francoise on January 11, 2004.
3690
3691 2004-11-22  Romain Francoise  <romain@orebokech.com>
3692
3693         * message.el (message-header-format-alist): Add `From' in list
3694         so that it can be sorted.
3695         (message-fix-before-sending): Widen and sort headers before
3696         sending.
3697         (message-hide-headers): Use narrowing to hide headers by moving
3698         them to the top of the buffer and narrowing to the region
3699         underneath.
3700
3701 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * message.el (message-strip-forbidden-properties): Bind
3704         buffer-read-only (etc) to nil.
3705
3706 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
3709         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3710
3711 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
3712
3713         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
3714
3715 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * dns.el (query-dns): Use sit-for to time instead of
3718         accept-process-output, since that doesn't seem to work on udp
3719         sockets.
3720
3721 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
3724
3725 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
3726
3727         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
3728         docstrings.
3729
3730 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * nntp.el (nntp-request-update-info): Return nil if
3733         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
3734         may not call gnus-activate-group which uselessly issues the GROUP
3735         commands for all nntp groups and wastes time.  Reported by Romain
3736         Francoise <romain@orebokech.com>.
3737
3738         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
3739
3740 2004-11-15  Simon Josefsson  <jas@extundo.com>
3741
3742         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
3743         headers separately.
3744         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
3745         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
3746
3747 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * gnus-start.el (gnus-convert-old-newsrc):
3750         Assign legacy-gnus-agent to 5.10.7.
3751
3752 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
3755         start of the lines.
3756
3757 2004-11-14  Magnus Henoch  <mange@freemail.hu>
3758
3759         * hashcash.el (hashcash-default-payment): Change default to 20
3760         (hashcash-default-accept-payment): Change default to 20
3761         (hashcash-process-alist): New variable
3762         (hashcash-generate-payment-async): Add
3763         (hashcash-already-paid-p): Add
3764         (hashcash-insert-payment): Don't generate payments twice
3765         (hashcash-insert-payment-async): Add
3766         (hashcash-insert-payment-async-2): Add
3767         (hashcash-cancel-async): Add
3768         (hashcash-wait-async): Add
3769         (hashcash-processes-running-p): Add
3770         (hashcash-wait-or-cancel): Add
3771         (mail-add-payment): New optional argument.  Conditionally start
3772         asynchronous calculation.
3773         (mail-add-payment-async): Add
3774
3775         * message.el (message-send-mail): Wait for asynchronous hashcash
3776         results.  Don't clobber existing X-Hashcash headers.
3777         (message-setup-1): Call mail-add-payment-async when
3778         message-generate-hashcash is non-nil.
3779
3780 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3781
3782         * message.el (message-use-alternative-email-as-from): Examine the
3783         From header as well; use message-make-from in order to include a
3784         user's full name.
3785
3786 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
3789         default; improve customization type.
3790         (gnus-emphasis-custom-with-format): New macro.
3791         (gnus-emphasis-custom-value-to-external): New function.
3792         (gnus-emphasis-custom-value-to-internal): New function.
3793
3794 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * dns.el (query-dns): Resolve reverse addresses.
3797
3798 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * gnus-group.el (gnus-group-get-new-news): Use it.
3801
3802         * gnus-start.el (gnus-check-reasonable-setup): New function.
3803
3804 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
3807         "Args out of range" error.  Reported by Arnaud Giersch
3808         <arnaud.giersch@free.fr>.
3809
3810 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
3811
3812         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
3813         From Stefan Wiens <s.wi@gmx.net>.
3814
3815 2004-11-04  Richard M. Stallman  <rms@gnu.org>
3816
3817         * spam.el (spam group): Add :version.
3818
3819         * pgg-def.el (pgg group): Add :version.
3820
3821 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-art.el (gnus-article-edit-article): Don't associate the
3824         article buffer with a draft file.  This is a temporary measure
3825         against the 2004-08-22 change to gnus-article-edit-mode.
3826
3827 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
3830         (html2text-format-tags): Remove unused variable `attr'.
3831
3832 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3833
3834         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
3835
3836         * tls.el (tls-process-connection-type, tls-success)
3837         (tls-certtool-program): Add :version.
3838
3839         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
3840         (starttls-extra-arguments, starttls-process-connection-type)
3841         (starttls-connect, starttls-failure, starttls-success):
3842
3843         * spam-stat.el (spam-stat): Add :version.
3844
3845         * sieve.el (sieve): Add :version.
3846
3847         * sha1.el (sha1): Add :version.
3848         (sha1-use-external): Remove redundant version.
3849
3850         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
3851         (nnmail-cache-ignore-groups, nnmail-spool-hook)
3852         (nnmail-split-fancy-match-partial-words)
3853         (nnmail-split-lowercase-expanded):
3854
3855         * nndiary.el (nndiary): Add :version.
3856
3857         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
3858
3859         * mml-sec.el (mml-default-sign-method)
3860         (mml-default-encrypt-method, mml-signencrypt-style-alist):
3861         Add :version.
3862
3863         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
3864
3865         * mm-url.el (mm-url-use-external, mm-url-program)
3866         (mm-url-arguments): Add :version.
3867
3868         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
3869         (mm-attachment-file-modes, mm-decrypt-option)
3870         (mm-w3m-safe-url-regexp): Add :version.
3871
3872         * message.el (message-cite-prefix-regexp)
3873         (message-sendmail-envelope-from, message-minibuffer-local-map)
3874         (message-user-fqdn, message-completion-alist): Add :version.
3875
3876         * gnus-win.el (gnus-configure-windows-hook)
3877         (gnus-use-frames-on-any-display): Add :version.
3878
3879         * gnus-art.el (gnus-article-address-banner-alist)
3880         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
3881         (gnus-treat-from-picon, gnus-treat-mail-picon)
3882         (gnus-treat-x-pgp-sig): Add :version.
3883
3884         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
3885         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
3886         (gnus-summary-article-delete-hook)
3887         (gnus-summary-display-while-building): Add :version.
3888
3889         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
3890         (gnus-get-top-new-news-hook):Add :version.
3891
3892         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3893         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
3894
3895         * gnus-registry.el (gnus-registry): Add :version.
3896
3897         * gnus-spec.el (gnus-use-correct-string-widths)
3898         (gnus-make-format-preserve-properties): Add :version.
3899
3900         * gnus.el (gnus-group-charter-alist)
3901         (gnus-group-fetch-control-use-browse-url)
3902         (gnus-install-group-spam-parameters): Add :version.
3903
3904         * gnus-diary.el (gnus-diary): Add :version.
3905
3906         * gnus-delay.el (gnus-delay): Add :version.
3907
3908         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3909         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
3910         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
3911         Add :version.
3912
3913         * gnus-agent.el (gnus-agent-max-fetch-size)
3914         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
3915         (gnus-agent-prompt-send-queue): Add :version.
3916
3917         * deuglify.el (gnus-outlook-deuglify): Add :version.
3918
3919         * html2text.el: Beautify code.  Improve doc strings.  Some
3920         checkdoc cleanup.
3921         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
3922
3923 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
3924
3925         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
3926
3927 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3928
3929         * gnus-registry.el (gnus-registry-hashtb): create the registry
3930         when package is loaded
3931
3932         * spam.el (spam-summary-score-preferred-header): global preference
3933         for people who want to override the default SpamAssassin over
3934         Bogofilter preference (when both are set)
3935         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
3936         (spam-user-format-function-S): check spam-summary-score-preferred-header
3937         (spam-extra-header-to-number): add X-Bogosity header parsing
3938         (spam-user-format-function-S): format the score correctly
3939
3940 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
3943         signature file.  Suggested by Manoj Srivastava
3944         <srivasta@golden-gryphon.com>.
3945
3946         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
3947         iso-2022-jp even in the Japanese language environment.
3948         Suggested by Jason Rumney <jasonr@gnu.org>.
3949
3950 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
3953         use the same characters as the dummy marks; make it free from
3954         getting affected by the language environment.
3955         (gnus-summary-read-group-1): Update mark positions only when the
3956         format spec is updated.
3957
3958         * gnus-spec.el (gnus-update-format-specifications): Return a list
3959         of updated types.
3960
3961 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
3964         of boundp to check if display-warning is available.
3965
3966 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
3967
3968         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
3969
3970 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * nnspool.el (nnspool-spool-directory): Use news-path if the
3973         news-directory variable is not bound.
3974
3975         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
3976         function instead of display-warning if it is not available.
3977
3978 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3979
3980         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
3981         v5-10: Use `point-at-bol'.
3982
3983 2004-10-26  Simon Josefsson  <jas@extundo.com>
3984
3985         * hashcash.el: Fix URL in comment, reported by Cheng Gao
3986         <chenggao@gmail.com>.
3987
3988 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
3991         instead.
3992
3993 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
3994
3995         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
3996         to remove a server from the nnimap-server-buffer-alist
3997         (nnimap-open-connection, nnimap-close-server): use it
3998
3999         * gnus-encrypt.el: removed in favor of encrypt.el
4000
4001 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4004         running the major-mode function.
4005
4006 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4009         dummy marks in the right way.
4010
4011 2004-10-18  David Edmondson  <dme@dme.org>
4012
4013         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4014         excessively.
4015
4016 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * gnus-util.el (gnus-split-references): accept a nil references
4019         string and go on blissfully
4020
4021         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
4022         cases where the references string is non-nil but has no references
4023
4024         * encrypt.el: add autoload tags
4025
4026         * spam.el (spam-resolve-registrations-routine): remove article
4027         from unregistration list too.  Reported by David Hanak
4028         <dhanak@isis.vanderbilt.edu>
4029
4030 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
4033         nil.  Changed custom type.
4034
4035 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4036
4037         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
4038
4039         * gnus-sum.el (gnus-summary-move-article): Use it.
4040
4041 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * encrypt.el: add autoload cookies
4044
4045         * spam.el (spam-backend-article-list-property)
4046         (spam-backend-get-article-todo-list)
4047         (spam-backend-put-article-todo-list, )
4048         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
4049         resolve registrations separately
4050         (spam-register-routine): format comments
4051         (spam-unregister-routine, spam-register-routine): always call with
4052         specific-articles, no default list
4053         (spam-summary-prepare-exit): use the spam-classifications function
4054
4055         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
4056         gnus-encrypt.el
4057
4058         * encrypt.el: copied from gnus-encrypt.el
4059
4060         * gnus-encrypt.el: commented that it's obsolete
4061
4062 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
4065         (gnus-score-save): Use it.
4066
4067         * message.el (message-bury): Use `window-dedicated-p'.
4068
4069 2004-10-15  Simon Josefsson  <jas@extundo.com>
4070
4071         * pop3.el (top-level): Don't require nnheader.
4072         (pop3-read-timeout): Add.
4073         (pop3-accept-process-output): Add.
4074         (pop3-read-response, pop3-retr): Use it.
4075
4076 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * spam.el (spam-register-routine): move comment
4079         (spam-verify-bogofilter): we use 'unknown for the initial
4080         spam-bogofilter-valid state, not 'never
4081
4082         * netrc.el (netrc-machine-user-or-password): convenience wrapper
4083         for netrc-machine
4084
4085         * nnimap.el (nnimap-open-connection): use
4086         netrc-machine-user-or-password
4087
4088 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4089
4090         * gnus-registry.el (gnus-registry-unload-hook):
4091         Set as a variable with add-hook.
4092
4093         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4094         of news-path.
4095
4096         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4097
4098         * spam.el: Delete duplicate `provide'.
4099         (spam-unload-hook): Set as a variable with add-hook.
4100
4101 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4104         in the doc string.
4105
4106         * message.el (message-ignored-news-headers)
4107         (message-ignored-supersedes-headers)
4108         (message-ignored-resent-headers)
4109         (message-forward-ignored-headers): Improve custom type.
4110
4111 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * message.el (message-tokenize-header): Fix 2004-09-06 change
4114         which used point-min in the wrong place.
4115
4116 2004-10-12  Simon Josefsson  <jas@extundo.com>
4117
4118         * net/tls.el (tls-certtool-program): New variable.
4119         (tls-certificate-information): New function, based on
4120         ssl-certificate-information.
4121
4122 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * compface.el: Move the version of ELisp-based uncompface program
4125         to the contrib directory because of the copyright problem.
4126
4127 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * message.el (message-kill-buffer): Raise the current frame.
4130
4131 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4134
4135         * gnus.el (message-y-or-n-p): Autoload.
4136
4137         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4138         (pop3-password-required, pop3-authentication-scheme)
4139         (pop3-leave-mail-on-server): Made customizable.
4140         (pop3): New custom group.
4141         (pop3-retr): Remove `sleep-for' statements.
4142         Suggested by Dave Love <fx@gnu.org>.
4143
4144         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4145         Windows/DOS.
4146
4147         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4148         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4149         Dave Love <fx@gnu.org>.
4150
4151         * mml.el (mml-minibuffer-read-disposition): Require match.
4152         Suggested by Dave Love <fx@gnu.org>.
4153
4154 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
4157         doc string.
4158
4159 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
4162
4163 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4164
4165         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
4166         instead of calling `mm-insert-inline', to decode text/* parts
4167         before displaying them.
4168
4169 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-uu.el (mm-uu-text-plain-type): New variable.
4172         (mm-uu-pgp-signed-extract-1): Use it.
4173         (mm-uu-pgp-encrypted-extract-1): Use it.
4174         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
4175         bind mm-uu-text-plain-type with that value.
4176         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
4177         mm-uu-dissect.
4178
4179 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-group.el (gnus-update-group-mark-positions):
4182         * gnus-sum.el (gnus-update-summary-mark-positions):
4183         * message.el (message-check-news-body-syntax):
4184         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4185         of string-as-multibyte.
4186
4187 2004-10-05  Juri Linkov  <juri@jurta.org>
4188
4189         * gnus-group.el (gnus-update-group-mark-positions):
4190         * gnus-sum.el (gnus-update-summary-mark-positions):
4191         * message.el (message-check-news-body-syntax):
4192         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4193         8-bit unibyte values to a multibyte string for search functions.
4194
4195 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * mm-uu.el (mm-uu-dissect): Allow optional arg.
4198         (mm-uu-dissect-text-parts): New function.
4199
4200         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
4201         dissect text parts.
4202
4203         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4204         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
4205
4206         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
4207
4208         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
4209         gnus-current-topics instead of gnus-current-topic.
4210
4211 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
4212
4213         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
4214
4215 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
4216
4217         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
4218         where approriate.
4219
4220         * nnml.el (nnml-generate-active-info): do.
4221
4222         * nndiary.el (nndiary-generate-active-info): do.
4223
4224         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
4225         (gnus-topic-move): do.
4226
4227         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
4228         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
4229
4230         * gnus-srvr.el (gnus-server-prepare)
4231         (gnus-server-open-all-servers): do.
4232
4233         * gnus-msg.el (gnus-summary-cancel-article)
4234         (gnus-summary-resend-message)
4235         (gnus-summary-mail-crosspost-complaint): do.
4236
4237         * gnus-move.el (gnus-change-server): do.
4238
4239         * gnus-group.el (gnus-group-unmark-all-groups)
4240         (gnus-group-set-current-level): do.
4241
4242 2004-10-04  Simon Josefsson  <jas@extundo.com>
4243
4244         * message.el (message-generate-hashcash): Doc fix.
4245
4246 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
4247
4248         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4249         avoid infinite recursion via gnus-get-function.
4250
4251 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
4252
4253         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
4254
4255         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
4256
4257         * nnmail.el (nnmail-split-history): do.
4258
4259         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
4260         (nnml-request-delete-group): do.
4261
4262         * nnslashdot.el (nnslashdot-read-groups): do.
4263
4264         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
4265         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
4266
4267         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
4268         (nnspool-sift-nov-with-sed): Use last
4269         (nnspool-retrieve-headers-with-nov): Use mapc.
4270         (nnspool-request-newgroups): Use dolist.
4271         (nnspool-request-group): Use last.
4272
4273         * nntp.el (nntp-read-server-type): Use dolist.
4274
4275         * nnvirtual.el (nnvirtual-create-mapping)
4276         (nnvirtual-update-read-and-marked): Use dolist.
4277         (nnvirtual-convert-headers): Simplify.
4278
4279 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4280
4281         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
4282         support for sync'ing tick marks.
4283
4284 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4287         there's no visible header.
4288
4289 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4290
4291         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
4292         necessary, pass full group name to gnus-request-set-marks.
4293
4294 2004-10-01  Simon Josefsson  <jas@extundo.com>
4295
4296         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4297         acroread.
4298
4299 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * spam-report.el (spam-report-gmane): Fix interactive.
4302
4303         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
4304
4305         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
4306         when writing file.
4307         (gnus-agent-synchronize-flags): Don't default to being
4308         interactive.
4309
4310 2004-09-30  Simon Josefsson  <jas@extundo.com>
4311
4312         * message.el (message-generate-hashcash): Add.
4313         (message-send-mail): Use it, call mail-add-payment.
4314
4315 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * spam.el (spam-verify-bogofilter): -V, not -sV option
4318
4319 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
4320
4321         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
4322         gnus-requst-update-info with explicit code to sync the in-memory
4323         info read flags with the marks being sync'd to the backend.
4324
4325         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
4326
4327 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * spam.el (spam-verify-bogofilter): new function
4330         (spam-check-bogofilter)
4331         (spam-bogofilter-register-with-bogofilter): use it
4332         (spam-verify-bogofilter): small fixes
4333
4334 2004-09-28  Simon Josefsson  <jas@extundo.com>
4335
4336         * hashcash.el (hashcash-generate-payment): Revert.
4337
4338 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
4341         gnus-extract-references instead of gnus-split-references
4342
4343         * gnus-util.el (gnus-extract-references): new function, analogous
4344         to gnus-split-references but extracts only the message-ID without
4345         anything extra
4346
4347         * hashcash.el (hashcash-generate-payment)
4348         (hashcash-check-payment): do the right thing if hashcash-path is
4349         nil (because the hashcash program could not be found)
4350
4351         * spam.el (spam-use-hashcash): remove comment
4352
4353 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
4354
4355         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
4356         (gnus-cache-enter-article, gnus-cache-remove-article)
4357         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
4358
4359         * gnus-async.el (gnus-async-prefetch-remove-group): do.
4360
4361         * gnus-art.el (article-hide-boring-headers)
4362         (article-translate-strings, article-display-face)
4363         (gnus-article-mime-match-handle-first)
4364         (gnus-article-highlight-headers)
4365         (gnus-article-add-buttons-to-head): do.
4366
4367 2004-09-27  Simon Josefsson  <jas@extundo.com>
4368
4369         * hashcash.el: New version, from
4370         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
4371         ../contrib/.
4372
4373 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4376
4377 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4378
4379         * gnus-dup.el (gnus-dup-open): Use mapc.
4380         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
4381
4382         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
4383         Reported by Stefan Wiens <s.wi@gmx.net>.
4384
4385         * gnus.el (gnus-shutdown): Use dolist.
4386
4387         * gnus-undo.el (gnus-undo): Use mapc.
4388
4389         * nnrss.el (nnrss-generate-active): do.
4390
4391         * message.el (message-cite-original-without-signature)
4392         (message-cite-original): Use mapc.
4393         (message-do-actions, message-make-forward-subject): Use dolist.
4394
4395 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4396
4397         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
4398         deletion to remove entire duplicate line.  Fixes merged article
4399         number bug.
4400
4401 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4402
4403         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
4404         servers that are offline.  Avoids having gnus-agent-toggle-plugged
4405         first ask if you want to open a server and then, even when you
4406         responded with no, asking if you want to synchronize the server's
4407         flags.
4408         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
4409         multi-line expressions.
4410         (gnus-agent-synchronize-group-flags): New internal function.
4411         Updates marks in memory (in the info structure) AND in the
4412         backend.
4413
4414         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
4415
4416         * nnagent.el (nnagent-request-set-mark): Use
4417         gnus-agent-synchronize-group-flags, not backend's request-set-mark
4418         method, to ensure that synchronization updates marks in the
4419         backend and in the info (in memory) structure.
4420
4421 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
4424         convention fully; don't miss the root article of a thread; make
4425         the X-Draft-From header with correct article numbers.
4426
4427 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
4428
4429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4430         unless plugged.  Disable the agent so that an open failure causes
4431         an error.
4432
4433         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
4434         Reverted 2004-09-21 change.  The backend must be opened while
4435         synchronizing flags even when the backend stores the flags
4436         locally.
4437
4438 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4441         in `header' match.  Reported by Svend Tollak Munkejord.
4442
4443         * message.el (message-cite-original): Fix use of
4444         `message-cite-articles-with-x-no-archive'.
4445
4446 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
4449         (gnus-window-to-buffer): Ditto.
4450
4451         * mml.el (mml-preview-buffer): New variable.
4452         (mml-preview): Manage window layout with gnus-buffer-configuration.
4453
4454         * gnus-msg.el (gnus-setup-message): Put article numbers into the
4455         X-Draft-From header even if those articles aren't quoted.
4456
4457 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
4458
4459         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
4460         (gnus-request-set-mark, gnus-request-update-mark): Use new
4461         g-s-t-u-l-m to decide to use backend even when unplugged.
4462
4463 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
4466         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
4467
4468 2004-09-20  Simon Josefsson  <jas@extundo.com>
4469
4470         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
4471         "utf-16-le".
4472
4473 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4476
4477 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * uudecode.el (uudecode-use-external): Add :version.
4480
4481         * smime.el (smime-CA-file, smime-encrypt-cipher)
4482         (smime-dns-server): Add :version.
4483
4484         * smiley.el (gnus-smiley-file-types): Add :version.
4485
4486         * sha1.el (sha1-use-external): Add :version.
4487
4488         * pgg-def.el (pgg-query-keyserver): Add :version.
4489
4490         * nnmail.el (nnmail-fancy-expiry-targets)
4491         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4492
4493         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4494         (nnimap-retrieve-groups-asynchronous): Add :version.
4495         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4496
4497         * mml.el (mml-content-disposition-parameters)
4498         (mml-insert-mime-headers-always): Add :version.
4499
4500         * mm-util.el (mm-coding-system-priorities):
4501
4502         * mm-decode.el (mm-inline-text-html-with-images)
4503         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4504         (mm-verify-option): Add :version.
4505         (mm-text-html-renderer): Change :version.
4506
4507         * message.el (message-fcc-externalize-attachments)
4508         (message-required-headers, message-draft-headers)
4509         (message-subject-trailing-was-query)
4510         (message-subject-trailing-was-ask-regexp)
4511         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4512         (message-mark-insert-end, message-archive-header)
4513         (message-archive-note, message-cross-post-default)
4514         (message-cross-post-note, message-followup-to-note)
4515         (message-cross-post-note-function, message-use-mail-followup-to)
4516         (message-subscribed-address-functions)
4517         (message-subscribed-address-file, message-subscribed-addresses)
4518         (message-subscribed-regexps, message-allow-no-recipients)
4519         (message-yank-cited-prefix, message-signature-insert-empty-line)
4520         (message-hidden-headers, message-hierarchical-addresses)
4521         (message-mail-user-agent, message-use-idna)
4522         (message-valid-fqdn-regexp)
4523         (message-strip-special-text-properties, message-header-synonyms)
4524         (message-beginning-of-line, message-tab-body-function): Add :version.
4525         (message-insert-canlock, message-wide-reply-confirm-recipients):
4526         Change :version.
4527
4528         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4529         and :version.
4530         (mail-source-delete-old-incoming-confirm)
4531         (mail-source-movemail-program): Add :version.
4532
4533         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4534         (gnus-agent-cache, gnus-agent): Change :version.
4535
4536         * gnus-util.el (gnus-use-byte-compile): Change :version.
4537
4538         * gnus-sum.el (gnus-summary-make-false-root-always)
4539         (gnus-summary-default-high-score)
4540         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4541         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4542         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4543         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4544         (gnus-sum-thread-tree-single-indent)
4545         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4546         (gnus-sum-thread-tree-leaf-with-other)
4547         (gnus-sum-thread-tree-single-leaf): Add :version.
4548         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4549         (gnus-article-loose-mime): Change :version.
4550
4551         * gnus-start.el (gnus-backup-startup-file)
4552         (gnus-save-startup-file-via-temp-buffer): Add :version.
4553
4554         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4555         (gnus-server-offline-face): Add :version.
4556
4557         * gnus-score.el (gnus-adaptive-word-length-limit):
4558
4559         * gnus-msg.el (gnus-gcc-externalize-attachments)
4560         (gnus-debug-files, gnus-debug-exclude-variables)
4561         (gnus-discouraged-post-methods): Change :version.
4562         (gnus-confirm-mail-reply-to-news)
4563         (gnus-confirm-treat-mail-like-news): Add :version.
4564
4565         * gnus-int.el (gnus-server-unopen-status): Add :version.
4566
4567         * gnus-group.el (gnus-group-jump-to-group-prompt)
4568         (gnus-large-ephemeral-newsgroup)
4569         (gnus-fetch-old-ephemeral-headers): Add :version.
4570
4571         * gnus-fun.el (gnus-x-face-directory)
4572         (gnus-convert-pbm-to-x-face-command)
4573         (gnus-convert-image-to-x-face-command)
4574         (gnus-convert-image-to-face-command): Add :version.
4575
4576         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4577
4578         * gnus-cite.el (gnus-cite-blank-line-after-header)
4579         (gnus-article-boring-faces):
4580
4581         * gnus-art.el (gnus-buttonized-mime-types)
4582         (gnus-inhibit-mime-unbuttonizing)
4583         (gnus-treat-display-face)
4584         (gnus-treat-body-boundary): Change :version.
4585         (gnus-body-boundary-delimiter, gnus-picon-databases)
4586         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4587         (gnus-treat-date-english, gnus-treat-fold-headers)
4588         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4589         (gnus-treat-mail-picon, gnus-treat-wash-html)
4590         (gnus-article-encrypt-protocol)
4591         (gnus-use-idna, gnus-article-over-scroll)
4592         (gnus-mime-display-multipart-alternative-as-mixed)
4593         (gnus-mime-display-multipart-related-as-mixed)
4594         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4595         (gnus-ctan-url, gnus-button-ctan-handler)
4596         (gnus-button-handle-ctan-bogus-regexp)
4597         (gnus-button-ctan-directory-regexp)
4598         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4599         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4600         (gnus-button-man-level, gnus-button-emacs-level)
4601         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4602
4603         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4604         (gnus-agent-go-online): Change :version.
4605         (gnus-agent-expire-unagentized-dirs)
4606         (gnus-agent-auto-agentize-methods): Add :version.
4607
4608         * flow-fill.el (fill-flowed-display-column)
4609         (fill-flowed-encode-column): Add :version.
4610
4611         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4612         (gnus-outlook-deuglify-unwrap-max)
4613         (gnus-outlook-deuglify-cite-marks)
4614         (gnus-outlook-deuglify-unwrap-stop-chars)
4615         (gnus-outlook-deuglify-no-wrap-chars)
4616         (gnus-outlook-deuglify-attrib-cut-regexp)
4617         (gnus-outlook-deuglify-attrib-verb-regexp)
4618         (gnus-outlook-deuglify-attrib-end-regexp)
4619         (gnus-outlook-display-hook): Add :version.
4620
4621         * binhex.el (binhex-use-external): Add :version.
4622
4623 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4626         and `invisible'.
4627
4628 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * gnus-registry.el (gnus-registry-trim): watch out for negatives
4631         in gnus-registry-trim
4632
4633 2004-09-13  Simon Josefsson  <jas@extundo.com>
4634
4635         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
4636
4637         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4638
4639         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
4640         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4641         <yamaoka@jpl.org>.
4642         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
4643         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4644         <yamaoka@jpl.org>.
4645
4646         * sieve.el (sieve-manage-mode): Ditto.
4647
4648 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
4651
4652 2004-09-11  Simon Josefsson  <jas@extundo.com>
4653
4654         * dns-mode.el: Add.
4655
4656         * mm-view.el (mm-display-dns-inline): Add.
4657
4658         * mm-decode.el (mm-inline-media-tests): Add text/dns.
4659         (mm-automatic-display): Ditto.
4660
4661         * mailcap.el (mailcap-mime-data): Add text/dns.
4662         (mailcap-mime-extensions): Map .soa to text/dns.
4663
4664 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
4665
4666         * gnus-art.el (article-decode-mime-words, article-babel)
4667         (gnus-article-highlight-signature, gnus-article-add-buttons)
4668         (gnus-signature-toggle): Remove unnecessary bindings of
4669         `inhibit-read-only' inherited from v5.10 merge.
4670
4671 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * nntp.el (nntp): New customization group.
4674         (nntp-authinfo-file): Add customization group.
4675
4676         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
4677
4678         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
4679
4680         * gnus.el (to-address, to-list, subscribed)
4681         (large-newsgroup-initial): Ditto.
4682
4683         * flow-fill.el (fill-flowed-display-column)
4684         (fill-flowed-encode-column): Ditto.
4685
4686 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
4687
4688         * message.el (message-tokenize-header, message-send-mail-with-qmail):
4689         Use point-min rather than 1.
4690         (message-send-mail): Use buffer-size rather than point-max.
4691
4692         * gnus-sum.el (gnus-summary-search-article-forward):
4693         Signal a specific `search-failed' rather than a generic `error'.
4694
4695         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
4696         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
4697         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
4698
4699 2004-09-10  Simon Josefsson  <jas@extundo.com>
4700
4701         * nndb.el (require): Remove tcp and duplicate cl.
4702
4703 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-agent.el (directory-files-and-attributes): Move forward.
4706
4707 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4708
4709         * gnus-agent.el (directory-files-and-attributes): Optionally
4710         defined to support XEmacs.
4711
4712 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
4713
4714         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
4715         to avoid run-time CL dependencies.
4716         (gnus-agent-unfetch-articles): New function.
4717         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
4718         article numbers even when local .overview file is missing.
4719         (gnus-agent-read-article-number): New function. Only accepts
4720         27-bit article numbers.
4721         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
4722         gnus-agent-read-article-number.
4723         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
4724         from backend while recognizing that article numbers in .overview
4725         must be valid.
4726         (gnus-agent-update-files-total-fetched-for): Use
4727         directory-files-and-attributes to improve performance.
4728         * gnus-int.el (gnus-request-move-article): Use
4729         gnus-agent-unfetch-articles in place of gnus-agent-expire to
4730         improve performance.
4731
4732         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
4733         some users confused by references to .newsrc when they only have a
4734         .newsrc.eld file.
4735         (gnus-convert-mark-converter-prompt,
4736         gnus-convert-converter-needs-prompt): Fixed use of property list.
4737         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
4738         New function. Used internally to only display 'gnus converting
4739         files' message when actually necessary.
4740
4741         * gnus-sum.el (): Removed (require 'gnus-agent) as required
4742         methods now autoloaded.
4743
4744 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-sum.el (gnus-summary-insert-subject): Remove list
4747         identifiers.
4748
4749 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * gnus-picon.el: Fix indentation and closing parenthesis.
4752
4753 2004-09-01  Simon Josefsson  <jas@extundo.com>
4754
4755         * message.el (message-canlock-generate): Require sha1, not
4756         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
4757         to require within a function.  Sadly, if sha1.el isn't loaded, the
4758         let binding in m-c-g will hide the defcustom definition, which is
4759         bad.)
4760
4761         * canlock.el: Require sha1, not sha1-el.
4762
4763         * message.el: Don't autoload sha1 (there is a autoload cookie in
4764         sha1.el).
4765
4766         * sha1-el.el: Renamed to sha1.el.
4767
4768 2004-08-30  Juanma Barranquero  <lektu@terra.es>
4769
4770         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
4771
4772 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4773
4774         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
4775
4776 2004-08-30  Kim F. Storm  <storm@cua.dk>
4777
4778         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
4779
4780         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
4781         Add :group 'nnimap.
4782
4783 2004-08-30  Andreas Schwab <schwab@suse.de>
4784
4785         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
4786         ?* and ?\;.
4787
4788         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
4789         and ?\' to symbol instead of whitespace.
4790
4791 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
4794
4795         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
4796         instead of re-search-forward.
4797
4798         * gnus-uu.el (gnus-uu-save-article): Ditto.
4799         (gnus-uu-post-encode-uuencode): Ditto.
4800
4801         * html2text.el (html2text-clean-list-items): Ditto.
4802         (html2text-clean-dtdd): Ditto.
4803         (html2text-format-tags): Ditto.
4804
4805         * message.el (message-send-mail-with-sendmail): Fix regexp.
4806         (message-fill-field-general): Use search-forward instead of
4807         re-search-forward.
4808         (unbold-region): Ditto.
4809
4810         * nnrss.el (nnrss-request-article): Ditto.
4811
4812         * nnslashdot.el (nnslashdot-request-article): Ditto.
4813
4814         * nnweb.el (nnweb-gmane-wash-article): Ditto.
4815
4816         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
4817         "Unrecognized menu descriptor" error in XEmacs.
4818
4819 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
4822         entry.
4823
4824         * gnus-group.el (gnus-group-line-format-alist): Convert the value
4825         of gnus-tmp-news-method into string under XEmacs.  It will be
4826         passed to gnus-correct-length which takes only a string argument.
4827
4828 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-util.el (gnus-bind-print-variables): New macro.
4831         (gnus-prin1): Use it.
4832         (gnus-prin1-to-string): Use it.
4833         (gnus-pp): New function.
4834         (gnus-pp-to-string): New function.
4835
4836         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
4837         pp-to-string with gnus-pp-to-string.
4838         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
4839         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
4840         * gnus-msg.el (gnus-debug): Ditto.
4841         * gnus-score.el (gnus-score-save): Ditto.
4842         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
4843         gnus-pp-to-string.
4844         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
4845         with gnus-pp.
4846         * score-mode.el (gnus-score-pretty-print): Ditto.
4847         * webmail.el (webmail-debug): Ditto.
4848
4849 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-art.el (article-display-face, article-display-x-face): Use
4852         buffer-read-only.
4853
4854 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus-art.el (article-hide-list-identifiers): Bind
4857         inhibit-read-only as t.
4858
4859 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
4862
4863 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
4866         (gnus-narrow-to-page): Don't assume point-min == 1.
4867         (gnus-article-edit-mode): Derive from message-mode.
4868
4869         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
4870         point-min == 1.
4871
4872         * imap.el (imap-parse-address-list, imap-parse-body-ext):
4873         Disable incorrect use of `assert'.
4874
4875         * message.el (message-mode): Set comment-start-skip.
4876
4877
4878 2004-08-22  Sam Steingold  <sds@gnu.org>
4879
4880         * pop3.el (pop3-leave-mail-on-server): New user variable.
4881         (pop3-movemail): Delete mail only when it is nil.
4882
4883 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
4886
4887         * mml.el (mml-preview): Use `pop-to-buffer'.
4888
4889         * message.el (message-goto-mail-followup-to): Insert after "To".
4890         (message-carefully-insert-headers): Add comment.
4891
4892         * gnus.el: Remove unused variable `gnus-article-check-size'.
4893
4894         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
4895
4896         * gnus-art.el (gnus-button-alist): Improve
4897         `gnus-button-handle-library' entry.
4898
4899 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
4900
4901         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
4902         downcase, since XEmacs capitalizes error messages differently.
4903         From Sebastian Freundt <hroptatyr@gna.org>.
4904
4905 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
4906
4907         * nntp.el: Add (require 'gnus) due to reference to
4908         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
4909
4910 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
4911
4912         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
4913         `mm-fill-flowed'.
4914
4915         * mm-decode.el (mm-dissect-singlepart): Check it.
4916
4917 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
4918
4919         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
4920         'imap' for netrc parsing
4921
4922 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * mailcap.el (mailcap-mime-data): Mark as risky.
4925
4926 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
4929         may be included in the encoded word.
4930         (rfc2047-encode): Don't append a space if the encoded word
4931         includes close parenthesis.
4932
4933 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
4936         of text within parentheses.
4937
4938 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
4941         (gnus-encrypt-write-file-contents): the password key is the file
4942         name PLUS the cipher, not just the cipher.  Also remove failed
4943         passwords from the cache.
4944
4945 2004-08-06  Simon Josefsson  <jas@extundo.com>
4946
4947         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
4948         fix.
4949
4950 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
4953         LWSP.
4954
4955 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
4958         to append in-reply-to: data to the references: header
4959
4960         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
4961         (netrc-parse): use gnus-encrypt.el functions
4962
4963         * gnus-encrypt.el: new file for encryption support; currently
4964         does only a few GPG ciphers and an internal XOR cipher
4965
4966         * password.el: add comments on using password-read-and-add
4967         (password-read-and-add): new function to read and add the
4968         password to the cache at once
4969
4970 2004-07-28  Simon Josefsson  <jas@extundo.com>
4971
4972         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
4973         parameter (but don't use it, for now).
4974
4975         * imap.el (imap-ssl-open): Use imap-process-connection-type,
4976         instead of hard coding to nil.
4977
4978 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * mm-view.el (mm-inline-image-emacs): Open lines under an image
4981         as mm-inline-image-xemacs does.
4982
4983 2004-07-26  Simon Josefsson  <jas@extundo.com>
4984
4985         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
4986         Revert part of 2004-07-17 change below.
4987
4988 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
4991         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4992
4993 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
4996         quotes that actually start with ">" at the beginning of the
4997         lines.
4998
4999 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * rfc2047.el (rfc2047-encode-region): Fix last change.
5002         (rfc2047-encode-parameter): Remove useless concat.
5003
5004 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
5007         encode special characters; fix some kind of misconfigured headers;
5008         signal a real error if debug-on-quit or debug-on-error is non-nil.
5009         (rfc2047-encode-max-chars): New variable.
5010         (rfc2047-encode-1): Use it.
5011         (rfc2047-encode-parameter): New function.
5012
5013         * mml.el (mml-insert-parameter): Remove an excessive space.
5014
5015 2004-07-17  Simon Josefsson  <jas@extundo.com>
5016
5017         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
5018         Kai Grossjohann <kai@emptydomain.de>.
5019         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
5020         (gnus-group-make-menu-bar): Ditto.
5021
5022         * gnus-util.el (gnus-group-server): Add.
5023
5024 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
5025
5026         * message.el (message-clone-locals): Clone sendmail and smtp
5027         variables.
5028
5029 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * rfc2047.el (rfc2047-encode-region): Fix last change.
5032
5033 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5034         From David Hedbor <dhedbor@real.com>.
5035
5036         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5037         (nnmail-expand-newtext): Lowercase expanded entries if
5038         nnmail-split-lowercase-expanded is non-nil.
5039
5040 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
5043         characters as non-special.
5044
5045 2004-07-09  Simon Josefsson  <jas@extundo.com>
5046
5047         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
5048         Users will lose all flag changes made while unplugged with
5049         e.g. nntp unless flag synchronization happens, thus `nil' is not a
5050         good default.  See numerous reports on ding mailing list.
5051
5052 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5055         add generate-head-function and generate-article-function to the
5056         rfc822-forward entry.
5057         (nndoc-rfc822-forward-generate-article): New function.
5058         (nndoc-rfc822-forward-generate-head): New function.
5059
5060         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
5061
5062 2004-07-06  Dan Christensen  <jdc@uwo.ca>
5063
5064         * gnus-sum.el (gnus-summary-read-group-1): When summary
5065         is unthreaded, respect display group parameter.
5066         (gnus-articles-to-read): Remove unused reference to
5067         display group parameter.
5068
5069 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070
5071         * nnheader.el (nnheader-uniquify-message-id): New experimental
5072         variable.
5073         (nnheader-nov-read-message-id): Use it.
5074
5075         * spam-report.el (spam-report-gmane): Add interactive.
5076
5077 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
5080         qp-or-base64 for the application/* types.
5081
5082 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
5083
5084         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
5085         Joakim Verona <joakim@verona.se>.
5086
5087 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-registry.el (gnus-registry-trim): don't allow a negative
5090         trim value
5091
5092 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5093
5094         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
5095         New macro and function.
5096         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
5097
5098 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
5101         after-load-alist.
5102
5103 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
5106         update info that isn't there.
5107
5108 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * mm-view.el (mm-inline-render-with-function): Use multibyte
5111         buffer; decode html source by charset.
5112
5113         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
5114
5115         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
5116         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
5117         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
5118         loaded under XEmacs.
5119         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
5120
5121 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
5122
5123         * nnheader.el (nnheader-max-head-length): Increase to 8192.
5124
5125 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * mm-util.el (mm-coding-system-p): Return a coding-system.
5128         (mm-mime-mule-charset-alist): Use shift_jis instead of
5129         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
5130         entries for the mime charsets iso-2022-jp-3 and shift_jis.
5131         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
5132         instead of japanese-shift-jis and iso-latin-1 respectively in
5133         order to share the default value with both Emacs and XEmacs-mule.
5134         (mm-mule-charset-to-mime-charset): Make
5135         mm-coding-system-priorities effective.
5136         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
5137         while predicating of candidates upon the priorities.
5138
5139 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
5140
5141         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5142         gnus-uu-invert-processable.
5143
5144         * gnus.el: Autoload gnus-uu-invert-processable.
5145
5146 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * mm-util.el (mm-with-multibyte-buffer): New macro.
5149
5150         * rfc2047.el (rfc2047-encode-string): Use it.
5151         (rfc2047-encode-region): Move point to the end of the region after
5152         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
5153
5154 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
5157         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
5158
5159 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
5162         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
5163         Karl Chen <quarl@nospam.quarl.org>.
5164
5165 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
5166
5167         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
5168         invalid addresses.
5169
5170 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * spam.el: section markers changed, TODO list revised
5173         (spam-backends): new master list of all installed backends
5174         (spam-summary-exit-behavior): new variable to determine how
5175         messages moves are done at summary exit
5176         (spam-move-spam-nonspam-groups-only)
5177         (spam-process-ham-in-nonham-groups)
5178         (spam-process-ham-in-spam-groups): variables removed, the
5179         spam-summary-exit-behavior variable should be used to manage this
5180         behavior
5181         (spam-old-ham-articles, spam-old-spam-articles): removed
5182         (spam-old-articles): new variable, replacing spam-old-ham-articles
5183         and spam-old-spam-articles
5184         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
5185         empty variables, placeholders for the backends they represent
5186         (spam-set-difference): moved, unchanged
5187         (spam-list-of-processors): variable OBSOLETE, not used anymore
5188         unless the user has a processor variable
5189         (spam-classifications, spam-classification-valid-p)
5190         (spam-backend-properties, spam-backend-property-valid-p)
5191         (spam-backend-function-type-valid-p)
5192         (spam-process-type-valid-p, spam-list-articles): helper functions
5193         (spam-report-articles-gmane, spam-report-articles-resend):
5194         functions removed, they are not needed
5195         (spam-install-backend-super, spam-backend-list)
5196         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
5197         (spam-backend-function, spam-backend-ham-registration-function)
5198         (spam-backend-spam-registration-function)
5199         (spam-backend-ham-unregistration-function)
5200         (spam-backend-spam-unregistration-function)
5201         (spam-backend-statistical-p, spam-backend-mover-p)
5202         (spam-install-backend-alias, spam-install-checkonly-backend)
5203         (spam-install-mover-backend, spam-install-nocheck-backend)
5204         (spam-install-backend, spam-install-statistical-backend)
5205         (spam-install-statistical-checkonly-backend): backend installation
5206         support
5207         (spam-summary-prepare-exit): rewritten to use the new backend code
5208         (spam-group-processor-p): use the new backend code and respect the
5209         summary exit behavior
5210         (spam-mark-spam-as-expired-and-move-routine): removed
5211         (spam-summary-prepare): changed to use the new spam-old-articles
5212         variable
5213         (spam-copy-or-move-routine, spam-copy-spam-routine)
5214         (spam-move-spam-routine, spam-copy-ham-routine)
5215         (spam-move-ham-routine): new code to copy/move ham or spam
5216         (spam-fetch-field-fast): doc and code improved, plus it allows the
5217         'number request
5218         (spam-list-of-checks, spam-list-of-statistical-checks): variables
5219         removed, no longer used
5220         (spam-split, spam-find-spam): use the new backend code
5221         (spam-registration-functions): variable removed, no longer used
5222         (spam-unregister-routine): convenience wrapper
5223         (spam-log-undo-registration, spam-register-routine)
5224         (spam-log-processing-to-registry)
5225         (spam-log-unregistration-needed-p): renamed "check" to "backend"
5226         where possible
5227         (spam-check-gmane-xref, spam-check-regex-headers)
5228         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
5229         (spam-check-whitelist, spam-check-blacklist)
5230         (spam-check-bogofilter-headers, spam-check-spamoracle)
5231         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
5232         (spam-check-crm114-headers): use the spam-split-group that
5233         spam-split prepares, no need to determine it every time
5234
5235         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
5236         the nnheader-parse-naked-head call
5237
5238         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
5239
5240         * gnus-sum.el (gnus-nov-parse-line): add the message number to
5241         the nnheader-nov-read-message-id call
5242
5243 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
5246         gnus-activate-group twice.  Suggested by Markus Peter
5247         <warp@spin.de>.
5248
5249 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-art.el (gnus-article-time-format): Exchange the order of
5252         day and month in the default value; fix customization type.
5253         (article-date-ut): Use add-text-properties.
5254         (article-make-date-line): Use message-make-date instead of
5255         current-time-string.
5256
5257         * message.el (message-fetch-field): Don't use set-text-properties.
5258         (message-make-date): Simplify.
5259
5260         * messagexmas.el (message-xmas-make-date): New function.
5261         (message-xmas-redefine): Defalias message-make-date to it.
5262
5263 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
5266         (rfc2047-encode-region): Treat text within parentheses as special;
5267         show the original text when error has occurred.
5268
5269         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
5270         already-computed method to gnus-activate-group.
5271
5272         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
5273         same select-methods identical Lisp objects.
5274
5275         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
5276         object when modifying the info.
5277
5278 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-srvr.el (gnus-server-set-info): Remove the server from
5281         gnus-opened-servers since it has never been opened with the new
5282         configuration yet.
5283
5284 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
5287         arg to nnheader-generate-fake-message-id.
5288
5289 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
5290
5291         * nnheader.el (nnheader-generate-fake-message-id): accept a
5292         number and build a fake message ID localized to a group and
5293         article number (so it's repeatable from that point on)
5294         (nnheader-fake-message-id-p): change regex to accomodate new fake
5295         ID format
5296
5297         * gnus-sum.el (gnus-get-newsgroup-headers): call
5298         nnheader-generate-fake-message-id with the article number
5299
5300 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
5301
5302         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
5303         end-of-buffer.
5304
5305 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * message.el (message-ignored-supersedes-headers): Add Approved.
5308
5309 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * rfc2047.el (rfc2047-encode-message-header): Remove useless
5312         goto-char.
5313         (rfc2047-encode): Fold the line before encoding.
5314
5315 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5316
5317         * rfc2047.el (rfc2047-encode-message-header): Disabled header
5318         folding -- not all headers can be folded, and this should be done
5319         by the message composition mode.  Probably.  I think.
5320
5321 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
5324         fast.
5325
5326         * gnus-ems.el (gnus-remove-image): Don't use
5327         message-text-with-property; remove only the image found first.
5328
5329         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
5330         found first.
5331
5332 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
5333
5334         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
5335
5336 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * message.el (message-text-with-property): Make it fast and accept
5339         optional arguments.
5340         (message-strip-forbidden-properties): Use it.
5341         (message-fix-before-sending): Follow the m-t-w-p change.
5342
5343         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
5344
5345 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-art.el (article-hide-headers): Don't change the buffer
5348         mistakenly when performing mml-preview even if
5349         gnus-single-article-buffer is nil.
5350
5351 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
5352
5353         * message.el (message-expand-name-databases): New user option.
5354         (message-expand-name): Use it.
5355
5356 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * spam.el (spam-report-articles-resend)
5359         (spam-report-resend-register-routine): allow ham reporting
5360         (spam-report-resend-register-ham-routine): simple wrapper
5361         (spam-registration-functions): add ham resending functions
5362         (spam-list-of-processors): add ham resend processor
5363
5364         * gnus.el (ham-resend-to): new group parameter
5365         (spam-process): add ham resend option
5366
5367         * spam-report.el (spam-report-resend): allow reporting ham
5368         (spam-report-resend-ham): simple wrapper
5369
5370 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5371
5372         * message.el (message-cite-articles-with-x-no-archive): New
5373         variable.
5374         (message-cite-original): Use it.
5375
5376 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * message.el (message-cite-original): Respect X-No-Archive.
5379
5380 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-art.el (article-hide-headers): Refer to the values for
5383         gnus-ignored-headers and gnus-visible-headers in the summary
5384         buffer since a user may have set them as group parameters.
5385
5386 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * assistant.el (assistant-node-name): new convenience function
5389         (assistant-render-text, assistant-render-node): error handling,
5390         plus handle multiple next nodes
5391         (assistant-find-next-node): commented out for now
5392         (assistant-find-next-nodes): new function, returns list of next
5393         nodes
5394
5395 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * mail-source.el (mail-source-directory): Fix doc-string.
5398
5399 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * assistant.el (assistant-render-text, assistant-eval): add :set
5402         widget type, which is different because it takes and returns a
5403         list.  Much hilarity ensues.
5404
5405 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
5408
5409         * gnus-group.el (gnus-group-get-new-news-this-group): Added
5410         doc-string.
5411
5412         * gnus-start.el (gnus-activate-group): Added doc-string.
5413
5414 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
5417
5418 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * assistant.el (assistant-render-text): trying to add a :set
5421         widget, more to come...
5422
5423         * spam.el (spam-group-spam-contents-p): handle empty groupname
5424         strings
5425         (spam-report-articles-resend)
5426         (spam-report-resend-register-routine): allow spam-report-resend-to
5427         to be a group parameter or a global value
5428         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
5429         (spam-register-routine): do registration iff any articles warrant
5430         it.
5431         (spam-summary-prepare-exit): changed log message for nil group
5432         destinations
5433
5434 2004-05-26  Simon Josefsson  <jas@extundo.com>
5435
5436         * starttls.el: Merge with my GNUTLS based starttls.el.
5437         (starttls-gnutls-program, starttls-use-gnutls)
5438         (starttls-extra-arguments, starttls-process-connection-type)
5439         (starttls-connect, starttls-failure, starttls-success): New
5440         variables.
5441         (starttls-program, starttls-extra-args): Doc fix.
5442         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
5443         functions.
5444         (starttls-negotiate, starttls-open-stream): Check
5445         `starttls-use-gnutls' and pass on to corresponding *-gnutls
5446         function if it is set.
5447
5448 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
5451         structured fields.
5452
5453 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
5456
5457 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * spam.el (spam-mark-junk-as-spam-routine)
5460         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
5461         disable assigning the spam-mark to new messages
5462
5463 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
5464
5465         (spam-ham-copy-or-move-routine): todo decleared twice
5466
5467 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * dgnushack.el: Autoload customize-set-variable for XEmacs.
5470
5471         * rfc2047.el (rfc2047-encodable-p): Don't move point.
5472         (rfc2047-decode): Treat the ascii coding-system as raw-text by
5473         default.
5474
5475 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
5476
5477         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
5478         correct data.
5479
5480 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
5481
5482         * spam.el (spam-list-of-processors): use nil for nonexistent processors
5483         (spam-group-processor-p): fixed function so it works properly
5484         (spam-group-processor-multiple-p)
5485         (spam-group-spam-processor-report-gmane-p)
5486         (spam-group-spam-processor-report-resend-p)
5487         (spam-group-spam-processor-bogofilter-p)
5488         (spam-group-spam-processor-blacklist-p)
5489         (spam-group-spam-processor-ifile-p)
5490         (spam-group-ham-processor-ifile-p)
5491         (spam-group-spam-processor-spamoracle-p)
5492         (spam-group-spam-processor-crm114-p)
5493         (spam-group-ham-processor-bogofilter-p)
5494         (spam-group-spam-processor-stat-p)
5495         (spam-group-ham-processor-stat-p)
5496         (spam-group-ham-processor-whitelist-p)
5497         (spam-group-ham-processor-BBDB-p)
5498         (spam-group-ham-processor-spamoracle-p)
5499         (spam-group-ham-processor-copy-p): functions removed with some
5500         prejudice against unneeded code
5501         (spam-report-articles-resend)
5502         (spam-report-resend-register-routine): allow the group/topic
5503         spam-resend-to value to override spam-report-resend-to
5504         (spam-summary-prepare-exit): invoke spam-group-processor-p
5505         properly now
5506
5507         * spam-report.el (spam-report-resend-to, spam-report-resend):
5508         start with resend-to set to nil, and then ask the user if
5509         necessary.  From Daniel Pittman <daniel@rimspace.net>.
5510
5511         * gnus.el (spam-resend-to): new group/topic parameter
5512         (spam-process): move the OBSOLETE processors to the end of the
5513         choices.
5514
5515         * spam-report.el (spam-report-resend): spam-report-resend takes a
5516         list of articles, not separate article numbers.  From Daniel
5517         Pittman <daniel@rimspace.net>.
5518
5519 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5522         addition to emacs-w3m.
5523
5524 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * assistant.el (assistant-authinfo-data): New function.
5527         (assistant-eval): Eval for entire assistant.
5528
5529         * netrc.el (netrc-services-file): New variable.
5530         (netrc-parse-services): New function.
5531         (netrc-find-service-name): New function.
5532         (netrc-find-service-number): New function.
5533         (netrc-port-equal): New function.
5534         (netrc-machine): Use it.
5535
5536         * nnimap.el (nnimap-open-connection): Use netrc.
5537
5538         * gnus-util.el (gnus-netrc-get): Remove aliases.
5539
5540         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
5541
5542         * assistant.el (wid-edit): Fix compilation.
5543
5544         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
5545
5546 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
5547
5548         * gnus-util.el (gnus-set-file-modes): New function.  (small
5549         patch).
5550
5551 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
5554
5555         * assistant.el (assistant-render-node): Fix up rendering and
5556         read-only text.
5557         (assistant-render-node): Reset.
5558         (assistant-make-read-only): Not sticky.
5559
5560 2004-05-20  Danny Siu  <dsiu@adobe.com>
5561
5562         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
5563         centered even when gnus-auto-center-summary is t
5564
5565 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566
5567         * dns.el (dns-get-txt-answer): New function.
5568         (dns-read-txt): Ditto.
5569         (query-dns): Use it.
5570
5571 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
5574         active for foreign groups even if the group level is higher than
5575         the specified value.
5576
5577 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578
5579         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
5580         non-active groups.
5581
5582         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
5583
5584 2004-05-20  Magnus Henoch  <mange@freemail.hu>
5585
5586         * dns.el (dns-read-type): Add support for SVR.  (small patch)
5587
5588 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
5591         (spam-crm114-header, spam-crm114-spam-switch)
5592         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
5593         (spam-crm114-positive-spam-header)
5594         (spam-crm114-database-directory, spam-list-of-processors)
5595         (spam-group-spam-processor-crm114-p)
5596         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
5597         (spam-generic-score, spam-list-of-checks)
5598         (spam-list-of-statistical-checks, spam-registration-functions)
5599         (spam-check-crm114-headers, spam-crm114-score)
5600         (spam-check-crm114, spam-crm114-register-with-crm114)
5601         (spam-crm114-register-spam-routine)
5602         (spam-crm114-unregister-spam-routine)
5603         (spam-crm114-register-ham-routine)
5604         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
5605         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
5606
5607         * gnus.el: added spam-use-crm114
5608
5609         * spam.el (spam-list-of-processors, spam-registration-functions):
5610         add spam-use-resend
5611         (spam-group-spam-processor-report-resend-p): utility wrapper
5612         (spam-report-articles-gmane): doc fix
5613         (spam-report-articles-resend,
5614         spam-report-resend-register-routine): wrappers around
5615         spam-report-resend-to
5616
5617         * spam-report.el (spam-report-resend-to, spam-report-resend):
5618         support for resending spam
5619         (spam-report-gmane): line length >80 fix
5620
5621         * gnus.el (spam-process): add spam-use-resend
5622
5623 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5624
5625         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
5626         number of processed spam messages.
5627         (spam-ham-copy-or-move-routine): Return the number of processed
5628         ham messages.
5629         (spam-summary-prepare-exit): Use the above values to decide
5630         whether status messages shouled be displayed.
5631
5632 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
5635         `rfc2047-encoding-function-alist' in order to avoid conflicting
5636         with the old version.
5637         (rfc2047-encode-region): Concatenate words containing non-ASCII
5638         characters in structured fields; don't encode space-delimited
5639         ASCII words even in unstructured fields; don't break words at
5640         char-category boundaries.
5641         (rfc2047-encode-1): New function.
5642         (rfc2047-encode): Use it; encode text so that it occupies the
5643         maximum width within 76-column; work correctly on Q encoding for
5644         iso-2022-* charsets.
5645         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
5646         sure not to break a line just after the header name.
5647         (rfc2047-b-encode-region): Removed.
5648         (rfc2047-b-encode-string): New function.
5649         (rfc2047-q-encode-region): Removed.
5650         (rfc2047-q-encode-string): New function.
5651
5652         * mm-util.el (mm-replace-in-string): New function.
5653
5654 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5655
5656         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
5657         get it right.
5658         (gnus-inews-make-draft): Really.
5659
5660 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
5661
5662         * nnmh.el (nnmh-request-list-1): Don't check the link count
5663         before descending.  (small patch)
5664
5665 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
5668         stuff.
5669
5670         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
5671         on real group name.
5672
5673         * gnus-art.el (gnus-signature-limit): Doc fix.
5674
5675         * gnus-msg.el (gnus-inews-make-draft): Quote list.
5676
5677         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
5678
5679 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
5680
5681         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
5682         isn't a string.
5683
5684 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-draft.el (gnus-draft-send): Bind
5687         rfc2047-encode-encoded-words.
5688
5689         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
5690         (rfc2047-encodable-p): Say that =? needs encoding.
5691         (rfc2047-encode-encoded-words): New variable.
5692
5693         * gnus-group.el (gnus-group-select-group): Doc fix.
5694
5695         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
5696
5697         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
5698         to nil.
5699
5700         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
5701
5702         * nnheader.el (nnheader-get-lines-and-char): New function.
5703
5704 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-msg.el (gnus-summary-followup-with-original): Document
5707         yanking of region when active.
5708
5709 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
5712         groups if the group level is higher than the specified value.
5713
5714 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
5717         (gnus-group-jump-to-group): Added prefix argument using
5718         `gnus-group-jump-to-group-prompt'.  Query before jumping to
5719         non-active group.
5720
5721         * compface.el (uncompface): Be verbose when changing
5722         `uncompface-use-external'.
5723
5724         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
5725         handle manual section.
5726
5727 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5728
5729         * gnus-art.el (gnus-button-alist): Revert previous change.
5730
5731 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
5734
5735 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
5738         whether backend can accept message.
5739
5740         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
5741
5742 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
5743
5744         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
5745         Avoid creating directory when nntp-marks-is-evil is true.
5746         Reported by Reiner Steib.
5747
5748 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * gnus-picon.el (gnus-picon-style): New variable.
5751         (gnus-picon-insert-glyph): Added optional `nostring' argument.
5752         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
5753         Jesper Harder <harder@ifa.au.dk>.
5754
5755 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * message.el (message-fill-field): Return point.
5758         (message-generate-headers): Go to end of field.
5759
5760         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
5761         stuff for non-living groups.
5762
5763 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
5764
5765         * gnus-art.el (gnus-article-followup-with-original)
5766         (gnus-article-reply-with-original): gnus-mark-active-p ->
5767         gnus-region-active-p.
5768
5769 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
5770
5771         * spam.el (spam-summary-prepare-exit): fix messages, so they show
5772         only when there is spam or ham to be processed
5773
5774 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * mail-source.el (mail-source-delete-crash-box): Refactor.
5777         (mail-source-fetch): Use it.
5778         (mail-source-fetch-file): Ditto.
5779         (mail-source-fetch-directory): Run postscript in loop.
5780         (mail-source-fetch-pop): Delete.
5781         (mail-source-fetch-maildir): Ditto.
5782         (mail-source-fetch-imap): Ditto.
5783
5784         * imap.el (imap-authenticators): Comment out sasl.
5785
5786         * message.el (message-skip-to-next-address): New function.
5787         (message-fill-header-address): Refactor.
5788         (message-fill-address): Use it.
5789         (message-delete-address): Use it.
5790         (message-fill-header-general): Refactor.
5791         (message-fill-field-address): Rename.
5792         (message-narrow-to-field): Find the start of the header.
5793         (message-header-format-alist): Don't pre-fill.
5794         (message-fill-header): Removed.
5795         (message-insert-header): New function.
5796         (message-shorten-references): Use it.
5797
5798         * rfc2047.el (rfc2047-field-value): Strip props.
5799
5800         * mail-parse.el (mail-header-make-address): New alias.
5801
5802         * ietf-drums.el (ietf-drums-make-address): New function.
5803
5804         * imap.el: Add compiler directives.
5805
5806         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
5807
5808         * gnus-art.el (article-decode-idna-rhs): Don't use
5809         message-idna-inside-rhs-p.
5810
5811 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * message.el (message-idna-inside-rhs-p): Removed.
5814         (message-idna-to-ascii-rhs-1): Use proper address parsing.
5815
5816         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
5817         false positives.
5818
5819 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
5820
5821         * imap.el (imap-sasl-make-mechanisms): Use sasl.
5822
5823 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5824
5825         * nneething.el (nneething-file-name): Don't create spurions
5826         files.
5827
5828         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
5829         (gnus-inews-do-gcc): Remove sleep.
5830
5831         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
5832         part under point.
5833
5834         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
5835         (gnus-agent-regenerate-group): Using nil messages aren't valid.
5836
5837 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
5840
5841 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * spam.el (spam-summary-prepare-exit): only produce "marking spam
5844         as expired without moving it" message when there are spam
5845         messages left
5846
5847 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
5848
5849         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
5850         header is not nil.
5851
5852 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
5853
5854         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
5855         nntp-possibly-create-directory, not nntp-possibly-change-group.
5856         (nntp-marks-changed-p): New arg SERVER.
5857         (nntp-request-update-info): Adjust caller.
5858
5859 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
5860
5861         * nntp.el (nntp-save-marks): Pass missing arg.
5862
5863 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
5864
5865         * nntp.el: Support marks.
5866         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
5867         (nntp-marks-modtime, nntp-marks-directory): New variables.
5868         (nntp-request-set-mark, nntp-request-update-info)
5869         (nntp-possibly-create-directory, nntp-marks-changed-p)
5870         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
5871         functions.
5872
5873 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
5874
5875         * gnus-xmas.el (gnus-xmas-select-lowest-window)
5876         (gnus-xmas-redefine): Rename.
5877
5878         * gnus-score.el (gnus-score-insert-help): Use
5879         gnus-select-lowest-window.
5880
5881         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
5882         appt-select-lowest-window and rename to gnus-select-lowest-window.
5883
5884         * gnus.el: do.
5885
5886 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5887
5888         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
5889         encodings of MIME-encoded words, in order to improve
5890         interoperability with several broken MUAs.
5891
5892 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5893
5894         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
5895         tags, only when charsets are not specified in headers.
5896         (mm-inline-text-html-render-with-w3m): Ditto.
5897
5898         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
5899         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
5900
5901 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5902
5903         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
5904         instead of MIME-decoded from fields when checking
5905         `gnus-article-address-banner-alist'.
5906
5907 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
5908
5909         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
5910         description rather than subject.
5911
5912 2004-05-02  Steve Youngs  <steve@youngs.au.com>
5913
5914         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
5915
5916 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * gnus.el (gnus-version-number): Bump.
5919
5920 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5921
5922         * gnus.el: No Gnus v0.2 is released.
5923
5924 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5925
5926         * gnus-agent.el (gnus-agent-read-agentview): Inline
5927         gnus-uncompress-range.
5928
5929 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5930
5931         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
5932         `exec-installed-p'.
5933
5934 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5935
5936         * gnus.el (spam-process, spam-autodetect-methods): Add
5937         bsfilter and bsfilter-headers.
5938
5939         * spam.el (spam-bsfilter): New customize group.
5940         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
5941         (spam-bsfilter-header, spam-bsfilter-probability-header)
5942         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
5943         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
5944         (spam-bsfilter-database-directory): New options.
5945         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
5946         (spam-list-of-statistical-checks, spam-registration-functions):
5947         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
5948         (spam-bsfilter-score): New command.
5949         (spam-check-bsfilter-headers, spam-check-bsfilter)
5950         (spam-bsfilter-register-with-bsfilter)
5951         (spam-bsfilter-register-spam-routine)
5952         (spam-bsfilter-unregister-spam-routine)
5953         (spam-bsfilter-register-ham-routine)
5954         (spam-bsfilter-unregister-ham-routine): New functions.
5955         (spam-generic-score): Support bsfilter; Accept an optional argument
5956         to recalcurate spam score even if scoring header has already been
5957         added.
5958         (spam-bogofilter-score, spam-spamassassin-score): Accept an
5959         optional argument to recalcurate spam score even if scoring header
5960         has already been added.
5961
5962 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
5963
5964         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
5965         strings!  Reported by David D. Smith <davidsmith@acm.org>.
5966         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
5967         link is missing.
5968
5969 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
5970
5971         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
5972         (html2text-get-attr): Rewrite.
5973
5974         * message.el (message-setup-1): Remove redundant put-text-property
5975         on mail-header-separator.
5976
5977 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * gnus-registry.el (gnus-registry-cache-whitespace)
5980         (gnus-registry-action, gnus-registry-spool-action)
5981         (gnus-registry-split-fancy-with-parent): changed message levels
5982         from 5 to 3 or 7, as needed
5983
5984         * spam.el (spam-summary-prepare-exit)
5985         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
5986         (spam-split, spam-find-spam, spam-log-undo-registration)
5987         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
5988         level from 5 to 6
5989
5990 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * gnus-ems.el: Autoload appt-select-lowest-window (revert
5993         2004-03-04 change).
5994
5995 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
5996
5997         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
5998         Use mapc when appropriate.
5999
6000         * sieve-manage.el (sieve-manage-open): do.
6001
6002         * nnweb.el (nnweb-insert-html): do.
6003
6004         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
6005         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
6006
6007         * nnspool.el (nnspool-request-group): do.
6008
6009         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
6010         do.
6011
6012         * nnml.el (nnml-request-update-info): do.
6013
6014         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
6015         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
6016
6017         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
6018         (nnimap-request-set-mark): do.
6019
6020         * nnfolder.el (nnfolder-request-update-info): do.
6021
6022         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
6023         do.
6024
6025         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
6026
6027         * gnus-uu.el (gnus-uu-find-articles-matching): do.
6028
6029         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
6030         do.
6031
6032         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
6033         do.
6034
6035         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
6036
6037         * gnus-nocem.el (gnus-nocem-scan-groups): do.
6038
6039         * gnus-int.el (gnus-start-news-server): do.
6040
6041         * gnus-group.el (gnus-group-make-kiboze-group)
6042         (gnus-group-browse-foreign-server): do.
6043
6044 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
6047         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
6048         <shields@msrl.com>:
6049
6050         * spam.el (spam-necessary-extra-headers): get the extra headers we
6051         may need for spam sorting and scoring
6052         (spam-user-format-function-S): a user format function suitable for
6053         general use
6054         (spam-article-sort-by-spam-status): sorting function for summary
6055         sorting
6056         (spam-extra-header-to-number): get a score from a header
6057         (spam-summary-score): get a numeric score from the headers
6058         (spam-generic-score): oops, function doc in wrong place
6059         (spam-initialize): take symbols when it's run, and install the
6060         extra headers that spam-necessary-extra-headers thinks we need
6061
6062 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6063
6064         * spam.el (spam-summary-prepare-exit): logic and message fix.
6065         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6066
6067 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
6068
6069         * gnus-sum.el (gnus-set-global-variables)
6070         (gnus-build-all-threads, gnus-get-newsgroup-headers)
6071         (gnus-article-get-xrefs, gnus-summary-best-group)
6072         (gnus-summary-next-article, gnus-summary-enter-digest-group)
6073         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
6074         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
6075         with-current-buffer.
6076
6077 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * spam.el (spam-summary-prepare-exit): simplified logic
6080         (spam-fetch-article-header): read the article header if it's not
6081         available
6082         (spam-list-articles): simplified logic
6083         (spam-filelist-register-routine): found bug with unregister-list
6084
6085         * gnus-registry.el: clarified comments at beginning
6086
6087 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
6088
6089         * message.el (message-cater-to-broken-inn): Remove.
6090         (message-shorten-references): Make sure the total folded length of
6091         References is shorter than 998 characters to cater to a bug in INN
6092         2.3.  Also, don't pretend that references aren't folded -- this
6093         hasn't worked for a while.
6094
6095 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6096
6097         * gnus-agent.el (gnus-agentize):
6098         gnus-agent-send-mail-real-function no longer set to current value
6099         of message-send-mail-function but rather a lambda that calls
6100         message-send-mail-function.  The change makes the agent real-time
6101         responsive to user changes to message-send-mail-function.
6102
6103 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6104
6105         * legacy-gnus-agent.el
6106         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
6107         help from Florian Weimer <fw@deneb.enyo.de>
6108
6109 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * nnmail.el (nnmail-cache-insert): Revert last change.
6112
6113 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * nnmail.el (nnmail-cache-insert): Always check whether
6116         nnmail-cache-ignore-groups matches a group name.
6117
6118 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
6121         (spam-find-spam, spam-log-processing-to-registry)
6122         (spam-log-registered-p, spam-log-unregistration-needed-p)
6123         (spam-log-undo-registration): use gnus-message instead of
6124         gnus-error, none of these errors are fatal
6125
6126         * gnus-registry.el (gnus-registry-clean-empty-function)
6127         (gnus-registry-clean-empty): remove only empty entries without
6128         extra data
6129
6130 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * spam-stat.el (spam-stat-buffer-change-to-spam)
6133         (spam-stat-buffer-change-to-non-spam): change (error) to
6134         (gnus-message 8) invocation
6135
6136 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * nntp.el (nntp-via-netcat-command): New variable.
6139         (nntp-via-netcat-switches): New variable.
6140         (nntp-open-via-rlogin-and-netcat): New function.
6141         (nntp-open-connection-function): Doc fix.
6142         (nntp-telnet-command): Doc fix.
6143         (nntp-end-of-line): Doc fix.
6144         (nntp-via-rlogin-command): Doc fix.
6145         (nntp-via-user-name): Doc fix.
6146         (nntp-via-address): Doc fix.
6147
6148 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
6151         error in Emacs 21.1.
6152
6153 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
6156
6157 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6158         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
6159         (gnus-agent-with-refreshed-group): New macro.
6160         (gnus-agent-rename-group): New function.
6161         (gnus-agent-delete-group): New function.
6162         (gnus-agent-save-group-info): Use gnus-command-method when
6163         `method' parameter is nil.  Don't write nil entries into the
6164         active file.
6165         (gnus-agent-get-group-info): New function.
6166         (gnus-agent-fetch-articles): Use
6167         gnus-agent-update-files-total-fetched-for to increment disk space
6168         used.
6169         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
6170         gnus-agent-update-view-total-fetched-for to increment disk space
6171         used.
6172         (gnus-agent-get-local): Added optional parameters to avoid calling
6173         gnus-group-real-name and gnus-find-method-for-group.
6174         (gnus-agent-set-local): Delete stored entry if either min, or max,
6175         are nil.
6176         (gnus-agent-fetch-session): Reworded error/quit messages.  On
6177         quit, use gnus-agent-regenerate-group to record existance of any
6178         articles fetched to disk before the quit occurred.
6179         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
6180         gnus-agent-update-view-total-fetched-for, and
6181         gnus-agent-update-files-total-fetched-for to decrement disk space
6182         used.
6183         (gnus-agent-retrieve-headers): Use
6184         gnus-agent-update-view-total-fetched-for to increment disk space
6185         used.
6186         (gnus-agent-regenerate-group): Replace gnus-group-update-group
6187         with gnus-agent-update-files-total-fetched-for to decrement disk
6188         space and fresh group buffer.
6189         (gnus-agent-inhibit-update-total-fetched-for): New variable.
6190         (gnus-agent-need-update-total-fetched-for): New variable.
6191         (gnus-agent-update-files-total-fetched-for): New function.
6192         (gnus-agent-update-view-total-fetched-for): New function.
6193         (gnus-agent-total-fetched-for): New function.
6194
6195         * gnus-cache.el (gnus-cache-save-buffers): Use
6196         gnus-cache-update-overview-total-fetched-for to change disk space
6197         used by this group.
6198         (gnus-cache-possibly-enter-article): Use
6199         gnus-cache-update-file-total-fetched-for to increment disk space
6200         used by this group.
6201         (gnus-cache-possibly-remove-article): Use
6202         gnus-cache-update-file-total-fetched-for to decrement disk space
6203         used by this group.
6204         (gnus-cache-generate-nov-databases): Purge total fetched cache.
6205         (gnus-cache-rename-group): New function.
6206         (gnus-cache-delete-group): New function.
6207         (gnus-cache-inhibit-update-total-fetched-for): New variable.
6208         (gnus-cache-need-update-total-fetched-for): New variable.
6209         (gnus-cache-with-refreshed-group): New macro.
6210         (gnus-cache-update-file-total-fetched-for): New function.
6211         (gnus-cache-update-overview-total-fetched-for): New function.
6212         (gnus-cache-rename-group-total-fetched-for): New function.
6213         (gnus-cache-delete-group-total-fetched-for): New function.
6214         (gnus-cache-total-fetched-for): New function.
6215
6216         * gnus-group.el: Require gnus-sum and autoload functions to
6217         resolve warnings when gnus-group.el compiled alone.
6218         (gnus-group-line-format): Documented new %F
6219         (size of Fetched data) group line format; identifies disk space
6220         used by agent and cache.
6221         (gnus-group-line-format-alist): Defined new F format.
6222         (gnus-total-fetched-for): New function.
6223         (gnus-group-delete-group): No longer update
6224         gnus-cache-active-altered as gnus-request-delete-group now keeps
6225         the cache in sync.
6226         (gnus-group-list-active): Let the agent store a server's active
6227         list if currently plugged.
6228
6229         * gnus-int.el (gnus-request-delete-group): Use
6230         gnus-cache-delete-group and gnus-agent-delete-group to keep the
6231         local disk in sync with the server.
6232          (gnus-request-rename-group): Use
6233         gnus-cache-rename-group and gnus-agent-rename-group to keep the
6234         local disk in sync with the server.
6235
6236         * gnus-start.el (gnus-get-unread-articles): Cosmetic
6237         simplification to logic.
6238
6239         * gnus-util.el (gnus-rename-file): New function.
6240
6241 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
6242
6243         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
6244         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
6245
6246         * mm-util.el (mm-image-load-path): Handle nil in load-path.
6247         From Christian Neukirchen <chneukirchen@yahoo.de>.
6248
6249 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
6250
6251         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
6252         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
6253
6254 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
6255
6256         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
6257
6258 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * spam.el (spam-set-difference): new function to replace
6261         gnus-set-difference in spam.el
6262         (spam-summary-prepare-exit): use spam-set-difference
6263
6264 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-registry.el (gnus-registry-cache-file): updated to use
6267         gnus-dribble-directory OR gnus-home-directory OR ~
6268         (gnus-registry-split-fancy-with-parent): fixed doc
6269
6270 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * message.el (message-exchange-point-and-mark): Use
6273         message-mark-active-p.  Suggested by Jesper Harder
6274         <harder@ifa.au.dk>.
6275
6276 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * message.el (message-exchange-point-and-mark): Don't activate
6279         region if it was inactive.  Suggested by Hiroshi Fujishima
6280         <pooh@nature.tsukuba.ac.jp>.
6281
6282 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6283
6284         * gnus-art.el (article-display-face): Display Faces in the same
6285         order as X-Faces.
6286
6287 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
6290
6291 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
6294         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
6295         (gnus-article-mime-hierarchy): Remove.
6296         (gnus-article-mime-hierarchy-next): Remove.
6297         (gnus-article-mode): Revert 2004-03-19 change.
6298         (gnus-article-setup-buffer): Revert 2004-03-19 change.
6299         (gnus-insert-mime-button): Revert 2004-03-19 change.
6300         (gnus-mime-accumulate-hierarchy): Remove.
6301         (gnus-mime-enter-multipart): Remove.
6302         (gnus-mime-leave-multipart): Remove,
6303         (gnus-mime-display-part): Revert 2004-03-19 change.
6304         (gnus-mime-display-alternative): Revert 2004-03-19 change.
6305
6306         * mml.el (mml-preview): Revert 2004-03-19 change.
6307
6308 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
6309
6310         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
6311
6312 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
6315         t while entering a file name using the mm-with-multibyte macro.
6316         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6317
6318         * mm-util.el (mm-with-multibyte): New macro.
6319
6320 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
6323         user option.
6324         (gnus-mime-multipart-functions): Doc and customization fix.
6325         (gnus-article-mime-hierarchy): New variable.
6326         (gnus-article-mime-hierarchy-next): New variable.
6327         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
6328         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
6329         gnus-article-mime-hierarchy-next to nil.
6330         (gnus-insert-mime-button): Show hierarchy numbers.
6331         (gnus-mime-accumulate-hierarchy): New function.
6332         (gnus-mime-enter-multipart): New function.
6333         (gnus-mime-leave-multipart): New function.
6334         (gnus-mime-display-part): Recompute hierarchical MIME structure.
6335         (gnus-mime-display-alternative): Show hierarchy numbers.
6336
6337         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
6338         gnus-article-mime-hierarchy-next to nil.
6339
6340 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
6341
6342         * dns.el: Don't require gnus-xmas.
6343
6344 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
6345
6346         * mml.el (mml-generate-mime-1): Don't use format=flowed with
6347         inline PGP.
6348         (mml-menu): Disable mml-quote-region if mark is inactive.
6349
6350 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
6353         when the group's active is not available.
6354
6355 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
6358         error.
6359
6360         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6361         parent article of a sparse article in the thread hashtb.  From
6362         Stefan Wiens <s.wi@gmx.net>.
6363
6364 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * imap.el (imap-store-password): New variable.
6367         (imap-interactive-login): Use it.
6368         Suggested by Mark Plaksin <happy@mcplaksin.org>.
6369
6370 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-art.el (gnus-article-read-summary-keys): Restore new
6373         window-start and hscroll to summary window.
6374
6375 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6376
6377         * gnus-start.el (gnus-convert-old-newsrc): Only write the
6378         conversion message to newsrc-dribble when an actual conversion is
6379         performed.
6380
6381 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
6382
6383         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
6384
6385 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * mm-decode.el (mm-complicated-handles): New function reviving
6388         former definition of mm-multiple-handles.
6389
6390         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6391         (gnus-mime-delete-part): Use it.
6392
6393 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6394
6395         * gnus-agent.el (gnus-agent-read-local): Bind
6396         nnheader-file-coding-system to gnus-agent-file-coding-system to
6397         avoid the implicit assumption that they will always be equal.
6398         (gnus-agent-save-local): Bind buffer-file-coding-system, not
6399         coding-system-for-write, as the with-temp-file macro first prints
6400         to a buffer then saves the buffer.
6401
6402 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-art.el (gnus-article-edit-part): New function.
6405         (gnus-mime-save-part-and-strip): Use it; do query instead of
6406         signaling an error; don't use mm-multiple-handles.
6407         (gnus-mime-delete-part): Ditto.
6408
6409 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6410
6411         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
6412         old file versions.
6413         (gnus-group-prepare-hook): Removed function that converted list
6414         form of gnus-agent-expire-days to group properties.
6415
6416         * gnus-int.el: Autoload gnus-agent-regenerate-group.
6417         (gnus-request-accept-article): Re-indented.
6418
6419         * gnus-start.el (gnus-convert-old-newsrc): Registered new
6420         converters to handle old agent file formats.  Added logic for a
6421         "backup before upgrading warning".
6422         (gnus-convert-mark-converter-prompt): Developers can mark
6423         functions as needing (default), or not needing,
6424         gnus-convert-old-newsrc's "backup before upgrading warning".
6425         (gnus-convert-converter-needs-prompt): Tests whether the user
6426         should be protected from potentially irreversable changes by the
6427         function.
6428
6429         * legacy-gnus-agent.el (): New. Provides converters that are only
6430         loaded when gnus-convert-old-newsrc needs to call them.
6431
6432 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * mail-source.el (mail-source-touch-pop): Doc fix.
6435
6436         * message.el (message-smtpmail-send-it): Doc fix.
6437
6438 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
6439
6440         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
6441
6442         * nnmail.el (nnmail-split-fancy): do.
6443
6444         * gnus-kill.el (gnus-kill, gnus-execute): do.
6445
6446 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6447
6448         * gnus-sum.el (gnus-widget-reversible-match)
6449         (gnus-widget-reversible-to-internal)
6450         (gnus-widget-reversible-to-external): New functions.
6451         (gnus-widget-reversible): New widget.
6452         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
6453
6454 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
6455
6456         * gnus-sum.el (gnus-thread-sort-functions)
6457         (gnus-article-sort-functions): Document `(not F)' items.
6458
6459 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * spam.el (spam-use-gmane-xref): new backend
6462         (spam-gmane-xref-spam-group): variable to control the name of the
6463         Gmane spam group
6464         (spam-blackhole-servers, spam-blackhole-good-server-regex)
6465         (spam-regex-headers-spam, spam-regex-headers-ham)
6466         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
6467         (spam-list-of-checks): added spam-use-gmane-xref to list of
6468         backends and checks
6469         (spam-check-gmane-xref): function for spam-use-gmane-xref
6470
6471         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
6472         an autodetect method
6473
6474 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6475
6476         * gnus-int.el (gnus-request-accept-article): Inform the agent that
6477         articles are being added to a group.
6478         (gnus-request-replace-article): Inform the agent that articles
6479         need to be uncached as the cached contents are no longer valid.
6480
6481 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * binhex.el: Don't autoload executable-find.
6484
6485         * canlock.el: Don't autoload mail-fetch-field.
6486
6487         * dgnushack.el: Autoload c-mode for XEmacs.
6488
6489         * gnus-ems.el: Don't autoload appt-select-lowest-window.
6490
6491         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
6492         rmail-dont-reply-to and rmail-output.
6493
6494         * gnus-score.el: Don't autoload ffap-string-at-point.
6495
6496         * gnus-setup.el: Don't autoload sc-cite-original.
6497
6498         * imap.el: Don't autoload base64-decode-string,
6499         base64-encode-string and md5.
6500
6501         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
6502         and rmail-msg-restore-non-pruned-header.
6503
6504         * mm-decode.el: Don't autoload executable-find.
6505
6506         * mm-url.el: Don't autoload executable-find.
6507
6508         * mm-view.el: Don't autoload diff-mode.
6509
6510         * nndb.el: Don't autoload news-reply-mode, news-setup,
6511         cancel-timer and telnet.
6512
6513         * password.el: Don't autoload run-at-time for Emacs.
6514
6515         * sha1-el.el: Don't autoload executable-find.
6516
6517         * sieve-mode.el: Don't autoload c-mode.
6518
6519         * uudecode.el: Don't autoload executable-find.
6520
6521 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6522
6523         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
6524         (gnus-agent-possibly-alter-active): Avoid null in numeric
6525         comparison.
6526         (gnus-agent-set-local): Refuse to save null in local object table.
6527         (gnus-agent-regenerate-group): The REREAD parameter can now be a
6528         list of articles that will be marked as unread.
6529
6530 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
6533
6534 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6535
6536         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
6537         language tags.
6538
6539 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6540
6541         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
6542         Don't bind "obarray".
6543
6544         * gnus-sum.el (gnus-thread-sort-functions): Added
6545         `gnus-thread-sort-by-most-recent-number' and
6546         `gnus-thread-sort-by-most-recent-date'.
6547         Reported by Kai Grossjohann <kai@emptydomain.de>.
6548
6549 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
6552
6553 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6554
6555         * gnus-cus.el (gnus-agent-customize-category): Removed
6556         ignore-errors macro reference that required cl to be loaded at
6557         run-time.
6558
6559         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
6560         single-interval range of the form (min . max).  Previously the
6561         range had to look like ((min . max)).  Likewise, return
6562         (min . max) rather than ((min . max)).
6563         (gnus-range-map): Use gnus-range-normalize to accept
6564         single-interval range.
6565
6566         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
6567         the cache, but not the agent, now appear with their usual face.
6568
6569         * dgnushack.el (loaddir): New variable that is bound to the
6570         directory containing the dgnushack.el file. Use loaddir, rather
6571         than srcdir, to update load-path. Change lets dgnushack compile
6572         code in directories other than GNUS/lisp.
6573
6574 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * lpath.el: Don't bind w3m-safe-url-regexp.
6577
6578         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
6579         w3m-safe-url-regexp variable buffer-local.
6580
6581         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6582
6583 2004-02-27  Simon Josefsson  <jas@extundo.com>
6584
6585         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
6586         gnus-group-real-prefix.
6587         (gnus-summary-move-article): Use it, instead of
6588         gnus-group-real-prefix.
6589
6590 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * lpath.el: Bind w3m-safe-url-regexp.
6593
6594         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
6595         w3m-safe-url-regexp variable buffer-local and set it as the value
6596         of mm-w3m-safe-url-regexp.
6597
6598         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6599
6600         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
6601         parsing gnus-posting-styles when the message is not for replying.
6602
6603         * dgnushack.el: Autoload sgml-mode for XEmacs.
6604
6605         * nnrss.el (nnrss-opml-export): Use
6606         mm-set-buffer-file-coding-system instead of
6607         set-buffer-file-coding-system.
6608
6609 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
6610
6611         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
6612         of checkdoc.el).
6613         * nnrss.el: do.
6614         * gnus-mlspl.el: do.
6615         * gnus-ml.el: do.
6616         * gnus-srvr.el: do.
6617
6618         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
6619
6620 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6621
6622         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
6623         Corrections to custom-manual links.
6624
6625         * gnus-art.el (gnus-article): Ditto.
6626
6627         * mm-decode.el (mime-display, mime-security): Ditto.
6628
6629 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6630
6631         * flow-fill.el: Typo.
6632
6633 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
6634
6635         * spam-wash.el: New file.
6636
6637 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
6638
6639         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
6640
6641 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6642
6643         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
6644         to be run with new-articles as LIST1, not LIST2
6645         (spam-registration-functions): add spam-use-ham-copy as a nil
6646         registration backend
6647
6648 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6649
6650         * spam-stat.el (spam-stat-washing-hook): New option.
6651         (spam-stat-buffer-words): Use it.
6652         (spam-stat-process-directory, spam-stat-test-directory): Use
6653         insert-file-contents-literally.
6654         (spam-stat-coding-system): New variable.
6655         (spam-stat-load, spam-stat-save): Use it.
6656
6657 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * spam-report.el (spam-report-plug-agent): Quote
6660         spam-report-url-to-file and spam-report-url-ping-plain.
6661
6662 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
6665         / in mailto URLs.
6666
6667 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * spam-report.el (spam-report-process-queue): Fix interactive use.
6670         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
6671         (spam-report-unplug-agent): Doc fixes.
6672         (spam-report-url-ping-mm-url, spam-report-url-to-file)
6673         (spam-report-agentize, spam-report-deagentize): Autoload
6674
6675 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
6678
6679         * message.el (message-setup-fill-variables): Add mml tags to
6680         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
6681         <ajk@iu.edu>.
6682         (message-mode): Don't modify paragraph-separate there.
6683
6684 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * compface.el (uncompface-use-external): Default to undecided.
6687         (uncompface-use-external-threshold): New variable.
6688         (uncompface-float-time): New macro.
6689         (uncompface): Determine whether to use the external decoder if
6690         uncompface-use-external is undecided.
6691
6692 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6693
6694         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
6695         after images.
6696
6697         * gnus-art.el (gnus-mime-display-single): Remove dead code.
6698
6699 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
6700
6701         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
6702
6703         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
6704
6705         * gnus-sum.el (gnus-summary-limit-to-age)
6706         (gnus-summary-limit-children): do.
6707
6708         * gnus-int.el (gnus-request-scan): do.
6709
6710         * gnus-group.el (gnus-group-suspend): do.
6711
6712         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
6713
6714         * gnus-cite.el (gnus-cite-parse-attributions): do.
6715
6716         * gnus-agent.el (gnus-summary-set-agent-mark)
6717         (gnus-agent-regenerate-group): do.
6718
6719         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
6720
6721         * binhex.el (binhex-decode-region-internal): do.
6722
6723 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-fun.el (gnus-face-properties-alist): New user option.
6726         (gnus-display-x-face-in-from): Use it.
6727
6728         * gnus-art.el (article-display-face): Ditto.
6729
6730         * compface.el (uncompface-use-external): Default to nil.
6731
6732 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
6733
6734         * nntp.el (nntp-erase-buffer): New function.
6735         (nntp-retrieve-data, nntp-send-command)
6736         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
6737         (nntp-possibly-change-group): Use it.
6738
6739         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
6740         with-current-buffer.
6741
6742 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
6743
6744         * compface.el: Merge the ELisp-based uncompface program.
6745         (compface): New customization group.
6746         (uncompface-use-external): New user option.
6747         (uncompface): Call uncompface-internal if uncompface-use-external
6748         is nil.
6749         (uncompface-internal): New function.  Note that there are also
6750         some other functions and variables added for this function.
6751
6752 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
6753
6754         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
6755         if necessary.
6756
6757 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * spam-report.el (spam-report-unplug-agent)
6760         (spam-report-plug-agent, spam-report-deagentize)
6761         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
6762         support for the Agent in spam-report: when unplugged, report to a
6763         file; when plugged, submit all the requests
6764
6765         * spam.el (spam-register-routine): improved message about
6766         registration
6767
6768 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
6769
6770         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
6771         dependencies.
6772         (rfc2047-encode): Use it.
6773
6774         * gnus-art.el (gnus-button-marker-list): Move before first
6775         reference.
6776
6777         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6778         (imap-parse-body): Fix format string mismatch.
6779
6780         * gnus-score.el (gnus-summary-increase-score): do.
6781
6782         * nnrss.el (nnrss-close): New function.
6783
6784 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
6785
6786         * nnrss.el (nnrss-make-filename): New function.
6787         (nnrss-request-delete-group, nnrss-read-server-data)
6788         (nnrss-save-server-data, nnrss-read-group-data)
6789         (nnrss-save-group-data): Use it.
6790         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
6791         (nnrss-read-server-data, nnrss-read-group-data): Use load.
6792         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
6793
6794 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
6795
6796         * mml.el (mml-compute-boundary-1): Don't uncompress files.
6797
6798 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
6799
6800         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
6801         files.
6802
6803         * message.el (message-generate-headers-first): Don't quote nil
6804         and t in docstrings.
6805
6806         * imap.el (imap-id): do.
6807
6808         * gnus-agent.el (gnus-agent-consider-all-articles)
6809         (gnus-agent-queue-mail): do.
6810
6811 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * spam-report.el (spam-report-process-queue): New function.
6814         Process requests from `spam-report-requests-file'.
6815         (spam-report-process-queue): Doc fix.
6816
6817 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * spam.el (spam-register-routine)
6820         (spam-log-processing-to-registry, spam-log-registered-p)
6821         (spam-log-unregistration-needed-p, spam-log-undo-registration):
6822         change "check" to "spam-check" for semi-clarity
6823
6824 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
6825
6826         * pop3.el: Require nnheader.
6827
6828         * mml-smime.el: Require cl.  Autoload message-fetch-field.
6829
6830         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
6831
6832         * gnus-picon.el: Require cl.
6833
6834         * gnus-fun.el: Require gnus-ems and gnus-util.
6835
6836         * gnus.el (gnus-method-to-server): Move defsubst before first use.
6837
6838         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
6839
6840         * gnus-art.el (gnus-article-edit-mode): Define before first
6841         reference.
6842
6843 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
6844
6845         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
6846         (gnus-uu-post-encoded): Use point-at-bol.
6847
6848         * gnus-topic.el (gnus-group-active-topic-p): do.
6849
6850         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
6851
6852         * gnus-group.el (gnus-group-kill-region): do.
6853
6854         * gnus-art.el (article-date-ut): do.
6855
6856         * message.el (message-fetch-field): Remove redundant
6857         case-fold-search binding.
6858         (message-narrow-to-field): Simplify.
6859
6860 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6861
6862         * spam.el (spam-directory): Derive from `gnus-directory'.
6863
6864         * spam-report.el (spam-report-url-to-file)
6865         (spam-report-requests-file): New function and variable for offline
6866         reporting.
6867         (spam-report-url-ping-function): Add `spam-report-url-to-file'
6868         and user defined function.
6869         (spam-report-url-ping-mm-url): Remove doubled slash.
6870
6871 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
6872
6873         * spam.el (spam-list-of-processors): fixed spamassassin variable names
6874
6875 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
6876
6877         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
6878         format string mismatch.
6879
6880         * sieve.el (sieve-deactivate-all): do.
6881
6882         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
6883
6884         * nnlistserv.el (nnlistserv-kk-wash-article): do.
6885
6886         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
6887
6888         * mm-bodies.el (mm-7bit-chars): Don't include \r.
6889
6890 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
6893         the list of checks
6894
6895 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
6896
6897         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
6898         padding.
6899
6900 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
6901
6902         * mm-view.el (mm-fill-flowed): New variable.
6903         (mm-inline-text): Use it.
6904
6905 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * spam.el (spam-spamassassin-register-ham-routine)
6908         (spam-spamassassin-register-spam-routine): fixed function names
6909
6910 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus.el (gnus-tmp-grouplens): Remove.
6913         (gnus-summary-line-format): Remove grouplens.
6914
6915         * gnus-group.el (gnus-group-line-format): Ditto.
6916
6917         * gnus-spec.el (gnus-format-specs): Ditto.
6918         (gnus-update-format-specifications): Flush the group format spec
6919         cache if there's the grouplens stuff.
6920         (gnus-parse-simple-format): Replace %l with the empty string.
6921
6922 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
6923
6924         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
6925         omission.
6926         From Jerry James  <james@xemacs.org>
6927
6928 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
6931         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6932
6933 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
6934
6935         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
6936         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
6937         New macros and functions.
6938         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
6939         Handle > NLINK_MAX messages.
6940         * nnmaildir.el (nnmaildir-request-set-mark): Use
6941         nnmaildir--emlink-p and nnmaildir--eexist-p.
6942
6943 2004-01-25  Alex Schroeder  <alex@gnu.org>
6944
6945         * spam-stat.el (spam-stat-process-directory-age): New option.
6946         (spam-stat-process-directory): Use it.
6947
6948 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
6949
6950         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
6951         (spam-stat-save): Accept prefix argument.
6952
6953 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
6954
6955         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
6956         links" error.
6957
6958 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
6961         the rest of the and/or forms.
6962
6963 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
6964
6965         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
6966         compatibility with old .newsrc.eld files.
6967
6968         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
6969
6970         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
6971
6972         * gnus-start.el (gnus-1): do.
6973
6974         * gnus-group.el (gnus-group-line-format-alist): do.
6975
6976         * gnus.el (gnus-use-grouplens, gnus-visual): do.
6977
6978         * gnus-gl.el: Remove.
6979
6980 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6981
6982         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
6983         marks consisting of a single range {for example, (3 . 5)} rather
6984         than a list of a single range { ((3 . 5)) }.
6985
6986 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
6987
6988         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
6989         with-current-buffer.
6990         (spam-stat-store-current-buffer): Use insert-buffer-substring to
6991         avoid consing a string.
6992
6993         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
6994         Remove obsolete entries for big5 and gb2312.
6995
6996 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6997
6998         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
6999         uncompressed list.
7000
7001 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7002
7003         * spam-stat.el (spam-stat-strip-xref): New function.
7004         (spam-stat-process-directory): Use it.
7005
7006         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
7007         here -- it's done in message-fetch-field.
7008
7009 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7010
7011         * gnus-agent.el (gnus-agent-queue-mail,
7012         gnus-agent-prompt-send-queue): New variables.
7013         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
7014         * gnus-draft.el (gnus-group-send-queue): Pass the group name
7015         "nndraft:queue" along to gnus-draft-send.  Use
7016         gnus-agent-prompt-send-queue.
7017         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
7018         is "nndraft:queue".  Suggested by Gaute Strokkenes
7019         <gs234@srcf.ucam.org>
7020
7021         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
7022         (agent-enable-undownloaded-faces): Added
7023         (gnus-agent-cat-groups): Use eval-and-compile, not
7024         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
7025         method of gnus-agent-cat-groups even when the buffer has been
7026         evaled.
7027         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
7028         delete gnus-agent-save-active-1.
7029         (gnus-agent-save-groups): Deleted. Identical to
7030         gnus-agent-save-active.
7031         (gnus-agent-write-active): No longer adjust agent's copy of active
7032         file as agent's adjustments are now stored in their own
7033         file. Removed optional parameter.
7034         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
7035         servers.  Add use of min/max range limits from server's local
7036         file.
7037         (gnus-agent-save-alist): Removed unused optional argument.
7038         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
7039         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
7040         (gnus-agent-set-local): A per-server file that keeps min/max range
7041         limits for articles known to the agent.  Provides a fast mechanism
7042         for altering many active ranges.
7043         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
7044         active file (local makes it unnecessary).
7045         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
7046
7047         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
7048         (agent-enable-undownloaded-faces): Added
7049
7050         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
7051         disable it when sending to "nndraft:queue".
7052         (gnus-group-send-queue): Add safety check to avoid sending queue
7053         when unplugged.
7054
7055         * gnus-group.el (gnus-group-catchup): Use new
7056         gnus-sequence-of-unread-articles, not
7057         gnus-list-of-unread-articles, to avoid exhausting memory with huge
7058         numbers of articles.  Use gnus-range-map to avoid having to
7059         uncompress the unread list.
7060         (gnus-group-archive-directory,
7061         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
7062         reference.
7063
7064         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
7065         (gnus-sorted-range-intersection): Intersection of two ranges
7066         without requiring that they first be uncompressed.
7067
7068         * gnus-start.el (gnus-activate-group): Unless blocked by the
7069         caller, possibly expand the active range to include both cached
7070         and agentized articles.
7071         (gnus-convert-old-newsrc): Rewrote in anticipation of having
7072         multiple version-dependent converters.
7073         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
7074         gnus-agent-save-active.
7075         (gnus-save-newsrc-file): Save dirty agent range limits.
7076
7077         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
7078         gnus-agent-possibly-alter-active.
7079         (gnus-adjust-marked-articles): Faster handling of simple lists
7080
7081 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
7082
7083         * spam-stat.el (spam-stat-test-directory): New optional argument
7084         displays a list of files detected.  Suggested by Andrew Cohen
7085         <cohen@andy.bu.edu>.
7086         (spam-stat-buffer-words-with-scores): Don't narrow and change
7087         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
7088
7089 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * spam.el (gnus-summary-mode-map): make spam-generic-score the
7092         default scoring function
7093         (spam-generic-score): calls spam-spamassassin-score if
7094         spam-use-spamassassin or spam-use-spamassassin-headers is on;
7095         spam-bogofilter-score otherwise.
7096
7097         From Hubert Chan <hubert@uhoreg.ca>:
7098
7099         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
7100         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
7101         (spam-spamassassin-arguments)
7102         (spam-spamassassin-spam-flag-header)
7103         (spam-spamassassin-positive-spam-flag-header)
7104         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
7105         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
7106         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7107         (spam-list-of-processors, spam-list-of-checks)
7108         (spam-list-of-statistical-checks, spam-registration-functions)
7109         (spam-check-spamassassin-headers, spam-check-spamassassin)
7110         (spam-spamassassin-score)
7111         (spam-spamassassin-register-with-sa-learn)
7112         (spam-spamassassin-register-spam-routine)
7113         (spam-spamassassin-register-ham-routine)
7114         (spam-assassin-register-spam-routine)
7115         (spam-assassin-register-ham-routine): add SpamAssassin support
7116         (spam-bogofilter-score): fix to show article before scoring
7117
7118         * gnus.el (spam-process, spam-autodetect-methods): add
7119         spamassassin and spamassassin-headers
7120
7121         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7122         Suppress unnecessary messages.  From Nevin Kapur
7123         <nkapur@cs.caltech.edu>.
7124
7125 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7126
7127         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
7128         make-hash-table.
7129
7130 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * canlock.el (base64-encode-string): Don't autoload it.
7133
7134 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * run-at-time.el: Remove useless (require 'itimer),
7137         eval-and-compile and (featurep 'xemacs).
7138
7139 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
7140
7141         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
7142         GROUP is a virtual group.
7143
7144 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
7145
7146         * gnus.el: Autoload `message-y-or-n-p'.
7147
7148 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
7149
7150         * pgg-parse.el: Remove unnecessary (require 'custom).
7151
7152         * pgg-def.el: do.
7153
7154         * nnmail.el: do.
7155
7156         * gnus-undo.el: do.
7157
7158         * gnus-picon.el: do.
7159
7160         * gnus-util.el: do.
7161
7162 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * gnus-sum.el (gnus-pick-line-number): Add autoload.
7165
7166 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
7169         handle, as well as a list.
7170
7171         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
7172         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
7173         (mm-w3m-cid-retrieve): Simplify.
7174
7175 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
7176
7177         * message.el (message-kill-to-signature): Allow prefix arg to
7178         specify number of lines to keep before signature.  From Vasily
7179         Korytov.
7180         (message-kill-to-signature): Change docstring.
7181
7182 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * canlock.el: Always require sha1-el.
7185         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
7186
7187         * message.el: Autoload sha1 only when compiling.
7188
7189         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
7190         eudc-expand-inline for XEmacs.
7191
7192 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * message.el (message-canlock-generate): Require sha1-el.
7195
7196 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
7197
7198         * message.el (message-expand-name): Silence the byte compiler.
7199
7200         * lpath.el: Add detect-coding-system.
7201
7202         * dgnushack.el (dgnushack-compile): Remove obsolete check for
7203         cus-edit.
7204
7205 2004-01-13  Simon Josefsson  <jas@extundo.com>
7206
7207         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
7208         Invoke gnus-score-mode.  Reported by
7209         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7210
7211         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
7212         Jim Blandy <jimb@redhat.com> (tiny change).
7213
7214 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7215
7216         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
7217
7218 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
7219
7220         * spam.el (spam-get-article-as-string): updated to use
7221         gnus-request-article-this-buffer, much simpler
7222         (spam-get-article-as-buffer): removed
7223
7224 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
7225
7226         * message.el (message-expand-name): Use EUDC if the user uses
7227         that.
7228
7229 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7230
7231         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
7232         character for the encoding to avoid consing a string.
7233
7234         * rfc2047.el (rfc2047-decode-string): Don't cons a string
7235         unnecessarily.
7236
7237         * mm-util.el (mm-replace-chars-in-string): Remove.
7238
7239         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
7240         of mm-replace-chars-in-string.
7241
7242 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
7243
7244         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
7245         strings.
7246
7247         * mm-util.el (mm-subst-char-in-string): Support inplace.
7248
7249         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
7250         a new string in every iteration.  Use shy groups.
7251
7252 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
7253
7254         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
7255         (gnus-group-change-level, gnus-kill-newsgroup)
7256         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
7257         (gnus-get-unread-articles, gnus-make-articles-unread)
7258         (gnus-make-ascending-articles-unread): Use accessor
7259         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
7260         to get group information for improved readability.
7261
7262         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
7263
7264         * gnus-soup.el (gnus-soup-group-brew): do.
7265
7266         * gnus-msg.el (gnus-put-message): do.
7267
7268         * gnus-move.el (gnus-group-move-group-to-server): do.
7269
7270         * gnus-kill.el (gnus-batch-score): do.
7271
7272         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
7273         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
7274         (gnus-group-update-group, gnus-group-read-group)
7275         (gnus-group-make-group, gnus-group-make-help-group)
7276         (gnus-group-make-archive-group, gnus-group-make-directory-group)
7277         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
7278         (gnus-group-sort-by-unread, gnus-group-catchup)
7279         (gnus-group-unsubscribe-group, gnus-group-kill-group)
7280         (gnus-group-yank-group, gnus-group-set-info)
7281         (gnus-group-list-groups): do.
7282
7283         * gnus.el (gnus-generate-new-group-name): do.
7284
7285         * gnus-delay.el (gnus-delay-send-queue): do.
7286
7287         * nnvirtual.el (nnvirtual-catchup-group): do.
7288
7289         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
7290         do.
7291
7292         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
7293         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
7294
7295         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
7296         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
7297         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
7298         (gnus-group-make-articles-read): do.
7299
7300 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7301
7302         * gnus-art.el (article-decode-mime-words, article-babel)
7303         (gnus-article-highlight-signature, gnus-article-add-buttons)
7304         (gnus-signature-toggle): Use gnus-with-article-buffer.
7305
7306         * gnus-art.el (gnus-article-highlight-headers)
7307         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
7308
7309         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
7310         (gnus-article-set-globals, gnus-request-article-this-buffer)
7311         (gnus-button-message-id, gnus-article-maybe-hide-headers)
7312         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
7313         (gnus-mime-display-alternative): Use with-current-buffer.
7314
7315 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7316
7317         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
7318         also under 80 char limit, and call gnus-error if needed
7319         (spam-fetch-article-header): finally fixed - it was a
7320         buffer-local variable (gnus-newsgroup-data)
7321         (spam-find-spam): use spam-generate-fake-headers, forget about
7322         spam-insert-fake-headers
7323         (spam-insert-fake-headers): removed
7324
7325 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7326
7327         * deuglify.el (gnus-article-outlook-unwrap-lines)
7328         (gnus-outlook-rearrange-article)
7329         (gnus-outlook-repair-attribution-outlook)
7330         (gnus-outlook-repair-attribution-block)
7331         (gnus-outlook-repair-attribution-other): Remove redundant
7332         save-excursion.
7333
7334 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7335
7336         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
7337         (spam-fetch-field-subject-fast)
7338         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
7339         (spam-fetch-article-header): new functions to deal with Gnus
7340         internals for fast retrieval of article header data
7341         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
7342
7343 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7344
7345         * pop3.el (pop3-md5): Remove.
7346         (pop3-apop): Replace pop3-md5 with md5.
7347
7348         * mm-bodies.el: base64 is always built-in.
7349
7350         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7351         with-current-buffer.
7352
7353 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * canlock.el (canlock-insert-header): Remove excessive grouping in
7356         regexp.
7357
7358         * gnus-sum.el (gnus-summary-read-document): Ditto.
7359
7360         * gnus-uu.el (gnus-uu-part-number): Ditto.
7361
7362         * html2text.el (html2text-remove-tags): Ditto.
7363         (html2text-format-tags): Ditto.
7364         (html2text-format-single-elements): Ditto.
7365
7366         * mml.el (mml-parse-1): Ditto.
7367
7368 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7369
7370         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
7371
7372         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
7373
7374         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
7375
7376         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
7377
7378 2003-11-15  Simon Josefsson  <jas@extundo.com>
7379
7380         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
7381         (pgg-gpg-lookup-key): Use regexp match instead of
7382         split-string (split-string is different between emacs 21.2 and
7383         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7384
7385 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7386
7387         * gnus-art.el (gnus-mime-view-all-parts)
7388         (gnus-article-part-wrapper, gnus-article-view-part): Use
7389         with-current-buffer.
7390
7391 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7392
7393         * spam.el (spam-disable-spam-split-during-ham-respool)
7394         (spam-spamoracle-database, spam-cache-lookups)
7395         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
7396         (spam-group-ham-mark-p, spam-group-spam-mark-p)
7397         (spam-group-ham-marks, spam-group-spam-marks)
7398         (spam-group-spam-contents-p, spam-group-ham-contents-p)
7399         (spam-list-of-processors, spam-list-of-statistical-checks): doc
7400         fix, also add spam-use-blackholes to the statistical checks
7401         (spam-fetch-field-fast): new interface to fetching fields, may
7402         become a macro
7403         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
7404         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
7405         (spam-insert-fake-headers): fake an article when needed
7406         (spam-find-spam): fake article when possible
7407         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
7408         (spam-check-bogofilter-headers): use message-fetch-field instead
7409         of nnmail-fetch-field
7410
7411 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
7414
7415 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7416
7417         * spam.el (spam-split): do not require spam-use-CHECK to be
7418         enabled if that check is passed to spam-split explicitly; also
7419         fix so 'spam doesn't get converted to spam-split-group when
7420         spam-split-symbolic-return is t
7421         (spam-find-spam): find registrations of the article and use those
7422         instead of re-running spam-split to find the spam/ham
7423         classification of the article
7424         (spam-log-processing-to-registry, spam-log-registered-p)
7425         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7426         use gnus-error instead of gnus-message
7427         (spam-log-registration-type): new function to determine the
7428         classification of a message based on registry entries; will
7429         return nil if both 'spam and 'ham are found
7430         (spam-check-BBDB): expand all the BBDB macros here so we can have
7431         a reasonably fast local cache without the loading errors
7432         (spam-cache-lookups): set to t by default
7433         (spam-find-spam): don't try to guess spam-cache-lookups
7434         (spam-enter-whitelist, spam-enter-blacklist): also clear the
7435         spam-caches entry
7436         (spam-filelist-build-cache, spam-filelist-check-cache): better
7437         caching of whitelist/blacklist entries
7438         (spam-check-whitelist, spam-check-blacklist): invoke
7439         spam-from-listed-p with a type, not a cache variable
7440         (spam-from-listed-p): wrap around spam-filelist-check-cache
7441
7442 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7443
7444         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
7445
7446         * nnmail.el (nnmail-split-fancy): do.
7447
7448         * mml.el (mml-parse): do.
7449
7450         * gnus-score.el (gnus-enter-score-words-into-hashtb)
7451         (gnus-score-adaptive): do.
7452
7453 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
7456         (gnus-mime-button-map): Don't set keymap parent.
7457         (gnus-button-ctan-directory-regexp): Use shy grouping.
7458         (gnus-prev-page-map): Don't set keymap parent.
7459         (gnus-prev-page-map): Remove duplicated one.
7460         (gnus-next-page-map): Don't set keymap parent.
7461         (gnus-mime-security-button-map): Ditto.
7462
7463         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
7464         version number.
7465
7466         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
7467
7468 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * canlock.el (canlock-sha1-function): Remove.
7471         (canlock-sha1-function-for-verify): Remove.
7472         (canlock-openssl-program): Remove.
7473         (canlock-openssl-args): Remove.
7474         (canlock-ignore-errors): Remove.
7475         (canlock-sha1-with-openssl): Remove.
7476         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
7477         (canlock-verify): Don't use canlock-ignore-errors.
7478
7479         * sha1-el.el (sha1-string-external): Make it can return a string
7480         in binary form.
7481         (sha1-region-external): Ditto.
7482         (sha1-string-internal): Ditto.
7483         (sha1-region-internal): Ditto.
7484         (sha1-region): Ditto.
7485         (sha1-string): Ditto.
7486         (sha1): Ditto.
7487
7488 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * spam.el (spam-report-articles-gmane): New command.
7491
7492 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus.el: Don't make unnecessary *Group* buffer when loading.
7495
7496         * run-at-time.el (run-at-time-saved): Remove.
7497         (run-at-time): Doc fix.
7498
7499 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7500
7501         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
7502         (gnus-summary-limit-map): Add it.
7503         (gnus-summary-make-menu-bar): do.
7504
7505 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
7506
7507         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
7508         first attempt at some caching support (done for BBDB only now)
7509         (spam-find-spam): set spam-cache-lookups if there are more than 2
7510         addresses to be checked
7511         (spam-clear-cache-BBDB): new function, to be invoked by
7512         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
7513         (spam-check-BBDB): check and use the caches, if
7514         spam-cache-lookups is on
7515         remove superfluous (provide)
7516
7517 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
7520
7521 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
7522
7523         * run-at-time.el (run-at-time-saved): Move to after the definition
7524         of `run-at-time'.
7525
7526         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
7527
7528 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
7531         mm-w3m-local-map-property.
7532
7533         * mm-view.el (mm-w3m-mode-map): Remove.
7534         (mm-w3m-local-map-property): Remove.
7535         (mm-inline-text-html-render-with-w3m): Don't use
7536         mm-w3m-local-map-property.
7537
7538 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * run-at-time.el: New file.
7541
7542         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
7543         under Emacs.
7544
7545         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
7546         of gnus-set-text-properties.
7547
7548         * gnus-uu.el (gnus-uu-save-article): Ditto.
7549
7550         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
7551
7552         * gnus-cite.el (gnus-cite-parse): Ditto.
7553
7554         * gnus-art.el (gnus-button-push): Use set-text-properties instead
7555         of gnus-.
7556
7557         * gnus-xmas.el (run-at-time): Require run-at-time.
7558
7559         * gnus.el: Changed calls to nnheader-run-at-time and
7560         password-run-at-time throughout to use run-at-time directly.
7561
7562         * password.el: Removed definition of run-at-time.
7563
7564         * nnheaderxm.el: Remove definition of run-at-time.
7565
7566 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
7567
7568         * mml.el (mml-minibuffer-read-disposition): Show attachment type
7569         in prompt.
7570
7571 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7572
7573         * messagexmas.el (message-xmas-redefine): Alias
7574         `message-make-caesar-translation-table' to
7575         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
7576         version.
7577
7578         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
7579         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
7580         `gnus-xmas-set-text-properties'.
7581         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
7582         `gnus-xmas-completing-read'.
7583         (gnus-xmas-completing-read): Removed.
7584         (gnus-xmas-open-network-stream): Removed.
7585
7586         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
7587         XEmacs version.
7588
7589         * dns.el (dns-make-network-process): Use `open-network-stream'
7590         instead of `gnus-xmas-open-network-stream'.
7591
7592         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
7593
7594         * .cvsignore: Add auto-autoloads.el, custom-load.el.
7595
7596 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7597
7598         * gnus-art.el (gnus-mime-display-alternative)
7599         (gnus-insert-mime-button, gnus-insert-mime-security-button)
7600         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
7601         Don't use gnus-local-map-property.
7602
7603         * gnus-util.el (gnus-local-map-property): Remove.
7604
7605         * mm-view.el (mm-view-pkcs7-decrypt): Replace
7606         gnus-completing-read-maybe-default with completing-read.
7607
7608         * gnus-util.el (gnus-completing-read): do.
7609         (gnus-completing-read-maybe-default): Remove.
7610
7611 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7612
7613         * password.el: Only autoload `run-at-time' if not XEmacs.
7614         Only autoload the itimer functions if XEmacs.
7615
7616 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
7619         XEmacsen.
7620
7621         * dgnushack.el: Autoload executable-find for XEmacs.
7622
7623 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7624
7625         * gnus-art.el (gnus-read-string): Remove.
7626         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
7627         read-string.
7628
7629 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
7630
7631         * netrc.el: autoload password-read
7632         (netrc): new configuration group
7633         (netrc-encoding-method, netrc-openssl-path): configuration
7634         variables for encoding and decoding of files with symmetric
7635         ciphers
7636         (netrc-encode): assistant function to encode a file with
7637         netrc-encoding-method
7638         (netrc-parse): added interactive parameter, added optional
7639         decoding if netrc-encoding-method is non-nil but otherwise
7640         behavior is standard
7641         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
7642         s/encode/encrypt/ everywhere
7643
7644         * spam.el: remove executable-find autoload
7645
7646 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7647
7648         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
7649
7650         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
7651
7652 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * gnus-art.el (gnus-treat-ansi-sequences,
7655         article-treat-ansi-sequences): New variable and function.
7656         Suggested by Dan Jacobson <jidanni@jidanni.org>.
7657
7658         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
7659         Use it.
7660
7661 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
7662
7663         * mm-util.el (mm-quote-arg): Remove.
7664
7665         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
7666         shell-quote-argument.
7667
7668         * gnus-uu.el (gnus-uu-command): do.
7669
7670         * gnus-sum.el (gnus-summary-insert-pseudos): do.
7671
7672         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
7673         with make-char.
7674
7675         * mm-util.el (mm-make-char): Remove.
7676
7677         * mml.el (mml-mode): Replace gnus-add-minor-mode with
7678         add-minor-mode.
7679
7680         * gnus-undo.el (gnus-undo-mode): do.
7681
7682         * gnus-topic.el (gnus-topic-mode): do.
7683
7684         * gnus-sum.el (gnus-dead-summary-mode): do.
7685
7686         * gnus-start.el (gnus-slave-mode): do.
7687
7688         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
7689
7690         * gnus-ml.el (gnus-mailing-list-mode): do.
7691
7692         * gnus-gl.el (gnus-grouplens-mode): do.
7693
7694         * gnus-draft.el (gnus-draft-mode): do.
7695
7696         * gnus-dired.el (gnus-dired-mode): do.
7697
7698         * gnus-ems.el (gnus-add-minor-mode): Remove.
7699
7700         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7701         Replace gnus-char-width with char-width.
7702
7703         * gnus-ems.el (gnus-char-width): Remove.
7704
7705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
7706         Replace gnus-char-width with char-width.
7707
7708         * gnus-ems.el (gnus-char-width): Remove.
7709
7710         * spam-stat.el (with-syntax-table): Remove with-syntax-table
7711         definition.
7712         Remove Emacs 20 hash table compatibility code.
7713
7714         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
7715         20 compatibility code.
7716
7717         * spam.el (spam-point-at-eol): Replace with point-at-eol.
7718
7719         * smime.el (smime-point-at-eol): Replace with point-at-eol.
7720
7721         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
7722         with point-at-{eol,bol}.
7723
7724         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
7725
7726         * imap.el (imap-point-at-eol): Replace with point-at-eol.
7727
7728         * flow-fill.el (fill-flowed-point-at-bol,
7729         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
7730
7731         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
7732         Replace with point-at-{eol,bol} throughout all files.
7733
7734 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * ntlm.el (ntlm-string-as-unibyte): New macro.
7737         (ntlm-build-auth-response): Use it.
7738
7739         Remove Emacs 20 stuff:
7740         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
7741         (butlast, mapc, remove): Remove the compiler macros.
7742         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
7743         of delq and copy-sequence.
7744         * gnus-art.el (popup-menu): Remove the compiler macro.
7745         * nnmail.el (nnmail-split-fancy): Don't support customizing with
7746         Emacs 20.
7747
7748 2004-01-05  Simon Josefsson  <jas@extundo.com>
7749
7750         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
7751         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
7752         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
7753         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
7754         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
7755         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
7756         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
7757         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
7758         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
7759         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
7760         ntlm-string-permute, string-lshift into ntlm-string-lshift,
7761         string-xor into ntlm-string-xor.  Suggested by
7762         Jesper Harder <harder@myrealbox.com>.
7763
7764         * ntlm.el: Don't include poem.
7765
7766         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
7767         Jesper Harder <harder@myrealbox.com>.
7768
7769         * sasl-ntlm.el, ntlm.el, md4.el: New files.
7770
7771         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
7772         probably breaks emacs with DL patch, but do we care? Is anyone
7773         still using the DL stuff?)
7774
7775         * sieve-manage.el: Use the password package.
7776         (sieve-manage-read-passwd): Remove.
7777         (sieve-manage-interactive-login): Use password.  Re-add
7778         condition-case around loop.
7779
7780         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
7781         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
7782         the password package.
7783
7784 2003-02-19  Simon Josefsson  <jas@extundo.com>
7785
7786         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
7787         token.
7788
7789 2002-08-07  Simon Josefsson  <jas@extundo.com>
7790
7791         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
7792         (sieve-manage-authenticators):
7793         (sieve-manage-authenticator-alist): Add some SASL mechs.
7794         (sieve-sasl-auth): New function.
7795         (sieve-manage-cram-md5-auth):
7796         (sieve-manage-plain-auth): Rewrite using SASL library.
7797         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
7798         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
7799         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
7800         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
7801
7802 2004-01-05  Simon Josefsson  <jas@extundo.com>
7803
7804         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
7805         New files.
7806
7807 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7808
7809         * gnus-group.el (gnus-no-groups-message): Update.
7810
7811         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
7812
7813 2003-11-09  Simon Josefsson  <jas@extundo.com>
7814
7815         * imap.el: Support for ID IMAP extension (RFC 2971).
7816         (imap-local-variables): Add imap-id.
7817         (imap-id): New variable.
7818         (imap-id): New function.
7819         (imap-parse-response): Parse untagged ID response.
7820         * nnimap.el (nnimap-id): New variable.
7821         (nnimap-open-connection): Use it.
7822
7823 2003-12-28  Simon Josefsson  <jas@extundo.com>
7824
7825         * gnus-score.el (gnus-score-edit-all-score): New.
7826         * gnus-group.el (gnus-group-score-map): Bind it to W e.
7827
7828 2004-01-04  Simon Josefsson  <jas@extundo.com>
7829
7830         * password.el: Add.
7831
7832 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
7833
7834         * dns.el: Add support for AAAA records (see RFC 3596)
7835
7836         * Fix typo PRT -> PTR
7837
7838         * Parse MX, PTR and SOA replies (see RFC 1035)
7839
7840 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7841
7842         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
7843
7844         * Moved to Changelog.2.
7845
7846 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * gnus.el (gnus-version-number): Bump version.
7849
7850 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7851
7852         * gnus.el: No Gnus v0.1 is released.
7853
7854 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7855
7856         * gnus.el: No Gnus v0.0 is released.
7857
7858 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus.el (gnus-version-number): Bump.
7861         (gnus-version): No.
7862
7863 See ChangeLog.2 for earlier changes.
7864
7865     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
7866   Copying and distribution of this file, with or without modification,
7867   are permitted provided the copyright notice and this notice are preserved.
7868
7869 ;; Local Variables:
7870 ;; coding: iso-2022-7bit
7871 ;; End: