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