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