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