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