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