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