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