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