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