(spam-bsfilter-ham-switch): Fix typo.
[gnus] / lisp / ChangeLog
1 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2
3         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4         Thanks to Yoshihiko Yamada for kind notification of this typo.
5
6 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7
8         * gnus-score.el (gnus-score-fast-scoring): New variable.
9         (gnus-score-headers): Use it.
10
11         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12
13         * message.el (message-cite-original-1): Call
14         gnus-article-highlight-citation if requested.
15
16         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
17
18         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
19         bugs to doc string.
20         (gnus-button-alist): Add mid\\|message-id.
21         (gnus-button-fetch-group): Extend for use in
22         `browse-url-browser-function'.
23         (gnus-button-url-regexp): Try to catch URL with parentheses as in
24         WikiPedia URL.
25
26         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
27         Suggested by Simon Krahnke <overlord@gmx.li>.
28
29 2007-01-13  Romain Francoise  <romain@orebokech.com>
30
31         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
32         Update copyright.
33
34 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
35
36         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
37
38 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * gnus-registry.el (gnus-registry-unfollowed-groups)
41         (gnus-registry-split-fancy-with-parent): Fix documentation.
42
43 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
46         from nnweb groups.
47
48 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
51         Xref urls.  Erase buffer before requesting head.
52
53 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
54
55         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
56         customizable.
57
58 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
59
60         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
61         no signing key is found.
62         (mml2015-epg-encrypt): Ask user whether to skip or abort if
63         no encrypting and/or signing key is found.
64
65 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
66
67         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
68
69 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
70
71         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
72         headers read from disk with the ones newly found in the current search.
73         This should no longer cause problems, because the article numbers in
74         Gmane's `nov.php' output are ignored since the previous change.
75
76 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
77
78         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
79
80 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
83         replace-regexp-in-string; bind url-version; fbind display-images-p and
84         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
85         find-face and set-itimer-function for Emacs; bind itimer-list for
86         Emacs.
87
88         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
89
90 2007-01-01  Romain Francoise  <romain@orebokech.com>
91
92         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
93
94 2006-12-31  Steve Youngs  <steve@sxemacs.org>
95
96         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
97         `define-minor-mode' macro definition expanded properly.
98         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
99         exclude it there.
100
101         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
102         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
103         `fboundp' test.
104         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
105         This is OK to autoload in (S)XEmacs now.
106
107 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
110         keystroke.
111         (gnus-summary-limit-to-singletons): Fix typo.
112
113         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
114         else fails.
115
116 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
117
118         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
119         docstring.
120
121         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
122         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
123         (gnus-summary-insert-dormant-articles): Fix typo in message.
124
125 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
126
127         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
128         nil for XEmacs.
129         (gnus-message-citation-mode): Don't autoload in XEmacs.
130
131         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
132
133 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
134
135         * nnimap.el (nnimap-expunge-search-string): Mention
136         nnimap-search-uids-not-since-is-evil in docstring.
137
138 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
139
140         * spam.el: Revert to make-obsolete-variable because
141         define-obsolete-variable-alias is not supported in Emacs 21.
142
143         * spam.el (spam-ifile-path, spam-ifile-database-path)
144         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
145         make-obsolete-variable.
146         (spam-bsfilter-path, spam-bsfilter-program)
147         (spam-spamassassin-path, spam-spamassassin-program)
148         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
149         use "path" inappropriately.
150         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
151         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
152         variable names.
153
154 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
155
156         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
157         summary buffer.
158
159         * password.el (password-cache-remove): Use clear-string to burn
160         password, if available.
161
162 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
163
164         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
165
166         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
167
168         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
169         (gnus-message-highlight-citation): Move defcustom here from
170         gnus-cite.el.
171         (gnus-message-citation-mode): Autoload.
172
173         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
174         checks to make it compile with XEmacs.
175         (gnus-message-citation-mode): New minor mode.
176         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
177         (gnus-message-highlight-citation): New variables.
178         (gnus-message-search-citation-line)
179         (gnus-message-add-citation-keywords)
180         (gnus-message-remove-citation-keywords)
181         (turn-on-gnus-message-citation-mode)
182         (turn-off-gnus-message-citation-mode): New functions.
183
184 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
185
186         * gnus-cite.el: Enable highlighting of different citation levels in
187         message-mode.
188
189 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
190
191         * message.el (message-make-fqdn): Fix comment.
192         (message-bogus-system-names): Add ".local".
193
194         * spam.el (spam-ifile-path, spam-ifile-program)
195         (spam-ifile-database-path, spam-ifile-database)
196         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
197         Don't use "path" inappropriately.
198         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
199         strings.
200         (spam-check-ifile, spam-ifile-register-with-ifile)
201         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
202         new variable names.
203
204         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
205         (gnus-treat-display-smileys): Simplify using
206         gnus-image-type-available-p.
207
208         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
209         available.
210
211         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
212         `display-images-p' if available.
213
214 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
217         one after turning on the buffer's multibyteness instead of decoding
218         them directly in the unibyte buffer that causes unexpected conversion
219         in Emacs 23 (unicode).
220
221 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
222
223         * message.el (message-generate-hashcash): Fix custom type.
224
225 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
228
229 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
230
231         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
232         disconnect icons.  Add help text.
233
234 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
235
236         * spam.el (spam-extra-header-to-number): CRM114 spam score is
237         negated to be consistent with the others we handle.
238
239 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
242         version of gnus-summary-buffer to something, so that we can use two
243         article buffers at the same time.
244
245 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
248         trigger all the extra headers.
249         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
250         sorting.
251
252 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
253
254         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
255         solid groups.
256
257 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
258
259         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
260
261 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
262
263         * legacy-gnus-agent.el: Add Copyright notice.
264
265 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
266
267         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
268
269 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
272
273         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
274         to make it work reliably in CVS Emacs.
275         (gnus-summary-limit-strange-charsets-predicate)
276         (gnus-summary-limit-to-predicate): New functions.
277
278 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
279
280         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
281         specifying array size.
282         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
283         array if it is too small.
284         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
285         (gnus-sort-threads-loop): New function.
286
287 2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
288
289         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
290         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
291
292 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
293
294         * mm-url.el (mm-url-predefined-programs): Call curl with correct
295         options.
296
297 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
300         DOS-ing the recipient.
301
302         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
303         the headers when creating the mapping to avoid mismappings.
304         (nnweb-gmane-create-mapping): Always nix out old mapping.
305
306 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
309         and mm-verify-option to never.
310
311 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * message.el (message-signed-or-encrypted-p): New function.
314         (message-forward-make-body): Use it.
315
316         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
317         Replace encode-coding-string with mm-encode-coding-string.
318
319 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * nneething.el (nneething-decode-file-name): Replace
322         decode-coding-string with mm-decode-coding-string.
323
324         * gnus-int.el (gnus-open-server): Say failed server's name.
325
326 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
327
328         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
329         strings to a single string.  Quote `errors-file-name'.
330         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
331         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
332         Adjust calls.  Use `shell-quote-argument'.
333
334 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
335
336         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
337         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
338
339         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
340         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
341         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
342         (gnus-group-make-directory-group, gnus-group-transpose-groups):
343         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
344         (gnus-subscribe-newsgroup, gnus-1):
345         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
346         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
347         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
348         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
349
350 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
353         keystroke.
354         (gnus-summary-limit-to-bodies): Implement headersp.
355
356 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * dns.el (query-dns): Protect against "Process dns deleted" strings.
359
360 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
363
364 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * message.el (message-generate-hashcash): Expand range of values to
367         include `opportunistic'.
368         (message-send-mail): Use it.
369
370 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
371
372         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
373         and comment it.
374
375         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
376
377 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
378
379         * gnus-util.el (gnus-extract-address-components): Improve comment.
380
381 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-util.el (gnus-extract-address-components): Work with address in
384         which the name portion contains @.
385
386         * lpath.el: Fbind custom-autoload.
387
388 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
389
390         * gnus.el (gnus-start): Move custom group up.
391         (gnus-select-method): Don't autoload, but make it available for
392         `customize-variable'.
393         (gnus-getenv-nntpserver): Don't autoload.
394
395 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
398
399 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
400
401         * message.el (message-sendmail-extra-arguments): New variable.
402         (message-send-mail-with-sendmail): Use it.
403
404 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
407         mm-with-unibyte-current-buffer to make string unibyte.
408
409         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
410         mm-string-as-multibyte.
411
412 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
413
414         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
415         Reported by Werner Koch <wk@gnupg.org>.
416
417 2006-11-14  Daiki Ueno  <ueno@p360>
418
419         * mml2015.el: Autoload epa-select-keys when compiling.
420
421 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
422
423         * mml2015.el (mml2015-epg-sign): Save the signing keys in
424         message-options.
425         (mml2015-epg-encrypt): Save the recipient keys in message-options.
426
427 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
428
429         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
430         EasyPG (< 0.0.6).
431         (mml2015-always-trust): New user option.
432         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
433         prompt.
434
435 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * nntp.el (nntp-authinfo-force): New variable.
438         (nntp-send-authinfo): Use it.
439
440 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
441
442         * message.el (message-strip-subject-encoded-words): Allow _not_ to
443         decode encoded words.  Improve prompt.  Add comment about forwarding.
444         (message-replacement-char): Move up.
445
446 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
447
448         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
449         instead of gnus-intersection because arguments of gnus-sorted-nunion
450         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
451
452 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
453
454         * message.el (message-strip-subject-encoded-words): Reformat prompt.
455         (message-simplify-subject-functions): Enable
456         message-strip-subject-encoded-words by default.
457
458 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
459
460         * message.el (message-strip-subject-encoded-words): New function
461         (message-simplify-subject-functions): New variable.
462         (message-simplify-subject): Use it.  Fix typo in doc string.
463         Support message-strip-subject-encoded-words.
464
465 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
466
467         * gnus-diary.el (gnus-diary-delay-format-function):
468         * nndiary.el (nndiary-reminders):
469         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
470
471 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
472
473         * gnus-art.el (article-hide-boring-headers): Fetch date from
474         gnus-original-article-buffer to avoid problems with localized date
475         strings.
476
477 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
480
481 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
484         New variables.
485         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
486         (mm-charset-synonym-alist): Move some entries to
487         mm-codepage-iso-8859-list.
488         (mm-charset-synonym-alist, mm-charset-override-alist): Add
489         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
490
491 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
494
495 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
496
497         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
498         with Emacs 21 and XEmacs.
499
500 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
501
502         * spam.el (spam-parse-address): New function for better parsing,
503         catching errors, etc.
504         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
505
506 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
507
508         * mm-view.el: Add interactive arg to html2text autoload.
509
510 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
513
514 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
515
516         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
517         variables.
518         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
519         (mm-charset-synonym-alist): Move some entries to
520         mm-codepage-iso-8859-list.
521
522         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
523
524 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
525
526         * message.el (message-citation-line-format)
527         (message-insert-formated-citation-line): Fix implementation of %E, %N
528         and %n according to the doc string.
529
530 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
533         car-safe to avoid bad parses.
534
535 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
538         names.
539
540         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
541
542 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
545         header.
546
547         * message.el (message-draft-headers): Add Date.
548         (message-headers-to-generate): Fix typo in docstring.
549
550         * nndraft.el (nndraft-required-headers): New variable.
551         (nndraft-generate-headers): Use it.
552
553         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
554
555 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
556
557         * gnus-registry.el (gnus-registry-wash-for-keywords)
558         (gnus-registry-find-keywords): New functions to allow easy searching of
559         articles that are in the registry.
560
561 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
564         ietf-drums-parse-address instead of gnus-extract-address-components.
565         Reported by Damien Elmes <damien@repose.cx>.
566
567 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
568
569         * gnus.el (gnus-mime): Remove unused custom group.
570
571 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
572
573         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
574         "blank line" when searching for end of armor headers.
575
576 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * gmm-utils.el (gmm-write-region): Fix variable name.
579
580 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
581
582         * gmm-utils.el (gmm-write-region): New function based on compatibility
583         code from `mm-make-temp-file'.
584
585         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
586
587         * nnmaildir.el (nnmaildir--update-nov)
588         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
589         Use `gmm-write-region'.
590
591 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
592
593         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
594         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
595
596         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
597
598         * message.el (message-replacement-char): New variable.
599         (message-fix-before-sending): Use it.
600         (message-simplify-subject): New function to remove duplicate code.
601         (message-reply, message-followup): Use it.
602
603         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
604         gnus-summary-limit-to-articles.
605
606 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-util.el (gnus-with-local-quit): New macro.
609
610         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
611
612 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
613
614         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
615         ignore non-string data.
616
617 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
618
619         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
620         non-string data (needs to be done in the registry too).
621
622 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
623
624         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
625         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
626         (gnus-registry-split-fancy-with-parent)
627         (gnus-registry-fetch-simplified-message-subject-fast)
628         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
629         Remove text properties on ingress into the registry and when it's saved.
630         (gnus-registry-clean-empty-function): Fix bug with cleaning the
631         registry from entries with no groups.
632
633 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * gnus-util.el (gnus-string-remove-all-properties): Add utility
636         function to remove string properties.
637
638 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
639
640         * gmm-utils.el (gmm): Adjust custom version.
641
642         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
643         custom version.
644
645         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
646
647 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * gnus-art.el (gnus-insert-prev-page-button)
650         (gnus-insert-next-page-button): Simplify.  Reformat.
651
652 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
653
654         * gnus-art.el (gnus-insert-prev-page-button)
655         (gnus-insert-next-page-button): Apply gnus-article-button-face.
656
657 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
658
659         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
660
661 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
662
663         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
664         gnus-article-button-face to MIME and security buttons.
665
666 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
667
668         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
669         readable.
670
671 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
674
675 2006-09-20  Steve Youngs  <steve@sxemacs.org>
676
677         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
678         `browse-url-of-file' instead of `browse-url'.
679
680 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
681
682         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
683         regexp.  Articles containing quotation were cut prematurely.
684
685 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * message.el (message-cite-original-1): Use nobody by default for the
688         value of From header.
689         (message-reply): Ditto.
690
691 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
692
693         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
694         to the gnus-info.  This fixes a bug of inline-PGP message verification.
695         Reported by Michael Piotrowski <mxp@dynalabs.de>.
696
697 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
698
699         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
700         mails in the doc string.  Add some URLs in comment.
701         (pop3-movemail): Warn about pop3-leave-mail-on-server.
702
703 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
706         backslashes handling and the way to find boundaries of quoted strings.
707
708 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
709
710         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
711         mml1991-encrypt-to-self is set and mml1991-signers is not set.
712         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
713         mml2015-encrypt-to-self is set and mml2015-signers is not set.
714
715 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
716
717         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
718         doc string.
719         (gnus-button-regexp, gnus-button-last): Remove unused variables.
720
721 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * lpath.el: Fbind epg-check-configuration.
724
725 2006-09-06  Simon Josefsson  <jas@extundo.com>
726
727         * mml2015.el (mml2015-use): Doc fix, mention epg.
728
729 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
730
731         * mml2015.el (mml2015-use): Default to epg, if available.
732
733 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
734
735         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
736         message-sender.
737         (mml1991-epg-encrypt): Ditto.
738         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
739         message-sender.
740         (mml2015-epg-encrypt): Ditto.
741
742 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
743
744         * message.el (message-send-mail-with-sendmail): Look for sendmail in
745         several common directories.
746
747 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
748
749         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
750         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
751
752 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-art.el (article-decode-encoded-words): Make it fast.
755
756 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
759
760         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
761         in quoted string into `\'.
762
763 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
766         Use standard-syntax-table.
767
768 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-art.el (gnus-decode-address-function): New variable.
771         (article-decode-encoded-words): Use it to decode headers which are
772         assumed to contain addresses.
773         (gnus-mime-delete-part): Remove useless `or'.
774
775         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
776         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
777         (gnus-nov-parse-line): Use it to decode From header.
778         (gnus-get-newsgroup-headers): Ditto.
779         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
780
781         * mail-parse.el (mail-decode-encoded-address-region): New alias.
782         (mail-decode-encoded-address-string): New alias.
783
784         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
785         New function.
786         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
787         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
788         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
789         (rfc2047-decode-string): Ditto.
790         (rfc2047-decode-address-region): New function.
791         (rfc2047-decode-address-string): New function.
792
793 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
794
795         * message.el (message-caesar-buffer-body): Allow rotating headers.
796
797         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
798
799         * message.el (message-insert-formated-citation-line): Fix %f.
800         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
801
802 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
805         (gnus-bookmark-mouse-available-p): New macro.
806         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
807         (gnus-bookmark-bmenu-show-infos): Use it.
808         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
809         (gnus-bookmark-bmenu-hide-infos): Ditto.
810         (gnus-bookmark-remove-properties): New function.
811         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
812         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
813         (gnus-bookmark-write-file): Bind coding-system-for-write.
814         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
815         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
816         group before selecting it.
817         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
818         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
819         quit-window if it is not available; use gnus-mouse-2 and bind it to
820         gnus-bookmark-bmenu-select-by-mouse.
821         (gnus-bookmark-show-details): Remove unused variable `details-list'.
822         (gnus-bookmark-bmenu-select-by-mouse): New function.
823
824 2006-08-13  Romain Francoise  <romain@orebokech.com>
825
826         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
827         space.
828
829 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * compface.el (uncompface): Use binary rather than raw-text-unix.
832
833 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * compface.el (uncompface): Make sure the eol conversion doesn't take
836         place when communicating with the external programs.  Reported by
837         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
838
839 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * nnheader.el (nnheader-insert-head): Fix typo in comment.
842
843 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
844
845         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
846         Make it more robust by parsing author and date independently.
847
848 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
851
852 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
853
854         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
855         first matching secret key.
856         (mml2015-epg-encrypt): Ditto.
857
858         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
859         first matching secret key.
860         (mml1991-epg-encrypt): Ditto.
861
862         * mml2015.el (mml2015-encrypt-to-self): New user option.
863         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
864         mml2015-epg-encrypt-to-self is set.
865
866         * mml1991.el (mml1991-encrypt-to-self): New variable.
867         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
868         mml1991-epg-encrypt-to-self is set.
869
870         * mml2015.el (mml2015-signers): New user option.
871         (mml2015-epg-sign): Reflect the value of mml2015-signers.
872         (mml2015-epg-encrypt): Allow to select signing keys.
873
874         * mml1991.el (mml1991-signers): New variable.
875         (mml1991-epg-sign): Reflect the value of mml1991-signers.
876         (mml1991-epg-encrypt): Allow to select signing keys.
877
878 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * nnheader.el (nnheader-insert-head): Make it work even if the file
881         uses CRLF for the line-break code.
882
883 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
884
885         * mml2015.el: Require mml-sec instead of password.
886         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
887         (mml2015-cache-passphrase): Inherit the default value from
888         mml-secure-cache-passphrase.
889         (mml2015-passphrase-cache-expiry): Inherit the default value from
890         mml-secure-passphrase-cache-expiry.
891
892         * mml1991.el: Require mml-sec instead of password.
893         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
894         (mml1991-cache-passphrase): Inherit the default value from
895         mml-secure-cache-passphrase.
896         (mml1991-passphrase-cache-expiry): Inherit the default value from
897         mml-secure-passphrase-cache-expiry.
898
899         * mml-sec.el: Require password.
900         (mml-secure-verbose): New user option.
901         (mml-secure-cache-passphrase): New user option.
902         (mml-secure-passphrase-cache-expiry): New user option.
903
904 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
905
906         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
907         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
908         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
909
910         FIXME: Use `tiny change'?
911
912 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
913
914         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
915         workaround for the url package included with Emacs.
916
917         * nnweb.el (nnweb-google-create-mapping): Update regexp.
918
919 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
922         correctly.  This fixes a bug caused by the 2006-05-12 change.
923
924 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
925
926         * nnmail.el (nnmail-article-group): If splitting raises an error, give
927         some information about the error when saying that the `bogus' mail
928         group will be used.
929
930 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
931
932         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
933         string.
934
935 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
936
937         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
938
939 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
940
941         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
942
943 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
944
945         * mml1991.el (mml1991-function-alist): Add epg.
946         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
947         (mml1991-epg-encrypt): New functions.
948
949 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
950
951         * mml2015.el (mml2015-verbose): New variable.
952         (mml2015-cache-passphrase): Ditto.
953         (mml2015-passphrase-cache-expiry): Ditto.
954         (mml2015-function-alist): Add epg.
955         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
956         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
957         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
958         functions.
959
960 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
961
962         * message.el (message-cite-original-1): Preserve region when removing
963         quoted text due to X-No-Archive in order to avoid bogus attribution
964         when citing multiple messages.
965
966 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
967
968         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
969         Kenneth Jacker <khj@be.cs.appstate.edu>.
970
971 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
972
973         * gnus-diary.el (gnus-user-format-function-d)
974         (gnus-user-format-function-D): Autoload.
975
976         * imap.el (Commentary): Fix typo.
977
978         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
979         2006-04-22 contribution.
980
981 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
982
983         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
984         It didn't really fix the bogosity I'm seeing with solid web groups.
985
986 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
987
988         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
989         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
990         created using server names.  If we use the feature without declaring
991         it, Gnus does not properly manage server and group state.
992
993         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
994         bound.
995
996 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
997
998         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
999         looking up the method using GROUP's prefix before inventing a new one.
1000         It is used on killed/unknown groups in various places where returning
1001         an all-new method isn't expected by the caller.
1002
1003         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1004         and match semantics of gnus-group-real-prefix.
1005
1006 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1007
1008         * nnmail.el (nnmail-broken-references-mailers): New variable.
1009         (nnmail-ignore-broken-references): New function generalizing
1010         nnmail-fix-eudora-headers.
1011         (nnmail-fix-eudora-headers): Now obsolete.
1012
1013         * gnus-art.el (gnus-button-handle-custom): Support
1014         `customize-apropos*'.
1015
1016 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1019
1020         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1021         articles.
1022
1023 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1024
1025         * message.el (message-cite-reply-above): New variable.
1026         (message-yank-original): Use it.
1027
1028 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1031
1032 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1033
1034         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1035         as read.
1036
1037         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1038
1039 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1040
1041         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1042         (gnus-bookmark-default-file): Use gnus-directory.
1043         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1044         Remove "*" in doc string.
1045         (gnus-bookmark-write-file): Simplify.
1046         (gnus-bookmark-maybe-sort-alist): Use `when'.
1047         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1048         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1049         FIXME about Emacs 21 and XEmacs compatibility.
1050         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1051         compatibility.
1052         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1053         compatibility.
1054         (gnus-bookmark-menu-heading): Fix version.
1055
1056 2006-06-19  Bastien Guerry  <bzg@altern.org>
1057
1058         * gnus-bookmark.el: New file.
1059
1060 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * message.el (message-syntax-checks): Doc fix.
1063
1064 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1065
1066         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1067         unsubscribed groups as if they were killed ones.  It causes duplicate
1068         entries in gnus-newsrc-alist.
1069
1070 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * message.el (message-syntax-checks): Doc fix.
1073         (message-send-mail): Add check for continuation headers.
1074         (message-check-news-header-syntax): Fix regexp used to check for
1075         continuation headers.
1076
1077 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1080
1081 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1084
1085 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1088         default-truncate-lines.
1089
1090 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1093         to fill the utf-8 entry.
1094
1095         * lpath.el: Fbind unicode-precedence-list.
1096
1097 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1098
1099         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1100
1101 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1102
1103         * gnus-agent.el (directory-files-and-attributes): Move all the way
1104         forward (the third and final move).
1105         (gnus-agent-read-agentview): Trap reconstruction errors due to
1106         nonexistant directory.  Handle by returning nil.
1107
1108 2006-05-30  Didier Verna  <didier@xemacs.org>
1109
1110         * message.el (message-dont-reply-to-names): Update the custom type.
1111         * message.el (message-dont-reply-to-names): New defsubst: potentially
1112         convert a list of regexps into a single one.
1113         * message.el (message-get-reply-headers): Use it.
1114         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1115
1116 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gnus-agent.el (directory-files-and-attributes): Move forward.
1119
1120 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1121
1122         * gnus-ml.el (gnus-mailing-list-subscribe)
1123         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1124         (gnus-mailing-list-message): Fix doc strings.
1125
1126 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1127
1128         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1129         of doing it manually.
1130
1131 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1132
1133         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1134         comment.
1135
1136 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1137
1138         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1139         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1140         (gnus-agent-read-local): All symbols allocated in my-obarray
1141         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1142         (gnus-agent-regenerate-group): Check numeric names to see if they are
1143         messages or groups.
1144         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1145         better way of do this...)
1146
1147         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1148         'dummy.group' (there should be a better way of do this...)
1149
1150 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1153         (gnus-saved-headers): Ditto.
1154         (gnus-default-article-saver): Mention functions may have properties.
1155         (gnus-article-save): Override gnus-save-all-headers and
1156         gnus-saved-headers by :headers property which saver function may have.
1157         (gnus-summary-save-in-file): Add :headers property.
1158         (gnus-summary-write-to-file): Ditto.
1159
1160         * gnus-sum.el (gnus-summary-save-article): Bind
1161         gnus-prompt-before-saving to t when saving many articles in a file;
1162         always show all headers.
1163
1164         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1165
1166 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1167
1168         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1169         marks.
1170
1171         * message.el (message-indent-citation): Add optional arguments to allow
1172         using it outside of message buffers.
1173
1174         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1175         (gnus-article-treat-unfold-headers): Use it.
1176         (gnus-article-truncate-lines): New variable.
1177         (gnus-article-mode): Use it.
1178         (gnus-article-toggle-truncate-lines): New function.
1179
1180         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1181         gnus-article-toggle-truncate-lines.
1182
1183         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1184         coding system in XEmacs, use binary.
1185
1186 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1189         after-load-alist.
1190
1191         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1192         this function should save decoded articles.
1193         (gnus-summary-write-to-file): Use property to specify this function
1194         should save decoded articles and specify gnus-summary-save-in-file
1195         should be used to save articles other than the first one when saving
1196         many articles.
1197         (gnus-summary-save-body-in-file): Use property to specify this
1198         function should save decoded articles.
1199         (gnus-summary-write-body-to-file): Use property to specify this
1200         function should save decoded articles and specify
1201         gnus-summary-save-body-in-file should be used to save articles other
1202         than the first one when saving many articles.
1203
1204         * gnus-sum.el (gnus-summary-save-article): Simplify.
1205
1206 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-art.el (gnus-default-article-saver): Add
1209         gnus-summary-write-body-to-file.
1210         (gnus-article-save-coding-system): Don't use coding system object
1211         in XEmacs.
1212         (gnus-read-save-file-name): Add optional `dir-var' argument which
1213         specifies directory in which files are saved; work even if optional
1214         `variable' argument is not specified.
1215         (gnus-summary-write-to-file): Read file name.
1216         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1217         (gnus-summary-write-body-to-file): New function.
1218
1219         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1220         (gnus-summary-local-variables): Add it.
1221         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1222         (gnus-summary-save-article): Remove optional `decode' argument;
1223         determine whether to decode articles by the value of
1224         gnus-default-article-saver; when saving many files using
1225         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1226         it first and use gnus-summary-save-in-file or
1227         gnus-summary-save-body-in-file thereafter unless
1228         gnus-prompt-before-saving is always; move point to article which
1229         will be saved.
1230         (gnus-summary-save-article-file): Revert.
1231         (gnus-summary-write-article-file): Revert.
1232         (gnus-summary-save-article-body-file): Revert.
1233         (gnus-summary-write-article-body-file): New function.
1234
1235 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * gnus-art.el (gnus-default-article-saver): Doc fix.
1238         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1239         from gnus-summary-save-article-coding-system, and default to a
1240         certain coding system.
1241         (gnus-output-to-file): Add coding cookie and encode text according
1242         to gnus-article-save-coding-system; don't use mm-append-to-file.
1243
1244         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1245         gnus-art.el and rename to gnus-article-save-coding-system.
1246         (gnus-summary-save-article): Require gnus-art; don't show all
1247         headers if it decodes articles; don't add coding cookie here;
1248         don't bind mm-text-coding-system-for-write.
1249         (gnus-summary-save-article-file): Save decoded articles.
1250         (gnus-summary-write-article-file): When saving many files, use
1251         gnus-summary-write-to-file first and gnus-summary-save-in-file
1252         thereafter unless gnus-prompt-before-saving is always.
1253         (gnus-summary-save-article-body-file): Save decoded articles.
1254
1255         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1256
1257 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1258
1259         * nnrss.el (nnrss-check-group): Bind hash-index.
1260
1261 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1262
1263         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1264         its hash index.  Store this hash in `nnrss-group-data'.
1265         (nnrss-read-group-data): Update accordingly.
1266
1267 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1268
1269         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1270         entry.
1271
1272         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1273         gnus-article-browse-html-article.
1274
1275 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1276
1277         * gnus-sum.el (gnus-summary-mime-map): Add
1278         gnus-article-browse-html-article.
1279
1280         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1281
1282 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1285         suitable coding systems in customize.
1286
1287 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1288
1289         * mail-source.el (mail-sources): Fix custom type.
1290
1291 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1292
1293         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1294         (gnus-summary-expire-articles-now): Shorten prompt.
1295
1296         * gmm-utils.el (wid-edit): Require.
1297         (defun-gmm): Renamed from `gmm-defun-compat'.
1298         (gmm-image-search-load-path): Use it.
1299         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1300
1301 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1304         variable.
1305         (gnus-summary-save-article): Add optional `decode' argument.  If
1306         it is set and gnus-summary-save-article-coding-system is non-nil,
1307         save decoded article.
1308         (gnus-summary-write-article-file): Save decoded article if
1309         gnus-summary-save-article-coding-system is non-nil.
1310
1311         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1312         type.
1313
1314 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1317
1318 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1321         first to test gnus-single-article-buffer which may be buffer-local.
1322
1323         * gnus-sum.el (gnus-summary-setup-buffer): Make
1324         gnus-single-article-buffer buffer-local and nil in ephemeral
1325         group; make gnus-article-buffer, gnus-article-current, and
1326         gnus-original-article-buffer always buffer-local.
1327         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1328         group.
1329         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1330
1331 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * nnml.el (nnml-request-compact-group): Compressed files might not
1334         have .gz extension.
1335
1336 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1337
1338         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1339         (mm-copy-to-buffer): Use with-current-buffer.
1340         (mm-display-part): Simplify.
1341         (mm-inlinable-p): Add optional arg `type'.
1342
1343 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1344
1345         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1346         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1347         Try harder to show the attachment internally or externally using
1348         gnus-mime-view-part-as-type.
1349
1350 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1351
1352         * message.el (message-from-style, message-signature-separator)
1353         (message-user-organization-file, message-send-mail-function)
1354         (message-citation-line-function, message-yank-prefix)
1355         (message-indent-citation-function, message-signature)
1356         (message-signature-file, message-signature-insert-empty-line):
1357         Remove autoloads.
1358
1359         * gnus-art.el (gnus-buttonized-mime-types): Remove
1360         "multipart/signed".  Revert 2006-04-26 change.
1361
1362 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus.el (gnus-version-number): Bump version.
1365
1366 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1367
1368         * gnus.el: No Gnus v0.5 is released.
1369
1370 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1371
1372         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1373         fetching articles by message-id.
1374
1375 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * message.el (hashcash): Require hashcash as normal.
1378
1379         * ecomplete.el (ecomplete-highlight-match-line): Use
1380         point-at-eol.
1381         (ecomplete-highlight-match-line): Use `highlight', because that
1382         face exists in both Emacs and XEmacs.
1383
1384         * message.el (message-display-abbrev): Use point-at-bol.
1385
1386         * mail-source.el: Don't require timer/timer-funcs.
1387
1388         * gnus-async.el: Ditto.
1389
1390         * password.el: Ditto.
1391
1392         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1393
1394         * mm-url.el: Ditto.
1395
1396         * gnus-xmas.el: Don't require timer-funcs.
1397
1398         * mm-util.el: Require timer/timer-funcs.
1399
1400 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1401
1402         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1403         Close.
1404
1405 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1408         unibyte after clear-decrypt function runs.
1409
1410         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1411         returns as a unibyte string.
1412
1413 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * lpath.el: Revert.
1416
1417         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1418         (pgg-gpg-process-sentinel): Revert.
1419
1420         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1421         (pgg-pgp-lookup-key): Revert.
1422
1423         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1424         (pgg-pgp5-lookup-key): Revert.
1425
1426         * pgg.el (pgg-fetch-key): Revert.
1427
1428 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * lpath.el: Fbind string-as-multibyte for XEmacs.
1431
1432         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1433         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1434         (mml1991-pgg-encrypt): Ditto.
1435
1436         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1437         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1438         a multibyte buffer.
1439
1440         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1441         (pgg-pgp-lookup-key): Ditto.
1442
1443         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1444         (pgg-pgp5-lookup-key): Ditto.
1445
1446         * pgg.el (pgg-fetch-key): Ditto.
1447
1448 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * message.el (message-user-organization-file): Check several
1451         locations of the organization file.
1452
1453         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1454         Add gnus-article-view-part-as-type.
1455
1456         * gnus-art.el (gnus-article-view-part-as-type): New function.
1457
1458         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1459         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1460
1461         * mml.el: Simplify autoload.
1462         (mml-mode): defvar dnd-protocol-alist instead of using
1463         symbol-value.
1464         (mml-default-directory): New variable.
1465         (mml-minibuffer-read-file): Use it.
1466         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1467
1468         * message.el (message-citation-line-format): New variable.
1469         (message-insert-formated-citation-line): New function.
1470         (message-citation-line-function): Add
1471         `message-insert-formated-citation-line' to custom type.
1472
1473         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1474         to doc string.
1475
1476         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1477         depending on mm-verify-option.
1478
1479 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1482         binding pgg-* variables; reimplement the section which prevents
1483         MIME header from being signed.
1484         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1485         pgg-text-mode; remove a blank line at the top of body.
1486
1487         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1488         lines at the top of body; use gnus-newsgroup-charset if there's no
1489         Charset header.
1490
1491 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * message.el (message-self-insert-commands): Doc fix.
1494
1495         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1496         (mm-uu-pgp-encrypted-test): Ditto.
1497         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1498         between header and body; return application/pgp-encrypted handle
1499         if decryption failed; decode decrypted body by charset.
1500
1501         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1502         element match to application/pgp-*.
1503
1504 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1505
1506         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1507         HTML.
1508
1509 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * mail-source.el (mail-source-call-script): Message the error
1512         string.
1513
1514 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * gnus-util.el (gnus-byte-compile): Use it.
1517
1518 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1519
1520         * gnus-util.el (kill-empty-logs): New function.
1521
1522 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * message.el (message-mail-alias-type): Doc fix.
1525         (message-mail-alias-type-p): New function.
1526         (message-send): Use it.
1527         (message-mode): Ditto.
1528         (message-strip-forbidden-properties): Ditto.
1529
1530         * ecomplete.el (ecomplete-database-file-coding-system): New
1531         variable.
1532         (ecomplete-save): Use it.
1533         (ecomplete-setup): Use it.
1534
1535 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * message.el (message-self-insert-commands): New variable.
1538         (message-strip-forbidden-properties): Use it.
1539
1540 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1543         that doesn't make XEmacs choke.
1544
1545 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1546
1547         * gnus-util.el (gnus-replace-in-string):
1548         Prefer replace-regexp-in-string over of replace-in-string.
1549
1550 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-util.el (gnus-select-frame-set-input-focus):
1553         Use select-frame-set-input-focus if it is available in XEmacs; use
1554         definition defined in Emacs 22 for old Emacsen.
1555
1556         * dgnushack.el: Autoload unmorse-region for XEmacs.
1557
1558         * lpath.el: Bind cursor-in-non-selected-windows and
1559         select-frame-set-input-focus for XEmacs.
1560
1561 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1564
1565 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1566
1567         * gnus-registry.el (gnus-registry-cache-save): Remove text
1568         properties when saving via the temp buffer.
1569
1570 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1571
1572         * message.el (message-generate-hashcash): Honor custom type.
1573
1574 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * message.el (message-generate-hashcash): Default to non-nil when
1577         hashcash is found.
1578
1579         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1580         (gnus-refer-thread-limit): Increase default to 500.
1581
1582         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1583
1584         * flow-fill.el (fill-flowed): Allow delete-space.
1585
1586 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1589         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1590         Remove autoloads.
1591
1592 2006-04-18  Simon Josefsson  <jas@extundo.com>
1593
1594         * message.el (message-generate-hashcash): Default to.
1595
1596 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1599         concatenating segments rather than before concatenating them.
1600
1601 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1604
1605 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1608
1609         * message.el (message-forward-make-body-plain): Allow
1610         message-forward-ignored-headers to be a list.
1611         (message-remove-ignored-headers): Factor out into function.
1612         (message-forward-make-body-mml): Use it.
1613
1614         * imap.el (imap-quote-specials): New function.
1615         (imap-login-auth): Quote specials.
1616
1617         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1618         (rfc2231-parse-string): Allow concatanation of parameters that
1619         aren't contiguous.  The test case is
1620           (mail-header-parse-content-type "message/external-body;
1621             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1622             access-type=LOCAL-FILE;
1623             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1624
1625 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1626
1627         * nntp.el (nntp-accept-process-output): Return the value of
1628         `nnheader-accept-process-output'.
1629
1630 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1633         (gnus-button-alist): Recognize more diff formats.
1634         (gnus-button-patch): Strip directory.
1635
1636 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1639         Emacs 22 when setting focus.
1640
1641 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * gnus-art.el (gnus-article-treat-types): Do treatment of
1644         text/x-verbatim parts.
1645         (gnus-button-patch): New command.
1646
1647         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1648         addresses that contain invalid characters.
1649
1650 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * message.el (message-put-addresses-in-ecomplete): Use
1653         gnus-replace-in-string.
1654         (message-is-yours-p): Use the more correct
1655         mail-header-parse-address instead of
1656         mail-extract-address-components.
1657         (message-put-addresses-in-ecomplete): Fix typo.
1658
1659         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1660         keystroke.
1661
1662         * gnus-art.el (gnus-treatment-function-alist): Change order of
1663         newsgroups/generic header folding to avoid double-folding.
1664
1665         * message.el (message-hidden-headers): Add X-Draft-From.
1666
1667         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1668         command.
1669         (gnus-summary-repeat-search-article-backward): New command.
1670
1671         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1672         groups in the parent topic.
1673
1674 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1675
1676         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1677         (spam-extra-header-to-number): Return the CRM114 number as a
1678         number instead of a string.
1679
1680 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-art.el (gnus-face-properties-alist): Moved here from
1683         gnus-fun.
1684
1685         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1686
1687 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * message.el (message-strip-forbidden-properties): Only display on
1690         self-insert-command.
1691
1692         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1693         reindent.
1694         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1695
1696 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1697
1698         * smiley.el (smiley-style): Fix typo.
1699
1700 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * hashcash.el (hashcash-insert-payment-async-2): Use
1703         message-goto-eoh instead of doing it manually.
1704         (mail-add-payment): Use message-narrow-to-header instead of trying
1705         to do the same itself.
1706
1707         * message.el (message-hidden-headers): Add Face.
1708
1709         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1710         reparenting code.
1711         (gnus-summary-reparent-children): Refactored out code.
1712         (gnus-summary-thread-map): New keystroke.
1713         (gnus-summary-reparent-children): Make into command.
1714
1715         * smiley.el (smiley-style): Default to `medium' if using a large
1716         font.
1717
1718         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1719         does it itself.
1720
1721         * message.el (message-point-in-header-p): Simplify definition.
1722
1723 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * nnagent.el (nnagent-request-set-mark): Silence log file
1726         writing.
1727         (nnagent-request-set-mark): Use write-region instead of
1728         append-to-file.
1729
1730         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1731         strange select method.
1732
1733         * ecomplete.el (ecomplete-display-matches): Get highlightling
1734         right.
1735         (ecomplete-display-matches): Use literals.
1736         (ecomplete-display-matches): Disable message logging.
1737
1738         * message.el (message-display-abbrev): Small optimization.
1739
1740         * ecomplete.el (ecomplete-display-matches): Allow automatic
1741         display.
1742
1743         * message.el (message-strip-forbidden-properties): Display
1744         abbrevs.
1745         (message-display-abbrev): Get automatic display right.
1746
1747         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1748         keystrokes.
1749
1750 2006-04-13  Romain Francoise  <romain@orebokech.com>
1751
1752         TODO: Backport to v5-10!
1753
1754         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1755         Moved here (and renamed) from gnus-registry.el.
1756
1757         * gnus-registry.el: Require gnus-util.
1758         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1759
1760 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-group.el (gnus-group-catchup-current): Change
1763         if-then-else-if-then-else into cond.
1764         (gnus-group-catchup): Indent.
1765         (group-name-at-point): New function.
1766         (gnus-fetch-group): Provide default from thing at point.
1767
1768 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * message.el (message-display-abbrev): Fix regexp.
1771
1772         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1773         choosing.
1774         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1775         dead variables.
1776
1777         * message.el (message-newline-and-indent): Remove debugging.
1778         (message-display-abbrev): Use new implementation.
1779
1780 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * gnus-art.el (gnus-article-mode): Set
1783         cursor-in-non-selected-windows to nil.
1784
1785         * smiley.el: Revert previous change.
1786         (smiley-data-directory): defvar it before using it in the
1787         defcustom of `smiley-style'.
1788
1789 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * message.el (message-newline-and-indent): New function.
1792
1793         * ecomplete.el: Implement more bits.
1794
1795         * message.el (message-put-addresses-in-ecomplete): Clean up the
1796         string.
1797
1798         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1799
1800         * gnus-sum.el (gnus-summary-save-parts): Bind
1801         gnus-summary-save-parts-counter and use it to make unique file
1802         names.
1803
1804         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1805
1806         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1807         parameter to say whether to actually parse the individual
1808         addresses.
1809
1810         * message.el (message-put-addresses-in-ecomplete): New function.
1811         (ecomplete): Require.
1812         (message-mail-alias-type): Add ecomplete as an option.
1813
1814 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1815
1816         * flow-fill.el (fill-flowed): Remove trailing space from blank
1817         quoted lines.
1818
1819 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * smiley.el (smiley-style): Move definition later to avoid a
1822         compilation warning.
1823
1824 2006-04-12  Kenichi Handa  <handa@m17n.org>
1825
1826         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1827         buffer and then decode the buffer text if necessary.
1828         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1829         first, and after mm-encode-body, change the buffer to unibyte.
1830         Use mm-disable-multibyte instead of set-buffer-multibyte.
1831
1832 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1835         Content-Type header instead of Content-Disposition header.
1836         (gnus-mime-inline-part): Ditto.
1837         (gnus-mime-view-part-as-charset): Ignore charset that the part
1838         specifies.
1839
1840         * mm-decode.el (mm-display-part): Work with external parts and
1841         usual parts similarly.
1842
1843         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1844         instead of gnus-display-mime.
1845
1846         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1847         instead of with-temp-buffer.
1848
1849         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1850         tag to summarized topics part in order to encode non-ASCII text.
1851
1852 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * smiley.el (smiley-style): New variable.
1855         (smiley-directory): New function.
1856         (smiley-data-directory): Derive from `smiley-style' using
1857         `smiley-directory'.
1858         (smiley-regexp-alist): Add new entries.
1859
1860         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1861         (gnus-article-browse-delete-temp): Add :version.
1862
1863 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1864
1865         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1866         the sieve region.
1867
1868 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus.el (gnus-version-number): Bump version.
1871
1872 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1873
1874         * gnus.el: No Gnus v0.4 is released.
1875
1876 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1879         layout.
1880
1881         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1882         unknown charset.
1883
1884         * message.el (message-header-synonyms): Add Original-To to the
1885         default.
1886
1887         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1888         optional parameter.
1889
1890 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1891
1892         * gnus-fun.el (gnus): Require it for gnus-directory.
1893
1894 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1897
1898 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1899
1900         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1901
1902 2006-04-05  Simon Josefsson  <jas@extundo.com>
1903
1904         * password.el (password-reset): New function.
1905
1906 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1907
1908         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1909         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1910
1911 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1912
1913         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1914         Some whitespace was matched into the url, which broke browsing hits
1915         > 100 when mm-url-use-external was nil.
1916
1917 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1920         gnus-extra-headers for 'Newsgroups.
1921
1922         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1923         bound.
1924
1925 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1926
1927         * pgg-gpg.el: Clean up process buffers every time gpg processes
1928         complete.
1929
1930 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1931
1932         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1933         doc string.
1934
1935 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1936
1937         * pgg-gpg.el (pgg-gpg-process-filter)
1938         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1939
1940         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1941         lines, temporary fix.
1942
1943 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1946
1947 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1948
1949         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1950         default-enable-multibyte-characters.  This reverts the change from
1951         revision 6.17 which is no longer necessary because the passphrase
1952         is sent separately now.  GnuPG messages are unreadable under
1953         multibyte locales with default-enable-multibyte-characters set to
1954         nil.
1955
1956 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * message.el (message-tool-bar-gnome): Move "spell".
1959
1960 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1961
1962         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1963         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1964         instead.
1965
1966 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1967
1968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1969         newsgroups handling for NNTP overviews which don't include
1970         Newsgroups.
1971
1972 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1973
1974         * message.el (message-resend): Bind message-generate-hashcash to nil.
1975
1976 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1977
1978         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1979         when searching for already-paid recipients.
1980
1981 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1982
1983         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1984         passphrases when it is not needed.
1985         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1986         passphrase stuff from gpg, should only be necessary when you use
1987         gpg with a smartcard.
1988
1989 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * mml.el (mml-insert-mime): Ignore cached contents of
1992         message/external-body part.
1993
1994         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1995         (mm-insert-part): Ditto.
1996
1997 2006-03-23  Simon Josefsson  <jas@extundo.com>
1998
1999         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2000         Reiner.
2001         (pgg-gpg-use-agent-p): Use it again.
2002
2003 2006-03-23  Simon Josefsson  <jas@extundo.com>
2004
2005         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2006         older emacsen.
2007         (pgg-gpg-use-agent-p): Don't use it.
2008
2009 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2012         if we can.
2013
2014 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2015
2016         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2017         (pgg-gpg-update-agent): New function.
2018         (pgg-gpg-use-agent-p): New function.
2019         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2020         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2021         (pgg-gpg-sign-region): Use it.
2022
2023 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2026         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2027
2028 2006-03-21  Simon Josefsson  <jas@extundo.com>
2029
2030         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2031         <wilde@sha-bang.de>.
2032         (pgg-gpg-use-agent): New variable.
2033         (pgg-gpg-process-region): Use it.
2034         (pgg-gpg-encrypt-region): Likewise.
2035         (pgg-gpg-encrypt-symmetric-region): Likewise.
2036         (pgg-gpg-decrypt-region): Likewise.
2037         (pgg-gpg-sign-region): Likewise.
2038         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2039
2040 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2043
2044         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2045         Add comment on version.
2046
2047 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2048
2049         * smiley.el: Add missing test smiley.
2050
2051 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * mm-decode.el (mm-with-part): New macro.
2054         (mm-get-part): Use it; work with message/external-body as well.
2055         (mm-save-part): Treat name and filename equally.
2056
2057         * mm-extern.el (mm-extern-cache-contents): New function.
2058         (mm-inline-external-body): Use it; force the part to be displayed;
2059         move undisplayer added to the cached handle to the parent.
2060
2061         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2062         (gnus-mime-view-part-as-type): Work with message/external-body.
2063
2064         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2065
2066 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2067
2068         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2069         images in image-load-path.  [Sync with image.el, revision 1.60, in
2070         Emacs.]
2071
2072 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2073
2074         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2075         path rather than symbol.  Always return list of directories.
2076         Guarantee that image directory comes first.  [Sync with image.el,
2077         revision 1.59, in Emacs.]
2078
2079         * message.el (message-make-tool-bar): Adjust to new API of
2080         `gmm-image-load-path-for-library'.
2081
2082         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2083
2084         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2085
2086 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2087
2088         * gnus-art.el (gnus-article-only-boring-p):
2089         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2090         intangible text.
2091         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2092
2093 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2096         `defun' instead of `gmm-defun-compat'.
2097
2098 2006-03-14  Simon Josefsson  <jas@extundo.com>
2099
2100         * message.el (message-unique-id): Don't use message-number-base36
2101         if (user-uid) is a float.
2102         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2103
2104 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2107
2108         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2109         empty line between a part and a message part.
2110
2111 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2112
2113         * smiley.el: Add more test smileys.
2114         (smiley-data-directory, smiley-regexp-alist)
2115         (gnus-smiley-file-types): Fix doc strings.
2116         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2117         adding new elements.
2118         (smiley-mouse-map): Unused code.  Make it a comment.
2119
2120 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2123         scan latest NoCeM messages instead of old ones.
2124         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2125         delimiters that are recently used.
2126         (gnus-nocem-load-cache): Add autoload cookie.
2127
2128         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2129
2130         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2131         level which is larger than gnus-use-nocem is specified.
2132
2133         * gnus-group.el (gnus-group-get-new-news): Ditto.
2134
2135 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2136
2137         * gnus-util.el (gnus-tool-bar-update): New function.
2138
2139         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2140         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2141
2142         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2143
2144         * gnus-group.el (gnus-group-redraw-when-idle)
2145         (gnus-group-redraw-check): Remove.
2146         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2147
2148 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2151         if optional last element is specified in splits (FIELD VALUE...).
2152
2153 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2154
2155         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2156         to gmm-image-load-path-for-library.  Call with no-error argument.
2157         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2158
2159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2160
2161         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2162
2163         * gmm-utils.el (gmm-image-load-path): Remove alias.
2164
2165 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2166
2167         * gmm-utils.el (gmm-image-load-path): Add alias.
2168
2169         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2170         nnml-generate-nov-databases-1.
2171         (nnml-generate-nov-databases): Use it.
2172         (nnml-generate-nov-databases-directory): Document no-active
2173         argument.
2174
2175         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2176         directory if path is t.  Add no-error.
2177
2178         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2179         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2180
2181         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2182         resetting gnus-article-browse-html-temp-list.
2183
2184         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2185         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2186         Add example to docstring.  Rename local variables.  Move error
2187         checks to default case in cond and simplify.
2188
2189 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2192         handle is multipart when calling it recursively.
2193         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2194
2195 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2196
2197         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2198         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2199
2200 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2203         is loaded.
2204
2205         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2206         loaded.
2207
2208 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2209
2210         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2211         to "Emacs 23 (unicode)" in doc string.
2212
2213         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2214         "Emacs 23 (unicode)" in comment.
2215
2216 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2219
2220         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2221         characters 160 through 255 in Emacs 23.
2222
2223 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2224
2225         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2226         gnus-article-browse-html-temp.
2227         (gnus-article-browse-delete-temp): Make it customizable.  Add
2228         `file'.  Adjust doc string.
2229         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2230         query for each file.  Adjust doc string.
2231         (gnus-article-browse-html-parts): Add
2232         `gnus-article-browse-delete-temp-files' to
2233         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2234
2235 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2236
2237         * gnus-art.el (gnus-article-browse-html-temp)
2238         (gnus-article-browse-delete-temp): New variables.
2239         (gnus-article-browse-delete-temp-files): New function.
2240         (gnus-article-browse-html-parts): Use it.
2241
2242 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2243
2244         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2245
2246         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2247         string.
2248
2249         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2250         gnus-summary-insert-new-articles when unplugged.  Remove
2251         gnus-summary-search-article-forward.
2252
2253         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2254         display-visual-class instead of display-color-cells.
2255
2256 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * dgnushack.el: Autoload customize-group for XEmacs.
2259
2260         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2261         message/* containing non-ASCII text properly.
2262
2263 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2264
2265         * message.el: Require gmm-utils, remove autoloads.
2266         (message-tool-bar): Set default based on
2267         gmm-tool-bar-style.
2268         (message-tool-bar-gnome): Add gmm-customize-mode.
2269
2270         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2271         gmm-tool-bar-style.
2272         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2273
2274         * gnus-group.el (gnus-group-tool-bar): Set default based on
2275         gmm-tool-bar-style.
2276         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2277
2278         * gmm-utils.el (gmm-image-directory): Rename variable from
2279         gmm-image-load-path.
2280         (gmm-image-load-path): Use gmm-image-directory.
2281         (gmm-customize-mode): New function.
2282         (gmm-tool-bar-style): New variable.
2283
2284         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2285         gnus-group-redraw-line-number.
2286         (gnus-group-redraw-check): Simplify.
2287         (gnus-group-tool-bar-update): Remove redraw check.
2288         (gnus-group-make-tool-bar): Add redraw check.
2289
2290 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2291
2292         * gnus-art.el (gnus-button): Add missing parentheses.
2293
2294 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * lpath.el: Fbind line-number-at-pos.
2297
2298 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2301
2302 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * gnus-art.el (gnus-button): New face.
2305         (gnus-article-button-face): Use it.
2306
2307         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2308         gnus-summary-next-page.  Re-order.
2309
2310         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2311         next-node are now included.
2312         (gnus-group-redraw-line-number): New internal variable.
2313         (gnus-group-redraw-check): Helper function for updating the tool
2314         bar.
2315         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2316
2317         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2318
2319         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2320         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2321         Use it to match format of Spamassassin 3.0 and later.  Reported by
2322         IRIE Tetsuya <irie@t.email.ne.jp>.
2323         (spam-check-bogofilter)
2324         (spam-bogofilter-register-with-bogofilter): Fix args of
2325         `gnus-error' calls.
2326
2327 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2328
2329         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2330         unnecessary interaction when sending queued mails.  Reported by
2331         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2332
2333 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2336         first or last are nil.
2337
2338 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2339
2340         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2341
2342 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2345
2346 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * dns.el (query-dns): Protect more against buggy tcp output.
2349
2350 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2353         nov.php.
2354
2355 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2356
2357         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2358         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2359         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2360         output on the server side.
2361         (nnweb-google-create-mapping): Update regexps and add some
2362         progress indication.
2363
2364 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2365
2366         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2367         gnus-agent-toggle-plugged.  Re-order icons.
2368         (gnus-group-tool-bar-gnome): Add
2369         gnus-group-{prev,next}-unread-group.
2370         (gnus-group-tool-bar-gnome): Re-order icons.
2371
2372         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2373         gnus-summary-insert-new-articles.
2374
2375         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2376         comments.
2377
2378         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2379         also available in Emacs 21.3.
2380
2381         * message.el (message-fix-before-sending): Change "Emacs 22" to
2382         "Emacs 23 (unicode)" in comment.
2383
2384         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2385         "Emacs 23 (unicode)" in comment.
2386
2387         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2388         comment.
2389         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2390
2391         * mm-view.el (mm-fill-flowed): Add :version.
2392
2393 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2396         and load-path.
2397
2398 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2399
2400         * message.el: Autoload gmm-image-load-path.
2401         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2402         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2403         consitency.
2404
2405         * gmm-utils.el (gmm-image-load-path): Also search in
2406         "../etc/images".  Don't set gmm-image-load-path if we don't find
2407         the image.
2408
2409 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gmm-utils.el (gmm-image-load-path): Don't make
2412         `gmm-image-load-path' include subdirectories which the second arg
2413         `image' might specify.
2414
2415         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2416         subdirectory to icon file names.
2417
2418         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2419
2420 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2423         gmm-image-load-path calls.
2424
2425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2426
2427         * message.el (message-make-tool-bar): Ditto.
2428
2429         * mml.el (mml-preview): Added comment concerning tool bar icons.
2430
2431         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2432         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2433
2434         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2435         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2436
2437         * message.el (message-tool-bar-gnome): Use new icon names.
2438         (message-make-tool-bar): Use `gmm-image-load-path'.
2439
2440         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2441         functions from MH-E.
2442         (gmm-image-load-path): New variable from MH-E.
2443         (gmm-image-load-path): New function from MH-E.  Added arguments
2444         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2445         *-image-load-path-called-flag.
2446
2447 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2448
2449         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2450
2451 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2452         (tiny change)
2453
2454         * nnimap.el (nnimap-request-move-article): Change folder back to
2455         source group before deleting.
2456
2457 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2460
2461         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2462         mm-url.
2463
2464         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2465
2466 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2469         coding system which mm-charset-to-coding-system returns for a
2470         given charset is valid.
2471
2472 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2473
2474         * html2text.el (html2text-remove-tag-list):
2475         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2476
2477 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2478
2479         * gnus-cus.el: Revert 2005-10-17 change.
2480
2481 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gnus-art.el (article-strip-banner): Call
2484         article-really-strip-banner only when the regexp match is made.
2485
2486 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-art.el (article-strip-banner): Use
2489         gnus-extract-address-components instead of
2490         mail-header-parse-addresses to make it work with non-ASCII text;
2491         remove mail-encode-encoded-word-string.
2492
2493         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2494         values which are surrounded with \"...\"; make it never cause a
2495         Lisp error; give up parsing of parameters if it failed in
2496         extracting type.
2497
2498 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2499
2500         * smime.el (smime-cert-by-ldap-1): Fix bug where
2501         `smime-ldap-search' returns results without userCertificates.
2502
2503 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2506
2507 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2508
2509         * spam.el (spam-check-spamassassin-headers): Adapt format for
2510         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2511         <ari@mbf.ocn.ne.jp>.
2512         (spam-list-of-processors): Add spam-use-gmane.
2513
2514 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2517         make-temp-file; make it work with XEmacs as well.
2518
2519         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2520         mm-make-temp-file.
2521
2522         * mm-decode.el (mm-display-external): Use the 3rd arg of
2523         mm-make-temp-file.
2524         (mm-create-image-xemacs): Ditto.
2525
2526 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2529         with message-narrow-to-headers.
2530         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2531         (gnus-draft-check-draft-articles): New function.
2532         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2533
2534 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2535
2536         * gnus-art.el (gnus-article-browse-html-parts):
2537         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2538         Don't use suffix argument for mm-make-temp-file for Emacs 21
2539         compatibility.  Remove useless `format'.
2540
2541 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2542
2543         * nnweb.el (nnweb-google-wash-article): Update regexps.
2544         (nnweb-group-alist): Use defvoo instead of defvar.
2545
2546 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2549         re-loading nn* modules.
2550
2551 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2552
2553         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2554         for `tool-bar-mode' and don't check it's default-value.
2555
2556         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2557
2558         * message.el (message-make-tool-bar): Ditto.
2559
2560         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2561         `substring'.  Shorten tmp-file name.
2562
2563         * gnus.el: Remove bogus comment.
2564
2565 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2566
2567         * gnus-art.el (gnus-article-browse-html-parts): New function.
2568         (gnus-article-browse-html-article): New function for viewing html
2569         articles with a browser.
2570
2571 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2572
2573         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2574         in elisp.
2575         (pgg-gpg-encrypt-symmetric-region): Ditto.
2576         (pgg-gpg-sign-region): Ditto.
2577
2578         * pgg-def.el (pgg-text-mode): New variable.
2579
2580         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2581         (mml2015-pgg-encrypt): Ditto.
2582
2583         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2584         (mml1991-pgg-encrypt): Ditto.
2585
2586 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2589         message-make-date instead of current-time-string.
2590
2591         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2592         to gnus-decoded which mm-uu might set.
2593
2594 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2597         don't decode quoted parameters; remove misimported Emacs code.
2598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2599         (rfc2231-decode-encoded-string): Don't use split-string which
2600         behaves differently according to Emacs version; use
2601         mm-decode-coding-region to convert charset to coding-system.
2602         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2603         (rfc2231-encode-string): Remove misimported Emacs code.
2604
2605 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2608         when calling mail-header-parse-content-type.
2609         (article-de-quoted-unreadable): Ditto.
2610         (article-de-base64-unreadable): Ditto.
2611         (article-wash-html): Ditto.
2612
2613         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2614         calling mail-header-parse-content-type and
2615         mail-header-parse-content-disposition.
2616         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2617         mail-header-parse-content-type.
2618
2619         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2620         insert charset and format parameters; encode description after
2621         inserting it to buffer.
2622         (mml-insert-parameter): Fold lines properly even if a parameter is
2623         segmented into two or more lines; change the max column to 76.
2624
2625         * rfc1843.el (rfc1843-decode-article-body): Don't use
2626         ignore-errors when calling mail-header-parse-content-type.
2627
2628         * rfc2231.el (rfc2231-parse-string): Return at least type if
2629         possible; don't cause an error even if it fails in parsing of
2630         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2631         (rfc2231-encode-string): Don't break lines at the beginning, leave
2632         it to mml-insert-parameter.
2633
2634         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2635         calling mail-header-parse-content-type.
2636
2637 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2638
2639         * spam-report.el (spam-report-gmane-use-article-number):
2640         Improve doc string.
2641         (spam-report-gmane-internal): Check if a suitable header was found
2642         in the article.
2643
2644 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2647         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2648
2649 2006-02-05  Romain Francoise  <romain@orebokech.com>
2650
2651         Update copyright notices of all files in the gnus directory.
2652
2653 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2654
2655         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2656
2657 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2660         segmented lines of parameter value to cope with Thunderbird 1.5
2661         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2663         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2664
2665 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2666
2667         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2668         parts.
2669
2670 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2671
2672         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2673         there's only one active file for all servers.
2674         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2675         solid groups.  Gnus might have used a FAST request to select the group.
2676         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2677         and nnweb-search redundantly in the active file.
2678         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2679         (nnweb-request-create-group): Don't use ARGS.
2680         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2681         initialisations.  Let nnoo do the work.
2682
2683 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2686         Say the part has been decoded.
2687
2688         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2689
2690 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2691
2692         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2693         mailcap-viewer-test-cache when there's no 'test clause, since that
2694         will invert the meaning of a "nil" test previously determined by
2695         mailcap-mailcap-entry-passes-test.
2696
2697 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2700         compiling.
2701
2702         * gnus-sum.el: Ditto.
2703
2704         * message.el: Don't bind tool-bar-map when compiling.
2705
2706 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2709
2710 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2711
2712         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2713         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2714         current Google Groups.
2715
2716 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2719         and tool-bar-mode.
2720
2721         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2722         and tool-bar-mode.
2723
2724         * message.el (message-tool-bar-update): Simplify.
2725         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2726
2727         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2728         gnus-summary-buffer.
2729         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2730         gnus-summary-reply.
2731
2732         * gmm-utils.el (gmm): Add :version.
2733
2734 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * Makefile.in (clean): New rule.
2737         (distclean): Use it.
2738
2739 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2740
2741         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2742         autoload.
2743
2744 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gmm-utils.el (gmm-verbose): Add :group.
2747
2748 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2749
2750         * message.el: Change some comments WRT tool-bars.
2751
2752         * gnus-sum.el (gnus-summary-tool-bar)
2753         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2754         (gnus-summary-tool-bar-zap-list): New variables.
2755         (gnus-summary-make-tool-bar): Complete rewrite using
2756         `gmm-tool-bar-from-list'.
2757
2758         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2759         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2760         variables.
2761         (gnus-group-make-tool-bar): Complete rewrite using
2762         `gmm-tool-bar-from-list'.
2763         (gnus-group-tool-bar-update): New function.
2764
2765         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2766
2767 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2770         is dissected into a single part of which the type is the same as
2771         the given one; decode charset.
2772
2773 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2774
2775         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2776         into alists as symbol not string, since that's what
2777         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2778         look for.
2779
2780 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2783         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2784
2785         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2786
2787 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2790         (gnus-xmas-mime-security-button-menu): New function.
2791
2792         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2793         (gnus-mime-security-button-menu): New definition.
2794         (gnus-mime-security-button-map): Use them.
2795         (gnus-mime-security-button-menu): New function.
2796         (gnus-insert-mime-security-button): Addition to help echo.
2797         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2798         (gnus-mime-security-pipe-part): New functions.
2799
2800         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2801         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2802
2803         * mm-decode.el (mm-handle-set-disposition): Remove.
2804         (mm-handle-set-description): Remove.
2805
2806 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2809         (mm-w3m-standalone-supports-m17n-p): New function.
2810         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2811         w3m usage.
2812
2813         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2814         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2815
2816 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * message.el (message-tool-bar-zap-list): Use
2819         gmm-tool-bar-zap-list as custom type.
2820         (message-tool-bar-update): New function.
2821         (message-tool-bar, message-tool-bar-gnome)
2822         (message-tool-bar-retro): Add message-tool-bar-update.
2823         (message-tool-bar-gnome): Add flyspell-buffer.
2824
2825         * gnus-util.el (gnus-error): Describe `args'.
2826
2827         * gmm-utils.el (gmm-error): Describe `args'.
2828         (gmm-tool-bar-zap-list): New widget.
2829         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2830
2831 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2834         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2835         the number of recursive calls.
2836
2837         * mm-decode.el (mm-handle-set-disposition): New macro.
2838         (mm-handle-set-description): New macro.
2839
2840 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2843         encoding.
2844
2845 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * message.el (message-tool-bar-zap-list, message-tool-bar)
2848         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2849         (message-tool-bar-local-item-from-menu): Remove.
2850         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2851         (message-make-tool-bar): New function.
2852         (message-mode): Use `message-make-tool-bar'.
2853
2854         * gmm-utils.el: New file.
2855         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2856         (gmm-lazy): New widget copied from `nnmail.el'.
2857         (gmm-tool-bar-from-list): New function for creating customizable
2858         tool bars.
2859         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2860         output.
2861         (gmm): Add :prefix to defgroup.
2862
2863 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2864
2865         * gmm-utils.el (gmm-widget-p): New function.
2866
2867 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2868
2869         * mml.el (mml-attach-file): Describe `description' in doc string.
2870         (mml-menu): Add Emacs MIME manual and PGG manual.
2871
2872 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2873
2874         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2875
2876 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2877
2878         * nntp.el (nntp-end-of-line): Doc fix.
2879
2880 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2881
2882         * imap.el (imap-open): Handle case where buffer is a buffer
2883         object.
2884
2885 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * gnus-delay.el (gnus-delay): Don't autoload.
2888         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2889         to be re-loaded when customizing the `gnus-delay' group.
2890
2891 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2892
2893         * message.el (message-insert-citation-line): Use newlines.
2894
2895 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2896
2897         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2898         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2899         these routines, so the passphrase can be managed externally and
2900         passed in to the system.
2901         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2902         pgg-add-passphrase-to-cache function.
2903
2904         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2905         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2906         these routines, so the passphrase can be managed externally and
2907         passed in to the system.
2908         (pgg-pgp5-sign-region): Use new name of
2909         pgg-add-passphrase-to-cache function.
2910
2911 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2912
2913         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2914         part of the decoded armor to find the key-identifier.
2915         (pgg-gpg-lookup-key-owner): New function to return the
2916         human-readable identifier of a key owner.
2917         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2918         itself.
2919         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2920         the key value) if we have a key and can match it against a secret
2921         key.  Also, added a note pointing out fact that the prompt only
2922         indicates the first matching key.
2923
2924         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2925         pgg-decrypt-region.
2926         (pgg-add-passphrase-to-cache): Rename from
2927         `pgg-add-passphrase-cache' to reduce confusion (all callers
2928         changed).
2929         (pgg-remove-passphrase-from-cache): Rename from
2930         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2931         changed).
2932         (pgg-read-passphrase, pgg-add-passphrase-cache)
2933         (pgg-remove-passphrase-cache): Add informative docstrings.
2934         (pgg-decrypt): Convey provided passphrase in subordinate call to
2935         pgg-decrypt-region.
2936
2937 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2938
2939         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2940         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2941         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2942         'passphrase' argument, so the passphrase can be managed externally
2943         and then passed in to the system.
2944
2945         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2946         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2947         so the passphrase cache can be used reliably with identifiers
2948         besides a pgp packet's key id.
2949
2950         * pgg-gpg.el (pgg-gpg-encrypt-region)
2951         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2952         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2953         these routines, so the passphrase can be managed externally and
2954         passed in to the system.
2955
2956         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2957         'notruncate' argument, so the passphrase cache can be used
2958         reliably with identifiers besides a pgp packet's key id.
2959
2960 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2961
2962         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2963         symmetric encryption.
2964         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2965         encrypted session key.
2966         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2967         message ask for the passphrase in a proper way.
2968
2969         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2970         New user commands for symmetric encryption.
2971
2972 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2975
2976         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2977
2978 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2979
2980         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2981
2982 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * mm-decode.el (mm-inlined-types): Add application/pgp.
2985         (mm-automatic-display): Ditto.
2986
2987         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2988         part as text.
2989
2990 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * nnrss.el: Update copyright.
2993         (nnrss-opml-import): Query whether to subscribe to each entry.
2994
2995         * gnus-art.el:
2996         * gnus-sum.el:
2997         * gnus-xmas.el:
2998         * messagexmas.el:
2999         * mm-uu.el:
3000         * mm-view.el: Update copyright.
3001
3002 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3003
3004         * message.el (message-info): New function.
3005         (message-mode-menu): Add it.
3006         Update copyright.
3007
3008         * ChangeLog: Fix and update copyright.
3009
3010 2006-01-13  Romain Francoise  <romain@orebokech.com>
3011
3012         * message.el (message-forward-subject-name-subject): Prefer the
3013         address to 'nowhere' if the sender has no name.
3014         Fix typo.  Update copyright year.
3015
3016 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-art.el (article-wash-html): Use
3019         gnus-summary-show-article-charset-alist if a numeric arg is given.
3020         (gnus-article-wash-html-with-w3m-standalone): New function.
3021
3022         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3023         mm-inline-text-html-render-with-w3m-standalone.
3024         (mm-text-html-washer-alist): Map w3m-standalone to
3025         gnus-article-wash-html-with-w3m-standalone.
3026         (mm-inline-text-html-render-with-w3m-standalone): New function.
3027
3028 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3029
3030         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3031         Improve LaTeX.
3032
3033 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3036         (nnrss-request-article): Render text/plain parts as HTML.
3037
3038         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3039         the buffer.
3040
3041 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3042
3043         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3044         custom definition of `gnus-posting-styles'.
3045
3046         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3047         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3048
3049 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3052         Use nntp for bug archive.
3053
3054 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3057         parts.
3058         (nnrss-normalize-date): New function converts ISO 8601 date into
3059         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3060         (nnrss-check-group): Use it.
3061
3062 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3063
3064         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3065
3066         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3067         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3068         (nnrss-insert-w3): Ditto.
3069
3070 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3073         the articles to be forwarded including the case where neither a
3074         number of articles nor a region is specified.
3075
3076 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * nnrss.el (nnrss-request-article): Fix last change; fill
3079         text/plain parts.
3080
3081 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3084         in text/plain part.
3085         (nnrss-check-group): Don't add excessive newline to dc:subject.
3086
3087 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3088
3089         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3090         article.
3091
3092 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3093
3094         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3095         (nnml-use-compressed-files, nnml-save-mail): Support other
3096         comression programs such as bzip2.
3097
3098 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * dns.el (query-dns): Make sure we check the buffer size before
3101         removing tcp headers.
3102
3103 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3106         remove MIME buttons associated with multipart/alternative parts.
3107         (gnus-mime-display-alternative): Tag buttons using `article-type'
3108         text property.
3109
3110         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3111         associated with multipart/alternative parts.
3112
3113         * gnus-art.el (gnus-signature-separator): Fix custom type.
3114
3115         * mm-decode.el (mm-inlined-types): Fix custom type.
3116         (mm-keep-viewer-alive-types): Ditto.
3117         (mm-automatic-display): Ditto.
3118         (mm-attachment-override-types): Ditto.
3119         (mm-inline-override-types): Ditto.
3120         (mm-automatic-external-display): Ditto.
3121
3122 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * spam-report.el (spam-report-user-mail-address)
3125         (spam-report-user-agent): New variables.
3126         (spam-report-url-ping-plain): Use spam-report-user-agent.
3127
3128 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3129
3130         * gnus-art.el (gnus-button-handle-custom): Do not just use
3131         `customize-apropos' for any "M-x customize-*" button but the
3132         function called for.  Accept both the function name and its
3133         argument in order to achieve this.
3134         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3135         function name to `gnus-button-handle-custom' in case of "M-x
3136         customize-*" buttons.
3137
3138 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3141         multipart/alternative and add xref to mm-discouraged-alternatives
3142         in doc string.
3143
3144         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3145         gnus-buttonized-mime-types in doc string.
3146
3147 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3148
3149         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3150         Suggest image/.* in the doc string.
3151
3152 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3153
3154         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3155         message-marks (Debian bug #342521).
3156
3157 2005-12-12  Simon Josefsson  <jas@extundo.com>
3158
3159         * password.el (password-read-from-cache): Add.
3160         (password-read): Use it.
3161
3162 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3165         us-ascii as a MIME charset.
3166
3167         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3168         against the case where the 2nd arg TYPE is nil.
3169
3170 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * pop3.el (pop3-stream-type): Fix custom version.
3173
3174         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3175
3176 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3177
3178         * mm-decode.el (mm-display-external): Add missing cdr.
3179
3180 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3183         RFC1524) if it is in mailcap or add a suffix according to
3184         mailcap-mime-extensions when generating a temp filename; postpone
3185         deleting a temp file for 2 seconds for some wrappers, shell
3186         scripts, and so on, which might exit right after having started a
3187         viewer command as a background job.
3188
3189 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * nntp.el (nntp-marks-directory): Fix custom group.
3192
3193         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3194         steps when < 10.
3195
3196         * gnus-start.el (gnus-no-server-1): Mention
3197         `gnus-level-default-subscribed' in doc string.
3198
3199 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3200
3201         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3202         parens.
3203
3204 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-xmas.el (gnus-use-toolbar): Revert.
3207         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3208         gnus-use-toolbar is default.
3209
3210         * messagexmas.el (message-use-toolbar): Revert.
3211         (message-setup-toolbar): Use global default-toolbar if
3212         message-use-toolbar is default.
3213
3214 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3217         according to default-toolbar-visible-p.
3218
3219         * messagexmas.el (message-use-toolbar): Ditto.
3220
3221 2005-11-26  Dave Love  <fx@gnu.org>
3222
3223         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3224         (tls-program, tls-success): Provide openssl alternative.
3225
3226         * starttls.el: Doc fixes.
3227         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3228         SERVICE to PORT.
3229
3230         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3231         port null or service name.
3232         (starttls-negotiate): Autoload.
3233
3234 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * message.el (message-kill-to-signature): Fix interactive spec.
3237
3238 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * pop3.el (pop3-open-server): Recognize a string as a service name.
3241
3242 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3243
3244         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3245
3246 2005-11-23  Dave Love  <fx@gnu.org>
3247
3248         Add pop3s, pop3/starttls.
3249
3250         * pop3.el (pop3-authentication-scheme): Clarify doc.
3251         (open-tls-stream, starttls-open-stream): Autoload.
3252         (pop3-stream-type): New.
3253         (pop3-open-server): Use it.
3254
3255         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3256         for POP.
3257         (mail-source-keyword-map): Add :stream for POP.
3258         (mail-source-fetch-pop): Use pop3-stream-type.
3259
3260 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3263         of current-time-string.
3264
3265 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3266
3267         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3268         date header.
3269
3270 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3271
3272         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3273         it can seriously impact performance as it bypasses the agent's
3274         local caches.
3275
3276 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3277
3278         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3279         must be explicitly online rather than "not explicitly offline" for
3280         its flags to be synchronized.
3281
3282         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3283         that gnus-uu-unmark-thread will function correctly.
3284
3285         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3286         1024K is instead displayed as 1M.
3287
3288 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289
3290         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3291
3292 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
3293
3294         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3295
3296 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3297
3298         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3299         error message to display actual error condition.
3300         (gnus-agent-save-local): Avoid saving symbols that are bound to
3301         nil as they simply result in a warning message in
3302         gnus-agent-read-local.
3303
3304 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3307         rather than make-variable-buffer-local for file-precious-flag.
3308
3309 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3310
3311         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3312         for duplicates which are removed.  The invalid sort check then
3313         triggers a rescan after the sort as sorting may have moved
3314         duplicate entries such that they can be cheaply detected.
3315
3316 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3319
3320 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3321
3322         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3323         internal variable to a custom variable.  Changed default value
3324         from compressed(2) to uncompressed(1).
3325         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3326         support for uncompressed agentview files.  Taken together, reading
3327         the agentview file should now be 6-7 times faster.
3328
3329 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3330
3331         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3332         as a buffer-local variable.  This avoids creating truncated
3333         dribble files as a result of a hang up, eg.
3334
3335 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3336
3337         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3338         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3339         XEmacs.
3340
3341 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * gnus-start.el (gnus-start-draft-setup): Enforce
3344         `gnus-draft-mode' for nndraft:drafts at startup.
3345
3346         * gnus.el (gnus-splash): Change custom group.
3347         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3348         allow-list argument.
3349
3350         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3351         string.
3352
3353 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * gnus-art.el (gnus-default-article-saver): Add user-defined
3356         `function' to custom type.
3357
3358 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3359
3360         * imap.el (imap-open): Handle case where buffer is a buffer
3361         object.
3362
3363 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3364
3365         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3366         long lines.
3367         (gnus-cache-delete-group): Wrap doc strings.
3368
3369         * gnus-agent.el (gnus-agent-rename-group)
3370         (gnus-agent-delete-group): Wrap doc strings.
3371
3372
3373 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * messagexmas.el (message-use-toolbar): Change the valid values
3376         into default, top, bottom, left, and right.
3377         (message-toolbar-thickness): New variable.
3378         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3379         well.
3380         (message-setup-toolbar): Make it work.
3381
3382         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3383         (gnus-use-toolbar): Change the valid values into default, top,
3384         bottom, left, and right.
3385         (gnus-toolbar-thickness): New variable.
3386         (gnus-xmas-setup-toolbar): New function.
3387         (gnus-xmas-setup-group-toolbar): Use it.
3388         (gnus-xmas-setup-summary-toolbar): Use it.
3389
3390 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-start.el (gnus-1): Add "native" to
3393         gnus-predefined-server-alist.
3394
3395         * gnus.el (gnus-method-to-server): Don't add "native" to the
3396         lists here, because that leads to problems when
3397         gnus-select-method is bound.
3398
3399 2005-11-09  Simon Josefsson  <jas@extundo.com>
3400
3401         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3402         use (not sort-by-date) instead.
3403
3404 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3405
3406         * gnus-delay.el (gnus-delay-group): Don't autoload.
3407         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3408         to be re-loaded when customizing the `gnus-delay' group.
3409
3410 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3411
3412         * message.el: Revert last changes.
3413         (message-insert-citation-line): Use newlines.
3414
3415 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3416
3417         * message.el (message-courtesy-message)
3418         (message-mark-insert-begin, message-mark-insert-end)
3419         (message-elide-ellipsis, message-cancel-message)
3420         (message-add-header, message-change-subject)
3421         (message-cross-post-followup-to-header)
3422         (message-cross-post-insert-note, message-reduce-to-to-cc)
3423         (message-widen-reply, message-delete-not-region)
3424         (message-kill-to-signature, message-insert-signature)
3425         (message-insert-importance-high, message-insert-importance-low)
3426         (message-insert-or-toggle-importance)
3427         (message-insert-disposition-notification-to)
3428         (message-indent-citation, message-yank-original)
3429         (message-cite-original-without-signature, message-cite-original)
3430         (message-insert-citation-line, message-position-on-field)
3431         (message-fix-before-sending, message-send-mail-partially)
3432         (message-send-mail, message-send-mail-with-sendmail)
3433         (message-send-mail-with-qmail, message-send-news)
3434         (message-check-news-header-syntax, message-generate-headers)
3435         (message-insert-courtesy-copy, message-fill-address)
3436         (message-fill-header, message-shorten-references)
3437         (message-setup-1, message-cancel-news)
3438         (message-forward-make-body-plain, message-forward-make-body-mime)
3439         (message-forward-make-body-mml, message-encode-message-body)
3440         (message-forward-make-body-digest-plain)
3441         (message-forward-make-body-digest-mime)
3442         (message-use-alternative-email-as-from): Insert `hard-newline'
3443         instead of ordinary newlines.
3444
3445 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * message.el (message-generate-headers): Downcase the argument
3448         given to message-check-element.
3449
3450 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3451
3452         * nntp.el (nntp-authinfo-rejected): New error condition.
3453         (nntp-wait-for): Use new error condition to signal authentication
3454         error.
3455         (nntp-retrieve-data): Rethrow new error condition to break out of
3456         recursive call to nntp-send-authinfo.
3457
3458 2005-11-08  Romain Francoise  <romain@orebokech.com>
3459
3460         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3461         (gnus-summary-exit-map): Bind to `Z p'.
3462         (gnus-summary-make-menu-bar): Add menu item.
3463
3464 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3465
3466         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3467         (gnus-treat-*): Add `first' in all doc strings.
3468
3469         * gnus-group.el (gnus-group-compact-group): Fix typo.
3470
3471 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * gnus.el (gnus-parameters-case-fold-search): New variable.
3474         (gnus-parameters-get-parameter): Use it.
3475
3476         * gnus-score.el (gnus-home-score-file): Doc fix.
3477
3478 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3479
3480         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3481
3482 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * mm-util.el (mm-special-display-p): New function.
3485
3486         * mml.el (mml-preview): Use it; doc fix.
3487
3488 2005-10-29  Romain Francoise  <romain@orebokech.com>
3489
3490         * message.el (message-fix-before-sending): Fix comment.
3491
3492 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3493
3494         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3495
3496 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3497
3498         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3499         Used in gnus-score.el.
3500
3501 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3502
3503         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3504
3505 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3508         whitespace removed in revision 7.8.  Use concatenated string to
3509         protect trailing whitespace.
3510
3511 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3512
3513         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3514         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3515         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3516         Courier IMAP ("some version from 2004").  Mostly based on similar
3517         code in the same function.
3518
3519 2005-10-26  Didier Verna  <didier@xemacs.org>
3520
3521         * gnus-group.el (gnus-group-compact-group): invalidate original
3522         article buffer.
3523         * gnus-srvr.el (gnus-server-compact-server): ditto.
3524         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3525         NOV database and in article itself.
3526         Invalidate article backlog.
3527
3528 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3531
3532 2005-10-26  Simon Josefsson  <jas@extundo.com>
3533
3534         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3535         part of 2004-07-25 change.
3536
3537 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * message.el (message-display-completion-list): New function.
3540         (message-expand-group): Use it; make sure the Completions buffer
3541         is modifiable.
3542
3543 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3544
3545         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3546         user-mail-name is an empty string.
3547
3548 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3551         depending on gnus-score-decay-constant.
3552
3553         * encrypt.el (encrypt-insert-file-contents)
3554         (encrypt-write-file-contents): Don't use `gnus-message'.
3555
3556         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3557         arguments.
3558         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3559         arguments to mm-uu-verbatim-marks-extract.
3560         (mm-uu-hide-markers): New variable.
3561         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3562
3563         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3564         (gnus-convert-image-to-face-command): Use "convert" by default to
3565         allow other input image formats.
3566         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3567         accordingly.
3568
3569 2005-10-23  Simon Josefsson  <jas@extundo.com>
3570
3571         * imap.el (imap-gssapi-program): Align command line parameters
3572         with latest GNU SASL.
3573         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3574
3575 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3578         HTML.
3579         (nnslashdot-request-article): Ditto.
3580
3581         * lpath.el (featurep): Add nobreak-char-display.
3582
3583 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3584
3585         * mail-source.el (mail-source-fetch-pop): Require pop3.
3586         (mail-source-check-pop): Ditto.
3587
3588 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3591         errors.
3592
3593 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3596         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3597
3598         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3599
3600         * mm-bodies.el (mm-decode-string): Call
3601         `mm-charset-to-coding-system' with allow-override argument.
3602
3603 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3606         (rfc2047-charset-to-coding-system): New function.
3607         (rfc2047-decode-encoded-words): New function.
3608         (rfc2047-decode-region): Use them.
3609         (rfc2047-decode-cte): Remove.
3610         (rfc2047-parse-and-decode): Remove.
3611         (rfc2047-decode): Remove.
3612
3613 2005-10-15  Kenichi Handa  <handa@m17n.org>
3614
3615         * rfc2047.el (rfc2047-decode-cte): New function.
3616         (rfc2047-decode-region): Change the way to decode successive
3617         encoded-words: decode B- or Q-encoding in each encoded-word,
3618         concatenate them, and decode it as charset.
3619
3620 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * lpath.el: Fbind codepage-setup for XEmacs.
3623
3624 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3625
3626         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3627         widget-move-and-invoke.
3628         (gnus-custom-mode): Use gnus-custom-map.
3629
3630 2005-10-15  Bill Wohler  <wohler@newt.com>
3631
3632         * message.el (message-tool-bar-map): Renamed image file from
3633         mail_send to mail/send.
3634
3635 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3636
3637         * message.el (message-expand-group): Pass the common
3638         prefix substring of completion to `display-completion-list'.
3639
3640 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * mml-sec.el (mml-secure-method): New internal variable.
3643         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3644         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3645         functions using mml-secure-method.
3646
3647         * mml.el (mml-mode-map): Add key bindings for those functions.
3648         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3649         Harder <harder@myrealbox.com>.
3650         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3651         end of message if point is the headers of the message.
3652
3653         * message.el (message-in-body-p): New function.
3654
3655         * assistant.el: Autoload gnus-util and netrc.
3656
3657         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3658         Use `mm-charset-override-alist' only when decoding.
3659
3660         * mm-bodies.el (mm-decode-body): Call
3661         `mm-charset-to-coding-system' with allow-override argument.
3662
3663         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3664         `filename' from Content-Disposition if Content-Type doesn't
3665         provide `name'.
3666         (gnus-mime-view-part-as-type): Set default instead of
3667         initial-input.
3668
3669 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3670
3671         * format-spec.el (format-spec): Propagate text properties of % spec.
3672
3673 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * gnus-art.el (gnus-treat-predicate): Add `first'.
3676
3677 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3678
3679         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3680         (mm-charset-override-alist): New variable.
3681         (mm-charset-to-coding-system): Use it.
3682         (mm-codepage-setup): New helper function.
3683         (mm-charset-eval-alist): New variable.
3684         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3685         about unknown charsets.
3686
3687         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3688
3689 2005-10-04  David Hansen  <david.hansen@gmx.net>
3690
3691         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3692         (nnrss-check-group): Ditto.
3693
3694 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3697         Rename x-gnus-verbatim to x-verbatim.
3698         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3699
3700         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3701         x-verbatim.
3702
3703         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3704
3705         * gnus-util.el (gnus-remove-duplicates): Remove.
3706
3707         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3708         instead of gnus-remove-duplicates.
3709
3710         * message.el (message-remove-duplicates): Remove.
3711         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3712         message-remove-duplicates.
3713
3714         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3715         available, else use implementation from `delete-dups'.
3716
3717         * message.el (message-insert-expires): New function.
3718         (message-mode-map): Add key binding.
3719         (message-mode-field-menu): Add menu entry.
3720         (message-mode): Document it.
3721         (message-make-expires-date): Use `message-make-date'.
3722
3723 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3724
3725         * message.el (message-make-expires-date): New function.
3726
3727 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * Makefile.in (list-installed-shadows): New entry.
3730         (install): Use it.
3731         (remove-installed-shadows): New entry.
3732
3733         * dgnushack.el (dgnushack-default-load-path): New variable.
3734         (dgnushack-find-lisp-shadows): New function.
3735         (dgnushack-remove-lisp-shadows): New function.
3736
3737 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * Makefile.in (install-el-elc): New entry.
3740         (install): Use it so that .el files are necessarily installed.
3741
3742 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3745
3746 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3747
3748         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3749         function rather than the diff-mode.el package.
3750         (mm-display-external): Use with-current-buffer.
3751         (mm-viewer-completion-map, mm-viewer-completion-map):
3752         Move initialization inside declaration.
3753
3754 2005-09-29  Simon Josefsson  <jas@extundo.com>
3755
3756         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3757         autoload mail-check-payment.
3758         (spam-check-hashcash): Define unconditionally, since hashcash.el
3759         is part of Gnus now.  Ignore errors from payment checking.
3760
3761 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * message.el (message-bold-region, message-unbold-region): Rename
3764         from `bold-region' and `unbold-region'.
3765
3766         * message.el: Remove useless autoloads.
3767
3768 2005-09-28  Simon Josefsson  <jas@extundo.com>
3769
3770         * message.el (message-use-idna): Default to t.
3771         (message-use-idna): Test whether encoding works too.  Doc fix.
3772
3773 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * nntp.el (nntp-warn-about-losing-connection): Remove.
3776
3777 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3780         customizable.  Change default value.
3781         (mm-uu-diff-groups-regexp): Change default value.
3782         (mm-uu-type-alist): Add doc string.
3783         (mm-uu-configure): Add doc string.  Make it interactive.
3784         (mm-uu-tex-groups-regexp): New variable.
3785         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3786         (mm-uu-type-alist): Add LaTeX documents.
3787         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3788         of "text/verbatim".
3789         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3790
3791         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3792         instead of "text/verbatim".
3793
3794         * message.el (message-mark-inserted-region)
3795         (message-mark-insert-file): Use slrn style marks when called with
3796         prefix argument.
3797
3798 2005-09-27  Simon Josefsson  <jas@extundo.com>
3799
3800         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3801
3802 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3803
3804         * message.el (message-remove-duplicates): New function.
3805         Implementation borrowed from `gnus-remove-duplicates'.
3806         (message-idna-to-ascii-rhs): Also encode idna addresses in
3807         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3808         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3809         only ask about the same idna domain once per header and also tell
3810         in what header to replace the idna domain.
3811
3812         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3813         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3814         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3815         a header is decoded and not just the last one.
3816
3817 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3820         has been decoded.
3821
3822         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3823         (mm-insert-part): Don't modify text if it has been decoded.
3824
3825         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3826         decoded.
3827
3828         * mm-view.el (mm-inline-text): Don't strip text props unless
3829         decoding enriched or richtext parts.
3830
3831 2005-09-25  Romain Francoise  <romain@orebokech.com>
3832
3833         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3834         * gnus-start.el (gnus-subscribe-interactively):
3835         * gnus-uu.el (gnus-uu-grab-articles):
3836         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3837         space.
3838
3839 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3840
3841         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3842         * mm-view.el (mm-view-pkcs7-decrypt):
3843         * gnus-sum.el (gnus-summary-limit-to-extra)
3844         (gnus-summary-respool-article, gnus-read-move-group-name):
3845         * gnus-score.el (gnus-summary-increase-score):
3846         * gnus-util.el (gnus-completing-read-with-default):
3847         * gnus-art.el (gnus-read-save-file-name)
3848         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3849         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3850         * message.el (message-check-news-header-syntax):
3851         Follow convention for reading with the minibuffer.
3852
3853 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3854
3855         * spam-report.el (spam-report-url-ping-plain):
3856         Use gnus-extended-version as User-Agent.
3857
3858         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3859         default value is nil.
3860
3861         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3862         (mm-uu-verbatim-marks-extract): New function.
3863         (mm-uu-extract): New face.
3864         (mm-uu-copy-to-buffer): Use it.
3865
3866         * spam-report.el (spam-report-gmane-ham): Renamed from
3867         `spam-report-gmane-unspam'.
3868         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3869         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3870
3871         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3872         Autoload.
3873         (spam-report-gmane-unregister-routine): Renamed
3874         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3875
3876 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3879         (spam-report-gmane-unregister-routine): Add support for gmane
3880         unregistration.
3881
3882         * spam-report.el (spam-report-gmane-unspam)
3883         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
3884         (spam-report-gmane): Change to take a single article and do unspam
3885         registration.
3886
3887 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * mm-url.el (mm-url-decode-entities): Fix regexp.
3890
3891 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3894         default to nil, to be able to use Gnus at all.  If the default
3895         switches to something else, then the function should be fixed not
3896         be exceedingly slow.
3897
3898 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * gnus-start.el (gnus-activate-group): If the server is nil, don't
3901         fail hard.
3902
3903         * spam-report.el: Add better Keywords line.
3904
3905         * spam.el: Add Maintainer and better Keywords line.
3906
3907 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * gnus-art.el (gnus-article-replace-part)
3910         (gnus-mime-replace-part): New functions.
3911         (gnus-mime-action-alist, gnus-mime-button-commands)
3912         (gnus-mime-save-part-and-strip): Added file argument.
3913         (gnus-article-part-wrapper): Added interactive argument.
3914
3915         * gnus-sum.el (gnus-summary-mime-map): Add
3916         `gnus-article-replace-part'.
3917
3918 2005-09-19  Didier Verna  <didier@xemacs.org>
3919
3920         The nnml compaction feature:
3921         * nnml.el (nnml-request-compact-group): New function.
3922         * nnml.el (nnml-request-compact): New function.
3923         * gnus-int.el (gnus-request-compact-group): New function.
3924         * gnus-int.el (gnus-request-compact): New function.
3925         * gnus-group.el (gnus-group-compact-group): New function.
3926         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3927         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3928         * gnus-srvr.el (gnus-server-compact-server): New function.
3929         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3930         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3931
3932 2005-09-18  Deepak Goel  <deego@gnufans.org>
3933
3934         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3935         format spec.
3936
3937 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3940
3941 2005-09-15  Romain Francoise  <romain@orebokech.com>
3942
3943         * message.el (message-fill-paragraph): Clarify docstring.
3944
3945 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus-art.el (gnus-mime-display-part): Protect against broken
3948         MIME messages.
3949
3950 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3953         before parsing header.
3954
3955 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3956
3957         * html2text.el: (html2text-replace-list): Add new entities.
3958
3959 2005-09-11  Romain Francoise  <romain@orebokech.com>
3960
3961         * message.el (message-alternative-emails): Improve docstring.
3962         (message-setup-1): Call `message-use-alternative-email-as-from'
3963         after `message-setup-hook' to give it precedence over posting
3964         styles, etc.
3965         (message-use-alternative-email-as-from): Add docstring.  Remove
3966         the original From header if present.
3967
3968         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3969         (nnml-save-mail): Use it.
3970
3971         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3972         articles.  Add new argument `silent'.
3973         (gnus-uu-mark-all): Report the total number of marked articles.
3974
3975 2005-09-10  Romain Francoise  <romain@orebokech.com>
3976
3977         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3978         (gnus-uu-mark-series): Likewise.
3979
3980 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * spam-report.el (spam-report-gmane): Fix generation of spam
3983         report URL.
3984
3985 2005-09-10  Simon Josefsson  <jas@extundo.com>
3986
3987         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3988         t, based on discussion on the ding list with Robert Epprecht
3989         <epprecht@solnet.ch>.
3990
3991 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * spam-report.el (spam-report-gmane): Make it work without
3994         X-Report-Spam header.  Gmane now only provides Archived-At.
3995         This is only used if `spam-report-gmane-use-article-number' is nil.
3996         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3997
3998         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3999         make `gnus-summary-sort-by-recipient' work with threading.
4000
4001         * nnweb.el (nnweb-google-wash-article): Print a message if article
4002         is not available.
4003
4004 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4005
4006         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4007         change.  Decode text/* parts content before displaying.
4008
4009 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4012
4013 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4016
4017         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4018         url-package-name, url-package-version,
4019         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4020         w3m-display-inline-images, and w3m-minor-mode-map.
4021
4022 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4023
4024         * message.el (message-tab-body-function): Fixed mismatched custom
4025         type.
4026
4027         * gnus.el (gnus-group-change-level-function): Ditto.
4028
4029         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4030
4031         * gnus-art.el (gnus-signature-limit)
4032         (gnus-article-mime-part-function): Ditto.
4033
4034 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * mml.el (mml-mode): Silence the byte compiler.
4037
4038         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4039         using `(sit-for 0)' before moving the point to the specified part;
4040         skip unbuttonized parts.
4041         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4042         return to the summary window if gnus-auto-select-part is non-nil.
4043
4044 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4047         variables.
4048         (mml-dnd-attach-file, mml-mode): Use them.
4049
4050         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4051         Make fetching article by MID work again for Google Groups.  Added
4052         FIXME concerning gnus-group-make-web-group.
4053
4054         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4055         Don't depend on Gnus by using mail-extract-address-components if
4056         gnus-extract-address-components is not bound.
4057
4058 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * gnus-art.el (gnus-mime-display-security): Don't display the
4061         signature, but only the signed part.
4062
4063 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4066
4067         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4068         list, not listp.
4069
4070 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4071
4072         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4073         when encoding.
4074
4075         * mm-bodies.el (mm-decode-content-transfer-encoding):
4076         De-canonicalize CRLF for all text content types, not just
4077         text/plain.
4078
4079 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4082         valid article; point arrow and cursor at the MIME button.
4083
4084 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4087         Suggested by Dan Christensen <jdc@uwo.ca>.
4088
4089         * mm-decode.el (mm-save-part): Enable change of prompt.
4090
4091 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4092
4093         * gnus-msg.el (gnus-inews-add-send-actions): Made
4094         `message-post-method' lambda parameter ARG `&optional'.
4095
4096 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-sum.el (gnus-summary-mime-map): Added
4099         gnus-article-save-part-and-strip, gnus-article-delete-part and
4100         gnus-article-jump-to-part.
4101
4102         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4103         (gnus-article-edit-part): Use it.
4104         (gnus-article-part-wrapper): Added no-handle argument.
4105         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4106         functions.
4107
4108 2005-08-29  Romain Francoise  <romain@orebokech.com>
4109
4110         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4111         docstring.
4112         (gnus-face-from-file): Likewise.
4113
4114 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4117         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4118         non-nil.
4119         (gnus-auto-select-part): New variable.
4120         (gnus-article-jump-to-part): New function.
4121         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4122         (gnus-mime-delete-part): Allow selecting specified part after
4123         deleting or stripping parts.
4124         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4125         part if argument is bogus.
4126
4127 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4128
4129         * gnus-art.el (w3m-minor-mode-map):
4130         * gnus-spec.el (gnus-newsrc-file-version):
4131         * gnus-util.el (nnmail-active-file-coding-system)
4132         (gnus-original-article-buffer, gnus-user-agent):
4133         * gnus.el (gnus-ham-process-destinations)
4134         (gnus-parameter-ham-marks-alist)
4135         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4136         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4137         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4138         * mm-decode.el (gnus-current-window-configuration):
4139         * mm-extern.el (gnus-article-mime-handles):
4140         * mm-url.el (url-current-object, url-package-name)
4141         (url-package-version):
4142         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4143         (smime-keys, w3m-cid-retrieve-function-alist)
4144         (w3m-current-buffer, w3m-display-inline-images)
4145         (w3m-minor-mode-map):
4146         * mml-smime.el (gnus-extract-address-components):
4147         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4148         (gnus-newsrc-hashtb, message-default-charset)
4149         (message-deletable-headers, message-options)
4150         (message-posting-charset, message-required-mail-headers)
4151         (message-required-news-headers):
4152         * mml1991.el (mc-pgp-always-sign):
4153         * mml2015.el (mc-pgp-always-sign):
4154         * nnheader.el (nnmail-extra-headers):
4155         * rfc1843.el (gnus-decode-encoded-word-function)
4156         (gnus-decode-header-function, gnus-newsgroup-name):
4157         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4158
4159 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4160
4161         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4162         the end of the date treatments.
4163
4164 2005-08-15  Simon Josefsson  <jas@extundo.com>
4165
4166         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4167         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4168         Capello and Romain Francoise.
4169         (pgg-fetch-key-function): Removed, not used?
4170         (pgg-insert-url-with-w3): Require url, to get
4171         url-insert-file-contents regardless of where it is defined.
4172
4173 2005-08-13  Romain Francoise  <romain@orebokech.com>
4174
4175         * message.el (message-cite-original-1): New function.
4176         (message-cite-original): Use it.
4177         (message-cite-original-without-signature): Ditto.
4178
4179 2005-08-08  Romain Francoise  <romain@orebokech.com>
4180
4181         * message.el (message-yank-empty-prefix): New variable.
4182         (message-indent-citation): Use it.
4183         (message-cite-original-without-signature): Respect X-No-Archive.
4184
4185 2005-08-08  Simon Josefsson  <jas@extundo.com>
4186
4187         * pgg.el: Autoload url-insert-file-contents instead of loading
4188         w3/url.
4189         (pgg-insert-url-with-w3): Don't load url here.
4190
4191 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4192
4193         * message.el (message-kill-to-signature): Don't insert newline at
4194         bol.
4195         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4196
4197 2005-08-06  Romain Francoise  <romain@orebokech.com>
4198
4199         * message.el (message-user-fqdn): Fix typo in docstring.
4200
4201 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4202
4203         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4204
4205         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4206
4207 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * mm-bodies.el (mm-encode-body): Use coding system rather than
4210         charset to encode text.
4211
4212         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4213         number of charsets if utf-8 is available (XEmacs).
4214
4215 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4218         taken from `gnus-button-mid-or-mail-regexp'.
4219         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4220         (gnus-button-alist): Improve regexp for domain part of the MIDs
4221         for news:localpart@domain buttons.
4222         (gnus-button-ctan-directory-regexp): Update.
4223
4224 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * sieve-manage.el (sieve-manage-interactive-login): Use
4227         make-local-variable rather than make-variable-buffer-local.
4228         (sieve-manage-open): Ditto.
4229         (sieve-manage-authenticate): Ditto.
4230
4231         * mml.el (mml-generate-mime-1): Make the content type default to
4232         text/plain if the filename is not specified.
4233
4234 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4237         instead of insert-buffer.
4238
4239         * message.el (message-yank-original): Ditto; set the mark at the
4240         end of the yanked message.
4241
4242 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4245         lines to scroll rather than to stop it.
4246
4247         * mml.el (mml-generate-default-type): Add doc string.
4248         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4249         default to application/octet-stream when determining the content
4250         type if it is not specified for the part or the mml contents; add
4251         a comment about mml-generate-default-type.
4252
4253 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4254
4255         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4256         make it default to application/octet-stream when determining the
4257         content type if it is not specified for the external contents.
4258
4259 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4262         segmented parameter but also other parameters might be there.
4263
4264 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * mm-decode.el (mm-display-external): Delete temp file, directory
4267         and buffer immediately if the external process is exited.
4268
4269 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4272         fewer lines than that of scroll-margin.
4273         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4274
4275 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-article-next-page): Revert.
4278         (gnus-article-beginning-of-window): New macro.
4279         (gnus-article-next-page-1): Use it.
4280         (gnus-article-prev-page): Ditto.
4281         (gnus-article-edit-part): Use insert-buffer-substring instead of
4282         insert-buffer.
4283         (gnus-article-edit-exit): Ditto.
4284
4285         * gnus-util.el (gnus-beginning-of-window): Remove.
4286         (gnus-end-of-window): Remove.
4287
4288         * lpath.el: Don't bind header-line-format and scroll-margin.
4289
4290 2005-07-25  Simon Josefsson  <jas@extundo.com>
4291
4292         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4293         to have the url package without w3.  Reported by Daiki Ueno
4294         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4295
4296 2005-07-20  Didier Verna  <didier@xemacs.org>
4297
4298         * gnus-diary.el: Remove the description comment (nndiary is now
4299         properly documented in the Gnus manual).
4300         Fix the spelling of "Back End".
4301         * nndiary.el: Ditto.
4302         Fix the copyright notice.
4303
4304 2005-07-18  Romain Francoise  <romain@orebokech.com>
4305
4306         * gnus-sum.el (gnus-summary-to-prefix,
4307         gnus-summary-newsgroup-prefix): New variables.
4308         (gnus-summary-from-or-to-or-newsgroups): Use them.
4309
4310 2005-07-17  Romain Francoise  <romain@orebokech.com>
4311
4312         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4313         space as it's generally not especially interesting to the user.
4314
4315 2005-07-16  Romain Francoise  <romain@orebokech.com>
4316
4317         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4318         nil to avoid prompting and file modification if one of the
4319         messages at the top of the nnfolder file contains a copyright
4320         notice.
4321         Update copyright notice.
4322
4323         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4324         instead of `current-time-string' as the latter creates a time
4325         string that is not RFC 2822 compliant (it lacks the zone).
4326         Update copyright notice.
4327
4328 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4329
4330         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4331         for text/rtf.  Display default in prompt.  Pass default for M-n.
4332
4333         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4334
4335 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * gnus-msg.el (gnus-button-mailto): Remove
4338         save-selected-window-window hackery because it relies on
4339         save-selected-window internals.
4340
4341 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4344         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4345         (gnus-article-prev-page): Ditto.
4346
4347         * gnus-util.el (gnus-beginning-of-window): New function.
4348         (gnus-end-of-window): New function.
4349
4350         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4351
4352 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4353
4354         * gnus-score.el (gnus-score-edit-all-score): Set
4355         gnus-score-edit-exit-function to gnus-score-edit-done and call
4356         gnus-message.
4357
4358 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-msg.el (gnus-button-mailto): Remove
4361         save-selected-window-window hackery because it relies on
4362         save-selected-window internals.
4363
4364 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4367         add-minor-mode.
4368         (gnus-binary-mode): Ditto.
4369
4370         * gnus-topic.el (gnus-topic-mode): Ditto.
4371
4372 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4373
4374         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4375         (gnus-article-prev-page): Take scroll-margin into consideration.
4376
4377 2005-07-04  Lute Kamstra  <lute@gnu.org>
4378
4379         Update FSF's address in GPL notices.
4380
4381 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4382
4383         * gnus.el (gnus-exit):
4384         * gnus-group.el (gnus-group-icons):
4385         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4386
4387         * gnus-nocem.el (gnus-nocem):
4388         * message.el (message-various, message-buffers, message-sending)
4389         (message-interface, message-forwarding, message-insertion)
4390         (message-headers, message-news, message-mail):
4391         * pgg-gpg.el (pgg-gpg):
4392         * pgg-parse.el (pgg-parse):
4393         * pgg-pgp.el (pgg-pgp):
4394         * pgg-pgp5.el (pgg-pgp5):
4395         * pop3.el (pop3): Finish `defgroup' description with period.
4396
4397 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (article-display-face): Improve the efficiency.
4400         (article-display-x-face): Ditto; remove grey x-face stuff.
4401
4402 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (article-display-face): Correct the position in
4405         which Faces are inserted.
4406
4407 2005-06-29  Didier Verna  <didier@xemacs.org>
4408
4409         * gnus-art.el (article-display-face): Display faces in correct
4410         order.
4411
4412 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4415         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4416         (gnus-nocem-check-article): Fetch the Type header.
4417         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4418         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4419         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4420         make sure gnus-nocem-hashtb is initialized.
4421         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4422         (gnus-nocem-unwanted-article-p): Ditto.
4423
4424         * pgg.el (pgg-verify): Return the verification result.
4425
4426 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4429         is ascii.
4430
4431 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4432
4433         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4434         `show-nonbreak-escape'.
4435
4436 2005-06-23  Lute Kamstra  <lute@gnu.org>
4437
4438         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4439
4440         * dig.el (dig-mode):
4441         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4442
4443 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4444
4445         * nnimap.el (nnimap-split-download-body): Fix spellings.
4446
4447 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4448
4449         * gnus-art.el (gnus-article-encrypt-body):
4450         * gnus-cus.el (gnus-score-customize):
4451         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4452         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4453
4454 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4455
4456         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4457         header by looking for magic "MII" at the beginnig.
4458
4459 2005-06-16  Miles Bader  <miles@gnu.org>
4460
4461         * gnus-xmas.el (gnus-xmas-group-startup-message):
4462         Use renamed gnus-splash face.
4463
4464         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4465         (assistant-field-face): New backward-compatibility alias for renamed
4466         face.
4467         (assistant-render-text): Use renamed assistant-field face.
4468
4469         * spam.el (spam): Remove "-face" suffix from face name.
4470         (spam-face): New backward-compatibility alias for renamed face.
4471         (spam-face, spam-initialize): Use renamed spam face.
4472
4473         * message.el (message-header-to, message-header-cc)
4474         (message-header-subject, message-header-newsgroups)
4475         (message-header-other, message-header-name)
4476         (message-header-xheader, message-separator, message-cited-text)
4477         (message-mml): Remove "-face" suffix from face names.
4478         (message-header-to-face, message-header-cc-face)
4479         (message-header-subject-face, message-header-newsgroups-face)
4480         (message-header-other-face, message-header-name-face)
4481         (message-header-xheader-face, message-separator-face)
4482         (message-cited-text-face, message-mml-face):
4483         New backward-compatibility aliases for renamed faces.
4484         (message-font-lock-keywords): Use renamed message faces.
4485
4486         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4487         (sieve-test-commands, sieve-tagged-arguments):
4488         Remove "-face" suffix from face names.
4489         (sieve-control-commands-face, sieve-action-commands-face)
4490         (sieve-test-commands-face, sieve-tagged-arguments-face):
4491         New backward-compatibility aliases for renamed faces.
4492         (sieve-control-commands-face, sieve-action-commands-face)
4493         (sieve-test-commands-face, sieve-tagged-arguments-face):
4494         Use renamed sieve faces.
4495
4496         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4497         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4498         (gnus-group-news-3-empty, gnus-group-news-4)
4499         (gnus-group-news-4-empty, gnus-group-news-5)
4500         (gnus-group-news-5-empty, gnus-group-news-6)
4501         (gnus-group-news-6-empty, gnus-group-news-low)
4502         (gnus-group-news-low-empty, gnus-group-mail-1)
4503         (gnus-group-mail-1-empty, gnus-group-mail-2)
4504         (gnus-group-mail-2-empty, gnus-group-mail-3)
4505         (gnus-group-mail-3-empty, gnus-group-mail-low)
4506         (gnus-group-mail-low-empty, gnus-summary-selected)
4507         (gnus-summary-cancelled, gnus-summary-high-ticked)
4508         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4509         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4510         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4511         (gnus-summary-low-undownloaded)
4512         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4513         (gnus-summary-low-unread, gnus-summary-normal-unread)
4514         (gnus-summary-high-read, gnus-summary-low-read)
4515         (gnus-summary-normal-read, gnus-splash):
4516         Remove "-face" suffix from face names.
4517         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4518         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4519         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4520         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4521         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4522         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4523         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4524         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4525         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4526         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4527         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4528         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4529         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4530         (gnus-summary-normal-ticked-face)
4531         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4532         (gnus-summary-normal-ancient-face)
4533         (gnus-summary-high-undownloaded-face)
4534         (gnus-summary-low-undownloaded-face)
4535         (gnus-summary-normal-undownloaded-face)
4536         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4537         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4538         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4539         (gnus-splash-face):
4540         New backward-compatibility aliases for renamed faces.
4541         (gnus-group-startup-message): Use renamed gnus faces.
4542
4543         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4544         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4545         (gnus-server-agent): Remove "-face" suffix from face names.
4546         (gnus-server-agent-face, gnus-server-opened-face)
4547         (gnus-server-closed-face, gnus-server-denied-face)
4548         (gnus-server-offline-face):
4549         New backward-compatibility aliases for renamed faces.
4550         (gnus-server-agent-face, gnus-server-opened-face)
4551         (gnus-server-closed-face, gnus-server-denied-face)
4552         (gnus-server-offline-face): Use renamed gnus faces.
4553
4554         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4555         Remove "-face" suffix from face names.
4556         (gnus-picon-xbm-face, gnus-picon-face):
4557         New backward-compatibility aliases for renamed faces.
4558
4559         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4560         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4561         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4562         (gnus-cite-11): Remove "-face" suffix from face names.
4563         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4564         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4565         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4566         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4567         New backward-compatibility aliases for renamed faces.
4568         (gnus-cite-attribution-face, gnus-cite-face-list)
4569         (gnus-article-boring-faces): Use renamed gnus faces.
4570
4571         * gnus-art.el (gnus-signature, gnus-header-from)
4572         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4573         (gnus-header-content): Remove "-face" suffix from face names.
4574         (gnus-signature-face, gnus-header-from-face)
4575         (gnus-header-subject-face, gnus-header-newsgroups-face)
4576         (gnus-header-name-face, gnus-header-content-face):
4577         New backward-compatibility aliases for renamed faces.
4578         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4579
4580         * gnus-sum.el (gnus-summary-selected-face)
4581         (gnus-summary-highlight): Use renamed gnus faces.
4582         * gnus-group.el (gnus-group-highlight): Likewise.
4583
4584 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4585
4586         * gnus-sieve.el (gnus-sieve-article-add-rule):
4587         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4588         * spam-stat.el (spam-stat-buffer-change-to-spam)
4589         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4590
4591         * message.el (message-is-yours-p):
4592         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4593
4594 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * mm-view.el (mm-inline-text): Withdraw the last change.
4597
4598 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4601         executing enriched-decode.
4602
4603 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4606         charset of tar files.
4607
4608 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4609
4610         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4611
4612 2005-06-04  Lute Kamstra  <lute@gnu.org>
4613
4614         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4615         information is never recorded.
4616
4617 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4618
4619         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4620
4621 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * pop3.el (pop3-apop): Run md5 in the binary mode.
4624
4625         * starttls.el (starttls-set-process-query-on-exit-flag):
4626         Use eval-and-compile.
4627
4628 2005-05-31  Simon Josefsson  <jas@extundo.com>
4629
4630         * smime.el (smime-replace-in-string): Define.
4631         (smime-cert-by-ldap-1): Use it.
4632
4633 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-art.el (article-display-x-face): Replace
4636         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4637
4638         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4639         set-process-query-on-exit-flag or process-kill-without-query.
4640
4641         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4642         loop instead of replace-regexp.
4643
4644         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4645         instead of process-kill-without-query if it is available.
4646
4647         * lpath.el: Fbind ldap-search-entries.
4648
4649         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4650         instead of find-file-hooks if it is available.
4651
4652         * mml1991.el: Bind pgg-default-user-id when compiling.
4653
4654         * mml2015.el: Bind pgg-default-user-id when compiling.
4655
4656         * nndraft.el (nndraft-request-associate-buffer):
4657         Use write-contents-functions instead of write-contents-hooks if it is
4658         available.
4659
4660         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4661         instead of find-file-hooks if it is available.
4662
4663         * nntp.el (nntp-open-connection): Replace
4664         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4665         (nntp-open-ssl-stream): Ditto.
4666         (nntp-open-tls-stream): Ditto.
4667
4668         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4669         set-process-query-on-exit-flag or process-kill-without-query.
4670         (starttls-open-stream-gnutls): Use it instead of
4671         process-kill-without-query.
4672         (starttls-open-stream): Ditto.
4673
4674 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4675
4676         * smime.el (smime-cert-by-ldap-1): Don't use
4677         replace-regexp-in-string.
4678
4679 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4680
4681         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4682
4683         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4684         in PEM format. Adjust to the XEmacs compability.
4685
4686 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4689         by `string-to-number'.
4690         * gnus-agent.el (gnus-agent-regenerate-group)
4691         (gnus-agent-fetch-articles): Ditto.
4692         * gnus-art.el (gnus-button-fetch-group): Ditto.
4693         * gnus-cache.el (gnus-cache-generate-active)
4694         (gnus-cache-articles-in-group): Ditto.
4695         * gnus-group.el (gnus-group-set-current-level)
4696         (gnus-group-insert-group-line): Ditto.
4697         * gnus-score.el (gnus-score-set-expunge-below)
4698         (gnus-score-set-mark-below, gnus-summary-score-effect)
4699         (gnus-summary-score-entry): Ditto.
4700         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4701         (gnus-soup-pack): Ditto.
4702         * gnus-spec.el (gnus-xmas-format): Ditto.
4703         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4704         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4705         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4706         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4707         * nndb.el (nndb-get-remote-expire-response): Ditto.
4708         * nndiary.el (nndiary-parse-schedule-value)
4709         (nndiary-string-to-number, nndiary-request-replace-article)
4710         (nndiary-request-article): Ditto.
4711         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4712         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4713         * nneething.el (nneething-make-head): Ditto.
4714         * nnfolder.el (nnfolder-request-article)
4715         (nnfolder-retrieve-headers): Ditto.
4716         * nnheader.el (nnheader-file-to-number): Ditto.
4717         * nnkiboze.el (nnkiboze-request-article): Ditto.
4718         * nnmail.el (nnmail-process-unix-mail-format)
4719         (nnmail-process-babyl-mail-format): Ditto.
4720         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4721         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4722         (nnmh-request-create-group, nnmh-request-list-1)
4723         (nnmh-request-group, nnmh-request-article): Ditto.
4724         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4725         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4726         * nnsoup.el (nnsoup-make-active): Ditto.
4727         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4728         * nntp.el (nntp-find-group-and-number)
4729         (nntp-retrieve-headers-with-xover): Ditto.
4730         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4731         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4732         (pgg-format-key-identifier): Ditto.
4733         * pop3.el (pop3-last, pop3-stat): Ditto.
4734         * qp.el (quoted-printable-decode-region): Ditto.
4735
4736         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4737         of concat.
4738
4739 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4742
4743         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4744
4745         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4746
4747         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4748
4749         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4750
4751         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4752
4753         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4754         (gnus-carpal-mode): Ditto.
4755
4756         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4757         (gnus-browse-mode): Ditto.
4758
4759         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4760
4761         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4762
4763 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4764
4765         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4766
4767 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-util.el (gnus-run-mode-hooks): New function.
4770
4771         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4772
4773         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4774         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4775
4776 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4777
4778         * gnus-agent.el (gnus-agent-make-mode-line-string):
4779         Use mode-line-highlight as mouse-face.
4780
4781 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * canlock.el (canlock): Change the parent group to news.
4784
4785         * deuglify.el (gnus-outlook-deuglify): Add :group.
4786
4787         * dig.el (dig): Add :group.
4788
4789         * dns-mode.el (dns-mode): Add :group.
4790
4791         * encrypt.el (encrypt): Add :group.
4792
4793         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4794         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4795         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4796         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4797         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4798
4799         * gnus-diary.el (gnus-diary): Add :group.
4800
4801         * gnus.el (gnus-group-news-1-face): Add :group.
4802         (gnus-group-news-1-empty-face): Ditto.
4803         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4804         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4805         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4806         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4807         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4808         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4809         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4810         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4811         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4812         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4813         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4814         (gnus-summary-high-ticked-face): Ditto.
4815         (gnus-summary-low-ticked-face): Ditto.
4816         (gnus-summary-normal-ticked-face): Ditto.
4817         (gnus-summary-high-ancient-face): Ditto.
4818         (gnus-summary-low-ancient-face): Ditto.
4819         (gnus-summary-normal-ancient-face): Ditto.
4820         (gnus-summary-high-undownloaded-face): Ditto.
4821         (gnus-summary-low-undownloaded-face): Ditto.
4822         (gnus-summary-normal-undownloaded-face): Ditto.
4823         (gnus-summary-high-unread-face): Ditto.
4824         (gnus-summary-low-unread-face): Ditto.
4825         (gnus-summary-normal-unread-face): Ditto.
4826         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4827         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4828
4829         * hashcash.el (hashcash): New custom group.
4830         (hashcash-default-payment): Add :group.
4831         (hashcash-payment-alist): Ditto.
4832         (hashcash-default-accept-payment): Ditto.
4833         (hashcash-accept-resources): Ditto.
4834         (hashcash-path): Ditto.
4835         (hashcash-extra-generate-parameters): Ditto.
4836         (hashcash-double-spend-database): Ditto.
4837         (hashcash-in-news): Ditto.
4838
4839         * message.el (message-minibuffer-local-map): Add :group.
4840
4841         * netrc.el (netrc): Add :group.
4842
4843         * sieve-manage.el (sieve-manage-log): Add :group.
4844         (sieve-manage-default-user): Diito.
4845         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4846         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4847         (sieve-manage-authenticators): Ditto.
4848         (sieve-manage-authenticator-alist): Ditto.
4849         (sieve-manage-default-port): Ditto.
4850
4851         * sieve-mode.el (sieve-control-commands-face): Add :group.
4852         (sieve-action-commands-face): Ditto.
4853         (sieve-test-commands-face): Ditto.
4854         (sieve-tagged-arguments-face): Ditto.
4855
4856         * smime.el (smime): Add :group.
4857
4858         * spam-report.el (spam-report): Add :group.
4859
4860         * spam.el (spam, spam-face): Add :group.
4861
4862 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4863
4864         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4865         return \n.\n.\n at the end of articles.  Protect against that.
4866         (nntp-with-open-group): Allow debugging.
4867
4868         * nnheader.el (mail-header-set-extra): Make into a function
4869         because I just could't understand how to quote the list properly.
4870
4871         * dns.el (query-dns-cached): New function.
4872
4873 2005-05-26  Lute Kamstra  <lute@gnu.org>
4874
4875         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4876
4877 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4880
4881         * gnus-art.el: Don't autoload mail-extract-address-components.
4882
4883         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4884         eval-and-compile to evaluate it.
4885
4886         * hashcash.el: Don't autoload executable-find.
4887
4888         * nndb.el: Don't declare the nndb back end two or more times; don't
4889         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4890
4891         * nntp.el: Autoload format-spec instead of format; use
4892         eval-and-compile to evaluate autoload forms.
4893
4894 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4895
4896         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4897
4898 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus.el (gnus-version-number): Bump version.
4901
4902 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4903
4904         * gnus.el: No Gnus v0.3 is released.
4905
4906 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4907
4908         * lpath.el (featurep): Bind show-nonbreak-escape.
4909
4910 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-article-edit-part): Disable undo.
4913
4914 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4917         gnus-article-date-lapsed-new-header is t if date timer is active;
4918         skip headers in which the original date value is empty.
4919         (gnus-article-save-original-date): Redefine it as a macro.
4920         (gnus-display-mime): Use it.
4921
4922 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-art.el (article-date-ut): Support converting date in
4925         forwarded parts as well.
4926         (gnus-article-save-original-date): New function.
4927         (gnus-display-mime): Use it.
4928
4929 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4930
4931         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4932         enclosure element of <item>.
4933
4934 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * message.el (message-kill-buffer-query): Renamed from
4937         `message-kill-buffer-query-if-modified'.  Added :version.
4938
4939 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4942         window layout.
4943
4944 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * mml.el: Autoload dnd when compiling.
4947
4948 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4951         x-dnd-*.
4952
4953 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * qp.el (quoted-printable-encode-region): Save excursion.
4956
4957 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         * message.el (message-kill-buffer-query-if-modified): Add new variable
4960         so the user can kill a modified message buffer quickly.
4961         (message-kill-buffer): Use it.
4962
4963 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * lpath.el: Fbind display-time-event-handler; don't fbind
4966         string-to-multibyte.
4967
4968         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4969
4970 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4973         contained in text because xml.el decodes entities) with LFs.
4974
4975 2005-04-11  Lute Kamstra  <lute@gnu.org>
4976
4977         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4978         differently.
4979
4980 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4981
4982         * mm-util.el (mm-detect-coding-region): Typo.
4983
4984 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4987
4988 2005-04-06  D Goel  <deego@gnufans.org>
4989
4990         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4991         user-function allow user modifications of the scores.
4992         (spam-stat-score-buffer-user): New function, to allow
4993         user-computed modifications to the score.
4994         (spam-stat-score-buffer-user-functions): list of additional
4995         scoring functions
4996         (spam-stat-error-holder): global temporary error holder
4997         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4998         variable
4999
5000 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * gnus-registry.el (gnus-registry-clean-empty-function)
5003         (gnus-registry-trim, gnus-registry-fetch-groups)
5004         (gnus-registry-delete-group): Groups that match
5005         `gnus-registry-ignored-groups' are removed from the registry
5006         entries, not just ignored for splitting.  This helps clean up the
5007         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5008         to get all the groups a message ID is in.
5009
5010         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5011         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5012         (spam-stat-score-buffer-user-functions): Add :number custom type.
5013
5014 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5017         argument in XEmacs.
5018
5019         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5020         (nnrss-request-group): Decode group name first.
5021         (nnrss-request-article): Make a text/plain article if mml-to-mime
5022         failed.
5023         (nnrss-get-encoding): Return a compatible encoding according to
5024         nnrss-compatible-encoding-alist.
5025         (nnrss-find-el): Use consp instead of listp.
5026         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5027
5028 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5031         which Emacs 20 doesn't support.
5032         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5033
5034 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5037         silence the byte compiler inside the defun
5038
5039         * gnus-demon.el (parse-time-string): Add autoload.
5040
5041         * gnus-delay.el (parse-time-string): Add autoload.
5042
5043         * gnus-art.el (parse-time-string): Add autoload.
5044
5045         * nnultimate.el (parse-time): Require for `parse-time-string'.
5046
5047 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5050
5051         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5052
5053         * smime.el (smime-ldap-host-list): Add :version.
5054
5055 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5058         pass it to `gnus-browse-read-group'.
5059         (gnus-browse-read-group): Add NUMBER argument and pass it to
5060         `gnus-group-read-ephemeral-group'.
5061
5062         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5063         argument and pass it to `gnus-group-read-group'.
5064
5065 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5066
5067         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5068         mm-xemacs-find-mime-charset-1 if we have the mule feature
5069         available at runtime.
5070
5071 2005-03-25  Werner Lemberg  <wl@gnu.org>
5072
5073         * nnmaildir.el: Replace `illegal' with `invalid'.
5074
5075 2005-03-23  Lute Kamstra  <lute@gnu.org>
5076
5077         * time-date.el: Add comment on time value formats.
5078         Don't require parse-time.
5079         (with-decoded-time-value): New macro.
5080         (encode-time-value): New function.
5081         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5082         (days-to-time): Return a valid time value when arg is huge.
5083         (time-since): Use time-subtract.
5084         (time-to-number-of-days): Use time-to-seconds.
5085
5086 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5087
5088         * gnus-start.el (gnus-display-time-event-handler):
5089         Check display-time-timer at runtime rather than only at load time
5090         in case display-time-mode is turned off in the mean time.
5091
5092 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5095         used.
5096
5097         * nneething.el (nneething-map-file-directory): Derive from
5098         `gnus-directory'.
5099
5100         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5101         the To/Cc button.
5102
5103 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * nnmaildir.el (nnmaildir-request-accept-article):
5106         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5107
5108 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5109
5110         * gnus-async.el: Require timer-funcs at compile time when in
5111         XEmacs for `run-with-idle-timer'.
5112
5113 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5114
5115         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5116         autoloaded function.
5117
5118 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5119
5120         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5121
5122 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5123
5124         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5125
5126 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5129         gnus-expert-user to default.
5130
5131 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5132
5133         * nnimap.el (nnimap-open-server): Ditto.
5134
5135         * imap.el (imap-authenticate): Fix typo.
5136
5137 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5138
5139         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5140         buffer (since IMAP server might return FETCH response out of
5141         order, and the nntp buffer must be sorted).
5142
5143 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5144
5145         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5146         comparison on string.
5147
5148         * gnus-agent.el (gnus-agent-long-article,
5149         gnus-agent-short-article, gnus-agent-score): Renamed category
5150         keywords to match gnus-cus.
5151         (gnus-agent-summary-fetch-series): Modified to protect against
5152         gnus-agent-summary-fetch-group clearing processable flags.
5153         (gnus-agent-synchronize-group-flags): Update live group buffer as
5154         synchronization may occur due to the user toggle the plugged
5155         status.
5156         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5157         successfully downloaded.
5158         (gnus-agent-expire-group-1): Avoid using markers when the overview
5159         is in ascending order; greatly improves performance.
5160         (gnus-agent-regenerate-group): Use
5161         gnus-agent-synchronize-group-flags to reset read status in both
5162         gnus and server.
5163         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5164
5165 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * message.el: Don't autoload former message-utils variables.
5168         (message-strip-subject-trailing-was): Change doc string.
5169
5170         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5171         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5172         (nnweb-google-search): Add "hl=en" here.
5173         (nnweb-google-parse-1, nnweb-google-create-mapping):
5174         Don't hardcode URL.
5175
5176 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * message.el (message-get-reply-headers, message-followup):
5179         Mention related variables `message-use-followup-to' and
5180         `message-use-mail-followup-to', in the information buffer.
5181
5182         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5183         of broken groups(-beta).google.com.
5184
5185 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5188         parameter to invoked gnus-request-move-article; remove the
5189         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5190         all at once instead of once per article.
5191         (gnus-summary-remove-process-mark): Accept a list of articles as
5192         well as a single article for processing.
5193
5194         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5195         parameter.
5196
5197         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5198
5199         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5200
5201         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5202         parameter.
5203
5204         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5205         parameter.
5206
5207         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5208         parameter and remove the gnus-sum-hint-move-is-internal variable.
5209
5210         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5211         parameter.
5212
5213         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5214         parameter.
5215
5216         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5217         parameter.
5218
5219         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5220
5221         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5222         parameter.
5223
5224         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5225         parameter.
5226
5227 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5230         a more conservative way.
5231
5232 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5233
5234         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5235         buffer, so it moves the window's cursor.
5236
5237 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5238
5239         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5240         `mm-dissect-multipart' and receive the from field as an (optional)
5241         argument from `mm-dissect-multipart'.
5242         (mm-dissect-multipart): Receive the from field as an argument and
5243         pass it on when we call `mm-dissect-buffer' on MIME parts.
5244         Fixes verification/decryption of signed/encrypted MIME parts.
5245
5246 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5247
5248         * gnus-sum.el (gnus-summary-move-article): Set
5249         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5250         whatever it calls (right now, only nnimap-request-move article
5251         respects it).
5252
5253         * nnimap.el (nnimap-request-move-article): When
5254         gnus-sum-hint-move-is-internal is set, don't do the extra
5255         nnimap-request-article.
5256
5257 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5260
5261         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5262         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5263
5264         * gnus-sum.el (gnus-summary-caesar-message):
5265         Apply `gnus-treat-article' after rotation.
5266
5267         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5268         doc string.
5269
5270 2005-02-22  Simon Josefsson  <jas@extundo.com>
5271
5272         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5273         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5274         <arne@arnested.dk>.
5275         (encrypt): Add password-cache and password-cache-expiry as group
5276         members.
5277
5278 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5279
5280         * smime.el (smime-ldap-host-list): Doc fix.
5281         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5282         cache) password.
5283         (smime-sign-region): Use it.
5284         (smime-decrypt-region): Use it.
5285         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5286         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5287         fails.
5288         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5289         certificate from DER to PEM format rather than calling openssl.
5290
5291         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5292
5293         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5294         for signing/encryption.
5295
5296         * mml.el (mml-parse-1): Use them.
5297
5298 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5299
5300         * nnrss.el (nnrss-verbose): Removed.
5301         (nnrss-request-group): Use `nnheader-message' instead.
5302
5303 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5304
5305         * nnrss.el (nnrss-verbose): New variable.
5306         (nnrss-request-group): Make it say nnrss is requesting a group.
5307
5308 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5311         Handle news URL with given port correctly.
5312
5313 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5316         containing special characters.
5317
5318         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5319
5320         * mml.el (mime-to-mml): Ditto.
5321
5322         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5323         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5324         (rfc2047-decode-region): Quote decoded words containing special
5325         characters when rfc2047-quote-decoded-words-containing-tspecials
5326         is non-nil.
5327
5328 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5331
5332         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5333
5334 2005-02-15  Simon Josefsson  <jas@extundo.com>
5335
5336         * nnimap.el (nnimap-debug): Doc fix.
5337
5338         * imap.el (imap-debug): Doc fix.
5339
5340 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5343
5344 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5345
5346         * gnus.el (spam-contents): Improve docs for spam-contents
5347         parameter in its variable incarnation.
5348
5349 2005-02-14  Simon Josefsson  <jas@extundo.com>
5350
5351         * smime-ldap.el: Use require instead of load-library for ldap.
5352         (smime-ldap-search): Indent.
5353         (smime-ldap-search-internal): Shorten line.
5354
5355         * smime.el (smime-cert-by-dns): Add doc-string.
5356         (smime-cert-by-ldap-1): Indent.
5357
5358         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5359         mml-smime-get-dns-ldap.
5360         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5361
5362 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5363
5364         * smime.el: Require smime-ldap.
5365         (smime-ldap-host-list): New variable.
5366         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5367
5368         * mml-smime.el (mml-smime-encrypt-query): New function.
5369         (mml-smime-encrypt-query): Use it.
5370
5371         * smime-ldap.el: New file.
5372
5373 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5376
5377 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5380         argument in doc string.  Make query for type more clear.
5381
5382 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * gnus.el (gnus-group-startup-message): Search for gnus images in
5385         etc/images/gnus.
5386         * mm-util.el (mm-image-load-path): Likewise.
5387         * smiley.el (smiley-data-directory): Search for smilies in
5388         etc/images/smilies.
5389
5390 2005-02-09  Kim F. Storm  <storm@cua.dk>
5391
5392         Change Emacs release version from 21.4 to 22.1 throughout.
5393         Change Emacs development version from 21.3.50 to 22.0.50.
5394
5395 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5398
5399         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5400         non-Mule XEmacs as well.
5401         (mm-decompress-buffer): Signal an error intentionally if it does
5402         not decompress compressed data because auto-compression-mode is
5403         disabled.
5404
5405 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5408         an ID in the registry even if it has no groups.
5409
5410 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5413         merge it into mm-decompress-buffer.
5414         (gnus-mime-copy-part): Use the MIME part charset, the value which
5415         a user specified or gnus-newsgroup-charset for decoding, like
5416         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5417         save-buffer what was used.  Suggested by Kevin Ryde
5418         <user42@zip.com.au>.
5419         (gnus-mime-inline-part): Allow the name parameter as well as the
5420         filename parameter; force decompressing of compressed data; always
5421         display contents being not decoded as unibyte.
5422
5423         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5424         as well as the filename parameter.
5425
5426         * mm-util.el (mm-decompress-buffer): Merge
5427         gnus-mime-jka-compr-maybe-uncompress.
5428         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5429         of compressed data.
5430
5431 2005-02-08  Simon Josefsson  <jas@extundo.com>
5432
5433         * imap.el (imap-log): Doc fix.
5434
5435 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5438         the coding cookies; decompress compressed parts.
5439
5440         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5441         to the value which a user specified manually or the coding cookie.
5442
5443         * mm-util.el (mm-string-to-multibyte): New function.
5444         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5445         (mm-coding-system-to-mime-charset): New function.
5446         (mm-decompress-buffer): New function.
5447         (mm-find-buffer-file-coding-system): New function.
5448
5449         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5450         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5451         parts.
5452
5453 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5454
5455         * mm-view.el (mm-display-inline-fontify): Decode a part according
5456         to the charset parameter.
5457
5458 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5461         prefix arg is neither nil nor a number, as info specifies.
5462
5463 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5466         timestamps.
5467
5468 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5469
5470         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5471         groups error checking and notify user.
5472
5473 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5474
5475         * message.el (message-send-mail-function): Check existence of
5476         sendmail-program first before using default value
5477         `message-send-mail-with-sendmail'.  Otherwise use more generic
5478         `smtpmail-send-it'.
5479
5480 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * nntp.el (nntp-request-update-info): Always return nil.
5483
5484 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5485
5486         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5487
5488 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5489
5490         * message.el (message-beginning-of-line): Change the behavior when
5491         invoked between BOL and : so that it first moves backward.
5492
5493 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5496         article buffer when editing of the article is discarded.
5497         (gnus-article-prepare): Revert.
5498
5499 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-article-prepare):
5502         Remove message-strip-forbidden-properties from the local hook.
5503
5504 2005-01-27  Simon Josefsson  <jas@extundo.com>
5505
5506         * password.el (password-cache-add): Only start one timer per key.
5507         Reported by Derek Atkins <warlord@MIT.EDU>.
5508
5509 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5510
5511         * run-at-time.el: Removed.  It is no longer needed as
5512         timer-funcs.el in the xemacs-base package has a working version of
5513         `run-at-time'.
5514
5515         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5516
5517         * password.el: Require timer-funcs instead of run-at-time in
5518         XEmacs.
5519         Remove `password-run-at-time' macro.
5520         (password-cache-add): Use `run-at-time' instead of
5521         `password-run-at-time'.
5522
5523         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5524         Remove `nnheader-cancel-function-timers' alias,
5525         `cancel-function-timers' exists in XEmacs in timer-funcs.
5526
5527         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5528         for `run-with-idle-timer'.
5529
5530         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5531         for `run-at-time'.
5532
5533         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5534         for `with-timeout'.
5535
5536         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5537         the same as for XEmacs 21.4.
5538         No need to ignore `run-with-idle-timer', this function exists in
5539         XEmacs now in timer-funcs.el in the xemacs-base package.
5540         (dgnushack-compile): No need to delete
5541         run-at-time.el from the list of files to compile because it
5542         doesn't exist anymore.
5543
5544 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5547         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5548
5549 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5550
5551         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5552         sensitively.
5553
5554 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5555
5556         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5557
5558 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5561         which will be inserted according to the multibyteness of a buffer
5562         rather than the type of contents.  Suggested by ARISAWA Akihiro
5563         <ari@mbf.ocn.ne.jp>.
5564
5565         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5566         of string which old xml.el may return rather than a string.
5567
5568 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5571
5572 2005-01-16  Simon Josefsson  <jas@extundo.com>
5573
5574         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5575         idn/idna.el isn't available.
5576         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5577         <michael@waxrat.com>.
5578
5579         * hashcash.el: Remove non-FSF copyright header.
5580
5581         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5582         (hashcash-generate-payment): Use it.
5583         (hashcash-generate-payment-async): Use it.
5584
5585 2005-01-15  Simon Josefsson  <jas@extundo.com>
5586
5587         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5588         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5589
5590         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5591         gnus-summary-idna-message.
5592         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5593         (gnus-summary-idna-message): New function.
5594
5595 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5598         gnus-novice-user.
5599
5600 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * nnrss.el (nnrss-request-delete-group): Delete entries in
5603         nnrss-group-alist as well.
5604         (nnrss-save-server-data): Insert newline.
5605
5606 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * gnus.el (gnus-user-agent): Use list of symbols instead of
5609         symbols.  Display full version number for (S)XEmacs.  Optionally
5610         display (S)XEmacs codename.
5611
5612         * gnus-util.el (gnus-emacs-version): Update for new
5613         `gnus-user-agent'.
5614
5615         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5616         Gnus version.
5617
5618 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5619
5620         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5621         which is unreadable in some setups.
5622
5623 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-spec.el (gnus-update-format-specifications): Flush the
5626         group format spec cache if it doesn't support decoded group names.
5627
5628 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5631         to apply decay on score files matching a regexp.
5632
5633 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5636         compatibility in %g and %c.
5637
5638 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5641         name for only %g and %c.
5642         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5643         of gnus-tmp-group to decoded group name.
5644         (gnus-group-make-rss-group): Exclude `/'s from group names.
5645
5646 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * nnrss.el (nnrss-get-encoding): Fix regexp.
5649
5650 2004-12-27  Simon Josefsson  <jas@extundo.com>
5651
5652         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5653         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5654         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5655
5656 2004-12-17  Kim F. Storm  <storm@cua.dk>
5657
5658         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5659
5660         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5661
5662 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5663
5664         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5665
5666 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * nnrss.el: Require rfc2047 and mml.
5669         (nnrss-file-coding-system): New variable.
5670         (nnrss-format-string): Redefine it as an inline function.
5671         (nnrss-decode-group-name): New function.
5672         (nnrss-string-as-multibyte): Remove.
5673         (nnrss-retrieve-headers): Decode group name; don't use
5674         nnrss-format-string.
5675         (nnrss-request-group): Decode group name.
5676         (nnrss-request-article): Decode group name; allow a Message-ID as
5677         well as an article number; don't use nnrss-format-string; encode a
5678         Message-ID string which may contain non-ASCII characters; use
5679         mml-to-mime to compose a MIME article.
5680         (nnrss-request-expire-articles): Decode group name.
5681         (nnrss-request-delete-group): Decode group name.
5682         (nnrss-fetch): Clarify error message.
5683         (nnrss-read-server-data): Use insert-file-contents instead of load;
5684         bind file-name-coding-system; use multibyte buffer.
5685         (nnrss-save-server-data): Bind coding-system-for-write to the
5686         value of nnrss-file-coding-system; bind file-name-coding-system;
5687         add coding cookie.
5688         (nnrss-read-group-data): Use insert-file-contents instead of load;
5689         bind file-name-coding-system; use multibyte buffer.
5690         (nnrss-save-group-data): Bind coding-system-for-write to the
5691         value of nnrss-file-coding-system; bind file-name-coding-system.
5692         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5693         make it work with non-ASCII text.
5694         (nnrss-find-el): Make it work with old xml.el as well.
5695
5696 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5697
5698         * nnrss.el (nnrss-get-encoding): New function.
5699         (nnrss-fetch): Use unibyte buffer initially; bind
5700         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5701         decode contents according to the encoding attribute.
5702         (nnrss-save-group-data): Add coding cookie.
5703         (nnrss-mime-encode-string): New function.
5704         (nnrss-check-group): Use it to encode subject and author.
5705
5706 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
5709         imaginary variable.
5710
5711 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5714         correctly even if there are wide characters.
5715
5716 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
5719         downcased symbol names; make a new cache instead of reusing
5720         bbdb-hashtable.
5721
5722 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5725         concatenating segments rather than before concatenating them.
5726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5727
5728         * message.el (message-get-reply-headers): Bind `extra'.
5729
5730 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * message.el (message-extra-wide-headers): New variable.
5733         (message-get-reply-headers): Use it.
5734
5735 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5738         (gnus-agent-group-pathname): Ditto.
5739
5740         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5741
5742         * gnus-group.el (gnus-group-make-group): Decode group name.
5743         (gnus-group-make-rss-group): Register the group data after opening
5744         the nnrss group.
5745
5746 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5747
5748         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5749         by expiry now get marked as read.
5750
5751 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5754
5755 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5756
5757         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5758         unify Latin characters in XEmacs.
5759         (mm-find-mime-charset-region): Use it.
5760
5761 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-util.el (gnus-delete-directory): New function.
5764
5765         * gnus-agent.el (gnus-agent-delete-group): Use it.
5766
5767         * gnus-cache.el (gnus-cache-delete-group): Use it.
5768
5769 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5772         names.
5773
5774 2004-12-16  Simon Josefsson  <jas@extundo.com>
5775
5776         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5777
5778 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5781
5782         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5783         (gnus-group-set-current-level): Decode group name.
5784
5785 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5786
5787         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5788         failed.
5789
5790 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-group.el (gnus-group-delete-group): Decode group name.
5793         (gnus-group-make-rss-group): Encode group name.
5794         (gnus-group-catchup-current): Decode group name.
5795         (gnus-group-kill-group): Decode group name.
5796
5797 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5800
5801 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-group.el (gnus-group-make-rss-group):
5804         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5805
5806         * gnus-start.el (gnus-setup-news): Honor user's setting to
5807         gnus-message-archive-method.  Suggested by Lute Kamstra
5808         <lute@gnu.org>.
5809
5810 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5811
5812         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5813         global counterparts of the buffer-local variables.
5814
5815 2004-11-16  Romain Francoise  <romain@orebokech.com>
5816
5817         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5818         counterparts of the buffer-local variables.
5819
5820 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * message.el (message-forbidden-properties): Fixed typo in doc
5823         string.
5824
5825 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5826
5827         * gnus-util.el (gnus-replace-in-string): Added doc string.
5828
5829         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5830         to avoid problems when splitting mails with many recipients.
5831
5832 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5833
5834         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5835         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5836
5837 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5838
5839         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5840         if there is no hashtable in memory or file modification time is
5841         newer than cached timestamp.
5842
5843 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5846         not-matching option.
5847
5848 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5851         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5852         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5853         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5854         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5855         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5856
5857 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * message.el (message-forward-make-body-mml): Remove headers
5860         according to message-forward-ignored-headers if a message is decoded.
5861
5862 2004-12-02  Romain Francoise  <romain@orebokech.com>
5863
5864         * message.el (message-forward-make-body-plain): Always remove
5865         headers according to message-forward-ignored-headers.
5866
5867 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5868
5869         * spam.el (spam-summary-prepare-exit): Remove the
5870         gnus-summary-limit pop for now, it has problems with ham marks for
5871         me.
5872
5873 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
5876         correctly.
5877
5878 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5879
5880         * format-spec.el (format-spec): Message the char.
5881
5882 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * gnus-art.el (gnus-split-methods): Reformat comments.
5885
5886         * spam.el (spam-summary-prepare-exit): Remove article limits
5887         before exiting the summary buffer.
5888
5889 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5892         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5893
5894         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5895         order to silence the byte compiler.
5896
5897         * spam.el: Fix the way to silence the byte compiler, which
5898         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5899         bbdb-search-simple, spam-BBDB-register-routine,
5900         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5901         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5902         spam-stat-buffer-is-spam, spam-stat-load,
5903         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5904         spam-stat-save and spam-stat-split-fancy.
5905
5906 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5909         which may confuse users.
5910         (canlock-password-for-verify): Ditto.
5911
5912         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5913
5914         * gnus-art.el (gnus-emphasis-alist): Ditto.
5915
5916         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5917
5918         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5919
5920         * gnus-start.el (gnus-save-killed-list): Ditto.
5921
5922         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5923         (gnus-sum-thread-tree-root): Ditto.
5924         (gnus-sum-thread-tree-false-root): Ditto.
5925         (gnus-sum-thread-tree-single-indent): Ditto.
5926
5927         * message.el (message-courtesy-message): Ditto.
5928         (message-archive-note): Ditto.
5929         (message-subscribed-address-file): Ditto.
5930         (message-user-fqdn): Ditto.
5931
5932         * spam-report.el (spam-report-gmane-regex): Ditto.
5933
5934         * spam.el (spam-blackhole-good-server-regex): Ditto.
5935
5936 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * mml.el (mml-preview): Widen the message buffer before copying
5939         the contents to the preview buffer; sort headers before previewing.
5940
5941         * message.el (message-hidden-headers): Fix the way to avoid a bug
5942         in the `repeat' widget in Emacs 21.3 or earlier.
5943
5944 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * message.el (message-hidden-headers): Default to "^References:".
5947         Improve customization type.  Suggested by Reiner Steib
5948         <Reiner.Steib@gmx.de>.
5949
5950 2004-11-25  Romain Francoise  <romain@orebokech.com>
5951
5952         * message.el (message-strip-forbidden-properties): Remove check for
5953         obsolete `message-hidden' text property, hidden headers are not
5954         accessible in the buffer anymore.
5955
5956 2004-11-22  Romain Francoise  <romain@orebokech.com>
5957
5958         * message.el (message-header-format-alist): Add `From' in list
5959         so that it can be sorted.
5960         (message-fix-before-sending): Widen and sort headers before
5961         sending.
5962         (message-hide-headers): Use narrowing to hide headers by moving
5963         them to the top of the buffer and narrowing to the region
5964         underneath.
5965
5966 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967
5968         * message.el (message-strip-forbidden-properties): Bind
5969         buffer-read-only (etc) to nil.
5970
5971 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5974         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5975
5976 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5977
5978         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5979
5980 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * dns.el (query-dns): Use sit-for to time instead of
5983         accept-process-output, since that doesn't seem to work on udp
5984         sockets.
5985
5986 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5989
5990 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5991
5992         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5993         doc string.  Improve doc string.
5994
5995 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * nntp.el (nntp-request-update-info): Return nil if
5998         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5999         may not call gnus-activate-group which uselessly issues the GROUP
6000         commands for all nntp groups and wastes time.  Reported by Romain
6001         Francoise <romain@orebokech.com>.
6002
6003         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6004
6005 2004-11-15  Simon Josefsson  <jas@extundo.com>
6006
6007         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6008         headers separately.
6009         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6010         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6011
6012 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-start.el (gnus-convert-old-newsrc):
6015         Assign legacy-gnus-agent to 5.10.7.
6016
6017 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6020         start of the lines.
6021
6022 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6023
6024         * hashcash.el (hashcash-default-payment): Change default to 20
6025         (hashcash-default-accept-payment): Change default to 20
6026         (hashcash-process-alist): New variable
6027         (hashcash-generate-payment-async): Add
6028         (hashcash-already-paid-p): Add
6029         (hashcash-insert-payment): Don't generate payments twice
6030         (hashcash-insert-payment-async): Add
6031         (hashcash-insert-payment-async-2): Add
6032         (hashcash-cancel-async): Add
6033         (hashcash-wait-async): Add
6034         (hashcash-processes-running-p): Add
6035         (hashcash-wait-or-cancel): Add
6036         (mail-add-payment): New optional argument.  Conditionally start
6037         asynchronous calculation.
6038         (mail-add-payment-async): Add
6039
6040         * message.el (message-send-mail): Wait for asynchronous hashcash
6041         results.  Don't clobber existing X-Hashcash headers.
6042         (message-setup-1): Call mail-add-payment-async when
6043         message-generate-hashcash is non-nil.
6044
6045 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6046
6047         * message.el (message-use-alternative-email-as-from): Examine the
6048         From header as well; use message-make-from in order to include a
6049         user's full name.
6050
6051 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6054         default; improve customization type.
6055         (gnus-emphasis-custom-with-format): New macro.
6056         (gnus-emphasis-custom-value-to-external): New function.
6057         (gnus-emphasis-custom-value-to-internal): New function.
6058
6059 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * dns.el (query-dns): Resolve reverse addresses.
6062
6063 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-group.el (gnus-group-get-new-news): Use it.
6066
6067         * gnus-start.el (gnus-check-reasonable-setup): New function.
6068
6069 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6072         "Args out of range" error.  Reported by Arnaud Giersch
6073         <arnaud.giersch@free.fr>.
6074
6075 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6076
6077         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6078
6079 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6080
6081         * spam.el (spam group): Add :version.
6082
6083         * pgg-def.el (pgg group): Add :version.
6084
6085 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-art.el (gnus-article-edit-article): Don't associate the
6088         article buffer with a draft file.  This is a temporary measure
6089         against the 2004-08-22 change to gnus-article-edit-mode.
6090
6091 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6094         (html2text-format-tags): Remove unused variable `attr'.
6095
6096 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6099
6100         * tls.el (tls-process-connection-type, tls-success)
6101         (tls-certtool-program): Add :version.
6102
6103         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6104         (starttls-extra-arguments, starttls-process-connection-type)
6105         (starttls-connect, starttls-failure, starttls-success):
6106
6107         * spam-stat.el (spam-stat): Add :version.
6108
6109         * sieve.el (sieve): Add :version.
6110
6111         * sha1.el (sha1): Add :version.
6112         (sha1-use-external): Remove redundant version.
6113
6114         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6115         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6116         (nnmail-split-fancy-match-partial-words)
6117         (nnmail-split-lowercase-expanded):
6118
6119         * nndiary.el (nndiary): Add :version.
6120
6121         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6122
6123         * mml-sec.el (mml-default-sign-method)
6124         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6125         Add :version.
6126
6127         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6128
6129         * mm-url.el (mm-url-use-external, mm-url-program)
6130         (mm-url-arguments): Add :version.
6131
6132         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6133         (mm-attachment-file-modes, mm-decrypt-option)
6134         (mm-w3m-safe-url-regexp): Add :version.
6135
6136         * message.el (message-cite-prefix-regexp)
6137         (message-sendmail-envelope-from, message-minibuffer-local-map)
6138         (message-user-fqdn, message-completion-alist): Add :version.
6139
6140         * gnus-win.el (gnus-configure-windows-hook)
6141         (gnus-use-frames-on-any-display): Add :version.
6142
6143         * gnus-art.el (gnus-article-address-banner-alist)
6144         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6145         (gnus-treat-from-picon, gnus-treat-mail-picon)
6146         (gnus-treat-x-pgp-sig): Add :version.
6147
6148         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6149         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6150         (gnus-summary-article-delete-hook)
6151         (gnus-summary-display-while-building): Add :version.
6152
6153         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6154         (gnus-get-top-new-news-hook):Add :version.
6155
6156         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6157         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6158
6159         * gnus-registry.el (gnus-registry): Add :version.
6160
6161         * gnus-spec.el (gnus-use-correct-string-widths)
6162         (gnus-make-format-preserve-properties): Add :version.
6163
6164         * gnus.el (gnus-group-charter-alist)
6165         (gnus-group-fetch-control-use-browse-url)
6166         (gnus-install-group-spam-parameters): Add :version.
6167
6168         * gnus-diary.el (gnus-diary): Add :version.
6169
6170         * gnus-delay.el (gnus-delay): Add :version.
6171
6172         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6173         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6174         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6175         Add :version.
6176
6177         * gnus-agent.el (gnus-agent-max-fetch-size)
6178         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6179         (gnus-agent-prompt-send-queue): Add :version.
6180
6181         * deuglify.el (gnus-outlook-deuglify): Add :version.
6182
6183         * html2text.el: Beautify code.  Improve doc strings.  Some
6184         checkdoc cleanup.
6185         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6186
6187 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6188
6189         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6190
6191 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6194         when package is loaded.
6195
6196         * spam.el (spam-summary-score-preferred-header): Add global preference
6197         for people who want to override the default SpamAssassin over
6198         Bogofilter preference (when both are set).
6199         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6200         (spam-user-format-function-S): Check
6201         spam-summary-score-preferred-header.
6202         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6203         (spam-user-format-function-S): Format the score correctly.
6204
6205 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6208         signature file.  Suggested by Manoj Srivastava
6209         <srivasta@golden-gryphon.com>.
6210
6211         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6212         iso-2022-jp even in the Japanese language environment.
6213         Suggested by Jason Rumney <jasonr@gnu.org>.
6214
6215 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6218         use the same characters as the dummy marks; make it free from
6219         getting affected by the language environment.
6220         (gnus-summary-read-group-1): Update mark positions only when the
6221         format spec is updated.
6222
6223         * gnus-spec.el (gnus-update-format-specifications): Return a list
6224         of updated types.
6225
6226 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6229         of boundp to check if display-warning is available.
6230
6231 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6234
6235 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * nnspool.el (nnspool-spool-directory): Use news-path if the
6238         news-directory variable is not bound.
6239
6240         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6241         function instead of display-warning if it is not available.
6242
6243 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6246         v5-10: Use `point-at-bol'.
6247
6248 2004-10-26  Simon Josefsson  <jas@extundo.com>
6249
6250         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6251         <chenggao@gmail.com>.
6252
6253 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6256         instead.
6257
6258 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6261         to remove a server from the nnimap-server-buffer-alist.
6262         (nnimap-open-connection, nnimap-close-server): Use it.
6263
6264         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6265
6266 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6269         running the major-mode function.
6270
6271 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6274         dummy marks in the right way.
6275
6276 2004-10-18  David Edmondson  <dme@dme.org>
6277
6278         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6279         excessively.
6280
6281 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-util.el (gnus-split-references): Accept a nil references
6284         string and go on blissfully.
6285
6286         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6287         cases where the references string is non-nil but has no references.
6288
6289         * encrypt.el: Add autoload tags.
6290
6291         * spam.el (spam-resolve-registrations-routine): Remove article
6292         from unregistration list too.  Reported by David Hanak
6293         <dhanak@isis.vanderbilt.edu>
6294
6295 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6298         nil.  Changed custom type.
6299
6300 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6303
6304         * gnus-sum.el (gnus-summary-move-article): Use it.
6305
6306 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6307
6308         * encrypt.el: Add autoload cookies.
6309
6310         * spam.el (spam-backend-article-list-property)
6311         (spam-backend-get-article-todo-list)
6312         (spam-backend-put-article-todo-list, )
6313         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6314         Resolve registrations separately.
6315         (spam-register-routine): Format comments.
6316         (spam-unregister-routine, spam-register-routine): Always call with
6317         specific-articles, no default list.
6318         (spam-summary-prepare-exit): Use the spam-classifications function.
6319
6320         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6321         gnus-encrypt.el.
6322
6323         * encrypt.el: copied from gnus-encrypt.el
6324
6325         * gnus-encrypt.el: commented that it's obsolete
6326
6327 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6330         (gnus-score-save): Use it.
6331
6332         * message.el (message-bury): Use `window-dedicated-p'.
6333
6334 2004-10-15  Simon Josefsson  <jas@extundo.com>
6335
6336         * pop3.el (top-level): Don't require nnheader.
6337         (pop3-read-timeout): Add.
6338         (pop3-accept-process-output): Add.
6339         (pop3-read-response, pop3-retr): Use it.
6340
6341 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6342
6343         * spam.el (spam-register-routine): Move comment.
6344         (spam-verify-bogofilter): Use 'unknown for the initial
6345         spam-bogofilter-valid state, not 'never.
6346
6347         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6348         for netrc-machine.
6349
6350         * nnimap.el (nnimap-open-connection): Use
6351         netrc-machine-user-or-password.
6352
6353 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6354
6355         * gnus-registry.el (gnus-registry-unload-hook):
6356         Set as a variable with add-hook.
6357
6358         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6359         of news-path.
6360
6361         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6362
6363         * spam.el: Delete duplicate `provide'.
6364         (spam-unload-hook): Set as a variable with add-hook.
6365
6366 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6369         in the doc string.
6370
6371         * message.el (message-ignored-news-headers)
6372         (message-ignored-supersedes-headers)
6373         (message-ignored-resent-headers)
6374         (message-forward-ignored-headers): Improve custom type.
6375
6376 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * message.el (message-tokenize-header): Fix 2004-09-06 change
6379         which used point-min in the wrong place.
6380
6381 2004-10-12  Simon Josefsson  <jas@extundo.com>
6382
6383         * net/tls.el (tls-certtool-program): New variable.
6384         (tls-certificate-information): New function, based on
6385         ssl-certificate-information.
6386
6387 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * compface.el: Move the version of ELisp-based uncompface program
6390         to the contrib directory because of the copyright problem.
6391
6392 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * message.el (message-kill-buffer): Raise the current frame.
6395
6396 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6399
6400         * gnus.el (message-y-or-n-p): Autoload.
6401
6402         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6403         (pop3-password-required, pop3-authentication-scheme)
6404         (pop3-leave-mail-on-server): Made customizable.
6405         (pop3): New custom group.
6406         (pop3-retr): Remove `sleep-for' statements.
6407         Suggested by Dave Love <fx@gnu.org>.
6408
6409         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6410         Windows/DOS.
6411
6412         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6413         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6414         Dave Love <fx@gnu.org>.
6415
6416         * mml.el (mml-minibuffer-read-disposition): Require match.
6417         Suggested by Dave Love <fx@gnu.org>.
6418
6419 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6422         doc string.
6423
6424 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6427
6428 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6429
6430         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6431         instead of calling `mm-insert-inline', to decode text/* parts
6432         before displaying them.
6433
6434 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * mm-uu.el (mm-uu-text-plain-type): New variable.
6437         (mm-uu-pgp-signed-extract-1): Use it.
6438         (mm-uu-pgp-encrypted-extract-1): Use it.
6439         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6440         bind mm-uu-text-plain-type with that value.
6441         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6442         mm-uu-dissect.
6443
6444 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-group.el (gnus-update-group-mark-positions):
6447         * gnus-sum.el (gnus-update-summary-mark-positions):
6448         * message.el (message-check-news-body-syntax):
6449         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6450         of string-as-multibyte.
6451
6452 2004-10-05  Juri Linkov  <juri@jurta.org>
6453
6454         * gnus-group.el (gnus-update-group-mark-positions):
6455         * gnus-sum.el (gnus-update-summary-mark-positions):
6456         * message.el (message-check-news-body-syntax):
6457         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6458         8-bit unibyte values to a multibyte string for search functions.
6459
6460 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6463         (mm-uu-dissect-text-parts): New function.
6464
6465         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6466         dissect text parts.
6467
6468         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6469         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6470
6471         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6472
6473         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6474         gnus-current-topics instead of gnus-current-topic.
6475
6476 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6477
6478         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6479
6480 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6481
6482         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6483         where approriate.
6484
6485         * nnml.el (nnml-generate-active-info): do.
6486
6487         * nndiary.el (nndiary-generate-active-info): do.
6488
6489         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6490         (gnus-topic-move): do.
6491
6492         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6493         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6494
6495         * gnus-srvr.el (gnus-server-prepare)
6496         (gnus-server-open-all-servers): do.
6497
6498         * gnus-msg.el (gnus-summary-cancel-article)
6499         (gnus-summary-resend-message)
6500         (gnus-summary-mail-crosspost-complaint): do.
6501
6502         * gnus-move.el (gnus-change-server): do.
6503
6504         * gnus-group.el (gnus-group-unmark-all-groups)
6505         (gnus-group-set-current-level): do.
6506
6507 2004-10-04  Simon Josefsson  <jas@extundo.com>
6508
6509         * message.el (message-generate-hashcash): Doc fix.
6510
6511 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6512
6513         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6514         avoid infinite recursion via gnus-get-function.
6515
6516 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6517
6518         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6519
6520         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6521
6522         * nnmail.el (nnmail-split-history): do.
6523
6524         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6525         (nnml-request-delete-group): do.
6526
6527         * nnslashdot.el (nnslashdot-read-groups): do.
6528
6529         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6530         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6531
6532         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6533         (nnspool-sift-nov-with-sed): Use last
6534         (nnspool-retrieve-headers-with-nov): Use mapc.
6535         (nnspool-request-newgroups): Use dolist.
6536         (nnspool-request-group): Use last.
6537
6538         * nntp.el (nntp-read-server-type): Use dolist.
6539
6540         * nnvirtual.el (nnvirtual-create-mapping)
6541         (nnvirtual-update-read-and-marked): Use dolist.
6542         (nnvirtual-convert-headers): Simplify.
6543
6544 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6545
6546         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6547         support for sync'ing tick marks.
6548
6549 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6552         there's no visible header.
6553
6554 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6555
6556         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6557         necessary, pass full group name to gnus-request-set-marks.
6558
6559 2004-10-01  Simon Josefsson  <jas@extundo.com>
6560
6561         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6562         acroread.
6563
6564 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * spam-report.el (spam-report-gmane): Fix interactive.
6567
6568         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6569
6570         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6571         when writing file.
6572         (gnus-agent-synchronize-flags): Don't default to being
6573         interactive.
6574
6575 2004-09-30  Simon Josefsson  <jas@extundo.com>
6576
6577         * message.el (message-generate-hashcash): Add.
6578         (message-send-mail): Use it, call mail-add-payment.
6579
6580 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6583
6584 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6585
6586         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6587         gnus-requst-update-info with explicit code to sync the in-memory
6588         info read flags with the marks being sync'd to the backend.
6589
6590         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6591
6592 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6593
6594         * spam.el (spam-verify-bogofilter): Add new function.
6595         (spam-check-bogofilter)
6596         (spam-bogofilter-register-with-bogofilter): Use it.
6597         (spam-verify-bogofilter): Add small fixes.
6598
6599 2004-09-28  Simon Josefsson  <jas@extundo.com>
6600
6601         * hashcash.el (hashcash-generate-payment): Revert.
6602
6603 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6604
6605         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6606         gnus-extract-references instead of gnus-split-references.
6607
6608         * gnus-util.el (gnus-extract-references): Add new function, analogous
6609         to gnus-split-references but extracts only the message-ID without
6610         anything extra.
6611
6612         * hashcash.el (hashcash-generate-payment)
6613         (hashcash-check-payment): Do the right thing if hashcash-path is
6614         nil (because the hashcash program could not be found).
6615
6616         * spam.el (spam-use-hashcash): Remove comment.
6617
6618 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6619
6620         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6621         (gnus-cache-enter-article, gnus-cache-remove-article)
6622         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6623
6624         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6625
6626         * gnus-art.el (article-hide-boring-headers)
6627         (article-translate-strings, article-display-face)
6628         (gnus-article-mime-match-handle-first)
6629         (gnus-article-highlight-headers)
6630         (gnus-article-add-buttons-to-head): do.
6631
6632 2004-09-27  Simon Josefsson  <jas@extundo.com>
6633
6634         * hashcash.el: New version, from
6635         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6636         ../contrib/.
6637
6638 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6641
6642 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6643
6644         * gnus-dup.el (gnus-dup-open): Use mapc.
6645         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6646
6647         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6648         Reported by Stefan Wiens <s.wi@gmx.net>.
6649
6650         * gnus.el (gnus-shutdown): Use dolist.
6651
6652         * gnus-undo.el (gnus-undo): Use mapc.
6653
6654         * nnrss.el (nnrss-generate-active): do.
6655
6656         * message.el (message-cite-original-without-signature)
6657         (message-cite-original): Use mapc.
6658         (message-do-actions, message-make-forward-subject): Use dolist.
6659
6660 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6661
6662         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6663         deletion to remove entire duplicate line.  Fixes merged article
6664         number bug.
6665
6666 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6667
6668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6669         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6670         first ask if you want to open a server and then, even when you
6671         responded with no, asking if you want to synchronize the server's
6672         flags.
6673         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6674         multi-line expressions.
6675         (gnus-agent-synchronize-group-flags): New internal function.
6676         Updates marks in memory (in the info structure) AND in the
6677         backend.
6678
6679         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6680
6681         * nnagent.el (nnagent-request-set-mark): Use
6682         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6683         method, to ensure that synchronization updates marks in the
6684         backend and in the info (in memory) structure.
6685
6686 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6689         convention fully; don't miss the root article of a thread; make
6690         the X-Draft-From header with correct article numbers.
6691
6692 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6693
6694         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6695         unless plugged.  Disable the agent so that an open failure causes
6696         an error.
6697
6698         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6699         Reverted 2004-09-21 change.  The backend must be opened while
6700         synchronizing flags even when the backend stores the flags
6701         locally.
6702
6703 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6706         in `header' match.  Reported by Svend Tollak Munkejord.
6707
6708         * message.el (message-cite-original): Fix use of
6709         `message-cite-articles-with-x-no-archive'.
6710
6711 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6714         (gnus-window-to-buffer): Ditto.
6715
6716         * mml.el (mml-preview-buffer): New variable.
6717         (mml-preview): Manage window layout with gnus-buffer-configuration.
6718
6719         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6720         X-Draft-From header even if those articles aren't quoted.
6721
6722 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6723
6724         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6725         (gnus-request-set-mark, gnus-request-update-mark): Use new
6726         g-s-t-u-l-m to decide to use backend even when unplugged.
6727
6728 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6731         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6732
6733 2004-09-20  Simon Josefsson  <jas@extundo.com>
6734
6735         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6736         "utf-16-le".
6737
6738 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6739
6740         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6741
6742 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * uudecode.el (uudecode-use-external): Add :version.
6745
6746         * smime.el (smime-CA-file, smime-encrypt-cipher)
6747         (smime-dns-server): Add :version.
6748
6749         * smiley.el (gnus-smiley-file-types): Add :version.
6750
6751         * sha1.el (sha1-use-external): Add :version.
6752
6753         * pgg-def.el (pgg-query-keyserver): Add :version.
6754
6755         * nnmail.el (nnmail-fancy-expiry-targets)
6756         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6757
6758         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6759         (nnimap-retrieve-groups-asynchronous): Add :version.
6760         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6761
6762         * mml.el (mml-content-disposition-parameters)
6763         (mml-insert-mime-headers-always): Add :version.
6764
6765         * mm-util.el (mm-coding-system-priorities):
6766
6767         * mm-decode.el (mm-inline-text-html-with-images)
6768         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6769         (mm-verify-option): Add :version.
6770         (mm-text-html-renderer): Change :version.
6771
6772         * message.el (message-fcc-externalize-attachments)
6773         (message-required-headers, message-draft-headers)
6774         (message-subject-trailing-was-query)
6775         (message-subject-trailing-was-ask-regexp)
6776         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6777         (message-mark-insert-end, message-archive-header)
6778         (message-archive-note, message-cross-post-default)
6779         (message-cross-post-note, message-followup-to-note)
6780         (message-cross-post-note-function, message-use-mail-followup-to)
6781         (message-subscribed-address-functions)
6782         (message-subscribed-address-file, message-subscribed-addresses)
6783         (message-subscribed-regexps, message-allow-no-recipients)
6784         (message-yank-cited-prefix, message-signature-insert-empty-line)
6785         (message-hidden-headers, message-hierarchical-addresses)
6786         (message-mail-user-agent, message-use-idna)
6787         (message-valid-fqdn-regexp)
6788         (message-strip-special-text-properties, message-header-synonyms)
6789         (message-beginning-of-line, message-tab-body-function): Add :version.
6790         (message-insert-canlock, message-wide-reply-confirm-recipients):
6791         Change :version.
6792
6793         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6794         and :version.
6795         (mail-source-delete-old-incoming-confirm)
6796         (mail-source-movemail-program): Add :version.
6797
6798         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6799         (gnus-agent-cache, gnus-agent): Change :version.
6800
6801         * gnus-util.el (gnus-use-byte-compile): Change :version.
6802
6803         * gnus-sum.el (gnus-summary-make-false-root-always)
6804         (gnus-summary-default-high-score)
6805         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6806         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6807         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6808         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6809         (gnus-sum-thread-tree-single-indent)
6810         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6811         (gnus-sum-thread-tree-leaf-with-other)
6812         (gnus-sum-thread-tree-single-leaf): Add :version.
6813         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6814         (gnus-article-loose-mime): Change :version.
6815
6816         * gnus-start.el (gnus-backup-startup-file)
6817         (gnus-save-startup-file-via-temp-buffer): Add :version.
6818
6819         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6820         (gnus-server-offline-face): Add :version.
6821
6822         * gnus-score.el (gnus-adaptive-word-length-limit):
6823
6824         * gnus-msg.el (gnus-gcc-externalize-attachments)
6825         (gnus-debug-files, gnus-debug-exclude-variables)
6826         (gnus-discouraged-post-methods): Change :version.
6827         (gnus-confirm-mail-reply-to-news)
6828         (gnus-confirm-treat-mail-like-news): Add :version.
6829
6830         * gnus-int.el (gnus-server-unopen-status): Add :version.
6831
6832         * gnus-group.el (gnus-group-jump-to-group-prompt)
6833         (gnus-large-ephemeral-newsgroup)
6834         (gnus-fetch-old-ephemeral-headers): Add :version.
6835
6836         * gnus-fun.el (gnus-x-face-directory)
6837         (gnus-convert-pbm-to-x-face-command)
6838         (gnus-convert-image-to-x-face-command)
6839         (gnus-convert-image-to-face-command): Add :version.
6840
6841         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6842
6843         * gnus-cite.el (gnus-cite-blank-line-after-header)
6844         (gnus-article-boring-faces):
6845
6846         * gnus-art.el (gnus-buttonized-mime-types)
6847         (gnus-inhibit-mime-unbuttonizing)
6848         (gnus-treat-display-face)
6849         (gnus-treat-body-boundary): Change :version.
6850         (gnus-body-boundary-delimiter, gnus-picon-databases)
6851         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6852         (gnus-treat-date-english, gnus-treat-fold-headers)
6853         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6854         (gnus-treat-mail-picon, gnus-treat-wash-html)
6855         (gnus-article-encrypt-protocol)
6856         (gnus-use-idna, gnus-article-over-scroll)
6857         (gnus-mime-display-multipart-alternative-as-mixed)
6858         (gnus-mime-display-multipart-related-as-mixed)
6859         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6860         (gnus-ctan-url, gnus-button-ctan-handler)
6861         (gnus-button-handle-ctan-bogus-regexp)
6862         (gnus-button-ctan-directory-regexp)
6863         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6864         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6865         (gnus-button-man-level, gnus-button-emacs-level)
6866         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6867
6868         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6869         (gnus-agent-go-online): Change :version.
6870         (gnus-agent-expire-unagentized-dirs)
6871         (gnus-agent-auto-agentize-methods): Add :version.
6872
6873         * flow-fill.el (fill-flowed-display-column)
6874         (fill-flowed-encode-column): Add :version.
6875
6876         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6877         (gnus-outlook-deuglify-unwrap-max)
6878         (gnus-outlook-deuglify-cite-marks)
6879         (gnus-outlook-deuglify-unwrap-stop-chars)
6880         (gnus-outlook-deuglify-no-wrap-chars)
6881         (gnus-outlook-deuglify-attrib-cut-regexp)
6882         (gnus-outlook-deuglify-attrib-verb-regexp)
6883         (gnus-outlook-deuglify-attrib-end-regexp)
6884         (gnus-outlook-display-hook): Add :version.
6885
6886         * binhex.el (binhex-use-external): Add :version.
6887
6888 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6891         and `invisible'.
6892
6893 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6894
6895         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
6896         in gnus-registry-trim.
6897
6898 2004-09-13  Simon Josefsson  <jas@extundo.com>
6899
6900         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6901
6902         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6903
6904         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6905         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6906         <yamaoka@jpl.org>.
6907         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6908         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6909         <yamaoka@jpl.org>.
6910
6911         * sieve.el (sieve-manage-mode): Ditto.
6912
6913 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6916
6917 2004-09-11  Simon Josefsson  <jas@extundo.com>
6918
6919         * dns-mode.el: Add.
6920
6921         * mm-view.el (mm-display-dns-inline): Add.
6922
6923         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6924         (mm-automatic-display): Ditto.
6925
6926         * mailcap.el (mailcap-mime-data): Add text/dns.
6927         (mailcap-mime-extensions): Map .soa to text/dns.
6928
6929 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6930
6931         * gnus-art.el (article-decode-mime-words, article-babel)
6932         (gnus-article-highlight-signature, gnus-article-add-buttons)
6933         (gnus-signature-toggle): Remove unnecessary bindings of
6934         `inhibit-read-only' inherited from v5.10 merge.
6935
6936 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * nntp.el (nntp): New customization group.
6939         (nntp-authinfo-file): Add customization group.
6940
6941         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6942
6943         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6944
6945         * gnus.el (to-address, to-list, subscribed)
6946         (large-newsgroup-initial): Ditto.
6947
6948         * flow-fill.el (fill-flowed-display-column)
6949         (fill-flowed-encode-column): Ditto.
6950
6951 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6952
6953         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6954         Use point-min rather than 1.
6955         (message-send-mail): Use buffer-size rather than point-max.
6956
6957         * gnus-sum.el (gnus-summary-search-article-forward):
6958         Signal a specific `search-failed' rather than a generic `error'.
6959
6960         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6961         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6962         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6963
6964 2004-09-10  Simon Josefsson  <jas@extundo.com>
6965
6966         * nndb.el (require): Remove tcp and duplicate cl.
6967
6968 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * gnus-agent.el (directory-files-and-attributes): Move forward.
6971
6972 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6973
6974         * gnus-agent.el (directory-files-and-attributes): Optionally
6975         defined to support XEmacs.
6976
6977 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6978
6979         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6980         to avoid run-time CL dependencies.
6981         (gnus-agent-unfetch-articles): New function.
6982         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6983         article numbers even when local .overview file is missing.
6984         (gnus-agent-read-article-number): New function. Only accepts
6985         27-bit article numbers.
6986         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6987         gnus-agent-read-article-number.
6988         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6989         from backend while recognizing that article numbers in .overview
6990         must be valid.
6991         (gnus-agent-update-files-total-fetched-for): Use
6992         directory-files-and-attributes to improve performance.
6993         * gnus-int.el (gnus-request-move-article): Use
6994         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6995         improve performance.
6996
6997         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6998         some users confused by references to .newsrc when they only have a
6999         .newsrc.eld file.
7000         (gnus-convert-mark-converter-prompt,
7001         gnus-convert-converter-needs-prompt): Fixed use of property list.
7002         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7003         New function. Used internally to only display 'gnus converting
7004         files' message when actually necessary.
7005
7006         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7007         methods now autoloaded.
7008
7009 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7012         identifiers.
7013
7014 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus-picon.el: Fix indentation and closing parenthesis.
7017
7018 2004-09-01  Simon Josefsson  <jas@extundo.com>
7019
7020         * message.el (message-canlock-generate): Require sha1, not
7021         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7022         to require within a function.  Sadly, if sha1.el isn't loaded, the
7023         let binding in m-c-g will hide the defcustom definition, which is
7024         bad.)
7025
7026         * canlock.el: Require sha1, not sha1-el.
7027
7028         * message.el: Don't autoload sha1 (there is a autoload cookie in
7029         sha1.el).
7030
7031         * sha1-el.el: Renamed to sha1.el.
7032
7033 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7034
7035         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7036
7037 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7038
7039         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7040
7041 2004-08-30  Kim F. Storm  <storm@cua.dk>
7042
7043         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7044
7045         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7046         Add :group 'nnimap.
7047
7048 2004-08-30  Andreas Schwab  <schwab@suse.de>
7049
7050         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7051         ?* and ?\;.
7052
7053         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7054         and ?\' to symbol instead of whitespace.
7055
7056 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7059
7060         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7061         instead of re-search-forward.
7062
7063         * gnus-uu.el (gnus-uu-save-article): Ditto.
7064         (gnus-uu-post-encode-uuencode): Ditto.
7065
7066         * html2text.el (html2text-clean-list-items): Ditto.
7067         (html2text-clean-dtdd): Ditto.
7068         (html2text-format-tags): Ditto.
7069
7070         * message.el (message-send-mail-with-sendmail): Fix regexp.
7071         (message-fill-field-general): Use search-forward instead of
7072         re-search-forward.
7073         (unbold-region): Ditto.
7074
7075         * nnrss.el (nnrss-request-article): Ditto.
7076
7077         * nnslashdot.el (nnslashdot-request-article): Ditto.
7078
7079         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7080
7081         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7082         "Unrecognized menu descriptor" error in XEmacs.
7083
7084 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7085
7086         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7087         parent article of a sparse article in the thread hashtb.
7088
7089 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7090
7091         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7092         (nnmail-expand-newtext): Lowercase expanded entries if
7093         nnmail-split-lowercase-expanded is non-nil.
7094
7095 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7098         entry.
7099
7100         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7101         of gnus-tmp-news-method into string under XEmacs.  It will be
7102         passed to gnus-correct-length which takes only a string argument.
7103
7104 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-util.el (gnus-bind-print-variables): New macro.
7107         (gnus-prin1): Use it.
7108         (gnus-prin1-to-string): Use it.
7109         (gnus-pp): New function.
7110         (gnus-pp-to-string): New function.
7111
7112         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7113         pp-to-string with gnus-pp-to-string.
7114         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7115         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7116         * gnus-msg.el (gnus-debug): Ditto.
7117         * gnus-score.el (gnus-score-save): Ditto.
7118         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7119         gnus-pp-to-string.
7120         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7121         with gnus-pp.
7122         * score-mode.el (gnus-score-pretty-print): Ditto.
7123         * webmail.el (webmail-debug): Ditto.
7124
7125 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-art.el (article-display-face, article-display-x-face): Use
7128         buffer-read-only.
7129
7130 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-art.el (article-hide-list-identifiers): Bind
7133         inhibit-read-only as t.
7134
7135 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7138
7139 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7140
7141         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7142         (gnus-narrow-to-page): Don't assume point-min == 1.
7143         (gnus-article-edit-mode): Derive from message-mode.
7144
7145         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7146         point-min == 1.
7147
7148         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7149         Disable incorrect use of `assert'.
7150
7151         * message.el (message-mode): Set comment-start-skip.
7152
7153
7154 2004-08-22  Sam Steingold  <sds@gnu.org>
7155
7156         * pop3.el (pop3-leave-mail-on-server): New user variable.
7157         (pop3-movemail): Delete mail only when it is nil.
7158
7159 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7160
7161         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7162
7163         * mml.el (mml-preview): Use `pop-to-buffer'.
7164
7165         * message.el (message-goto-mail-followup-to): Insert after "To".
7166         (message-carefully-insert-headers): Add comment.
7167
7168         * gnus.el: Remove unused variable `gnus-article-check-size'.
7169
7170         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7171
7172         * gnus-art.el (gnus-button-alist): Improve
7173         `gnus-button-handle-library' entry.
7174
7175 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7176
7177         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7178         downcase, since XEmacs capitalizes error messages differently.
7179
7180 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7181
7182         * nntp.el: Add (require 'gnus) due to reference to
7183         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7184
7185 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7186
7187         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7188         `mm-fill-flowed'.
7189
7190         * mm-decode.el (mm-dissect-singlepart): Check it.
7191
7192 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7195         'imap' for netrc parsing.
7196
7197 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * mailcap.el (mailcap-mime-data): Mark as risky.
7200
7201 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7204         may be included in the encoded word.
7205         (rfc2047-encode): Don't append a space if the encoded word
7206         includes close parenthesis.
7207
7208 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7211         of text within parentheses.
7212
7213 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7216         (gnus-encrypt-write-file-contents): Make the password key the file
7217         name PLUS the cipher, not just the cipher.  Also remove failed
7218         passwords from the cache.
7219
7220 2004-08-06  Simon Josefsson  <jas@extundo.com>
7221
7222         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7223         fix.
7224
7225 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7228         LWSP.
7229
7230 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7233         to append in-reply-to: data to the references: header.
7234
7235         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7236         (netrc-parse): Use gnus-encrypt.el functions.
7237
7238         * gnus-encrypt.el: Add new file for encryption support; currently
7239         does only a few GPG ciphers and an internal XOR cipher.
7240
7241         * password.el: Add comments on using password-read-and-add.
7242         (password-read-and-add): Add function to read and add the
7243         password to the cache at once.
7244
7245 2004-07-28  Simon Josefsson  <jas@extundo.com>
7246
7247         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7248         parameter (but don't use it, for now).
7249
7250         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7251         instead of hard coding to nil.
7252
7253 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7256         as mm-inline-image-xemacs does.
7257
7258 2004-07-26  Simon Josefsson  <jas@extundo.com>
7259
7260         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7261         Revert part of 2004-07-17 change below.
7262
7263 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7266         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7267
7268 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7271         quotes that actually start with ">" at the beginning of the
7272         lines.
7273
7274 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * rfc2047.el (rfc2047-encode-region): Fix last change.
7277         (rfc2047-encode-parameter): Remove useless concat.
7278
7279 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7282         encode special characters; fix some kind of misconfigured headers;
7283         signal a real error if debug-on-quit or debug-on-error is non-nil.
7284         (rfc2047-encode-max-chars): New variable.
7285         (rfc2047-encode-1): Use it.
7286         (rfc2047-encode-parameter): New function.
7287
7288         * mml.el (mml-insert-parameter): Remove an excessive space.
7289
7290 2004-07-17  Simon Josefsson  <jas@extundo.com>
7291
7292         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7293         Kai Grossjohann <kai@emptydomain.de>.
7294         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7295         (gnus-group-make-menu-bar): Ditto.
7296
7297         * gnus-util.el (gnus-group-server): Add.
7298
7299 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7300
7301         * message.el (message-clone-locals): Clone sendmail and smtp
7302         variables.
7303
7304 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * rfc2047.el (rfc2047-encode-region): Fix last change.
7307
7308 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7311         characters as non-special.
7312
7313 2004-07-09  Simon Josefsson  <jas@extundo.com>
7314
7315         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7316         Users will lose all flag changes made while unplugged with
7317         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7318         good default.  See numerous reports on ding mailing list.
7319
7320 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7323         add generate-head-function and generate-article-function to the
7324         rfc822-forward entry.
7325         (nndoc-rfc822-forward-generate-article): New function.
7326         (nndoc-rfc822-forward-generate-head): New function.
7327
7328         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7329
7330 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7331
7332         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7333         respect display group parameter and gnus-summary-expunge-below.
7334         (gnus-articles-to-read): Remove unused reference to display group
7335         parameter.
7336
7337 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338
7339         * nnheader.el (nnheader-uniquify-message-id): New experimental
7340         variable.
7341         (nnheader-nov-read-message-id): Use it.
7342
7343         * spam-report.el (spam-report-gmane): Add interactive.
7344
7345 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7348         qp-or-base64 for the application/* types.
7349
7350 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7351
7352         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7353
7354 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7357         trim value.
7358
7359 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7360
7361         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7362         New macro and function.
7363         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7364
7365 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7368         after-load-alist.
7369
7370 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7373         update info that isn't there.
7374
7375 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7376
7377         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7378         entry.
7379
7380 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * mm-view.el (mm-inline-render-with-function): Use multibyte
7383         buffer; decode html source by charset.
7384
7385         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7386
7387         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7388         Mule-UCS is loaded under XEmacs.
7389         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7390
7391 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7392
7393         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7394
7395 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mm-util.el (mm-coding-system-p): Return a coding-system.
7398         (mm-mime-mule-charset-alist): Use shift_jis instead of
7399         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7400         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7401         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7402         instead of japanese-shift-jis and iso-latin-1 respectively in
7403         order to share the default value with both Emacs and XEmacs-mule.
7404         (mm-mule-charset-to-mime-charset): Make
7405         mm-coding-system-priorities effective.
7406         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7407         while predicating of candidates upon the priorities.
7408
7409 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7410
7411         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7412         gnus-uu-invert-processable.
7413
7414         * gnus.el: Autoload gnus-uu-invert-processable.
7415
7416 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * mm-util.el (mm-with-multibyte-buffer): New macro.
7419
7420         * rfc2047.el (rfc2047-encode-string): Use it.
7421         (rfc2047-encode-region): Move point to the end of the region after
7422         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7423
7424 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7427         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7428
7429 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7432         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7433         Karl Chen <quarl@nospam.quarl.org>.
7434
7435 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7436
7437         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7438         invalid addresses.
7439
7440 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * spam.el: Change section markers, revise TODO list.
7443         (spam-backends): Make new master list of all installed backends.
7444         (spam-summary-exit-behavior): Add new variable to determine how
7445         messages moves are done at summary exit.
7446         (spam-move-spam-nonspam-groups-only)
7447         (spam-process-ham-in-nonham-groups)
7448         (spam-process-ham-in-spam-groups): Remove variables, the
7449         spam-summary-exit-behavior variable should be used to manage this
7450         behavior.
7451         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7452         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7453         and spam-old-spam-articles.
7454         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7455         Add empty variables, placeholders for the backends they represent.
7456         (spam-set-difference): Move, unchanged.
7457         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7458         unless the user has a processor variable.
7459         (spam-classifications, spam-classification-valid-p)
7460         (spam-backend-properties, spam-backend-property-valid-p)
7461         (spam-backend-function-type-valid-p)
7462         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7463         (spam-report-articles-gmane, spam-report-articles-resend):
7464         Remove functions, they are not needed.
7465         (spam-install-backend-super, spam-backend-list)
7466         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7467         (spam-backend-function, spam-backend-ham-registration-function)
7468         (spam-backend-spam-registration-function)
7469         (spam-backend-ham-unregistration-function)
7470         (spam-backend-spam-unregistration-function)
7471         (spam-backend-statistical-p, spam-backend-mover-p)
7472         (spam-install-backend-alias, spam-install-checkonly-backend)
7473         (spam-install-mover-backend, spam-install-nocheck-backend)
7474         (spam-install-backend, spam-install-statistical-backend)
7475         (spam-install-statistical-checkonly-backend): Add backend installation
7476         support.
7477         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7478         (spam-group-processor-p): Use the new backend code and respect the
7479         summary exit behavior.
7480         (spam-mark-spam-as-expired-and-move-routine): Remove.
7481         (spam-summary-prepare): Change to use the new spam-old-articles
7482         variable.
7483         (spam-copy-or-move-routine, spam-copy-spam-routine)
7484         (spam-move-spam-routine, spam-copy-ham-routine)
7485         (spam-move-ham-routine): Add code to copy/move ham or spam.
7486         (spam-fetch-field-fast): Improve doc and code, plus allow the
7487         'number request.
7488         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7489         variables.
7490         (spam-split, spam-find-spam): Use the new backend code.
7491         (spam-registration-functions): Remove variable.
7492         (spam-unregister-routine): Add convenience wrapper.
7493         (spam-log-undo-registration, spam-register-routine)
7494         (spam-log-processing-to-registry)
7495         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7496         where possible.
7497         (spam-check-gmane-xref, spam-check-regex-headers)
7498         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7499         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7500         (spam-check-bogofilter-headers, spam-check-spamoracle)
7501         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7502         (spam-check-crm114-headers): Use the spam-split-group that
7503         spam-split prepares, no need to determine it every time.
7504
7505         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7506         to the nnheader-parse-naked-head call.
7507
7508         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7509
7510         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7511         the nnheader-nov-read-message-id call.
7512
7513 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7516         gnus-activate-group twice.  Suggested by Markus Peter
7517         <warp@spin.de>.
7518
7519 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-art.el (gnus-article-time-format): Exchange the order of
7522         day and month in the default value; fix customization type.
7523         (article-date-ut): Use add-text-properties.
7524         (article-make-date-line): Use message-make-date instead of
7525         current-time-string.
7526
7527         * message.el (message-fetch-field): Don't use set-text-properties.
7528         (message-make-date): Simplify.
7529
7530         * messagexmas.el (message-xmas-make-date): New function.
7531         (message-xmas-redefine): Defalias message-make-date to it.
7532
7533 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7536         (rfc2047-encode-region): Treat text within parentheses as special;
7537         show the original text when error has occurred.
7538
7539         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7540         already-computed method to gnus-activate-group.
7541
7542         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7543         same select-methods identical Lisp objects.
7544
7545         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7546         object when modifying the info.
7547
7548 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7551         gnus-opened-servers since it has never been opened with the new
7552         configuration yet.
7553
7554 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7557         arg to nnheader-generate-fake-message-id.
7558
7559 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7562         number and build a fake message ID localized to a group and
7563         article number (so it's repeatable from that point on).
7564         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7565         ID format.
7566
7567         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7568         nnheader-generate-fake-message-id with the article number.
7569
7570 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7571
7572         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7573         end-of-buffer.
7574
7575 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * message.el (message-ignored-supersedes-headers): Add Approved.
7578
7579 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7582         goto-char.
7583         (rfc2047-encode): Fold the line before encoding.
7584
7585 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7586
7587         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7588         folding -- not all headers can be folded, and this should be done
7589         by the message composition mode.  Probably.  I think.
7590
7591 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7594         fast.
7595
7596         * gnus-ems.el (gnus-remove-image): Don't use
7597         message-text-with-property; remove only the image found first.
7598
7599         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7600         found first.
7601
7602 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7603
7604         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7605
7606 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * message.el (message-text-with-property): Make it fast and accept
7609         optional arguments.
7610         (message-strip-forbidden-properties): Use it.
7611         (message-fix-before-sending): Follow the m-t-w-p change.
7612
7613         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7614
7615 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (article-hide-headers): Don't change the buffer
7618         mistakenly when performing mml-preview even if
7619         gnus-single-article-buffer is nil.
7620
7621 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7622
7623         * message.el (message-expand-name-databases): New user option.
7624         (message-expand-name): Use it.
7625
7626 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * spam.el (spam-report-articles-resend)
7629         (spam-report-resend-register-routine): Allow ham reporting.
7630         (spam-report-resend-register-ham-routine): Add wrapper.
7631         (spam-registration-functions): Add ham resending functions.
7632         (spam-list-of-processors): Add ham resend processor.
7633
7634         * gnus.el (ham-resend-to): Add new group parameter.
7635         (spam-process): Add ham resend option.
7636
7637         * spam-report.el (spam-report-resend): Allow reporting ham.
7638         (spam-report-resend-ham): Add wrapper.
7639
7640 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * message.el (message-cite-articles-with-x-no-archive): New
7643         variable.
7644         (message-cite-original): Use it.
7645
7646 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7647
7648         * message.el (message-cite-original): Respect X-No-Archive.
7649
7650 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-art.el (article-hide-headers): Refer to the values for
7653         gnus-ignored-headers and gnus-visible-headers in the summary
7654         buffer since a user may have set them as group parameters.
7655
7656 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7657
7658         * assistant.el (assistant-node-name): Add convenience function.
7659         (assistant-render-text, assistant-render-node): Add error handling,
7660         plus handle multiple next nodes.
7661         (assistant-find-next-node): Comment out for now.
7662         (assistant-find-next-nodes): Add function, returns list of next
7663         nodes.
7664
7665 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * mail-source.el (mail-source-directory): Fix doc-string.
7668
7669 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * assistant.el (assistant-render-text, assistant-eval): Add :set
7672         widget type, which is different because it takes and returns a
7673         list.  Much hilarity ensues.
7674
7675 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7676
7677         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7678
7679         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7680         doc-string.
7681
7682         * gnus-start.el (gnus-activate-group): Added doc-string.
7683
7684 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7687
7688 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7689
7690         * assistant.el (assistant-render-text): Try to add a :set
7691         widget, more to come.
7692
7693         * spam.el (spam-group-spam-contents-p): Handle empty groupname
7694         strings.
7695         (spam-report-articles-resend)
7696         (spam-register-routine): Do registration iff any articles warrant
7697         it.
7698         (spam-summary-prepare-exit): Change log message for nil group
7699         destinations.
7700
7701 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7702
7703         * spam.el (spam-report-resend-register-routine): Allow
7704         spam-report-resend-to to be a group parameter or a global value.
7705
7706 2004-05-26  Simon Josefsson  <jas@extundo.com>
7707
7708         * starttls.el: Merge with my GNUTLS based starttls.el.
7709         (starttls-gnutls-program, starttls-use-gnutls)
7710         (starttls-extra-arguments, starttls-process-connection-type)
7711         (starttls-connect, starttls-failure, starttls-success): New
7712         variables.
7713         (starttls-program, starttls-extra-args): Doc fix.
7714         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7715         functions.
7716         (starttls-negotiate, starttls-open-stream): Check
7717         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7718         function if it is set.
7719
7720 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7723         structured fields.
7724
7725 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7728
7729 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7730
7731         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
7732         variable.
7733         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7734         assigning the spam-mark to new messages.
7735
7736 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7737
7738         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7739
7740 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7743
7744         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7745         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7746         default.
7747
7748 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7749
7750         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7751         correct data.
7752
7753 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
7756         (spam-group-processor-p): Fix function.
7757         (spam-group-processor-multiple-p)
7758         (spam-group-spam-processor-report-gmane-p)
7759         (spam-group-spam-processor-report-resend-p)
7760         (spam-group-spam-processor-bogofilter-p)
7761         (spam-group-spam-processor-blacklist-p)
7762         (spam-group-spam-processor-ifile-p)
7763         (spam-group-ham-processor-ifile-p)
7764         (spam-group-spam-processor-spamoracle-p)
7765         (spam-group-spam-processor-crm114-p)
7766         (spam-group-ham-processor-bogofilter-p)
7767         (spam-group-spam-processor-stat-p)
7768         (spam-group-ham-processor-stat-p)
7769         (spam-group-ham-processor-whitelist-p)
7770         (spam-group-ham-processor-BBDB-p)
7771         (spam-group-ham-processor-spamoracle-p)
7772         (spam-group-ham-processor-copy-p): Remove functions with some
7773         prejudice against unneeded code.
7774         (spam-report-articles-resend)
7775         (spam-report-resend-register-routine): Allow the group/topic
7776         spam-resend-to value to override spam-report-resend-to.
7777         (spam-summary-prepare-exit): Invoke spam-group-processor-p
7778         properly now.
7779
7780         * gnus.el (spam-resend-to): Add group/topic parameter.
7781         (spam-process): Move the OBSOLETE processors to the end of the
7782         choices.
7783
7784 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7785
7786         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7787         with resend-to set to nil, and then ask the user if necessary.
7788         (spam-report-resend): spam-report-resend takes a list of articles, not
7789         separate article numbers.
7790
7791 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7794         addition to emacs-w3m.
7795
7796 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * assistant.el (assistant-authinfo-data): New function.
7799         (assistant-eval): Eval for entire assistant.
7800
7801         * netrc.el (netrc-services-file): New variable.
7802         (netrc-parse-services): New function.
7803         (netrc-find-service-name): New function.
7804         (netrc-find-service-number): New function.
7805         (netrc-port-equal): New function.
7806         (netrc-machine): Use it.
7807
7808         * nnimap.el (nnimap-open-connection): Use netrc.
7809
7810         * gnus-util.el (gnus-netrc-get): Remove aliases.
7811
7812         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7813
7814         * assistant.el (wid-edit): Fix compilation.
7815
7816         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7817
7818 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7819
7820         * gnus-util.el (gnus-set-file-modes): New function.  (small
7821         patch).
7822
7823 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7826
7827         * assistant.el (assistant-render-node): Fix up rendering and
7828         read-only text.
7829         (assistant-render-node): Reset.
7830         (assistant-make-read-only): Not sticky.
7831
7832 2004-05-20  Danny Siu  <dsiu@adobe.com>
7833
7834         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7835         centered even when gnus-auto-center-summary is t
7836
7837 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * dns.el (dns-get-txt-answer): New function.
7840         (dns-read-txt): Ditto.
7841         (query-dns): Use it.
7842
7843 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7846         active for foreign groups even if the group level is higher than
7847         the specified value.
7848
7849 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7850
7851         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7852         non-active groups.
7853
7854         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7855
7856 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7857
7858         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7859
7860 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7861
7862         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7863         (spam-crm114-header, spam-crm114-spam-switch)
7864         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7865         (spam-crm114-positive-spam-header)
7866         (spam-crm114-database-directory, spam-list-of-processors)
7867         (spam-group-spam-processor-crm114-p)
7868         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7869         (spam-generic-score, spam-list-of-checks)
7870         (spam-list-of-statistical-checks, spam-registration-functions)
7871         (spam-check-crm114-headers, spam-crm114-score)
7872         (spam-check-crm114, spam-crm114-register-with-crm114)
7873         (spam-crm114-register-spam-routine)
7874         (spam-crm114-unregister-spam-routine)
7875         (spam-crm114-register-ham-routine)
7876         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
7877         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7878
7879         * gnus.el: Add spam-use-crm114.
7880
7881         * spam.el (spam-list-of-processors, spam-registration-functions):
7882         Add spam-use-resend.
7883         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
7884         (spam-report-articles-gmane): Add doc fix.
7885         (spam-report-articles-resend,
7886         spam-report-resend-register-routine): Add wrappers around
7887         spam-report-resend-to.
7888
7889         * spam-report.el (spam-report-resend-to, spam-report-resend):
7890         Add support for resending spam.
7891         (spam-report-gmane): Fix line length >80.
7892
7893         * gnus.el (spam-process): Add spam-use-resend.
7894
7895 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7896
7897         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7898         number of processed spam messages.
7899         (spam-ham-copy-or-move-routine): Return the number of processed
7900         ham messages.
7901         (spam-summary-prepare-exit): Use the above values to decide
7902         whether status messages shouled be displayed.
7903
7904 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7907         `rfc2047-encoding-function-alist' in order to avoid conflicting
7908         with the old version.
7909         (rfc2047-encode-region): Concatenate words containing non-ASCII
7910         characters in structured fields; don't encode space-delimited
7911         ASCII words even in unstructured fields; don't break words at
7912         char-category boundaries.
7913         (rfc2047-encode-1): New function.
7914         (rfc2047-encode): Use it; encode text so that it occupies the
7915         maximum width within 76-column; work correctly on Q encoding for
7916         iso-2022-* charsets.
7917         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7918         sure not to break a line just after the header name.
7919         (rfc2047-b-encode-region): Removed.
7920         (rfc2047-b-encode-string): New function.
7921         (rfc2047-q-encode-region): Removed.
7922         (rfc2047-q-encode-string): New function.
7923
7924         * mm-util.el (mm-replace-in-string): New function.
7925
7926 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7929         get it right.
7930         (gnus-inews-make-draft): Really.
7931
7932 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7933
7934         * nnmh.el (nnmh-request-list-1): Don't check the link count
7935         before descending.  (small patch)
7936
7937 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7940         stuff.
7941
7942         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7943         on real group name.
7944
7945         * gnus-art.el (gnus-signature-limit): Doc fix.
7946
7947         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7948
7949         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7950
7951 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7952
7953         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7954         isn't a string.
7955
7956 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-draft.el (gnus-draft-send): Bind
7959         rfc2047-encode-encoded-words.
7960
7961         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7962         (rfc2047-encodable-p): Say that =? needs encoding.
7963         (rfc2047-encode-encoded-words): New variable.
7964
7965         * gnus-group.el (gnus-group-select-group): Doc fix.
7966
7967         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7968
7969         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7970         to nil.
7971
7972         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7973
7974         * nnheader.el (nnheader-get-lines-and-char): New function.
7975
7976 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * gnus-msg.el (gnus-summary-followup-with-original): Document
7979         yanking of region when active.
7980
7981 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7984         groups if the group level is higher than the specified value.
7985
7986 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7987
7988         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7989         (gnus-group-jump-to-group): Added prefix argument using
7990         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7991         non-active group.
7992
7993         * compface.el (uncompface): Be verbose when changing
7994         `uncompface-use-external'.
7995
7996         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7997         handle manual section.
7998
7999 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8000
8001         * gnus-art.el (gnus-button-alist): Revert previous change.
8002
8003 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8006
8007 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8008
8009         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8010         whether backend can accept message.
8011
8012         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8013
8014 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8015
8016         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8017         Avoid creating directory when nntp-marks-is-evil is true.
8018         Reported by Reiner Steib.
8019
8020 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * gnus-picon.el (gnus-picon-style): New variable.
8023         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8024         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8025         Jesper Harder <harder@ifa.au.dk>.
8026
8027 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * message.el (message-fill-field): Return point.
8030         (message-generate-headers): Go to end of field.
8031
8032         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8033         stuff for non-living groups.
8034
8035 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8036
8037         * gnus-art.el (gnus-article-followup-with-original)
8038         (gnus-article-reply-with-original): gnus-mark-active-p ->
8039         gnus-region-active-p.
8040
8041 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8042
8043         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8044         only when there is spam or ham to be processed.
8045
8046 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8047
8048         * mail-source.el (mail-source-delete-crash-box): Refactor.
8049         (mail-source-fetch): Use it.
8050         (mail-source-fetch-file): Ditto.
8051         (mail-source-fetch-directory): Run postscript in loop.
8052         (mail-source-fetch-pop): Delete.
8053         (mail-source-fetch-maildir): Ditto.
8054         (mail-source-fetch-imap): Ditto.
8055
8056         * imap.el (imap-authenticators): Comment out sasl.
8057
8058         * message.el (message-skip-to-next-address): New function.
8059         (message-fill-header-address): Refactor.
8060         (message-fill-address): Use it.
8061         (message-delete-address): Use it.
8062         (message-fill-header-general): Refactor.
8063         (message-fill-field-address): Rename.
8064         (message-narrow-to-field): Find the start of the header.
8065         (message-header-format-alist): Don't pre-fill.
8066         (message-fill-header): Removed.
8067         (message-insert-header): New function.
8068         (message-shorten-references): Use it.
8069
8070         * rfc2047.el (rfc2047-field-value): Strip props.
8071
8072         * mail-parse.el (mail-header-make-address): New alias.
8073
8074         * ietf-drums.el (ietf-drums-make-address): New function.
8075
8076         * imap.el: Add compiler directives.
8077
8078         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8079
8080         * gnus-art.el (article-decode-idna-rhs): Don't use
8081         message-idna-inside-rhs-p.
8082
8083 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * message.el (message-idna-inside-rhs-p): Removed.
8086         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8087
8088         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8089         false positives.
8090
8091 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8092
8093         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8094
8095 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * nneething.el (nneething-file-name): Don't create spurions
8098         files.
8099
8100         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8101         (gnus-inews-do-gcc): Remove sleep.
8102
8103         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8104         part under point.
8105
8106         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8107         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8108
8109 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * spam.el (spam-summary-prepare-exit): Fixed (length).
8112
8113 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8114
8115         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8116         as expired without moving it" message when there are spam
8117         messages left.
8118
8119 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8120
8121         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8122         header is not nil.
8123
8124 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8125
8126         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8127         nntp-possibly-create-directory, not nntp-possibly-change-group.
8128         (nntp-marks-changed-p): New arg SERVER.
8129         (nntp-request-update-info): Adjust caller.
8130
8131 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8132
8133         * nntp.el (nntp-save-marks): Pass missing arg.
8134
8135 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8136
8137         * nntp.el: Support marks.
8138         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8139         (nntp-marks-modtime, nntp-marks-directory): New variables.
8140         (nntp-request-set-mark, nntp-request-update-info)
8141         (nntp-possibly-create-directory, nntp-marks-changed-p)
8142         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8143         functions.
8144
8145 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8146
8147         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8148         (gnus-xmas-redefine): Rename.
8149
8150         * gnus-score.el (gnus-score-insert-help): Use
8151         gnus-select-lowest-window.
8152
8153         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8154         appt-select-lowest-window and rename to gnus-select-lowest-window.
8155
8156         * gnus.el: do.
8157
8158 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8159
8160         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8161         encodings of MIME-encoded words, in order to improve
8162         interoperability with several broken MUAs.
8163
8164 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8165
8166         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8167         tags, only when charsets are not specified in headers.
8168         (mm-inline-text-html-render-with-w3m): Ditto.
8169
8170         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8171         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8172
8173 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8174
8175         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8176         instead of MIME-decoded from fields when checking
8177         `gnus-article-address-banner-alist'.
8178
8179 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8180
8181         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8182         description rather than subject.
8183
8184 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8185
8186         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8187
8188 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8189
8190         * gnus.el (gnus-version-number): Bump.
8191
8192 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8193
8194         * gnus.el: No Gnus v0.2 is released.
8195
8196 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8197
8198         * gnus-agent.el (gnus-agent-read-agentview): Inline
8199         gnus-uncompress-range.
8200
8201 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8202
8203         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8204         `exec-installed-p'.
8205
8206 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8207
8208         * gnus.el (spam-process, spam-autodetect-methods): Add
8209         bsfilter and bsfilter-headers.
8210
8211         * spam.el (spam-bsfilter): New customize group.
8212         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8213         (spam-bsfilter-header, spam-bsfilter-probability-header)
8214         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8215         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8216         (spam-bsfilter-database-directory): New options.
8217         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8218         (spam-list-of-statistical-checks, spam-registration-functions):
8219         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8220         (spam-bsfilter-score): New command.
8221         (spam-check-bsfilter-headers, spam-check-bsfilter)
8222         (spam-bsfilter-register-with-bsfilter)
8223         (spam-bsfilter-register-spam-routine)
8224         (spam-bsfilter-unregister-spam-routine)
8225         (spam-bsfilter-register-ham-routine)
8226         (spam-bsfilter-unregister-ham-routine): New functions.
8227         (spam-generic-score): Support bsfilter; Accept an optional argument
8228         to recalcurate spam score even if scoring header has already been
8229         added.
8230         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8231         optional argument to recalcurate spam score even if scoring header
8232         has already been added.
8233
8234 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8235
8236         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8237         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8238         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8239         link is missing.
8240
8241 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8242
8243         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8244         (html2text-get-attr): Rewrite.
8245
8246         * message.el (message-setup-1): Remove redundant put-text-property
8247         on mail-header-separator.
8248
8249 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * gnus-registry.el (gnus-registry-cache-whitespace)
8252         (gnus-registry-action, gnus-registry-spool-action)
8253         (gnus-registry-split-fancy-with-parent): Change message levels
8254         from 5 to 3 or 7, as needed.
8255
8256         * spam.el (spam-summary-prepare-exit)
8257         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8258         (spam-split, spam-find-spam, spam-log-undo-registration)
8259         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8260         level from 5 to 6.
8261
8262 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8265         2004-03-04 change).
8266
8267 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8268
8269         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8270         Use mapc when appropriate.
8271
8272         * sieve-manage.el (sieve-manage-open): do.
8273
8274         * nnweb.el (nnweb-insert-html): do.
8275
8276         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8277         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8278
8279         * nnspool.el (nnspool-request-group): do.
8280
8281         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8282         do.
8283
8284         * nnml.el (nnml-request-update-info): do.
8285
8286         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8287         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8288
8289         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8290         (nnimap-request-set-mark): do.
8291
8292         * nnfolder.el (nnfolder-request-update-info): do.
8293
8294         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8295         do.
8296
8297         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8298
8299         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8300
8301         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8302         do.
8303
8304         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8305         do.
8306
8307         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8308
8309         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8310
8311         * gnus-int.el (gnus-start-news-server): do.
8312
8313         * gnus-group.el (gnus-group-make-kiboze-group)
8314         (gnus-group-browse-foreign-server): do.
8315
8316 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8317
8318         FIXME: Make separate entries for each person.
8319
8320         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8321         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8322         <shields@msrl.com>:
8323
8324         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8325         may need for spam sorting and scoring.
8326         (spam-user-format-function-S): Add user format function suitable for
8327         general use.
8328         (spam-article-sort-by-spam-status): Add sorting function for summary
8329         sorting.
8330         (spam-extra-header-to-number): Add function to get a score from a
8331         header.
8332         (spam-summary-score): Add function to  get a numeric score from the
8333         headers.
8334         (spam-generic-score): Fixed function doc, was in wrong place.
8335         (spam-initialize): Take symbols when it's run, and install the
8336         extra headers that spam-necessary-extra-headers thinks we need.
8337
8338 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8339
8340         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8341         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8342
8343 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8344
8345         * gnus-sum.el (gnus-set-global-variables)
8346         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8347         (gnus-article-get-xrefs, gnus-summary-best-group)
8348         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8349         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8350         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8351         with-current-buffer.
8352
8353 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * spam.el (spam-summary-prepare-exit): Simplify logic.
8356         (spam-fetch-article-header): Read the article header if it's not
8357         available.
8358         (spam-list-articles): Simplify logic.
8359         (spam-filelist-register-routine): Fix bug with unregister-list.
8360
8361         * gnus-registry.el: Fix comments at beginning.
8362
8363 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8364
8365         * message.el (message-cater-to-broken-inn): Remove.
8366         (message-shorten-references): Make sure the total folded length of
8367         References is shorter than 998 characters to cater to a bug in INN
8368         2.3.  Also, don't pretend that references aren't folded -- this
8369         hasn't worked for a while.
8370
8371 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8372
8373         * gnus-agent.el (gnus-agentize):
8374         gnus-agent-send-mail-real-function no longer set to current value
8375         of message-send-mail-function but rather a lambda that calls
8376         message-send-mail-function.  The change makes the agent real-time
8377         responsive to user changes to message-send-mail-function.
8378
8379 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8380
8381         * legacy-gnus-agent.el
8382         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8383         help from Florian Weimer <fw@deneb.enyo.de>
8384
8385 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * nnmail.el (nnmail-cache-insert): Revert last change.
8388
8389 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * nnmail.el (nnmail-cache-insert): Always check whether
8392         nnmail-cache-ignore-groups matches a group name.
8393
8394 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8395
8396         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8397         (spam-find-spam, spam-log-processing-to-registry)
8398         (spam-log-registered-p, spam-log-unregistration-needed-p)
8399         (spam-log-undo-registration): Use gnus-message instead of
8400         gnus-error, none of these errors are fatal.
8401
8402         * gnus-registry.el (gnus-registry-clean-empty-function)
8403         (gnus-registry-clean-empty): Remove only empty entries without
8404         extra data.
8405
8406 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8407
8408         * spam-stat.el (spam-stat-buffer-change-to-spam)
8409         (spam-stat-buffer-change-to-non-spam): Change (error) to
8410         (gnus-message 8) invocation.
8411
8412 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * nntp.el (nntp-via-netcat-command): New variable.
8415         (nntp-via-netcat-switches): New variable.
8416         (nntp-open-via-rlogin-and-netcat): New function.
8417         (nntp-open-connection-function): Doc fix.
8418         (nntp-telnet-command): Doc fix.
8419         (nntp-end-of-line): Doc fix.
8420         (nntp-via-rlogin-command): Doc fix.
8421         (nntp-via-user-name): Doc fix.
8422         (nntp-via-address): Doc fix.
8423
8424 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8427         error in Emacs 21.1.
8428
8429 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8432
8433 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8434         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8435         (gnus-agent-with-refreshed-group): New macro.
8436         (gnus-agent-rename-group): New function.
8437         (gnus-agent-delete-group): New function.
8438         (gnus-agent-save-group-info): Use gnus-command-method when
8439         `method' parameter is nil.  Don't write nil entries into the
8440         active file.
8441         (gnus-agent-get-group-info): New function.
8442         (gnus-agent-fetch-articles): Use
8443         gnus-agent-update-files-total-fetched-for to increment disk space
8444         used.
8445         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8446         gnus-agent-update-view-total-fetched-for to increment disk space
8447         used.
8448         (gnus-agent-get-local): Added optional parameters to avoid calling
8449         gnus-group-real-name and gnus-find-method-for-group.
8450         (gnus-agent-set-local): Delete stored entry if either min, or max,
8451         are nil.
8452         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8453         quit, use gnus-agent-regenerate-group to record existance of any
8454         articles fetched to disk before the quit occurred.
8455         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8456         gnus-agent-update-view-total-fetched-for, and
8457         gnus-agent-update-files-total-fetched-for to decrement disk space
8458         used.
8459         (gnus-agent-retrieve-headers): Use
8460         gnus-agent-update-view-total-fetched-for to increment disk space
8461         used.
8462         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8463         with gnus-agent-update-files-total-fetched-for to decrement disk
8464         space and fresh group buffer.
8465         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8466         (gnus-agent-need-update-total-fetched-for): New variable.
8467         (gnus-agent-update-files-total-fetched-for): New function.
8468         (gnus-agent-update-view-total-fetched-for): New function.
8469         (gnus-agent-total-fetched-for): New function.
8470
8471         * gnus-cache.el (gnus-cache-save-buffers): Use
8472         gnus-cache-update-overview-total-fetched-for to change disk space
8473         used by this group.
8474         (gnus-cache-possibly-enter-article): Use
8475         gnus-cache-update-file-total-fetched-for to increment disk space
8476         used by this group.
8477         (gnus-cache-possibly-remove-article): Use
8478         gnus-cache-update-file-total-fetched-for to decrement disk space
8479         used by this group.
8480         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8481         (gnus-cache-rename-group): New function.
8482         (gnus-cache-delete-group): New function.
8483         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8484         (gnus-cache-need-update-total-fetched-for): New variable.
8485         (gnus-cache-with-refreshed-group): New macro.
8486         (gnus-cache-update-file-total-fetched-for): New function.
8487         (gnus-cache-update-overview-total-fetched-for): New function.
8488         (gnus-cache-rename-group-total-fetched-for): New function.
8489         (gnus-cache-delete-group-total-fetched-for): New function.
8490         (gnus-cache-total-fetched-for): New function.
8491
8492         * gnus-group.el: Require gnus-sum and autoload functions to
8493         resolve warnings when gnus-group.el compiled alone.
8494         (gnus-group-line-format): Documented new %F
8495         (size of Fetched data) group line format; identifies disk space
8496         used by agent and cache.
8497         (gnus-group-line-format-alist): Defined new F format.
8498         (gnus-total-fetched-for): New function.
8499         (gnus-group-delete-group): No longer update
8500         gnus-cache-active-altered as gnus-request-delete-group now keeps
8501         the cache in sync.
8502         (gnus-group-list-active): Let the agent store a server's active
8503         list if currently plugged.
8504
8505         * gnus-int.el (gnus-request-delete-group): Use
8506         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8507         local disk in sync with the server.
8508          (gnus-request-rename-group): Use
8509         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8510         local disk in sync with the server.
8511
8512         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8513         simplification to logic.
8514
8515         * gnus-util.el (gnus-rename-file): New function.
8516
8517 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8518
8519         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8520
8521 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8522
8523         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8524         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8525
8526 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8527
8528         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8529         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8530
8531 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8532
8533         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8534
8535 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * spam.el (spam-set-difference): Add function to replace
8538         gnus-set-difference in spam.el.
8539         (spam-summary-prepare-exit): Use spam-set-difference.
8540
8541 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8542
8543         * gnus-registry.el (gnus-registry-cache-file): Update to use
8544         gnus-dribble-directory OR gnus-home-directory OR ~.
8545         (gnus-registry-split-fancy-with-parent): Fix doc.
8546
8547 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * message.el (message-exchange-point-and-mark): Use
8550         message-mark-active-p.  Suggested by Jesper Harder
8551         <harder@ifa.au.dk>.
8552
8553 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * message.el (message-exchange-point-and-mark): Don't activate
8556         region if it was inactive.  Suggested by Hiroshi Fujishima
8557         <pooh@nature.tsukuba.ac.jp>.
8558
8559 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * gnus-art.el (article-display-face): Display Faces in the same
8562         order as X-Faces.
8563
8564 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8567
8568 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8571         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8572         (gnus-article-mime-hierarchy): Remove.
8573         (gnus-article-mime-hierarchy-next): Remove.
8574         (gnus-article-mode): Revert 2004-03-19 change.
8575         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8576         (gnus-insert-mime-button): Revert 2004-03-19 change.
8577         (gnus-mime-accumulate-hierarchy): Remove.
8578         (gnus-mime-enter-multipart): Remove.
8579         (gnus-mime-leave-multipart): Remove,
8580         (gnus-mime-display-part): Revert 2004-03-19 change.
8581         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8582
8583         * mml.el (mml-preview): Revert 2004-03-19 change.
8584
8585 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8586
8587         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8588
8589 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8592         t while entering a file name using the mm-with-multibyte macro.
8593         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8594
8595         * mm-util.el (mm-with-multibyte): New macro.
8596
8597 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8600         user option.
8601         (gnus-mime-multipart-functions): Doc and customization fix.
8602         (gnus-article-mime-hierarchy): New variable.
8603         (gnus-article-mime-hierarchy-next): New variable.
8604         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8605         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8606         gnus-article-mime-hierarchy-next to nil.
8607         (gnus-insert-mime-button): Show hierarchy numbers.
8608         (gnus-mime-accumulate-hierarchy): New function.
8609         (gnus-mime-enter-multipart): New function.
8610         (gnus-mime-leave-multipart): New function.
8611         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8612         (gnus-mime-display-alternative): Show hierarchy numbers.
8613
8614         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8615         gnus-article-mime-hierarchy-next to nil.
8616
8617 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8618
8619         * dns.el: Don't require gnus-xmas.
8620
8621 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8622
8623         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8624         inline PGP.
8625         (mml-menu): Disable mml-quote-region if mark is inactive.
8626
8627 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8630         when the group's active is not available.
8631
8632 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8635         error.
8636
8637 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * imap.el (imap-store-password): New variable.
8640         (imap-interactive-login): Use it.
8641         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8642
8643 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8646         window-start and hscroll to summary window.
8647
8648 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8649
8650         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8651         conversion message to newsrc-dribble when an actual conversion is
8652         performed.
8653
8654 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8655
8656         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8657
8658 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * mm-decode.el (mm-complicated-handles): New function reviving
8661         former definition of mm-multiple-handles.
8662
8663         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8664         (gnus-mime-delete-part): Use it.
8665
8666 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8667
8668         * gnus-agent.el (gnus-agent-read-local): Bind
8669         nnheader-file-coding-system to gnus-agent-file-coding-system to
8670         avoid the implicit assumption that they will always be equal.
8671         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8672         coding-system-for-write, as the with-temp-file macro first prints
8673         to a buffer then saves the buffer.
8674
8675 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-art.el (gnus-article-edit-part): New function.
8678         (gnus-mime-save-part-and-strip): Use it; do query instead of
8679         signaling an error; don't use mm-multiple-handles.
8680         (gnus-mime-delete-part): Ditto.
8681
8682 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8683
8684         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8685         old file versions.
8686         (gnus-group-prepare-hook): Removed function that converted list
8687         form of gnus-agent-expire-days to group properties.
8688
8689         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8690         (gnus-request-accept-article): Re-indented.
8691
8692         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8693         converters to handle old agent file formats.  Added logic for a
8694         "backup before upgrading warning".
8695         (gnus-convert-mark-converter-prompt): Developers can mark
8696         functions as needing (default), or not needing,
8697         gnus-convert-old-newsrc's "backup before upgrading warning".
8698         (gnus-convert-converter-needs-prompt): Tests whether the user
8699         should be protected from potentially irreversable changes by the
8700         function.
8701
8702         * legacy-gnus-agent.el (): New. Provides converters that are only
8703         loaded when gnus-convert-old-newsrc needs to call them.
8704
8705 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mail-source.el (mail-source-touch-pop): Doc fix.
8708
8709         * message.el (message-smtpmail-send-it): Doc fix.
8710
8711 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8712
8713         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8714
8715         * nnmail.el (nnmail-split-fancy): do.
8716
8717         * gnus-kill.el (gnus-kill, gnus-execute): do.
8718
8719 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8720
8721         * gnus-sum.el (gnus-widget-reversible-match)
8722         (gnus-widget-reversible-to-internal)
8723         (gnus-widget-reversible-to-external): New functions.
8724         (gnus-widget-reversible): New widget.
8725         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8726
8727 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8728
8729         * gnus-sum.el (gnus-thread-sort-functions)
8730         (gnus-article-sort-functions): Document `(not F)' items.
8731
8732 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * spam.el (spam-use-gmane-xref): Add new backend.
8735         (spam-gmane-xref-spam-group): Add variable to control the name of the
8736         Gmane spam group.
8737         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8738         (spam-regex-headers-spam, spam-regex-headers-ham)
8739         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
8740         (spam-list-of-checks): Add spam-use-gmane-xref to list of
8741         backends and checks.
8742         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
8743
8744         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
8745         an autodetect method.
8746
8747 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8748
8749         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8750         articles are being added to a group.
8751         (gnus-request-replace-article): Inform the agent that articles
8752         need to be uncached as the cached contents are no longer valid.
8753
8754 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * binhex.el: Don't autoload executable-find.
8757
8758         * canlock.el: Don't autoload mail-fetch-field.
8759
8760         * dgnushack.el: Autoload c-mode for XEmacs.
8761
8762         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8763
8764         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8765         rmail-dont-reply-to and rmail-output.
8766
8767         * gnus-score.el: Don't autoload ffap-string-at-point.
8768
8769         * gnus-setup.el: Don't autoload sc-cite-original.
8770
8771         * imap.el: Don't autoload base64-decode-string,
8772         base64-encode-string and md5.
8773
8774         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8775         and rmail-msg-restore-non-pruned-header.
8776
8777         * mm-decode.el: Don't autoload executable-find.
8778
8779         * mm-url.el: Don't autoload executable-find.
8780
8781         * mm-view.el: Don't autoload diff-mode.
8782
8783         * nndb.el: Don't autoload news-reply-mode, news-setup,
8784         cancel-timer and telnet.
8785
8786         * password.el: Don't autoload run-at-time for Emacs.
8787
8788         * sha1-el.el: Don't autoload executable-find.
8789
8790         * sieve-mode.el: Don't autoload c-mode.
8791
8792         * uudecode.el: Don't autoload executable-find.
8793
8794 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8795
8796         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8797         (gnus-agent-possibly-alter-active): Avoid null in numeric
8798         comparison.
8799         (gnus-agent-set-local): Refuse to save null in local object table.
8800         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8801         list of articles that will be marked as unread.
8802
8803 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8806
8807 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8808
8809         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8810         language tags.
8811
8812 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8813
8814         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8815         Don't bind "obarray".
8816
8817         * gnus-sum.el (gnus-thread-sort-functions): Added
8818         `gnus-thread-sort-by-most-recent-number' and
8819         `gnus-thread-sort-by-most-recent-date'.
8820         Reported by Kai Grossjohann <kai@emptydomain.de>.
8821
8822 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8825
8826 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8827
8828         * gnus-cus.el (gnus-agent-customize-category): Removed
8829         ignore-errors macro reference that required cl to be loaded at
8830         run-time.
8831
8832         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8833         single-interval range of the form (min . max).  Previously the
8834         range had to look like ((min . max)).  Likewise, return
8835         (min . max) rather than ((min . max)).
8836         (gnus-range-map): Use gnus-range-normalize to accept
8837         single-interval range.
8838
8839         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8840         the cache, but not the agent, now appear with their usual face.
8841
8842         * dgnushack.el (loaddir): New variable that is bound to the
8843         directory containing the dgnushack.el file. Use loaddir, rather
8844         than srcdir, to update load-path. Change lets dgnushack compile
8845         code in directories other than GNUS/lisp.
8846
8847 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * lpath.el: Don't bind w3m-safe-url-regexp.
8850
8851         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8852         w3m-safe-url-regexp variable buffer-local.
8853
8854         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8855
8856 2004-02-27  Simon Josefsson  <jas@extundo.com>
8857
8858         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8859         gnus-group-real-prefix.
8860         (gnus-summary-move-article): Use it, instead of
8861         gnus-group-real-prefix.
8862
8863 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * lpath.el: Bind w3m-safe-url-regexp.
8866
8867         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8868         w3m-safe-url-regexp variable buffer-local and set it as the value
8869         of mm-w3m-safe-url-regexp.
8870
8871         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8872
8873         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8874         parsing gnus-posting-styles when the message is not for replying.
8875
8876         * dgnushack.el: Autoload sgml-mode for XEmacs.
8877
8878         * nnrss.el (nnrss-opml-export): Use
8879         mm-set-buffer-file-coding-system instead of
8880         set-buffer-file-coding-system.
8881
8882 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8883
8884         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8885         of checkdoc.el).
8886         * nnrss.el: do.
8887         * gnus-mlspl.el: do.
8888         * gnus-ml.el: do.
8889         * gnus-srvr.el: do.
8890
8891         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8892
8893 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8894
8895         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8896         Corrections to custom-manual links.
8897
8898         * gnus-art.el (gnus-article): Ditto.
8899
8900         * mm-decode.el (mime-display, mime-security): Ditto.
8901
8902 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8903
8904         * flow-fill.el: Typo.
8905
8906 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8907
8908         * spam-wash.el: New file.
8909
8910 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8911
8912         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8913
8914 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8915
8916         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
8917         to be run with new-articles as LIST1, not LIST2.
8918         (spam-registration-functions): Add spam-use-ham-copy as a nil
8919         registration backend.
8920
8921 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8922
8923         * spam-stat.el (spam-stat-washing-hook): New option.
8924         (spam-stat-buffer-words): Use it.
8925         (spam-stat-process-directory, spam-stat-test-directory): Use
8926         insert-file-contents-literally.
8927         (spam-stat-coding-system): New variable.
8928         (spam-stat-load, spam-stat-save): Use it.
8929
8930 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * spam-report.el (spam-report-plug-agent): Quote
8933         spam-report-url-to-file and spam-report-url-ping-plain.
8934
8935 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8938         / in mailto URLs.
8939
8940 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * spam-report.el (spam-report-process-queue): Fix interactive use.
8943         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8944         (spam-report-unplug-agent): Doc fixes.
8945         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8946         (spam-report-agentize, spam-report-deagentize): Autoload
8947
8948 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8951
8952         * message.el (message-setup-fill-variables): Add mml tags to
8953         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8954         <ajk@iu.edu>.
8955         (message-mode): Don't modify paragraph-separate there.
8956
8957 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * compface.el (uncompface-use-external): Default to undecided.
8960         (uncompface-use-external-threshold): New variable.
8961         (uncompface-float-time): New macro.
8962         (uncompface): Determine whether to use the external decoder if
8963         uncompface-use-external is undecided.
8964
8965 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8966
8967         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8968         after images.
8969
8970         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8971
8972 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8973
8974         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8975
8976         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8977
8978         * gnus-sum.el (gnus-summary-limit-to-age)
8979         (gnus-summary-limit-children): do.
8980
8981         * gnus-int.el (gnus-request-scan): do.
8982
8983         * gnus-group.el (gnus-group-suspend): do.
8984
8985         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8986
8987         * gnus-cite.el (gnus-cite-parse-attributions): do.
8988
8989         * gnus-agent.el (gnus-summary-set-agent-mark)
8990         (gnus-agent-regenerate-group): do.
8991
8992         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8993
8994         * binhex.el (binhex-decode-region-internal): do.
8995
8996 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-fun.el (gnus-face-properties-alist): New user option.
8999         (gnus-display-x-face-in-from): Use it.
9000
9001         * gnus-art.el (article-display-face): Ditto.
9002
9003         * compface.el (uncompface-use-external): Default to nil.
9004
9005 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9006
9007         * nntp.el (nntp-erase-buffer): New function.
9008         (nntp-retrieve-data, nntp-send-command)
9009         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9010         (nntp-possibly-change-group): Use it.
9011
9012         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9013         with-current-buffer.
9014
9015 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9016
9017         * compface.el: Merge the ELisp-based uncompface program.
9018         (compface): New customization group.
9019         (uncompface-use-external): New user option.
9020         (uncompface): Call uncompface-internal if uncompface-use-external
9021         is nil.
9022         (uncompface-internal): New function.  Note that there are also
9023         some other functions and variables added for this function.
9024
9025 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9026
9027         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9028         if necessary.
9029
9030 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9031
9032         * spam-report.el (spam-report-unplug-agent)
9033         (spam-report-plug-agent, spam-report-deagentize)
9034         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9035         Add support for the Agent in spam-report: when unplugged, report to a
9036         file; when plugged, submit all the requests.
9037
9038         * spam.el (spam-register-routine): Fix message about
9039         registration.
9040
9041 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9042
9043         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9044         dependencies.
9045         (rfc2047-encode): Use it.
9046
9047         * gnus-art.el (gnus-button-marker-list): Move before first
9048         reference.
9049
9050         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9051         (imap-parse-body): Fix format string mismatch.
9052
9053         * gnus-score.el (gnus-summary-increase-score): do.
9054
9055         * nnrss.el (nnrss-close): New function.
9056
9057 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9058
9059         * nnrss.el (nnrss-make-filename): New function.
9060         (nnrss-request-delete-group, nnrss-read-server-data)
9061         (nnrss-save-server-data, nnrss-read-group-data)
9062         (nnrss-save-group-data): Use it.
9063         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9064         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9065         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9066
9067 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9068
9069         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9070
9071 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9072
9073         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9074         files.
9075
9076         * message.el (message-generate-headers-first): Don't quote nil
9077         and t in docstrings.
9078
9079         * imap.el (imap-id): do.
9080
9081         * gnus-agent.el (gnus-agent-consider-all-articles)
9082         (gnus-agent-queue-mail): do.
9083
9084 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * spam-report.el (spam-report-process-queue): New function.
9087         Process requests from `spam-report-requests-file'.
9088         (spam-report-process-queue): Doc fix.
9089
9090 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9091
9092         * spam.el (spam-register-routine)
9093         (spam-log-processing-to-registry, spam-log-registered-p)
9094         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9095         Change "check" to "spam-check" for semi-clarity.
9096
9097 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9098
9099         * pop3.el: Require nnheader.
9100
9101         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9102
9103         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9104
9105         * gnus-picon.el: Require cl.
9106
9107         * gnus-fun.el: Require gnus-ems and gnus-util.
9108
9109         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9110
9111         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9112
9113         * gnus-art.el (gnus-article-edit-mode): Define before first
9114         reference.
9115
9116 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9117
9118         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9119         (gnus-uu-post-encoded): Use point-at-bol.
9120
9121         * gnus-topic.el (gnus-group-active-topic-p): do.
9122
9123         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9124
9125         * gnus-group.el (gnus-group-kill-region): do.
9126
9127         * gnus-art.el (article-date-ut): do.
9128
9129         * message.el (message-fetch-field): Remove redundant
9130         case-fold-search binding.
9131         (message-narrow-to-field): Simplify.
9132
9133 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * spam.el (spam-directory): Derive from `gnus-directory'.
9136
9137         * spam-report.el (spam-report-url-to-file)
9138         (spam-report-requests-file): New function and variable for offline
9139         reporting.
9140         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9141         and user defined function.
9142         (spam-report-url-ping-mm-url): Remove doubled slash.
9143
9144 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9147
9148 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9149
9150         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9151         format string mismatch.
9152
9153         * sieve.el (sieve-deactivate-all): do.
9154
9155         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9156
9157         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9158
9159         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9160
9161         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9162
9163 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9166         the list of checks.
9167
9168 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9169
9170         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9171         padding.
9172
9173 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9174
9175         * mm-view.el (mm-fill-flowed): New variable.
9176         (mm-inline-text): Use it.
9177
9178 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9179
9180         * spam.el (spam-spamassassin-register-ham-routine)
9181         (spam-spamassassin-register-spam-routine): Fix function names.
9182
9183 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus.el (gnus-tmp-grouplens): Remove.
9186         (gnus-summary-line-format): Remove grouplens.
9187
9188         * gnus-group.el (gnus-group-line-format): Ditto.
9189
9190         * gnus-spec.el (gnus-format-specs): Ditto.
9191         (gnus-update-format-specifications): Flush the group format spec
9192         cache if there's the grouplens stuff.
9193         (gnus-parse-simple-format): Replace %l with the empty string.
9194
9195 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9196
9197         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9198         omission.
9199
9200 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9203         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9204
9205 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9206
9207         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9208         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9209         New macros and functions.
9210         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9211         Handle > NLINK_MAX messages.
9212         * nnmaildir.el (nnmaildir-request-set-mark): Use
9213         nnmaildir--emlink-p and nnmaildir--eexist-p.
9214
9215 2004-01-25  Alex Schroeder  <alex@gnu.org>
9216
9217         * spam-stat.el (spam-stat-process-directory-age): New option.
9218         (spam-stat-process-directory): Use it.
9219
9220 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9221
9222         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9223         (spam-stat-save): Accept prefix argument.
9224
9225 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9226
9227         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9228         links" error.
9229
9230 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9233         the rest of the and/or forms.
9234
9235 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9236
9237         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9238         compatibility with old .newsrc.eld files.
9239
9240         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9241
9242         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9243
9244         * gnus-start.el (gnus-1): do.
9245
9246         * gnus-group.el (gnus-group-line-format-alist): do.
9247
9248         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9249
9250         * gnus-gl.el: Remove.
9251
9252 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9253
9254         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9255         marks consisting of a single range {for example, (3 . 5)} rather
9256         than a list of a single range { ((3 . 5)) }.
9257
9258 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9259
9260         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9261         with-current-buffer.
9262         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9263         avoid consing a string.
9264
9265         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9266         Remove obsolete entries for big5 and gb2312.
9267
9268 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9269
9270         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9271         uncompressed list.
9272
9273 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9274
9275         * spam-stat.el (spam-stat-strip-xref): New function.
9276         (spam-stat-process-directory): Use it.
9277
9278         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9279         here -- it's done in message-fetch-field.
9280
9281 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9282
9283         * gnus-agent.el (gnus-agent-queue-mail,
9284         gnus-agent-prompt-send-queue): New variables.
9285         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9286         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9287         "nndraft:queue" along to gnus-draft-send.  Use
9288         gnus-agent-prompt-send-queue.
9289         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9290         is "nndraft:queue".  Suggested by Gaute Strokkenes
9291         <gs234@srcf.ucam.org>
9292
9293         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9294         (agent-enable-undownloaded-faces): Added
9295         (gnus-agent-cat-groups): Use eval-and-compile, not
9296         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9297         method of gnus-agent-cat-groups even when the buffer has been
9298         evaled.
9299         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9300         delete gnus-agent-save-active-1.
9301         (gnus-agent-save-groups): Deleted. Identical to
9302         gnus-agent-save-active.
9303         (gnus-agent-write-active): No longer adjust agent's copy of active
9304         file as agent's adjustments are now stored in their own
9305         file. Removed optional parameter.
9306         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9307         servers.  Add use of min/max range limits from server's local
9308         file.
9309         (gnus-agent-save-alist): Removed unused optional argument.
9310         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9311         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9312         (gnus-agent-set-local): A per-server file that keeps min/max range
9313         limits for articles known to the agent.  Provides a fast mechanism
9314         for altering many active ranges.
9315         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9316         active file (local makes it unnecessary).
9317         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9318
9319         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9320         (agent-enable-undownloaded-faces): Added
9321
9322         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9323         disable it when sending to "nndraft:queue".
9324         (gnus-group-send-queue): Add safety check to avoid sending queue
9325         when unplugged.
9326
9327         * gnus-group.el (gnus-group-catchup): Use new
9328         gnus-sequence-of-unread-articles, not
9329         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9330         numbers of articles.  Use gnus-range-map to avoid having to
9331         uncompress the unread list.
9332         (gnus-group-archive-directory,
9333         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9334         reference.
9335
9336         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9337         (gnus-sorted-range-intersection): Intersection of two ranges
9338         without requiring that they first be uncompressed.
9339
9340         * gnus-start.el (gnus-activate-group): Unless blocked by the
9341         caller, possibly expand the active range to include both cached
9342         and agentized articles.
9343         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9344         multiple version-dependent converters.
9345         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9346         gnus-agent-save-active.
9347         (gnus-save-newsrc-file): Save dirty agent range limits.
9348
9349         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9350         gnus-agent-possibly-alter-active.
9351         (gnus-adjust-marked-articles): Faster handling of simple lists
9352
9353 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9354
9355         * spam-stat.el (spam-stat-test-directory): New optional argument
9356         displays a list of files detected.  Suggested by Andrew Cohen
9357         <cohen@andy.bu.edu>.
9358         (spam-stat-buffer-words-with-scores): Don't narrow and change
9359         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9360
9361 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9362
9363         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9364         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9365         (spam-spamassassin-arguments)
9366         (spam-spamassassin-spam-flag-header)
9367         (spam-spamassassin-positive-spam-flag-header)
9368         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9369         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9370         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9371         (spam-list-of-processors, spam-list-of-checks)
9372         (spam-list-of-statistical-checks, spam-registration-functions)
9373         (spam-check-spamassassin-headers, spam-check-spamassassin)
9374         (spam-spamassassin-score)
9375         (spam-spamassassin-register-with-sa-learn)
9376         (spam-spamassassin-register-spam-routine)
9377         (spam-spamassassin-register-ham-routine)
9378         (spam-assassin-register-spam-routine)
9379         (spam-assassin-register-ham-routine): add SpamAssassin support
9380         (spam-bogofilter-score): fix to show article before scoring
9381
9382 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9383
9384         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9385         default scoring function.
9386         (spam-generic-score): Call spam-spamassassin-score if
9387         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9388         spam-bogofilter-score otherwise.
9389
9390         * gnus.el (spam-process, spam-autodetect-methods): Add
9391         spamassassin and spamassassin-headers.
9392
9393 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9394
9395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9396         Suppress unnecessary messages.
9397
9398 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9399
9400         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9401         make-hash-table.
9402
9403 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * canlock.el (base64-encode-string): Don't autoload it.
9406
9407 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * run-at-time.el: Remove useless (require 'itimer),
9410         eval-and-compile and (featurep 'xemacs).
9411
9412 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9413
9414         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9415         GROUP is a virtual group.
9416
9417 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9418
9419         * gnus.el: Autoload `message-y-or-n-p'.
9420
9421 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9422
9423         * pgg-parse.el: Remove unnecessary (require 'custom).
9424
9425         * pgg-def.el: do.
9426
9427         * nnmail.el: do.
9428
9429         * gnus-undo.el: do.
9430
9431         * gnus-picon.el: do.
9432
9433         * gnus-util.el: do.
9434
9435 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9438
9439 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9442         handle, as well as a list.
9443
9444         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9445         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9446         (mm-w3m-cid-retrieve): Simplify.
9447
9448 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9449
9450         * message.el (message-kill-to-signature): Allow prefix arg to
9451         specify number of lines to keep before signature.
9452
9453 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9454
9455         (message-kill-to-signature): Change docstring.
9456
9457 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * canlock.el: Always require sha1-el.
9460         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9461
9462         * message.el: Autoload sha1 only when compiling.
9463
9464         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9465         eudc-expand-inline for XEmacs.
9466
9467 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * message.el (message-canlock-generate): Require sha1-el.
9470
9471 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9472
9473         * message.el (message-expand-name): Silence the byte compiler.
9474
9475         * lpath.el: Add detect-coding-system.
9476
9477         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9478         cus-edit.
9479
9480 2004-01-13  Simon Josefsson  <jas@extundo.com>
9481
9482         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9483         Invoke gnus-score-mode.  Reported by
9484         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9485
9486         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9487         Jim Blandy <jimb@redhat.com> (tiny change).
9488
9489 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9490
9491         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9492
9493 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * spam.el (spam-get-article-as-string): Update to use
9496         gnus-request-article-this-buffer, much simpler.
9497         (spam-get-article-as-buffer): Remove.
9498
9499 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9500
9501         * message.el (message-expand-name): Use EUDC if the user uses
9502         that.
9503
9504 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9505
9506         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9507         character for the encoding to avoid consing a string.
9508
9509         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9510         unnecessarily.
9511
9512         * mm-util.el (mm-replace-chars-in-string): Remove.
9513
9514         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9515         of mm-replace-chars-in-string.
9516
9517 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9518
9519         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9520         strings.
9521
9522         * mm-util.el (mm-subst-char-in-string): Support inplace.
9523
9524         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9525         a new string in every iteration.  Use shy groups.
9526
9527 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9528
9529         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9530         (gnus-group-change-level, gnus-kill-newsgroup)
9531         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9532         (gnus-get-unread-articles, gnus-make-articles-unread)
9533         (gnus-make-ascending-articles-unread): Use accessor
9534         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9535         to get group information for improved readability.
9536
9537         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9538
9539         * gnus-soup.el (gnus-soup-group-brew): do.
9540
9541         * gnus-msg.el (gnus-put-message): do.
9542
9543         * gnus-move.el (gnus-group-move-group-to-server): do.
9544
9545         * gnus-kill.el (gnus-batch-score): do.
9546
9547         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9548         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9549         (gnus-group-update-group, gnus-group-read-group)
9550         (gnus-group-make-group, gnus-group-make-help-group)
9551         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9552         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9553         (gnus-group-sort-by-unread, gnus-group-catchup)
9554         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9555         (gnus-group-yank-group, gnus-group-set-info)
9556         (gnus-group-list-groups): do.
9557
9558         * gnus.el (gnus-generate-new-group-name): do.
9559
9560         * gnus-delay.el (gnus-delay-send-queue): do.
9561
9562         * nnvirtual.el (nnvirtual-catchup-group): do.
9563
9564         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9565         do.
9566
9567         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9568         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9569
9570         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9571         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9572         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9573         (gnus-group-make-articles-read): do.
9574
9575 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9576
9577         * gnus-art.el (article-decode-mime-words, article-babel)
9578         (gnus-article-highlight-signature, gnus-article-add-buttons)
9579         (gnus-signature-toggle): Use gnus-with-article-buffer.
9580
9581         * gnus-art.el (gnus-article-highlight-headers)
9582         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9583
9584         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9585         (gnus-article-set-globals, gnus-request-article-this-buffer)
9586         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9587         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9588         (gnus-mime-display-alternative): Use with-current-buffer.
9589
9590 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9591
9592         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9593         also under 80 char limit, and call gnus-error if needed.
9594         (spam-fetch-article-header): Fix - it was a
9595         buffer-local variable (gnus-newsgroup-data).
9596         (spam-find-spam): Use spam-generate-fake-headers, forget about
9597         spam-insert-fake-headers.
9598         (spam-insert-fake-headers): Remove.
9599
9600 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9601
9602         * deuglify.el (gnus-article-outlook-unwrap-lines)
9603         (gnus-outlook-rearrange-article)
9604         (gnus-outlook-repair-attribution-outlook)
9605         (gnus-outlook-repair-attribution-block)
9606         (gnus-outlook-repair-attribution-other): Remove redundant
9607         save-excursion.
9608
9609 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9610
9611         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9612         (spam-fetch-field-subject-fast)
9613         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9614         (spam-fetch-article-header): Add functions to deal with Gnus
9615         internals for fast retrieval of article header data.
9616         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9617
9618 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9619
9620         * pop3.el (pop3-md5): Remove.
9621         (pop3-apop): Replace pop3-md5 with md5.
9622
9623         * mm-bodies.el: base64 is always built-in.
9624
9625         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9626         with-current-buffer.
9627
9628 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * canlock.el (canlock-insert-header): Remove excessive grouping in
9631         regexp.
9632
9633         * gnus-sum.el (gnus-summary-read-document): Ditto.
9634
9635         * gnus-uu.el (gnus-uu-part-number): Ditto.
9636
9637         * html2text.el (html2text-remove-tags): Ditto.
9638         (html2text-format-tags): Ditto.
9639         (html2text-format-single-elements): Ditto.
9640
9641         * mml.el (mml-parse-1): Ditto.
9642
9643 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9644
9645         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9646
9647         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9648
9649         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9650
9651         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9652
9653 2003-11-15  Simon Josefsson  <jas@extundo.com>
9654
9655         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9656         (pgg-gpg-lookup-key): Use regexp match instead of
9657         split-string (split-string is different between emacs 21.2 and
9658         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9659
9660 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9661
9662         * gnus-art.el (gnus-mime-view-all-parts)
9663         (gnus-article-part-wrapper, gnus-article-view-part): Use
9664         with-current-buffer.
9665
9666 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9667
9668         * spam.el (spam-disable-spam-split-during-ham-respool)
9669         (spam-spamoracle-database, spam-cache-lookups)
9670         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9671         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9672         (spam-group-ham-marks, spam-group-spam-marks)
9673         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9674         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9675         also add spam-use-blackholes to the statistical checks.
9676         (spam-fetch-field-fast): Add interface to fetching fields, may
9677         become a macro.
9678         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9679         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9680         (spam-insert-fake-headers): Fake an article when needed.
9681         (spam-find-spam): Fake article when possible.
9682         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9683         (spam-check-bogofilter-headers): Use message-fetch-field instead
9684         of nnmail-fetch-field.
9685
9686 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9689
9690 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9691
9692         * spam.el (spam-split): Do not require spam-use-CHECK to be
9693         enabled if that check is passed to spam-split explicitly; also
9694         fix so 'spam doesn't get converted to spam-split-group when
9695         spam-split-symbolic-return is t.
9696         (spam-find-spam): Find registrations of the article and use those
9697         instead of re-running spam-split to find the spam/ham
9698         classification of the article.
9699         (spam-log-processing-to-registry, spam-log-registered-p)
9700         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9701         Use gnus-error instead of gnus-message.
9702         (spam-log-registration-type): Add function to determine the
9703         classification of a message based on registry entries; will
9704         return nil if both 'spam and 'ham are found.
9705         (spam-check-BBDB): Expand all the BBDB macros here so we can have
9706         a reasonably fast local cache without the loading errors.
9707         (spam-cache-lookups): Set to t by default.
9708         (spam-find-spam): Don't try to guess spam-cache-lookups.
9709         (spam-enter-whitelist, spam-enter-blacklist): Clear the
9710         spam-caches entry.
9711         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
9712         caching of whitelist/blacklist entries.
9713         (spam-check-whitelist, spam-check-blacklist): Invoke
9714         spam-from-listed-p with a type, not a cache variable.
9715         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
9716
9717 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9718
9719         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9720
9721         * nnmail.el (nnmail-split-fancy): do.
9722
9723         * mml.el (mml-parse): do.
9724
9725         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9726         (gnus-score-adaptive): do.
9727
9728 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9731         (gnus-mime-button-map): Don't set keymap parent.
9732         (gnus-button-ctan-directory-regexp): Use shy grouping.
9733         (gnus-prev-page-map): Don't set keymap parent.
9734         (gnus-prev-page-map): Remove duplicated one.
9735         (gnus-next-page-map): Don't set keymap parent.
9736         (gnus-mime-security-button-map): Ditto.
9737
9738         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9739         version number.
9740
9741         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9742
9743 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * canlock.el (canlock-sha1-function): Remove.
9746         (canlock-sha1-function-for-verify): Remove.
9747         (canlock-openssl-program): Remove.
9748         (canlock-openssl-args): Remove.
9749         (canlock-ignore-errors): Remove.
9750         (canlock-sha1-with-openssl): Remove.
9751         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9752         (canlock-verify): Don't use canlock-ignore-errors.
9753
9754         * sha1-el.el (sha1-string-external): Make it can return a string
9755         in binary form.
9756         (sha1-region-external): Ditto.
9757         (sha1-string-internal): Ditto.
9758         (sha1-region-internal): Ditto.
9759         (sha1-region): Ditto.
9760         (sha1-string): Ditto.
9761         (sha1): Ditto.
9762
9763 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * spam.el (spam-report-articles-gmane): New command.
9766
9767 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9770
9771         * run-at-time.el (run-at-time-saved): Remove.
9772         (run-at-time): Doc fix.
9773
9774 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9775
9776         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9777         (gnus-summary-limit-map): Add it.
9778         (gnus-summary-make-menu-bar): do.
9779
9780 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9781
9782         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9783         Make attempt at some caching support (done for BBDB only now).
9784         (spam-find-spam): Set spam-cache-lookups if there are more than 2
9785         addresses to be checked.
9786         (spam-clear-cache-BBDB): Add function, to be invoked by
9787         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
9788         (spam-check-BBDB): Check and use the caches, if
9789         spam-cache-lookups is on, remove superfluous (provide).
9790
9791 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9794
9795 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9796
9797         * run-at-time.el (run-at-time-saved): Move to after the definition
9798         of `run-at-time'.
9799
9800         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9801
9802 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9805         mm-w3m-local-map-property.
9806
9807         * mm-view.el (mm-w3m-mode-map): Remove.
9808         (mm-w3m-local-map-property): Remove.
9809         (mm-inline-text-html-render-with-w3m): Don't use
9810         mm-w3m-local-map-property.
9811
9812 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * run-at-time.el: New file.
9815
9816         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9817         under Emacs.
9818
9819         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9820         of gnus-set-text-properties.
9821
9822         * gnus-uu.el (gnus-uu-save-article): Ditto.
9823
9824         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9825
9826         * gnus-cite.el (gnus-cite-parse): Ditto.
9827
9828         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9829         of gnus-.
9830
9831         * gnus-xmas.el (run-at-time): Require run-at-time.
9832
9833         * gnus.el: Changed calls to nnheader-run-at-time and
9834         password-run-at-time throughout to use run-at-time directly.
9835
9836         * password.el: Removed definition of run-at-time.
9837
9838         * nnheaderxm.el: Remove definition of run-at-time.
9839
9840 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9841
9842         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9843         in prompt.
9844
9845 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9846
9847         * messagexmas.el (message-xmas-redefine): Alias
9848         `message-make-caesar-translation-table' to
9849         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9850         version.
9851
9852         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9853         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9854         `gnus-xmas-set-text-properties'.
9855         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9856         `gnus-xmas-completing-read'.
9857         (gnus-xmas-completing-read): Removed.
9858         (gnus-xmas-open-network-stream): Removed.
9859
9860         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9861         XEmacs version.
9862
9863         * dns.el (dns-make-network-process): Use `open-network-stream'
9864         instead of `gnus-xmas-open-network-stream'.
9865
9866         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9867
9868         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9869
9870 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9871
9872         * gnus-art.el (gnus-mime-display-alternative)
9873         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9874         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9875         Don't use gnus-local-map-property.
9876
9877         * gnus-util.el (gnus-local-map-property): Remove.
9878
9879         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9880         gnus-completing-read-maybe-default with completing-read.
9881
9882         * gnus-util.el (gnus-completing-read): do.
9883         (gnus-completing-read-maybe-default): Remove.
9884
9885 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9886
9887         * password.el: Only autoload `run-at-time' if not XEmacs.
9888         Only autoload the itimer functions if XEmacs.
9889
9890 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9893         XEmacsen.
9894
9895         * dgnushack.el: Autoload executable-find for XEmacs.
9896
9897 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9898
9899         * gnus-art.el (gnus-read-string): Remove.
9900         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9901         read-string.
9902
9903 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9904
9905         * netrc.el: Autoload password-read.
9906         (netrc): Add configuration group.
9907         (netrc-encoding-method, netrc-openssl-path): Add
9908         variables for encoding and decoding of files with symmetric
9909         ciphers.
9910         (netrc-encode): Add assistant function to encode a file with
9911         netrc-encoding-method.
9912         (netrc-parse): Add interactive parameter, added optional
9913         decoding if netrc-encoding-method is non-nil but otherwise
9914         behavior is standard.
9915         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9916         Do s/encode/encrypt/ everywhere.
9917
9918         * spam.el: Remove executable-find autoload.
9919
9920 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9921
9922         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9923
9924         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9925
9926 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * gnus-art.el (gnus-treat-ansi-sequences,
9929         article-treat-ansi-sequences): New variable and function.
9930         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9931
9932         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9933         Use it.
9934
9935 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9936
9937         * mm-util.el (mm-quote-arg): Remove.
9938
9939         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9940         shell-quote-argument.
9941
9942         * gnus-uu.el (gnus-uu-command): do.
9943
9944         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9945
9946         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9947         with make-char.
9948
9949         * mm-util.el (mm-make-char): Remove.
9950
9951         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9952         add-minor-mode.
9953
9954         * gnus-undo.el (gnus-undo-mode): do.
9955
9956         * gnus-topic.el (gnus-topic-mode): do.
9957
9958         * gnus-sum.el (gnus-dead-summary-mode): do.
9959
9960         * gnus-start.el (gnus-slave-mode): do.
9961
9962         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9963
9964         * gnus-ml.el (gnus-mailing-list-mode): do.
9965
9966         * gnus-gl.el (gnus-grouplens-mode): do.
9967
9968         * gnus-draft.el (gnus-draft-mode): do.
9969
9970         * gnus-dired.el (gnus-dired-mode): do.
9971
9972         * gnus-ems.el (gnus-add-minor-mode): Remove.
9973
9974         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9975         Replace gnus-char-width with char-width.
9976
9977         * gnus-ems.el (gnus-char-width): Remove.
9978
9979         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9980         Replace gnus-char-width with char-width.
9981
9982         * gnus-ems.el (gnus-char-width): Remove.
9983
9984         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9985         definition.
9986         Remove Emacs 20 hash table compatibility code.
9987
9988         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9989         20 compatibility code.
9990
9991         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9992
9993         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9994
9995         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9996         with point-at-{eol,bol}.
9997
9998         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9999
10000         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10001
10002         * flow-fill.el (fill-flowed-point-at-bol,
10003         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10004
10005         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10006         Replace with point-at-{eol,bol} throughout all files.
10007
10008 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * ntlm.el (ntlm-string-as-unibyte): New macro.
10011         (ntlm-build-auth-response): Use it.
10012
10013         Remove Emacs 20 stuff:
10014         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10015         (butlast, mapc, remove): Remove the compiler macros.
10016         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10017         of delq and copy-sequence.
10018         * gnus-art.el (popup-menu): Remove the compiler macro.
10019         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10020         Emacs 20.
10021
10022 2004-01-05  Simon Josefsson  <jas@extundo.com>
10023
10024         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10025         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10026         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10027         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10028         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10029         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10030         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10031         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10032         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10033         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10034         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10035         string-xor into ntlm-string-xor.  Suggested by
10036         Jesper Harder <harder@myrealbox.com>.
10037
10038         * ntlm.el: Don't include poem.
10039
10040         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10041         Jesper Harder <harder@myrealbox.com>.
10042
10043         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10044
10045         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10046         probably breaks emacs with DL patch, but do we care? Is anyone
10047         still using the DL stuff?)
10048
10049         * sieve-manage.el: Use the password package.
10050         (sieve-manage-read-passwd): Remove.
10051         (sieve-manage-interactive-login): Use password.  Re-add
10052         condition-case around loop.
10053
10054         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10055         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10056         the password package.
10057
10058 2003-02-19  Simon Josefsson  <jas@extundo.com>
10059
10060         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10061         token.
10062
10063 2002-08-07  Simon Josefsson  <jas@extundo.com>
10064
10065         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10066         (sieve-manage-authenticators):
10067         (sieve-manage-authenticator-alist): Add some SASL mechs.
10068         (sieve-sasl-auth): New function.
10069         (sieve-manage-cram-md5-auth):
10070         (sieve-manage-plain-auth): Rewrite using SASL library.
10071         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10072         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10073         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10074         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10075
10076 2004-01-05  Simon Josefsson  <jas@extundo.com>
10077
10078         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10079         New files.
10080
10081 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10082
10083         * gnus-group.el (gnus-no-groups-message): Update.
10084
10085         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10086
10087 2003-11-09  Simon Josefsson  <jas@extundo.com>
10088
10089         * imap.el: Support for ID IMAP extension (RFC 2971).
10090         (imap-local-variables): Add imap-id.
10091         (imap-id): New variable.
10092         (imap-id): New function.
10093         (imap-parse-response): Parse untagged ID response.
10094         * nnimap.el (nnimap-id): New variable.
10095         (nnimap-open-connection): Use it.
10096
10097 2003-12-28  Simon Josefsson  <jas@extundo.com>
10098
10099         * gnus-score.el (gnus-score-edit-all-score): New.
10100         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10101
10102 2004-01-04  Simon Josefsson  <jas@extundo.com>
10103
10104         * password.el: Add.
10105
10106 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10107
10108         * dns.el: Add support for AAAA records (see RFC 3596)
10109
10110         * Fix typo PRT -> PTR
10111
10112         * Parse MX, PTR and SOA replies (see RFC 1035)
10113
10114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10115
10116         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10117
10118         * Moved to Changelog.2.
10119
10120 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121
10122         * gnus.el (gnus-version-number): Bump version.
10123
10124 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10125
10126         * gnus.el: No Gnus v0.1 is released.
10127
10128 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10129
10130         * gnus.el: No Gnus v0.0 is released.
10131
10132 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10133
10134         * gnus.el (gnus-version-number): Bump.
10135         (gnus-version): No.
10136
10137 See ChangeLog.2 for earlier changes.
10138
10139     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
10140   Copying and distribution of this file, with or without modification,
10141   are permitted provided the copyright notice and this notice are preserved.
10142
10143 ;; Local Variables:
10144 ;; coding: iso-2022-7bit
10145 ;; fill-column: 79
10146 ;; add-log-time-zone-rule: t
10147 ;; End:
10148
10149 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4