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