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