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