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