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