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