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