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