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