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