2006-12-31 Steve Youngs <steve@sxemacs.org>
[gnus] / lisp / ChangeLog
1 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2
3         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4         `define-minor-mode' macro definition expanded properly.
5         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
6         exclude it there.
7
8         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10         `fboundp' test.
11         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12         This is OK to autoload in (S)XEmacs now.
13
14 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
17         keystroke. 
18         (gnus-summary-limit-to-singletons): Fix typo.
19
20         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
21         else fails.
22
23 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
24
25         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
26         docstring.
27
28         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
29         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
30         (gnus-summary-insert-dormant-articles): Fix typo in message.
31
32 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
33
34         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
35         nil for XEmacs.
36         (gnus-message-citation-mode): Don't autoload in XEmacs.
37
38         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
39
40 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
41
42         * nnimap.el (nnimap-expunge-search-string): Mention
43         nnimap-search-uids-not-since-is-evil in docstring.
44
45 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
46
47         * spam.el: Revert to make-obsolete-variable because
48         define-obsolete-variable-alias is not supported in Emacs 21.
49
50         * spam.el (spam-ifile-path, spam-ifile-database-path)
51         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
52         make-obsolete-variable.
53         (spam-bsfilter-path, spam-bsfilter-program)
54         (spam-spamassassin-path, spam-spamassassin-program)
55         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
56         use "path" inappropriately.
57         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
58         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
59         variable names.
60
61 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
62
63         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
64         summary buffer.
65
66         * password.el (password-cache-remove): Use clear-string to burn
67         password, if available.
68
69 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
70
71         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
72
73         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
74
75         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
76         (gnus-message-highlight-citation): Move defcustom here from
77         gnus-cite.el.
78         (gnus-message-citation-mode): Autoload.
79
80         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
81         checks to make it compile with XEmacs.
82         (gnus-message-citation-mode): New minor mode.
83         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
84         (gnus-message-highlight-citation): New variables.
85         (gnus-message-search-citation-line)
86         (gnus-message-add-citation-keywords)
87         (gnus-message-remove-citation-keywords)
88         (turn-on-gnus-message-citation-mode)
89         (turn-off-gnus-message-citation-mode): New functions.
90
91 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
92
93         * gnus-cite.el: Enable highlighting of different citation levels in
94         message-mode.
95
96 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
97
98         * message.el (message-make-fqdn): Fix comment.
99         (message-bogus-system-names): Add ".local".
100
101         * spam.el (spam-ifile-path, spam-ifile-program)
102         (spam-ifile-database-path, spam-ifile-database)
103         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
104         Don't use "path" inappropriately.
105         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
106         strings.
107         (spam-check-ifile, spam-ifile-register-with-ifile)
108         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
109         new variable names.
110
111         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
112         (gnus-treat-display-smileys): Simplify using
113         gnus-image-type-available-p.
114
115         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
116         available.
117
118         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
119         `display-images-p' if available.
120
121 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
124         one after turning on the buffer's multibyteness instead of decoding
125         them directly in the unibyte buffer that causes unexpected conversion
126         in Emacs 23 (unicode).
127
128 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
129
130         * message.el (message-generate-hashcash): Fix custom type.
131
132 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
133
134         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
135
136 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
137
138         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
139         disconnect icons.  Add help text.
140
141 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * spam.el (spam-extra-header-to-number): CRM114 spam score should be
144         negated to be consistent with the others we handle
145
146 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147
148         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
149         version of gnus-summary-buffer to something, so that we can use two
150         article buffers at the same time.
151
152 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
155         trigger all the extra headers.
156         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
157         sorting.
158
159 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
160
161         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
162         solid groups.
163
164 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
165
166         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
167
168 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
169
170         * legacy-gnus-agent.el: Add Copyright notice.
171
172 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
173
174         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
175
176 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
179
180         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
181         to make it work reliably in CVS Emacs.
182         (gnus-summary-limit-strange-charsets-predicate)
183         (gnus-summary-limit-to-predicate): New functions.
184
185 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
186
187         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
188         specifying array size.
189         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
190         array if it is too small.
191         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
192         (gnus-sort-threads-loop): New function.
193
194 2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
195
196         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
197         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
198
199 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
200
201         * mm-url.el (mm-url-predefined-programs): Call curl with correct
202         options.
203
204 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
207         DOS-ing the recipient.
208
209         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
210         the headers when creating the mapping to avoid mismappings.
211         (nnweb-gmane-create-mapping): Always nix out old mapping.
212
213 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
216         and mm-verify-option to never.
217
218 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * message.el (message-signed-or-encrypted-p): New function.
221         (message-forward-make-body): Use it.
222
223         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
224         Replace encode-coding-string with mm-encode-coding-string.
225
226 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * nneething.el (nneething-decode-file-name): Replace
229         decode-coding-string with mm-decode-coding-string.
230
231         * gnus-int.el (gnus-open-server): Say failed server's name.
232
233 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
234
235         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
236         strings to a single string.  Quote `errors-file-name'.
237         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
238         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
239         Adjust calls.  Use `shell-quote-argument'.
240
241 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
242
243         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
244         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
245
246         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
247         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
248         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
249         (gnus-group-make-directory-group, gnus-group-transpose-groups):
250         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
251         (gnus-subscribe-newsgroup, gnus-1):
252         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
253         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
254         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
255         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
256
257 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
260         keystroke.
261         (gnus-summary-limit-to-bodies): Implement headersp.
262
263 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * dns.el (query-dns): Protect against "Process dns deleted" strings.
266
267 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
270
271 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * message.el (message-generate-hashcash): Expand range of values to
274         include `opportunistic'.
275         (message-send-mail): Use it.
276
277 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
278
279         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
280         and comment it.
281
282         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
283
284 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
285
286         * gnus-util.el (gnus-extract-address-components): Improve comment.
287
288 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-util.el (gnus-extract-address-components): Work with address in
291         which the name portion contains @.
292
293         * lpath.el: Fbind custom-autoload.
294
295 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
296
297         * gnus.el (gnus-start): Move custom group up.
298         (gnus-select-method): Don't autoload, but make it available for
299         `customize-variable'.
300         (gnus-getenv-nntpserver): Don't autoload.
301
302 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
303
304         * spam.el: reverted to 7.82 (removed changes since 2006-10-16)
305
306 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
307
308         * message.el (message-sendmail-extra-arguments): New variable.
309         (message-send-mail-with-sendmail): Use it.
310
311 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
314         mm-with-unibyte-current-buffer to make string unibyte.
315
316         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
317         mm-string-as-multibyte.
318
319 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
320
321         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
322         Reported by Werner Koch <wk@gnupg.org>.
323
324 2006-11-14  Daiki Ueno  <ueno@p360>
325
326         * mml2015.el: Autoload epa-select-keys when compiling.
327
328 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
329
330         * mml2015.el (mml2015-epg-sign): Save the signing keys in
331         message-options.
332         (mml2015-epg-encrypt): Save the recipient keys in message-options.
333
334 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
335
336         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
337         EasyPG (< 0.0.6).
338         (mml2015-always-trust): New user option.
339         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
340         prompt.
341
342 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * nntp.el (nntp-authinfo-force): New variable.
345         (nntp-send-authinfo): Use it.
346
347 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * message.el (message-strip-subject-encoded-words): Allow _not_ to
350         decode encoded words.  Improve prompt.  Add comment about forwarding.
351         (message-replacement-char): Move up.
352
353 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
354
355         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
356         instead of gnus-intersection because arguments of gnus-sorted-nunion
357         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
358
359 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
360
361         * message.el (message-strip-subject-encoded-words): Reformat prompt.
362         (message-simplify-subject-functions): Enable
363         message-strip-subject-encoded-words by default.
364
365 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
366
367         * message.el (message-strip-subject-encoded-words): New function
368         (message-simplify-subject-functions): New variable.
369         (message-simplify-subject): Use it.  Fix typo in doc string.
370         Support message-strip-subject-encoded-words.
371
372 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
373
374         * gnus-diary.el (gnus-diary-delay-format-function):
375         * nndiary.el (nndiary-reminders):
376         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
377
378 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
379
380         * gnus-art.el (article-hide-boring-headers): Fetch date from
381         gnus-original-article-buffer to avoid problems with localized date
382         strings.
383
384 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
387
388 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
389
390         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
391         New variables.
392         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
393         (mm-charset-synonym-alist): Move some entries to
394         mm-codepage-iso-8859-list.
395         (mm-charset-synonym-alist, mm-charset-override-alist): Add
396         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
397
398 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
401
402 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
403
404         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
405         with Emacs 21 and XEmacs.
406
407 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * spam.el (spam-parse-address): New function for better parsing,
410         catching errors, etc.
411         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
412
413 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
414
415         * mm-view.el: Add interactive arg to html2text autoload.
416
417 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
420
421 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
422
423         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
424         variables.
425         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
426         (mm-charset-synonym-alist): Move some entries to
427         mm-codepage-iso-8859-list.
428
429         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
430
431 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
432
433         * message.el (message-citation-line-format)
434         (message-insert-formated-citation-line): Fix implementation of %E, %N
435         and %n according to the doc string.
436
437 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
440         car-safe to avoid bad parses.
441
442 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
445         names.
446
447         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
448
449 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
452         header.
453
454         * message.el (message-draft-headers): Add Date.
455         (message-headers-to-generate): Fix typo in docstring.
456
457         * nndraft.el (nndraft-required-headers): New variable.
458         (nndraft-generate-headers): Use it.
459
460         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
461
462 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * gnus-registry.el (gnus-registry-wash-for-keywords)
465         (gnus-registry-find-keywords): New functions to allow easy searching of
466         articles that are in the registry.
467
468 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
469
470         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
471         ietf-drums-parse-address instead of gnus-extract-address-components.
472         Reported by Damien Elmes <damien@repose.cx>.
473
474 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
475
476         * gnus.el (gnus-mime): Remove unused custom group.
477
478 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
479
480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
481         "blank line" when searching for end of armor headers.
482
483 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gmm-utils.el (gmm-write-region): Fix variable name.
486
487 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
488
489         * gmm-utils.el (gmm-write-region): New function based on compatibility
490         code from `mm-make-temp-file'.
491
492         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
493
494         * nnmaildir.el (nnmaildir--update-nov)
495         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
496         Use `gmm-write-region'.
497
498 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
499
500         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
501         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
502
503         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
504
505         * message.el (message-replacement-char): New variable.
506         (message-fix-before-sending): Use it.
507         (message-simplify-subject): New function to remove duplicate code.
508         (message-reply, message-followup): Use it.
509
510         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
511         gnus-summary-limit-to-articles.
512
513 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-util.el (gnus-with-local-quit): New macro.
516
517         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
518
519 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
520
521         * gnus-util.el (gnus-string-remove-all-properties): another fix
522
523 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
526         non-string data (needs to be done in the registry too)
527
528 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
529
530         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
531         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
532         (gnus-registry-split-fancy-with-parent)
533         (gnus-registry-fetch-simplified-message-subject-fast)
534         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
535         remove text properties on ingress into the registry and when it's saved
536         (gnus-registry-clean-empty-function): fixed bug with cleaning the
537         registry from entries with no groups
538
539 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * gnus-util.el (gnus-string-remove-all-properties): utility function to
542         remove string properties
543
544 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
545
546         * gmm-utils.el (gmm): Adjust custom version.
547
548         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
549         custom version.
550
551         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
552
553 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
554
555         * gnus-art.el (gnus-insert-prev-page-button)
556         (gnus-insert-next-page-button): Simplify.  Reformat.
557
558 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
559
560         * gnus-art.el (gnus-insert-prev-page-button)
561         (gnus-insert-next-page-button): Apply gnus-article-button-face.
562
563 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
564
565         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
566
567 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
568
569         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
570         gnus-article-button-face to MIME and security buttons.
571
572 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
573
574         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
575         readable.
576
577 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
580
581 2006-09-20  Steve Youngs  <steve@sxemacs.org>
582
583         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
584         `browse-url-of-file' instead of `browse-url'.
585
586 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
587
588         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
589         regexp.  Articles containing quotation were cut prematurely.
590
591 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * message.el (message-cite-original-1): Use nobody by default for the
594         value of From header.
595         (message-reply): Ditto.
596
597 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
598
599         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
600         to the gnus-info.  This fixes a bug of inline-PGP message verification.
601         Reported by Michael Piotrowski <mxp@dynalabs.de>.
602
603 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
604
605         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
606         mails in the doc string.  Add some URLs in comment.
607         (pop3-movemail): Warn about pop3-leave-mail-on-server.
608
609 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
612         backslashes handling and the way to find boundaries of quoted strings.
613
614 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
615
616         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
617         mml1991-encrypt-to-self is set and mml1991-signers is not set.
618         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
619         mml2015-encrypt-to-self is set and mml2015-signers is not set.
620
621 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
622
623         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
624         doc string.
625         (gnus-button-regexp, gnus-button-last): Remove unused variables.
626
627 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * lpath.el: Fbind epg-check-configuration.
630
631 2006-09-06  Simon Josefsson  <jas@extundo.com>
632
633         * mml2015.el (mml2015-use): Doc fix, mention epg.
634
635 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
636
637         * mml2015.el (mml2015-use): Default to epg, if available.
638
639 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
640
641         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
642         message-sender.
643         (mml1991-epg-encrypt): Ditto.
644         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
645         message-sender.
646         (mml2015-epg-encrypt): Ditto.
647
648 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
649
650         * message.el (message-send-mail-with-sendmail): Look for sendmail in
651         several common directories.
652
653 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
654
655         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
656         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
657
658 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * gnus-art.el (article-decode-encoded-words): Make it fast.
661
662 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
663
664         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
665
666         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
667         in quoted string into `\'.
668
669 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
672         Use standard-syntax-table.
673
674 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus-art.el (gnus-decode-address-function): New variable.
677         (article-decode-encoded-words): Use it to decode headers which are
678         assumed to contain addresses.
679         (gnus-mime-delete-part): Remove useless `or'.
680
681         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
682         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
683         (gnus-nov-parse-line): Use it to decode From header.
684         (gnus-get-newsgroup-headers): Ditto.
685         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
686
687         * mail-parse.el (mail-decode-encoded-address-region): New alias.
688         (mail-decode-encoded-address-string): New alias.
689
690         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
691         New function.
692         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
693         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
694         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
695         (rfc2047-decode-string): Ditto.
696         (rfc2047-decode-address-region): New function.
697         (rfc2047-decode-address-string): New function.
698
699 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
700
701         * message.el (message-caesar-buffer-body): Allow rotating headers.
702
703         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
704
705         * message.el (message-insert-formated-citation-line): Fix %f.
706         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
707
708 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
711         (gnus-bookmark-mouse-available-p): New macro.
712         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
713         (gnus-bookmark-bmenu-show-infos): Use it.
714         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
715         (gnus-bookmark-bmenu-hide-infos): Ditto.
716         (gnus-bookmark-remove-properties): New function.
717         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
718         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
719         (gnus-bookmark-write-file): Bind coding-system-for-write.
720         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
721         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
722         group before selecting it.
723         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
724         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
725         quit-window if it is not available; use gnus-mouse-2 and bind it to
726         gnus-bookmark-bmenu-select-by-mouse.
727         (gnus-bookmark-show-details): Remove unused variable `details-list'.
728         (gnus-bookmark-bmenu-select-by-mouse): New function.
729
730 2006-08-13  Romain Francoise  <romain@orebokech.com>
731
732         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
733         space.
734
735 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * compface.el (uncompface): Use binary rather than raw-text-unix.
738
739 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * compface.el (uncompface): Make sure the eol conversion doesn't take
742         place when communicating with the external programs.  Reported by
743         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
744
745 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * nnheader.el (nnheader-insert-head): Fix typo in comment.
748
749 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
750
751         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
752         Make it more robust by parsing author and date independently.
753
754 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
757
758 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
759
760         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
761         first matching secret key.
762         (mml2015-epg-encrypt): Ditto.
763
764         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
765         first matching secret key.
766         (mml1991-epg-encrypt): Ditto.
767
768         * mml2015.el (mml2015-encrypt-to-self): New user option.
769         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
770         mml2015-epg-encrypt-to-self is set.
771
772         * mml1991.el (mml1991-encrypt-to-self): New variable.
773         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
774         mml1991-epg-encrypt-to-self is set.
775
776         * mml2015.el (mml2015-signers): New user option.
777         (mml2015-epg-sign): Reflect the value of mml2015-signers.
778         (mml2015-epg-encrypt): Allow to select signing keys.
779
780         * mml1991.el (mml1991-signers): New variable.
781         (mml1991-epg-sign): Reflect the value of mml1991-signers.
782         (mml1991-epg-encrypt): Allow to select signing keys.
783
784 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * nnheader.el (nnheader-insert-head): Make it work even if the file
787         uses CRLF for the line-break code.
788
789 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
790
791         * mml2015.el: Require mml-sec instead of password.
792         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
793         (mml2015-cache-passphrase): Inherit the default value from
794         mml-secure-cache-passphrase.
795         (mml2015-passphrase-cache-expiry): Inherit the default value from
796         mml-secure-passphrase-cache-expiry.
797
798         * mml1991.el: Require mml-sec instead of password.
799         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
800         (mml1991-cache-passphrase): Inherit the default value from
801         mml-secure-cache-passphrase.
802         (mml1991-passphrase-cache-expiry): Inherit the default value from
803         mml-secure-passphrase-cache-expiry.
804
805         * mml-sec.el: Require password.
806         (mml-secure-verbose): New user option.
807         (mml-secure-cache-passphrase): New user option.
808         (mml-secure-passphrase-cache-expiry): New user option.
809
810 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
811
812         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
813         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
814         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
815
816         FIXME: Use `tiny change'?
817
818 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
819
820         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
821         workaround for the url package included with Emacs.
822
823         * nnweb.el (nnweb-google-create-mapping): Update regexp.
824
825 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
828         correctly.  This fixes a bug caused by the 2006-05-12 change.
829
830 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
831
832         * nnmail.el (nnmail-article-group): If splitting raises an error, give
833         some information about the error when saying that the `bogus' mail
834         group will be used.
835
836 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
837
838         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
839         string.
840
841 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
842
843         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
844
845 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
846
847         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
848
849 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
850
851         * mml1991.el (mml1991-function-alist): Add epg.
852         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
853         (mml1991-epg-encrypt): New functions.
854
855 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
856
857         * mml2015.el (mml2015-verbose): New variable.
858         (mml2015-cache-passphrase): Ditto.
859         (mml2015-passphrase-cache-expiry): Ditto.
860         (mml2015-function-alist): Add epg.
861         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
862         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
863         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
864         functions.
865
866 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
867
868         * message.el (message-cite-original-1): Preserve region when removing
869         quoted text due to X-No-Archive in order to avoid bogus attribution
870         when citing multiple messages.
871
872 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
873
874         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
875         Kenneth Jacker <khj@be.cs.appstate.edu>.
876
877 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
878
879         * gnus-diary.el (gnus-user-format-function-d)
880         (gnus-user-format-function-D): Autoload.
881
882         * imap.el (Commentary): Fix typo.
883
884         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
885         2006-04-22 contribution.
886
887 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
888
889         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
890         It didn't really fix the bogosity I'm seeing with solid web groups.
891
892 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
893
894         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
895         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
896         created using server names.  If we use the feature without declaring
897         it, Gnus does not properly manage server and group state.
898
899         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
900         bound.
901
902 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
903
904         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
905         looking up the method using GROUP's prefix before inventing a new one.
906         It is used on killed/unknown groups in various places where returning
907         an all-new method isn't expected by the caller.
908
909         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
910         and match semantics of gnus-group-real-prefix.
911
912 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
913
914         * nnmail.el (nnmail-broken-references-mailers): New variable.
915         (nnmail-ignore-broken-references): New function generalizing
916         nnmail-fix-eudora-headers.
917         (nnmail-fix-eudora-headers): Now obsolete.
918
919         * gnus-art.el (gnus-button-handle-custom): Support
920         `customize-apropos*'.
921
922 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
925
926         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
927         articles.
928
929 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
930
931         * message.el (message-cite-reply-above): New variable.
932         (message-yank-original): Use it.
933
934 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
937
938 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
939
940         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
941         as read.
942
943         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
944
945 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
946
947         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
948         (gnus-bookmark-default-file): Use gnus-directory.
949         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
950         Remove "*" in doc string.
951         (gnus-bookmark-write-file): Simplify.
952         (gnus-bookmark-maybe-sort-alist): Use `when'.
953         (gnus-bookmark-get-bookmark): Fix typo in doc string.
954         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
955         FIXME about Emacs 21 and XEmacs compatibility.
956         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
957         compatibility.
958         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
959         compatibility.
960         (gnus-bookmark-menu-heading): Fix version.
961
962 2006-06-19  Bastien Guerry  <bzg@altern.org>
963
964         * gnus-bookmark.el: New file.
965
966 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * message.el (message-syntax-checks): Doc fix.
969
970 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
971
972         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
973         unsubscribed groups as if they were killed ones.  It causes duplicate
974         entries in gnus-newsrc-alist.
975
976 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * message.el (message-syntax-checks): Doc fix.
979         (message-send-mail): Add check for continuation headers.
980         (message-check-news-header-syntax): Fix regexp used to check for
981         continuation headers.
982
983 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
986
987 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
988
989         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
990
991 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
992
993         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
994         default-truncate-lines.
995
996 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
999         to fill the utf-8 entry.
1000
1001         * lpath.el: Fbind unicode-precedence-list.
1002
1003 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1004
1005         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1006
1007 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1008
1009         * gnus-agent.el (directory-files-and-attributes): Move all the way
1010         forward (the third and final move).
1011         (gnus-agent-read-agentview): Trap reconstruction errors due to
1012         nonexistant directory.  Handle by returning nil.
1013
1014 2006-05-30  Didier Verna  <didier@xemacs.org>
1015
1016         * message.el (message-dont-reply-to-names): Update the custom type.
1017         * message.el (message-dont-reply-to-names): New defsubst: potentially
1018         convert a list of regexps into a single one.
1019         * message.el (message-get-reply-headers): Use it.
1020         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1021
1022 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-agent.el (directory-files-and-attributes): Move forward.
1025
1026 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1027
1028         * gnus-ml.el (gnus-mailing-list-subscribe)
1029         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1030         (gnus-mailing-list-message): Fix doc strings.
1031
1032 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1033
1034         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1035         of doing it manually.
1036
1037 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1040         comment.
1041
1042 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1043
1044         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1045         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1046         (gnus-agent-read-local): All symbols allocated in my-obarray
1047         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1048         (gnus-agent-regenerate-group): Check numeric names to see if they are
1049         messages or groups.
1050         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1051         better way of do this...)
1052
1053         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1054         'dummy.group' (there should be a better way of do this...)
1055
1056 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1059         (gnus-saved-headers): Ditto.
1060         (gnus-default-article-saver): Mention functions may have properties.
1061         (gnus-article-save): Override gnus-save-all-headers and
1062         gnus-saved-headers by :headers property which saver function may have.
1063         (gnus-summary-save-in-file): Add :headers property.
1064         (gnus-summary-write-to-file): Ditto.
1065
1066         * gnus-sum.el (gnus-summary-save-article): Bind
1067         gnus-prompt-before-saving to t when saving many articles in a file;
1068         always show all headers.
1069
1070         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1071
1072 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1073
1074         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1075         marks.
1076
1077         * message.el (message-indent-citation): Add optional arguments to allow
1078         using it outside of message buffers.
1079
1080         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1081         (gnus-article-treat-unfold-headers): Use it.
1082         (gnus-article-truncate-lines): New variable.
1083         (gnus-article-mode): Use it.
1084         (gnus-article-toggle-truncate-lines): New function.
1085
1086         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1087         gnus-article-toggle-truncate-lines.
1088
1089         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1090         coding system in XEmacs, use binary.
1091
1092 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1095         after-load-alist.
1096
1097         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1098         this function should save decoded articles.
1099         (gnus-summary-write-to-file): Use property to specify this function
1100         should save decoded articles and specify gnus-summary-save-in-file
1101         should be used to save articles other than the first one when saving
1102         many articles.
1103         (gnus-summary-save-body-in-file): Use property to specify this
1104         function should save decoded articles.
1105         (gnus-summary-write-body-to-file): Use property to specify this
1106         function should save decoded articles and specify
1107         gnus-summary-save-body-in-file should be used to save articles other
1108         than the first one when saving many articles.
1109
1110         * gnus-sum.el (gnus-summary-save-article): Simplify.
1111
1112 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (gnus-default-article-saver): Add
1115         gnus-summary-write-body-to-file.
1116         (gnus-article-save-coding-system): Don't use coding system object
1117         in XEmacs.
1118         (gnus-read-save-file-name): Add optional `dir-var' argument which
1119         specifies directory in which files are saved; work even if optional
1120         `variable' argument is not specified.
1121         (gnus-summary-write-to-file): Read file name.
1122         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1123         (gnus-summary-write-body-to-file): New function.
1124
1125         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1126         (gnus-summary-local-variables): Add it.
1127         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1128         (gnus-summary-save-article): Remove optional `decode' argument;
1129         determine whether to decode articles by the value of
1130         gnus-default-article-saver; when saving many files using
1131         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1132         it first and use gnus-summary-save-in-file or
1133         gnus-summary-save-body-in-file thereafter unless
1134         gnus-prompt-before-saving is always; move point to article which
1135         will be saved.
1136         (gnus-summary-save-article-file): Revert.
1137         (gnus-summary-write-article-file): Revert.
1138         (gnus-summary-save-article-body-file): Revert.
1139         (gnus-summary-write-article-body-file): New function.
1140
1141 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (gnus-default-article-saver): Doc fix.
1144         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1145         from gnus-summary-save-article-coding-system, and default to a
1146         certain coding system.
1147         (gnus-output-to-file): Add coding cookie and encode text according
1148         to gnus-article-save-coding-system; don't use mm-append-to-file.
1149
1150         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1151         gnus-art.el and rename to gnus-article-save-coding-system.
1152         (gnus-summary-save-article): Require gnus-art; don't show all
1153         headers if it decodes articles; don't add coding cookie here;
1154         don't bind mm-text-coding-system-for-write.
1155         (gnus-summary-save-article-file): Save decoded articles.
1156         (gnus-summary-write-article-file): When saving many files, use
1157         gnus-summary-write-to-file first and gnus-summary-save-in-file
1158         thereafter unless gnus-prompt-before-saving is always.
1159         (gnus-summary-save-article-body-file): Save decoded articles.
1160
1161         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1162
1163 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1164
1165         * nnrss.el (nnrss-check-group): Bind hash-index.
1166
1167 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1168
1169         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1170         its hash index.  Store this hash in `nnrss-group-data'.
1171         (nnrss-read-group-data): Update accordingly.
1172
1173 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1174
1175         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1176         entry.
1177
1178         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1179         gnus-article-browse-html-article.
1180
1181 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1182
1183         * gnus-sum.el (gnus-summary-mime-map): Add
1184         gnus-article-browse-html-article.
1185
1186         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1187
1188 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1189
1190         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1191         suitable coding systems in customize.
1192
1193 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1194
1195         * mail-source.el (mail-sources): Fix custom type.
1196
1197 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1198
1199         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1200         (gnus-summary-expire-articles-now): Shorten prompt.
1201
1202         * gmm-utils.el (wid-edit): Require.
1203         (defun-gmm): Renamed from `gmm-defun-compat'.
1204         (gmm-image-search-load-path): Use it.
1205         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1206
1207 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1210         variable.
1211         (gnus-summary-save-article): Add optional `decode' argument.  If
1212         it is set and gnus-summary-save-article-coding-system is non-nil,
1213         save decoded article.
1214         (gnus-summary-write-article-file): Save decoded article if
1215         gnus-summary-save-article-coding-system is non-nil.
1216
1217         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1218         type.
1219
1220 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1223
1224 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1227         first to test gnus-single-article-buffer which may be buffer-local.
1228
1229         * gnus-sum.el (gnus-summary-setup-buffer): Make
1230         gnus-single-article-buffer buffer-local and nil in ephemeral
1231         group; make gnus-article-buffer, gnus-article-current, and
1232         gnus-original-article-buffer always buffer-local.
1233         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1234         group.
1235         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1236
1237 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1238
1239         * nnml.el (nnml-request-compact-group): Compressed files might not
1240         have .gz extension.
1241
1242 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1243
1244         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1245         (mm-copy-to-buffer): Use with-current-buffer.
1246         (mm-display-part): Simplify.
1247         (mm-inlinable-p): Add optional arg `type'.
1248
1249 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1250
1251         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1252         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1253         Try harder to show the attachment internally or externally using
1254         gnus-mime-view-part-as-type.
1255
1256 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1257
1258         * message.el (message-from-style, message-signature-separator)
1259         (message-user-organization-file, message-send-mail-function)
1260         (message-citation-line-function, message-yank-prefix)
1261         (message-indent-citation-function, message-signature)
1262         (message-signature-file, message-signature-insert-empty-line):
1263         Remove autoloads.
1264
1265         * gnus-art.el (gnus-buttonized-mime-types): Remove
1266         "multipart/signed".  Revert 2006-04-26 change.
1267
1268 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus.el (gnus-version-number): Bump version.
1271
1272 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1273
1274         * gnus.el: No Gnus v0.5 is released.
1275
1276 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1277
1278         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1279         fetching articles by message-id.
1280
1281 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * message.el (hashcash): Require hashcash as normal.
1284
1285         * ecomplete.el (ecomplete-highlight-match-line): Use
1286         point-at-eol.
1287         (ecomplete-highlight-match-line): Use `highlight', because that
1288         face exists in both Emacs and XEmacs.
1289
1290         * message.el (message-display-abbrev): Use point-at-bol.
1291
1292         * mail-source.el: Don't require timer/timer-funcs.
1293
1294         * gnus-async.el: Ditto.
1295
1296         * password.el: Ditto.
1297
1298         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1299
1300         * mm-url.el: Ditto.
1301
1302         * gnus-xmas.el: Don't require timer-funcs.
1303
1304         * mm-util.el: Require timer/timer-funcs.
1305
1306 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1307
1308         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1309         Close.
1310
1311 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1314         unibyte after clear-decrypt function runs.
1315
1316         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1317         returns as a unibyte string.
1318
1319 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * lpath.el: Revert.
1322
1323         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1324         (pgg-gpg-process-sentinel): Revert.
1325
1326         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1327         (pgg-pgp-lookup-key): Revert.
1328
1329         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1330         (pgg-pgp5-lookup-key): Revert.
1331
1332         * pgg.el (pgg-fetch-key): Revert.
1333
1334 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * lpath.el: Fbind string-as-multibyte for XEmacs.
1337
1338         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1339         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1340         (mml1991-pgg-encrypt): Ditto.
1341
1342         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1343         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1344         a multibyte buffer.
1345
1346         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1347         (pgg-pgp-lookup-key): Ditto.
1348
1349         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1350         (pgg-pgp5-lookup-key): Ditto.
1351
1352         * pgg.el (pgg-fetch-key): Ditto.
1353
1354 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1355
1356         * message.el (message-user-organization-file): Check several
1357         locations of the organization file.
1358
1359         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1360         Add gnus-article-view-part-as-type.
1361
1362         * gnus-art.el (gnus-article-view-part-as-type): New function.
1363
1364         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1365         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1366
1367         * mml.el: Simplify autoload.
1368         (mml-mode): defvar dnd-protocol-alist instead of using
1369         symbol-value.
1370         (mml-default-directory): New variable.
1371         (mml-minibuffer-read-file): Use it.
1372         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1373
1374         * message.el (message-citation-line-format): New variable.
1375         (message-insert-formated-citation-line): New function.
1376         (message-citation-line-function): Add
1377         `message-insert-formated-citation-line' to custom type.
1378
1379         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1380         to doc string.
1381
1382         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1383         depending on mm-verify-option.
1384
1385 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1388         binding pgg-* variables; reimplement the section which prevents
1389         MIME header from being signed.
1390         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1391         pgg-text-mode; remove a blank line at the top of body.
1392
1393         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1394         lines at the top of body; use gnus-newsgroup-charset if there's no
1395         Charset header.
1396
1397 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1398
1399         * message.el (message-self-insert-commands): Doc fix.
1400
1401         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1402         (mm-uu-pgp-encrypted-test): Ditto.
1403         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1404         between header and body; return application/pgp-encrypted handle
1405         if decryption failed; decode decrypted body by charset.
1406
1407         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1408         element match to application/pgp-*.
1409
1410 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1411
1412         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1413         HTML.
1414
1415 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * mail-source.el (mail-source-call-script): Message the error
1418         string.
1419
1420 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-util.el (gnus-byte-compile): Use it.
1423
1424 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1425
1426         * gnus-util.el (kill-empty-logs): New function.
1427
1428 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * message.el (message-mail-alias-type): Doc fix.
1431         (message-mail-alias-type-p): New function.
1432         (message-send): Use it.
1433         (message-mode): Ditto.
1434         (message-strip-forbidden-properties): Ditto.
1435
1436         * ecomplete.el (ecomplete-database-file-coding-system): New
1437         variable.
1438         (ecomplete-save): Use it.
1439         (ecomplete-setup): Use it.
1440
1441 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * message.el (message-self-insert-commands): New variable.
1444         (message-strip-forbidden-properties): Use it.
1445
1446 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1449         that doesn't make XEmacs choke.
1450
1451 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1452
1453         * gnus-util.el (gnus-replace-in-string):
1454         Prefer replace-regexp-in-string over of replace-in-string.
1455
1456 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-util.el (gnus-select-frame-set-input-focus):
1459         Use select-frame-set-input-focus if it is available in XEmacs; use
1460         definition defined in Emacs 22 for old Emacsen.
1461
1462         * dgnushack.el: Autoload unmorse-region for XEmacs.
1463
1464         * lpath.el: Bind cursor-in-non-selected-windows and
1465         select-frame-set-input-focus for XEmacs.
1466
1467 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1468
1469         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1470
1471 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1472
1473         * gnus-registry.el (gnus-registry-cache-save): remove text
1474         properties when saving via the temp buffer
1475
1476 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * message.el (message-generate-hashcash): Honor custom type.
1479
1480 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * message.el (message-generate-hashcash): Default to non-nil when
1483         hashcash is found.
1484
1485         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1486         (gnus-refer-thread-limit): Increase default to 500.
1487
1488         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1489
1490         * flow-fill.el (fill-flowed): Allow delete-space.
1491
1492 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1493
1494         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1495         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1496         Remove autoloads.
1497
1498 2006-04-18  Simon Josefsson  <jas@extundo.com>
1499
1500         * message.el (message-generate-hashcash): Default to.
1501
1502 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1505         concatenating segments rather than before concatenating them.
1506
1507 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1508
1509         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1510
1511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1514
1515         * message.el (message-forward-make-body-plain): Allow
1516         message-forward-ignored-headers to be a list.
1517         (message-remove-ignored-headers): Factor out into function.
1518         (message-forward-make-body-mml): Use it.
1519
1520         * imap.el (imap-quote-specials): New function.
1521         (imap-login-auth): Quote specials.
1522
1523         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1524         (rfc2231-parse-string): Allow concatanation of parameters that
1525         aren't contiguous.  The test case is
1526           (mail-header-parse-content-type "message/external-body;
1527             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1528             access-type=LOCAL-FILE;
1529             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1530
1531 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1532
1533         * nntp.el (nntp-accept-process-output): Return the value of
1534         `nnheader-accept-process-output'.
1535
1536 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1539         (gnus-button-alist): Recognize more diff formats.
1540         (gnus-button-patch): Strip directory.
1541
1542 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1543
1544         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1545         Emacs 22 when setting focus.
1546
1547 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-art.el (gnus-article-treat-types): Do treatment of
1550         text/x-verbatim parts.
1551         (gnus-button-patch): New command.
1552
1553         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1554         addresses that contain invalid characters.
1555
1556 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * message.el (message-put-addresses-in-ecomplete): Use
1559         gnus-replace-in-string.
1560         (message-is-yours-p): Use the more correct
1561         mail-header-parse-address instead of
1562         mail-extract-address-components.
1563         (message-put-addresses-in-ecomplete): Fix typo.
1564
1565         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1566         keystroke.
1567
1568         * gnus-art.el (gnus-treatment-function-alist): Change order of
1569         newsgroups/generic header folding to avoid double-folding.
1570
1571         * message.el (message-hidden-headers): Add X-Draft-From.
1572
1573         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1574         command.
1575         (gnus-summary-repeat-search-article-backward): New command.
1576
1577         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1578         groups in the parent topic.
1579
1580 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1581
1582         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1583         (spam-extra-header-to-number): Return the CRM114 number as a
1584         number instead of a string.
1585
1586 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * gnus-art.el (gnus-face-properties-alist): Moved here from
1589         gnus-fun.
1590
1591         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1592
1593 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * message.el (message-strip-forbidden-properties): Only display on
1596         self-insert-command.
1597
1598         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1599         reindent.
1600         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1601
1602 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1603
1604         * smiley.el (smiley-style): Fix typo.
1605
1606 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * hashcash.el (hashcash-insert-payment-async-2): Use
1609         message-goto-eoh instead of doing it manually.
1610         (mail-add-payment): Use message-narrow-to-header instead of trying
1611         to do the same itself.
1612
1613         * message.el (message-hidden-headers): Add Face.
1614
1615         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1616         reparenting code.
1617         (gnus-summary-reparent-children): Refactored out code.
1618         (gnus-summary-thread-map): New keystroke.
1619         (gnus-summary-reparent-children): Make into command.
1620
1621         * smiley.el (smiley-style): Default to `medium' if using a large
1622         font.
1623
1624         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1625         does it itself.
1626
1627         * message.el (message-point-in-header-p): Simplify definition.
1628
1629 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * nnagent.el (nnagent-request-set-mark): Silence log file
1632         writing.
1633         (nnagent-request-set-mark): Use write-region instead of
1634         append-to-file.
1635
1636         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1637         strange select method.
1638
1639         * ecomplete.el (ecomplete-display-matches): Get highlightling
1640         right.
1641         (ecomplete-display-matches): Use literals.
1642         (ecomplete-display-matches): Disable message logging.
1643
1644         * message.el (message-display-abbrev): Small optimization.
1645
1646         * ecomplete.el (ecomplete-display-matches): Allow automatic
1647         display.
1648
1649         * message.el (message-strip-forbidden-properties): Display
1650         abbrevs.
1651         (message-display-abbrev): Get automatic display right.
1652
1653         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1654         keystrokes.
1655
1656 2006-04-13  Romain Francoise  <romain@orebokech.com>
1657
1658         TODO: Backport to v5-10!
1659
1660         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1661         Moved here (and renamed) from gnus-registry.el.
1662
1663         * gnus-registry.el: Require gnus-util.
1664         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1665
1666 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-group.el (gnus-group-catchup-current): Change
1669         if-then-else-if-then-else into cond.
1670         (gnus-group-catchup): Indent.
1671         (group-name-at-point): New function.
1672         (gnus-fetch-group): Provide default from thing at point.
1673
1674 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * message.el (message-display-abbrev): Fix regexp.
1677
1678         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1679         choosing.
1680         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1681         dead variables.
1682
1683         * message.el (message-newline-and-indent): Remove debugging.
1684         (message-display-abbrev): Use new implementation.
1685
1686 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * gnus-art.el (gnus-article-mode): Set
1689         cursor-in-non-selected-windows to nil.
1690
1691         * smiley.el: Revert previous change.
1692         (smiley-data-directory): defvar it before using it in the
1693         defcustom of `smiley-style'.
1694
1695 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * message.el (message-newline-and-indent): New function.
1698
1699         * ecomplete.el: Implement more bits.
1700
1701         * message.el (message-put-addresses-in-ecomplete): Clean up the
1702         string.
1703
1704         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1705
1706         * gnus-sum.el (gnus-summary-save-parts): Bind
1707         gnus-summary-save-parts-counter and use it to make unique file
1708         names.
1709
1710         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1711
1712         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1713         parameter to say whether to actually parse the individual
1714         addresses.
1715
1716         * message.el (message-put-addresses-in-ecomplete): New function.
1717         (ecomplete): Require.
1718         (message-mail-alias-type): Add ecomplete as an option.
1719
1720 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1721
1722         * flow-fill.el (fill-flowed): Remove trailing space from blank
1723         quoted lines.
1724
1725 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * smiley.el (smiley-style): Move definition later to avoid a
1728         compilation warning.
1729
1730 2006-04-12  Kenichi Handa  <handa@m17n.org>
1731
1732         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1733         buffer and then decode the buffer text if necessary.
1734         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1735         first, and after mm-encode-body, change the buffer to unibyte.
1736         Use mm-disable-multibyte instead of set-buffer-multibyte.
1737
1738 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1741         Content-Type header instead of Content-Disposition header.
1742         (gnus-mime-inline-part): Ditto.
1743         (gnus-mime-view-part-as-charset): Ignore charset that the part
1744         specifies.
1745
1746         * mm-decode.el (mm-display-part): Work with external parts and
1747         usual parts similarly.
1748
1749         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1750         instead of gnus-display-mime.
1751
1752         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1753         instead of with-temp-buffer.
1754
1755         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1756         tag to summarized topics part in order to encode non-ASCII text.
1757
1758 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * smiley.el (smiley-style): New variable.
1761         (smiley-directory): New function.
1762         (smiley-data-directory): Derive from `smiley-style' using
1763         `smiley-directory'.
1764         (smiley-regexp-alist): Add new entries.
1765
1766         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1767         (gnus-article-browse-delete-temp): Add :version.
1768
1769 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1770
1771         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1772         the sieve region.
1773
1774 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * gnus.el (gnus-version-number): Bump version.
1777
1778 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1779
1780         * gnus.el: No Gnus v0.4 is released.
1781
1782 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1785         layout.
1786
1787         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1788         unknown charset.
1789
1790         * message.el (message-header-synonyms): Add Original-To to the
1791         default.
1792
1793         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1794         optional parameter.
1795
1796 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1797
1798         * gnus-fun.el (gnus): Require it for gnus-directory.
1799
1800 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1803
1804 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1805
1806         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1807
1808 2006-04-05  Simon Josefsson  <jas@extundo.com>
1809
1810         * password.el (password-reset): New function.
1811
1812 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1813
1814         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1815         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1816
1817 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1818
1819         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1820         Some whitespace was matched into the url, which broke browsing hits
1821         > 100 when mm-url-use-external was nil.
1822
1823 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1824
1825         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1826         gnus-extra-headers for 'Newsgroups.
1827
1828         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1829         bound.
1830
1831 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1832
1833         * pgg-gpg.el: Clean up process buffers every time gpg processes
1834         complete.
1835
1836 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1839         doc string.
1840
1841 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1842
1843         * pgg-gpg.el (pgg-gpg-process-filter)
1844         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1845
1846         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1847         lines, temporary fix.
1848
1849 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1850
1851         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1852
1853 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1854
1855         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1856         default-enable-multibyte-characters.  This reverts the change from
1857         revision 6.17 which is no longer necessary because the passphrase
1858         is sent separately now.  GnuPG messages are unreadable under
1859         multibyte locales with default-enable-multibyte-characters set to
1860         nil.
1861
1862 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1863
1864         * message.el (message-tool-bar-gnome): Move "spell".
1865
1866 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1869         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1870         instead.
1871
1872 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1873
1874         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1875         newsgroups handling for NNTP overviews which don't include
1876         Newsgroups.
1877
1878 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1879
1880         * message.el (message-resend): Bind message-generate-hashcash to nil.
1881
1882 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1883
1884         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1885         when searching for already-paid recipients.
1886
1887 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1888
1889         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1890         passphrases when it is not needed.
1891         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1892         passphrase stuff from gpg, should only be necessary when you use
1893         gpg with a smartcard.
1894
1895 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * mml.el (mml-insert-mime): Ignore cached contents of
1898         message/external-body part.
1899
1900         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1901         (mm-insert-part): Ditto.
1902
1903 2006-03-23  Simon Josefsson  <jas@extundo.com>
1904
1905         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1906         Reiner.
1907         (pgg-gpg-use-agent-p): Use it again.
1908
1909 2006-03-23  Simon Josefsson  <jas@extundo.com>
1910
1911         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1912         older emacsen.
1913         (pgg-gpg-use-agent-p): Don't use it.
1914
1915 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1918         if we can.
1919
1920 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1921
1922         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1923         (pgg-gpg-update-agent): New function.
1924         (pgg-gpg-use-agent-p): New function.
1925         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1926         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1927         (pgg-gpg-sign-region): Use it.
1928
1929 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1932         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1933
1934 2006-03-21  Simon Josefsson  <jas@extundo.com>
1935
1936         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1937         <wilde@sha-bang.de>.
1938         (pgg-gpg-use-agent): New variable.
1939         (pgg-gpg-process-region): Use it.
1940         (pgg-gpg-encrypt-region): Likewise.
1941         (pgg-gpg-encrypt-symmetric-region): Likewise.
1942         (pgg-gpg-decrypt-region): Likewise.
1943         (pgg-gpg-sign-region): Likewise.
1944         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1945
1946 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1947
1948         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1949
1950         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1951         Add comment on version.
1952
1953 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1954
1955         * smiley.el: Add missing test smiley.
1956
1957 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * mm-decode.el (mm-with-part): New macro.
1960         (mm-get-part): Use it; work with message/external-body as well.
1961         (mm-save-part): Treat name and filename equally.
1962
1963         * mm-extern.el (mm-extern-cache-contents): New function.
1964         (mm-inline-external-body): Use it; force the part to be displayed;
1965         move undisplayer added to the cached handle to the parent.
1966
1967         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1968         (gnus-mime-view-part-as-type): Work with message/external-body.
1969
1970         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1971
1972 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1975         images in image-load-path.  [Sync with image.el, revision 1.60, in
1976         Emacs.]
1977
1978 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1979
1980         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1981         path rather than symbol.  Always return list of directories.
1982         Guarantee that image directory comes first.  [Sync with image.el,
1983         revision 1.59, in Emacs.]
1984
1985         * message.el (message-make-tool-bar): Adjust to new API of
1986         `gmm-image-load-path-for-library'.
1987
1988         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1989
1990         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1991
1992 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1993
1994         * gnus-art.el (gnus-article-only-boring-p):
1995         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1996         intangible text.
1997         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1998
1999 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2000
2001         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2002         `defun' instead of `gmm-defun-compat'.
2003
2004 2006-03-14  Simon Josefsson  <jas@extundo.com>
2005
2006         * message.el (message-unique-id): Don't use message-number-base36
2007         if (user-uid) is a float.
2008         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2009
2010 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2011
2012         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2013
2014         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2015         empty line between a part and a message part.
2016
2017 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2018
2019         * smiley.el: Add more test smileys.
2020         (smiley-data-directory, smiley-regexp-alist)
2021         (gnus-smiley-file-types): Fix doc strings.
2022         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2023         adding new elements.
2024         (smiley-mouse-map): Unused code.  Make it a comment.
2025
2026 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2029         scan latest NoCeM messages instead of old ones.
2030         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2031         delimiters that are recently used.
2032         (gnus-nocem-load-cache): Add autoload cookie.
2033
2034         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2035
2036         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2037         level which is larger than gnus-use-nocem is specified.
2038
2039         * gnus-group.el (gnus-group-get-new-news): Ditto.
2040
2041 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * gnus-util.el (gnus-tool-bar-update): New function.
2044
2045         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2046         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2047
2048         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2049
2050         * gnus-group.el (gnus-group-redraw-when-idle)
2051         (gnus-group-redraw-check): Remove.
2052         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2053
2054 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2057         if optional last element is specified in splits (FIELD VALUE...).
2058
2059 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2060
2061         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2062         to gmm-image-load-path-for-library.  Call with no-error argument.
2063         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2064
2065         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2066
2067         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2068
2069         * gmm-utils.el (gmm-image-load-path): Remove alias.
2070
2071 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * gmm-utils.el (gmm-image-load-path): Add alias.
2074
2075         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2076         nnml-generate-nov-databases-1.
2077         (nnml-generate-nov-databases): Use it.
2078         (nnml-generate-nov-databases-directory): Document no-active
2079         argument.
2080
2081         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2082         directory if path is t.  Add no-error.
2083
2084         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2085         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2086
2087         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2088         resetting gnus-article-browse-html-temp-list.
2089
2090         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2091         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2092         Add example to docstring.  Rename local variables.  Move error
2093         checks to default case in cond and simplify.
2094
2095 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2098         handle is multipart when calling it recursively.
2099         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2100
2101 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2102
2103         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2104         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2105
2106 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2109         is loaded.
2110
2111         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2112         loaded.
2113
2114 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2117         to "Emacs 23 (unicode)" in doc string.
2118
2119         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2120         "Emacs 23 (unicode)" in comment.
2121
2122 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2125
2126         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2127         characters 160 through 255 in Emacs 23.
2128
2129 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2132         gnus-article-browse-html-temp.
2133         (gnus-article-browse-delete-temp): Make it customizable.  Add
2134         `file'.  Adjust doc string.
2135         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2136         query for each file.  Adjust doc string.
2137         (gnus-article-browse-html-parts): Add
2138         `gnus-article-browse-delete-temp-files' to
2139         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2140
2141 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2142
2143         * gnus-art.el (gnus-article-browse-html-temp)
2144         (gnus-article-browse-delete-temp): New variables.
2145         (gnus-article-browse-delete-temp-files): New function.
2146         (gnus-article-browse-html-parts): Use it.
2147
2148 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2149
2150         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2151
2152         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2153         string.
2154
2155         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2156         gnus-summary-insert-new-articles when unplugged.  Remove
2157         gnus-summary-search-article-forward.
2158
2159         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2160         display-visual-class instead of display-color-cells.
2161
2162 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * dgnushack.el: Autoload customize-group for XEmacs.
2165
2166         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2167         message/* containing non-ASCII text properly.
2168
2169 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2170
2171         * message.el: Require gmm-utils, remove autoloads.
2172         (message-tool-bar): Set default based on
2173         gmm-tool-bar-style.
2174         (message-tool-bar-gnome): Add gmm-customize-mode.
2175
2176         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2177         gmm-tool-bar-style.
2178         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2179
2180         * gnus-group.el (gnus-group-tool-bar): Set default based on
2181         gmm-tool-bar-style.
2182         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2183
2184         * gmm-utils.el (gmm-image-directory): Rename variable from
2185         gmm-image-load-path.
2186         (gmm-image-load-path): Use gmm-image-directory.
2187         (gmm-customize-mode): New function.
2188         (gmm-tool-bar-style): New variable.
2189
2190         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2191         gnus-group-redraw-line-number.
2192         (gnus-group-redraw-check): Simplify.
2193         (gnus-group-tool-bar-update): Remove redraw check.
2194         (gnus-group-make-tool-bar): Add redraw check.
2195
2196 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2197
2198         * gnus-art.el (gnus-button): Add missing parentheses.
2199
2200 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * lpath.el: Fbind line-number-at-pos.
2203
2204 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2207
2208 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2209
2210         * gnus-art.el (gnus-button): New face.
2211         (gnus-article-button-face): Use it.
2212
2213         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2214         gnus-summary-next-page.  Re-order.
2215
2216         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2217         next-node are now included.
2218         (gnus-group-redraw-line-number): New internal variable.
2219         (gnus-group-redraw-check): Helper function for updating the tool
2220         bar.
2221         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2222
2223         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2224
2225         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2226         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2227         Use it to match format of Spamassassin 3.0 and later.  Reported by
2228         IRIE Tetsuya <irie@t.email.ne.jp>.
2229         (spam-check-bogofilter)
2230         (spam-bogofilter-register-with-bogofilter): Fix args of
2231         `gnus-error' calls.
2232
2233 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2236         unnecessary interaction when sending queued mails.  Reported by
2237         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2238
2239 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2240
2241         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2242         first or last are nil.
2243
2244 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2245
2246         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2247
2248 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2249
2250         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2251
2252 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * dns.el (query-dns): Protect more against buggy tcp output.
2255
2256 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2259         nov.php.
2260
2261 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2262
2263         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2264         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2265         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2266         output on the server side.
2267         (nnweb-google-create-mapping): Update regexps and add some
2268         progress indication.
2269
2270 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2273         gnus-agent-toggle-plugged.  Re-order icons.
2274         (gnus-group-tool-bar-gnome): Add
2275         gnus-group-{prev,next}-unread-group.
2276         (gnus-group-tool-bar-gnome): Re-order icons.
2277
2278         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2279         gnus-summary-insert-new-articles.
2280
2281         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2282         comments.
2283
2284         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2285         also available in Emacs 21.3.
2286
2287         * message.el (message-fix-before-sending): Change "Emacs 22" to
2288         "Emacs 23 (unicode)" in comment.
2289
2290         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2291         "Emacs 23 (unicode)" in comment.
2292
2293         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2294         comment.
2295         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2296
2297         * mm-view.el (mm-fill-flowed): Add :version.
2298
2299 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2302         and load-path.
2303
2304 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * message.el: Autoload gmm-image-load-path.
2307         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2308         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2309         consitency.
2310
2311         * gmm-utils.el (gmm-image-load-path): Also search in
2312         "../etc/images".  Don't set gmm-image-load-path if we don't find
2313         the image.
2314
2315 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gmm-utils.el (gmm-image-load-path): Don't make
2318         `gmm-image-load-path' include subdirectories which the second arg
2319         `image' might specify.
2320
2321         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2322         subdirectory to icon file names.
2323
2324         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2325
2326 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2329         gmm-image-load-path calls.
2330
2331         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2332
2333         * message.el (message-make-tool-bar): Ditto.
2334
2335         * mml.el (mml-preview): Added comment concerning tool bar icons.
2336
2337         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2338         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2339
2340         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2341         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2342
2343         * message.el (message-tool-bar-gnome): Use new icon names.
2344         (message-make-tool-bar): Use `gmm-image-load-path'.
2345
2346         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2347         functions from MH-E.
2348         (gmm-image-load-path): New variable from MH-E.
2349         (gmm-image-load-path): New function from MH-E.  Added arguments
2350         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2351         *-image-load-path-called-flag.
2352
2353 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2354
2355         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2356
2357 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2358         (tiny change)
2359
2360         * nnimap.el (nnimap-request-move-article): Change folder back to
2361         source group before deleting.
2362
2363 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2364
2365         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2366
2367         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2368         mm-url.
2369
2370         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2371
2372 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2375         coding system which mm-charset-to-coding-system returns for a
2376         given charset is valid.
2377
2378 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2379
2380         * html2text.el (html2text-remove-tag-list):
2381         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2382
2383 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2384
2385         * gnus-cus.el: Revert 2005-10-17 change.
2386
2387 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-art.el (article-strip-banner): Call
2390         article-really-strip-banner only when the regexp match is made.
2391
2392 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-art.el (article-strip-banner): Use
2395         gnus-extract-address-components instead of
2396         mail-header-parse-addresses to make it work with non-ASCII text;
2397         remove mail-encode-encoded-word-string.
2398
2399         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2400         values which are surrounded with \"...\"; make it never cause a
2401         Lisp error; give up parsing of parameters if it failed in
2402         extracting type.
2403
2404 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2405
2406         * smime.el (smime-cert-by-ldap-1): Fix bug where
2407         `smime-ldap-search' returns results without userCertificates.
2408
2409 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2412
2413 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2414
2415         * spam.el (spam-check-spamassassin-headers): Adapt format for
2416         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2417         <ari@mbf.ocn.ne.jp>.
2418         (spam-list-of-processors): Add spam-use-gmane.
2419
2420 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2423         make-temp-file; make it work with XEmacs as well.
2424
2425         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2426         mm-make-temp-file.
2427
2428         * mm-decode.el (mm-display-external): Use the 3rd arg of
2429         mm-make-temp-file.
2430         (mm-create-image-xemacs): Ditto.
2431
2432 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2435         with message-narrow-to-headers.
2436         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2437         (gnus-draft-check-draft-articles): New function.
2438         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2439
2440 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * gnus-art.el (gnus-article-browse-html-parts):
2443         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2444         Don't use suffix argument for mm-make-temp-file for Emacs 21
2445         compatibility.  Remove useless `format'.
2446
2447 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2448
2449         * nnweb.el (nnweb-google-wash-article): Update regexps.
2450         (nnweb-group-alist): Use defvoo instead of defvar.
2451
2452 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2455         re-loading nn* modules.
2456
2457 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2458
2459         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2460         for `tool-bar-mode' and don't check it's default-value.
2461
2462         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2463
2464         * message.el (message-make-tool-bar): Ditto.
2465
2466         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2467         `substring'.  Shorten tmp-file name.
2468
2469         * gnus.el: Remove bogus comment.
2470
2471 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2472
2473         * gnus-art.el (gnus-article-browse-html-parts): New function.
2474         (gnus-article-browse-html-article): New function for viewing html
2475         articles with a browser.
2476
2477 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2478
2479         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2480         in elisp.
2481         (pgg-gpg-encrypt-symmetric-region): Ditto.
2482         (pgg-gpg-sign-region): Ditto.
2483
2484         * pgg-def.el (pgg-text-mode): New variable.
2485
2486         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2487         (mml2015-pgg-encrypt): Ditto.
2488
2489         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2490         (mml1991-pgg-encrypt): Ditto.
2491
2492 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2495         message-make-date instead of current-time-string.
2496
2497         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2498         to gnus-decoded which mm-uu might set.
2499
2500 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2503         don't decode quoted parameters; remove misimported Emacs code.
2504         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2505         (rfc2231-decode-encoded-string): Don't use split-string which
2506         behaves differently according to Emacs version; use
2507         mm-decode-coding-region to convert charset to coding-system.
2508         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2509         (rfc2231-encode-string): Remove misimported Emacs code.
2510
2511 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2514         when calling mail-header-parse-content-type.
2515         (article-de-quoted-unreadable): Ditto.
2516         (article-de-base64-unreadable): Ditto.
2517         (article-wash-html): Ditto.
2518
2519         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2520         calling mail-header-parse-content-type and
2521         mail-header-parse-content-disposition.
2522         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2523         mail-header-parse-content-type.
2524
2525         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2526         insert charset and format parameters; encode description after
2527         inserting it to buffer.
2528         (mml-insert-parameter): Fold lines properly even if a parameter is
2529         segmented into two or more lines; change the max column to 76.
2530
2531         * rfc1843.el (rfc1843-decode-article-body): Don't use
2532         ignore-errors when calling mail-header-parse-content-type.
2533
2534         * rfc2231.el (rfc2231-parse-string): Return at least type if
2535         possible; don't cause an error even if it fails in parsing of
2536         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2537         (rfc2231-encode-string): Don't break lines at the beginning, leave
2538         it to mml-insert-parameter.
2539
2540         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2541         calling mail-header-parse-content-type.
2542
2543 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * spam-report.el (spam-report-gmane-use-article-number):
2546         Improve doc string.
2547         (spam-report-gmane-internal): Check if a suitable header was found
2548         in the article.
2549
2550 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2553         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2554
2555 2006-02-05  Romain Francoise  <romain@orebokech.com>
2556
2557         Update copyright notices of all files in the gnus directory.
2558
2559 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2560
2561         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2562
2563 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2566         segmented lines of parameter value to cope with Thunderbird 1.5
2567         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2568         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2569         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2570
2571 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2572
2573         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2574         parts.
2575
2576 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2577
2578         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2579         there's only one active file for all servers.
2580         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2581         solid groups.  Gnus might have used a FAST request to select the group.
2582         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2583         and nnweb-search redundantly in the active file.
2584         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2585         (nnweb-request-create-group): Don't use ARGS.
2586         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2587         initialisations.  Let nnoo do the work.
2588
2589 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2592         Say the part has been decoded.
2593
2594         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2595
2596 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2597
2598         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2599         mailcap-viewer-test-cache when there's no 'test clause, since that
2600         will invert the meaning of a "nil" test previously determined by
2601         mailcap-mailcap-entry-passes-test.
2602
2603 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2606         compiling.
2607
2608         * gnus-sum.el: Ditto.
2609
2610         * message.el: Don't bind tool-bar-map when compiling.
2611
2612 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2613
2614         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2615
2616 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2617
2618         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2619         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2620         current Google Groups.
2621
2622 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2625         and tool-bar-mode.
2626
2627         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2628         and tool-bar-mode.
2629
2630         * message.el (message-tool-bar-update): Simplify.
2631         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2632
2633         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2634         gnus-summary-buffer.
2635         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2636         gnus-summary-reply.
2637
2638         * gmm-utils.el (gmm): Add :version.
2639
2640 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * Makefile.in (clean): New rule.
2643         (distclean): Use it.
2644
2645 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2646
2647         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2648         autoload.
2649
2650 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * gmm-utils.el (gmm-verbose): Add :group.
2653
2654 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * message.el: Change some comments WRT tool-bars.
2657
2658         * gnus-sum.el (gnus-summary-tool-bar)
2659         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2660         (gnus-summary-tool-bar-zap-list): New variables.
2661         (gnus-summary-make-tool-bar): Complete rewrite using
2662         `gmm-tool-bar-from-list'.
2663
2664         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2665         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2666         variables.
2667         (gnus-group-make-tool-bar): Complete rewrite using
2668         `gmm-tool-bar-from-list'.
2669         (gnus-group-tool-bar-update): New function.
2670
2671         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2672
2673 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2676         is dissected into a single part of which the type is the same as
2677         the given one; decode charset.
2678
2679 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2680
2681         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2682         into alists as symbol not string, since that's what
2683         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2684         look for.
2685
2686 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2687
2688         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2689         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2690
2691         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2692
2693 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2696         (gnus-xmas-mime-security-button-menu): New function.
2697
2698         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2699         (gnus-mime-security-button-menu): New definition.
2700         (gnus-mime-security-button-map): Use them.
2701         (gnus-mime-security-button-menu): New function.
2702         (gnus-insert-mime-security-button): Addition to help echo.
2703         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2704         (gnus-mime-security-pipe-part): New functions.
2705
2706         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2707         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2708
2709         * mm-decode.el (mm-handle-set-disposition): Remove.
2710         (mm-handle-set-description): Remove.
2711
2712 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2715         (mm-w3m-standalone-supports-m17n-p): New function.
2716         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2717         w3m usage.
2718
2719         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2720         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2721
2722 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2723
2724         * message.el (message-tool-bar-zap-list): Use
2725         gmm-tool-bar-zap-list as custom type.
2726         (message-tool-bar-update): New function.
2727         (message-tool-bar, message-tool-bar-gnome)
2728         (message-tool-bar-retro): Add message-tool-bar-update.
2729         (message-tool-bar-gnome): Add flyspell-buffer.
2730
2731         * gnus-util.el (gnus-error): Describe `args'.
2732
2733         * gmm-utils.el (gmm-error): Describe `args'.
2734         (gmm-tool-bar-zap-list): New widget.
2735         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2736
2737 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2740         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2741         the number of recursive calls.
2742
2743         * mm-decode.el (mm-handle-set-disposition): New macro.
2744         (mm-handle-set-description): New macro.
2745
2746 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2749         encoding.
2750
2751 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2752
2753         * message.el (message-tool-bar-zap-list, message-tool-bar)
2754         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2755         (message-tool-bar-local-item-from-menu): Remove.
2756         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2757         (message-make-tool-bar): New function.
2758         (message-mode): Use `message-make-tool-bar'.
2759
2760         * gmm-utils.el: New file.
2761         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2762         (gmm-lazy): New widget copied from `nnmail.el'.
2763         (gmm-tool-bar-from-list): New function for creating customizable
2764         tool bars.
2765         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2766         output.
2767         (gmm): Add :prefix to defgroup.
2768
2769 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2770
2771         * gmm-utils.el (gmm-widget-p): New function.
2772
2773 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2774
2775         * mml.el (mml-attach-file): Describe `description' in doc string.
2776         (mml-menu): Add Emacs MIME manual and PGG manual.
2777
2778 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2779
2780         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2781
2782 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2783
2784         * nntp.el (nntp-end-of-line): Doc fix.
2785
2786 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2787
2788         * imap.el (imap-open): Handle case where buffer is a buffer
2789         object.
2790
2791 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2792
2793         * gnus-delay.el (gnus-delay): Don't autoload.
2794         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2795         to be re-loaded when customizing the `gnus-delay' group.
2796
2797 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2798
2799         * message.el (message-insert-citation-line): Use newlines.
2800
2801 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2802
2803         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2804         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2805         these routines, so the passphrase can be managed externally and
2806         passed in to the system.
2807         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2808         pgg-add-passphrase-to-cache function.
2809
2810         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2811         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2812         these routines, so the passphrase can be managed externally and
2813         passed in to the system.
2814         (pgg-pgp5-sign-region): Use new name of
2815         pgg-add-passphrase-to-cache function.
2816
2817 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2818
2819         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2820         part of the decoded armor to find the key-identifier.
2821         (pgg-gpg-lookup-key-owner): New function to return the
2822         human-readable identifier of a key owner.
2823         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2824         itself.
2825         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2826         the key value) if we have a key and can match it against a secret
2827         key.  Also, added a note pointing out fact that the prompt only
2828         indicates the first matching key.
2829
2830         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2831         pgg-decrypt-region.
2832         (pgg-add-passphrase-to-cache): Rename from
2833         `pgg-add-passphrase-cache' to reduce confusion (all callers
2834         changed).
2835         (pgg-remove-passphrase-from-cache): Rename from
2836         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2837         changed).
2838         (pgg-read-passphrase, pgg-add-passphrase-cache)
2839         (pgg-remove-passphrase-cache): Add informative docstrings.
2840         (pgg-decrypt): Convey provided passphrase in subordinate call to
2841         pgg-decrypt-region.
2842
2843 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2844
2845         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2846         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2847         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2848         'passphrase' argument, so the passphrase can be managed externally
2849         and then passed in to the system.
2850
2851         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2852         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2853         so the passphrase cache can be used reliably with identifiers
2854         besides a pgp packet's key id.
2855
2856         * pgg-gpg.el (pgg-gpg-encrypt-region)
2857         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2858         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2859         these routines, so the passphrase can be managed externally and
2860         passed in to the system.
2861
2862         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2863         'notruncate' argument, so the passphrase cache can be used
2864         reliably with identifiers besides a pgp packet's key id.
2865
2866 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2867
2868         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2869         symmetric encryption.
2870         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2871         encrypted session key.
2872         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2873         message ask for the passphrase in a proper way.
2874
2875         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2876         New user commands for symmetric encryption.
2877
2878 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2881
2882         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2883
2884 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2885
2886         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2887
2888 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * mm-decode.el (mm-inlined-types): Add application/pgp.
2891         (mm-automatic-display): Ditto.
2892
2893         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2894         part as text.
2895
2896 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * nnrss.el: Update copyright.
2899         (nnrss-opml-import): Query whether to subscribe to each entry.
2900
2901         * gnus-art.el:
2902         * gnus-sum.el:
2903         * gnus-xmas.el:
2904         * messagexmas.el:
2905         * mm-uu.el:
2906         * mm-view.el: Update copyright.
2907
2908 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2909
2910         * message.el (message-info): New function.
2911         (message-mode-menu): Add it.
2912         Update copyright.
2913
2914         * ChangeLog: Fix and update copyright.
2915
2916 2006-01-13  Romain Francoise  <romain@orebokech.com>
2917
2918         * message.el (message-forward-subject-name-subject): Prefer the
2919         address to 'nowhere' if the sender has no name.
2920         Fix typo.  Update copyright year.
2921
2922 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-art.el (article-wash-html): Use
2925         gnus-summary-show-article-charset-alist if a numeric arg is given.
2926         (gnus-article-wash-html-with-w3m-standalone): New function.
2927
2928         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2929         mm-inline-text-html-render-with-w3m-standalone.
2930         (mm-text-html-washer-alist): Map w3m-standalone to
2931         gnus-article-wash-html-with-w3m-standalone.
2932         (mm-inline-text-html-render-with-w3m-standalone): New function.
2933
2934 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2935
2936         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2937         Improve LaTeX.
2938
2939 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2942         (nnrss-request-article): Render text/plain parts as HTML.
2943
2944         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2945         the buffer.
2946
2947 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2950         custom definition of `gnus-posting-styles'.
2951
2952         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2953         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2954
2955 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2956
2957         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2958         Use nntp for bug archive.
2959
2960 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2963         parts.
2964         (nnrss-normalize-date): New function converts ISO 8601 date into
2965         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2966         (nnrss-check-group): Use it.
2967
2968 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2971
2972         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2973         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2974         (nnrss-insert-w3): Ditto.
2975
2976 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2979         the articles to be forwarded including the case where neither a
2980         number of articles nor a region is specified.
2981
2982 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * nnrss.el (nnrss-request-article): Fix last change; fill
2985         text/plain parts.
2986
2987 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2990         in text/plain part.
2991         (nnrss-check-group): Don't add excessive newline to dc:subject.
2992
2993 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2994
2995         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2996         article.
2997
2998 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2999
3000         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3001         (nnml-use-compressed-files, nnml-save-mail): Support other
3002         comression programs such as bzip2.
3003
3004 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * dns.el (query-dns): Make sure we check the buffer size before
3007         removing tcp headers.
3008
3009 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3010
3011         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3012         remove MIME buttons associated with multipart/alternative parts.
3013         (gnus-mime-display-alternative): Tag buttons using `article-type'
3014         text property.
3015
3016         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3017         associated with multipart/alternative parts.
3018
3019         * gnus-art.el (gnus-signature-separator): Fix custom type.
3020
3021         * mm-decode.el (mm-inlined-types): Fix custom type.
3022         (mm-keep-viewer-alive-types): Ditto.
3023         (mm-automatic-display): Ditto.
3024         (mm-attachment-override-types): Ditto.
3025         (mm-inline-override-types): Ditto.
3026         (mm-automatic-external-display): Ditto.
3027
3028 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3029
3030         * spam-report.el (spam-report-user-mail-address)
3031         (spam-report-user-agent): New variables.
3032         (spam-report-url-ping-plain): Use spam-report-user-agent.
3033
3034 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3035
3036         * gnus-art.el (gnus-button-handle-custom): Do not just use
3037         `customize-apropos' for any "M-x customize-*" button but the
3038         function called for.  Accept both the function name and its
3039         argument in order to achieve this.
3040         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3041         function name to `gnus-button-handle-custom' in case of "M-x
3042         customize-*" buttons.
3043
3044 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3047         multipart/alternative and add xref to mm-discouraged-alternatives
3048         in doc string.
3049
3050         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3051         gnus-buttonized-mime-types in doc string.
3052
3053 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3056         Suggest image/.* in the doc string.
3057
3058 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3059
3060         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3061         message-marks (Debian bug #342521).
3062
3063 2005-12-12  Simon Josefsson  <jas@extundo.com>
3064
3065         * password.el (password-read-from-cache): Add.
3066         (password-read): Use it.
3067
3068 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3071         us-ascii as a MIME charset.
3072
3073         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3074         against the case where the 2nd arg TYPE is nil.
3075
3076 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * pop3.el (pop3-stream-type): Fix custom version.
3079
3080         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3081
3082 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3083
3084         * mm-decode.el (mm-display-external): Add missing cdr.
3085
3086 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3089         RFC1524) if it is in mailcap or add a suffix according to
3090         mailcap-mime-extensions when generating a temp filename; postpone
3091         deleting a temp file for 2 seconds for some wrappers, shell
3092         scripts, and so on, which might exit right after having started a
3093         viewer command as a background job.
3094
3095 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3096
3097         * nntp.el (nntp-marks-directory): Fix custom group.
3098
3099         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3100         steps when < 10.
3101
3102         * gnus-start.el (gnus-no-server-1): Mention
3103         `gnus-level-default-subscribed' in doc string.
3104
3105 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3106
3107         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3108         parens.
3109
3110 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-xmas.el (gnus-use-toolbar): Revert.
3113         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3114         gnus-use-toolbar is default.
3115
3116         * messagexmas.el (message-use-toolbar): Revert.
3117         (message-setup-toolbar): Use global default-toolbar if
3118         message-use-toolbar is default.
3119
3120 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3123         according to default-toolbar-visible-p.
3124
3125         * messagexmas.el (message-use-toolbar): Ditto.
3126
3127 2005-11-26  Dave Love  <fx@gnu.org>
3128
3129         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3130         (tls-program, tls-success): Provide openssl alternative.
3131
3132         * starttls.el: Doc fixes.
3133         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3134         SERVICE to PORT.
3135
3136         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3137         port null or service name.
3138         (starttls-negotiate): Autoload.
3139
3140 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * message.el (message-kill-to-signature): Fix interactive spec.
3143
3144 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * pop3.el (pop3-open-server): Recognize a string as a service name.
3147
3148 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3149
3150         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3151
3152 2005-11-23  Dave Love  <fx@gnu.org>
3153
3154         Add pop3s, pop3/starttls.
3155
3156         * pop3.el (pop3-authentication-scheme): Clarify doc.
3157         (open-tls-stream, starttls-open-stream): Autoload.
3158         (pop3-stream-type): New.
3159         (pop3-open-server): Use it.
3160
3161         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3162         for POP.
3163         (mail-source-keyword-map): Add :stream for POP.
3164         (mail-source-fetch-pop): Use pop3-stream-type.
3165
3166 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3169         of current-time-string.
3170
3171 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3172
3173         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3174         date header.
3175
3176 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3177
3178         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3179         it can seriously impact performance as it bypasses the agent's
3180         local caches.
3181
3182 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3183
3184         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3185         must be explicitly online rather than "not explicitly offline" for
3186         its flags to be synchronized.
3187
3188         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3189         that gnus-uu-unmark-thread will function correctly.
3190
3191         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3192         1024K is instead displayed as 1M.
3193
3194 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3197
3198 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
3199
3200         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3201
3202 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3203
3204         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3205         error message to display actual error condition.
3206         (gnus-agent-save-local): Avoid saving symbols that are bound to
3207         nil as they simply result in a warning message in
3208         gnus-agent-read-local.
3209
3210 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3213         rather than make-variable-buffer-local for file-precious-flag.
3214
3215 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3216
3217         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3218         for duplicates which are removed.  The invalid sort check then
3219         triggers a rescan after the sort as sorting may have moved
3220         duplicate entries such that they can be cheaply detected.
3221
3222 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3225
3226 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3227
3228         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3229         internal variable to a custom variable.  Changed default value
3230         from compressed(2) to uncompressed(1).
3231         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3232         support for uncompressed agentview files.  Taken together, reading
3233         the agentview file should now be 6-7 times faster.
3234
3235 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3238         as a buffer-local variable.  This avoids creating truncated
3239         dribble files as a result of a hang up, eg.
3240
3241 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3242
3243         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3244         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3245         XEmacs.
3246
3247 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * gnus-start.el (gnus-start-draft-setup): Enforce
3250         `gnus-draft-mode' for nndraft:drafts at startup.
3251
3252         * gnus.el (gnus-splash): Change custom group.
3253         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3254         allow-list argument.
3255
3256         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3257         string.
3258
3259 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * gnus-art.el (gnus-default-article-saver): Add user-defined
3262         `function' to custom type.
3263
3264 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3265
3266         * imap.el (imap-open): Handle case where buffer is a buffer
3267         object.
3268
3269 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3272         long lines.
3273         (gnus-cache-delete-group): Wrap doc strings.
3274
3275         * gnus-agent.el (gnus-agent-rename-group)
3276         (gnus-agent-delete-group): Wrap doc strings.
3277
3278
3279 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * messagexmas.el (message-use-toolbar): Change the valid values
3282         into default, top, bottom, left, and right.
3283         (message-toolbar-thickness): New variable.
3284         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3285         well.
3286         (message-setup-toolbar): Make it work.
3287
3288         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3289         (gnus-use-toolbar): Change the valid values into default, top,
3290         bottom, left, and right.
3291         (gnus-toolbar-thickness): New variable.
3292         (gnus-xmas-setup-toolbar): New function.
3293         (gnus-xmas-setup-group-toolbar): Use it.
3294         (gnus-xmas-setup-summary-toolbar): Use it.
3295
3296 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-start.el (gnus-1): Add "native" to
3299         gnus-predefined-server-alist.
3300
3301         * gnus.el (gnus-method-to-server): Don't add "native" to the
3302         lists here, because that leads to problems when
3303         gnus-select-method is bound.
3304
3305 2005-11-09  Simon Josefsson  <jas@extundo.com>
3306
3307         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3308         use (not sort-by-date) instead.
3309
3310 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3311
3312         * gnus-delay.el (gnus-delay-group): Don't autoload.
3313         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3314         to be re-loaded when customizing the `gnus-delay' group.
3315
3316 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3317
3318         * message.el: Revert last changes.
3319         (message-insert-citation-line): Use newlines.
3320
3321 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3322
3323         * message.el (message-courtesy-message)
3324         (message-mark-insert-begin, message-mark-insert-end)
3325         (message-elide-ellipsis, message-cancel-message)
3326         (message-add-header, message-change-subject)
3327         (message-cross-post-followup-to-header)
3328         (message-cross-post-insert-note, message-reduce-to-to-cc)
3329         (message-widen-reply, message-delete-not-region)
3330         (message-kill-to-signature, message-insert-signature)
3331         (message-insert-importance-high, message-insert-importance-low)
3332         (message-insert-or-toggle-importance)
3333         (message-insert-disposition-notification-to)
3334         (message-indent-citation, message-yank-original)
3335         (message-cite-original-without-signature, message-cite-original)
3336         (message-insert-citation-line, message-position-on-field)
3337         (message-fix-before-sending, message-send-mail-partially)
3338         (message-send-mail, message-send-mail-with-sendmail)
3339         (message-send-mail-with-qmail, message-send-news)
3340         (message-check-news-header-syntax, message-generate-headers)
3341         (message-insert-courtesy-copy, message-fill-address)
3342         (message-fill-header, message-shorten-references)
3343         (message-setup-1, message-cancel-news)
3344         (message-forward-make-body-plain, message-forward-make-body-mime)
3345         (message-forward-make-body-mml, message-encode-message-body)
3346         (message-forward-make-body-digest-plain)
3347         (message-forward-make-body-digest-mime)
3348         (message-use-alternative-email-as-from): Insert `hard-newline'
3349         instead of ordinary newlines.
3350
3351 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * message.el (message-generate-headers): Downcase the argument
3354         given to message-check-element.
3355
3356 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3357
3358         * nntp.el (nntp-authinfo-rejected): New error condition.
3359         (nntp-wait-for): Use new error condition to signal authentication
3360         error.
3361         (nntp-retrieve-data): Rethrow new error condition to break out of
3362         recursive call to nntp-send-authinfo.
3363
3364 2005-11-08  Romain Francoise  <romain@orebokech.com>
3365
3366         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3367         (gnus-summary-exit-map): Bind to `Z p'.
3368         (gnus-summary-make-menu-bar): Add menu item.
3369
3370 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3371
3372         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3373         (gnus-treat-*): Add `first' in all doc strings.
3374
3375         * gnus-group.el (gnus-group-compact-group): Fix typo.
3376
3377 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus.el (gnus-parameters-case-fold-search): New variable.
3380         (gnus-parameters-get-parameter): Use it.
3381
3382         * gnus-score.el (gnus-home-score-file): Doc fix.
3383
3384 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3385
3386         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3387
3388 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * mm-util.el (mm-special-display-p): New function.
3391
3392         * mml.el (mml-preview): Use it; doc fix.
3393
3394 2005-10-29  Romain Francoise  <romain@orebokech.com>
3395
3396         * message.el (message-fix-before-sending): Fix comment.
3397
3398 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3399
3400         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3401
3402 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3403
3404         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3405         Used in gnus-score.el.
3406
3407 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3410
3411 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3412
3413         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3414         whitespace removed in revision 7.8.  Use concatenated string to
3415         protect trailing whitespace.
3416
3417 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3418
3419         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3420         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3421         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3422         Courier IMAP ("some version from 2004").  Mostly based on similar
3423         code in the same function.
3424
3425 2005-10-26  Didier Verna  <didier@xemacs.org>
3426
3427         * gnus-group.el (gnus-group-compact-group): invalidate original
3428         article buffer.
3429         * gnus-srvr.el (gnus-server-compact-server): ditto.
3430         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3431         NOV database and in article itself.
3432         Invalidate article backlog.
3433
3434 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3437
3438 2005-10-26  Simon Josefsson  <jas@extundo.com>
3439
3440         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3441         part of 2004-07-25 change.
3442
3443 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * message.el (message-display-completion-list): New function.
3446         (message-expand-group): Use it; make sure the Completions buffer
3447         is modifiable.
3448
3449 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3450
3451         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3452         user-mail-name is an empty string.
3453
3454 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3455
3456         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3457         depending on gnus-score-decay-constant.
3458
3459         * encrypt.el (encrypt-insert-file-contents)
3460         (encrypt-write-file-contents): Don't use `gnus-message'.
3461
3462         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3463         arguments.
3464         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3465         arguments to mm-uu-verbatim-marks-extract.
3466         (mm-uu-hide-markers): New variable.
3467         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3468
3469         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3470         (gnus-convert-image-to-face-command): Use "convert" by default to
3471         allow other input image formats.
3472         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3473         accordingly.
3474
3475 2005-10-23  Simon Josefsson  <jas@extundo.com>
3476
3477         * imap.el (imap-gssapi-program): Align command line parameters
3478         with latest GNU SASL.
3479         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3480
3481 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3484         HTML.
3485         (nnslashdot-request-article): Ditto.
3486
3487         * lpath.el (featurep): Add nobreak-char-display.
3488
3489 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3490
3491         * mail-source.el (mail-source-fetch-pop): Require pop3.
3492         (mail-source-check-pop): Ditto.
3493
3494 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3497         errors.
3498
3499 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3500
3501         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3502         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3503
3504         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3505
3506         * mm-bodies.el (mm-decode-string): Call
3507         `mm-charset-to-coding-system' with allow-override argument.
3508
3509 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3512         (rfc2047-charset-to-coding-system): New function.
3513         (rfc2047-decode-encoded-words): New function.
3514         (rfc2047-decode-region): Use them.
3515         (rfc2047-decode-cte): Remove.
3516         (rfc2047-parse-and-decode): Remove.
3517         (rfc2047-decode): Remove.
3518
3519 2005-10-15  Kenichi Handa  <handa@m17n.org>
3520
3521         * rfc2047.el (rfc2047-decode-cte): New function.
3522         (rfc2047-decode-region): Change the way to decode successive
3523         encoded-words: decode B- or Q-encoding in each encoded-word,
3524         concatenate them, and decode it as charset.
3525
3526 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * lpath.el: Fbind codepage-setup for XEmacs.
3529
3530 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3531
3532         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3533         widget-move-and-invoke.
3534         (gnus-custom-mode): Use gnus-custom-map.
3535
3536 2005-10-15  Bill Wohler  <wohler@newt.com>
3537
3538         * message.el (message-tool-bar-map): Renamed image file from
3539         mail_send to mail/send.
3540
3541 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3542
3543         * message.el (message-expand-group): Pass the common
3544         prefix substring of completion to `display-completion-list'.
3545
3546 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * mml-sec.el (mml-secure-method): New internal variable.
3549         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3550         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3551         functions using mml-secure-method.
3552
3553         * mml.el (mml-mode-map): Add key bindings for those functions.
3554         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3555         Harder <harder@myrealbox.com>.
3556         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3557         end of message if point is the headers of the message.
3558
3559         * message.el (message-in-body-p): New function.
3560
3561         * assistant.el: Autoload gnus-util and netrc.
3562
3563         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3564         Use `mm-charset-override-alist' only when decoding.
3565
3566         * mm-bodies.el (mm-decode-body): Call
3567         `mm-charset-to-coding-system' with allow-override argument.
3568
3569         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3570         `filename' from Content-Disposition if Content-Type doesn't
3571         provide `name'.
3572         (gnus-mime-view-part-as-type): Set default instead of
3573         initial-input.
3574
3575 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3576
3577         * format-spec.el (format-spec): Propagate text properties of % spec.
3578
3579 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * gnus-art.el (gnus-treat-predicate): Add `first'.
3582
3583 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3586         (mm-charset-override-alist): New variable.
3587         (mm-charset-to-coding-system): Use it.
3588         (mm-codepage-setup): New helper function.
3589         (mm-charset-eval-alist): New variable.
3590         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3591         about unknown charsets.
3592
3593         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3594
3595 2005-10-04  David Hansen  <david.hansen@gmx.net>
3596
3597         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3598         (nnrss-check-group): Ditto.
3599
3600 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3601
3602         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3603         Rename x-gnus-verbatim to x-verbatim.
3604         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3605
3606         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3607         x-verbatim.
3608
3609         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3610
3611         * gnus-util.el (gnus-remove-duplicates): Remove.
3612
3613         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3614         instead of gnus-remove-duplicates.
3615
3616         * message.el (message-remove-duplicates): Remove.
3617         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3618         message-remove-duplicates.
3619
3620         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3621         available, else use implementation from `delete-dups'.
3622
3623         * message.el (message-insert-expires): New function.
3624         (message-mode-map): Add key binding.
3625         (message-mode-field-menu): Add menu entry.
3626         (message-mode): Document it.
3627         (message-make-expires-date): Use `message-make-date'.
3628
3629 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3630
3631         * message.el (message-make-expires-date): New function.
3632
3633 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * Makefile.in (list-installed-shadows): New entry.
3636         (install): Use it.
3637         (remove-installed-shadows): New entry.
3638
3639         * dgnushack.el (dgnushack-default-load-path): New variable.
3640         (dgnushack-find-lisp-shadows): New function.
3641         (dgnushack-remove-lisp-shadows): New function.
3642
3643 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * Makefile.in (install-el-elc): New entry.
3646         (install): Use it so that .el files are necessarily installed.
3647
3648 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3651
3652 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3653
3654         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3655         function rather than the diff-mode.el package.
3656         (mm-display-external): Use with-current-buffer.
3657         (mm-viewer-completion-map, mm-viewer-completion-map):
3658         Move initialization inside declaration.
3659
3660 2005-09-29  Simon Josefsson  <jas@extundo.com>
3661
3662         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3663         autoload mail-check-payment.
3664         (spam-check-hashcash): Define unconditionally, since hashcash.el
3665         is part of Gnus now.  Ignore errors from payment checking.
3666
3667 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3668
3669         * message.el (message-bold-region, message-unbold-region): Rename
3670         from `bold-region' and `unbold-region'.
3671
3672         * message.el: Remove useless autoloads.
3673
3674 2005-09-28  Simon Josefsson  <jas@extundo.com>
3675
3676         * message.el (message-use-idna): Default to t.
3677         (message-use-idna): Test whether encoding works too.  Doc fix.
3678
3679 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * nntp.el (nntp-warn-about-losing-connection): Remove.
3682
3683 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3686         customizable.  Change default value.
3687         (mm-uu-diff-groups-regexp): Change default value.
3688         (mm-uu-type-alist): Add doc string.
3689         (mm-uu-configure): Add doc string.  Make it interactive.
3690         (mm-uu-tex-groups-regexp): New variable.
3691         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3692         (mm-uu-type-alist): Add LaTeX documents.
3693         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3694         of "text/verbatim".
3695         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3696
3697         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3698         instead of "text/verbatim".
3699
3700         * message.el (message-mark-inserted-region)
3701         (message-mark-insert-file): Use slrn style marks when called with
3702         prefix argument.
3703
3704 2005-09-27  Simon Josefsson  <jas@extundo.com>
3705
3706         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3707
3708 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3709
3710         * message.el (message-remove-duplicates): New function.
3711         Implementation borrowed from `gnus-remove-duplicates'.
3712         (message-idna-to-ascii-rhs): Also encode idna addresses in
3713         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3714         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3715         only ask about the same idna domain once per header and also tell
3716         in what header to replace the idna domain.
3717
3718         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3719         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3720         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3721         a header is decoded and not just the last one.
3722
3723 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3726         has been decoded.
3727
3728         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3729         (mm-insert-part): Don't modify text if it has been decoded.
3730
3731         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3732         decoded.
3733
3734         * mm-view.el (mm-inline-text): Don't strip text props unless
3735         decoding enriched or richtext parts.
3736
3737 2005-09-25  Romain Francoise  <romain@orebokech.com>
3738
3739         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3740         * gnus-start.el (gnus-subscribe-interactively):
3741         * gnus-uu.el (gnus-uu-grab-articles):
3742         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3743         space.
3744
3745 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3746
3747         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3748         * mm-view.el (mm-view-pkcs7-decrypt):
3749         * gnus-sum.el (gnus-summary-limit-to-extra)
3750         (gnus-summary-respool-article, gnus-read-move-group-name):
3751         * gnus-score.el (gnus-summary-increase-score):
3752         * gnus-util.el (gnus-completing-read-with-default):
3753         * gnus-art.el (gnus-read-save-file-name)
3754         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3755         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3756         * message.el (message-check-news-header-syntax):
3757         Follow convention for reading with the minibuffer.
3758
3759 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * spam-report.el (spam-report-url-ping-plain):
3762         Use gnus-extended-version as User-Agent.
3763
3764         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3765         default value is nil.
3766
3767         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3768         (mm-uu-verbatim-marks-extract): New function.
3769         (mm-uu-extract): New face.
3770         (mm-uu-copy-to-buffer): Use it.
3771
3772         * spam-report.el (spam-report-gmane-ham): Renamed from
3773         `spam-report-gmane-unspam'.
3774         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3775         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3776
3777         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3778         Autoload.
3779         (spam-report-gmane-unregister-routine): Renamed
3780         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3781
3782 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3785         (spam-report-gmane-unregister-routine): added support for gmane
3786         unregistration
3787
3788         * spam-report.el (spam-report-gmane-unspam)
3789         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3790         (spam-report-gmane): changed to take a single article and do
3791         unspam registration
3792
3793 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * mm-url.el (mm-url-decode-entities): Fix regexp.
3796
3797 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3800         default to nil, to be able to use Gnus at all.  If the default
3801         switches to something else, then the function should be fixed not
3802         be exceedingly slow.
3803
3804 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3805
3806         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3807         fail hard
3808
3809         * spam-report.el: better Keywords line
3810
3811         * spam.el: added Maintainer and better Keywords line
3812
3813 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * gnus-art.el (gnus-article-replace-part)
3816         (gnus-mime-replace-part): New functions.
3817         (gnus-mime-action-alist, gnus-mime-button-commands)
3818         (gnus-mime-save-part-and-strip): Added file argument.
3819         (gnus-article-part-wrapper): Added interactive argument.
3820
3821         * gnus-sum.el (gnus-summary-mime-map): Add
3822         `gnus-article-replace-part'.
3823
3824 2005-09-19  Didier Verna  <didier@xemacs.org>
3825
3826         The nnml compaction feature:
3827         * nnml.el (nnml-request-compact-group): New function.
3828         * nnml.el (nnml-request-compact): New function.
3829         * gnus-int.el (gnus-request-compact-group): New function.
3830         * gnus-int.el (gnus-request-compact): New function.
3831         * gnus-group.el (gnus-group-compact-group): New function.
3832         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3833         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3834         * gnus-srvr.el (gnus-server-compact-server): New function.
3835         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3836         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3837
3838 2005-09-18  Deepak Goel  <deego@gnufans.org>
3839
3840         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3841         format spec.
3842
3843 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3846
3847 2005-09-15  Romain Francoise  <romain@orebokech.com>
3848
3849         * message.el (message-fill-paragraph): Clarify docstring.
3850
3851 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (gnus-mime-display-part): Protect against broken
3854         MIME messages.
3855
3856 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3859         before parsing header.
3860
3861 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3862
3863         * html2text.el: (html2text-replace-list): Add new entities.
3864
3865 2005-09-11  Romain Francoise  <romain@orebokech.com>
3866
3867         * message.el (message-alternative-emails): Improve docstring.
3868         (message-setup-1): Call `message-use-alternative-email-as-from'
3869         after `message-setup-hook' to give it precedence over posting
3870         styles, etc.
3871         (message-use-alternative-email-as-from): Add docstring.  Remove
3872         the original From header if present.
3873
3874         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3875         (nnml-save-mail): Use it.
3876
3877         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3878         articles.  Add new argument `silent'.
3879         (gnus-uu-mark-all): Report the total number of marked articles.
3880
3881 2005-09-10  Romain Francoise  <romain@orebokech.com>
3882
3883         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3884         (gnus-uu-mark-series): Likewise.
3885
3886 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * spam-report.el (spam-report-gmane): Fix generation of spam
3889         report URL.
3890
3891 2005-09-10  Simon Josefsson  <jas@extundo.com>
3892
3893         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3894         t, based on discussion on the ding list with Robert Epprecht
3895         <epprecht@solnet.ch>.
3896
3897 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * spam-report.el (spam-report-gmane): Make it work without
3900         X-Report-Spam header.  Gmane now only provides Archived-At.
3901         This is only used if `spam-report-gmane-use-article-number' is nil.
3902         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3903
3904         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3905         make `gnus-summary-sort-by-recipient' work with threading.
3906
3907         * nnweb.el (nnweb-google-wash-article): Print a message if article
3908         is not available.
3909
3910 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3911
3912         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3913         change.  Decode text/* parts content before displaying.
3914
3915 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3918
3919 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3922
3923         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3924         url-package-name, url-package-version,
3925         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3926         w3m-display-inline-images, and w3m-minor-mode-map.
3927
3928 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * message.el (message-tab-body-function): Fixed mismatched custom
3931         type.
3932
3933         * gnus.el (gnus-group-change-level-function): Ditto.
3934
3935         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3936
3937         * gnus-art.el (gnus-signature-limit)
3938         (gnus-article-mime-part-function): Ditto.
3939
3940 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * mml.el (mml-mode): Silence the byte compiler.
3943
3944         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3945         using `(sit-for 0)' before moving the point to the specified part;
3946         skip unbuttonized parts.
3947         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3948         return to the summary window if gnus-auto-select-part is non-nil.
3949
3950 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3953         variables.
3954         (mml-dnd-attach-file, mml-mode): Use them.
3955
3956         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3957         Make fetching article by MID work again for Google Groups.  Added
3958         FIXME concerning gnus-group-make-web-group.
3959
3960         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3961         Don't depend on Gnus by using mail-extract-address-components if
3962         gnus-extract-address-components is not bound.
3963
3964 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-art.el (gnus-mime-display-security): Don't display the
3967         signature, but only the signed part.
3968
3969 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3972
3973         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3974         list, not listp.
3975
3976 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3977
3978         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3979         when encoding.
3980
3981         * mm-bodies.el (mm-decode-content-transfer-encoding):
3982         De-canonicalize CRLF for all text content types, not just
3983         text/plain.
3984
3985 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3988         valid article; point arrow and cursor at the MIME button.
3989
3990 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3993         Suggested by Dan Christensen <jdc@uwo.ca>.
3994
3995         * mm-decode.el (mm-save-part): Enable change of prompt.
3996
3997 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3998
3999         * gnus-msg.el (gnus-inews-add-send-actions): Made
4000         `message-post-method' lambda parameter ARG `&optional'.
4001
4002 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * gnus-sum.el (gnus-summary-mime-map): Added
4005         gnus-article-save-part-and-strip, gnus-article-delete-part and
4006         gnus-article-jump-to-part.
4007
4008         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4009         (gnus-article-edit-part): Use it.
4010         (gnus-article-part-wrapper): Added no-handle argument.
4011         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4012         functions.
4013
4014 2005-08-29  Romain Francoise  <romain@orebokech.com>
4015
4016         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4017         docstring.
4018         (gnus-face-from-file): Likewise.
4019
4020 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4023         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4024         non-nil.
4025         (gnus-auto-select-part): New variable.
4026         (gnus-article-jump-to-part): New function.
4027         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4028         (gnus-mime-delete-part): Allow selecting specified part after
4029         deleting or stripping parts.
4030         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4031         part if argument is bogus.
4032
4033 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4034
4035         * gnus-art.el (w3m-minor-mode-map):
4036         * gnus-spec.el (gnus-newsrc-file-version):
4037         * gnus-util.el (nnmail-active-file-coding-system)
4038         (gnus-original-article-buffer, gnus-user-agent):
4039         * gnus.el (gnus-ham-process-destinations)
4040         (gnus-parameter-ham-marks-alist)
4041         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4042         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4043         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4044         * mm-decode.el (gnus-current-window-configuration):
4045         * mm-extern.el (gnus-article-mime-handles):
4046         * mm-url.el (url-current-object, url-package-name)
4047         (url-package-version):
4048         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4049         (smime-keys, w3m-cid-retrieve-function-alist)
4050         (w3m-current-buffer, w3m-display-inline-images)
4051         (w3m-minor-mode-map):
4052         * mml-smime.el (gnus-extract-address-components):
4053         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4054         (gnus-newsrc-hashtb, message-default-charset)
4055         (message-deletable-headers, message-options)
4056         (message-posting-charset, message-required-mail-headers)
4057         (message-required-news-headers):
4058         * mml1991.el (mc-pgp-always-sign):
4059         * mml2015.el (mc-pgp-always-sign):
4060         * nnheader.el (nnmail-extra-headers):
4061         * rfc1843.el (gnus-decode-encoded-word-function)
4062         (gnus-decode-header-function, gnus-newsgroup-name):
4063         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4064
4065 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4066
4067         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4068         the end of the date treatments.
4069
4070 2005-08-15  Simon Josefsson  <jas@extundo.com>
4071
4072         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4073         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4074         Capello and Romain Francoise.
4075         (pgg-fetch-key-function): Removed, not used?
4076         (pgg-insert-url-with-w3): Require url, to get
4077         url-insert-file-contents regardless of where it is defined.
4078
4079 2005-08-13  Romain Francoise  <romain@orebokech.com>
4080
4081         * message.el (message-cite-original-1): New function.
4082         (message-cite-original): Use it.
4083         (message-cite-original-without-signature): Ditto.
4084
4085 2005-08-08  Romain Francoise  <romain@orebokech.com>
4086
4087         * message.el (message-yank-empty-prefix): New variable.
4088         (message-indent-citation): Use it.
4089         (message-cite-original-without-signature): Respect X-No-Archive.
4090
4091 2005-08-08  Simon Josefsson  <jas@extundo.com>
4092
4093         * pgg.el: Autoload url-insert-file-contents instead of loading
4094         w3/url.
4095         (pgg-insert-url-with-w3): Don't load url here.
4096
4097 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4098
4099         * message.el (message-kill-to-signature): Don't insert newline at
4100         bol.
4101         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4102
4103 2005-08-06  Romain Francoise  <romain@orebokech.com>
4104
4105         * message.el (message-user-fqdn): Fix typo in docstring.
4106
4107 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4108
4109         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4110
4111         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4112
4113 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * mm-bodies.el (mm-encode-body): Use coding system rather than
4116         charset to encode text.
4117
4118         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4119         number of charsets if utf-8 is available (XEmacs).
4120
4121 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4124         taken from `gnus-button-mid-or-mail-regexp'.
4125         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4126         (gnus-button-alist): Improve regexp for domain part of the MIDs
4127         for news:localpart@domain buttons.
4128         (gnus-button-ctan-directory-regexp): Update.
4129
4130 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * sieve-manage.el (sieve-manage-interactive-login): Use
4133         make-local-variable rather than make-variable-buffer-local.
4134         (sieve-manage-open): Ditto.
4135         (sieve-manage-authenticate): Ditto.
4136
4137         * mml.el (mml-generate-mime-1): Make the content type default to
4138         text/plain if the filename is not specified.
4139
4140 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4143         instead of insert-buffer.
4144
4145         * message.el (message-yank-original): Ditto; set the mark at the
4146         end of the yanked message.
4147
4148 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4151         lines to scroll rather than to stop it.
4152
4153         * mml.el (mml-generate-default-type): Add doc string.
4154         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4155         default to application/octet-stream when determining the content
4156         type if it is not specified for the part or the mml contents; add
4157         a comment about mml-generate-default-type.
4158
4159 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4162         make it default to application/octet-stream when determining the
4163         content type if it is not specified for the external contents.
4164
4165 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4168         segmented parameter but also other parameters might be there.
4169
4170 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * mm-decode.el (mm-display-external): Delete temp file, directory
4173         and buffer immediately if the external process is exited.
4174
4175 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4178         fewer lines than that of scroll-margin.
4179         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4180
4181 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (gnus-article-next-page): Revert.
4184         (gnus-article-beginning-of-window): New macro.
4185         (gnus-article-next-page-1): Use it.
4186         (gnus-article-prev-page): Ditto.
4187         (gnus-article-edit-part): Use insert-buffer-substring instead of
4188         insert-buffer.
4189         (gnus-article-edit-exit): Ditto.
4190
4191         * gnus-util.el (gnus-beginning-of-window): Remove.
4192         (gnus-end-of-window): Remove.
4193
4194         * lpath.el: Don't bind header-line-format and scroll-margin.
4195
4196 2005-07-25  Simon Josefsson  <jas@extundo.com>
4197
4198         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4199         to have the url package without w3.  Reported by Daiki Ueno
4200         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4201
4202 2005-07-20  Didier Verna  <didier@xemacs.org>
4203
4204         * gnus-diary.el: Remove the description comment (nndiary is now
4205         properly documented in the Gnus manual).
4206         Fix the spelling of "Back End".
4207         * nndiary.el: Ditto.
4208         Fix the copyright notice.
4209
4210 2005-07-18  Romain Francoise  <romain@orebokech.com>
4211
4212         * gnus-sum.el (gnus-summary-to-prefix,
4213         gnus-summary-newsgroup-prefix): New variables.
4214         (gnus-summary-from-or-to-or-newsgroups): Use them.
4215
4216 2005-07-17  Romain Francoise  <romain@orebokech.com>
4217
4218         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4219         space as it's generally not especially interesting to the user.
4220
4221 2005-07-16  Romain Francoise  <romain@orebokech.com>
4222
4223         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4224         nil to avoid prompting and file modification if one of the
4225         messages at the top of the nnfolder file contains a copyright
4226         notice.
4227         Update copyright notice.
4228
4229         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4230         instead of `current-time-string' as the latter creates a time
4231         string that is not RFC 2822 compliant (it lacks the zone).
4232         Update copyright notice.
4233
4234 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4235
4236         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4237         for text/rtf.  Display default in prompt.  Pass default for M-n.
4238
4239         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4240
4241 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-msg.el (gnus-button-mailto): Remove
4244         save-selected-window-window hackery because it relies on
4245         save-selected-window internals.
4246
4247 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4250         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4251         (gnus-article-prev-page): Ditto.
4252
4253         * gnus-util.el (gnus-beginning-of-window): New function.
4254         (gnus-end-of-window): New function.
4255
4256         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4257
4258 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4259
4260         * gnus-score.el (gnus-score-edit-all-score): Set
4261         gnus-score-edit-exit-function to gnus-score-edit-done and call
4262         gnus-message.
4263
4264 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265
4266         * gnus-msg.el (gnus-button-mailto): Remove
4267         save-selected-window-window hackery because it relies on
4268         save-selected-window internals.
4269
4270 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4273         add-minor-mode.
4274         (gnus-binary-mode): Ditto.
4275
4276         * gnus-topic.el (gnus-topic-mode): Ditto.
4277
4278 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4279
4280         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4281         (gnus-article-prev-page): Take scroll-margin into consideration.
4282
4283 2005-07-04  Lute Kamstra  <lute@gnu.org>
4284
4285         Update FSF's address in GPL notices.
4286
4287 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4288
4289         * gnus.el (gnus-exit):
4290         * gnus-group.el (gnus-group-icons):
4291         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4292
4293         * gnus-nocem.el (gnus-nocem):
4294         * message.el (message-various, message-buffers, message-sending)
4295         (message-interface, message-forwarding, message-insertion)
4296         (message-headers, message-news, message-mail):
4297         * pgg-gpg.el (pgg-gpg):
4298         * pgg-parse.el (pgg-parse):
4299         * pgg-pgp.el (pgg-pgp):
4300         * pgg-pgp5.el (pgg-pgp5):
4301         * pop3.el (pop3): Finish `defgroup' description with period.
4302
4303 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-art.el (article-display-face): Improve the efficiency.
4306         (article-display-x-face): Ditto; remove grey x-face stuff.
4307
4308 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-art.el (article-display-face): Correct the position in
4311         which Faces are inserted.
4312
4313 2005-06-29  Didier Verna  <didier@xemacs.org>
4314
4315         * gnus-art.el (article-display-face): Display faces in correct
4316         order.
4317
4318 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4321         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4322         (gnus-nocem-check-article): Fetch the Type header.
4323         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4324         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4325         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4326         make sure gnus-nocem-hashtb is initialized.
4327         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4328         (gnus-nocem-unwanted-article-p): Ditto.
4329
4330         * pgg.el (pgg-verify): Return the verification result.
4331
4332 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4335         is ascii.
4336
4337 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4338
4339         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4340         `show-nonbreak-escape'.
4341
4342 2005-06-23  Lute Kamstra  <lute@gnu.org>
4343
4344         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4345
4346         * dig.el (dig-mode):
4347         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4348
4349 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4350
4351         * nnimap.el (nnimap-split-download-body): Fix spellings.
4352
4353 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4354
4355         * gnus-art.el (gnus-article-encrypt-body):
4356         * gnus-cus.el (gnus-score-customize):
4357         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4358         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4359
4360 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4361
4362         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4363         header by looking for magic "MII" at the beginnig.
4364
4365 2005-06-16  Miles Bader  <miles@gnu.org>
4366
4367         * gnus-xmas.el (gnus-xmas-group-startup-message):
4368         Use renamed gnus-splash face.
4369
4370         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4371         (assistant-field-face): New backward-compatibility alias for renamed
4372         face.
4373         (assistant-render-text): Use renamed assistant-field face.
4374
4375         * spam.el (spam): Remove "-face" suffix from face name.
4376         (spam-face): New backward-compatibility alias for renamed face.
4377         (spam-face, spam-initialize): Use renamed spam face.
4378
4379         * message.el (message-header-to, message-header-cc)
4380         (message-header-subject, message-header-newsgroups)
4381         (message-header-other, message-header-name)
4382         (message-header-xheader, message-separator, message-cited-text)
4383         (message-mml): Remove "-face" suffix from face names.
4384         (message-header-to-face, message-header-cc-face)
4385         (message-header-subject-face, message-header-newsgroups-face)
4386         (message-header-other-face, message-header-name-face)
4387         (message-header-xheader-face, message-separator-face)
4388         (message-cited-text-face, message-mml-face):
4389         New backward-compatibility aliases for renamed faces.
4390         (message-font-lock-keywords): Use renamed message faces.
4391
4392         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4393         (sieve-test-commands, sieve-tagged-arguments):
4394         Remove "-face" suffix from face names.
4395         (sieve-control-commands-face, sieve-action-commands-face)
4396         (sieve-test-commands-face, sieve-tagged-arguments-face):
4397         New backward-compatibility aliases for renamed faces.
4398         (sieve-control-commands-face, sieve-action-commands-face)
4399         (sieve-test-commands-face, sieve-tagged-arguments-face):
4400         Use renamed sieve faces.
4401
4402         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4403         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4404         (gnus-group-news-3-empty, gnus-group-news-4)
4405         (gnus-group-news-4-empty, gnus-group-news-5)
4406         (gnus-group-news-5-empty, gnus-group-news-6)
4407         (gnus-group-news-6-empty, gnus-group-news-low)
4408         (gnus-group-news-low-empty, gnus-group-mail-1)
4409         (gnus-group-mail-1-empty, gnus-group-mail-2)
4410         (gnus-group-mail-2-empty, gnus-group-mail-3)
4411         (gnus-group-mail-3-empty, gnus-group-mail-low)
4412         (gnus-group-mail-low-empty, gnus-summary-selected)
4413         (gnus-summary-cancelled, gnus-summary-high-ticked)
4414         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4415         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4416         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4417         (gnus-summary-low-undownloaded)
4418         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4419         (gnus-summary-low-unread, gnus-summary-normal-unread)
4420         (gnus-summary-high-read, gnus-summary-low-read)
4421         (gnus-summary-normal-read, gnus-splash):
4422         Remove "-face" suffix from face names.
4423         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4424         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4425         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4426         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4427         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4428         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4429         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4430         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4431         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4432         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4433         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4434         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4435         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4436         (gnus-summary-normal-ticked-face)
4437         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4438         (gnus-summary-normal-ancient-face)
4439         (gnus-summary-high-undownloaded-face)
4440         (gnus-summary-low-undownloaded-face)
4441         (gnus-summary-normal-undownloaded-face)
4442         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4443         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4444         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4445         (gnus-splash-face):
4446         New backward-compatibility aliases for renamed faces.
4447         (gnus-group-startup-message): Use renamed gnus faces.
4448
4449         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4450         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4451         (gnus-server-agent): Remove "-face" suffix from face names.
4452         (gnus-server-agent-face, gnus-server-opened-face)
4453         (gnus-server-closed-face, gnus-server-denied-face)
4454         (gnus-server-offline-face):
4455         New backward-compatibility aliases for renamed faces.
4456         (gnus-server-agent-face, gnus-server-opened-face)
4457         (gnus-server-closed-face, gnus-server-denied-face)
4458         (gnus-server-offline-face): Use renamed gnus faces.
4459
4460         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4461         Remove "-face" suffix from face names.
4462         (gnus-picon-xbm-face, gnus-picon-face):
4463         New backward-compatibility aliases for renamed faces.
4464
4465         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4466         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4467         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4468         (gnus-cite-11): Remove "-face" suffix from face names.
4469         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4470         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4471         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4472         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4473         New backward-compatibility aliases for renamed faces.
4474         (gnus-cite-attribution-face, gnus-cite-face-list)
4475         (gnus-article-boring-faces): Use renamed gnus faces.
4476
4477         * gnus-art.el (gnus-signature, gnus-header-from)
4478         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4479         (gnus-header-content): Remove "-face" suffix from face names.
4480         (gnus-signature-face, gnus-header-from-face)
4481         (gnus-header-subject-face, gnus-header-newsgroups-face)
4482         (gnus-header-name-face, gnus-header-content-face):
4483         New backward-compatibility aliases for renamed faces.
4484         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4485
4486         * gnus-sum.el (gnus-summary-selected-face)
4487         (gnus-summary-highlight): Use renamed gnus faces.
4488         * gnus-group.el (gnus-group-highlight): Likewise.
4489
4490 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4491
4492         * gnus-sieve.el (gnus-sieve-article-add-rule):
4493         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4494         * spam-stat.el (spam-stat-buffer-change-to-spam)
4495         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4496
4497         * message.el (message-is-yours-p):
4498         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4499
4500 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * mm-view.el (mm-inline-text): Withdraw the last change.
4503
4504 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4507         executing enriched-decode.
4508
4509 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4512         charset of tar files.
4513
4514 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4515
4516         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4517
4518 2005-06-04  Lute Kamstra  <lute@gnu.org>
4519
4520         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4521         information is never recorded.
4522
4523 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4524
4525         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4526
4527 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * pop3.el (pop3-apop): Run md5 in the binary mode.
4530
4531         * starttls.el (starttls-set-process-query-on-exit-flag):
4532         Use eval-and-compile.
4533
4534 2005-05-31  Simon Josefsson  <jas@extundo.com>
4535
4536         * smime.el (smime-replace-in-string): Define.
4537         (smime-cert-by-ldap-1): Use it.
4538
4539 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * gnus-art.el (article-display-x-face): Replace
4542         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4543
4544         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4545         set-process-query-on-exit-flag or process-kill-without-query.
4546
4547         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4548         loop instead of replace-regexp.
4549
4550         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4551         instead of process-kill-without-query if it is available.
4552
4553         * lpath.el: Fbind ldap-search-entries.
4554
4555         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4556         instead of find-file-hooks if it is available.
4557
4558         * mml1991.el: Bind pgg-default-user-id when compiling.
4559
4560         * mml2015.el: Bind pgg-default-user-id when compiling.
4561
4562         * nndraft.el (nndraft-request-associate-buffer):
4563         Use write-contents-functions instead of write-contents-hooks if it is
4564         available.
4565
4566         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4567         instead of find-file-hooks if it is available.
4568
4569         * nntp.el (nntp-open-connection): Replace
4570         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4571         (nntp-open-ssl-stream): Ditto.
4572         (nntp-open-tls-stream): Ditto.
4573
4574         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4575         set-process-query-on-exit-flag or process-kill-without-query.
4576         (starttls-open-stream-gnutls): Use it instead of
4577         process-kill-without-query.
4578         (starttls-open-stream): Ditto.
4579
4580 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4581
4582         * smime.el (smime-cert-by-ldap-1): Don't use
4583         replace-regexp-in-string.
4584
4585 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4586
4587         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4588
4589         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4590         in PEM format. Adjust to the XEmacs compability.
4591
4592 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4595         by `string-to-number'.
4596         * gnus-agent.el (gnus-agent-regenerate-group)
4597         (gnus-agent-fetch-articles): Ditto.
4598         * gnus-art.el (gnus-button-fetch-group): Ditto.
4599         * gnus-cache.el (gnus-cache-generate-active)
4600         (gnus-cache-articles-in-group): Ditto.
4601         * gnus-group.el (gnus-group-set-current-level)
4602         (gnus-group-insert-group-line): Ditto.
4603         * gnus-score.el (gnus-score-set-expunge-below)
4604         (gnus-score-set-mark-below, gnus-summary-score-effect)
4605         (gnus-summary-score-entry): Ditto.
4606         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4607         (gnus-soup-pack): Ditto.
4608         * gnus-spec.el (gnus-xmas-format): Ditto.
4609         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4610         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4611         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4612         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4613         * nndb.el (nndb-get-remote-expire-response): Ditto.
4614         * nndiary.el (nndiary-parse-schedule-value)
4615         (nndiary-string-to-number, nndiary-request-replace-article)
4616         (nndiary-request-article): Ditto.
4617         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4618         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4619         * nneething.el (nneething-make-head): Ditto.
4620         * nnfolder.el (nnfolder-request-article)
4621         (nnfolder-retrieve-headers): Ditto.
4622         * nnheader.el (nnheader-file-to-number): Ditto.
4623         * nnkiboze.el (nnkiboze-request-article): Ditto.
4624         * nnmail.el (nnmail-process-unix-mail-format)
4625         (nnmail-process-babyl-mail-format): Ditto.
4626         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4627         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4628         (nnmh-request-create-group, nnmh-request-list-1)
4629         (nnmh-request-group, nnmh-request-article): Ditto.
4630         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4631         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4632         * nnsoup.el (nnsoup-make-active): Ditto.
4633         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4634         * nntp.el (nntp-find-group-and-number)
4635         (nntp-retrieve-headers-with-xover): Ditto.
4636         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4637         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4638         (pgg-format-key-identifier): Ditto.
4639         * pop3.el (pop3-last, pop3-stat): Ditto.
4640         * qp.el (quoted-printable-decode-region): Ditto.
4641
4642         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4643         of concat.
4644
4645 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4648
4649         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4650
4651         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4652
4653         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4654
4655         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4656
4657         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4658
4659         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4660         (gnus-carpal-mode): Ditto.
4661
4662         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4663         (gnus-browse-mode): Ditto.
4664
4665         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4666
4667         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4668
4669 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4670
4671         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4672
4673 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * gnus-util.el (gnus-run-mode-hooks): New function.
4676
4677         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4678
4679         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4680         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4681
4682 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4683
4684         * gnus-agent.el (gnus-agent-make-mode-line-string):
4685         Use mode-line-highlight as mouse-face.
4686
4687 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * canlock.el (canlock): Change the parent group to news.
4690
4691         * deuglify.el (gnus-outlook-deuglify): Add :group.
4692
4693         * dig.el (dig): Add :group.
4694
4695         * dns-mode.el (dns-mode): Add :group.
4696
4697         * encrypt.el (encrypt): Add :group.
4698
4699         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4700         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4701         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4702         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4703         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4704
4705         * gnus-diary.el (gnus-diary): Add :group.
4706
4707         * gnus.el (gnus-group-news-1-face): Add :group.
4708         (gnus-group-news-1-empty-face): Ditto.
4709         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4710         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4711         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4712         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4713         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4714         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4715         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4716         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4717         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4718         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4719         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4720         (gnus-summary-high-ticked-face): Ditto.
4721         (gnus-summary-low-ticked-face): Ditto.
4722         (gnus-summary-normal-ticked-face): Ditto.
4723         (gnus-summary-high-ancient-face): Ditto.
4724         (gnus-summary-low-ancient-face): Ditto.
4725         (gnus-summary-normal-ancient-face): Ditto.
4726         (gnus-summary-high-undownloaded-face): Ditto.
4727         (gnus-summary-low-undownloaded-face): Ditto.
4728         (gnus-summary-normal-undownloaded-face): Ditto.
4729         (gnus-summary-high-unread-face): Ditto.
4730         (gnus-summary-low-unread-face): Ditto.
4731         (gnus-summary-normal-unread-face): Ditto.
4732         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4733         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4734
4735         * hashcash.el (hashcash): New custom group.
4736         (hashcash-default-payment): Add :group.
4737         (hashcash-payment-alist): Ditto.
4738         (hashcash-default-accept-payment): Ditto.
4739         (hashcash-accept-resources): Ditto.
4740         (hashcash-path): Ditto.
4741         (hashcash-extra-generate-parameters): Ditto.
4742         (hashcash-double-spend-database): Ditto.
4743         (hashcash-in-news): Ditto.
4744
4745         * message.el (message-minibuffer-local-map): Add :group.
4746
4747         * netrc.el (netrc): Add :group.
4748
4749         * sieve-manage.el (sieve-manage-log): Add :group.
4750         (sieve-manage-default-user): Diito.
4751         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4752         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4753         (sieve-manage-authenticators): Ditto.
4754         (sieve-manage-authenticator-alist): Ditto.
4755         (sieve-manage-default-port): Ditto.
4756
4757         * sieve-mode.el (sieve-control-commands-face): Add :group.
4758         (sieve-action-commands-face): Ditto.
4759         (sieve-test-commands-face): Ditto.
4760         (sieve-tagged-arguments-face): Ditto.
4761
4762         * smime.el (smime): Add :group.
4763
4764         * spam-report.el (spam-report): Add :group.
4765
4766         * spam.el (spam, spam-face): Add :group.
4767
4768 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4771         return \n.\n.\n at the end of articles.  Protect against that.
4772         (nntp-with-open-group): Allow debugging.
4773
4774         * nnheader.el (mail-header-set-extra): Make into a function
4775         because I just could't understand how to quote the list properly.
4776
4777         * dns.el (query-dns-cached): New function.
4778
4779 2005-05-26  Lute Kamstra  <lute@gnu.org>
4780
4781         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4782
4783 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4786
4787         * gnus-art.el: Don't autoload mail-extract-address-components.
4788
4789         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4790         eval-and-compile to evaluate it.
4791
4792         * hashcash.el: Don't autoload executable-find.
4793
4794         * nndb.el: Don't declare the nndb back end two or more times; don't
4795         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4796
4797         * nntp.el: Autoload format-spec instead of format; use
4798         eval-and-compile to evaluate autoload forms.
4799
4800 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4801
4802         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4803
4804 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus.el (gnus-version-number): Bump version.
4807
4808 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4809
4810         * gnus.el: No Gnus v0.3 is released.
4811
4812 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813
4814         * lpath.el (featurep): Bind show-nonbreak-escape.
4815
4816 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-art.el (gnus-article-edit-part): Disable undo.
4819
4820 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4823         gnus-article-date-lapsed-new-header is t if date timer is active;
4824         skip headers in which the original date value is empty.
4825         (gnus-article-save-original-date): Redefine it as a macro.
4826         (gnus-display-mime): Use it.
4827
4828 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-art.el (article-date-ut): Support converting date in
4831         forwarded parts as well.
4832         (gnus-article-save-original-date): New function.
4833         (gnus-display-mime): Use it.
4834
4835 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4836
4837         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4838         enclosure element of <item>.
4839
4840 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * message.el (message-kill-buffer-query): Renamed from
4843         `message-kill-buffer-query-if-modified'.  Added :version.
4844
4845 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4848         window layout.
4849
4850 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * mml.el: Autoload dnd when compiling.
4853
4854 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4857         x-dnd-*.
4858
4859 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * qp.el (quoted-printable-encode-region): Save excursion.
4862
4863 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * message.el (message-kill-buffer-query-if-modified): new variable
4866         so the user can kill a modified message buffer quickly
4867         (message-kill-buffer): use it.
4868
4869 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * lpath.el: Fbind display-time-event-handler; don't fbind
4872         string-to-multibyte.
4873
4874         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4875
4876 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4879         contained in text because xml.el decodes entities) with LFs.
4880
4881 2005-04-11  Lute Kamstra  <lute@gnu.org>
4882
4883         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4884         differently.
4885
4886 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4887
4888         * mm-util.el (mm-detect-coding-region): Typo.
4889
4890 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4893
4894 2005-04-06  D Goel  <deego@gnufans.org>
4895
4896         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4897         user-function allow user modifications of the scores.
4898         (spam-stat-score-buffer-user): New function, to allow
4899         user-computed modifications to the score.
4900         (spam-stat-score-buffer-user-functions): list of additional
4901         scoring functions
4902         (spam-stat-error-holder): global temporary error holder
4903         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4904         variable
4905
4906 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * gnus-registry.el (gnus-registry-clean-empty-function)
4909         (gnus-registry-trim, gnus-registry-fetch-groups)
4910         (gnus-registry-delete-group): now groups that match
4911         `gnus-registry-ignored-groups' will be removed from the registry
4912         entries, not just ignored for splitting.  This helps clean up the
4913         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4914         to get all the groups a message ID is in.
4915
4916         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4917         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4918         (spam-stat-score-buffer-user-functions): added :number custom type
4919
4920 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4923         argument in XEmacs.
4924
4925         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4926         (nnrss-request-group): Decode group name first.
4927         (nnrss-request-article): Make a text/plain article if mml-to-mime
4928         failed.
4929         (nnrss-get-encoding): Return a compatible encoding according to
4930         nnrss-compatible-encoding-alist.
4931         (nnrss-find-el): Use consp instead of listp.
4932         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4933
4934 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4937         which Emacs 20 doesn't support.
4938         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4939
4940 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4943         silence the byte compiler inside the defun
4944
4945         * gnus-demon.el (parse-time-string): Add autoload.
4946
4947         * gnus-delay.el (parse-time-string): Add autoload.
4948
4949         * gnus-art.el (parse-time-string): Add autoload.
4950
4951         * nnultimate.el (parse-time): Require for `parse-time-string'.
4952
4953 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4956
4957         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4958
4959         * smime.el (smime-ldap-host-list): Add :version.
4960
4961 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4962
4963         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4964         pass it to `gnus-browse-read-group'.
4965         (gnus-browse-read-group): Add NUMBER argument and pass it to
4966         `gnus-group-read-ephemeral-group'.
4967
4968         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4969         argument and pass it to `gnus-group-read-group'.
4970
4971 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4972
4973         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4974         mm-xemacs-find-mime-charset-1 if we have the mule feature
4975         available at runtime.
4976
4977 2005-03-25  Werner Lemberg  <wl@gnu.org>
4978
4979         * nnmaildir.el: Replace `illegal' with `invalid'.
4980
4981 2005-03-23  Lute Kamstra  <lute@gnu.org>
4982
4983         * time-date.el: Add comment on time value formats.
4984         Don't require parse-time.
4985         (with-decoded-time-value): New macro.
4986         (encode-time-value): New function.
4987         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4988         (days-to-time): Return a valid time value when arg is huge.
4989         (time-since): Use time-subtract.
4990         (time-to-number-of-days): Use time-to-seconds.
4991
4992 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4993
4994         * gnus-start.el (gnus-display-time-event-handler):
4995         Check display-time-timer at runtime rather than only at load time
4996         in case display-time-mode is turned off in the mean time.
4997
4998 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5001         used.
5002
5003         * nneething.el (nneething-map-file-directory): Derive from
5004         `gnus-directory'.
5005
5006         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5007         the To/Cc button.
5008
5009 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * nnmaildir.el (nnmaildir-request-accept-article):
5012         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5013
5014 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5015
5016         * gnus-async.el: Require timer-funcs at compile time when in
5017         XEmacs for `run-with-idle-timer'.
5018
5019 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5020
5021         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5022         autoloaded function.
5023
5024 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5027
5028 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5029
5030         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5031
5032 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5035         gnus-expert-user to default.
5036
5037 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5038
5039         * nnimap.el (nnimap-open-server): Ditto.
5040
5041         * imap.el (imap-authenticate): Fix typo.
5042
5043 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5044
5045         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5046         buffer (since IMAP server might return FETCH response out of
5047         order, and the nntp buffer must be sorted).
5048
5049 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5050
5051         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5052         comparison on string.
5053
5054         * gnus-agent.el (gnus-agent-long-article,
5055         gnus-agent-short-article, gnus-agent-score): Renamed category
5056         keywords to match gnus-cus.
5057         (gnus-agent-summary-fetch-series): Modified to protect against
5058         gnus-agent-summary-fetch-group clearing processable flags.
5059         (gnus-agent-synchronize-group-flags): Update live group buffer as
5060         synchronization may occur due to the user toggle the plugged
5061         status.
5062         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5063         successfully downloaded.
5064         (gnus-agent-expire-group-1): Avoid using markers when the overview
5065         is in ascending order; greatly improves performance.
5066         (gnus-agent-regenerate-group): Use
5067         gnus-agent-synchronize-group-flags to reset read status in both
5068         gnus and server.
5069         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5070
5071 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * message.el: Don't autoload former message-utils variables.
5074         (message-strip-subject-trailing-was): Change doc string.
5075
5076         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5077         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5078         (nnweb-google-search): Add "hl=en" here.
5079         (nnweb-google-parse-1, nnweb-google-create-mapping):
5080         Don't hardcode URL.
5081
5082 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * message.el (message-get-reply-headers, message-followup):
5085         Mention related variables `message-use-followup-to' and
5086         `message-use-mail-followup-to', in the information buffer.
5087
5088         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5089         of broken groups(-beta).google.com.
5090
5091 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5092
5093         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
5094         parameter to invoked gnus-request-move-article; remove the
5095         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5096         all at once instead of once per article
5097         (gnus-summary-remove-process-mark): accept a list of articles as
5098         well as a single article for processing
5099
5100         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
5101
5102         * nnml.el (nnml-request-move-article): add move-is-internal parameter
5103
5104         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
5105
5106         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
5107
5108         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
5109
5110         * nnimap.el (nnimap-request-move-article): add move-is-internal
5111         parameter and remove the gnus-sum-hint-move-is-internal variable
5112
5113         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
5114
5115         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
5116
5117         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
5118
5119         * nndb.el (nndb-request-move-article): add move-is-internal parameter
5120
5121         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
5122
5123         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
5124
5125 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5126
5127         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5128         a more conservative way.
5129
5130 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5131
5132         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5133         buffer, so it moves the window's cursor.
5134
5135 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5136
5137         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5138         `mm-dissect-multipart' and receive the from field as an (optional)
5139         argument from `mm-dissect-multipart'.
5140         (mm-dissect-multipart): Receive the from field as an argument and
5141         pass it on when we call `mm-dissect-buffer' on MIME parts.
5142         Fixes verification/decryption of signed/encrypted MIME parts.
5143
5144 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * gnus-sum.el (gnus-summary-move-article): set
5147         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5148         whatever it calls (right now, only nnimap-request-move article
5149         respects it)
5150
5151         * nnimap.el (nnimap-request-move-article): when
5152         gnus-sum-hint-move-is-internal is set, don't do the extra
5153         nnimap-request-article
5154
5155 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5158
5159         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5160         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5161
5162         * gnus-sum.el (gnus-summary-caesar-message):
5163         Apply `gnus-treat-article' after rotation.
5164
5165         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5166         doc string.
5167
5168 2005-02-22  Simon Josefsson  <jas@extundo.com>
5169
5170         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5171         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5172         <arne@arnested.dk>.
5173         (encrypt): Add password-cache and password-cache-expiry as group
5174         members.
5175
5176 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5177
5178         * smime.el (smime-ldap-host-list): Doc fix.
5179         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5180         cache) password.
5181         (smime-sign-region): Use it.
5182         (smime-decrypt-region): Use it.
5183         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5184         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5185         fails.
5186         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5187         certificate from DER to PEM format rather than calling openssl.
5188
5189         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5190
5191         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5192         for signing/encryption.
5193
5194         * mml.el (mml-parse-1): Use them.
5195
5196 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5197
5198         * nnrss.el (nnrss-verbose): Removed.
5199         (nnrss-request-group): Use `nnheader-message' instead.
5200
5201 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5202
5203         * nnrss.el (nnrss-verbose): New variable.
5204         (nnrss-request-group): Make it say nnrss is requesting a group.
5205
5206 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5209         Handle news URL with given port correctly.
5210
5211 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5214         containing special characters.
5215
5216         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5217
5218         * mml.el (mime-to-mml): Ditto.
5219
5220         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5221         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5222         (rfc2047-decode-region): Quote decoded words containing special
5223         characters when rfc2047-quote-decoded-words-containing-tspecials
5224         is non-nil.
5225
5226 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
5229
5230         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
5231
5232 2005-02-15  Simon Josefsson  <jas@extundo.com>
5233
5234         * nnimap.el (nnimap-debug): Doc fix.
5235
5236         * imap.el (imap-debug): Doc fix.
5237
5238 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5241
5242 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus.el (spam-contents): improve docs for spam-contents
5245         parameter in its variable incarnation
5246
5247 2005-02-14  Simon Josefsson  <jas@extundo.com>
5248
5249         * smime-ldap.el: Use require instead of load-library for ldap.
5250         (smime-ldap-search): Indent.
5251         (smime-ldap-search-internal): Shorten line.
5252
5253         * smime.el (smime-cert-by-dns): Add doc-string.
5254         (smime-cert-by-ldap-1): Indent.
5255
5256         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5257         mml-smime-get-dns-ldap.
5258         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5259
5260 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5261
5262         * smime.el: Require smime-ldap.
5263         (smime-ldap-host-list): New variable.
5264         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5265
5266         * mml-smime.el (mml-smime-encrypt-query): New function.
5267         (mml-smime-encrypt-query): Use it.
5268
5269         * smime-ldap.el: New file.
5270
5271 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5274
5275 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5278         argument in doc string.  Make query for type more clear.
5279
5280 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * gnus.el (gnus-group-startup-message): Search for gnus images in
5283         etc/images/gnus.
5284         * mm-util.el (mm-image-load-path): Likewise.
5285         * smiley.el (smiley-data-directory): Search for smilies in
5286         etc/images/smilies.
5287
5288 2005-02-09  Kim F. Storm  <storm@cua.dk>
5289
5290         Change Emacs release version from 21.4 to 22.1 throughout.
5291         Change Emacs development version from 21.3.50 to 22.0.50.
5292
5293 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5296
5297         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5298         non-Mule XEmacs as well.
5299         (mm-decompress-buffer): Signal an error intentionally if it does
5300         not decompress compressed data because auto-compression-mode is
5301         disabled.
5302
5303 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5304
5305         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
5306         an ID in the registry even if it has no groups
5307
5308 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5311         merge it into mm-decompress-buffer.
5312         (gnus-mime-copy-part): Use the MIME part charset, the value which
5313         a user specified or gnus-newsgroup-charset for decoding, like
5314         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5315         save-buffer what was used.  Suggested by Kevin Ryde
5316         <user42@zip.com.au>.
5317         (gnus-mime-inline-part): Allow the name parameter as well as the
5318         filename parameter; force decompressing of compressed data; always
5319         display contents being not decoded as unibyte.
5320
5321         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5322         as well as the filename parameter.
5323
5324         * mm-util.el (mm-decompress-buffer): Merge
5325         gnus-mime-jka-compr-maybe-uncompress.
5326         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5327         of compressed data.
5328
5329 2005-02-08  Simon Josefsson  <jas@extundo.com>
5330
5331         * imap.el (imap-log): Doc fix.
5332
5333 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5336         the coding cookies; decompress compressed parts.
5337
5338         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5339         to the value which a user specified manually or the coding cookie.
5340
5341         * mm-util.el (mm-string-to-multibyte): New function.
5342         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5343         (mm-coding-system-to-mime-charset): New function.
5344         (mm-decompress-buffer): New function.
5345         (mm-find-buffer-file-coding-system): New function.
5346
5347         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5348         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5349         parts.
5350
5351 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5352
5353         * mm-view.el (mm-display-inline-fontify): Decode a part according
5354         to the charset parameter.
5355
5356 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5359         prefix arg is neither nil nor a number, as info specifies.
5360
5361 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5364         timestamps.
5365
5366 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5367
5368         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5369         groups error checking and notify user.
5370
5371 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5372
5373         * message.el (message-send-mail-function): Check existence of
5374         sendmail-program first before using default value
5375         `message-send-mail-with-sendmail'.  Otherwise use more generic
5376         `smtpmail-send-it'.
5377
5378 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * nntp.el (nntp-request-update-info): Always return nil.
5381
5382 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5383
5384         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5385
5386 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5387
5388         * message.el (message-beginning-of-line): Change the behavior when
5389         invoked between BOL and : so that it first moves backward.
5390
5391 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5394         article buffer when editing of the article is discarded.
5395         (gnus-article-prepare): Revert.
5396
5397 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-prepare):
5400         Remove message-strip-forbidden-properties from the local hook.
5401
5402 2005-01-27  Simon Josefsson  <jas@extundo.com>
5403
5404         * password.el (password-cache-add): Only start one timer per key.
5405         Reported by Derek Atkins <warlord@MIT.EDU>.
5406
5407 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5408
5409         * run-at-time.el: Removed.  It is no longer needed as
5410         timer-funcs.el in the xemacs-base package has a working version of
5411         `run-at-time'.
5412
5413         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5414
5415         * password.el: Require timer-funcs instead of run-at-time in
5416         XEmacs.
5417         Remove `password-run-at-time' macro.
5418         (password-cache-add): Use `run-at-time' instead of
5419         `password-run-at-time'.
5420
5421         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5422         Remove `nnheader-cancel-function-timers' alias,
5423         `cancel-function-timers' exists in XEmacs in timer-funcs.
5424
5425         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5426         for `run-with-idle-timer'.
5427
5428         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5429         for `run-at-time'.
5430
5431         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5432         for `with-timeout'.
5433
5434         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5435         the same as for XEmacs 21.4.
5436         No need to ignore `run-with-idle-timer', this function exists in
5437         XEmacs now in timer-funcs.el in the xemacs-base package.
5438         (dgnushack-compile): No need to delete
5439         run-at-time.el from the list of files to compile because it
5440         doesn't exist anymore.
5441
5442 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5445         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5446
5447 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5448
5449         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5450         sensitively.
5451
5452 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5453
5454         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5455
5456 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5459         which will be inserted according to the multibyteness of a buffer
5460         rather than the type of contents.  Suggested by ARISAWA Akihiro
5461         <ari@mbf.ocn.ne.jp>.
5462
5463         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5464         of string which old xml.el may return rather than a string.
5465
5466 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5469
5470 2005-01-16  Simon Josefsson  <jas@extundo.com>
5471
5472         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5473         idn/idna.el isn't available.
5474         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5475         <michael@waxrat.com>.
5476
5477         * hashcash.el: Remove non-FSF copyright header.
5478
5479         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5480         (hashcash-generate-payment): Use it.
5481         (hashcash-generate-payment-async): Use it.
5482
5483 2005-01-15  Simon Josefsson  <jas@extundo.com>
5484
5485         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5486         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5487
5488         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5489         gnus-summary-idna-message.
5490         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5491         (gnus-summary-idna-message): New function.
5492
5493 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5496         gnus-novice-user.
5497
5498 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * nnrss.el (nnrss-request-delete-group): Delete entries in
5501         nnrss-group-alist as well.
5502         (nnrss-save-server-data): Insert newline.
5503
5504 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * gnus.el (gnus-user-agent): Use list of symbols instead of
5507         symbols.  Display full version number for (S)XEmacs.  Optionally
5508         display (S)XEmacs codename.
5509
5510         * gnus-util.el (gnus-emacs-version): Update for new
5511         `gnus-user-agent'.
5512
5513         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5514         Gnus version.
5515
5516 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5517
5518         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5519         which is unreadable in some setups.
5520
5521 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-spec.el (gnus-update-format-specifications): Flush the
5524         group format spec cache if it doesn't support decoded group names.
5525
5526 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5529         to apply decay on score files matching a regexp.
5530
5531 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5532
5533         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5534         compatibility in %g and %c.
5535
5536 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5539         name for only %g and %c.
5540         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5541         of gnus-tmp-group to decoded group name.
5542         (gnus-group-make-rss-group): Exclude `/'s from group names.
5543
5544 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * nnrss.el (nnrss-get-encoding): Fix regexp.
5547
5548 2004-12-27  Simon Josefsson  <jas@extundo.com>
5549
5550         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5551         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5552         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5553
5554 2004-12-17  Kim F. Storm  <storm@cua.dk>
5555
5556         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5557
5558         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5559
5560 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5561
5562         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5563
5564 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * nnrss.el: Require rfc2047 and mml.
5567         (nnrss-file-coding-system): New variable.
5568         (nnrss-format-string): Redefine it as an inline function.
5569         (nnrss-decode-group-name): New function.
5570         (nnrss-string-as-multibyte): Remove.
5571         (nnrss-retrieve-headers): Decode group name; don't use
5572         nnrss-format-string.
5573         (nnrss-request-group): Decode group name.
5574         (nnrss-request-article): Decode group name; allow a Message-ID as
5575         well as an article number; don't use nnrss-format-string; encode a
5576         Message-ID string which may contain non-ASCII characters; use
5577         mml-to-mime to compose a MIME article.
5578         (nnrss-request-expire-articles): Decode group name.
5579         (nnrss-request-delete-group): Decode group name.
5580         (nnrss-fetch): Clarify error message.
5581         (nnrss-read-server-data): Use insert-file-contents instead of load;
5582         bind file-name-coding-system; use multibyte buffer.
5583         (nnrss-save-server-data): Bind coding-system-for-write to the
5584         value of nnrss-file-coding-system; bind file-name-coding-system;
5585         add coding cookie.
5586         (nnrss-read-group-data): Use insert-file-contents instead of load;
5587         bind file-name-coding-system; use multibyte buffer.
5588         (nnrss-save-group-data): Bind coding-system-for-write to the
5589         value of nnrss-file-coding-system; bind file-name-coding-system.
5590         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5591         make it work with non-ASCII text.
5592         (nnrss-find-el): Make it work with old xml.el as well.
5593
5594 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5595
5596         * nnrss.el (nnrss-get-encoding): New function.
5597         (nnrss-fetch): Use unibyte buffer initially; bind
5598         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5599         decode contents according to the encoding attribute.
5600         (nnrss-save-group-data): Add coding cookie.
5601         (nnrss-mime-encode-string): New function.
5602         (nnrss-check-group): Use it to encode subject and author.
5603
5604 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5607         imaginary variable
5608
5609 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5612         correctly even if there are wide characters.
5613
5614 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5617         downcased symbol names; make a new cache instead of reusing
5618         bbdb-hashtable
5619
5620 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5623         concatenating segments rather than before concatenating them.
5624         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5625
5626         * message.el (message-get-reply-headers): Bind `extra'.
5627
5628 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5629
5630         * message.el (message-extra-wide-headers): New variable.
5631         (message-get-reply-headers): Use it.
5632
5633 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5636         (gnus-agent-group-pathname): Ditto.
5637
5638         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5639
5640         * gnus-group.el (gnus-group-make-group): Decode group name.
5641         (gnus-group-make-rss-group): Register the group data after opening
5642         the nnrss group.
5643
5644 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5645
5646         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5647         by expiry now get marked as read.
5648
5649 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5652
5653 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5654
5655         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5656         unify Latin characters in XEmacs.
5657         (mm-find-mime-charset-region): Use it.
5658
5659 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-util.el (gnus-delete-directory): New function.
5662
5663         * gnus-agent.el (gnus-agent-delete-group): Use it.
5664
5665         * gnus-cache.el (gnus-cache-delete-group): Use it.
5666
5667 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5670         names.
5671
5672 2004-12-16  Simon Josefsson  <jas@extundo.com>
5673
5674         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5675
5676 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5679
5680         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5681         (gnus-group-set-current-level): Decode group name.
5682
5683 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5684
5685         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5686         failed.
5687
5688 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-group.el (gnus-group-delete-group): Decode group name.
5691         (gnus-group-make-rss-group): Encode group name.
5692         (gnus-group-catchup-current): Decode group name.
5693         (gnus-group-kill-group): Decode group name.
5694
5695 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5696
5697         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5698
5699 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-group.el (gnus-group-make-rss-group):
5702         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5703
5704         * gnus-start.el (gnus-setup-news): Honor user's setting to
5705         gnus-message-archive-method.  Suggested by Lute Kamstra
5706         <lute@gnu.org>.
5707
5708 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5709
5710         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5711         global counterparts of the buffer-local variables.
5712
5713 2004-11-16  Romain Francoise  <romain@orebokech.com>
5714
5715         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5716         counterparts of the buffer-local variables.
5717
5718 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * message.el (message-forbidden-properties): Fixed typo in doc
5721         string.
5722
5723 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-util.el (gnus-replace-in-string): Added doc string.
5726
5727         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5728         to avoid problems when splitting mails with many recipients.
5729
5730 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5731
5732         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5733         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5734
5735 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5736
5737         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5738         if there is no hashtable in memory or file modification time is
5739         newer than cached timestamp.
5740
5741 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5744         not-matching option.
5745
5746 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5749         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5750         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5751         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5752         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5753         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5754
5755 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * message.el (message-forward-make-body-mml): Remove headers
5758         according to message-forward-ignored-headers if a message is decoded.
5759
5760 2004-12-02  Romain Francoise  <romain@orebokech.com>
5761
5762         * message.el (message-forward-make-body-plain): Always remove
5763         headers according to message-forward-ignored-headers.
5764
5765 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * spam.el (spam-summary-prepare-exit): remove the
5768         gnus-summary-limit pop for now, it has problems with ham marks for
5769         me
5770
5771 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5774         correctly
5775
5776 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5777
5778         * format-spec.el (format-spec): Message the char.
5779
5780 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * gnus-art.el (gnus-split-methods): reformat comments
5783
5784         * spam.el (spam-summary-prepare-exit): remove article limits
5785         before exiting the summary buffer
5786
5787 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5790         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5791
5792         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5793         order to silence the byte compiler.
5794
5795         * spam.el: Fix the way to silence the byte compiler, which
5796         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5797         bbdb-search-simple, spam-BBDB-register-routine,
5798         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5799         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5800         spam-stat-buffer-is-spam, spam-stat-load,
5801         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5802         spam-stat-save and spam-stat-split-fancy.
5803
5804 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5807         which may confuse users.
5808         (canlock-password-for-verify): Ditto.
5809
5810         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5811
5812         * gnus-art.el (gnus-emphasis-alist): Ditto.
5813
5814         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5815
5816         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5817
5818         * gnus-start.el (gnus-save-killed-list): Ditto.
5819
5820         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5821         (gnus-sum-thread-tree-root): Ditto.
5822         (gnus-sum-thread-tree-false-root): Ditto.
5823         (gnus-sum-thread-tree-single-indent): Ditto.
5824
5825         * message.el (message-courtesy-message): Ditto.
5826         (message-archive-note): Ditto.
5827         (message-subscribed-address-file): Ditto.
5828         (message-user-fqdn): Ditto.
5829
5830         * spam-report.el (spam-report-gmane-regex): Ditto.
5831
5832         * spam.el (spam-blackhole-good-server-regex): Ditto.
5833
5834 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * mml.el (mml-preview): Widen the message buffer before copying
5837         the contents to the preview buffer; sort headers before previewing.
5838
5839         * message.el (message-hidden-headers): Fix the way to avoid a bug
5840         in the `repeat' widget in Emacs 21.3 or earlier.
5841
5842 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * message.el (message-hidden-headers): Default to "^References:".
5845         Improve customization type.  Suggested by Reiner Steib
5846         <Reiner.Steib@gmx.de>.
5847
5848 2004-11-25  Romain Francoise  <romain@orebokech.com>
5849
5850         * message.el (message-strip-forbidden-properties): Remove check for
5851         obsolete `message-hidden' text property, hidden headers are not
5852         accessible in the buffer anymore.
5853
5854 2004-11-22  Romain Francoise  <romain@orebokech.com>
5855
5856         * message.el (message-header-format-alist): Add `From' in list
5857         so that it can be sorted.
5858         (message-fix-before-sending): Widen and sort headers before
5859         sending.
5860         (message-hide-headers): Use narrowing to hide headers by moving
5861         them to the top of the buffer and narrowing to the region
5862         underneath.
5863
5864 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865
5866         * message.el (message-strip-forbidden-properties): Bind
5867         buffer-read-only (etc) to nil.
5868
5869 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5872         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5873
5874 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5875
5876         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5877
5878 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * dns.el (query-dns): Use sit-for to time instead of
5881         accept-process-output, since that doesn't seem to work on udp
5882         sockets.
5883
5884 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5887
5888 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5889
5890         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5891         doc string.  Improve doc string.
5892
5893 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * nntp.el (nntp-request-update-info): Return nil if
5896         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5897         may not call gnus-activate-group which uselessly issues the GROUP
5898         commands for all nntp groups and wastes time.  Reported by Romain
5899         Francoise <romain@orebokech.com>.
5900
5901         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5902
5903 2004-11-15  Simon Josefsson  <jas@extundo.com>
5904
5905         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5906         headers separately.
5907         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5908         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5909
5910 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * gnus-start.el (gnus-convert-old-newsrc):
5913         Assign legacy-gnus-agent to 5.10.7.
5914
5915 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5918         start of the lines.
5919
5920 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5921
5922         * hashcash.el (hashcash-default-payment): Change default to 20
5923         (hashcash-default-accept-payment): Change default to 20
5924         (hashcash-process-alist): New variable
5925         (hashcash-generate-payment-async): Add
5926         (hashcash-already-paid-p): Add
5927         (hashcash-insert-payment): Don't generate payments twice
5928         (hashcash-insert-payment-async): Add
5929         (hashcash-insert-payment-async-2): Add
5930         (hashcash-cancel-async): Add
5931         (hashcash-wait-async): Add
5932         (hashcash-processes-running-p): Add
5933         (hashcash-wait-or-cancel): Add
5934         (mail-add-payment): New optional argument.  Conditionally start
5935         asynchronous calculation.
5936         (mail-add-payment-async): Add
5937
5938         * message.el (message-send-mail): Wait for asynchronous hashcash
5939         results.  Don't clobber existing X-Hashcash headers.
5940         (message-setup-1): Call mail-add-payment-async when
5941         message-generate-hashcash is non-nil.
5942
5943 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5944
5945         * message.el (message-use-alternative-email-as-from): Examine the
5946         From header as well; use message-make-from in order to include a
5947         user's full name.
5948
5949 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5952         default; improve customization type.
5953         (gnus-emphasis-custom-with-format): New macro.
5954         (gnus-emphasis-custom-value-to-external): New function.
5955         (gnus-emphasis-custom-value-to-internal): New function.
5956
5957 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * dns.el (query-dns): Resolve reverse addresses.
5960
5961 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus-group.el (gnus-group-get-new-news): Use it.
5964
5965         * gnus-start.el (gnus-check-reasonable-setup): New function.
5966
5967 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5970         "Args out of range" error.  Reported by Arnaud Giersch
5971         <arnaud.giersch@free.fr>.
5972
5973 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5974
5975         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5976
5977 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5978
5979         * spam.el (spam group): Add :version.
5980
5981         * pgg-def.el (pgg group): Add :version.
5982
5983 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (gnus-article-edit-article): Don't associate the
5986         article buffer with a draft file.  This is a temporary measure
5987         against the 2004-08-22 change to gnus-article-edit-mode.
5988
5989 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5992         (html2text-format-tags): Remove unused variable `attr'.
5993
5994 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5995
5996         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5997
5998         * tls.el (tls-process-connection-type, tls-success)
5999         (tls-certtool-program): Add :version.
6000
6001         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6002         (starttls-extra-arguments, starttls-process-connection-type)
6003         (starttls-connect, starttls-failure, starttls-success):
6004
6005         * spam-stat.el (spam-stat): Add :version.
6006
6007         * sieve.el (sieve): Add :version.
6008
6009         * sha1.el (sha1): Add :version.
6010         (sha1-use-external): Remove redundant version.
6011
6012         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6013         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6014         (nnmail-split-fancy-match-partial-words)
6015         (nnmail-split-lowercase-expanded):
6016
6017         * nndiary.el (nndiary): Add :version.
6018
6019         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6020
6021         * mml-sec.el (mml-default-sign-method)
6022         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6023         Add :version.
6024
6025         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6026
6027         * mm-url.el (mm-url-use-external, mm-url-program)
6028         (mm-url-arguments): Add :version.
6029
6030         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6031         (mm-attachment-file-modes, mm-decrypt-option)
6032         (mm-w3m-safe-url-regexp): Add :version.
6033
6034         * message.el (message-cite-prefix-regexp)
6035         (message-sendmail-envelope-from, message-minibuffer-local-map)
6036         (message-user-fqdn, message-completion-alist): Add :version.
6037
6038         * gnus-win.el (gnus-configure-windows-hook)
6039         (gnus-use-frames-on-any-display): Add :version.
6040
6041         * gnus-art.el (gnus-article-address-banner-alist)
6042         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6043         (gnus-treat-from-picon, gnus-treat-mail-picon)
6044         (gnus-treat-x-pgp-sig): Add :version.
6045
6046         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6047         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6048         (gnus-summary-article-delete-hook)
6049         (gnus-summary-display-while-building): Add :version.
6050
6051         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6052         (gnus-get-top-new-news-hook):Add :version.
6053
6054         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6055         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6056
6057         * gnus-registry.el (gnus-registry): Add :version.
6058
6059         * gnus-spec.el (gnus-use-correct-string-widths)
6060         (gnus-make-format-preserve-properties): Add :version.
6061
6062         * gnus.el (gnus-group-charter-alist)
6063         (gnus-group-fetch-control-use-browse-url)
6064         (gnus-install-group-spam-parameters): Add :version.
6065
6066         * gnus-diary.el (gnus-diary): Add :version.
6067
6068         * gnus-delay.el (gnus-delay): Add :version.
6069
6070         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6071         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6072         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6073         Add :version.
6074
6075         * gnus-agent.el (gnus-agent-max-fetch-size)
6076         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6077         (gnus-agent-prompt-send-queue): Add :version.
6078
6079         * deuglify.el (gnus-outlook-deuglify): Add :version.
6080
6081         * html2text.el: Beautify code.  Improve doc strings.  Some
6082         checkdoc cleanup.
6083         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6084
6085 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6086
6087         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6088
6089 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6090
6091         * gnus-registry.el (gnus-registry-hashtb): create the registry
6092         when package is loaded
6093
6094         * spam.el (spam-summary-score-preferred-header): global preference
6095         for people who want to override the default SpamAssassin over
6096         Bogofilter preference (when both are set)
6097         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
6098         (spam-user-format-function-S): check spam-summary-score-preferred-header
6099         (spam-extra-header-to-number): add X-Bogosity header parsing
6100         (spam-user-format-function-S): format the score correctly
6101
6102 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6105         signature file.  Suggested by Manoj Srivastava
6106         <srivasta@golden-gryphon.com>.
6107
6108         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6109         iso-2022-jp even in the Japanese language environment.
6110         Suggested by Jason Rumney <jasonr@gnu.org>.
6111
6112 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6115         use the same characters as the dummy marks; make it free from
6116         getting affected by the language environment.
6117         (gnus-summary-read-group-1): Update mark positions only when the
6118         format spec is updated.
6119
6120         * gnus-spec.el (gnus-update-format-specifications): Return a list
6121         of updated types.
6122
6123 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6126         of boundp to check if display-warning is available.
6127
6128 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
6131
6132 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * nnspool.el (nnspool-spool-directory): Use news-path if the
6135         news-directory variable is not bound.
6136
6137         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6138         function instead of display-warning if it is not available.
6139
6140 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6143         v5-10: Use `point-at-bol'.
6144
6145 2004-10-26  Simon Josefsson  <jas@extundo.com>
6146
6147         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6148         <chenggao@gmail.com>.
6149
6150 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6153         instead.
6154
6155 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6156
6157         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
6158         to remove a server from the nnimap-server-buffer-alist
6159         (nnimap-open-connection, nnimap-close-server): use it
6160
6161         * gnus-encrypt.el: removed in favor of encrypt.el
6162
6163 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6166         running the major-mode function.
6167
6168 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6171         dummy marks in the right way.
6172
6173 2004-10-18  David Edmondson  <dme@dme.org>
6174
6175         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6176         excessively.
6177
6178 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6179
6180         * gnus-util.el (gnus-split-references): accept a nil references
6181         string and go on blissfully
6182
6183         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
6184         cases where the references string is non-nil but has no references
6185
6186         * encrypt.el: add autoload tags
6187
6188         * spam.el (spam-resolve-registrations-routine): remove article
6189         from unregistration list too.  Reported by David Hanak
6190         <dhanak@isis.vanderbilt.edu>
6191
6192 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6195         nil.  Changed custom type.
6196
6197 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6200
6201         * gnus-sum.el (gnus-summary-move-article): Use it.
6202
6203 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * encrypt.el: add autoload cookies
6206
6207         * spam.el (spam-backend-article-list-property)
6208         (spam-backend-get-article-todo-list)
6209         (spam-backend-put-article-todo-list, )
6210         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6211         resolve registrations separately
6212         (spam-register-routine): format comments
6213         (spam-unregister-routine, spam-register-routine): always call with
6214         specific-articles, no default list
6215         (spam-summary-prepare-exit): use the spam-classifications function
6216
6217         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
6218         gnus-encrypt.el
6219
6220         * encrypt.el: copied from gnus-encrypt.el
6221
6222         * gnus-encrypt.el: commented that it's obsolete
6223
6224 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6227         (gnus-score-save): Use it.
6228
6229         * message.el (message-bury): Use `window-dedicated-p'.
6230
6231 2004-10-15  Simon Josefsson  <jas@extundo.com>
6232
6233         * pop3.el (top-level): Don't require nnheader.
6234         (pop3-read-timeout): Add.
6235         (pop3-accept-process-output): Add.
6236         (pop3-read-response, pop3-retr): Use it.
6237
6238 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6239
6240         * spam.el (spam-register-routine): move comment
6241         (spam-verify-bogofilter): we use 'unknown for the initial
6242         spam-bogofilter-valid state, not 'never
6243
6244         * netrc.el (netrc-machine-user-or-password): convenience wrapper
6245         for netrc-machine
6246
6247         * nnimap.el (nnimap-open-connection): use
6248         netrc-machine-user-or-password
6249
6250 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6251
6252         * gnus-registry.el (gnus-registry-unload-hook):
6253         Set as a variable with add-hook.
6254
6255         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6256         of news-path.
6257
6258         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6259
6260         * spam.el: Delete duplicate `provide'.
6261         (spam-unload-hook): Set as a variable with add-hook.
6262
6263 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6266         in the doc string.
6267
6268         * message.el (message-ignored-news-headers)
6269         (message-ignored-supersedes-headers)
6270         (message-ignored-resent-headers)
6271         (message-forward-ignored-headers): Improve custom type.
6272
6273 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * message.el (message-tokenize-header): Fix 2004-09-06 change
6276         which used point-min in the wrong place.
6277
6278 2004-10-12  Simon Josefsson  <jas@extundo.com>
6279
6280         * net/tls.el (tls-certtool-program): New variable.
6281         (tls-certificate-information): New function, based on
6282         ssl-certificate-information.
6283
6284 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * compface.el: Move the version of ELisp-based uncompface program
6287         to the contrib directory because of the copyright problem.
6288
6289 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * message.el (message-kill-buffer): Raise the current frame.
6292
6293 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6296
6297         * gnus.el (message-y-or-n-p): Autoload.
6298
6299         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6300         (pop3-password-required, pop3-authentication-scheme)
6301         (pop3-leave-mail-on-server): Made customizable.
6302         (pop3): New custom group.
6303         (pop3-retr): Remove `sleep-for' statements.
6304         Suggested by Dave Love <fx@gnu.org>.
6305
6306         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6307         Windows/DOS.
6308
6309         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6310         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6311         Dave Love <fx@gnu.org>.
6312
6313         * mml.el (mml-minibuffer-read-disposition): Require match.
6314         Suggested by Dave Love <fx@gnu.org>.
6315
6316 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6319         doc string.
6320
6321 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6324
6325 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6326
6327         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6328         instead of calling `mm-insert-inline', to decode text/* parts
6329         before displaying them.
6330
6331 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * mm-uu.el (mm-uu-text-plain-type): New variable.
6334         (mm-uu-pgp-signed-extract-1): Use it.
6335         (mm-uu-pgp-encrypted-extract-1): Use it.
6336         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6337         bind mm-uu-text-plain-type with that value.
6338         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6339         mm-uu-dissect.
6340
6341 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * gnus-group.el (gnus-update-group-mark-positions):
6344         * gnus-sum.el (gnus-update-summary-mark-positions):
6345         * message.el (message-check-news-body-syntax):
6346         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6347         of string-as-multibyte.
6348
6349 2004-10-05  Juri Linkov  <juri@jurta.org>
6350
6351         * gnus-group.el (gnus-update-group-mark-positions):
6352         * gnus-sum.el (gnus-update-summary-mark-positions):
6353         * message.el (message-check-news-body-syntax):
6354         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6355         8-bit unibyte values to a multibyte string for search functions.
6356
6357 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6360         (mm-uu-dissect-text-parts): New function.
6361
6362         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6363         dissect text parts.
6364
6365         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6366         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6367
6368         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6369
6370         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6371         gnus-current-topics instead of gnus-current-topic.
6372
6373 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6374
6375         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6376
6377 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6378
6379         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6380         where approriate.
6381
6382         * nnml.el (nnml-generate-active-info): do.
6383
6384         * nndiary.el (nndiary-generate-active-info): do.
6385
6386         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6387         (gnus-topic-move): do.
6388
6389         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6390         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6391
6392         * gnus-srvr.el (gnus-server-prepare)
6393         (gnus-server-open-all-servers): do.
6394
6395         * gnus-msg.el (gnus-summary-cancel-article)
6396         (gnus-summary-resend-message)
6397         (gnus-summary-mail-crosspost-complaint): do.
6398
6399         * gnus-move.el (gnus-change-server): do.
6400
6401         * gnus-group.el (gnus-group-unmark-all-groups)
6402         (gnus-group-set-current-level): do.
6403
6404 2004-10-04  Simon Josefsson  <jas@extundo.com>
6405
6406         * message.el (message-generate-hashcash): Doc fix.
6407
6408 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6409
6410         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6411         avoid infinite recursion via gnus-get-function.
6412
6413 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6414
6415         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6416
6417         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6418
6419         * nnmail.el (nnmail-split-history): do.
6420
6421         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6422         (nnml-request-delete-group): do.
6423
6424         * nnslashdot.el (nnslashdot-read-groups): do.
6425
6426         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6427         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6428
6429         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6430         (nnspool-sift-nov-with-sed): Use last
6431         (nnspool-retrieve-headers-with-nov): Use mapc.
6432         (nnspool-request-newgroups): Use dolist.
6433         (nnspool-request-group): Use last.
6434
6435         * nntp.el (nntp-read-server-type): Use dolist.
6436
6437         * nnvirtual.el (nnvirtual-create-mapping)
6438         (nnvirtual-update-read-and-marked): Use dolist.
6439         (nnvirtual-convert-headers): Simplify.
6440
6441 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6442
6443         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6444         support for sync'ing tick marks.
6445
6446 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6449         there's no visible header.
6450
6451 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6452
6453         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6454         necessary, pass full group name to gnus-request-set-marks.
6455
6456 2004-10-01  Simon Josefsson  <jas@extundo.com>
6457
6458         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6459         acroread.
6460
6461 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * spam-report.el (spam-report-gmane): Fix interactive.
6464
6465         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6466
6467         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6468         when writing file.
6469         (gnus-agent-synchronize-flags): Don't default to being
6470         interactive.
6471
6472 2004-09-30  Simon Josefsson  <jas@extundo.com>
6473
6474         * message.el (message-generate-hashcash): Add.
6475         (message-send-mail): Use it, call mail-add-payment.
6476
6477 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * spam.el (spam-verify-bogofilter): -V, not -sV option
6480
6481 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6482
6483         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6484         gnus-requst-update-info with explicit code to sync the in-memory
6485         info read flags with the marks being sync'd to the backend.
6486
6487         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6488
6489 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6490
6491         * spam.el (spam-verify-bogofilter): new function
6492         (spam-check-bogofilter)
6493         (spam-bogofilter-register-with-bogofilter): use it
6494         (spam-verify-bogofilter): small fixes
6495
6496 2004-09-28  Simon Josefsson  <jas@extundo.com>
6497
6498         * hashcash.el (hashcash-generate-payment): Revert.
6499
6500 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6501
6502         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6503         gnus-extract-references instead of gnus-split-references
6504
6505         * gnus-util.el (gnus-extract-references): new function, analogous
6506         to gnus-split-references but extracts only the message-ID without
6507         anything extra
6508
6509         * hashcash.el (hashcash-generate-payment)
6510         (hashcash-check-payment): do the right thing if hashcash-path is
6511         nil (because the hashcash program could not be found)
6512
6513         * spam.el (spam-use-hashcash): remove comment
6514
6515 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6516
6517         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6518         (gnus-cache-enter-article, gnus-cache-remove-article)
6519         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6520
6521         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6522
6523         * gnus-art.el (article-hide-boring-headers)
6524         (article-translate-strings, article-display-face)
6525         (gnus-article-mime-match-handle-first)
6526         (gnus-article-highlight-headers)
6527         (gnus-article-add-buttons-to-head): do.
6528
6529 2004-09-27  Simon Josefsson  <jas@extundo.com>
6530
6531         * hashcash.el: New version, from
6532         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6533         ../contrib/.
6534
6535 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6538
6539 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6540
6541         * gnus-dup.el (gnus-dup-open): Use mapc.
6542         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6543
6544         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6545         Reported by Stefan Wiens <s.wi@gmx.net>.
6546
6547         * gnus.el (gnus-shutdown): Use dolist.
6548
6549         * gnus-undo.el (gnus-undo): Use mapc.
6550
6551         * nnrss.el (nnrss-generate-active): do.
6552
6553         * message.el (message-cite-original-without-signature)
6554         (message-cite-original): Use mapc.
6555         (message-do-actions, message-make-forward-subject): Use dolist.
6556
6557 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6558
6559         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6560         deletion to remove entire duplicate line.  Fixes merged article
6561         number bug.
6562
6563 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6564
6565         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6566         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6567         first ask if you want to open a server and then, even when you
6568         responded with no, asking if you want to synchronize the server's
6569         flags.
6570         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6571         multi-line expressions.
6572         (gnus-agent-synchronize-group-flags): New internal function.
6573         Updates marks in memory (in the info structure) AND in the
6574         backend.
6575
6576         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6577
6578         * nnagent.el (nnagent-request-set-mark): Use
6579         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6580         method, to ensure that synchronization updates marks in the
6581         backend and in the info (in memory) structure.
6582
6583 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6586         convention fully; don't miss the root article of a thread; make
6587         the X-Draft-From header with correct article numbers.
6588
6589 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6590
6591         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6592         unless plugged.  Disable the agent so that an open failure causes
6593         an error.
6594
6595         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6596         Reverted 2004-09-21 change.  The backend must be opened while
6597         synchronizing flags even when the backend stores the flags
6598         locally.
6599
6600 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6603         in `header' match.  Reported by Svend Tollak Munkejord.
6604
6605         * message.el (message-cite-original): Fix use of
6606         `message-cite-articles-with-x-no-archive'.
6607
6608 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6611         (gnus-window-to-buffer): Ditto.
6612
6613         * mml.el (mml-preview-buffer): New variable.
6614         (mml-preview): Manage window layout with gnus-buffer-configuration.
6615
6616         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6617         X-Draft-From header even if those articles aren't quoted.
6618
6619 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6620
6621         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6622         (gnus-request-set-mark, gnus-request-update-mark): Use new
6623         g-s-t-u-l-m to decide to use backend even when unplugged.
6624
6625 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6628         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6629
6630 2004-09-20  Simon Josefsson  <jas@extundo.com>
6631
6632         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6633         "utf-16-le".
6634
6635 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6636
6637         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6638
6639 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * uudecode.el (uudecode-use-external): Add :version.
6642
6643         * smime.el (smime-CA-file, smime-encrypt-cipher)
6644         (smime-dns-server): Add :version.
6645
6646         * smiley.el (gnus-smiley-file-types): Add :version.
6647
6648         * sha1.el (sha1-use-external): Add :version.
6649
6650         * pgg-def.el (pgg-query-keyserver): Add :version.
6651
6652         * nnmail.el (nnmail-fancy-expiry-targets)
6653         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6654
6655         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6656         (nnimap-retrieve-groups-asynchronous): Add :version.
6657         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6658
6659         * mml.el (mml-content-disposition-parameters)
6660         (mml-insert-mime-headers-always): Add :version.
6661
6662         * mm-util.el (mm-coding-system-priorities):
6663
6664         * mm-decode.el (mm-inline-text-html-with-images)
6665         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6666         (mm-verify-option): Add :version.
6667         (mm-text-html-renderer): Change :version.
6668
6669         * message.el (message-fcc-externalize-attachments)
6670         (message-required-headers, message-draft-headers)
6671         (message-subject-trailing-was-query)
6672         (message-subject-trailing-was-ask-regexp)
6673         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6674         (message-mark-insert-end, message-archive-header)
6675         (message-archive-note, message-cross-post-default)
6676         (message-cross-post-note, message-followup-to-note)
6677         (message-cross-post-note-function, message-use-mail-followup-to)
6678         (message-subscribed-address-functions)
6679         (message-subscribed-address-file, message-subscribed-addresses)
6680         (message-subscribed-regexps, message-allow-no-recipients)
6681         (message-yank-cited-prefix, message-signature-insert-empty-line)
6682         (message-hidden-headers, message-hierarchical-addresses)
6683         (message-mail-user-agent, message-use-idna)
6684         (message-valid-fqdn-regexp)
6685         (message-strip-special-text-properties, message-header-synonyms)
6686         (message-beginning-of-line, message-tab-body-function): Add :version.
6687         (message-insert-canlock, message-wide-reply-confirm-recipients):
6688         Change :version.
6689
6690         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6691         and :version.
6692         (mail-source-delete-old-incoming-confirm)
6693         (mail-source-movemail-program): Add :version.
6694
6695         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6696         (gnus-agent-cache, gnus-agent): Change :version.
6697
6698         * gnus-util.el (gnus-use-byte-compile): Change :version.
6699
6700         * gnus-sum.el (gnus-summary-make-false-root-always)
6701         (gnus-summary-default-high-score)
6702         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6703         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6704         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6705         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6706         (gnus-sum-thread-tree-single-indent)
6707         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6708         (gnus-sum-thread-tree-leaf-with-other)
6709         (gnus-sum-thread-tree-single-leaf): Add :version.
6710         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6711         (gnus-article-loose-mime): Change :version.
6712
6713         * gnus-start.el (gnus-backup-startup-file)
6714         (gnus-save-startup-file-via-temp-buffer): Add :version.
6715
6716         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6717         (gnus-server-offline-face): Add :version.
6718
6719         * gnus-score.el (gnus-adaptive-word-length-limit):
6720
6721         * gnus-msg.el (gnus-gcc-externalize-attachments)
6722         (gnus-debug-files, gnus-debug-exclude-variables)
6723         (gnus-discouraged-post-methods): Change :version.
6724         (gnus-confirm-mail-reply-to-news)
6725         (gnus-confirm-treat-mail-like-news): Add :version.
6726
6727         * gnus-int.el (gnus-server-unopen-status): Add :version.
6728
6729         * gnus-group.el (gnus-group-jump-to-group-prompt)
6730         (gnus-large-ephemeral-newsgroup)
6731         (gnus-fetch-old-ephemeral-headers): Add :version.
6732
6733         * gnus-fun.el (gnus-x-face-directory)
6734         (gnus-convert-pbm-to-x-face-command)
6735         (gnus-convert-image-to-x-face-command)
6736         (gnus-convert-image-to-face-command): Add :version.
6737
6738         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6739
6740         * gnus-cite.el (gnus-cite-blank-line-after-header)
6741         (gnus-article-boring-faces):
6742
6743         * gnus-art.el (gnus-buttonized-mime-types)
6744         (gnus-inhibit-mime-unbuttonizing)
6745         (gnus-treat-display-face)
6746         (gnus-treat-body-boundary): Change :version.
6747         (gnus-body-boundary-delimiter, gnus-picon-databases)
6748         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6749         (gnus-treat-date-english, gnus-treat-fold-headers)
6750         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6751         (gnus-treat-mail-picon, gnus-treat-wash-html)
6752         (gnus-article-encrypt-protocol)
6753         (gnus-use-idna, gnus-article-over-scroll)
6754         (gnus-mime-display-multipart-alternative-as-mixed)
6755         (gnus-mime-display-multipart-related-as-mixed)
6756         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6757         (gnus-ctan-url, gnus-button-ctan-handler)
6758         (gnus-button-handle-ctan-bogus-regexp)
6759         (gnus-button-ctan-directory-regexp)
6760         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6761         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6762         (gnus-button-man-level, gnus-button-emacs-level)
6763         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6764
6765         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6766         (gnus-agent-go-online): Change :version.
6767         (gnus-agent-expire-unagentized-dirs)
6768         (gnus-agent-auto-agentize-methods): Add :version.
6769
6770         * flow-fill.el (fill-flowed-display-column)
6771         (fill-flowed-encode-column): Add :version.
6772
6773         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6774         (gnus-outlook-deuglify-unwrap-max)
6775         (gnus-outlook-deuglify-cite-marks)
6776         (gnus-outlook-deuglify-unwrap-stop-chars)
6777         (gnus-outlook-deuglify-no-wrap-chars)
6778         (gnus-outlook-deuglify-attrib-cut-regexp)
6779         (gnus-outlook-deuglify-attrib-verb-regexp)
6780         (gnus-outlook-deuglify-attrib-end-regexp)
6781         (gnus-outlook-display-hook): Add :version.
6782
6783         * binhex.el (binhex-use-external): Add :version.
6784
6785 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6788         and `invisible'.
6789
6790 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6791
6792         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6793         in gnus-registry-trim
6794
6795 2004-09-13  Simon Josefsson  <jas@extundo.com>
6796
6797         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6798
6799         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6800
6801         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6802         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6803         <yamaoka@jpl.org>.
6804         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6805         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6806         <yamaoka@jpl.org>.
6807
6808         * sieve.el (sieve-manage-mode): Ditto.
6809
6810 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6813
6814 2004-09-11  Simon Josefsson  <jas@extundo.com>
6815
6816         * dns-mode.el: Add.
6817
6818         * mm-view.el (mm-display-dns-inline): Add.
6819
6820         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6821         (mm-automatic-display): Ditto.
6822
6823         * mailcap.el (mailcap-mime-data): Add text/dns.
6824         (mailcap-mime-extensions): Map .soa to text/dns.
6825
6826 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6827
6828         * gnus-art.el (article-decode-mime-words, article-babel)
6829         (gnus-article-highlight-signature, gnus-article-add-buttons)
6830         (gnus-signature-toggle): Remove unnecessary bindings of
6831         `inhibit-read-only' inherited from v5.10 merge.
6832
6833 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6834
6835         * nntp.el (nntp): New customization group.
6836         (nntp-authinfo-file): Add customization group.
6837
6838         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6839
6840         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6841
6842         * gnus.el (to-address, to-list, subscribed)
6843         (large-newsgroup-initial): Ditto.
6844
6845         * flow-fill.el (fill-flowed-display-column)
6846         (fill-flowed-encode-column): Ditto.
6847
6848 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6849
6850         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6851         Use point-min rather than 1.
6852         (message-send-mail): Use buffer-size rather than point-max.
6853
6854         * gnus-sum.el (gnus-summary-search-article-forward):
6855         Signal a specific `search-failed' rather than a generic `error'.
6856
6857         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6858         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6859         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6860
6861 2004-09-10  Simon Josefsson  <jas@extundo.com>
6862
6863         * nndb.el (require): Remove tcp and duplicate cl.
6864
6865 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-agent.el (directory-files-and-attributes): Move forward.
6868
6869 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6870
6871         * gnus-agent.el (directory-files-and-attributes): Optionally
6872         defined to support XEmacs.
6873
6874 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6875
6876         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6877         to avoid run-time CL dependencies.
6878         (gnus-agent-unfetch-articles): New function.
6879         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6880         article numbers even when local .overview file is missing.
6881         (gnus-agent-read-article-number): New function. Only accepts
6882         27-bit article numbers.
6883         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6884         gnus-agent-read-article-number.
6885         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6886         from backend while recognizing that article numbers in .overview
6887         must be valid.
6888         (gnus-agent-update-files-total-fetched-for): Use
6889         directory-files-and-attributes to improve performance.
6890         * gnus-int.el (gnus-request-move-article): Use
6891         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6892         improve performance.
6893
6894         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6895         some users confused by references to .newsrc when they only have a
6896         .newsrc.eld file.
6897         (gnus-convert-mark-converter-prompt,
6898         gnus-convert-converter-needs-prompt): Fixed use of property list.
6899         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6900         New function. Used internally to only display 'gnus converting
6901         files' message when actually necessary.
6902
6903         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6904         methods now autoloaded.
6905
6906 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6909         identifiers.
6910
6911 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-picon.el: Fix indentation and closing parenthesis.
6914
6915 2004-09-01  Simon Josefsson  <jas@extundo.com>
6916
6917         * message.el (message-canlock-generate): Require sha1, not
6918         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6919         to require within a function.  Sadly, if sha1.el isn't loaded, the
6920         let binding in m-c-g will hide the defcustom definition, which is
6921         bad.)
6922
6923         * canlock.el: Require sha1, not sha1-el.
6924
6925         * message.el: Don't autoload sha1 (there is a autoload cookie in
6926         sha1.el).
6927
6928         * sha1-el.el: Renamed to sha1.el.
6929
6930 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6931
6932         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6933
6934 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6935
6936         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6937
6938 2004-08-30  Kim F. Storm  <storm@cua.dk>
6939
6940         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6941
6942         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6943         Add :group 'nnimap.
6944
6945 2004-08-30  Andreas Schwab  <schwab@suse.de>
6946
6947         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6948         ?* and ?\;.
6949
6950         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6951         and ?\' to symbol instead of whitespace.
6952
6953 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6956
6957         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6958         instead of re-search-forward.
6959
6960         * gnus-uu.el (gnus-uu-save-article): Ditto.
6961         (gnus-uu-post-encode-uuencode): Ditto.
6962
6963         * html2text.el (html2text-clean-list-items): Ditto.
6964         (html2text-clean-dtdd): Ditto.
6965         (html2text-format-tags): Ditto.
6966
6967         * message.el (message-send-mail-with-sendmail): Fix regexp.
6968         (message-fill-field-general): Use search-forward instead of
6969         re-search-forward.
6970         (unbold-region): Ditto.
6971
6972         * nnrss.el (nnrss-request-article): Ditto.
6973
6974         * nnslashdot.el (nnslashdot-request-article): Ditto.
6975
6976         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6977
6978         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6979         "Unrecognized menu descriptor" error in XEmacs.
6980
6981 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6982
6983         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6984         parent article of a sparse article in the thread hashtb.
6985
6986 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6987
6988         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6989         (nnmail-expand-newtext): Lowercase expanded entries if
6990         nnmail-split-lowercase-expanded is non-nil.
6991
6992 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6995         entry.
6996
6997         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6998         of gnus-tmp-news-method into string under XEmacs.  It will be
6999         passed to gnus-correct-length which takes only a string argument.
7000
7001 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-util.el (gnus-bind-print-variables): New macro.
7004         (gnus-prin1): Use it.
7005         (gnus-prin1-to-string): Use it.
7006         (gnus-pp): New function.
7007         (gnus-pp-to-string): New function.
7008
7009         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7010         pp-to-string with gnus-pp-to-string.
7011         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7012         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7013         * gnus-msg.el (gnus-debug): Ditto.
7014         * gnus-score.el (gnus-score-save): Ditto.
7015         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7016         gnus-pp-to-string.
7017         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7018         with gnus-pp.
7019         * score-mode.el (gnus-score-pretty-print): Ditto.
7020         * webmail.el (webmail-debug): Ditto.
7021
7022 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-art.el (article-display-face, article-display-x-face): Use
7025         buffer-read-only.
7026
7027 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-art.el (article-hide-list-identifiers): Bind
7030         inhibit-read-only as t.
7031
7032 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7035
7036 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7037
7038         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7039         (gnus-narrow-to-page): Don't assume point-min == 1.
7040         (gnus-article-edit-mode): Derive from message-mode.
7041
7042         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7043         point-min == 1.
7044
7045         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7046         Disable incorrect use of `assert'.
7047
7048         * message.el (message-mode): Set comment-start-skip.
7049
7050
7051 2004-08-22  Sam Steingold  <sds@gnu.org>
7052
7053         * pop3.el (pop3-leave-mail-on-server): New user variable.
7054         (pop3-movemail): Delete mail only when it is nil.
7055
7056 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7059
7060         * mml.el (mml-preview): Use `pop-to-buffer'.
7061
7062         * message.el (message-goto-mail-followup-to): Insert after "To".
7063         (message-carefully-insert-headers): Add comment.
7064
7065         * gnus.el: Remove unused variable `gnus-article-check-size'.
7066
7067         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7068
7069         * gnus-art.el (gnus-button-alist): Improve
7070         `gnus-button-handle-library' entry.
7071
7072 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7073
7074         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7075         downcase, since XEmacs capitalizes error messages differently.
7076
7077 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7078
7079         * nntp.el: Add (require 'gnus) due to reference to
7080         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7081
7082 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7083
7084         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7085         `mm-fill-flowed'.
7086
7087         * mm-decode.el (mm-dissect-singlepart): Check it.
7088
7089 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
7092         'imap' for netrc parsing
7093
7094 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * mailcap.el (mailcap-mime-data): Mark as risky.
7097
7098 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7101         may be included in the encoded word.
7102         (rfc2047-encode): Don't append a space if the encoded word
7103         includes close parenthesis.
7104
7105 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7108         of text within parentheses.
7109
7110 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7113         (gnus-encrypt-write-file-contents): the password key is the file
7114         name PLUS the cipher, not just the cipher.  Also remove failed
7115         passwords from the cache.
7116
7117 2004-08-06  Simon Josefsson  <jas@extundo.com>
7118
7119         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7120         fix.
7121
7122 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7125         LWSP.
7126
7127 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7128
7129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
7130         to append in-reply-to: data to the references: header
7131
7132         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
7133         (netrc-parse): use gnus-encrypt.el functions
7134
7135         * gnus-encrypt.el: new file for encryption support; currently
7136         does only a few GPG ciphers and an internal XOR cipher
7137
7138         * password.el: add comments on using password-read-and-add
7139         (password-read-and-add): new function to read and add the
7140         password to the cache at once
7141
7142 2004-07-28  Simon Josefsson  <jas@extundo.com>
7143
7144         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7145         parameter (but don't use it, for now).
7146
7147         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7148         instead of hard coding to nil.
7149
7150 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7153         as mm-inline-image-xemacs does.
7154
7155 2004-07-26  Simon Josefsson  <jas@extundo.com>
7156
7157         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7158         Revert part of 2004-07-17 change below.
7159
7160 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7163         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7164
7165 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7168         quotes that actually start with ">" at the beginning of the
7169         lines.
7170
7171 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * rfc2047.el (rfc2047-encode-region): Fix last change.
7174         (rfc2047-encode-parameter): Remove useless concat.
7175
7176 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7179         encode special characters; fix some kind of misconfigured headers;
7180         signal a real error if debug-on-quit or debug-on-error is non-nil.
7181         (rfc2047-encode-max-chars): New variable.
7182         (rfc2047-encode-1): Use it.
7183         (rfc2047-encode-parameter): New function.
7184
7185         * mml.el (mml-insert-parameter): Remove an excessive space.
7186
7187 2004-07-17  Simon Josefsson  <jas@extundo.com>
7188
7189         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7190         Kai Grossjohann <kai@emptydomain.de>.
7191         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7192         (gnus-group-make-menu-bar): Ditto.
7193
7194         * gnus-util.el (gnus-group-server): Add.
7195
7196 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7197
7198         * message.el (message-clone-locals): Clone sendmail and smtp
7199         variables.
7200
7201 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * rfc2047.el (rfc2047-encode-region): Fix last change.
7204
7205 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7208         characters as non-special.
7209
7210 2004-07-09  Simon Josefsson  <jas@extundo.com>
7211
7212         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7213         Users will lose all flag changes made while unplugged with
7214         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7215         good default.  See numerous reports on ding mailing list.
7216
7217 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7220         add generate-head-function and generate-article-function to the
7221         rfc822-forward entry.
7222         (nndoc-rfc822-forward-generate-article): New function.
7223         (nndoc-rfc822-forward-generate-head): New function.
7224
7225         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7226
7227 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7228
7229         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7230         respect display group parameter and gnus-summary-expunge-below.
7231         (gnus-articles-to-read): Remove unused reference to display group
7232         parameter.
7233
7234 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7235
7236         * nnheader.el (nnheader-uniquify-message-id): New experimental
7237         variable.
7238         (nnheader-nov-read-message-id): Use it.
7239
7240         * spam-report.el (spam-report-gmane): Add interactive.
7241
7242 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7245         qp-or-base64 for the application/* types.
7246
7247 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7248
7249         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7250
7251 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7252
7253         * gnus-registry.el (gnus-registry-trim): don't allow a negative
7254         trim value
7255
7256 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7257
7258         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7259         New macro and function.
7260         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7261
7262 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7265         after-load-alist.
7266
7267 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7270         update info that isn't there.
7271
7272 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7273
7274         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7275         entry.
7276
7277 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * mm-view.el (mm-inline-render-with-function): Use multibyte
7280         buffer; decode html source by charset.
7281
7282         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7283
7284         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7285         Mule-UCS is loaded under XEmacs.
7286         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7287
7288 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7289
7290         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7291
7292 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * mm-util.el (mm-coding-system-p): Return a coding-system.
7295         (mm-mime-mule-charset-alist): Use shift_jis instead of
7296         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7297         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7298         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7299         instead of japanese-shift-jis and iso-latin-1 respectively in
7300         order to share the default value with both Emacs and XEmacs-mule.
7301         (mm-mule-charset-to-mime-charset): Make
7302         mm-coding-system-priorities effective.
7303         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7304         while predicating of candidates upon the priorities.
7305
7306 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7307
7308         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7309         gnus-uu-invert-processable.
7310
7311         * gnus.el: Autoload gnus-uu-invert-processable.
7312
7313 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * mm-util.el (mm-with-multibyte-buffer): New macro.
7316
7317         * rfc2047.el (rfc2047-encode-string): Use it.
7318         (rfc2047-encode-region): Move point to the end of the region after
7319         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7320
7321 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7324         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7325
7326 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7329         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7330         Karl Chen <quarl@nospam.quarl.org>.
7331
7332 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7333
7334         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7335         invalid addresses.
7336
7337 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * spam.el: section markers changed, TODO list revised
7340         (spam-backends): new master list of all installed backends
7341         (spam-summary-exit-behavior): new variable to determine how
7342         messages moves are done at summary exit
7343         (spam-move-spam-nonspam-groups-only)
7344         (spam-process-ham-in-nonham-groups)
7345         (spam-process-ham-in-spam-groups): variables removed, the
7346         spam-summary-exit-behavior variable should be used to manage this
7347         behavior
7348         (spam-old-ham-articles, spam-old-spam-articles): removed
7349         (spam-old-articles): new variable, replacing spam-old-ham-articles
7350         and spam-old-spam-articles
7351         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7352         empty variables, placeholders for the backends they represent
7353         (spam-set-difference): moved, unchanged
7354         (spam-list-of-processors): variable OBSOLETE, not used anymore
7355         unless the user has a processor variable
7356         (spam-classifications, spam-classification-valid-p)
7357         (spam-backend-properties, spam-backend-property-valid-p)
7358         (spam-backend-function-type-valid-p)
7359         (spam-process-type-valid-p, spam-list-articles): helper functions
7360         (spam-report-articles-gmane, spam-report-articles-resend):
7361         functions removed, they are not needed
7362         (spam-install-backend-super, spam-backend-list)
7363         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7364         (spam-backend-function, spam-backend-ham-registration-function)
7365         (spam-backend-spam-registration-function)
7366         (spam-backend-ham-unregistration-function)
7367         (spam-backend-spam-unregistration-function)
7368         (spam-backend-statistical-p, spam-backend-mover-p)
7369         (spam-install-backend-alias, spam-install-checkonly-backend)
7370         (spam-install-mover-backend, spam-install-nocheck-backend)
7371         (spam-install-backend, spam-install-statistical-backend)
7372         (spam-install-statistical-checkonly-backend): backend installation
7373         support
7374         (spam-summary-prepare-exit): rewritten to use the new backend code
7375         (spam-group-processor-p): use the new backend code and respect the
7376         summary exit behavior
7377         (spam-mark-spam-as-expired-and-move-routine): removed
7378         (spam-summary-prepare): changed to use the new spam-old-articles
7379         variable
7380         (spam-copy-or-move-routine, spam-copy-spam-routine)
7381         (spam-move-spam-routine, spam-copy-ham-routine)
7382         (spam-move-ham-routine): new code to copy/move ham or spam
7383         (spam-fetch-field-fast): doc and code improved, plus it allows the
7384         'number request
7385         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7386         removed, no longer used
7387         (spam-split, spam-find-spam): use the new backend code
7388         (spam-registration-functions): variable removed, no longer used
7389         (spam-unregister-routine): convenience wrapper
7390         (spam-log-undo-registration, spam-register-routine)
7391         (spam-log-processing-to-registry)
7392         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7393         where possible
7394         (spam-check-gmane-xref, spam-check-regex-headers)
7395         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7396         (spam-check-whitelist, spam-check-blacklist)
7397         (spam-check-bogofilter-headers, spam-check-spamoracle)
7398         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7399         (spam-check-crm114-headers): use the spam-split-group that
7400         spam-split prepares, no need to determine it every time
7401
7402         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7403         the nnheader-parse-naked-head call
7404
7405         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7406
7407         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7408         the nnheader-nov-read-message-id call
7409
7410 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7413         gnus-activate-group twice.  Suggested by Markus Peter
7414         <warp@spin.de>.
7415
7416 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (gnus-article-time-format): Exchange the order of
7419         day and month in the default value; fix customization type.
7420         (article-date-ut): Use add-text-properties.
7421         (article-make-date-line): Use message-make-date instead of
7422         current-time-string.
7423
7424         * message.el (message-fetch-field): Don't use set-text-properties.
7425         (message-make-date): Simplify.
7426
7427         * messagexmas.el (message-xmas-make-date): New function.
7428         (message-xmas-redefine): Defalias message-make-date to it.
7429
7430 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7433         (rfc2047-encode-region): Treat text within parentheses as special;
7434         show the original text when error has occurred.
7435
7436         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7437         already-computed method to gnus-activate-group.
7438
7439         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7440         same select-methods identical Lisp objects.
7441
7442         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7443         object when modifying the info.
7444
7445 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7448         gnus-opened-servers since it has never been opened with the new
7449         configuration yet.
7450
7451 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7454         arg to nnheader-generate-fake-message-id.
7455
7456 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7457
7458         * nnheader.el (nnheader-generate-fake-message-id): accept a
7459         number and build a fake message ID localized to a group and
7460         article number (so it's repeatable from that point on)
7461         (nnheader-fake-message-id-p): change regex to accomodate new fake
7462         ID format
7463
7464         * gnus-sum.el (gnus-get-newsgroup-headers): call
7465         nnheader-generate-fake-message-id with the article number
7466
7467 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7468
7469         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7470         end-of-buffer.
7471
7472 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473
7474         * message.el (message-ignored-supersedes-headers): Add Approved.
7475
7476 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7479         goto-char.
7480         (rfc2047-encode): Fold the line before encoding.
7481
7482 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7485         folding -- not all headers can be folded, and this should be done
7486         by the message composition mode.  Probably.  I think.
7487
7488 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7491         fast.
7492
7493         * gnus-ems.el (gnus-remove-image): Don't use
7494         message-text-with-property; remove only the image found first.
7495
7496         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7497         found first.
7498
7499 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7500
7501         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7502
7503 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * message.el (message-text-with-property): Make it fast and accept
7506         optional arguments.
7507         (message-strip-forbidden-properties): Use it.
7508         (message-fix-before-sending): Follow the m-t-w-p change.
7509
7510         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7511
7512 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-art.el (article-hide-headers): Don't change the buffer
7515         mistakenly when performing mml-preview even if
7516         gnus-single-article-buffer is nil.
7517
7518 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7519
7520         * message.el (message-expand-name-databases): New user option.
7521         (message-expand-name): Use it.
7522
7523 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7524
7525         * spam.el (spam-report-articles-resend)
7526         (spam-report-resend-register-routine): allow ham reporting
7527         (spam-report-resend-register-ham-routine): simple wrapper
7528         (spam-registration-functions): add ham resending functions
7529         (spam-list-of-processors): add ham resend processor
7530
7531         * gnus.el (ham-resend-to): new group parameter
7532         (spam-process): add ham resend option
7533
7534         * spam-report.el (spam-report-resend): allow reporting ham
7535         (spam-report-resend-ham): simple wrapper
7536
7537 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7538
7539         * message.el (message-cite-articles-with-x-no-archive): New
7540         variable.
7541         (message-cite-original): Use it.
7542
7543 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7544
7545         * message.el (message-cite-original): Respect X-No-Archive.
7546
7547 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (article-hide-headers): Refer to the values for
7550         gnus-ignored-headers and gnus-visible-headers in the summary
7551         buffer since a user may have set them as group parameters.
7552
7553 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7554
7555         * assistant.el (assistant-node-name): new convenience function
7556         (assistant-render-text, assistant-render-node): error handling,
7557         plus handle multiple next nodes
7558         (assistant-find-next-node): commented out for now
7559         (assistant-find-next-nodes): new function, returns list of next
7560         nodes
7561
7562 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7563
7564         * mail-source.el (mail-source-directory): Fix doc-string.
7565
7566 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7567
7568         * assistant.el (assistant-render-text, assistant-eval): add :set
7569         widget type, which is different because it takes and returns a
7570         list.  Much hilarity ensues.
7571
7572 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7575
7576         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7577         doc-string.
7578
7579         * gnus-start.el (gnus-activate-group): Added doc-string.
7580
7581 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7584
7585 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * assistant.el (assistant-render-text): trying to add a :set
7588         widget, more to come...
7589
7590         * spam.el (spam-group-spam-contents-p): handle empty groupname
7591         strings
7592         (spam-report-articles-resend)
7593         (spam-register-routine): do registration iff any articles warrant
7594         it.
7595         (spam-summary-prepare-exit): changed log message for nil group
7596         destinations
7597
7598 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7599
7600         * spam.el (spam-report-resend-register-routine): allow
7601         spam-report-resend-to to be a group parameter or a global value
7602
7603 2004-05-26  Simon Josefsson  <jas@extundo.com>
7604
7605         * starttls.el: Merge with my GNUTLS based starttls.el.
7606         (starttls-gnutls-program, starttls-use-gnutls)
7607         (starttls-extra-arguments, starttls-process-connection-type)
7608         (starttls-connect, starttls-failure, starttls-success): New
7609         variables.
7610         (starttls-program, starttls-extra-args): Doc fix.
7611         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7612         functions.
7613         (starttls-negotiate, starttls-open-stream): Check
7614         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7615         function if it is set.
7616
7617 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7620         structured fields.
7621
7622 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7625
7626 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7627
7628         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7629         variable.
7630         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7631         assigning the spam-mark to new messages.
7632
7633 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7634
7635         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7636
7637 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7640
7641         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7642         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7643         default.
7644
7645 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7646
7647         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7648         correct data.
7649
7650 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7651
7652         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7653         (spam-group-processor-p): fixed function so it works properly
7654         (spam-group-processor-multiple-p)
7655         (spam-group-spam-processor-report-gmane-p)
7656         (spam-group-spam-processor-report-resend-p)
7657         (spam-group-spam-processor-bogofilter-p)
7658         (spam-group-spam-processor-blacklist-p)
7659         (spam-group-spam-processor-ifile-p)
7660         (spam-group-ham-processor-ifile-p)
7661         (spam-group-spam-processor-spamoracle-p)
7662         (spam-group-spam-processor-crm114-p)
7663         (spam-group-ham-processor-bogofilter-p)
7664         (spam-group-spam-processor-stat-p)
7665         (spam-group-ham-processor-stat-p)
7666         (spam-group-ham-processor-whitelist-p)
7667         (spam-group-ham-processor-BBDB-p)
7668         (spam-group-ham-processor-spamoracle-p)
7669         (spam-group-ham-processor-copy-p): functions removed with some
7670         prejudice against unneeded code
7671         (spam-report-articles-resend)
7672         (spam-report-resend-register-routine): allow the group/topic
7673         spam-resend-to value to override spam-report-resend-to
7674         (spam-summary-prepare-exit): invoke spam-group-processor-p
7675         properly now
7676
7677         * gnus.el (spam-resend-to): new group/topic parameter
7678         (spam-process): move the OBSOLETE processors to the end of the
7679         choices.
7680
7681 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7682
7683         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7684         with resend-to set to nil, and then ask the user if necessary.
7685         (spam-report-resend): spam-report-resend takes a list of articles, not
7686         separate article numbers.
7687
7688 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7691         addition to emacs-w3m.
7692
7693 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * assistant.el (assistant-authinfo-data): New function.
7696         (assistant-eval): Eval for entire assistant.
7697
7698         * netrc.el (netrc-services-file): New variable.
7699         (netrc-parse-services): New function.
7700         (netrc-find-service-name): New function.
7701         (netrc-find-service-number): New function.
7702         (netrc-port-equal): New function.
7703         (netrc-machine): Use it.
7704
7705         * nnimap.el (nnimap-open-connection): Use netrc.
7706
7707         * gnus-util.el (gnus-netrc-get): Remove aliases.
7708
7709         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7710
7711         * assistant.el (wid-edit): Fix compilation.
7712
7713         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7714
7715 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7716
7717         * gnus-util.el (gnus-set-file-modes): New function.  (small
7718         patch).
7719
7720 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7723
7724         * assistant.el (assistant-render-node): Fix up rendering and
7725         read-only text.
7726         (assistant-render-node): Reset.
7727         (assistant-make-read-only): Not sticky.
7728
7729 2004-05-20  Danny Siu  <dsiu@adobe.com>
7730
7731         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7732         centered even when gnus-auto-center-summary is t
7733
7734 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * dns.el (dns-get-txt-answer): New function.
7737         (dns-read-txt): Ditto.
7738         (query-dns): Use it.
7739
7740 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7743         active for foreign groups even if the group level is higher than
7744         the specified value.
7745
7746 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7749         non-active groups.
7750
7751         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7752
7753 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7754
7755         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7756
7757 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7760         (spam-crm114-header, spam-crm114-spam-switch)
7761         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7762         (spam-crm114-positive-spam-header)
7763         (spam-crm114-database-directory, spam-list-of-processors)
7764         (spam-group-spam-processor-crm114-p)
7765         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7766         (spam-generic-score, spam-list-of-checks)
7767         (spam-list-of-statistical-checks, spam-registration-functions)
7768         (spam-check-crm114-headers, spam-crm114-score)
7769         (spam-check-crm114, spam-crm114-register-with-crm114)
7770         (spam-crm114-register-spam-routine)
7771         (spam-crm114-unregister-spam-routine)
7772         (spam-crm114-register-ham-routine)
7773         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7774         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7775
7776         * gnus.el: added spam-use-crm114
7777
7778         * spam.el (spam-list-of-processors, spam-registration-functions):
7779         add spam-use-resend
7780         (spam-group-spam-processor-report-resend-p): utility wrapper
7781         (spam-report-articles-gmane): doc fix
7782         (spam-report-articles-resend,
7783         spam-report-resend-register-routine): wrappers around
7784         spam-report-resend-to
7785
7786         * spam-report.el (spam-report-resend-to, spam-report-resend):
7787         support for resending spam
7788         (spam-report-gmane): line length >80 fix
7789
7790         * gnus.el (spam-process): add spam-use-resend
7791
7792 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7793
7794         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7795         number of processed spam messages.
7796         (spam-ham-copy-or-move-routine): Return the number of processed
7797         ham messages.
7798         (spam-summary-prepare-exit): Use the above values to decide
7799         whether status messages shouled be displayed.
7800
7801 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7804         `rfc2047-encoding-function-alist' in order to avoid conflicting
7805         with the old version.
7806         (rfc2047-encode-region): Concatenate words containing non-ASCII
7807         characters in structured fields; don't encode space-delimited
7808         ASCII words even in unstructured fields; don't break words at
7809         char-category boundaries.
7810         (rfc2047-encode-1): New function.
7811         (rfc2047-encode): Use it; encode text so that it occupies the
7812         maximum width within 76-column; work correctly on Q encoding for
7813         iso-2022-* charsets.
7814         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7815         sure not to break a line just after the header name.
7816         (rfc2047-b-encode-region): Removed.
7817         (rfc2047-b-encode-string): New function.
7818         (rfc2047-q-encode-region): Removed.
7819         (rfc2047-q-encode-string): New function.
7820
7821         * mm-util.el (mm-replace-in-string): New function.
7822
7823 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7824
7825         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7826         get it right.
7827         (gnus-inews-make-draft): Really.
7828
7829 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7830
7831         * nnmh.el (nnmh-request-list-1): Don't check the link count
7832         before descending.  (small patch)
7833
7834 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7835
7836         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7837         stuff.
7838
7839         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7840         on real group name.
7841
7842         * gnus-art.el (gnus-signature-limit): Doc fix.
7843
7844         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7845
7846         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7847
7848 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7849
7850         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7851         isn't a string.
7852
7853 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * gnus-draft.el (gnus-draft-send): Bind
7856         rfc2047-encode-encoded-words.
7857
7858         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7859         (rfc2047-encodable-p): Say that =? needs encoding.
7860         (rfc2047-encode-encoded-words): New variable.
7861
7862         * gnus-group.el (gnus-group-select-group): Doc fix.
7863
7864         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7865
7866         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7867         to nil.
7868
7869         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7870
7871         * nnheader.el (nnheader-get-lines-and-char): New function.
7872
7873 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-msg.el (gnus-summary-followup-with-original): Document
7876         yanking of region when active.
7877
7878 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7881         groups if the group level is higher than the specified value.
7882
7883 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7886         (gnus-group-jump-to-group): Added prefix argument using
7887         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7888         non-active group.
7889
7890         * compface.el (uncompface): Be verbose when changing
7891         `uncompface-use-external'.
7892
7893         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7894         handle manual section.
7895
7896 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * gnus-art.el (gnus-button-alist): Revert previous change.
7899
7900 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7903
7904 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7907         whether backend can accept message.
7908
7909         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7910
7911 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7912
7913         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7914         Avoid creating directory when nntp-marks-is-evil is true.
7915         Reported by Reiner Steib.
7916
7917 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-picon.el (gnus-picon-style): New variable.
7920         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7921         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7922         Jesper Harder <harder@ifa.au.dk>.
7923
7924 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7925
7926         * message.el (message-fill-field): Return point.
7927         (message-generate-headers): Go to end of field.
7928
7929         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7930         stuff for non-living groups.
7931
7932 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7933
7934         * gnus-art.el (gnus-article-followup-with-original)
7935         (gnus-article-reply-with-original): gnus-mark-active-p ->
7936         gnus-region-active-p.
7937
7938 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7941         only when there is spam or ham to be processed
7942
7943 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * mail-source.el (mail-source-delete-crash-box): Refactor.
7946         (mail-source-fetch): Use it.
7947         (mail-source-fetch-file): Ditto.
7948         (mail-source-fetch-directory): Run postscript in loop.
7949         (mail-source-fetch-pop): Delete.
7950         (mail-source-fetch-maildir): Ditto.
7951         (mail-source-fetch-imap): Ditto.
7952
7953         * imap.el (imap-authenticators): Comment out sasl.
7954
7955         * message.el (message-skip-to-next-address): New function.
7956         (message-fill-header-address): Refactor.
7957         (message-fill-address): Use it.
7958         (message-delete-address): Use it.
7959         (message-fill-header-general): Refactor.
7960         (message-fill-field-address): Rename.
7961         (message-narrow-to-field): Find the start of the header.
7962         (message-header-format-alist): Don't pre-fill.
7963         (message-fill-header): Removed.
7964         (message-insert-header): New function.
7965         (message-shorten-references): Use it.
7966
7967         * rfc2047.el (rfc2047-field-value): Strip props.
7968
7969         * mail-parse.el (mail-header-make-address): New alias.
7970
7971         * ietf-drums.el (ietf-drums-make-address): New function.
7972
7973         * imap.el: Add compiler directives.
7974
7975         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7976
7977         * gnus-art.el (article-decode-idna-rhs): Don't use
7978         message-idna-inside-rhs-p.
7979
7980 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * message.el (message-idna-inside-rhs-p): Removed.
7983         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7984
7985         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7986         false positives.
7987
7988 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7989
7990         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7991
7992 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993
7994         * nneething.el (nneething-file-name): Don't create spurions
7995         files.
7996
7997         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7998         (gnus-inews-do-gcc): Remove sleep.
7999
8000         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8001         part under point.
8002
8003         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8004         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8005
8006 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
8009
8010 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8011
8012         * spam.el (spam-summary-prepare-exit): only produce "marking spam
8013         as expired without moving it" message when there are spam
8014         messages left
8015
8016 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8017
8018         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8019         header is not nil.
8020
8021 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8022
8023         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8024         nntp-possibly-create-directory, not nntp-possibly-change-group.
8025         (nntp-marks-changed-p): New arg SERVER.
8026         (nntp-request-update-info): Adjust caller.
8027
8028 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8029
8030         * nntp.el (nntp-save-marks): Pass missing arg.
8031
8032 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8033
8034         * nntp.el: Support marks.
8035         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8036         (nntp-marks-modtime, nntp-marks-directory): New variables.
8037         (nntp-request-set-mark, nntp-request-update-info)
8038         (nntp-possibly-create-directory, nntp-marks-changed-p)
8039         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8040         functions.
8041
8042 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8043
8044         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8045         (gnus-xmas-redefine): Rename.
8046
8047         * gnus-score.el (gnus-score-insert-help): Use
8048         gnus-select-lowest-window.
8049
8050         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8051         appt-select-lowest-window and rename to gnus-select-lowest-window.
8052
8053         * gnus.el: do.
8054
8055 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8056
8057         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8058         encodings of MIME-encoded words, in order to improve
8059         interoperability with several broken MUAs.
8060
8061 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8062
8063         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8064         tags, only when charsets are not specified in headers.
8065         (mm-inline-text-html-render-with-w3m): Ditto.
8066
8067         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8068         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8069
8070 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8071
8072         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8073         instead of MIME-decoded from fields when checking
8074         `gnus-article-address-banner-alist'.
8075
8076 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8077
8078         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8079         description rather than subject.
8080
8081 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8082
8083         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8084
8085 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus.el (gnus-version-number): Bump.
8088
8089 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8090
8091         * gnus.el: No Gnus v0.2 is released.
8092
8093 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * gnus-agent.el (gnus-agent-read-agentview): Inline
8096         gnus-uncompress-range.
8097
8098 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8099
8100         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8101         `exec-installed-p'.
8102
8103 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8104
8105         * gnus.el (spam-process, spam-autodetect-methods): Add
8106         bsfilter and bsfilter-headers.
8107
8108         * spam.el (spam-bsfilter): New customize group.
8109         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8110         (spam-bsfilter-header, spam-bsfilter-probability-header)
8111         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8112         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8113         (spam-bsfilter-database-directory): New options.
8114         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8115         (spam-list-of-statistical-checks, spam-registration-functions):
8116         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8117         (spam-bsfilter-score): New command.
8118         (spam-check-bsfilter-headers, spam-check-bsfilter)
8119         (spam-bsfilter-register-with-bsfilter)
8120         (spam-bsfilter-register-spam-routine)
8121         (spam-bsfilter-unregister-spam-routine)
8122         (spam-bsfilter-register-ham-routine)
8123         (spam-bsfilter-unregister-ham-routine): New functions.
8124         (spam-generic-score): Support bsfilter; Accept an optional argument
8125         to recalcurate spam score even if scoring header has already been
8126         added.
8127         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8128         optional argument to recalcurate spam score even if scoring header
8129         has already been added.
8130
8131 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8132
8133         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8134         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8135         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8136         link is missing.
8137
8138 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8139
8140         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8141         (html2text-get-attr): Rewrite.
8142
8143         * message.el (message-setup-1): Remove redundant put-text-property
8144         on mail-header-separator.
8145
8146 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8147
8148         * gnus-registry.el (gnus-registry-cache-whitespace)
8149         (gnus-registry-action, gnus-registry-spool-action)
8150         (gnus-registry-split-fancy-with-parent): changed message levels
8151         from 5 to 3 or 7, as needed
8152
8153         * spam.el (spam-summary-prepare-exit)
8154         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8155         (spam-split, spam-find-spam, spam-log-undo-registration)
8156         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
8157         level from 5 to 6
8158
8159 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8162         2004-03-04 change).
8163
8164 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8165
8166         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8167         Use mapc when appropriate.
8168
8169         * sieve-manage.el (sieve-manage-open): do.
8170
8171         * nnweb.el (nnweb-insert-html): do.
8172
8173         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8174         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8175
8176         * nnspool.el (nnspool-request-group): do.
8177
8178         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8179         do.
8180
8181         * nnml.el (nnml-request-update-info): do.
8182
8183         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8184         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8185
8186         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8187         (nnimap-request-set-mark): do.
8188
8189         * nnfolder.el (nnfolder-request-update-info): do.
8190
8191         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8192         do.
8193
8194         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8195
8196         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8197
8198         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8199         do.
8200
8201         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8202         do.
8203
8204         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8205
8206         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8207
8208         * gnus-int.el (gnus-start-news-server): do.
8209
8210         * gnus-group.el (gnus-group-make-kiboze-group)
8211         (gnus-group-browse-foreign-server): do.
8212
8213 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         FIXME: Make separate entries for each person.
8216
8217         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8218         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8219         <shields@msrl.com>:
8220
8221         * spam.el (spam-necessary-extra-headers): get the extra headers we
8222         may need for spam sorting and scoring
8223         (spam-user-format-function-S): a user format function suitable for
8224         general use
8225         (spam-article-sort-by-spam-status): sorting function for summary
8226         sorting
8227         (spam-extra-header-to-number): get a score from a header
8228         (spam-summary-score): get a numeric score from the headers
8229         (spam-generic-score): oops, function doc in wrong place
8230         (spam-initialize): take symbols when it's run, and install the
8231         extra headers that spam-necessary-extra-headers thinks we need
8232
8233 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8234
8235         * spam.el (spam-summary-prepare-exit): logic and message fix.
8236         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8237
8238 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8239
8240         * gnus-sum.el (gnus-set-global-variables)
8241         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8242         (gnus-article-get-xrefs, gnus-summary-best-group)
8243         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8244         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8245         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8246         with-current-buffer.
8247
8248 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8249
8250         * spam.el (spam-summary-prepare-exit): simplified logic
8251         (spam-fetch-article-header): read the article header if it's not
8252         available
8253         (spam-list-articles): simplified logic
8254         (spam-filelist-register-routine): found bug with unregister-list
8255
8256         * gnus-registry.el: clarified comments at beginning
8257
8258 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8259
8260         * message.el (message-cater-to-broken-inn): Remove.
8261         (message-shorten-references): Make sure the total folded length of
8262         References is shorter than 998 characters to cater to a bug in INN
8263         2.3.  Also, don't pretend that references aren't folded -- this
8264         hasn't worked for a while.
8265
8266 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8267
8268         * gnus-agent.el (gnus-agentize):
8269         gnus-agent-send-mail-real-function no longer set to current value
8270         of message-send-mail-function but rather a lambda that calls
8271         message-send-mail-function.  The change makes the agent real-time
8272         responsive to user changes to message-send-mail-function.
8273
8274 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8275
8276         * legacy-gnus-agent.el
8277         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8278         help from Florian Weimer <fw@deneb.enyo.de>
8279
8280 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * nnmail.el (nnmail-cache-insert): Revert last change.
8283
8284 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * nnmail.el (nnmail-cache-insert): Always check whether
8287         nnmail-cache-ignore-groups matches a group name.
8288
8289 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8290
8291         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8292         (spam-find-spam, spam-log-processing-to-registry)
8293         (spam-log-registered-p, spam-log-unregistration-needed-p)
8294         (spam-log-undo-registration): use gnus-message instead of
8295         gnus-error, none of these errors are fatal
8296
8297         * gnus-registry.el (gnus-registry-clean-empty-function)
8298         (gnus-registry-clean-empty): remove only empty entries without
8299         extra data
8300
8301 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * spam-stat.el (spam-stat-buffer-change-to-spam)
8304         (spam-stat-buffer-change-to-non-spam): change (error) to
8305         (gnus-message 8) invocation
8306
8307 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * nntp.el (nntp-via-netcat-command): New variable.
8310         (nntp-via-netcat-switches): New variable.
8311         (nntp-open-via-rlogin-and-netcat): New function.
8312         (nntp-open-connection-function): Doc fix.
8313         (nntp-telnet-command): Doc fix.
8314         (nntp-end-of-line): Doc fix.
8315         (nntp-via-rlogin-command): Doc fix.
8316         (nntp-via-user-name): Doc fix.
8317         (nntp-via-address): Doc fix.
8318
8319 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8322         error in Emacs 21.1.
8323
8324 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8327
8328 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8329         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8330         (gnus-agent-with-refreshed-group): New macro.
8331         (gnus-agent-rename-group): New function.
8332         (gnus-agent-delete-group): New function.
8333         (gnus-agent-save-group-info): Use gnus-command-method when
8334         `method' parameter is nil.  Don't write nil entries into the
8335         active file.
8336         (gnus-agent-get-group-info): New function.
8337         (gnus-agent-fetch-articles): Use
8338         gnus-agent-update-files-total-fetched-for to increment disk space
8339         used.
8340         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8341         gnus-agent-update-view-total-fetched-for to increment disk space
8342         used.
8343         (gnus-agent-get-local): Added optional parameters to avoid calling
8344         gnus-group-real-name and gnus-find-method-for-group.
8345         (gnus-agent-set-local): Delete stored entry if either min, or max,
8346         are nil.
8347         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8348         quit, use gnus-agent-regenerate-group to record existance of any
8349         articles fetched to disk before the quit occurred.
8350         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8351         gnus-agent-update-view-total-fetched-for, and
8352         gnus-agent-update-files-total-fetched-for to decrement disk space
8353         used.
8354         (gnus-agent-retrieve-headers): Use
8355         gnus-agent-update-view-total-fetched-for to increment disk space
8356         used.
8357         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8358         with gnus-agent-update-files-total-fetched-for to decrement disk
8359         space and fresh group buffer.
8360         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8361         (gnus-agent-need-update-total-fetched-for): New variable.
8362         (gnus-agent-update-files-total-fetched-for): New function.
8363         (gnus-agent-update-view-total-fetched-for): New function.
8364         (gnus-agent-total-fetched-for): New function.
8365
8366         * gnus-cache.el (gnus-cache-save-buffers): Use
8367         gnus-cache-update-overview-total-fetched-for to change disk space
8368         used by this group.
8369         (gnus-cache-possibly-enter-article): Use
8370         gnus-cache-update-file-total-fetched-for to increment disk space
8371         used by this group.
8372         (gnus-cache-possibly-remove-article): Use
8373         gnus-cache-update-file-total-fetched-for to decrement disk space
8374         used by this group.
8375         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8376         (gnus-cache-rename-group): New function.
8377         (gnus-cache-delete-group): New function.
8378         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8379         (gnus-cache-need-update-total-fetched-for): New variable.
8380         (gnus-cache-with-refreshed-group): New macro.
8381         (gnus-cache-update-file-total-fetched-for): New function.
8382         (gnus-cache-update-overview-total-fetched-for): New function.
8383         (gnus-cache-rename-group-total-fetched-for): New function.
8384         (gnus-cache-delete-group-total-fetched-for): New function.
8385         (gnus-cache-total-fetched-for): New function.
8386
8387         * gnus-group.el: Require gnus-sum and autoload functions to
8388         resolve warnings when gnus-group.el compiled alone.
8389         (gnus-group-line-format): Documented new %F
8390         (size of Fetched data) group line format; identifies disk space
8391         used by agent and cache.
8392         (gnus-group-line-format-alist): Defined new F format.
8393         (gnus-total-fetched-for): New function.
8394         (gnus-group-delete-group): No longer update
8395         gnus-cache-active-altered as gnus-request-delete-group now keeps
8396         the cache in sync.
8397         (gnus-group-list-active): Let the agent store a server's active
8398         list if currently plugged.
8399
8400         * gnus-int.el (gnus-request-delete-group): Use
8401         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8402         local disk in sync with the server.
8403          (gnus-request-rename-group): Use
8404         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8405         local disk in sync with the server.
8406
8407         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8408         simplification to logic.
8409
8410         * gnus-util.el (gnus-rename-file): New function.
8411
8412 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8413
8414         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8415
8416 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8417
8418         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8419         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8420
8421 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8422
8423         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8424         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8425
8426 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8427
8428         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8429
8430 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * spam.el (spam-set-difference): new function to replace
8433         gnus-set-difference in spam.el
8434         (spam-summary-prepare-exit): use spam-set-difference
8435
8436 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8437
8438         * gnus-registry.el (gnus-registry-cache-file): updated to use
8439         gnus-dribble-directory OR gnus-home-directory OR ~
8440         (gnus-registry-split-fancy-with-parent): fixed doc
8441
8442 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * message.el (message-exchange-point-and-mark): Use
8445         message-mark-active-p.  Suggested by Jesper Harder
8446         <harder@ifa.au.dk>.
8447
8448 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * message.el (message-exchange-point-and-mark): Don't activate
8451         region if it was inactive.  Suggested by Hiroshi Fujishima
8452         <pooh@nature.tsukuba.ac.jp>.
8453
8454 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (article-display-face): Display Faces in the same
8457         order as X-Faces.
8458
8459 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8462
8463 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8466         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8467         (gnus-article-mime-hierarchy): Remove.
8468         (gnus-article-mime-hierarchy-next): Remove.
8469         (gnus-article-mode): Revert 2004-03-19 change.
8470         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8471         (gnus-insert-mime-button): Revert 2004-03-19 change.
8472         (gnus-mime-accumulate-hierarchy): Remove.
8473         (gnus-mime-enter-multipart): Remove.
8474         (gnus-mime-leave-multipart): Remove,
8475         (gnus-mime-display-part): Revert 2004-03-19 change.
8476         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8477
8478         * mml.el (mml-preview): Revert 2004-03-19 change.
8479
8480 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8481
8482         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8483
8484 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8487         t while entering a file name using the mm-with-multibyte macro.
8488         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8489
8490         * mm-util.el (mm-with-multibyte): New macro.
8491
8492 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8495         user option.
8496         (gnus-mime-multipart-functions): Doc and customization fix.
8497         (gnus-article-mime-hierarchy): New variable.
8498         (gnus-article-mime-hierarchy-next): New variable.
8499         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8500         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8501         gnus-article-mime-hierarchy-next to nil.
8502         (gnus-insert-mime-button): Show hierarchy numbers.
8503         (gnus-mime-accumulate-hierarchy): New function.
8504         (gnus-mime-enter-multipart): New function.
8505         (gnus-mime-leave-multipart): New function.
8506         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8507         (gnus-mime-display-alternative): Show hierarchy numbers.
8508
8509         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8510         gnus-article-mime-hierarchy-next to nil.
8511
8512 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8513
8514         * dns.el: Don't require gnus-xmas.
8515
8516 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8517
8518         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8519         inline PGP.
8520         (mml-menu): Disable mml-quote-region if mark is inactive.
8521
8522 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8525         when the group's active is not available.
8526
8527 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8530         error.
8531
8532 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * imap.el (imap-store-password): New variable.
8535         (imap-interactive-login): Use it.
8536         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8537
8538 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8541         window-start and hscroll to summary window.
8542
8543 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8544
8545         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8546         conversion message to newsrc-dribble when an actual conversion is
8547         performed.
8548
8549 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8550
8551         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8552
8553 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * mm-decode.el (mm-complicated-handles): New function reviving
8556         former definition of mm-multiple-handles.
8557
8558         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8559         (gnus-mime-delete-part): Use it.
8560
8561 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8562
8563         * gnus-agent.el (gnus-agent-read-local): Bind
8564         nnheader-file-coding-system to gnus-agent-file-coding-system to
8565         avoid the implicit assumption that they will always be equal.
8566         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8567         coding-system-for-write, as the with-temp-file macro first prints
8568         to a buffer then saves the buffer.
8569
8570 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-art.el (gnus-article-edit-part): New function.
8573         (gnus-mime-save-part-and-strip): Use it; do query instead of
8574         signaling an error; don't use mm-multiple-handles.
8575         (gnus-mime-delete-part): Ditto.
8576
8577 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8578
8579         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8580         old file versions.
8581         (gnus-group-prepare-hook): Removed function that converted list
8582         form of gnus-agent-expire-days to group properties.
8583
8584         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8585         (gnus-request-accept-article): Re-indented.
8586
8587         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8588         converters to handle old agent file formats.  Added logic for a
8589         "backup before upgrading warning".
8590         (gnus-convert-mark-converter-prompt): Developers can mark
8591         functions as needing (default), or not needing,
8592         gnus-convert-old-newsrc's "backup before upgrading warning".
8593         (gnus-convert-converter-needs-prompt): Tests whether the user
8594         should be protected from potentially irreversable changes by the
8595         function.
8596
8597         * legacy-gnus-agent.el (): New. Provides converters that are only
8598         loaded when gnus-convert-old-newsrc needs to call them.
8599
8600 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * mail-source.el (mail-source-touch-pop): Doc fix.
8603
8604         * message.el (message-smtpmail-send-it): Doc fix.
8605
8606 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8607
8608         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8609
8610         * nnmail.el (nnmail-split-fancy): do.
8611
8612         * gnus-kill.el (gnus-kill, gnus-execute): do.
8613
8614 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8615
8616         * gnus-sum.el (gnus-widget-reversible-match)
8617         (gnus-widget-reversible-to-internal)
8618         (gnus-widget-reversible-to-external): New functions.
8619         (gnus-widget-reversible): New widget.
8620         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8621
8622 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8623
8624         * gnus-sum.el (gnus-thread-sort-functions)
8625         (gnus-article-sort-functions): Document `(not F)' items.
8626
8627 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8628
8629         * spam.el (spam-use-gmane-xref): new backend
8630         (spam-gmane-xref-spam-group): variable to control the name of the
8631         Gmane spam group
8632         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8633         (spam-regex-headers-spam, spam-regex-headers-ham)
8634         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8635         (spam-list-of-checks): added spam-use-gmane-xref to list of
8636         backends and checks
8637         (spam-check-gmane-xref): function for spam-use-gmane-xref
8638
8639         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8640         an autodetect method
8641
8642 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8643
8644         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8645         articles are being added to a group.
8646         (gnus-request-replace-article): Inform the agent that articles
8647         need to be uncached as the cached contents are no longer valid.
8648
8649 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * binhex.el: Don't autoload executable-find.
8652
8653         * canlock.el: Don't autoload mail-fetch-field.
8654
8655         * dgnushack.el: Autoload c-mode for XEmacs.
8656
8657         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8658
8659         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8660         rmail-dont-reply-to and rmail-output.
8661
8662         * gnus-score.el: Don't autoload ffap-string-at-point.
8663
8664         * gnus-setup.el: Don't autoload sc-cite-original.
8665
8666         * imap.el: Don't autoload base64-decode-string,
8667         base64-encode-string and md5.
8668
8669         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8670         and rmail-msg-restore-non-pruned-header.
8671
8672         * mm-decode.el: Don't autoload executable-find.
8673
8674         * mm-url.el: Don't autoload executable-find.
8675
8676         * mm-view.el: Don't autoload diff-mode.
8677
8678         * nndb.el: Don't autoload news-reply-mode, news-setup,
8679         cancel-timer and telnet.
8680
8681         * password.el: Don't autoload run-at-time for Emacs.
8682
8683         * sha1-el.el: Don't autoload executable-find.
8684
8685         * sieve-mode.el: Don't autoload c-mode.
8686
8687         * uudecode.el: Don't autoload executable-find.
8688
8689 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8690
8691         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8692         (gnus-agent-possibly-alter-active): Avoid null in numeric
8693         comparison.
8694         (gnus-agent-set-local): Refuse to save null in local object table.
8695         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8696         list of articles that will be marked as unread.
8697
8698 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8701
8702 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8703
8704         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8705         language tags.
8706
8707 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8708
8709         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8710         Don't bind "obarray".
8711
8712         * gnus-sum.el (gnus-thread-sort-functions): Added
8713         `gnus-thread-sort-by-most-recent-number' and
8714         `gnus-thread-sort-by-most-recent-date'.
8715         Reported by Kai Grossjohann <kai@emptydomain.de>.
8716
8717 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8720
8721 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8722
8723         * gnus-cus.el (gnus-agent-customize-category): Removed
8724         ignore-errors macro reference that required cl to be loaded at
8725         run-time.
8726
8727         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8728         single-interval range of the form (min . max).  Previously the
8729         range had to look like ((min . max)).  Likewise, return
8730         (min . max) rather than ((min . max)).
8731         (gnus-range-map): Use gnus-range-normalize to accept
8732         single-interval range.
8733
8734         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8735         the cache, but not the agent, now appear with their usual face.
8736
8737         * dgnushack.el (loaddir): New variable that is bound to the
8738         directory containing the dgnushack.el file. Use loaddir, rather
8739         than srcdir, to update load-path. Change lets dgnushack compile
8740         code in directories other than GNUS/lisp.
8741
8742 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * lpath.el: Don't bind w3m-safe-url-regexp.
8745
8746         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8747         w3m-safe-url-regexp variable buffer-local.
8748
8749         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8750
8751 2004-02-27  Simon Josefsson  <jas@extundo.com>
8752
8753         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8754         gnus-group-real-prefix.
8755         (gnus-summary-move-article): Use it, instead of
8756         gnus-group-real-prefix.
8757
8758 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * lpath.el: Bind w3m-safe-url-regexp.
8761
8762         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8763         w3m-safe-url-regexp variable buffer-local and set it as the value
8764         of mm-w3m-safe-url-regexp.
8765
8766         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8767
8768         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8769         parsing gnus-posting-styles when the message is not for replying.
8770
8771         * dgnushack.el: Autoload sgml-mode for XEmacs.
8772
8773         * nnrss.el (nnrss-opml-export): Use
8774         mm-set-buffer-file-coding-system instead of
8775         set-buffer-file-coding-system.
8776
8777 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8778
8779         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8780         of checkdoc.el).
8781         * nnrss.el: do.
8782         * gnus-mlspl.el: do.
8783         * gnus-ml.el: do.
8784         * gnus-srvr.el: do.
8785
8786         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8787
8788 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8789
8790         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8791         Corrections to custom-manual links.
8792
8793         * gnus-art.el (gnus-article): Ditto.
8794
8795         * mm-decode.el (mime-display, mime-security): Ditto.
8796
8797 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8798
8799         * flow-fill.el: Typo.
8800
8801 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8802
8803         * spam-wash.el: New file.
8804
8805 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8806
8807         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8808
8809 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8812         to be run with new-articles as LIST1, not LIST2
8813         (spam-registration-functions): add spam-use-ham-copy as a nil
8814         registration backend
8815
8816 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8817
8818         * spam-stat.el (spam-stat-washing-hook): New option.
8819         (spam-stat-buffer-words): Use it.
8820         (spam-stat-process-directory, spam-stat-test-directory): Use
8821         insert-file-contents-literally.
8822         (spam-stat-coding-system): New variable.
8823         (spam-stat-load, spam-stat-save): Use it.
8824
8825 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * spam-report.el (spam-report-plug-agent): Quote
8828         spam-report-url-to-file and spam-report-url-ping-plain.
8829
8830 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8833         / in mailto URLs.
8834
8835 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * spam-report.el (spam-report-process-queue): Fix interactive use.
8838         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8839         (spam-report-unplug-agent): Doc fixes.
8840         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8841         (spam-report-agentize, spam-report-deagentize): Autoload
8842
8843 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8846
8847         * message.el (message-setup-fill-variables): Add mml tags to
8848         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8849         <ajk@iu.edu>.
8850         (message-mode): Don't modify paragraph-separate there.
8851
8852 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * compface.el (uncompface-use-external): Default to undecided.
8855         (uncompface-use-external-threshold): New variable.
8856         (uncompface-float-time): New macro.
8857         (uncompface): Determine whether to use the external decoder if
8858         uncompface-use-external is undecided.
8859
8860 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8861
8862         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8863         after images.
8864
8865         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8866
8867 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8868
8869         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8870
8871         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8872
8873         * gnus-sum.el (gnus-summary-limit-to-age)
8874         (gnus-summary-limit-children): do.
8875
8876         * gnus-int.el (gnus-request-scan): do.
8877
8878         * gnus-group.el (gnus-group-suspend): do.
8879
8880         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8881
8882         * gnus-cite.el (gnus-cite-parse-attributions): do.
8883
8884         * gnus-agent.el (gnus-summary-set-agent-mark)
8885         (gnus-agent-regenerate-group): do.
8886
8887         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8888
8889         * binhex.el (binhex-decode-region-internal): do.
8890
8891 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-fun.el (gnus-face-properties-alist): New user option.
8894         (gnus-display-x-face-in-from): Use it.
8895
8896         * gnus-art.el (article-display-face): Ditto.
8897
8898         * compface.el (uncompface-use-external): Default to nil.
8899
8900 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8901
8902         * nntp.el (nntp-erase-buffer): New function.
8903         (nntp-retrieve-data, nntp-send-command)
8904         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8905         (nntp-possibly-change-group): Use it.
8906
8907         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8908         with-current-buffer.
8909
8910 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8911
8912         * compface.el: Merge the ELisp-based uncompface program.
8913         (compface): New customization group.
8914         (uncompface-use-external): New user option.
8915         (uncompface): Call uncompface-internal if uncompface-use-external
8916         is nil.
8917         (uncompface-internal): New function.  Note that there are also
8918         some other functions and variables added for this function.
8919
8920 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8921
8922         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8923         if necessary.
8924
8925 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8926
8927         * spam-report.el (spam-report-unplug-agent)
8928         (spam-report-plug-agent, spam-report-deagentize)
8929         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8930         support for the Agent in spam-report: when unplugged, report to a
8931         file; when plugged, submit all the requests
8932
8933         * spam.el (spam-register-routine): improved message about
8934         registration
8935
8936 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8937
8938         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8939         dependencies.
8940         (rfc2047-encode): Use it.
8941
8942         * gnus-art.el (gnus-button-marker-list): Move before first
8943         reference.
8944
8945         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8946         (imap-parse-body): Fix format string mismatch.
8947
8948         * gnus-score.el (gnus-summary-increase-score): do.
8949
8950         * nnrss.el (nnrss-close): New function.
8951
8952 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8953
8954         * nnrss.el (nnrss-make-filename): New function.
8955         (nnrss-request-delete-group, nnrss-read-server-data)
8956         (nnrss-save-server-data, nnrss-read-group-data)
8957         (nnrss-save-group-data): Use it.
8958         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8959         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8960         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8961
8962 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8963
8964         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8965
8966 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8967
8968         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8969         files.
8970
8971         * message.el (message-generate-headers-first): Don't quote nil
8972         and t in docstrings.
8973
8974         * imap.el (imap-id): do.
8975
8976         * gnus-agent.el (gnus-agent-consider-all-articles)
8977         (gnus-agent-queue-mail): do.
8978
8979 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * spam-report.el (spam-report-process-queue): New function.
8982         Process requests from `spam-report-requests-file'.
8983         (spam-report-process-queue): Doc fix.
8984
8985 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         * spam.el (spam-register-routine)
8988         (spam-log-processing-to-registry, spam-log-registered-p)
8989         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8990         change "check" to "spam-check" for semi-clarity
8991
8992 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8993
8994         * pop3.el: Require nnheader.
8995
8996         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8997
8998         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8999
9000         * gnus-picon.el: Require cl.
9001
9002         * gnus-fun.el: Require gnus-ems and gnus-util.
9003
9004         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9005
9006         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9007
9008         * gnus-art.el (gnus-article-edit-mode): Define before first
9009         reference.
9010
9011 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9012
9013         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9014         (gnus-uu-post-encoded): Use point-at-bol.
9015
9016         * gnus-topic.el (gnus-group-active-topic-p): do.
9017
9018         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9019
9020         * gnus-group.el (gnus-group-kill-region): do.
9021
9022         * gnus-art.el (article-date-ut): do.
9023
9024         * message.el (message-fetch-field): Remove redundant
9025         case-fold-search binding.
9026         (message-narrow-to-field): Simplify.
9027
9028 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * spam.el (spam-directory): Derive from `gnus-directory'.
9031
9032         * spam-report.el (spam-report-url-to-file)
9033         (spam-report-requests-file): New function and variable for offline
9034         reporting.
9035         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9036         and user defined function.
9037         (spam-report-url-ping-mm-url): Remove doubled slash.
9038
9039 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9040
9041         * spam.el (spam-list-of-processors): fixed spamassassin variable names
9042
9043 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9044
9045         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9046         format string mismatch.
9047
9048         * sieve.el (sieve-deactivate-all): do.
9049
9050         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9051
9052         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9053
9054         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9055
9056         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9057
9058 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
9061         the list of checks
9062
9063 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9064
9065         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9066         padding.
9067
9068 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9069
9070         * mm-view.el (mm-fill-flowed): New variable.
9071         (mm-inline-text): Use it.
9072
9073 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9074
9075         * spam.el (spam-spamassassin-register-ham-routine)
9076         (spam-spamassassin-register-spam-routine): fixed function names
9077
9078 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus.el (gnus-tmp-grouplens): Remove.
9081         (gnus-summary-line-format): Remove grouplens.
9082
9083         * gnus-group.el (gnus-group-line-format): Ditto.
9084
9085         * gnus-spec.el (gnus-format-specs): Ditto.
9086         (gnus-update-format-specifications): Flush the group format spec
9087         cache if there's the grouplens stuff.
9088         (gnus-parse-simple-format): Replace %l with the empty string.
9089
9090 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9091
9092         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9093         omission.
9094
9095 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9098         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9099
9100 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9101
9102         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9103         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9104         New macros and functions.
9105         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9106         Handle > NLINK_MAX messages.
9107         * nnmaildir.el (nnmaildir-request-set-mark): Use
9108         nnmaildir--emlink-p and nnmaildir--eexist-p.
9109
9110 2004-01-25  Alex Schroeder  <alex@gnu.org>
9111
9112         * spam-stat.el (spam-stat-process-directory-age): New option.
9113         (spam-stat-process-directory): Use it.
9114
9115 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9116
9117         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9118         (spam-stat-save): Accept prefix argument.
9119
9120 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9121
9122         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9123         links" error.
9124
9125 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9128         the rest of the and/or forms.
9129
9130 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9131
9132         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9133         compatibility with old .newsrc.eld files.
9134
9135         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9136
9137         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9138
9139         * gnus-start.el (gnus-1): do.
9140
9141         * gnus-group.el (gnus-group-line-format-alist): do.
9142
9143         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9144
9145         * gnus-gl.el: Remove.
9146
9147 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9148
9149         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9150         marks consisting of a single range {for example, (3 . 5)} rather
9151         than a list of a single range { ((3 . 5)) }.
9152
9153 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9154
9155         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9156         with-current-buffer.
9157         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9158         avoid consing a string.
9159
9160         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9161         Remove obsolete entries for big5 and gb2312.
9162
9163 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9164
9165         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9166         uncompressed list.
9167
9168 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9169
9170         * spam-stat.el (spam-stat-strip-xref): New function.
9171         (spam-stat-process-directory): Use it.
9172
9173         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9174         here -- it's done in message-fetch-field.
9175
9176 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9177
9178         * gnus-agent.el (gnus-agent-queue-mail,
9179         gnus-agent-prompt-send-queue): New variables.
9180         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9181         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9182         "nndraft:queue" along to gnus-draft-send.  Use
9183         gnus-agent-prompt-send-queue.
9184         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9185         is "nndraft:queue".  Suggested by Gaute Strokkenes
9186         <gs234@srcf.ucam.org>
9187
9188         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9189         (agent-enable-undownloaded-faces): Added
9190         (gnus-agent-cat-groups): Use eval-and-compile, not
9191         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9192         method of gnus-agent-cat-groups even when the buffer has been
9193         evaled.
9194         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9195         delete gnus-agent-save-active-1.
9196         (gnus-agent-save-groups): Deleted. Identical to
9197         gnus-agent-save-active.
9198         (gnus-agent-write-active): No longer adjust agent's copy of active
9199         file as agent's adjustments are now stored in their own
9200         file. Removed optional parameter.
9201         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9202         servers.  Add use of min/max range limits from server's local
9203         file.
9204         (gnus-agent-save-alist): Removed unused optional argument.
9205         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9206         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9207         (gnus-agent-set-local): A per-server file that keeps min/max range
9208         limits for articles known to the agent.  Provides a fast mechanism
9209         for altering many active ranges.
9210         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9211         active file (local makes it unnecessary).
9212         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9213
9214         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9215         (agent-enable-undownloaded-faces): Added
9216
9217         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9218         disable it when sending to "nndraft:queue".
9219         (gnus-group-send-queue): Add safety check to avoid sending queue
9220         when unplugged.
9221
9222         * gnus-group.el (gnus-group-catchup): Use new
9223         gnus-sequence-of-unread-articles, not
9224         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9225         numbers of articles.  Use gnus-range-map to avoid having to
9226         uncompress the unread list.
9227         (gnus-group-archive-directory,
9228         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9229         reference.
9230
9231         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9232         (gnus-sorted-range-intersection): Intersection of two ranges
9233         without requiring that they first be uncompressed.
9234
9235         * gnus-start.el (gnus-activate-group): Unless blocked by the
9236         caller, possibly expand the active range to include both cached
9237         and agentized articles.
9238         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9239         multiple version-dependent converters.
9240         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9241         gnus-agent-save-active.
9242         (gnus-save-newsrc-file): Save dirty agent range limits.
9243
9244         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9245         gnus-agent-possibly-alter-active.
9246         (gnus-adjust-marked-articles): Faster handling of simple lists
9247
9248 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9249
9250         * spam-stat.el (spam-stat-test-directory): New optional argument
9251         displays a list of files detected.  Suggested by Andrew Cohen
9252         <cohen@andy.bu.edu>.
9253         (spam-stat-buffer-words-with-scores): Don't narrow and change
9254         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9255
9256 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9257
9258         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9259         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9260         (spam-spamassassin-arguments)
9261         (spam-spamassassin-spam-flag-header)
9262         (spam-spamassassin-positive-spam-flag-header)
9263         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9264         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9265         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9266         (spam-list-of-processors, spam-list-of-checks)
9267         (spam-list-of-statistical-checks, spam-registration-functions)
9268         (spam-check-spamassassin-headers, spam-check-spamassassin)
9269         (spam-spamassassin-score)
9270         (spam-spamassassin-register-with-sa-learn)
9271         (spam-spamassassin-register-spam-routine)
9272         (spam-spamassassin-register-ham-routine)
9273         (spam-assassin-register-spam-routine)
9274         (spam-assassin-register-ham-routine): add SpamAssassin support
9275         (spam-bogofilter-score): fix to show article before scoring
9276
9277 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9278
9279         * spam.el (gnus-summary-mode-map): make spam-generic-score the
9280         default scoring function
9281         (spam-generic-score): calls spam-spamassassin-score if
9282         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9283         spam-bogofilter-score otherwise.
9284
9285         * gnus.el (spam-process, spam-autodetect-methods): add
9286         spamassassin and spamassassin-headers
9287
9288 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9289
9290         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9291         Suppress unnecessary messages.
9292
9293 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9294
9295         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9296         make-hash-table.
9297
9298 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * canlock.el (base64-encode-string): Don't autoload it.
9301
9302 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * run-at-time.el: Remove useless (require 'itimer),
9305         eval-and-compile and (featurep 'xemacs).
9306
9307 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9308
9309         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9310         GROUP is a virtual group.
9311
9312 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9313
9314         * gnus.el: Autoload `message-y-or-n-p'.
9315
9316 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9317
9318         * pgg-parse.el: Remove unnecessary (require 'custom).
9319
9320         * pgg-def.el: do.
9321
9322         * nnmail.el: do.
9323
9324         * gnus-undo.el: do.
9325
9326         * gnus-picon.el: do.
9327
9328         * gnus-util.el: do.
9329
9330 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9333
9334 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9337         handle, as well as a list.
9338
9339         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9340         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9341         (mm-w3m-cid-retrieve): Simplify.
9342
9343 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9344
9345         * message.el (message-kill-to-signature): Allow prefix arg to
9346         specify number of lines to keep before signature.
9347
9348 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9349
9350         (message-kill-to-signature): Change docstring.
9351
9352 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * canlock.el: Always require sha1-el.
9355         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9356
9357         * message.el: Autoload sha1 only when compiling.
9358
9359         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9360         eudc-expand-inline for XEmacs.
9361
9362 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * message.el (message-canlock-generate): Require sha1-el.
9365
9366 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9367
9368         * message.el (message-expand-name): Silence the byte compiler.
9369
9370         * lpath.el: Add detect-coding-system.
9371
9372         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9373         cus-edit.
9374
9375 2004-01-13  Simon Josefsson  <jas@extundo.com>
9376
9377         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9378         Invoke gnus-score-mode.  Reported by
9379         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9380
9381         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9382         Jim Blandy <jimb@redhat.com> (tiny change).
9383
9384 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9385
9386         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9387
9388 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * spam.el (spam-get-article-as-string): updated to use
9391         gnus-request-article-this-buffer, much simpler
9392         (spam-get-article-as-buffer): removed
9393
9394 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9395
9396         * message.el (message-expand-name): Use EUDC if the user uses
9397         that.
9398
9399 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9400
9401         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9402         character for the encoding to avoid consing a string.
9403
9404         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9405         unnecessarily.
9406
9407         * mm-util.el (mm-replace-chars-in-string): Remove.
9408
9409         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9410         of mm-replace-chars-in-string.
9411
9412 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9413
9414         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9415         strings.
9416
9417         * mm-util.el (mm-subst-char-in-string): Support inplace.
9418
9419         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9420         a new string in every iteration.  Use shy groups.
9421
9422 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9423
9424         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9425         (gnus-group-change-level, gnus-kill-newsgroup)
9426         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9427         (gnus-get-unread-articles, gnus-make-articles-unread)
9428         (gnus-make-ascending-articles-unread): Use accessor
9429         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9430         to get group information for improved readability.
9431
9432         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9433
9434         * gnus-soup.el (gnus-soup-group-brew): do.
9435
9436         * gnus-msg.el (gnus-put-message): do.
9437
9438         * gnus-move.el (gnus-group-move-group-to-server): do.
9439
9440         * gnus-kill.el (gnus-batch-score): do.
9441
9442         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9443         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9444         (gnus-group-update-group, gnus-group-read-group)
9445         (gnus-group-make-group, gnus-group-make-help-group)
9446         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9447         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9448         (gnus-group-sort-by-unread, gnus-group-catchup)
9449         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9450         (gnus-group-yank-group, gnus-group-set-info)
9451         (gnus-group-list-groups): do.
9452
9453         * gnus.el (gnus-generate-new-group-name): do.
9454
9455         * gnus-delay.el (gnus-delay-send-queue): do.
9456
9457         * nnvirtual.el (nnvirtual-catchup-group): do.
9458
9459         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9460         do.
9461
9462         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9463         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9464
9465         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9466         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9467         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9468         (gnus-group-make-articles-read): do.
9469
9470 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9471
9472         * gnus-art.el (article-decode-mime-words, article-babel)
9473         (gnus-article-highlight-signature, gnus-article-add-buttons)
9474         (gnus-signature-toggle): Use gnus-with-article-buffer.
9475
9476         * gnus-art.el (gnus-article-highlight-headers)
9477         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9478
9479         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9480         (gnus-article-set-globals, gnus-request-article-this-buffer)
9481         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9482         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9483         (gnus-mime-display-alternative): Use with-current-buffer.
9484
9485 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9486
9487         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9488         also under 80 char limit, and call gnus-error if needed
9489         (spam-fetch-article-header): finally fixed - it was a
9490         buffer-local variable (gnus-newsgroup-data)
9491         (spam-find-spam): use spam-generate-fake-headers, forget about
9492         spam-insert-fake-headers
9493         (spam-insert-fake-headers): removed
9494
9495 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9496
9497         * deuglify.el (gnus-article-outlook-unwrap-lines)
9498         (gnus-outlook-rearrange-article)
9499         (gnus-outlook-repair-attribution-outlook)
9500         (gnus-outlook-repair-attribution-block)
9501         (gnus-outlook-repair-attribution-other): Remove redundant
9502         save-excursion.
9503
9504 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9505
9506         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9507         (spam-fetch-field-subject-fast)
9508         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9509         (spam-fetch-article-header): new functions to deal with Gnus
9510         internals for fast retrieval of article header data
9511         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9512
9513 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9514
9515         * pop3.el (pop3-md5): Remove.
9516         (pop3-apop): Replace pop3-md5 with md5.
9517
9518         * mm-bodies.el: base64 is always built-in.
9519
9520         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9521         with-current-buffer.
9522
9523 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * canlock.el (canlock-insert-header): Remove excessive grouping in
9526         regexp.
9527
9528         * gnus-sum.el (gnus-summary-read-document): Ditto.
9529
9530         * gnus-uu.el (gnus-uu-part-number): Ditto.
9531
9532         * html2text.el (html2text-remove-tags): Ditto.
9533         (html2text-format-tags): Ditto.
9534         (html2text-format-single-elements): Ditto.
9535
9536         * mml.el (mml-parse-1): Ditto.
9537
9538 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9539
9540         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9541
9542         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9543
9544         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9545
9546         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9547
9548 2003-11-15  Simon Josefsson  <jas@extundo.com>
9549
9550         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9551         (pgg-gpg-lookup-key): Use regexp match instead of
9552         split-string (split-string is different between emacs 21.2 and
9553         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9554
9555 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9556
9557         * gnus-art.el (gnus-mime-view-all-parts)
9558         (gnus-article-part-wrapper, gnus-article-view-part): Use
9559         with-current-buffer.
9560
9561 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9562
9563         * spam.el (spam-disable-spam-split-during-ham-respool)
9564         (spam-spamoracle-database, spam-cache-lookups)
9565         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9566         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9567         (spam-group-ham-marks, spam-group-spam-marks)
9568         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9569         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9570         fix, also add spam-use-blackholes to the statistical checks
9571         (spam-fetch-field-fast): new interface to fetching fields, may
9572         become a macro
9573         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9574         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9575         (spam-insert-fake-headers): fake an article when needed
9576         (spam-find-spam): fake article when possible
9577         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9578         (spam-check-bogofilter-headers): use message-fetch-field instead
9579         of nnmail-fetch-field
9580
9581 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9584
9585 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9586
9587         * spam.el (spam-split): do not require spam-use-CHECK to be
9588         enabled if that check is passed to spam-split explicitly; also
9589         fix so 'spam doesn't get converted to spam-split-group when
9590         spam-split-symbolic-return is t
9591         (spam-find-spam): find registrations of the article and use those
9592         instead of re-running spam-split to find the spam/ham
9593         classification of the article
9594         (spam-log-processing-to-registry, spam-log-registered-p)
9595         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9596         use gnus-error instead of gnus-message
9597         (spam-log-registration-type): new function to determine the
9598         classification of a message based on registry entries; will
9599         return nil if both 'spam and 'ham are found
9600         (spam-check-BBDB): expand all the BBDB macros here so we can have
9601         a reasonably fast local cache without the loading errors
9602         (spam-cache-lookups): set to t by default
9603         (spam-find-spam): don't try to guess spam-cache-lookups
9604         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9605         spam-caches entry
9606         (spam-filelist-build-cache, spam-filelist-check-cache): better
9607         caching of whitelist/blacklist entries
9608         (spam-check-whitelist, spam-check-blacklist): invoke
9609         spam-from-listed-p with a type, not a cache variable
9610         (spam-from-listed-p): wrap around spam-filelist-check-cache
9611
9612 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9613
9614         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9615
9616         * nnmail.el (nnmail-split-fancy): do.
9617
9618         * mml.el (mml-parse): do.
9619
9620         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9621         (gnus-score-adaptive): do.
9622
9623 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9626         (gnus-mime-button-map): Don't set keymap parent.
9627         (gnus-button-ctan-directory-regexp): Use shy grouping.
9628         (gnus-prev-page-map): Don't set keymap parent.
9629         (gnus-prev-page-map): Remove duplicated one.
9630         (gnus-next-page-map): Don't set keymap parent.
9631         (gnus-mime-security-button-map): Ditto.
9632
9633         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9634         version number.
9635
9636         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9637
9638 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * canlock.el (canlock-sha1-function): Remove.
9641         (canlock-sha1-function-for-verify): Remove.
9642         (canlock-openssl-program): Remove.
9643         (canlock-openssl-args): Remove.
9644         (canlock-ignore-errors): Remove.
9645         (canlock-sha1-with-openssl): Remove.
9646         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9647         (canlock-verify): Don't use canlock-ignore-errors.
9648
9649         * sha1-el.el (sha1-string-external): Make it can return a string
9650         in binary form.
9651         (sha1-region-external): Ditto.
9652         (sha1-string-internal): Ditto.
9653         (sha1-region-internal): Ditto.
9654         (sha1-region): Ditto.
9655         (sha1-string): Ditto.
9656         (sha1): Ditto.
9657
9658 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * spam.el (spam-report-articles-gmane): New command.
9661
9662 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9665
9666         * run-at-time.el (run-at-time-saved): Remove.
9667         (run-at-time): Doc fix.
9668
9669 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9670
9671         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9672         (gnus-summary-limit-map): Add it.
9673         (gnus-summary-make-menu-bar): do.
9674
9675 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9676
9677         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9678         first attempt at some caching support (done for BBDB only now)
9679         (spam-find-spam): set spam-cache-lookups if there are more than 2
9680         addresses to be checked
9681         (spam-clear-cache-BBDB): new function, to be invoked by
9682         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9683         (spam-check-BBDB): check and use the caches, if
9684         spam-cache-lookups is on
9685         remove superfluous (provide)
9686
9687 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9690
9691 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9692
9693         * run-at-time.el (run-at-time-saved): Move to after the definition
9694         of `run-at-time'.
9695
9696         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9697
9698 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9701         mm-w3m-local-map-property.
9702
9703         * mm-view.el (mm-w3m-mode-map): Remove.
9704         (mm-w3m-local-map-property): Remove.
9705         (mm-inline-text-html-render-with-w3m): Don't use
9706         mm-w3m-local-map-property.
9707
9708 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9709
9710         * run-at-time.el: New file.
9711
9712         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9713         under Emacs.
9714
9715         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9716         of gnus-set-text-properties.
9717
9718         * gnus-uu.el (gnus-uu-save-article): Ditto.
9719
9720         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9721
9722         * gnus-cite.el (gnus-cite-parse): Ditto.
9723
9724         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9725         of gnus-.
9726
9727         * gnus-xmas.el (run-at-time): Require run-at-time.
9728
9729         * gnus.el: Changed calls to nnheader-run-at-time and
9730         password-run-at-time throughout to use run-at-time directly.
9731
9732         * password.el: Removed definition of run-at-time.
9733
9734         * nnheaderxm.el: Remove definition of run-at-time.
9735
9736 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9737
9738         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9739         in prompt.
9740
9741 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9742
9743         * messagexmas.el (message-xmas-redefine): Alias
9744         `message-make-caesar-translation-table' to
9745         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9746         version.
9747
9748         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9749         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9750         `gnus-xmas-set-text-properties'.
9751         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9752         `gnus-xmas-completing-read'.
9753         (gnus-xmas-completing-read): Removed.
9754         (gnus-xmas-open-network-stream): Removed.
9755
9756         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9757         XEmacs version.
9758
9759         * dns.el (dns-make-network-process): Use `open-network-stream'
9760         instead of `gnus-xmas-open-network-stream'.
9761
9762         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9763
9764         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9765
9766 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9767
9768         * gnus-art.el (gnus-mime-display-alternative)
9769         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9770         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9771         Don't use gnus-local-map-property.
9772
9773         * gnus-util.el (gnus-local-map-property): Remove.
9774
9775         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9776         gnus-completing-read-maybe-default with completing-read.
9777
9778         * gnus-util.el (gnus-completing-read): do.
9779         (gnus-completing-read-maybe-default): Remove.
9780
9781 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9782
9783         * password.el: Only autoload `run-at-time' if not XEmacs.
9784         Only autoload the itimer functions if XEmacs.
9785
9786 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9789         XEmacsen.
9790
9791         * dgnushack.el: Autoload executable-find for XEmacs.
9792
9793 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9794
9795         * gnus-art.el (gnus-read-string): Remove.
9796         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9797         read-string.
9798
9799 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9800
9801         * netrc.el: autoload password-read
9802         (netrc): new configuration group
9803         (netrc-encoding-method, netrc-openssl-path): configuration
9804         variables for encoding and decoding of files with symmetric
9805         ciphers
9806         (netrc-encode): assistant function to encode a file with
9807         netrc-encoding-method
9808         (netrc-parse): added interactive parameter, added optional
9809         decoding if netrc-encoding-method is non-nil but otherwise
9810         behavior is standard
9811         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9812         s/encode/encrypt/ everywhere
9813
9814         * spam.el: remove executable-find autoload
9815
9816 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9817
9818         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9819
9820         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9821
9822 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gnus-art.el (gnus-treat-ansi-sequences,
9825         article-treat-ansi-sequences): New variable and function.
9826         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9827
9828         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9829         Use it.
9830
9831 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9832
9833         * mm-util.el (mm-quote-arg): Remove.
9834
9835         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9836         shell-quote-argument.
9837
9838         * gnus-uu.el (gnus-uu-command): do.
9839
9840         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9841
9842         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9843         with make-char.
9844
9845         * mm-util.el (mm-make-char): Remove.
9846
9847         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9848         add-minor-mode.
9849
9850         * gnus-undo.el (gnus-undo-mode): do.
9851
9852         * gnus-topic.el (gnus-topic-mode): do.
9853
9854         * gnus-sum.el (gnus-dead-summary-mode): do.
9855
9856         * gnus-start.el (gnus-slave-mode): do.
9857
9858         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9859
9860         * gnus-ml.el (gnus-mailing-list-mode): do.
9861
9862         * gnus-gl.el (gnus-grouplens-mode): do.
9863
9864         * gnus-draft.el (gnus-draft-mode): do.
9865
9866         * gnus-dired.el (gnus-dired-mode): do.
9867
9868         * gnus-ems.el (gnus-add-minor-mode): Remove.
9869
9870         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9871         Replace gnus-char-width with char-width.
9872
9873         * gnus-ems.el (gnus-char-width): Remove.
9874
9875         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9876         Replace gnus-char-width with char-width.
9877
9878         * gnus-ems.el (gnus-char-width): Remove.
9879
9880         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9881         definition.
9882         Remove Emacs 20 hash table compatibility code.
9883
9884         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9885         20 compatibility code.
9886
9887         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9888
9889         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9890
9891         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9892         with point-at-{eol,bol}.
9893
9894         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9895
9896         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9897
9898         * flow-fill.el (fill-flowed-point-at-bol,
9899         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9900
9901         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9902         Replace with point-at-{eol,bol} throughout all files.
9903
9904 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * ntlm.el (ntlm-string-as-unibyte): New macro.
9907         (ntlm-build-auth-response): Use it.
9908
9909         Remove Emacs 20 stuff:
9910         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9911         (butlast, mapc, remove): Remove the compiler macros.
9912         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9913         of delq and copy-sequence.
9914         * gnus-art.el (popup-menu): Remove the compiler macro.
9915         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9916         Emacs 20.
9917
9918 2004-01-05  Simon Josefsson  <jas@extundo.com>
9919
9920         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9921         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9922         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9923         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9924         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9925         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9926         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9927         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9928         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9929         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9930         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9931         string-xor into ntlm-string-xor.  Suggested by
9932         Jesper Harder <harder@myrealbox.com>.
9933
9934         * ntlm.el: Don't include poem.
9935
9936         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9937         Jesper Harder <harder@myrealbox.com>.
9938
9939         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9940
9941         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9942         probably breaks emacs with DL patch, but do we care? Is anyone
9943         still using the DL stuff?)
9944
9945         * sieve-manage.el: Use the password package.
9946         (sieve-manage-read-passwd): Remove.
9947         (sieve-manage-interactive-login): Use password.  Re-add
9948         condition-case around loop.
9949
9950         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9951         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9952         the password package.
9953
9954 2003-02-19  Simon Josefsson  <jas@extundo.com>
9955
9956         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9957         token.
9958
9959 2002-08-07  Simon Josefsson  <jas@extundo.com>
9960
9961         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9962         (sieve-manage-authenticators):
9963         (sieve-manage-authenticator-alist): Add some SASL mechs.
9964         (sieve-sasl-auth): New function.
9965         (sieve-manage-cram-md5-auth):
9966         (sieve-manage-plain-auth): Rewrite using SASL library.
9967         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9968         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9969         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9970         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9971
9972 2004-01-05  Simon Josefsson  <jas@extundo.com>
9973
9974         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9975         New files.
9976
9977 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * gnus-group.el (gnus-no-groups-message): Update.
9980
9981         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9982
9983 2003-11-09  Simon Josefsson  <jas@extundo.com>
9984
9985         * imap.el: Support for ID IMAP extension (RFC 2971).
9986         (imap-local-variables): Add imap-id.
9987         (imap-id): New variable.
9988         (imap-id): New function.
9989         (imap-parse-response): Parse untagged ID response.
9990         * nnimap.el (nnimap-id): New variable.
9991         (nnimap-open-connection): Use it.
9992
9993 2003-12-28  Simon Josefsson  <jas@extundo.com>
9994
9995         * gnus-score.el (gnus-score-edit-all-score): New.
9996         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9997
9998 2004-01-04  Simon Josefsson  <jas@extundo.com>
9999
10000         * password.el: Add.
10001
10002 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10003
10004         * dns.el: Add support for AAAA records (see RFC 3596)
10005
10006         * Fix typo PRT -> PTR
10007
10008         * Parse MX, PTR and SOA replies (see RFC 1035)
10009
10010 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10011
10012         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10013
10014         * Moved to Changelog.2.
10015
10016 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * gnus.el (gnus-version-number): Bump version.
10019
10020 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10021
10022         * gnus.el: No Gnus v0.1 is released.
10023
10024 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10025
10026         * gnus.el: No Gnus v0.0 is released.
10027
10028 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * gnus.el (gnus-version-number): Bump.
10031         (gnus-version): No.
10032
10033 See ChangeLog.2 for earlier changes.
10034
10035     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
10036   Copying and distribution of this file, with or without modification,
10037   are permitted provided the copyright notice and this notice are preserved.
10038
10039 ;; Local Variables:
10040 ;; coding: iso-2022-7bit
10041 ;; fill-column: 79
10042 ;; add-log-time-zone-rule: t
10043 ;; End:
10044
10045 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4