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