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