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