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