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