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