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