Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
1 2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
2
3         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5
6 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>  (tiny change)
7
8         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9         options.
10
11 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14         DOS-ing the recipient.
15
16         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
17         the headers when creating the mapping to avoid mismappings. 
18         (nnweb-gmane-create-mapping): Always nix out old mapping.
19
20 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
23         and mm-verify-option to never.
24
25 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * message.el (message-signed-or-encrypted-p): New function.
28         (message-forward-make-body): Use it.
29
30         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
31         Replace encode-coding-string with mm-encode-coding-string.
32
33 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * nneething.el (nneething-decode-file-name): Replace
36         decode-coding-string with mm-decode-coding-string.
37
38         * gnus-int.el (gnus-open-server): Say failed server's name.
39
40 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
43         strings to a single string.  Quote `errors-file-name'.
44         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
45         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
46         Adjust calls.  Use `shell-quote-argument'.
47
48 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
49
50         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
51         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
52
53         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
54         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
55         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
56         (gnus-group-make-directory-group, gnus-group-transpose-groups):
57         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
58         (gnus-subscribe-newsgroup, gnus-1):
59         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
60         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
61         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
62         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
63
64 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
67         keystroke.
68         (gnus-summary-limit-to-bodies): Implement headersp.
69
70 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * dns.el (query-dns): Protect against "Process dns deleted" strings.
73
74 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
75
76         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
77
78 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79
80         * message.el (message-generate-hashcash): Expand range of values to
81         include `opportunistic'.
82         (message-send-mail): Use it.
83
84 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
85
86         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
87         and comment it.
88
89         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
90
91 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
92
93         * gnus-util.el (gnus-extract-address-components): Improve comment.
94
95 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * gnus-util.el (gnus-extract-address-components): Work with address in
98         which the name portion contains @.
99
100         * lpath.el: Fbind custom-autoload.
101
102 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * gnus.el (gnus-start): Move custom group up.
105         (gnus-select-method): Don't autoload, but make it available for
106         `customize-variable'.
107         (gnus-getenv-nntpserver): Don't autoload.
108
109 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
110
111         * spam.el: reverted to 7.82 (removed changes since 2006-10-16)
112
113 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
114
115         * message.el (message-sendmail-extra-arguments): New variable.
116         (message-send-mail-with-sendmail): Use it.
117
118 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
121         mm-with-unibyte-current-buffer to make string unibyte.
122
123         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
124         mm-string-as-multibyte.
125
126 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
127
128         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
129         Reported by Werner Koch <wk@gnupg.org>.
130
131 2006-11-14  Daiki Ueno  <ueno@p360>
132
133         * mml2015.el: Autoload epa-select-keys when compiling.
134
135 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
136
137         * mml2015.el (mml2015-epg-sign): Save the signing keys in
138         message-options.
139         (mml2015-epg-encrypt): Save the recipient keys in message-options.
140
141 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
142
143         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
144         EasyPG (< 0.0.6).
145         (mml2015-always-trust): New user option.
146         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
147         prompt.
148
149 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * nntp.el (nntp-authinfo-force): New variable.
152         (nntp-send-authinfo): Use it.
153
154 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * message.el (message-strip-subject-encoded-words): Allow _not_ to
157         decode encoded words.  Improve prompt.  Add comment about forwarding.
158         (message-replacement-char): Move up.
159
160 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
161
162         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
163         instead of gnus-intersection because arguments of gnus-sorted-nunion
164         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
165
166 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
167
168         * message.el (message-strip-subject-encoded-words): Reformat prompt.
169         (message-simplify-subject-functions): Enable
170         message-strip-subject-encoded-words by default.
171
172 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
173
174         * message.el (message-strip-subject-encoded-words): New function
175         (message-simplify-subject-functions): New variable.
176         (message-simplify-subject): Use it.  Fix typo in doc string.
177         Support message-strip-subject-encoded-words.
178
179 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
180
181         * gnus-diary.el (gnus-diary-delay-format-function):
182         * nndiary.el (nndiary-reminders):
183         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
184
185 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * gnus-art.el (article-hide-boring-headers): Fetch date from
188         gnus-original-article-buffer to avoid problems with localized date
189         strings.
190
191 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
194
195 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
196
197         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
198         New variables.
199         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
200         (mm-charset-synonym-alist): Move some entries to
201         mm-codepage-iso-8859-list.
202         (mm-charset-synonym-alist, mm-charset-override-alist): Add
203         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
204
205 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
208
209 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
210
211         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
212         with Emacs 21 and XEmacs.
213
214 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * spam.el (spam-parse-address): New function for better parsing,
217         catching errors, etc.
218         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
219
220 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
221
222         * mm-view.el: Add interactive arg to html2text autoload.
223
224 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
227
228 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
229
230         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
231         variables.
232         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
233         (mm-charset-synonym-alist): Move some entries to
234         mm-codepage-iso-8859-list.
235
236         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
237
238 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * message.el (message-citation-line-format)
241         (message-insert-formated-citation-line): Fix implementation of %E, %N
242         and %n according to the doc string.
243
244 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
245
246         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
247         car-safe to avoid bad parses.
248
249 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
252         names.
253
254         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
255
256 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
259         header.
260
261         * message.el (message-draft-headers): Add Date.
262         (message-headers-to-generate): Fix typo in docstring.
263
264         * nndraft.el (nndraft-required-headers): New variable.
265         (nndraft-generate-headers): Use it.
266
267         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
268
269 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * gnus-registry.el (gnus-registry-wash-for-keywords)
272         (gnus-registry-find-keywords): New functions to allow easy searching of
273         articles that are in the registry.
274
275 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
278         ietf-drums-parse-address instead of gnus-extract-address-components.
279         Reported by Damien Elmes <damien@repose.cx>.
280
281 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
282
283         * gnus.el (gnus-mime): Remove unused custom group.
284
285 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
286
287         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
288         "blank line" when searching for end of armor headers.
289
290 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gmm-utils.el (gmm-write-region): Fix variable name.
293
294 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
295
296         * gmm-utils.el (gmm-write-region): New function based on compatibility
297         code from `mm-make-temp-file'.
298
299         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
300
301         * nnmaildir.el (nnmaildir--update-nov)
302         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
303         Use `gmm-write-region'.
304
305 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
306
307         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
308         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
309
310         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
311
312         * message.el (message-replacement-char): New variable.
313         (message-fix-before-sending): Use it.
314         (message-simplify-subject): New function to remove duplicate code.
315         (message-reply, message-followup): Use it.
316
317         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
318         gnus-summary-limit-to-articles.
319
320 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * gnus-util.el (gnus-with-local-quit): New macro.
323
324         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
325
326 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
327
328         * gnus-util.el (gnus-string-remove-all-properties): another fix
329
330 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
333         non-string data (needs to be done in the registry too)
334
335 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
336
337         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
338         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
339         (gnus-registry-split-fancy-with-parent)
340         (gnus-registry-fetch-simplified-message-subject-fast)
341         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
342         remove text properties on ingress into the registry and when it's saved
343         (gnus-registry-clean-empty-function): fixed bug with cleaning the
344         registry from entries with no groups
345
346 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * gnus-util.el (gnus-string-remove-all-properties): utility function to
349         remove string properties
350
351 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
352
353         * gmm-utils.el (gmm): Adjust custom version.
354
355         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
356         custom version.
357
358         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
359
360 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
361
362         * gnus-art.el (gnus-insert-prev-page-button)
363         (gnus-insert-next-page-button): Simplify.  Reformat.
364
365 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
366
367         * gnus-art.el (gnus-insert-prev-page-button)
368         (gnus-insert-next-page-button): Apply gnus-article-button-face.
369
370 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
371
372         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
373
374 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
375
376         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
377         gnus-article-button-face to MIME and security buttons.
378
379 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
380
381         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
382         readable.
383
384 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
387
388 2006-09-20  Steve Youngs  <steve@sxemacs.org>
389
390         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
391         `browse-url-of-file' instead of `browse-url'.
392
393 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
394
395         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
396         regexp.  Articles containing quotation were cut prematurely.
397
398 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * message.el (message-cite-original-1): Use nobody by default for the
401         value of From header.
402         (message-reply): Ditto.
403
404 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
405
406         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
407         to the gnus-info.  This fixes a bug of inline-PGP message verification.
408         Reported by Michael Piotrowski <mxp@dynalabs.de>.
409
410 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
411
412         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
413         mails in the doc string.  Add some URLs in comment.
414         (pop3-movemail): Warn about pop3-leave-mail-on-server.
415
416 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
419         backslashes handling and the way to find boundaries of quoted strings.
420
421 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
422
423         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
424         mml1991-encrypt-to-self is set and mml1991-signers is not set.
425         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
426         mml2015-encrypt-to-self is set and mml2015-signers is not set.
427
428 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
429
430         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
431         doc string.
432         (gnus-button-regexp, gnus-button-last): Remove unused variables.
433
434 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * lpath.el: Fbind epg-check-configuration.
437
438 2006-09-06  Simon Josefsson  <jas@extundo.com>
439
440         * mml2015.el (mml2015-use): Doc fix, mention epg.
441
442 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
443
444         * mml2015.el (mml2015-use): Default to epg, if available.
445
446 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
447
448         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
449         message-sender.
450         (mml1991-epg-encrypt): Ditto.
451         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
452         message-sender.
453         (mml2015-epg-encrypt): Ditto.
454
455 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
456
457         * message.el (message-send-mail-with-sendmail): Look for sendmail in
458         several common directories.
459
460 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
461
462         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
463         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
464
465 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-art.el (article-decode-encoded-words): Make it fast.
468
469 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
472
473         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
474         in quoted string into `\'.
475
476 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
479         Use standard-syntax-table.
480
481 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * gnus-art.el (gnus-decode-address-function): New variable.
484         (article-decode-encoded-words): Use it to decode headers which are
485         assumed to contain addresses.
486         (gnus-mime-delete-part): Remove useless `or'.
487
488         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
489         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
490         (gnus-nov-parse-line): Use it to decode From header.
491         (gnus-get-newsgroup-headers): Ditto.
492         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
493
494         * mail-parse.el (mail-decode-encoded-address-region): New alias.
495         (mail-decode-encoded-address-string): New alias.
496
497         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
498         New function.
499         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
500         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
501         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
502         (rfc2047-decode-string): Ditto.
503         (rfc2047-decode-address-region): New function.
504         (rfc2047-decode-address-string): New function.
505
506 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
507
508         * message.el (message-caesar-buffer-body): Allow rotating headers.
509
510         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
511
512         * message.el (message-insert-formated-citation-line): Fix %f.
513         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
514
515 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
518         (gnus-bookmark-mouse-available-p): New macro.
519         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
520         (gnus-bookmark-bmenu-show-infos): Use it.
521         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
522         (gnus-bookmark-bmenu-hide-infos): Ditto.
523         (gnus-bookmark-remove-properties): New function.
524         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
525         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
526         (gnus-bookmark-write-file): Bind coding-system-for-write.
527         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
528         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
529         group before selecting it.
530         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
531         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
532         quit-window if it is not available; use gnus-mouse-2 and bind it to
533         gnus-bookmark-bmenu-select-by-mouse.
534         (gnus-bookmark-show-details): Remove unused variable `details-list'.
535         (gnus-bookmark-bmenu-select-by-mouse): New function.
536
537 2006-08-13  Romain Francoise  <romain@orebokech.com>
538
539         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
540         space.
541
542 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * compface.el (uncompface): Use binary rather than raw-text-unix.
545
546 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * compface.el (uncompface): Make sure the eol conversion doesn't take
549         place when communicating with the external programs.  Reported by
550         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
551
552 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
553
554         * nnheader.el (nnheader-insert-head): Fix typo in comment.
555
556 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
557
558         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
559         Make it more robust by parsing author and date independently.
560
561 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
564
565 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
566
567         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
568         first matching secret key.
569         (mml2015-epg-encrypt): Ditto.
570
571         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
572         first matching secret key.
573         (mml1991-epg-encrypt): Ditto.
574
575         * mml2015.el (mml2015-encrypt-to-self): New user option.
576         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
577         mml2015-epg-encrypt-to-self is set.
578
579         * mml1991.el (mml1991-encrypt-to-self): New variable.
580         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
581         mml1991-epg-encrypt-to-self is set.
582
583         * mml2015.el (mml2015-signers): New user option.
584         (mml2015-epg-sign): Reflect the value of mml2015-signers.
585         (mml2015-epg-encrypt): Allow to select signing keys.
586
587         * mml1991.el (mml1991-signers): New variable.
588         (mml1991-epg-sign): Reflect the value of mml1991-signers.
589         (mml1991-epg-encrypt): Allow to select signing keys.
590
591 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * nnheader.el (nnheader-insert-head): Make it work even if the file
594         uses CRLF for the line-break code.
595
596 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
597
598         * mml2015.el: Require mml-sec instead of password.
599         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
600         (mml2015-cache-passphrase): Inherit the default value from
601         mml-secure-cache-passphrase.
602         (mml2015-passphrase-cache-expiry): Inherit the default value from
603         mml-secure-passphrase-cache-expiry.
604
605         * mml1991.el: Require mml-sec instead of password.
606         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
607         (mml1991-cache-passphrase): Inherit the default value from
608         mml-secure-cache-passphrase.
609         (mml1991-passphrase-cache-expiry): Inherit the default value from
610         mml-secure-passphrase-cache-expiry.
611
612         * mml-sec.el: Require password.
613         (mml-secure-verbose): New user option.
614         (mml-secure-cache-passphrase): New user option.
615         (mml-secure-passphrase-cache-expiry): New user option.
616
617 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
618
619         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
620         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
621         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
622
623         FIXME: Use `tiny change'?
624
625 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
626
627         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
628         workaround for the url package included with Emacs.
629
630         * nnweb.el (nnweb-google-create-mapping): Update regexp.
631
632 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
635         correctly.  This fixes a bug caused by the 2006-05-12 change.
636
637 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
638
639         * nnmail.el (nnmail-article-group): If splitting raises an error, give
640         some information about the error when saying that the `bogus' mail
641         group will be used.
642
643 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
644
645         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
646         string.
647
648 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
649
650         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
651
652 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
653
654         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
655
656 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
657
658         * mml1991.el (mml1991-function-alist): Add epg.
659         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
660         (mml1991-epg-encrypt): New functions.
661
662 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
663
664         * mml2015.el (mml2015-verbose): New variable.
665         (mml2015-cache-passphrase): Ditto.
666         (mml2015-passphrase-cache-expiry): Ditto.
667         (mml2015-function-alist): Add epg.
668         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
669         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
670         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
671         functions.
672
673 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
674
675         * message.el (message-cite-original-1): Preserve region when removing
676         quoted text due to X-No-Archive in order to avoid bogus attribution
677         when citing multiple messages.
678
679 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
680
681         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
682         Kenneth Jacker <khj@be.cs.appstate.edu>.
683
684 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
685
686         * gnus-diary.el (gnus-user-format-function-d)
687         (gnus-user-format-function-D): Autoload.
688
689         * imap.el (Commentary): Fix typo.
690
691         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
692         2006-04-22 contribution.
693
694 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
695
696         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
697         It didn't really fix the bogosity I'm seeing with solid web groups.
698
699 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
700
701         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
702         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
703         created using server names.  If we use the feature without declaring
704         it, Gnus does not properly manage server and group state.
705
706         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
707         bound.
708
709 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
710
711         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
712         looking up the method using GROUP's prefix before inventing a new one.
713         It is used on killed/unknown groups in various places where returning
714         an all-new method isn't expected by the caller.
715
716         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
717         and match semantics of gnus-group-real-prefix.
718
719 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
720
721         * nnmail.el (nnmail-broken-references-mailers): New variable.
722         (nnmail-ignore-broken-references): New function generalizing
723         nnmail-fix-eudora-headers.
724         (nnmail-fix-eudora-headers): Now obsolete.
725
726         * gnus-art.el (gnus-button-handle-custom): Support
727         `customize-apropos*'.
728
729 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
732
733         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
734         articles.
735
736 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
737
738         * message.el (message-cite-reply-above): New variable.
739         (message-yank-original): Use it.
740
741 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
744
745 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
746
747         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
748         as read.
749
750         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
751
752 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
753
754         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
755         (gnus-bookmark-default-file): Use gnus-directory.
756         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
757         Remove "*" in doc string.
758         (gnus-bookmark-write-file): Simplify.
759         (gnus-bookmark-maybe-sort-alist): Use `when'.
760         (gnus-bookmark-get-bookmark): Fix typo in doc string.
761         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
762         FIXME about Emacs 21 and XEmacs compatibility.
763         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
764         compatibility.
765         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
766         compatibility.
767         (gnus-bookmark-menu-heading): Fix version.
768
769 2006-06-19  Bastien Guerry  <bzg@altern.org>
770
771         * gnus-bookmark.el: New file.
772
773 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * message.el (message-syntax-checks): Doc fix.
776
777 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
778
779         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
780         unsubscribed groups as if they were killed ones.  It causes duplicate
781         entries in gnus-newsrc-alist.
782
783 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * message.el (message-syntax-checks): Doc fix.
786         (message-send-mail): Add check for continuation headers.
787         (message-check-news-header-syntax): Fix regexp used to check for
788         continuation headers.
789
790 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
793
794 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
795
796         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
797
798 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
801         default-truncate-lines.
802
803 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
806         to fill the utf-8 entry.
807
808         * lpath.el: Fbind unicode-precedence-list.
809
810 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
811
812         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
813
814 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
815
816         * gnus-agent.el (directory-files-and-attributes): Move all the way
817         forward (the third and final move).
818         (gnus-agent-read-agentview): Trap reconstruction errors due to
819         nonexistant directory.  Handle by returning nil.
820
821 2006-05-30  Didier Verna  <didier@xemacs.org>
822
823         * message.el (message-dont-reply-to-names): Update the custom type.
824         * message.el (message-dont-reply-to-names): New defsubst: potentially
825         convert a list of regexps into a single one.
826         * message.el (message-get-reply-headers): Use it.
827         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
828
829 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * gnus-agent.el (directory-files-and-attributes): Move forward.
832
833 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
834
835         * gnus-ml.el (gnus-mailing-list-subscribe)
836         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
837         (gnus-mailing-list-message): Fix doc strings.
838
839 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
840
841         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
842         of doing it manually.
843
844 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
845
846         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
847         comment.
848
849 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
850
851         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
852         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
853         (gnus-agent-read-local): All symbols allocated in my-obarray
854         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
855         (gnus-agent-regenerate-group): Check numeric names to see if they are
856         messages or groups.
857         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
858         better way of do this...)
859
860         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
861         'dummy.group' (there should be a better way of do this...)
862
863 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
866         (gnus-saved-headers): Ditto.
867         (gnus-default-article-saver): Mention functions may have properties.
868         (gnus-article-save): Override gnus-save-all-headers and
869         gnus-saved-headers by :headers property which saver function may have.
870         (gnus-summary-save-in-file): Add :headers property.
871         (gnus-summary-write-to-file): Ditto.
872
873         * gnus-sum.el (gnus-summary-save-article): Bind
874         gnus-prompt-before-saving to t when saving many articles in a file;
875         always show all headers.
876
877         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
878
879 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
880
881         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
882         marks.
883
884         * message.el (message-indent-citation): Add optional arguments to allow
885         using it outside of message buffers.
886
887         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
888         (gnus-article-treat-unfold-headers): Use it.
889         (gnus-article-truncate-lines): New variable.
890         (gnus-article-mode): Use it.
891         (gnus-article-toggle-truncate-lines): New function.
892
893         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
894         gnus-article-toggle-truncate-lines.
895
896         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
897         coding system in XEmacs, use binary.
898
899 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
902         after-load-alist.
903
904         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
905         this function should save decoded articles.
906         (gnus-summary-write-to-file): Use property to specify this function
907         should save decoded articles and specify gnus-summary-save-in-file
908         should be used to save articles other than the first one when saving
909         many articles.
910         (gnus-summary-save-body-in-file): Use property to specify this
911         function should save decoded articles.
912         (gnus-summary-write-body-to-file): Use property to specify this
913         function should save decoded articles and specify
914         gnus-summary-save-body-in-file should be used to save articles other
915         than the first one when saving many articles.
916
917         * gnus-sum.el (gnus-summary-save-article): Simplify.
918
919 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-default-article-saver): Add
922         gnus-summary-write-body-to-file.
923         (gnus-article-save-coding-system): Don't use coding system object
924         in XEmacs.
925         (gnus-read-save-file-name): Add optional `dir-var' argument which
926         specifies directory in which files are saved; work even if optional
927         `variable' argument is not specified.
928         (gnus-summary-write-to-file): Read file name.
929         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
930         (gnus-summary-write-body-to-file): New function.
931
932         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
933         (gnus-summary-local-variables): Add it.
934         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
935         (gnus-summary-save-article): Remove optional `decode' argument;
936         determine whether to decode articles by the value of
937         gnus-default-article-saver; when saving many files using
938         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
939         it first and use gnus-summary-save-in-file or
940         gnus-summary-save-body-in-file thereafter unless
941         gnus-prompt-before-saving is always; move point to article which
942         will be saved.
943         (gnus-summary-save-article-file): Revert.
944         (gnus-summary-write-article-file): Revert.
945         (gnus-summary-save-article-body-file): Revert.
946         (gnus-summary-write-article-body-file): New function.
947
948 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-art.el (gnus-default-article-saver): Doc fix.
951         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
952         from gnus-summary-save-article-coding-system, and default to a
953         certain coding system.
954         (gnus-output-to-file): Add coding cookie and encode text according
955         to gnus-article-save-coding-system; don't use mm-append-to-file.
956
957         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
958         gnus-art.el and rename to gnus-article-save-coding-system.
959         (gnus-summary-save-article): Require gnus-art; don't show all
960         headers if it decodes articles; don't add coding cookie here;
961         don't bind mm-text-coding-system-for-write.
962         (gnus-summary-save-article-file): Save decoded articles.
963         (gnus-summary-write-article-file): When saving many files, use
964         gnus-summary-write-to-file first and gnus-summary-save-in-file
965         thereafter unless gnus-prompt-before-saving is always.
966         (gnus-summary-save-article-body-file): Save decoded articles.
967
968         * lpath.el: Fbind select-safe-coding-system for XEmacs.
969
970 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
971
972         * nnrss.el (nnrss-check-group): Bind hash-index.
973
974 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
975
976         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
977         its hash index.  Store this hash in `nnrss-group-data'.
978         (nnrss-read-group-data): Update accordingly.
979
980 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
981
982         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
983         entry.
984
985         * gnus-sum.el (gnus-summary-make-menu-bar): Add
986         gnus-article-browse-html-article.
987
988 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
989
990         * gnus-sum.el (gnus-summary-mime-map): Add
991         gnus-article-browse-html-article.
992
993         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
994
995 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
996
997         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
998         suitable coding systems in customize.
999
1000 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1001
1002         * mail-source.el (mail-sources): Fix custom type.
1003
1004 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1005
1006         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1007         (gnus-summary-expire-articles-now): Shorten prompt.
1008
1009         * gmm-utils.el (wid-edit): Require.
1010         (defun-gmm): Renamed from `gmm-defun-compat'.
1011         (gmm-image-search-load-path): Use it.
1012         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1013
1014 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1017         variable.
1018         (gnus-summary-save-article): Add optional `decode' argument.  If
1019         it is set and gnus-summary-save-article-coding-system is non-nil,
1020         save decoded article.
1021         (gnus-summary-write-article-file): Save decoded article if
1022         gnus-summary-save-article-coding-system is non-nil.
1023
1024         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1025         type.
1026
1027 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1030
1031 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1034         first to test gnus-single-article-buffer which may be buffer-local.
1035
1036         * gnus-sum.el (gnus-summary-setup-buffer): Make
1037         gnus-single-article-buffer buffer-local and nil in ephemeral
1038         group; make gnus-article-buffer, gnus-article-current, and
1039         gnus-original-article-buffer always buffer-local.
1040         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1041         group.
1042         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1043
1044 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1045
1046         * nnml.el (nnml-request-compact-group): Compressed files might not
1047         have .gz extension.
1048
1049 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1050
1051         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1052         (mm-copy-to-buffer): Use with-current-buffer.
1053         (mm-display-part): Simplify.
1054         (mm-inlinable-p): Add optional arg `type'.
1055
1056 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1057
1058         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1059         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1060         Try harder to show the attachment internally or externally using
1061         gnus-mime-view-part-as-type.
1062
1063 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1064
1065         * message.el (message-from-style, message-signature-separator)
1066         (message-user-organization-file, message-send-mail-function)
1067         (message-citation-line-function, message-yank-prefix)
1068         (message-indent-citation-function, message-signature)
1069         (message-signature-file, message-signature-insert-empty-line):
1070         Remove autoloads.
1071
1072         * gnus-art.el (gnus-buttonized-mime-types): Remove
1073         "multipart/signed".  Revert 2006-04-26 change.
1074
1075 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus.el (gnus-version-number): Bump version.
1078
1079 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1080
1081         * gnus.el: No Gnus v0.5 is released.
1082
1083 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1084
1085         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1086         fetching articles by message-id.
1087
1088 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089
1090         * message.el (hashcash): Require hashcash as normal.
1091
1092         * ecomplete.el (ecomplete-highlight-match-line): Use
1093         point-at-eol.
1094         (ecomplete-highlight-match-line): Use `highlight', because that
1095         face exists in both Emacs and XEmacs.
1096
1097         * message.el (message-display-abbrev): Use point-at-bol.
1098
1099         * mail-source.el: Don't require timer/timer-funcs.
1100
1101         * gnus-async.el: Ditto.
1102
1103         * password.el: Ditto.
1104
1105         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1106
1107         * mm-url.el: Ditto.
1108
1109         * gnus-xmas.el: Don't require timer-funcs.
1110
1111         * mm-util.el: Require timer/timer-funcs.
1112
1113 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1114
1115         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1116         Close.
1117
1118 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1121         unibyte after clear-decrypt function runs.
1122
1123         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1124         returns as a unibyte string.
1125
1126 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * lpath.el: Revert.
1129
1130         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1131         (pgg-gpg-process-sentinel): Revert.
1132
1133         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1134         (pgg-pgp-lookup-key): Revert.
1135
1136         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1137         (pgg-pgp5-lookup-key): Revert.
1138
1139         * pgg.el (pgg-fetch-key): Revert.
1140
1141 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * lpath.el: Fbind string-as-multibyte for XEmacs.
1144
1145         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1146         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1147         (mml1991-pgg-encrypt): Ditto.
1148
1149         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1150         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1151         a multibyte buffer.
1152
1153         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1154         (pgg-pgp-lookup-key): Ditto.
1155
1156         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1157         (pgg-pgp5-lookup-key): Ditto.
1158
1159         * pgg.el (pgg-fetch-key): Ditto.
1160
1161 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1162
1163         * message.el (message-user-organization-file): Check several
1164         locations of the organization file.
1165
1166         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1167         Add gnus-article-view-part-as-type.
1168
1169         * gnus-art.el (gnus-article-view-part-as-type): New function.
1170
1171         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1172         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1173
1174         * mml.el: Simplify autoload.
1175         (mml-mode): defvar dnd-protocol-alist instead of using
1176         symbol-value.
1177         (mml-default-directory): New variable.
1178         (mml-minibuffer-read-file): Use it.
1179         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1180
1181         * message.el (message-citation-line-format): New variable.
1182         (message-insert-formated-citation-line): New function.
1183         (message-citation-line-function): Add
1184         `message-insert-formated-citation-line' to custom type.
1185
1186         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1187         to doc string.
1188
1189         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1190         depending on mm-verify-option.
1191
1192 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1195         binding pgg-* variables; reimplement the section which prevents
1196         MIME header from being signed.
1197         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1198         pgg-text-mode; remove a blank line at the top of body.
1199
1200         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1201         lines at the top of body; use gnus-newsgroup-charset if there's no
1202         Charset header.
1203
1204 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * message.el (message-self-insert-commands): Doc fix.
1207
1208         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1209         (mm-uu-pgp-encrypted-test): Ditto.
1210         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1211         between header and body; return application/pgp-encrypted handle
1212         if decryption failed; decode decrypted body by charset.
1213
1214         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1215         element match to application/pgp-*.
1216
1217 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1218
1219         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1220         HTML.
1221
1222 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * mail-source.el (mail-source-call-script): Message the error
1225         string.
1226
1227 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * gnus-util.el (gnus-byte-compile): Use it.
1230
1231 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1232
1233         * gnus-util.el (kill-empty-logs): New function.
1234
1235 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * message.el (message-mail-alias-type): Doc fix.
1238         (message-mail-alias-type-p): New function.
1239         (message-send): Use it.
1240         (message-mode): Ditto.
1241         (message-strip-forbidden-properties): Ditto.
1242
1243         * ecomplete.el (ecomplete-database-file-coding-system): New
1244         variable.
1245         (ecomplete-save): Use it.
1246         (ecomplete-setup): Use it.
1247
1248 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * message.el (message-self-insert-commands): New variable.
1251         (message-strip-forbidden-properties): Use it.
1252
1253 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1256         that doesn't make XEmacs choke.
1257
1258 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1259
1260         * gnus-util.el (gnus-replace-in-string):
1261         Prefer replace-regexp-in-string over of replace-in-string.
1262
1263 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * gnus-util.el (gnus-select-frame-set-input-focus):
1266         Use select-frame-set-input-focus if it is available in XEmacs; use
1267         definition defined in Emacs 22 for old Emacsen.
1268
1269         * dgnushack.el: Autoload unmorse-region for XEmacs.
1270
1271         * lpath.el: Bind cursor-in-non-selected-windows and
1272         select-frame-set-input-focus for XEmacs.
1273
1274 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1277
1278 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1279
1280         * gnus-registry.el (gnus-registry-cache-save): remove text
1281         properties when saving via the temp buffer
1282
1283 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1284
1285         * message.el (message-generate-hashcash): Honor custom type.
1286
1287 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * message.el (message-generate-hashcash): Default to non-nil when
1290         hashcash is found.
1291
1292         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1293         (gnus-refer-thread-limit): Increase default to 500.
1294
1295         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1296
1297         * flow-fill.el (fill-flowed): Allow delete-space.
1298
1299 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1300
1301         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1302         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1303         Remove autoloads.
1304
1305 2006-04-18  Simon Josefsson  <jas@extundo.com>
1306
1307         * message.el (message-generate-hashcash): Default to.
1308
1309 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1312         concatenating segments rather than before concatenating them.
1313
1314 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1315
1316         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1317
1318 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319
1320         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1321
1322         * message.el (message-forward-make-body-plain): Allow
1323         message-forward-ignored-headers to be a list.
1324         (message-remove-ignored-headers): Factor out into function.
1325         (message-forward-make-body-mml): Use it.
1326
1327         * imap.el (imap-quote-specials): New function.
1328         (imap-login-auth): Quote specials.
1329
1330         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1331         (rfc2231-parse-string): Allow concatanation of parameters that
1332         aren't contiguous.  The test case is
1333           (mail-header-parse-content-type "message/external-body;
1334             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1335             access-type=LOCAL-FILE;
1336             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1337
1338 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * nntp.el (nntp-accept-process-output): Return the value of
1341         `nnheader-accept-process-output'.
1342
1343 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1346         (gnus-button-alist): Recognize more diff formats.
1347         (gnus-button-patch): Strip directory.
1348
1349 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1350
1351         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1352         Emacs 22 when setting focus.
1353
1354 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-art.el (gnus-article-treat-types): Do treatment of
1357         text/x-verbatim parts.
1358         (gnus-button-patch): New command.
1359
1360         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1361         addresses that contain invalid characters.
1362
1363 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * message.el (message-put-addresses-in-ecomplete): Use
1366         gnus-replace-in-string.
1367         (message-is-yours-p): Use the more correct
1368         mail-header-parse-address instead of
1369         mail-extract-address-components.
1370         (message-put-addresses-in-ecomplete): Fix typo.
1371
1372         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1373         keystroke.
1374
1375         * gnus-art.el (gnus-treatment-function-alist): Change order of
1376         newsgroups/generic header folding to avoid double-folding.
1377
1378         * message.el (message-hidden-headers): Add X-Draft-From.
1379
1380         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1381         command.
1382         (gnus-summary-repeat-search-article-backward): New command.
1383
1384         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1385         groups in the parent topic.
1386
1387 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1388
1389         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1390         (spam-extra-header-to-number): Return the CRM114 number as a
1391         number instead of a string.
1392
1393 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-art.el (gnus-face-properties-alist): Moved here from
1396         gnus-fun.
1397
1398         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1399
1400 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * message.el (message-strip-forbidden-properties): Only display on
1403         self-insert-command.
1404
1405         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1406         reindent.
1407         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1408
1409 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1410
1411         * smiley.el (smiley-style): Fix typo.
1412
1413 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * hashcash.el (hashcash-insert-payment-async-2): Use
1416         message-goto-eoh instead of doing it manually.
1417         (mail-add-payment): Use message-narrow-to-header instead of trying
1418         to do the same itself.
1419
1420         * message.el (message-hidden-headers): Add Face.
1421
1422         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1423         reparenting code.
1424         (gnus-summary-reparent-children): Refactored out code.
1425         (gnus-summary-thread-map): New keystroke.
1426         (gnus-summary-reparent-children): Make into command.
1427
1428         * smiley.el (smiley-style): Default to `medium' if using a large
1429         font.
1430
1431         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1432         does it itself.
1433
1434         * message.el (message-point-in-header-p): Simplify definition.
1435
1436 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * nnagent.el (nnagent-request-set-mark): Silence log file
1439         writing.
1440         (nnagent-request-set-mark): Use write-region instead of
1441         append-to-file.
1442
1443         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1444         strange select method.
1445
1446         * ecomplete.el (ecomplete-display-matches): Get highlightling
1447         right.
1448         (ecomplete-display-matches): Use literals.
1449         (ecomplete-display-matches): Disable message logging.
1450
1451         * message.el (message-display-abbrev): Small optimization.
1452
1453         * ecomplete.el (ecomplete-display-matches): Allow automatic
1454         display.
1455
1456         * message.el (message-strip-forbidden-properties): Display
1457         abbrevs.
1458         (message-display-abbrev): Get automatic display right.
1459
1460         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1461         keystrokes.
1462
1463 2006-04-13  Romain Francoise  <romain@orebokech.com>
1464
1465         TODO: Backport to v5-10!
1466
1467         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1468         Moved here (and renamed) from gnus-registry.el.
1469
1470         * gnus-registry.el: Require gnus-util.
1471         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1472
1473 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-group.el (gnus-group-catchup-current): Change
1476         if-then-else-if-then-else into cond.
1477         (gnus-group-catchup): Indent.
1478         (group-name-at-point): New function.
1479         (gnus-fetch-group): Provide default from thing at point.
1480
1481 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * message.el (message-display-abbrev): Fix regexp.
1484
1485         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1486         choosing.
1487         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1488         dead variables.
1489
1490         * message.el (message-newline-and-indent): Remove debugging.
1491         (message-display-abbrev): Use new implementation.
1492
1493 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1494
1495         * gnus-art.el (gnus-article-mode): Set
1496         cursor-in-non-selected-windows to nil.
1497
1498         * smiley.el: Revert previous change.
1499         (smiley-data-directory): defvar it before using it in the
1500         defcustom of `smiley-style'.
1501
1502 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * message.el (message-newline-and-indent): New function.
1505
1506         * ecomplete.el: Implement more bits.
1507
1508         * message.el (message-put-addresses-in-ecomplete): Clean up the
1509         string.
1510
1511         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1512
1513         * gnus-sum.el (gnus-summary-save-parts): Bind
1514         gnus-summary-save-parts-counter and use it to make unique file
1515         names.
1516
1517         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1518
1519         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1520         parameter to say whether to actually parse the individual
1521         addresses.
1522
1523         * message.el (message-put-addresses-in-ecomplete): New function.
1524         (ecomplete): Require.
1525         (message-mail-alias-type): Add ecomplete as an option.
1526
1527 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1528
1529         * flow-fill.el (fill-flowed): Remove trailing space from blank
1530         quoted lines.
1531
1532 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * smiley.el (smiley-style): Move definition later to avoid a
1535         compilation warning.
1536
1537 2006-04-12  Kenichi Handa  <handa@m17n.org>
1538
1539         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1540         buffer and then decode the buffer text if necessary.
1541         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1542         first, and after mm-encode-body, change the buffer to unibyte.
1543         Use mm-disable-multibyte instead of set-buffer-multibyte.
1544
1545 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1548         Content-Type header instead of Content-Disposition header.
1549         (gnus-mime-inline-part): Ditto.
1550         (gnus-mime-view-part-as-charset): Ignore charset that the part
1551         specifies.
1552
1553         * mm-decode.el (mm-display-part): Work with external parts and
1554         usual parts similarly.
1555
1556         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1557         instead of gnus-display-mime.
1558
1559         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1560         instead of with-temp-buffer.
1561
1562         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1563         tag to summarized topics part in order to encode non-ASCII text.
1564
1565 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * smiley.el (smiley-style): New variable.
1568         (smiley-directory): New function.
1569         (smiley-data-directory): Derive from `smiley-style' using
1570         `smiley-directory'.
1571         (smiley-regexp-alist): Add new entries.
1572
1573         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1574         (gnus-article-browse-delete-temp): Add :version.
1575
1576 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1577
1578         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1579         the sieve region.
1580
1581 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus.el (gnus-version-number): Bump version.
1584
1585 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1586
1587         * gnus.el: No Gnus v0.4 is released.
1588
1589 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1592         layout.
1593
1594         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1595         unknown charset.
1596
1597         * message.el (message-header-synonyms): Add Original-To to the
1598         default.
1599
1600         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1601         optional parameter.
1602
1603 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1604
1605         * gnus-fun.el (gnus): Require it for gnus-directory.
1606
1607 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1610
1611 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1612
1613         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1614
1615 2006-04-05  Simon Josefsson  <jas@extundo.com>
1616
1617         * password.el (password-reset): New function.
1618
1619 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1620
1621         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1622         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1623
1624 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1625
1626         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1627         Some whitespace was matched into the url, which broke browsing hits
1628         > 100 when mm-url-use-external was nil.
1629
1630 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1631
1632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1633         gnus-extra-headers for 'Newsgroups.
1634
1635         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1636         bound.
1637
1638 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1639
1640         * pgg-gpg.el: Clean up process buffers every time gpg processes
1641         complete.
1642
1643 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1646         doc string.
1647
1648 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1649
1650         * pgg-gpg.el (pgg-gpg-process-filter)
1651         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1652
1653         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1654         lines, temporary fix.
1655
1656 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1659
1660 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1661
1662         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1663         default-enable-multibyte-characters.  This reverts the change from
1664         revision 6.17 which is no longer necessary because the passphrase
1665         is sent separately now.  GnuPG messages are unreadable under
1666         multibyte locales with default-enable-multibyte-characters set to
1667         nil.
1668
1669 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1670
1671         * message.el (message-tool-bar-gnome): Move "spell".
1672
1673 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1676         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1677         instead.
1678
1679 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1680
1681         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1682         newsgroups handling for NNTP overviews which don't include
1683         Newsgroups.
1684
1685 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1686
1687         * message.el (message-resend): Bind message-generate-hashcash to
1688         to nil.
1689
1690 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1691
1692         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1693         when searching for already-paid recipients.
1694
1695 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1696
1697         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1698         passphrases when it is not needed.
1699         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1700         passphrase stuff from gpg, should only be necessary when you use
1701         gpg with a smartcard.
1702
1703 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * mml.el (mml-insert-mime): Ignore cached contents of
1706         message/external-body part.
1707
1708         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1709         (mm-insert-part): Ditto.
1710
1711 2006-03-23  Simon Josefsson  <jas@extundo.com>
1712
1713         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1714         Reiner.
1715         (pgg-gpg-use-agent-p): Use it again.
1716
1717 2006-03-23  Simon Josefsson  <jas@extundo.com>
1718
1719         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1720         older emacsen.
1721         (pgg-gpg-use-agent-p): Don't use it.
1722
1723 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1724
1725         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1726         if we can.
1727
1728 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1729
1730         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1731         (pgg-gpg-update-agent): New function.
1732         (pgg-gpg-use-agent-p): New function.
1733         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1734         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1735         (pgg-gpg-sign-region): Use it.
1736
1737 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1740         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1741
1742 2006-03-21  Simon Josefsson  <jas@extundo.com>
1743
1744         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1745         <wilde@sha-bang.de>.
1746         (pgg-gpg-use-agent): New variable.
1747         (pgg-gpg-process-region): Use it.
1748         (pgg-gpg-encrypt-region): Likewise.
1749         (pgg-gpg-encrypt-symmetric-region): Likewise.
1750         (pgg-gpg-decrypt-region): Likewise.
1751         (pgg-gpg-sign-region): Likewise.
1752         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1753
1754 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1755
1756         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1757
1758         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1759         Add comment on version.
1760
1761 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * smiley.el: Add missing test smiley.
1764
1765 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * mm-decode.el (mm-with-part): New macro.
1768         (mm-get-part): Use it; work with message/external-body as well.
1769         (mm-save-part): Treat name and filename equally.
1770
1771         * mm-extern.el (mm-extern-cache-contents): New function.
1772         (mm-inline-external-body): Use it; force the part to be displayed;
1773         move undisplayer added to the cached handle to the parent.
1774
1775         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1776         (gnus-mime-view-part-as-type): Work with message/external-body.
1777
1778         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1779
1780 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1783         images in image-load-path.  [Sync with image.el, revision 1.60, in
1784         Emacs.]
1785
1786 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1787
1788         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1789         path rather than symbol.  Always return list of directories.
1790         Guarantee that image directory comes first.  [Sync with image.el,
1791         revision 1.59, in Emacs.]
1792
1793         * message.el (message-make-tool-bar): Adjust to new API of
1794         `gmm-image-load-path-for-library'.
1795
1796         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1797
1798         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1799
1800 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1801
1802         * gnus-art.el (gnus-article-only-boring-p):
1803         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1804         intangible text.
1805         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1806
1807 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1808
1809         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1810         `defun' instead of `gmm-defun-compat'.
1811
1812 2006-03-14  Simon Josefsson  <jas@extundo.com>
1813
1814         * message.el (message-unique-id): Don't use message-number-base36
1815         if (user-uid) is a float.
1816         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1817
1818 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1821
1822         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1823         empty line between a part and a message part.
1824
1825 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1826
1827         * smiley.el: Add more test smileys.
1828         (smiley-data-directory, smiley-regexp-alist)
1829         (gnus-smiley-file-types): Fix doc strings.
1830         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1831         adding new elements.
1832         (smiley-mouse-map): Unused code.  Make it a comment.
1833
1834 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1837         scan latest NoCeM messages instead of old ones.
1838         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1839         delimiters that are recently used.
1840         (gnus-nocem-load-cache): Add autoload cookie.
1841
1842         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1843
1844         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1845         level which is larger than gnus-use-nocem is specified.
1846
1847         * gnus-group.el (gnus-group-get-new-news): Ditto.
1848
1849 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1850
1851         * gnus-util.el (gnus-tool-bar-update): New function.
1852
1853         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1854         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1855
1856         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1857
1858         * gnus-group.el (gnus-group-redraw-when-idle)
1859         (gnus-group-redraw-check): Remove.
1860         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1861
1862 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1865         if optional last element is specified in splits (FIELD VALUE...).
1866
1867 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1868
1869         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1870         to gmm-image-load-path-for-library.  Call with no-error argument.
1871         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1872
1873         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1874
1875         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1876
1877         * gmm-utils.el (gmm-image-load-path): Remove alias.
1878
1879 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1880
1881         * gmm-utils.el (gmm-image-load-path): Add alias.
1882
1883         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1884         nnml-generate-nov-databases-1.
1885         (nnml-generate-nov-databases): Use it.
1886         (nnml-generate-nov-databases-directory): Document no-active
1887         argument.
1888
1889         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1890         directory if path is t.  Add no-error.
1891
1892         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1893         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1894
1895         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1896         resetting gnus-article-browse-html-temp-list.
1897
1898         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1899         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1900         Add example to docstring.  Rename local variables.  Move error
1901         checks to default case in cond and simplify.
1902
1903 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1906         handle is multipart when calling it recursively.
1907         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1908
1909 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1910
1911         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1912         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1913
1914 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1915
1916         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1917         is loaded.
1918
1919         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1920         loaded.
1921
1922 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1923
1924         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1925         to "Emacs 23 (unicode)" in doc string.
1926
1927         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1928         "Emacs 23 (unicode)" in comment.
1929
1930 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1933
1934         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1935         characters 160 through 255 in Emacs 23.
1936
1937 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1940         gnus-article-browse-html-temp.
1941         (gnus-article-browse-delete-temp): Make it customizable.  Add
1942         `file'.  Adjust doc string.
1943         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1944         query for each file.  Adjust doc string.
1945         (gnus-article-browse-html-parts): Add
1946         `gnus-article-browse-delete-temp-files' to
1947         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1948
1949 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1950
1951         * gnus-art.el (gnus-article-browse-html-temp)
1952         (gnus-article-browse-delete-temp): New variables.
1953         (gnus-article-browse-delete-temp-files): New function.
1954         (gnus-article-browse-html-parts): Use it.
1955
1956 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1957
1958         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1959
1960         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1961         string.
1962
1963         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1964         gnus-summary-insert-new-articles when unplugged.  Remove
1965         gnus-summary-search-article-forward.
1966
1967         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1968         display-visual-class instead of display-color-cells.
1969
1970 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * dgnushack.el: Autoload customize-group for XEmacs.
1973
1974         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1975         message/* containing non-ASCII text properly.
1976
1977 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1978
1979         * message.el: Require gmm-utils, remove autoloads.
1980         (message-tool-bar): Set default based on
1981         gmm-tool-bar-style.
1982         (message-tool-bar-gnome): Add gmm-customize-mode.
1983
1984         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1985         gmm-tool-bar-style.
1986         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1987
1988         * gnus-group.el (gnus-group-tool-bar): Set default based on
1989         gmm-tool-bar-style.
1990         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1991
1992         * gmm-utils.el (gmm-image-directory): Rename variable from
1993         gmm-image-load-path.
1994         (gmm-image-load-path): Use gmm-image-directory.
1995         (gmm-customize-mode): New function.
1996         (gmm-tool-bar-style): New variable.
1997
1998         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1999         gnus-group-redraw-line-number.
2000         (gnus-group-redraw-check): Simplify.
2001         (gnus-group-tool-bar-update): Remove redraw check.
2002         (gnus-group-make-tool-bar): Add redraw check.
2003
2004 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2005
2006         * gnus-art.el (gnus-button): Add missing parentheses.
2007
2008 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * lpath.el: Fbind line-number-at-pos.
2011
2012 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2015
2016 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2017
2018         * gnus-art.el (gnus-button): New face.
2019         (gnus-article-button-face): Use it.
2020
2021         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2022         gnus-summary-next-page.  Re-order.
2023
2024         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2025         next-node are now included.
2026         (gnus-group-redraw-line-number): New internal variable.
2027         (gnus-group-redraw-check): Helper function for updating the tool
2028         bar.
2029         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2030
2031         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2032
2033         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2034         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2035         Use it to match format of Spamassassin 3.0 and later.  Reported by
2036         IRIE Tetsuya <irie@t.email.ne.jp>.
2037         (spam-check-bogofilter)
2038         (spam-bogofilter-register-with-bogofilter): Fix args of
2039         `gnus-error' calls.
2040
2041 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2044         unnecessary interaction when sending queued mails.  Reported by
2045         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2046
2047 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2048
2049         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2050         first or last are nil.
2051
2052 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2053
2054         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2055
2056 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2059
2060 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * dns.el (query-dns): Protect more against buggy tcp output.
2063
2064 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2065
2066         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2067         nov.php.
2068
2069 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2070
2071         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2072         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2073         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2074         output on the server side.
2075         (nnweb-google-create-mapping): Update regexps and add some
2076         progress indication.
2077
2078 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2079
2080         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2081         gnus-agent-toggle-plugged.  Re-order icons.
2082         (gnus-group-tool-bar-gnome): Add
2083         gnus-group-{prev,next}-unread-group.
2084         (gnus-group-tool-bar-gnome): Re-order icons.
2085
2086         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2087         gnus-summary-insert-new-articles.
2088
2089         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2090         comments.
2091
2092         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2093         also available in Emacs 21.3.
2094
2095         * message.el (message-fix-before-sending): Change "Emacs 22" to
2096         "Emacs 23 (unicode)" in comment.
2097
2098         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2099         "Emacs 23 (unicode)" in comment.
2100
2101         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2102         comment.
2103         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2104
2105         * mm-view.el (mm-fill-flowed): Add :version.
2106
2107 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2110         and load-path.
2111
2112 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2113
2114         * message.el: Autoload gmm-image-load-path.
2115         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2116         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2117         consitency.
2118
2119         * gmm-utils.el (gmm-image-load-path): Also search in
2120         "../etc/images".  Don't set gmm-image-load-path if we don't find
2121         the image.
2122
2123 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * gmm-utils.el (gmm-image-load-path): Don't make
2126         `gmm-image-load-path' include subdirectories which the second arg
2127         `image' might specify.
2128
2129         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2130         subdirectory to icon file names.
2131
2132         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2133
2134 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2137         gmm-image-load-path calls.
2138
2139         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2140
2141         * message.el (message-make-tool-bar): Ditto.
2142
2143         * mml.el (mml-preview): Added comment concerning tool bar icons.
2144
2145         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2146         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2147
2148         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2149         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2150
2151         * message.el (message-tool-bar-gnome): Use new icon names.
2152         (message-make-tool-bar): Use `gmm-image-load-path'.
2153
2154         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2155         functions from MH-E.
2156         (gmm-image-load-path): New variable from MH-E.
2157         (gmm-image-load-path): New function from MH-E.  Added arguments
2158         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2159         *-image-load-path-called-flag.
2160
2161 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2162
2163         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2164
2165 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2166         (tiny change)
2167
2168         * nnimap.el (nnimap-request-move-article): Change folder back to
2169         source group before deleting.
2170
2171 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2172
2173         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2174
2175         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2176         mm-url.
2177
2178         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2179
2180 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2183         coding system which mm-charset-to-coding-system returns for a
2184         given charset is valid.
2185
2186 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2187
2188         * html2text.el (html2text-remove-tag-list):
2189         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2190
2191 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2192
2193         * gnus-cus.el: Revert 2005-10-17 change.
2194
2195 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * gnus-art.el (article-strip-banner): Call
2198         article-really-strip-banner only when the regexp match is made.
2199
2200 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-art.el (article-strip-banner): Use
2203         gnus-extract-address-components instead of
2204         mail-header-parse-addresses to make it work with non-ASCII text;
2205         remove mail-encode-encoded-word-string.
2206
2207         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2208         values which are surrounded with \"...\"; make it never cause a
2209         Lisp error; give up parsing of parameters if it failed in
2210         extracting type.
2211
2212 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2213
2214         * smime.el (smime-cert-by-ldap-1): Fix bug where
2215         `smime-ldap-search' returns results without userCertificates.
2216
2217 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2220
2221 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * spam.el (spam-check-spamassassin-headers): Adapt format for
2224         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2225         <ari@mbf.ocn.ne.jp>.
2226         (spam-list-of-processors): Add spam-use-gmane.
2227
2228 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2231         make-temp-file; make it work with XEmacs as well.
2232
2233         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2234         mm-make-temp-file.
2235
2236         * mm-decode.el (mm-display-external): Use the 3rd arg of
2237         mm-make-temp-file.
2238         (mm-create-image-xemacs): Ditto.
2239
2240 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2243         with message-narrow-to-headers.
2244         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2245         (gnus-draft-check-draft-articles): New function.
2246         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2247
2248 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2249
2250         * gnus-art.el (gnus-article-browse-html-parts):
2251         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2252         Don't use suffix argument for mm-make-temp-file for Emacs 21
2253         compatibility.  Remove useless `format'.
2254
2255 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2256
2257         * nnweb.el (nnweb-google-wash-article): Update regexps.
2258         (nnweb-group-alist): Use defvoo instead of defvar.
2259
2260 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2263         re-loading nn* modules.
2264
2265 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2266
2267         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2268         for `tool-bar-mode' and don't check it's default-value.
2269
2270         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2271
2272         * message.el (message-make-tool-bar): Ditto.
2273
2274         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2275         `substring'.  Shorten tmp-file name.
2276
2277         * gnus.el: Remove bogus comment.
2278
2279 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2280
2281         * gnus-art.el (gnus-article-browse-html-parts): New function.
2282         (gnus-article-browse-html-article): New function for viewing html
2283         articles with a browser.
2284
2285 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2286
2287         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2288         in elisp.
2289         (pgg-gpg-encrypt-symmetric-region): Ditto.
2290         (pgg-gpg-sign-region): Ditto.
2291
2292         * pgg-def.el (pgg-text-mode): New variable.
2293
2294         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2295         (mml2015-pgg-encrypt): Ditto.
2296
2297         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2298         (mml1991-pgg-encrypt): Ditto.
2299
2300 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2301
2302         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2303         message-make-date instead of current-time-string.
2304
2305         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2306         to gnus-decoded which mm-uu might set.
2307
2308 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2311         don't decode quoted parameters; remove misimported Emacs code.
2312         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2313         (rfc2231-decode-encoded-string): Don't use split-string which
2314         behaves differently according to Emacs version; use
2315         mm-decode-coding-region to convert charset to coding-system.
2316         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2317         (rfc2231-encode-string): Remove misimported Emacs code.
2318
2319 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2322         when calling mail-header-parse-content-type.
2323         (article-de-quoted-unreadable): Ditto.
2324         (article-de-base64-unreadable): Ditto.
2325         (article-wash-html): Ditto.
2326
2327         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2328         calling mail-header-parse-content-type and
2329         mail-header-parse-content-disposition.
2330         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2331         mail-header-parse-content-type.
2332
2333         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2334         insert charset and format parameters; encode description after
2335         inserting it to buffer.
2336         (mml-insert-parameter): Fold lines properly even if a parameter is
2337         segmented into two or more lines; change the max column to 76.
2338
2339         * rfc1843.el (rfc1843-decode-article-body): Don't use
2340         ignore-errors when calling mail-header-parse-content-type.
2341
2342         * rfc2231.el (rfc2231-parse-string): Return at least type if
2343         possible; don't cause an error even if it fails in parsing of
2344         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2345         (rfc2231-encode-string): Don't break lines at the beginning, leave
2346         it to mml-insert-parameter.
2347
2348         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2349         calling mail-header-parse-content-type.
2350
2351 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2352
2353         * spam-report.el (spam-report-gmane-use-article-number):
2354         Improve doc string.
2355         (spam-report-gmane-internal): Check if a suitable header was found
2356         in the article.
2357
2358 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2361         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2362
2363 2006-02-05  Romain Francoise  <romain@orebokech.com>
2364
2365         Update copyright notices of all files in the gnus directory.
2366
2367 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2368
2369         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2370
2371 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2374         segmented lines of parameter value to cope with Thunderbird 1.5
2375         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2376         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2377         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2378
2379 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2380
2381         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2382         parts.
2383
2384 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2385
2386         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2387         there's only one active file for all servers.
2388         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2389         solid groups.  Gnus might have used a FAST request to select the group.
2390         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2391         and nnweb-search redundantly in the active file.
2392         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2393         (nnweb-request-create-group): Don't use ARGS.
2394         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2395         initialisations.  Let nnoo do the work.
2396
2397 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2400         Say the part has been decoded.
2401
2402         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2403
2404 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2405
2406         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2407         mailcap-viewer-test-cache when there's no 'test clause, since that
2408         will invert the meaning of a "nil" test previously determined by
2409         mailcap-mailcap-entry-passes-test.
2410
2411 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2414         compiling.
2415
2416         * gnus-sum.el: Ditto.
2417
2418         * message.el: Don't bind tool-bar-map when compiling.
2419
2420 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2423
2424 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2425
2426         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2427         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2428         current Google Groups.
2429
2430 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2431
2432         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2433         and tool-bar-mode.
2434
2435         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2436         and tool-bar-mode.
2437
2438         * message.el (message-tool-bar-update): Simplify.
2439         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2440
2441         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2442         gnus-summary-buffer.
2443         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2444         gnus-summary-reply.
2445
2446         * gmm-utils.el (gmm): Add :version.
2447
2448 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * Makefile.in (clean): New rule.
2451         (distclean): Use it.
2452
2453 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2454
2455         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2456         autoload.
2457
2458 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gmm-utils.el (gmm-verbose): Add :group.
2461
2462 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2463
2464         * message.el: Change some comments WRT tool-bars.
2465
2466         * gnus-sum.el (gnus-summary-tool-bar)
2467         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2468         (gnus-summary-tool-bar-zap-list): New variables.
2469         (gnus-summary-make-tool-bar): Complete rewrite using
2470         `gmm-tool-bar-from-list'.
2471
2472         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2473         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2474         variables.
2475         (gnus-group-make-tool-bar): Complete rewrite using
2476         `gmm-tool-bar-from-list'.
2477         (gnus-group-tool-bar-update): New function.
2478
2479         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2480
2481 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2484         is dissected into a single part of which the type is the same as
2485         the given one; decode charset.
2486
2487 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2488
2489         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2490         into alists as symbol not string, since that's what
2491         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2492         look for.
2493
2494 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2497         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2498
2499         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2500
2501 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2504         (gnus-xmas-mime-security-button-menu): New function.
2505
2506         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2507         (gnus-mime-security-button-menu): New definition.
2508         (gnus-mime-security-button-map): Use them.
2509         (gnus-mime-security-button-menu): New function.
2510         (gnus-insert-mime-security-button): Addition to help echo.
2511         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2512         (gnus-mime-security-pipe-part): New functions.
2513
2514         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2515         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2516
2517         * mm-decode.el (mm-handle-set-disposition): Remove.
2518         (mm-handle-set-description): Remove.
2519
2520 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2523         (mm-w3m-standalone-supports-m17n-p): New function.
2524         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2525         w3m usage.
2526
2527         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2528         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2529
2530 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2531
2532         * message.el (message-tool-bar-zap-list): Use
2533         gmm-tool-bar-zap-list as custom type.
2534         (message-tool-bar-update): New function.
2535         (message-tool-bar, message-tool-bar-gnome)
2536         (message-tool-bar-retro): Add message-tool-bar-update.
2537         (message-tool-bar-gnome): Add flyspell-buffer.
2538
2539         * gnus-util.el (gnus-error): Describe `args'.
2540
2541         * gmm-utils.el (gmm-error): Describe `args'.
2542         (gmm-tool-bar-zap-list): New widget.
2543         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2544
2545 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2548         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2549         the number of recursive calls.
2550
2551         * mm-decode.el (mm-handle-set-disposition): New macro.
2552         (mm-handle-set-description): New macro.
2553
2554 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2557         encoding.
2558
2559 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2560
2561         * message.el (message-tool-bar-zap-list, message-tool-bar)
2562         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2563         (message-tool-bar-local-item-from-menu): Remove.
2564         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2565         (message-make-tool-bar): New function.
2566         (message-mode): Use `message-make-tool-bar'.
2567
2568         * gmm-utils.el: New file.
2569         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2570         (gmm-lazy): New widget copied from `nnmail.el'.
2571         (gmm-tool-bar-from-list): New function for creating customizable
2572         tool bars.
2573         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2574         output.
2575         (gmm): Add :prefix to defgroup.
2576
2577 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2578
2579         * gmm-utils.el (gmm-widget-p): New function.
2580
2581 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2582
2583         * mml.el (mml-attach-file): Describe `description' in doc string.
2584         (mml-menu): Add Emacs MIME manual and PGG manual.
2585
2586 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2587
2588         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2589
2590 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2591
2592         * nntp.el (nntp-end-of-line): Doc fix.
2593
2594 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2595
2596         * imap.el (imap-open): Handle case where buffer is a buffer
2597         object.
2598
2599 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2600
2601         * gnus-delay.el (gnus-delay): Don't autoload.
2602         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2603         to be re-loaded when customizing the `gnus-delay' group.
2604
2605 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2606
2607         * message.el (message-insert-citation-line): Use newlines.
2608
2609 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2610
2611         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2612         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2613         these routines, so the passphrase can be managed externally and
2614         passed in to the system.
2615         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2616         pgg-add-passphrase-to-cache function.
2617
2618         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2619         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2620         these routines, so the passphrase can be managed externally and
2621         passed in to the system.
2622         (pgg-pgp5-sign-region): Use new name of
2623         pgg-add-passphrase-to-cache function.
2624
2625 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2626
2627         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2628         part of the decoded armor to find the key-identifier.
2629         (pgg-gpg-lookup-key-owner): New function to return the
2630         human-readable identifier of a key owner.
2631         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2632         itself.
2633         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2634         the key value) if we have a key and can match it against a secret
2635         key.  Also, added a note pointing out fact that the prompt only
2636         indicates the first matching key.
2637
2638         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2639         pgg-decrypt-region.
2640         (pgg-add-passphrase-to-cache): Rename from
2641         `pgg-add-passphrase-cache' to reduce confusion (all callers
2642         changed).
2643         (pgg-remove-passphrase-from-cache): Rename from
2644         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2645         changed).
2646         (pgg-read-passphrase, pgg-add-passphrase-cache)
2647         (pgg-remove-passphrase-cache): Add informative docstrings.
2648         (pgg-decrypt): Convey provided passphrase in subordinate call to
2649         pgg-decrypt-region.
2650
2651 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2652
2653         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2654         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2655         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2656         'passphrase' argument, so the passphrase can be managed externally
2657         and then passed in to the system.
2658
2659         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2660         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2661         so the passphrase cache can be used reliably with identifiers
2662         besides a pgp packet's key id.
2663
2664         * pgg-gpg.el (pgg-gpg-encrypt-region)
2665         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2666         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2667         these routines, so the passphrase can be managed externally and
2668         passed in to the system.
2669
2670         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2671         'notruncate' argument, so the passphrase cache can be used
2672         reliably with identifiers besides a pgp packet's key id.
2673
2674 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2675
2676         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2677         symmetric encryption.
2678         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2679         encrypted session key.
2680         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2681         message ask for the passphrase in a proper way.
2682
2683         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2684         New user commands for symmetric encryption.
2685
2686 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2689
2690         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2691
2692 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2693
2694         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2695
2696 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * mm-decode.el (mm-inlined-types): Add application/pgp.
2699         (mm-automatic-display): Ditto.
2700
2701         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2702         part as text.
2703
2704 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * nnrss.el: Update copyright.
2707         (nnrss-opml-import): Query whether to subscribe to each entry.
2708
2709         * gnus-art.el:
2710         * gnus-sum.el:
2711         * gnus-xmas.el:
2712         * messagexmas.el:
2713         * mm-uu.el:
2714         * mm-view.el: Update copyright.
2715
2716 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * message.el (message-info): New function.
2719         (message-mode-menu): Add it.
2720         Update copyright.
2721
2722         * ChangeLog: Fix and update copyright.
2723
2724 2006-01-13  Romain Francoise  <romain@orebokech.com>
2725
2726         * message.el (message-forward-subject-name-subject): Prefer the
2727         address to 'nowhere' if the sender has no name.
2728         Fix typo.  Update copyright year.
2729
2730 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * gnus-art.el (article-wash-html): Use
2733         gnus-summary-show-article-charset-alist if a numeric arg is given.
2734         (gnus-article-wash-html-with-w3m-standalone): New function.
2735
2736         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2737         mm-inline-text-html-render-with-w3m-standalone.
2738         (mm-text-html-washer-alist): Map w3m-standalone to
2739         gnus-article-wash-html-with-w3m-standalone.
2740         (mm-inline-text-html-render-with-w3m-standalone): New function.
2741
2742 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2745         Improve LaTeX.
2746
2747 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2750         (nnrss-request-article): Render text/plain parts as HTML.
2751
2752         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2753         the buffer.
2754
2755 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2756
2757         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2758         custom definition of `gnus-posting-styles'.
2759
2760         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2761         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2762
2763 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2764
2765         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2766         Use nntp for bug archive.
2767
2768 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2771         parts.
2772         (nnrss-normalize-date): New function converts ISO 8601 date into
2773         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2774         (nnrss-check-group): Use it.
2775
2776 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2779
2780         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2781         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2782         (nnrss-insert-w3): Ditto.
2783
2784 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2787         the articles to be forwarded including the case where neither a
2788         number of articles nor a region is specified.
2789
2790 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * nnrss.el (nnrss-request-article): Fix last change; fill
2793         text/plain parts.
2794
2795 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2798         in text/plain part.
2799         (nnrss-check-group): Don't add excessive newline to dc:subject.
2800
2801 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2802
2803         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2804         article.
2805
2806 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2807
2808         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2809         (nnml-use-compressed-files, nnml-save-mail): Support other
2810         comression programs such as bzip2.
2811
2812 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * dns.el (query-dns): Make sure we check the buffer size before
2815         removing tcp headers.
2816
2817 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2820         remove MIME buttons associated with multipart/alternative parts.
2821         (gnus-mime-display-alternative): Tag buttons using `article-type'
2822         text property.
2823
2824         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2825         associated with multipart/alternative parts.
2826
2827         * gnus-art.el (gnus-signature-separator): Fix custom type.
2828
2829         * mm-decode.el (mm-inlined-types): Fix custom type.
2830         (mm-keep-viewer-alive-types): Ditto.
2831         (mm-automatic-display): Ditto.
2832         (mm-attachment-override-types): Ditto.
2833         (mm-inline-override-types): Ditto.
2834         (mm-automatic-external-display): Ditto.
2835
2836 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2837
2838         * spam-report.el (spam-report-user-mail-address)
2839         (spam-report-user-agent): New variables.
2840         (spam-report-url-ping-plain): Use spam-report-user-agent.
2841
2842 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2843
2844         * gnus-art.el (gnus-button-handle-custom): Do not just use
2845         `customize-apropos' for any "M-x customize-*" button but the
2846         function called for.  Accept both the function name and its
2847         argument in order to achieve this.
2848         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2849         function name to `gnus-button-handle-custom' in case of "M-x
2850         customize-*" buttons.
2851
2852 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2855         multipart/alternative and add xref to mm-discouraged-alternatives
2856         in doc string.
2857
2858         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2859         gnus-buttonized-mime-types in doc string.
2860
2861 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2862
2863         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2864         Suggest image/.* in the doc string.
2865
2866 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2867
2868         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2869         message-marks (Debian bug #342521).
2870
2871 2005-12-12  Simon Josefsson  <jas@extundo.com>
2872
2873         * password.el (password-read-from-cache): Add.
2874         (password-read): Use it.
2875
2876 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2879         us-ascii as a MIME charset.
2880
2881         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2882         against the case where the 2nd arg TYPE is nil.
2883
2884 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * pop3.el (pop3-stream-type): Fix custom version.
2887
2888         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2889
2890 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2891
2892         * mm-decode.el (mm-display-external): Add missing cdr.
2893
2894 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2897         RFC1524) if it is in mailcap or add a suffix according to
2898         mailcap-mime-extensions when generating a temp filename; postpone
2899         deleting a temp file for 2 seconds for some wrappers, shell
2900         scripts, and so on, which might exit right after having started a
2901         viewer command as a background job.
2902
2903 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * nntp.el (nntp-marks-directory): Fix custom group.
2906
2907         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2908         steps when < 10.
2909
2910         * gnus-start.el (gnus-no-server-1): Mention
2911         `gnus-level-default-subscribed' in doc string.
2912
2913 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2914
2915         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2916         parens.
2917
2918 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-xmas.el (gnus-use-toolbar): Revert.
2921         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2922         gnus-use-toolbar is default.
2923
2924         * messagexmas.el (message-use-toolbar): Revert.
2925         (message-setup-toolbar): Use global default-toolbar if
2926         message-use-toolbar is default.
2927
2928 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2931         according to default-toolbar-visible-p.
2932
2933         * messagexmas.el (message-use-toolbar): Ditto.
2934
2935 2005-11-26  Dave Love  <fx@gnu.org>
2936
2937         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2938         (tls-program, tls-success): Provide openssl alternative.
2939
2940         * starttls.el: Doc fixes.
2941         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2942         SERVICE to PORT.
2943
2944         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2945         port null or service name.
2946         (starttls-negotiate): Autoload.
2947
2948 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * message.el (message-kill-to-signature): Fix interactive spec.
2951
2952 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * pop3.el (pop3-open-server): Recognize a string as a service name.
2955
2956 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2957
2958         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2959
2960 2005-11-23  Dave Love  <fx@gnu.org>
2961
2962         Add pop3s, pop3/starttls.
2963
2964         * pop3.el (pop3-authentication-scheme): Clarify doc.
2965         (open-tls-stream, starttls-open-stream): Autoload.
2966         (pop3-stream-type): New.
2967         (pop3-open-server): Use it.
2968
2969         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2970         for POP.
2971         (mail-source-keyword-map): Add :stream for POP.
2972         (mail-source-fetch-pop): Use pop3-stream-type.
2973
2974 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2977         of current-time-string.
2978
2979 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2980
2981         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2982         date header.
2983
2984 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2985
2986         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2987         it can seriously impact performance as it bypasses the agent's
2988         local caches.
2989
2990 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2991
2992         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2993         must be explicitly online rather than "not explicitly offline" for
2994         its flags to be synchronized.
2995
2996         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2997         that gnus-uu-unmark-thread will function correctly.
2998
2999         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3000         1024K is instead displayed as 1M.
3001
3002 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3005
3006 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
3007
3008         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3009
3010 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3011
3012         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3013         error message to display actual error condition.
3014         (gnus-agent-save-local): Avoid saving symbols that are bound to
3015         nil as they simply result in a warning message in
3016         gnus-agent-read-local.
3017
3018 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3021         rather than make-variable-buffer-local for file-precious-flag.
3022
3023 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3024
3025         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3026         for duplicates which are removed.  The invalid sort check then
3027         triggers a rescan after the sort as sorting may have moved
3028         duplicate entries such that they can be cheaply detected.
3029
3030 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3033
3034 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3035
3036         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3037         internal variable to a custom variable.  Changed default value
3038         from compressed(2) to uncompressed(1).
3039         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3040         support for uncompressed agentview files.  Taken together, reading
3041         the agentview file should now be 6-7 times faster.
3042
3043 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3044
3045         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3046         as a buffer-local variable.  This avoids creating truncated
3047         dribble files as a result of a hang up, eg.
3048
3049 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3050
3051         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3052         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3053         XEmacs.
3054
3055 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-start.el (gnus-start-draft-setup): Enforce
3058         `gnus-draft-mode' for nndraft:drafts at startup.
3059
3060         * gnus.el (gnus-splash): Change custom group.
3061         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3062         allow-list argument.
3063
3064         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3065         string.
3066
3067 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3068
3069         * gnus-art.el (gnus-default-article-saver): Add user-defined
3070         `function' to custom type.
3071
3072 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3073
3074         * imap.el (imap-open): Handle case where buffer is a buffer
3075         object.
3076
3077 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3080         long lines.
3081         (gnus-cache-delete-group): Wrap doc strings.
3082
3083         * gnus-agent.el (gnus-agent-rename-group)
3084         (gnus-agent-delete-group): Wrap doc strings.
3085
3086
3087 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * messagexmas.el (message-use-toolbar): Change the valid values
3090         into default, top, bottom, left, and right.
3091         (message-toolbar-thickness): New variable.
3092         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3093         well.
3094         (message-setup-toolbar): Make it work.
3095
3096         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3097         (gnus-use-toolbar): Change the valid values into default, top,
3098         bottom, left, and right.
3099         (gnus-toolbar-thickness): New variable.
3100         (gnus-xmas-setup-toolbar): New function.
3101         (gnus-xmas-setup-group-toolbar): Use it.
3102         (gnus-xmas-setup-summary-toolbar): Use it.
3103
3104 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-start.el (gnus-1): Add "native" to
3107         gnus-predefined-server-alist.
3108
3109         * gnus.el (gnus-method-to-server): Don't add "native" to the
3110         lists here, because that leads to problems when
3111         gnus-select-method is bound.
3112
3113 2005-11-09  Simon Josefsson  <jas@extundo.com>
3114
3115         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3116         use (not sort-by-date) instead.
3117
3118 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3119
3120         * gnus-delay.el (gnus-delay-group): Don't autoload.
3121         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3122         to be re-loaded when customizing the `gnus-delay' group.
3123
3124 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3125
3126         * message.el: Revert last changes.
3127         (message-insert-citation-line): Use newlines.
3128
3129 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3130
3131         * message.el (message-courtesy-message)
3132         (message-mark-insert-begin, message-mark-insert-end)
3133         (message-elide-ellipsis, message-cancel-message)
3134         (message-add-header, message-change-subject)
3135         (message-cross-post-followup-to-header)
3136         (message-cross-post-insert-note, message-reduce-to-to-cc)
3137         (message-widen-reply, message-delete-not-region)
3138         (message-kill-to-signature, message-insert-signature)
3139         (message-insert-importance-high, message-insert-importance-low)
3140         (message-insert-or-toggle-importance)
3141         (message-insert-disposition-notification-to)
3142         (message-indent-citation, message-yank-original)
3143         (message-cite-original-without-signature, message-cite-original)
3144         (message-insert-citation-line, message-position-on-field)
3145         (message-fix-before-sending, message-send-mail-partially)
3146         (message-send-mail, message-send-mail-with-sendmail)
3147         (message-send-mail-with-qmail, message-send-news)
3148         (message-check-news-header-syntax, message-generate-headers)
3149         (message-insert-courtesy-copy, message-fill-address)
3150         (message-fill-header, message-shorten-references)
3151         (message-setup-1, message-cancel-news)
3152         (message-forward-make-body-plain, message-forward-make-body-mime)
3153         (message-forward-make-body-mml, message-encode-message-body)
3154         (message-forward-make-body-digest-plain)
3155         (message-forward-make-body-digest-mime)
3156         (message-use-alternative-email-as-from): Insert `hard-newline'
3157         instead of ordinary newlines.
3158
3159 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * message.el (message-generate-headers): Downcase the argument
3162         given to message-check-element.
3163
3164 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3165
3166         * nntp.el (nntp-authinfo-rejected): New error condition.
3167         (nntp-wait-for): Use new error condition to signal authentication
3168         error.
3169         (nntp-retrieve-data): Rethrow new error condition to break out of
3170         recursive call to nntp-send-authinfo.
3171
3172 2005-11-08  Romain Francoise  <romain@orebokech.com>
3173
3174         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3175         (gnus-summary-exit-map): Bind to `Z p'.
3176         (gnus-summary-make-menu-bar): Add menu item.
3177
3178 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3181         (gnus-treat-*): Add `first' in all doc strings.
3182
3183         * gnus-group.el (gnus-group-compact-group): Fix typo.
3184
3185 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus.el (gnus-parameters-case-fold-search): New variable.
3188         (gnus-parameters-get-parameter): Use it.
3189
3190         * gnus-score.el (gnus-home-score-file): Doc fix.
3191
3192 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3193
3194         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3195
3196 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * mm-util.el (mm-special-display-p): New function.
3199
3200         * mml.el (mml-preview): Use it; doc fix.
3201
3202 2005-10-29  Romain Francoise  <romain@orebokech.com>
3203
3204         * message.el (message-fix-before-sending): Fix comment.
3205
3206 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3207
3208         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3209
3210 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3211
3212         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3213         Used in gnus-score.el.
3214
3215 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3218
3219 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3222         whitespace removed in revision 7.8.  Use concatenated string to
3223         protect trailing whitespace.
3224
3225 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3226
3227         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3228         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3229         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3230         Courier IMAP ("some version from 2004").  Mostly based on similar
3231         code in the same function.
3232
3233 2005-10-26  Didier Verna  <didier@xemacs.org>
3234
3235         * gnus-group.el (gnus-group-compact-group): invalidate original
3236         article buffer.
3237         * gnus-srvr.el (gnus-server-compact-server): ditto.
3238         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3239         NOV database and in article itself.
3240         Invalidate article backlog.
3241
3242 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3245
3246 2005-10-26  Simon Josefsson  <jas@extundo.com>
3247
3248         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3249         part of 2004-07-25 change.
3250
3251 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * message.el (message-display-completion-list): New function.
3254         (message-expand-group): Use it; make sure the Completions buffer
3255         is modifiable.
3256
3257 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3258
3259         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3260         user-mail-name is an empty string.
3261
3262 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3265         depending on gnus-score-decay-constant.
3266
3267         * encrypt.el (encrypt-insert-file-contents)
3268         (encrypt-write-file-contents): Don't use `gnus-message'.
3269
3270         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3271         arguments.
3272         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3273         arguments to mm-uu-verbatim-marks-extract.
3274         (mm-uu-hide-markers): New variable.
3275         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3276
3277         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3278         (gnus-convert-image-to-face-command): Use "convert" by default to
3279         allow other input image formats.
3280         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3281         accordingly.
3282
3283 2005-10-23  Simon Josefsson  <jas@extundo.com>
3284
3285         * imap.el (imap-gssapi-program): Align command line parameters
3286         with latest GNU SASL.
3287         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3288
3289 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3292         HTML.
3293         (nnslashdot-request-article): Ditto.
3294
3295         * lpath.el (featurep): Add nobreak-char-display.
3296
3297 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3298
3299         * mail-source.el (mail-source-fetch-pop): Require pop3.
3300         (mail-source-check-pop): Ditto.
3301
3302 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3305         errors.
3306
3307 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3310         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3311
3312         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3313
3314         * mm-bodies.el (mm-decode-string): Call
3315         `mm-charset-to-coding-system' with allow-override argument.
3316
3317 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3320         (rfc2047-charset-to-coding-system): New function.
3321         (rfc2047-decode-encoded-words): New function.
3322         (rfc2047-decode-region): Use them.
3323         (rfc2047-decode-cte): Remove.
3324         (rfc2047-parse-and-decode): Remove.
3325         (rfc2047-decode): Remove.
3326
3327 2005-10-15  Kenichi Handa  <handa@m17n.org>
3328
3329         * rfc2047.el (rfc2047-decode-cte): New function.
3330         (rfc2047-decode-region): Change the way to decode successive
3331         encoded-words: decode B- or Q-encoding in each encoded-word,
3332         concatenate them, and decode it as charset.
3333
3334 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * lpath.el: Fbind codepage-setup for XEmacs.
3337
3338 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3339
3340         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3341         widget-move-and-invoke.
3342         (gnus-custom-mode): Use gnus-custom-map.
3343
3344 2005-10-15  Bill Wohler  <wohler@newt.com>
3345
3346         * message.el (message-tool-bar-map): Renamed image file from
3347         mail_send to mail/send.
3348
3349 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3350
3351         * message.el (message-expand-group): Pass the common
3352         prefix substring of completion to `display-completion-list'.
3353
3354 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3355
3356         * mml-sec.el (mml-secure-method): New internal variable.
3357         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3358         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3359         functions using mml-secure-method.
3360
3361         * mml.el (mml-mode-map): Add key bindings for those functions.
3362         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3363         Harder <harder@myrealbox.com>.
3364         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3365         end of message if point is the headers of the message.
3366
3367         * message.el (message-in-body-p): New function.
3368
3369         * assistant.el: Autoload gnus-util and netrc.
3370
3371         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3372         Use `mm-charset-override-alist' only when decoding.
3373
3374         * mm-bodies.el (mm-decode-body): Call
3375         `mm-charset-to-coding-system' with allow-override argument.
3376
3377         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3378         `filename' from Content-Disposition if Content-Type doesn't
3379         provide `name'.
3380         (gnus-mime-view-part-as-type): Set default instead of
3381         initial-input.
3382
3383 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3384
3385         * format-spec.el (format-spec): Propagate text properties of % spec.
3386
3387 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * gnus-art.el (gnus-treat-predicate): Add `first'.
3390
3391 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3392
3393         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3394         (mm-charset-override-alist): New variable.
3395         (mm-charset-to-coding-system): Use it.
3396         (mm-codepage-setup): New helper function.
3397         (mm-charset-eval-alist): New variable.
3398         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3399         about unknown charsets.
3400
3401         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3402
3403 2005-10-04  David Hansen  <david.hansen@gmx.net>
3404
3405         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3406         (nnrss-check-group): Ditto.
3407
3408 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3411         Rename x-gnus-verbatim to x-verbatim.
3412         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3413
3414         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3415         x-verbatim.
3416
3417         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3418
3419         * gnus-util.el (gnus-remove-duplicates): Remove.
3420
3421         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3422         instead of gnus-remove-duplicates.
3423
3424         * message.el (message-remove-duplicates): Remove.
3425         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3426         message-remove-duplicates.
3427
3428         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3429         available, else use implementation from `delete-dups'.
3430
3431         * message.el (message-insert-expires): New function.
3432         (message-mode-map): Add key binding.
3433         (message-mode-field-menu): Add menu entry.
3434         (message-mode): Document it.
3435         (message-make-expires-date): Use `message-make-date'.
3436
3437 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3438
3439         * message.el (message-make-expires-date): New function.
3440
3441 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * Makefile.in (list-installed-shadows): New entry.
3444         (install): Use it.
3445         (remove-installed-shadows): New entry.
3446
3447         * dgnushack.el (dgnushack-default-load-path): New variable.
3448         (dgnushack-find-lisp-shadows): New function.
3449         (dgnushack-remove-lisp-shadows): New function.
3450
3451 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * Makefile.in (install-el-elc): New entry.
3454         (install): Use it so that .el files are necessarily installed.
3455
3456 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3459
3460 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3461
3462         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3463         function rather than the diff-mode.el package.
3464         (mm-display-external): Use with-current-buffer.
3465         (mm-viewer-completion-map, mm-viewer-completion-map):
3466         Move initialization inside declaration.
3467
3468 2005-09-29  Simon Josefsson  <jas@extundo.com>
3469
3470         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3471         autoload mail-check-payment.
3472         (spam-check-hashcash): Define unconditionally, since hashcash.el
3473         is part of Gnus now.  Ignore errors from payment checking.
3474
3475 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * message.el (message-bold-region, message-unbold-region): Rename
3478         from `bold-region' and `unbold-region'.
3479
3480         * message.el: Remove useless autoloads.
3481
3482 2005-09-28  Simon Josefsson  <jas@extundo.com>
3483
3484         * message.el (message-use-idna): Default to t.
3485         (message-use-idna): Test whether encoding works too.  Doc fix.
3486
3487 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * nntp.el (nntp-warn-about-losing-connection): Remove.
3490
3491 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3492
3493         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3494         customizable.  Change default value.
3495         (mm-uu-diff-groups-regexp): Change default value.
3496         (mm-uu-type-alist): Add doc string.
3497         (mm-uu-configure): Add doc string.  Make it interactive.
3498         (mm-uu-tex-groups-regexp): New variable.
3499         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3500         (mm-uu-type-alist): Add LaTeX documents.
3501         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3502         of "text/verbatim".
3503         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3504
3505         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3506         instead of "text/verbatim".
3507
3508         * message.el (message-mark-inserted-region)
3509         (message-mark-insert-file): Use slrn style marks when called with
3510         prefix argument.
3511
3512 2005-09-27  Simon Josefsson  <jas@extundo.com>
3513
3514         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3515
3516 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3517
3518         * message.el (message-remove-duplicates): New function.
3519         Implementation borrowed from `gnus-remove-duplicates'.
3520         (message-idna-to-ascii-rhs): Also encode idna addresses in
3521         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3522         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3523         only ask about the same idna domain once per header and also tell
3524         in what header to replace the idna domain.
3525
3526         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3527         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3528         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3529         a header is decoded and not just the last one.
3530
3531 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3534         has been decoded.
3535
3536         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3537         (mm-insert-part): Don't modify text if it has been decoded.
3538
3539         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3540         decoded.
3541
3542         * mm-view.el (mm-inline-text): Don't strip text props unless
3543         decoding enriched or richtext parts.
3544
3545 2005-09-25  Romain Francoise  <romain@orebokech.com>
3546
3547         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3548         * gnus-start.el (gnus-subscribe-interactively):
3549         * gnus-uu.el (gnus-uu-grab-articles):
3550         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3551         space.
3552
3553 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3554
3555         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3556         * mm-view.el (mm-view-pkcs7-decrypt):
3557         * gnus-sum.el (gnus-summary-limit-to-extra)
3558         (gnus-summary-respool-article, gnus-read-move-group-name):
3559         * gnus-score.el (gnus-summary-increase-score):
3560         * gnus-util.el (gnus-completing-read-with-default):
3561         * gnus-art.el (gnus-read-save-file-name)
3562         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3563         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3564         * message.el (message-check-news-header-syntax):
3565         Follow convention for reading with the minibuffer.
3566
3567 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3568
3569         * spam-report.el (spam-report-url-ping-plain):
3570         Use gnus-extended-version as User-Agent.
3571
3572         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3573         default value is nil.
3574
3575         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3576         (mm-uu-verbatim-marks-extract): New function.
3577         (mm-uu-extract): New face.
3578         (mm-uu-copy-to-buffer): Use it.
3579
3580         * spam-report.el (spam-report-gmane-ham): Renamed from
3581         `spam-report-gmane-unspam'.
3582         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3583         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3584
3585         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3586         Autoload.
3587         (spam-report-gmane-unregister-routine): Renamed
3588         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3589
3590 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3591
3592         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3593         (spam-report-gmane-unregister-routine): added support for gmane
3594         unregistration
3595
3596         * spam-report.el (spam-report-gmane-unspam)
3597         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3598         (spam-report-gmane): changed to take a single article and do
3599         unspam registration
3600
3601 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * mm-url.el (mm-url-decode-entities): Fix regexp.
3604
3605 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3608         default to nil, to be able to use Gnus at all.  If the default
3609         switches to something else, then the function should be fixed not
3610         be exceedingly slow.
3611
3612 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3613
3614         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3615         fail hard
3616
3617         * spam-report.el: better Keywords line
3618
3619         * spam.el: added Maintainer and better Keywords line
3620
3621 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * gnus-art.el (gnus-article-replace-part)
3624         (gnus-mime-replace-part): New functions.
3625         (gnus-mime-action-alist, gnus-mime-button-commands)
3626         (gnus-mime-save-part-and-strip): Added file argument.
3627         (gnus-article-part-wrapper): Added interactive argument.
3628
3629         * gnus-sum.el (gnus-summary-mime-map): Add
3630         `gnus-article-replace-part'.
3631
3632 2005-09-19  Didier Verna  <didier@xemacs.org>
3633
3634         The nnml compaction feature:
3635         * nnml.el (nnml-request-compact-group): New function.
3636         * nnml.el (nnml-request-compact): New function.
3637         * gnus-int.el (gnus-request-compact-group): New function.
3638         * gnus-int.el (gnus-request-compact): New function.
3639         * gnus-group.el (gnus-group-compact-group): New function.
3640         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3641         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3642         * gnus-srvr.el (gnus-server-compact-server): New function.
3643         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3644         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3645
3646 2005-09-18  Deepak Goel  <deego@gnufans.org>
3647
3648         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3649         format spec.
3650
3651 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3654
3655 2005-09-15  Romain Francoise  <romain@orebokech.com>
3656
3657         * message.el (message-fill-paragraph): Clarify docstring.
3658
3659 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-mime-display-part): Protect against broken
3662         MIME messages.
3663
3664 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3667         before parsing header.
3668
3669 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3670
3671         * html2text.el: (html2text-replace-list): Add new entities.
3672
3673 2005-09-11  Romain Francoise  <romain@orebokech.com>
3674
3675         * message.el (message-alternative-emails): Improve docstring.
3676         (message-setup-1): Call `message-use-alternative-email-as-from'
3677         after `message-setup-hook' to give it precedence over posting
3678         styles, etc.
3679         (message-use-alternative-email-as-from): Add docstring.  Remove
3680         the original From header if present.
3681
3682         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3683         (nnml-save-mail): Use it.
3684
3685         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3686         articles.  Add new argument `silent'.
3687         (gnus-uu-mark-all): Report the total number of marked articles.
3688
3689 2005-09-10  Romain Francoise  <romain@orebokech.com>
3690
3691         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3692         (gnus-uu-mark-series): Likewise.
3693
3694 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * spam-report.el (spam-report-gmane): Fix generation of spam
3697         report URL.
3698
3699 2005-09-10  Simon Josefsson  <jas@extundo.com>
3700
3701         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3702         t, based on discussion on the ding list with Robert Epprecht
3703         <epprecht@solnet.ch>.
3704
3705 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * spam-report.el (spam-report-gmane): Make it work without
3708         X-Report-Spam header.  Gmane now only provides Archived-At.
3709         This is only used if `spam-report-gmane-use-article-number' is nil.
3710         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3711
3712         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3713         make `gnus-summary-sort-by-recipient' work with threading.
3714
3715         * nnweb.el (nnweb-google-wash-article): Print a message if article
3716         is not available.
3717
3718 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3719
3720         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3721         change.  Decode text/* parts content before displaying.
3722
3723 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3726
3727 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3730
3731         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3732         url-package-name, url-package-version,
3733         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3734         w3m-display-inline-images, and w3m-minor-mode-map.
3735
3736 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * message.el (message-tab-body-function): Fixed mismatched custom
3739         type.
3740
3741         * gnus.el (gnus-group-change-level-function): Ditto.
3742
3743         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3744
3745         * gnus-art.el (gnus-signature-limit)
3746         (gnus-article-mime-part-function): Ditto.
3747
3748 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * mml.el (mml-mode): Silence the byte compiler.
3751
3752         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3753         using `(sit-for 0)' before moving the point to the specified part;
3754         skip unbuttonized parts.
3755         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3756         return to the summary window if gnus-auto-select-part is non-nil.
3757
3758 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3761         variables.
3762         (mml-dnd-attach-file, mml-mode): Use them.
3763
3764         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3765         Make fetching article by MID work again for Google Groups.  Added
3766         FIXME concerning gnus-group-make-web-group.
3767
3768         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3769         Don't depend on Gnus by using mail-extract-address-components if
3770         gnus-extract-address-components is not bound.
3771
3772 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-art.el (gnus-mime-display-security): Don't display the
3775         signature, but only the signed part.
3776
3777 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3780
3781         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3782         list, not listp.
3783
3784 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3785
3786         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3787         when encoding.
3788
3789         * mm-bodies.el (mm-decode-content-transfer-encoding):
3790         De-canonicalize CRLF for all text content types, not just
3791         text/plain.
3792
3793 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3796         valid article; point arrow and cursor at the MIME button.
3797
3798 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3801         Suggested by Dan Christensen <jdc@uwo.ca>.
3802
3803         * mm-decode.el (mm-save-part): Enable change of prompt.
3804
3805 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3806
3807         * gnus-msg.el (gnus-inews-add-send-actions): Made
3808         `message-post-method' lambda parameter ARG `&optional'.
3809
3810 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * gnus-sum.el (gnus-summary-mime-map): Added
3813         gnus-article-save-part-and-strip, gnus-article-delete-part and
3814         gnus-article-jump-to-part.
3815
3816         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3817         (gnus-article-edit-part): Use it.
3818         (gnus-article-part-wrapper): Added no-handle argument.
3819         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3820         functions.
3821
3822 2005-08-29  Romain Francoise  <romain@orebokech.com>
3823
3824         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3825         docstring.
3826         (gnus-face-from-file): Likewise.
3827
3828 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3831         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3832         non-nil.
3833         (gnus-auto-select-part): New variable.
3834         (gnus-article-jump-to-part): New function.
3835         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3836         (gnus-mime-delete-part): Allow selecting specified part after
3837         deleting or stripping parts.
3838         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3839         part if argument is bogus.
3840
3841 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3842
3843         * gnus-art.el (w3m-minor-mode-map):
3844         * gnus-spec.el (gnus-newsrc-file-version):
3845         * gnus-util.el (nnmail-active-file-coding-system)
3846         (gnus-original-article-buffer, gnus-user-agent):
3847         * gnus.el (gnus-ham-process-destinations)
3848         (gnus-parameter-ham-marks-alist)
3849         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3850         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3851         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3852         * mm-decode.el (gnus-current-window-configuration):
3853         * mm-extern.el (gnus-article-mime-handles):
3854         * mm-url.el (url-current-object, url-package-name)
3855         (url-package-version):
3856         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3857         (smime-keys, w3m-cid-retrieve-function-alist)
3858         (w3m-current-buffer, w3m-display-inline-images)
3859         (w3m-minor-mode-map):
3860         * mml-smime.el (gnus-extract-address-components):
3861         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3862         (gnus-newsrc-hashtb, message-default-charset)
3863         (message-deletable-headers, message-options)
3864         (message-posting-charset, message-required-mail-headers)
3865         (message-required-news-headers):
3866         * mml1991.el (mc-pgp-always-sign):
3867         * mml2015.el (mc-pgp-always-sign):
3868         * nnheader.el (nnmail-extra-headers):
3869         * rfc1843.el (gnus-decode-encoded-word-function)
3870         (gnus-decode-header-function, gnus-newsgroup-name):
3871         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3872
3873 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3874
3875         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3876         the end of the date treatments.
3877
3878 2005-08-15  Simon Josefsson  <jas@extundo.com>
3879
3880         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3881         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3882         Capello and Romain Francoise.
3883         (pgg-fetch-key-function): Removed, not used?
3884         (pgg-insert-url-with-w3): Require url, to get
3885         url-insert-file-contents regardless of where it is defined.
3886
3887 2005-08-13  Romain Francoise  <romain@orebokech.com>
3888
3889         * message.el (message-cite-original-1): New function.
3890         (message-cite-original): Use it.
3891         (message-cite-original-without-signature): Ditto.
3892
3893 2005-08-08  Romain Francoise  <romain@orebokech.com>
3894
3895         * message.el (message-yank-empty-prefix): New variable.
3896         (message-indent-citation): Use it.
3897         (message-cite-original-without-signature): Respect X-No-Archive.
3898
3899 2005-08-08  Simon Josefsson  <jas@extundo.com>
3900
3901         * pgg.el: Autoload url-insert-file-contents instead of loading
3902         w3/url.
3903         (pgg-insert-url-with-w3): Don't load url here.
3904
3905 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3906
3907         * message.el (message-kill-to-signature): Don't insert newline at
3908         bol.
3909         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3910
3911 2005-08-06  Romain Francoise  <romain@orebokech.com>
3912
3913         * message.el (message-user-fqdn): Fix typo in docstring.
3914
3915 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3916
3917         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3918
3919         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3920
3921 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-bodies.el (mm-encode-body): Use coding system rather than
3924         charset to encode text.
3925
3926         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3927         number of charsets if utf-8 is available (XEmacs).
3928
3929 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3930
3931         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3932         taken from `gnus-button-mid-or-mail-regexp'.
3933         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3934         (gnus-button-alist): Improve regexp for domain part of the MIDs
3935         for news:localpart@domain buttons.
3936         (gnus-button-ctan-directory-regexp): Update.
3937
3938 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * sieve-manage.el (sieve-manage-interactive-login): Use
3941         make-local-variable rather than make-variable-buffer-local.
3942         (sieve-manage-open): Ditto.
3943         (sieve-manage-authenticate): Ditto.
3944
3945         * mml.el (mml-generate-mime-1): Make the content type default to
3946         text/plain if the filename is not specified.
3947
3948 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3951         instead of insert-buffer.
3952
3953         * message.el (message-yank-original): Ditto; set the mark at the
3954         end of the yanked message.
3955
3956 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3959         lines to scroll rather than to stop it.
3960
3961         * mml.el (mml-generate-default-type): Add doc string.
3962         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3963         default to application/octet-stream when determining the content
3964         type if it is not specified for the part or the mml contents; add
3965         a comment about mml-generate-default-type.
3966
3967 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3970         make it default to application/octet-stream when determining the
3971         content type if it is not specified for the external contents.
3972
3973 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3976         segmented parameter but also other parameters might be there.
3977
3978 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * mm-decode.el (mm-display-external): Delete temp file, directory
3981         and buffer immediately if the external process is exited.
3982
3983 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3986         fewer lines than that of scroll-margin.
3987         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3988
3989 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-article-next-page): Revert.
3992         (gnus-article-beginning-of-window): New macro.
3993         (gnus-article-next-page-1): Use it.
3994         (gnus-article-prev-page): Ditto.
3995         (gnus-article-edit-part): Use insert-buffer-substring instead of
3996         insert-buffer.
3997         (gnus-article-edit-exit): Ditto.
3998
3999         * gnus-util.el (gnus-beginning-of-window): Remove.
4000         (gnus-end-of-window): Remove.
4001
4002         * lpath.el: Don't bind header-line-format and scroll-margin.
4003
4004 2005-07-25  Simon Josefsson  <jas@extundo.com>
4005
4006         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4007         to have the url package without w3.  Reported by Daiki Ueno
4008         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4009
4010 2005-07-20  Didier Verna  <didier@xemacs.org>
4011
4012         * gnus-diary.el: Remove the description comment (nndiary is now
4013         properly documented in the Gnus manual).
4014         Fix the spelling of "Back End".
4015         * nndiary.el: Ditto.
4016         Fix the copyright notice.
4017
4018 2005-07-18  Romain Francoise  <romain@orebokech.com>
4019
4020         * gnus-sum.el (gnus-summary-to-prefix,
4021         gnus-summary-newsgroup-prefix): New variables.
4022         (gnus-summary-from-or-to-or-newsgroups): Use them.
4023
4024 2005-07-17  Romain Francoise  <romain@orebokech.com>
4025
4026         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4027         space as it's generally not especially interesting to the user.
4028
4029 2005-07-16  Romain Francoise  <romain@orebokech.com>
4030
4031         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4032         nil to avoid prompting and file modification if one of the
4033         messages at the top of the nnfolder file contains a copyright
4034         notice.
4035         Update copyright notice.
4036
4037         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4038         instead of `current-time-string' as the latter creates a time
4039         string that is not RFC 2822 compliant (it lacks the zone).
4040         Update copyright notice.
4041
4042 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4043
4044         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4045         for text/rtf.  Display default in prompt.  Pass default for M-n.
4046
4047         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4048
4049 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * gnus-msg.el (gnus-button-mailto): Remove
4052         save-selected-window-window hackery because it relies on
4053         save-selected-window internals.
4054
4055 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4058         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4059         (gnus-article-prev-page): Ditto.
4060
4061         * gnus-util.el (gnus-beginning-of-window): New function.
4062         (gnus-end-of-window): New function.
4063
4064         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4065
4066 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4067
4068         * gnus-score.el (gnus-score-edit-all-score): Set
4069         gnus-score-edit-exit-function to gnus-score-edit-done and call
4070         gnus-message.
4071
4072 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus-msg.el (gnus-button-mailto): Remove
4075         save-selected-window-window hackery because it relies on
4076         save-selected-window internals.
4077
4078 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4081         add-minor-mode.
4082         (gnus-binary-mode): Ditto.
4083
4084         * gnus-topic.el (gnus-topic-mode): Ditto.
4085
4086 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4087
4088         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4089         (gnus-article-prev-page): Take scroll-margin into consideration.
4090
4091 2005-07-04  Lute Kamstra  <lute@gnu.org>
4092
4093         Update FSF's address in GPL notices.
4094
4095 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4096
4097         * gnus.el (gnus-exit):
4098         * gnus-group.el (gnus-group-icons):
4099         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4100
4101         * gnus-nocem.el (gnus-nocem):
4102         * message.el (message-various, message-buffers, message-sending)
4103         (message-interface, message-forwarding, message-insertion)
4104         (message-headers, message-news, message-mail):
4105         * pgg-gpg.el (pgg-gpg):
4106         * pgg-parse.el (pgg-parse):
4107         * pgg-pgp.el (pgg-pgp):
4108         * pgg-pgp5.el (pgg-pgp5):
4109         * pop3.el (pop3): Finish `defgroup' description with period.
4110
4111 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-art.el (article-display-face): Improve the efficiency.
4114         (article-display-x-face): Ditto; remove grey x-face stuff.
4115
4116 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (article-display-face): Correct the position in
4119         which Faces are inserted.
4120
4121 2005-06-29  Didier Verna  <didier@xemacs.org>
4122
4123         * gnus-art.el (article-display-face): Display faces in correct
4124         order.
4125
4126 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4129         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4130         (gnus-nocem-check-article): Fetch the Type header.
4131         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4132         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4133         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4134         make sure gnus-nocem-hashtb is initialized.
4135         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4136         (gnus-nocem-unwanted-article-p): Ditto.
4137
4138         * pgg.el (pgg-verify): Return the verification result.
4139
4140 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4143         is ascii.
4144
4145 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4146
4147         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4148         `show-nonbreak-escape'.
4149
4150 2005-06-23  Lute Kamstra  <lute@gnu.org>
4151
4152         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4153
4154         * dig.el (dig-mode):
4155         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4156
4157 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4158
4159         * nnimap.el (nnimap-split-download-body): Fix spellings.
4160
4161 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4162
4163         * gnus-art.el (gnus-article-encrypt-body):
4164         * gnus-cus.el (gnus-score-customize):
4165         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4166         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4167
4168 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4169
4170         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4171         header by looking for magic "MII" at the beginnig.
4172
4173 2005-06-16  Miles Bader  <miles@gnu.org>
4174
4175         * gnus-xmas.el (gnus-xmas-group-startup-message):
4176         Use renamed gnus-splash face.
4177
4178         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4179         (assistant-field-face): New backward-compatibility alias for renamed
4180         face.
4181         (assistant-render-text): Use renamed assistant-field face.
4182
4183         * spam.el (spam): Remove "-face" suffix from face name.
4184         (spam-face): New backward-compatibility alias for renamed face.
4185         (spam-face, spam-initialize): Use renamed spam face.
4186
4187         * message.el (message-header-to, message-header-cc)
4188         (message-header-subject, message-header-newsgroups)
4189         (message-header-other, message-header-name)
4190         (message-header-xheader, message-separator, message-cited-text)
4191         (message-mml): Remove "-face" suffix from face names.
4192         (message-header-to-face, message-header-cc-face)
4193         (message-header-subject-face, message-header-newsgroups-face)
4194         (message-header-other-face, message-header-name-face)
4195         (message-header-xheader-face, message-separator-face)
4196         (message-cited-text-face, message-mml-face):
4197         New backward-compatibility aliases for renamed faces.
4198         (message-font-lock-keywords): Use renamed message faces.
4199
4200         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4201         (sieve-test-commands, sieve-tagged-arguments):
4202         Remove "-face" suffix from face names.
4203         (sieve-control-commands-face, sieve-action-commands-face)
4204         (sieve-test-commands-face, sieve-tagged-arguments-face):
4205         New backward-compatibility aliases for renamed faces.
4206         (sieve-control-commands-face, sieve-action-commands-face)
4207         (sieve-test-commands-face, sieve-tagged-arguments-face):
4208         Use renamed sieve faces.
4209
4210         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4211         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4212         (gnus-group-news-3-empty, gnus-group-news-4)
4213         (gnus-group-news-4-empty, gnus-group-news-5)
4214         (gnus-group-news-5-empty, gnus-group-news-6)
4215         (gnus-group-news-6-empty, gnus-group-news-low)
4216         (gnus-group-news-low-empty, gnus-group-mail-1)
4217         (gnus-group-mail-1-empty, gnus-group-mail-2)
4218         (gnus-group-mail-2-empty, gnus-group-mail-3)
4219         (gnus-group-mail-3-empty, gnus-group-mail-low)
4220         (gnus-group-mail-low-empty, gnus-summary-selected)
4221         (gnus-summary-cancelled, gnus-summary-high-ticked)
4222         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4223         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4224         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4225         (gnus-summary-low-undownloaded)
4226         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4227         (gnus-summary-low-unread, gnus-summary-normal-unread)
4228         (gnus-summary-high-read, gnus-summary-low-read)
4229         (gnus-summary-normal-read, gnus-splash):
4230         Remove "-face" suffix from face names.
4231         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4232         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4233         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4234         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4235         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4236         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4237         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4242         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4243         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4244         (gnus-summary-normal-ticked-face)
4245         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4246         (gnus-summary-normal-ancient-face)
4247         (gnus-summary-high-undownloaded-face)
4248         (gnus-summary-low-undownloaded-face)
4249         (gnus-summary-normal-undownloaded-face)
4250         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4251         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4252         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4253         (gnus-splash-face):
4254         New backward-compatibility aliases for renamed faces.
4255         (gnus-group-startup-message): Use renamed gnus faces.
4256
4257         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4258         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4259         (gnus-server-agent): Remove "-face" suffix from face names.
4260         (gnus-server-agent-face, gnus-server-opened-face)
4261         (gnus-server-closed-face, gnus-server-denied-face)
4262         (gnus-server-offline-face):
4263         New backward-compatibility aliases for renamed faces.
4264         (gnus-server-agent-face, gnus-server-opened-face)
4265         (gnus-server-closed-face, gnus-server-denied-face)
4266         (gnus-server-offline-face): Use renamed gnus faces.
4267
4268         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4269         Remove "-face" suffix from face names.
4270         (gnus-picon-xbm-face, gnus-picon-face):
4271         New backward-compatibility aliases for renamed faces.
4272
4273         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4274         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4275         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4276         (gnus-cite-11): Remove "-face" suffix from face names.
4277         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4278         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4279         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4280         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4281         New backward-compatibility aliases for renamed faces.
4282         (gnus-cite-attribution-face, gnus-cite-face-list)
4283         (gnus-article-boring-faces): Use renamed gnus faces.
4284
4285         * gnus-art.el (gnus-signature, gnus-header-from)
4286         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4287         (gnus-header-content): Remove "-face" suffix from face names.
4288         (gnus-signature-face, gnus-header-from-face)
4289         (gnus-header-subject-face, gnus-header-newsgroups-face)
4290         (gnus-header-name-face, gnus-header-content-face):
4291         New backward-compatibility aliases for renamed faces.
4292         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4293
4294         * gnus-sum.el (gnus-summary-selected-face)
4295         (gnus-summary-highlight): Use renamed gnus faces.
4296         * gnus-group.el (gnus-group-highlight): Likewise.
4297
4298 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4299
4300         * gnus-sieve.el (gnus-sieve-article-add-rule):
4301         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4302         * spam-stat.el (spam-stat-buffer-change-to-spam)
4303         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4304
4305         * message.el (message-is-yours-p):
4306         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4307
4308 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * mm-view.el (mm-inline-text): Withdraw the last change.
4311
4312 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4315         executing enriched-decode.
4316
4317 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4320         charset of tar files.
4321
4322 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4323
4324         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4325
4326 2005-06-04  Lute Kamstra  <lute@gnu.org>
4327
4328         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4329         information is never recorded.
4330
4331 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4332
4333         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4334
4335 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * pop3.el (pop3-apop): Run md5 in the binary mode.
4338
4339         * starttls.el (starttls-set-process-query-on-exit-flag):
4340         Use eval-and-compile.
4341
4342 2005-05-31  Simon Josefsson  <jas@extundo.com>
4343
4344         * smime.el (smime-replace-in-string): Define.
4345         (smime-cert-by-ldap-1): Use it.
4346
4347 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-art.el (article-display-x-face): Replace
4350         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4351
4352         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4353         set-process-query-on-exit-flag or process-kill-without-query.
4354
4355         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4356         loop instead of replace-regexp.
4357
4358         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4359         instead of process-kill-without-query if it is available.
4360
4361         * lpath.el: Fbind ldap-search-entries.
4362
4363         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4364         instead of find-file-hooks if it is available.
4365
4366         * mml1991.el: Bind pgg-default-user-id when compiling.
4367
4368         * mml2015.el: Bind pgg-default-user-id when compiling.
4369
4370         * nndraft.el (nndraft-request-associate-buffer):
4371         Use write-contents-functions instead of write-contents-hooks if it is
4372         available.
4373
4374         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4375         instead of find-file-hooks if it is available.
4376
4377         * nntp.el (nntp-open-connection): Replace
4378         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4379         (nntp-open-ssl-stream): Ditto.
4380         (nntp-open-tls-stream): Ditto.
4381
4382         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4383         set-process-query-on-exit-flag or process-kill-without-query.
4384         (starttls-open-stream-gnutls): Use it instead of
4385         process-kill-without-query.
4386         (starttls-open-stream): Ditto.
4387
4388 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4389
4390         * smime.el (smime-cert-by-ldap-1): Don't use
4391         replace-regexp-in-string.
4392
4393 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4394
4395         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4396
4397         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4398         in PEM format. Adjust to the XEmacs compability.
4399
4400 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4403         by `string-to-number'.
4404         * gnus-agent.el (gnus-agent-regenerate-group)
4405         (gnus-agent-fetch-articles): Ditto.
4406         * gnus-art.el (gnus-button-fetch-group): Ditto.
4407         * gnus-cache.el (gnus-cache-generate-active)
4408         (gnus-cache-articles-in-group): Ditto.
4409         * gnus-group.el (gnus-group-set-current-level)
4410         (gnus-group-insert-group-line): Ditto.
4411         * gnus-score.el (gnus-score-set-expunge-below)
4412         (gnus-score-set-mark-below, gnus-summary-score-effect)
4413         (gnus-summary-score-entry): Ditto.
4414         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4415         (gnus-soup-pack): Ditto.
4416         * gnus-spec.el (gnus-xmas-format): Ditto.
4417         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4418         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4419         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4420         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4421         * nndb.el (nndb-get-remote-expire-response): Ditto.
4422         * nndiary.el (nndiary-parse-schedule-value)
4423         (nndiary-string-to-number, nndiary-request-replace-article)
4424         (nndiary-request-article): Ditto.
4425         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4426         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4427         * nneething.el (nneething-make-head): Ditto.
4428         * nnfolder.el (nnfolder-request-article)
4429         (nnfolder-retrieve-headers): Ditto.
4430         * nnheader.el (nnheader-file-to-number): Ditto.
4431         * nnkiboze.el (nnkiboze-request-article): Ditto.
4432         * nnmail.el (nnmail-process-unix-mail-format)
4433         (nnmail-process-babyl-mail-format): Ditto.
4434         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4435         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4436         (nnmh-request-create-group, nnmh-request-list-1)
4437         (nnmh-request-group, nnmh-request-article): Ditto.
4438         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4439         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4440         * nnsoup.el (nnsoup-make-active): Ditto.
4441         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4442         * nntp.el (nntp-find-group-and-number)
4443         (nntp-retrieve-headers-with-xover): Ditto.
4444         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4445         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4446         (pgg-format-key-identifier): Ditto.
4447         * pop3.el (pop3-last, pop3-stat): Ditto.
4448         * qp.el (quoted-printable-decode-region): Ditto.
4449
4450         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4451         of concat.
4452
4453 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4456
4457         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4458
4459         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4460
4461         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4462
4463         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4464
4465         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4466
4467         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4468         (gnus-carpal-mode): Ditto.
4469
4470         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4471         (gnus-browse-mode): Ditto.
4472
4473         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4474
4475         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4476
4477 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4478
4479         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4480
4481 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-util.el (gnus-run-mode-hooks): New function.
4484
4485         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4486
4487         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4488         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4489
4490 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4491
4492         * gnus-agent.el (gnus-agent-make-mode-line-string):
4493         Use mode-line-highlight as mouse-face.
4494
4495 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * canlock.el (canlock): Change the parent group to news.
4498
4499         * deuglify.el (gnus-outlook-deuglify): Add :group.
4500
4501         * dig.el (dig): Add :group.
4502
4503         * dns-mode.el (dns-mode): Add :group.
4504
4505         * encrypt.el (encrypt): Add :group.
4506
4507         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4508         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4509         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4510         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4511         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4512
4513         * gnus-diary.el (gnus-diary): Add :group.
4514
4515         * gnus.el (gnus-group-news-1-face): Add :group.
4516         (gnus-group-news-1-empty-face): Ditto.
4517         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4518         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4519         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4520         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4521         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4522         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4523         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4524         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4525         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4526         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4527         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4528         (gnus-summary-high-ticked-face): Ditto.
4529         (gnus-summary-low-ticked-face): Ditto.
4530         (gnus-summary-normal-ticked-face): Ditto.
4531         (gnus-summary-high-ancient-face): Ditto.
4532         (gnus-summary-low-ancient-face): Ditto.
4533         (gnus-summary-normal-ancient-face): Ditto.
4534         (gnus-summary-high-undownloaded-face): Ditto.
4535         (gnus-summary-low-undownloaded-face): Ditto.
4536         (gnus-summary-normal-undownloaded-face): Ditto.
4537         (gnus-summary-high-unread-face): Ditto.
4538         (gnus-summary-low-unread-face): Ditto.
4539         (gnus-summary-normal-unread-face): Ditto.
4540         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4541         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4542
4543         * hashcash.el (hashcash): New custom group.
4544         (hashcash-default-payment): Add :group.
4545         (hashcash-payment-alist): Ditto.
4546         (hashcash-default-accept-payment): Ditto.
4547         (hashcash-accept-resources): Ditto.
4548         (hashcash-path): Ditto.
4549         (hashcash-extra-generate-parameters): Ditto.
4550         (hashcash-double-spend-database): Ditto.
4551         (hashcash-in-news): Ditto.
4552
4553         * message.el (message-minibuffer-local-map): Add :group.
4554
4555         * netrc.el (netrc): Add :group.
4556
4557         * sieve-manage.el (sieve-manage-log): Add :group.
4558         (sieve-manage-default-user): Diito.
4559         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4560         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4561         (sieve-manage-authenticators): Ditto.
4562         (sieve-manage-authenticator-alist): Ditto.
4563         (sieve-manage-default-port): Ditto.
4564
4565         * sieve-mode.el (sieve-control-commands-face): Add :group.
4566         (sieve-action-commands-face): Ditto.
4567         (sieve-test-commands-face): Ditto.
4568         (sieve-tagged-arguments-face): Ditto.
4569
4570         * smime.el (smime): Add :group.
4571
4572         * spam-report.el (spam-report): Add :group.
4573
4574         * spam.el (spam, spam-face): Add :group.
4575
4576 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4579         return \n.\n.\n at the end of articles.  Protect against that.
4580         (nntp-with-open-group): Allow debugging.
4581
4582         * nnheader.el (mail-header-set-extra): Make into a function
4583         because I just could't understand how to quote the list properly.
4584
4585         * dns.el (query-dns-cached): New function.
4586
4587 2005-05-26  Lute Kamstra  <lute@gnu.org>
4588
4589         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4590
4591 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4594
4595         * gnus-art.el: Don't autoload mail-extract-address-components.
4596
4597         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4598         eval-and-compile to evaluate it.
4599
4600         * hashcash.el: Don't autoload executable-find.
4601
4602         * nndb.el: Don't declare the nndb back end two or more times; don't
4603         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4604
4605         * nntp.el: Autoload format-spec instead of format; use
4606         eval-and-compile to evaluate autoload forms.
4607
4608 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4609
4610         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4611
4612 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613
4614         * gnus.el (gnus-version-number): Bump version.
4615
4616 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4617
4618         * gnus.el: No Gnus v0.3 is released.
4619
4620 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * lpath.el (featurep): Bind show-nonbreak-escape.
4623
4624 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-art.el (gnus-article-edit-part): Disable undo.
4627
4628 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4631         gnus-article-date-lapsed-new-header is t if date timer is active;
4632         skip headers in which the original date value is empty.
4633         (gnus-article-save-original-date): Redefine it as a macro.
4634         (gnus-display-mime): Use it.
4635
4636 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-art.el (article-date-ut): Support converting date in
4639         forwarded parts as well.
4640         (gnus-article-save-original-date): New function.
4641         (gnus-display-mime): Use it.
4642
4643 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4644
4645         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4646         enclosure element of <item>.
4647
4648 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * message.el (message-kill-buffer-query): Renamed from
4651         `message-kill-buffer-query-if-modified'.  Added :version.
4652
4653 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4656         window layout.
4657
4658 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * mml.el: Autoload dnd when compiling.
4661
4662 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4665         x-dnd-*.
4666
4667 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * qp.el (quoted-printable-encode-region): Save excursion.
4670
4671 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4672
4673         * message.el (message-kill-buffer-query-if-modified): new variable
4674         so the user can kill a modified message buffer quickly
4675         (message-kill-buffer): use it.
4676
4677 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * lpath.el: Fbind display-time-event-handler; don't fbind
4680         string-to-multibyte.
4681
4682         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4683
4684 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4687         contained in text because xml.el decodes entities) with LFs.
4688
4689 2005-04-11  Lute Kamstra  <lute@gnu.org>
4690
4691         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4692         differently.
4693
4694 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4695
4696         * mm-util.el (mm-detect-coding-region): Typo.
4697
4698 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4701
4702 2005-04-06  D Goel  <deego@gnufans.org>
4703
4704         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4705         user-function allow user modifications of the scores.
4706         (spam-stat-score-buffer-user): New function, to allow
4707         user-computed modifications to the score.
4708         (spam-stat-score-buffer-user-functions): list of additional
4709         scoring functions
4710         (spam-stat-error-holder): global temporary error holder
4711         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4712         variable
4713
4714 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * gnus-registry.el (gnus-registry-clean-empty-function)
4717         (gnus-registry-trim, gnus-registry-fetch-groups)
4718         (gnus-registry-delete-group): now groups that match
4719         `gnus-registry-ignored-groups' will be removed from the registry
4720         entries, not just ignored for splitting.  This helps clean up the
4721         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4722         to get all the groups a message ID is in.
4723
4724         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4725         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4726         (spam-stat-score-buffer-user-functions): added :number custom type
4727
4728 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4731         argument in XEmacs.
4732
4733         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4734         (nnrss-request-group): Decode group name first.
4735         (nnrss-request-article): Make a text/plain article if mml-to-mime
4736         failed.
4737         (nnrss-get-encoding): Return a compatible encoding according to
4738         nnrss-compatible-encoding-alist.
4739         (nnrss-find-el): Use consp instead of listp.
4740         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4741
4742 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4745         which Emacs 20 doesn't support.
4746         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4747
4748 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4751         silence the byte compiler inside the defun
4752
4753         * gnus-demon.el (parse-time-string): Add autoload.
4754
4755         * gnus-delay.el (parse-time-string): Add autoload.
4756
4757         * gnus-art.el (parse-time-string): Add autoload.
4758
4759         * nnultimate.el (parse-time): Require for `parse-time-string'.
4760
4761 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4764
4765         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4766
4767         * smime.el (smime-ldap-host-list): Add :version.
4768
4769 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4772         pass it to `gnus-browse-read-group'.
4773         (gnus-browse-read-group): Add NUMBER argument and pass it to
4774         `gnus-group-read-ephemeral-group'.
4775
4776         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4777         argument and pass it to `gnus-group-read-group'.
4778
4779 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4780
4781         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4782         mm-xemacs-find-mime-charset-1 if we have the mule feature
4783         available at runtime.
4784
4785 2005-03-25  Werner Lemberg  <wl@gnu.org>
4786
4787         * nnmaildir.el: Replace `illegal' with `invalid'.
4788
4789 2005-03-23  Lute Kamstra  <lute@gnu.org>
4790
4791         * time-date.el: Add comment on time value formats.
4792         Don't require parse-time.
4793         (with-decoded-time-value): New macro.
4794         (encode-time-value): New function.
4795         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4796         (days-to-time): Return a valid time value when arg is huge.
4797         (time-since): Use time-subtract.
4798         (time-to-number-of-days): Use time-to-seconds.
4799
4800 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4801
4802         * gnus-start.el (gnus-display-time-event-handler):
4803         Check display-time-timer at runtime rather than only at load time
4804         in case display-time-mode is turned off in the mean time.
4805
4806 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4809         used.
4810
4811         * nneething.el (nneething-map-file-directory): Derive from
4812         `gnus-directory'.
4813
4814         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4815         the To/Cc button.
4816
4817 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4818
4819         * nnmaildir.el (nnmaildir-request-accept-article):
4820         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4821
4822 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4823
4824         * gnus-async.el: Require timer-funcs at compile time when in
4825         XEmacs for `run-with-idle-timer'.
4826
4827 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4828
4829         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4830         autoloaded function.
4831
4832 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4833
4834         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4835
4836 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4837
4838         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4839
4840 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841
4842         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4843         gnus-expert-user to default.
4844
4845 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4846
4847         * nnimap.el (nnimap-open-server): Ditto.
4848
4849         * imap.el (imap-authenticate): Fix typo.
4850
4851 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4852
4853         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4854         buffer (since IMAP server might return FETCH response out of
4855         order, and the nntp buffer must be sorted).
4856
4857 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4858
4859         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4860         comparison on string.
4861
4862         * gnus-agent.el (gnus-agent-long-article,
4863         gnus-agent-short-article, gnus-agent-score): Renamed category
4864         keywords to match gnus-cus.
4865         (gnus-agent-summary-fetch-series): Modified to protect against
4866         gnus-agent-summary-fetch-group clearing processable flags.
4867         (gnus-agent-synchronize-group-flags): Update live group buffer as
4868         synchronization may occur due to the user toggle the plugged
4869         status.
4870         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4871         successfully downloaded.
4872         (gnus-agent-expire-group-1): Avoid using markers when the overview
4873         is in ascending order; greatly improves performance.
4874         (gnus-agent-regenerate-group): Use
4875         gnus-agent-synchronize-group-flags to reset read status in both
4876         gnus and server.
4877         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4878
4879 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * message.el: Don't autoload former message-utils variables.
4882         (message-strip-subject-trailing-was): Change doc string.
4883
4884         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4885         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4886         (nnweb-google-search): Add "hl=en" here.
4887         (nnweb-google-parse-1, nnweb-google-create-mapping):
4888         Don't hardcode URL.
4889
4890 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4891
4892         * message.el (message-get-reply-headers, message-followup):
4893         Mention related variables `message-use-followup-to' and
4894         `message-use-mail-followup-to', in the information buffer.
4895
4896         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4897         of broken groups(-beta).google.com.
4898
4899 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4902         parameter to invoked gnus-request-move-article; remove the
4903         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4904         all at once instead of once per article
4905         (gnus-summary-remove-process-mark): accept a list of articles as
4906         well as a single article for processing
4907
4908         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4909
4910         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4911
4912         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4913
4914         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4915
4916         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4917
4918         * nnimap.el (nnimap-request-move-article): add move-is-internal
4919         parameter and remove the gnus-sum-hint-move-is-internal variable
4920
4921         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4922
4923         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4924
4925         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4926
4927         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4928
4929         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4930
4931         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4932
4933 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4934
4935         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4936         a more conservative way.
4937
4938 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4941         buffer, so it moves the window's cursor.
4942
4943 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4944
4945         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4946         `mm-dissect-multipart' and receive the from field as an (optional)
4947         argument from `mm-dissect-multipart'.
4948         (mm-dissect-multipart): Receive the from field as an argument and
4949         pass it on when we call `mm-dissect-buffer' on MIME parts.
4950         Fixes verification/decryption of signed/encrypted MIME parts.
4951
4952 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * gnus-sum.el (gnus-summary-move-article): set
4955         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4956         whatever it calls (right now, only nnimap-request-move article
4957         respects it)
4958
4959         * nnimap.el (nnimap-request-move-article): when
4960         gnus-sum-hint-move-is-internal is set, don't do the extra
4961         nnimap-request-article
4962
4963 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4966
4967         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4968         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4969
4970         * gnus-sum.el (gnus-summary-caesar-message):
4971         Apply `gnus-treat-article' after rotation.
4972
4973         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4974         doc string.
4975
4976 2005-02-22  Simon Josefsson  <jas@extundo.com>
4977
4978         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4979         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4980         <arne@arnested.dk>.
4981         (encrypt): Add password-cache and password-cache-expiry as group
4982         members.
4983
4984 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4985
4986         * smime.el (smime-ldap-host-list): Doc fix.
4987         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4988         cache) password.
4989         (smime-sign-region): Use it.
4990         (smime-decrypt-region): Use it.
4991         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4992         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4993         fails.
4994         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4995         certificate from DER to PEM format rather than calling openssl.
4996
4997         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4998
4999         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5000         for signing/encryption.
5001
5002         * mml.el (mml-parse-1): Use them.
5003
5004 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5005
5006         * nnrss.el (nnrss-verbose): Removed.
5007         (nnrss-request-group): Use `nnheader-message' instead.
5008
5009 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5010
5011         * nnrss.el (nnrss-verbose): New variable.
5012         (nnrss-request-group): Make it say nnrss is requesting a group.
5013
5014 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5015
5016         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5017         Handle news URL with given port correctly.
5018
5019 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5022         containing special characters.
5023
5024         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5025
5026         * mml.el (mime-to-mml): Ditto.
5027
5028         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5029         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5030         (rfc2047-decode-region): Quote decoded words containing special
5031         characters when rfc2047-quote-decoded-words-containing-tspecials
5032         is non-nil.
5033
5034 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
5037
5038         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
5039
5040 2005-02-15  Simon Josefsson  <jas@extundo.com>
5041
5042         * nnimap.el (nnimap-debug): Doc fix.
5043
5044         * imap.el (imap-debug): Doc fix.
5045
5046 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5049
5050 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5051
5052         * gnus.el (spam-contents): improve docs for spam-contents
5053         parameter in its variable incarnation
5054
5055 2005-02-14  Simon Josefsson  <jas@extundo.com>
5056
5057         * smime-ldap.el: Use require instead of load-library for ldap.
5058         (smime-ldap-search): Indent.
5059         (smime-ldap-search-internal): Shorten line.
5060
5061         * smime.el (smime-cert-by-dns): Add doc-string.
5062         (smime-cert-by-ldap-1): Indent.
5063
5064         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5065         mml-smime-get-dns-ldap.
5066         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5067
5068 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5069
5070         * smime.el: Require smime-ldap.
5071         (smime-ldap-host-list): New variable.
5072         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5073
5074         * mml-smime.el (mml-smime-encrypt-query): New function.
5075         (mml-smime-encrypt-query): Use it.
5076
5077         * smime-ldap.el: New file.
5078
5079 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5082
5083 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5086         argument in doc string.  Make query for type more clear.
5087
5088 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * gnus.el (gnus-group-startup-message): Search for gnus images in
5091         etc/images/gnus.
5092         * mm-util.el (mm-image-load-path): Likewise.
5093         * smiley.el (smiley-data-directory): Search for smilies in
5094         etc/images/smilies.
5095
5096 2005-02-09  Kim F. Storm  <storm@cua.dk>
5097
5098         Change Emacs release version from 21.4 to 22.1 throughout.
5099         Change Emacs development version from 21.3.50 to 22.0.50.
5100
5101 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5104
5105         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5106         non-Mule XEmacs as well.
5107         (mm-decompress-buffer): Signal an error intentionally if it does
5108         not decompress compressed data because auto-compression-mode is
5109         disabled.
5110
5111 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5112
5113         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
5114         an ID in the registry even if it has no groups
5115
5116 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5119         merge it into mm-decompress-buffer.
5120         (gnus-mime-copy-part): Use the MIME part charset, the value which
5121         a user specified or gnus-newsgroup-charset for decoding, like
5122         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5123         save-buffer what was used.  Suggested by Kevin Ryde
5124         <user42@zip.com.au>.
5125         (gnus-mime-inline-part): Allow the name parameter as well as the
5126         filename parameter; force decompressing of compressed data; always
5127         display contents being not decoded as unibyte.
5128
5129         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5130         as well as the filename parameter.
5131
5132         * mm-util.el (mm-decompress-buffer): Merge
5133         gnus-mime-jka-compr-maybe-uncompress.
5134         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5135         of compressed data.
5136
5137 2005-02-08  Simon Josefsson  <jas@extundo.com>
5138
5139         * imap.el (imap-log): Doc fix.
5140
5141 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5144         the coding cookies; decompress compressed parts.
5145
5146         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5147         to the value which a user specified manually or the coding cookie.
5148
5149         * mm-util.el (mm-string-to-multibyte): New function.
5150         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5151         (mm-coding-system-to-mime-charset): New function.
5152         (mm-decompress-buffer): New function.
5153         (mm-find-buffer-file-coding-system): New function.
5154
5155         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5156         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5157         parts.
5158
5159 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5160
5161         * mm-view.el (mm-display-inline-fontify): Decode a part according
5162         to the charset parameter.
5163
5164 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5167         prefix arg is neither nil nor a number, as info specifies.
5168
5169 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5172         timestamps.
5173
5174 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5175
5176         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5177         groups error checking and notify user.
5178
5179 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5180
5181         * message.el (message-send-mail-function): Check existence of
5182         sendmail-program first before using default value
5183         `message-send-mail-with-sendmail'.  Otherwise use more generic
5184         `smtpmail-send-it'.
5185
5186 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * nntp.el (nntp-request-update-info): Always return nil.
5189
5190 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5193
5194 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * message.el (message-beginning-of-line): Change the behavior when
5197         invoked between BOL and : so that it first moves backward.
5198
5199 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5202         article buffer when editing of the article is discarded.
5203         (gnus-article-prepare): Revert.
5204
5205 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * gnus-art.el (gnus-article-prepare):
5208         Remove message-strip-forbidden-properties from the local hook.
5209
5210 2005-01-27  Simon Josefsson  <jas@extundo.com>
5211
5212         * password.el (password-cache-add): Only start one timer per key.
5213         Reported by Derek Atkins <warlord@MIT.EDU>.
5214
5215 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5216
5217         * run-at-time.el: Removed.  It is no longer needed as
5218         timer-funcs.el in the xemacs-base package has a working version of
5219         `run-at-time'.
5220
5221         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5222
5223         * password.el: Require timer-funcs instead of run-at-time in
5224         XEmacs.
5225         Remove `password-run-at-time' macro.
5226         (password-cache-add): Use `run-at-time' instead of
5227         `password-run-at-time'.
5228
5229         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5230         Remove `nnheader-cancel-function-timers' alias,
5231         `cancel-function-timers' exists in XEmacs in timer-funcs.
5232
5233         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5234         for `run-with-idle-timer'.
5235
5236         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5237         for `run-at-time'.
5238
5239         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5240         for `with-timeout'.
5241
5242         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5243         the same as for XEmacs 21.4.
5244         No need to ignore `run-with-idle-timer', this function exists in
5245         XEmacs now in timer-funcs.el in the xemacs-base package.
5246         (dgnushack-compile): No need to delete
5247         run-at-time.el from the list of files to compile because it
5248         doesn't exist anymore.
5249
5250 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5253         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5254
5255 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5256
5257         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5258         sensitively.
5259
5260 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5261
5262         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5263
5264 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5267         which will be inserted according to the multibyteness of a buffer
5268         rather than the type of contents.  Suggested by ARISAWA Akihiro
5269         <ari@mbf.ocn.ne.jp>.
5270
5271         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5272         of string which old xml.el may return rather than a string.
5273
5274 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5277
5278 2005-01-16  Simon Josefsson  <jas@extundo.com>
5279
5280         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5281         idn/idna.el isn't available.
5282         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5283         <michael@waxrat.com>.
5284
5285         * hashcash.el: Remove non-FSF copyright header.
5286
5287         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5288         (hashcash-generate-payment): Use it.
5289         (hashcash-generate-payment-async): Use it.
5290
5291 2005-01-15  Simon Josefsson  <jas@extundo.com>
5292
5293         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5294         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5295
5296         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5297         gnus-summary-idna-message.
5298         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5299         (gnus-summary-idna-message): New function.
5300
5301 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5304         gnus-novice-user.
5305
5306 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * nnrss.el (nnrss-request-delete-group): Delete entries in
5309         nnrss-group-alist as well.
5310         (nnrss-save-server-data): Insert newline.
5311
5312 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * gnus.el (gnus-user-agent): Use list of symbols instead of
5315         symbols.  Display full version number for (S)XEmacs.  Optionally
5316         display (S)XEmacs codename.
5317
5318         * gnus-util.el (gnus-emacs-version): Update for new
5319         `gnus-user-agent'.
5320
5321         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5322         Gnus version.
5323
5324 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5327         which is unreadable in some setups.
5328
5329 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-spec.el (gnus-update-format-specifications): Flush the
5332         group format spec cache if it doesn't support decoded group names.
5333
5334 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5337         to apply decay on score files matching a regexp.
5338
5339 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5342         compatibility in %g and %c.
5343
5344 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5347         name for only %g and %c.
5348         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5349         of gnus-tmp-group to decoded group name.
5350         (gnus-group-make-rss-group): Exclude `/'s from group names.
5351
5352 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * nnrss.el (nnrss-get-encoding): Fix regexp.
5355
5356 2004-12-27  Simon Josefsson  <jas@extundo.com>
5357
5358         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5359         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5360         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5361
5362 2004-12-17  Kim F. Storm  <storm@cua.dk>
5363
5364         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5365
5366         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5367
5368 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5369
5370         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5371
5372 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * nnrss.el: Require rfc2047 and mml.
5375         (nnrss-file-coding-system): New variable.
5376         (nnrss-format-string): Redefine it as an inline function.
5377         (nnrss-decode-group-name): New function.
5378         (nnrss-string-as-multibyte): Remove.
5379         (nnrss-retrieve-headers): Decode group name; don't use
5380         nnrss-format-string.
5381         (nnrss-request-group): Decode group name.
5382         (nnrss-request-article): Decode group name; allow a Message-ID as
5383         well as an article number; don't use nnrss-format-string; encode a
5384         Message-ID string which may contain non-ASCII characters; use
5385         mml-to-mime to compose a MIME article.
5386         (nnrss-request-expire-articles): Decode group name.
5387         (nnrss-request-delete-group): Decode group name.
5388         (nnrss-fetch): Clarify error message.
5389         (nnrss-read-server-data): Use insert-file-contents instead of load;
5390         bind file-name-coding-system; use multibyte buffer.
5391         (nnrss-save-server-data): Bind coding-system-for-write to the
5392         value of nnrss-file-coding-system; bind file-name-coding-system;
5393         add coding cookie.
5394         (nnrss-read-group-data): Use insert-file-contents instead of load;
5395         bind file-name-coding-system; use multibyte buffer.
5396         (nnrss-save-group-data): Bind coding-system-for-write to the
5397         value of nnrss-file-coding-system; bind file-name-coding-system.
5398         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5399         make it work with non-ASCII text.
5400         (nnrss-find-el): Make it work with old xml.el as well.
5401
5402 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5403
5404         * nnrss.el (nnrss-get-encoding): New function.
5405         (nnrss-fetch): Use unibyte buffer initially; bind
5406         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5407         decode contents according to the encoding attribute.
5408         (nnrss-save-group-data): Add coding cookie.
5409         (nnrss-mime-encode-string): New function.
5410         (nnrss-check-group): Use it to encode subject and author.
5411
5412 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5413
5414         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5415         imaginary variable
5416
5417 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5420         correctly even if there are wide characters.
5421
5422 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5425         downcased symbol names; make a new cache instead of reusing
5426         bbdb-hashtable
5427
5428 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5431         concatenating segments rather than before concatenating them.
5432         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5433
5434         * message.el (message-get-reply-headers): Bind `extra'.
5435
5436 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * message.el (message-extra-wide-headers): New variable.
5439         (message-get-reply-headers): Use it.
5440
5441 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5444         (gnus-agent-group-pathname): Ditto.
5445
5446         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5447
5448         * gnus-group.el (gnus-group-make-group): Decode group name.
5449         (gnus-group-make-rss-group): Register the group data after opening
5450         the nnrss group.
5451
5452 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5453
5454         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5455         by expiry now get marked as read.
5456
5457 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5460
5461 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5462
5463         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5464         unify Latin characters in XEmacs.
5465         (mm-find-mime-charset-region): Use it.
5466
5467 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-util.el (gnus-delete-directory): New function.
5470
5471         * gnus-agent.el (gnus-agent-delete-group): Use it.
5472
5473         * gnus-cache.el (gnus-cache-delete-group): Use it.
5474
5475 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5478         names.
5479
5480 2004-12-16  Simon Josefsson  <jas@extundo.com>
5481
5482         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5483
5484 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5485
5486         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5487
5488         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5489         (gnus-group-set-current-level): Decode group name.
5490
5491 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5492
5493         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5494         failed.
5495
5496 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-group.el (gnus-group-delete-group): Decode group name.
5499         (gnus-group-make-rss-group): Encode group name.
5500         (gnus-group-catchup-current): Decode group name.
5501         (gnus-group-kill-group): Decode group name.
5502
5503 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5504
5505         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5506
5507 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-group.el (gnus-group-make-rss-group):
5510         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5511
5512         * gnus-start.el (gnus-setup-news): Honor user's setting to
5513         gnus-message-archive-method.  Suggested by Lute Kamstra
5514         <lute@gnu.org>.
5515
5516 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5517
5518         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5519         global counterparts of the buffer-local variables.
5520
5521 2004-11-16  Romain Francoise  <romain@orebokech.com>
5522
5523         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5524         counterparts of the buffer-local variables.
5525
5526 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * message.el (message-forbidden-properties): Fixed typo in doc
5529         string.
5530
5531 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * gnus-util.el (gnus-replace-in-string): Added doc string.
5534
5535         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5536         to avoid problems when splitting mails with many recipients.
5537
5538 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5539
5540         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5541         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5542
5543 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5544
5545         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5546         if there is no hashtable in memory or file modification time is
5547         newer than cached timestamp.
5548
5549 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5552         not-matching option.
5553
5554 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5557         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5558         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5559         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5560         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5561         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5562
5563 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * message.el (message-forward-make-body-mml): Remove headers
5566         according to message-forward-ignored-headers if a message is decoded.
5567
5568 2004-12-02  Romain Francoise  <romain@orebokech.com>
5569
5570         * message.el (message-forward-make-body-plain): Always remove
5571         headers according to message-forward-ignored-headers.
5572
5573 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5574
5575         * spam.el (spam-summary-prepare-exit): remove the
5576         gnus-summary-limit pop for now, it has problems with ham marks for
5577         me
5578
5579 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5580
5581         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5582         correctly
5583
5584 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5585
5586         * format-spec.el (format-spec): Message the char.
5587
5588 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * gnus-art.el (gnus-split-methods): reformat comments
5591
5592         * spam.el (spam-summary-prepare-exit): remove article limits
5593         before exiting the summary buffer
5594
5595 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5598         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5599
5600         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5601         order to silence the byte compiler.
5602
5603         * spam.el: Fix the way to silence the byte compiler, which
5604         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5605         bbdb-search-simple, spam-BBDB-register-routine,
5606         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5607         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5608         spam-stat-buffer-is-spam, spam-stat-load,
5609         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5610         spam-stat-save and spam-stat-split-fancy.
5611
5612 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5615         which may confuse users.
5616         (canlock-password-for-verify): Ditto.
5617
5618         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5619
5620         * gnus-art.el (gnus-emphasis-alist): Ditto.
5621
5622         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5623
5624         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5625
5626         * gnus-start.el (gnus-save-killed-list): Ditto.
5627
5628         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5629         (gnus-sum-thread-tree-root): Ditto.
5630         (gnus-sum-thread-tree-false-root): Ditto.
5631         (gnus-sum-thread-tree-single-indent): Ditto.
5632
5633         * message.el (message-courtesy-message): Ditto.
5634         (message-archive-note): Ditto.
5635         (message-subscribed-address-file): Ditto.
5636         (message-user-fqdn): Ditto.
5637
5638         * spam-report.el (spam-report-gmane-regex): Ditto.
5639
5640         * spam.el (spam-blackhole-good-server-regex): Ditto.
5641
5642 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * mml.el (mml-preview): Widen the message buffer before copying
5645         the contents to the preview buffer; sort headers before previewing.
5646
5647         * message.el (message-hidden-headers): Fix the way to avoid a bug
5648         in the `repeat' widget in Emacs 21.3 or earlier.
5649
5650 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * message.el (message-hidden-headers): Default to "^References:".
5653         Improve customization type.  Suggested by Reiner Steib
5654         <Reiner.Steib@gmx.de>.
5655
5656 2004-11-25  Romain Francoise  <romain@orebokech.com>
5657
5658         * message.el (message-strip-forbidden-properties): Remove check for
5659         obsolete `message-hidden' text property, hidden headers are not
5660         accessible in the buffer anymore.
5661
5662 2004-11-22  Romain Francoise  <romain@orebokech.com>
5663
5664         * message.el (message-header-format-alist): Add `From' in list
5665         so that it can be sorted.
5666         (message-fix-before-sending): Widen and sort headers before
5667         sending.
5668         (message-hide-headers): Use narrowing to hide headers by moving
5669         them to the top of the buffer and narrowing to the region
5670         underneath.
5671
5672 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5673
5674         * message.el (message-strip-forbidden-properties): Bind
5675         buffer-read-only (etc) to nil.
5676
5677 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5680         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5681
5682 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5683
5684         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5685
5686 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * dns.el (query-dns): Use sit-for to time instead of
5689         accept-process-output, since that doesn't seem to work on udp
5690         sockets.
5691
5692 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5695
5696 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5697
5698         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5699         doc string.  Improve doc string.
5700
5701 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * nntp.el (nntp-request-update-info): Return nil if
5704         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5705         may not call gnus-activate-group which uselessly issues the GROUP
5706         commands for all nntp groups and wastes time.  Reported by Romain
5707         Francoise <romain@orebokech.com>.
5708
5709         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5710
5711 2004-11-15  Simon Josefsson  <jas@extundo.com>
5712
5713         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5714         headers separately.
5715         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5716         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5717
5718 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus-start.el (gnus-convert-old-newsrc):
5721         Assign legacy-gnus-agent to 5.10.7.
5722
5723 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5724
5725         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5726         start of the lines.
5727
5728 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5729
5730         * hashcash.el (hashcash-default-payment): Change default to 20
5731         (hashcash-default-accept-payment): Change default to 20
5732         (hashcash-process-alist): New variable
5733         (hashcash-generate-payment-async): Add
5734         (hashcash-already-paid-p): Add
5735         (hashcash-insert-payment): Don't generate payments twice
5736         (hashcash-insert-payment-async): Add
5737         (hashcash-insert-payment-async-2): Add
5738         (hashcash-cancel-async): Add
5739         (hashcash-wait-async): Add
5740         (hashcash-processes-running-p): Add
5741         (hashcash-wait-or-cancel): Add
5742         (mail-add-payment): New optional argument.  Conditionally start
5743         asynchronous calculation.
5744         (mail-add-payment-async): Add
5745
5746         * message.el (message-send-mail): Wait for asynchronous hashcash
5747         results.  Don't clobber existing X-Hashcash headers.
5748         (message-setup-1): Call mail-add-payment-async when
5749         message-generate-hashcash is non-nil.
5750
5751 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5752
5753         * message.el (message-use-alternative-email-as-from): Examine the
5754         From header as well; use message-make-from in order to include a
5755         user's full name.
5756
5757 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5760         default; improve customization type.
5761         (gnus-emphasis-custom-with-format): New macro.
5762         (gnus-emphasis-custom-value-to-external): New function.
5763         (gnus-emphasis-custom-value-to-internal): New function.
5764
5765 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5766
5767         * dns.el (query-dns): Resolve reverse addresses.
5768
5769 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770
5771         * gnus-group.el (gnus-group-get-new-news): Use it.
5772
5773         * gnus-start.el (gnus-check-reasonable-setup): New function.
5774
5775 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5778         "Args out of range" error.  Reported by Arnaud Giersch
5779         <arnaud.giersch@free.fr>.
5780
5781 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5782
5783         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5784
5785 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5786
5787         * spam.el (spam group): Add :version.
5788
5789         * pgg-def.el (pgg group): Add :version.
5790
5791 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-art.el (gnus-article-edit-article): Don't associate the
5794         article buffer with a draft file.  This is a temporary measure
5795         against the 2004-08-22 change to gnus-article-edit-mode.
5796
5797 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5800         (html2text-format-tags): Remove unused variable `attr'.
5801
5802 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5805
5806         * tls.el (tls-process-connection-type, tls-success)
5807         (tls-certtool-program): Add :version.
5808
5809         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5810         (starttls-extra-arguments, starttls-process-connection-type)
5811         (starttls-connect, starttls-failure, starttls-success):
5812
5813         * spam-stat.el (spam-stat): Add :version.
5814
5815         * sieve.el (sieve): Add :version.
5816
5817         * sha1.el (sha1): Add :version.
5818         (sha1-use-external): Remove redundant version.
5819
5820         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5821         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5822         (nnmail-split-fancy-match-partial-words)
5823         (nnmail-split-lowercase-expanded):
5824
5825         * nndiary.el (nndiary): Add :version.
5826
5827         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5828
5829         * mml-sec.el (mml-default-sign-method)
5830         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5831         Add :version.
5832
5833         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5834
5835         * mm-url.el (mm-url-use-external, mm-url-program)
5836         (mm-url-arguments): Add :version.
5837
5838         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5839         (mm-attachment-file-modes, mm-decrypt-option)
5840         (mm-w3m-safe-url-regexp): Add :version.
5841
5842         * message.el (message-cite-prefix-regexp)
5843         (message-sendmail-envelope-from, message-minibuffer-local-map)
5844         (message-user-fqdn, message-completion-alist): Add :version.
5845
5846         * gnus-win.el (gnus-configure-windows-hook)
5847         (gnus-use-frames-on-any-display): Add :version.
5848
5849         * gnus-art.el (gnus-article-address-banner-alist)
5850         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5851         (gnus-treat-from-picon, gnus-treat-mail-picon)
5852         (gnus-treat-x-pgp-sig): Add :version.
5853
5854         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5855         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5856         (gnus-summary-article-delete-hook)
5857         (gnus-summary-display-while-building): Add :version.
5858
5859         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5860         (gnus-get-top-new-news-hook):Add :version.
5861
5862         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5863         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5864
5865         * gnus-registry.el (gnus-registry): Add :version.
5866
5867         * gnus-spec.el (gnus-use-correct-string-widths)
5868         (gnus-make-format-preserve-properties): Add :version.
5869
5870         * gnus.el (gnus-group-charter-alist)
5871         (gnus-group-fetch-control-use-browse-url)
5872         (gnus-install-group-spam-parameters): Add :version.
5873
5874         * gnus-diary.el (gnus-diary): Add :version.
5875
5876         * gnus-delay.el (gnus-delay): Add :version.
5877
5878         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5879         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5880         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5881         Add :version.
5882
5883         * gnus-agent.el (gnus-agent-max-fetch-size)
5884         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5885         (gnus-agent-prompt-send-queue): Add :version.
5886
5887         * deuglify.el (gnus-outlook-deuglify): Add :version.
5888
5889         * html2text.el: Beautify code.  Improve doc strings.  Some
5890         checkdoc cleanup.
5891         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5892
5893 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5894
5895         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5896
5897 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5898
5899         * gnus-registry.el (gnus-registry-hashtb): create the registry
5900         when package is loaded
5901
5902         * spam.el (spam-summary-score-preferred-header): global preference
5903         for people who want to override the default SpamAssassin over
5904         Bogofilter preference (when both are set)
5905         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5906         (spam-user-format-function-S): check spam-summary-score-preferred-header
5907         (spam-extra-header-to-number): add X-Bogosity header parsing
5908         (spam-user-format-function-S): format the score correctly
5909
5910 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5913         signature file.  Suggested by Manoj Srivastava
5914         <srivasta@golden-gryphon.com>.
5915
5916         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5917         iso-2022-jp even in the Japanese language environment.
5918         Suggested by Jason Rumney <jasonr@gnu.org>.
5919
5920 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5923         use the same characters as the dummy marks; make it free from
5924         getting affected by the language environment.
5925         (gnus-summary-read-group-1): Update mark positions only when the
5926         format spec is updated.
5927
5928         * gnus-spec.el (gnus-update-format-specifications): Return a list
5929         of updated types.
5930
5931 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5934         of boundp to check if display-warning is available.
5935
5936 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5937
5938         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5939
5940 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * nnspool.el (nnspool-spool-directory): Use news-path if the
5943         news-directory variable is not bound.
5944
5945         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5946         function instead of display-warning if it is not available.
5947
5948 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5951         v5-10: Use `point-at-bol'.
5952
5953 2004-10-26  Simon Josefsson  <jas@extundo.com>
5954
5955         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5956         <chenggao@gmail.com>.
5957
5958 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5961         instead.
5962
5963 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5966         to remove a server from the nnimap-server-buffer-alist
5967         (nnimap-open-connection, nnimap-close-server): use it
5968
5969         * gnus-encrypt.el: removed in favor of encrypt.el
5970
5971 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5974         running the major-mode function.
5975
5976 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5979         dummy marks in the right way.
5980
5981 2004-10-18  David Edmondson  <dme@dme.org>
5982
5983         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5984         excessively.
5985
5986 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-util.el (gnus-split-references): accept a nil references
5989         string and go on blissfully
5990
5991         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5992         cases where the references string is non-nil but has no references
5993
5994         * encrypt.el: add autoload tags
5995
5996         * spam.el (spam-resolve-registrations-routine): remove article
5997         from unregistration list too.  Reported by David Hanak
5998         <dhanak@isis.vanderbilt.edu>
5999
6000 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6003         nil.  Changed custom type.
6004
6005 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6008
6009         * gnus-sum.el (gnus-summary-move-article): Use it.
6010
6011 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * encrypt.el: add autoload cookies
6014
6015         * spam.el (spam-backend-article-list-property)
6016         (spam-backend-get-article-todo-list)
6017         (spam-backend-put-article-todo-list, )
6018         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6019         resolve registrations separately
6020         (spam-register-routine): format comments
6021         (spam-unregister-routine, spam-register-routine): always call with
6022         specific-articles, no default list
6023         (spam-summary-prepare-exit): use the spam-classifications function
6024
6025         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
6026         gnus-encrypt.el
6027
6028         * encrypt.el: copied from gnus-encrypt.el
6029
6030         * gnus-encrypt.el: commented that it's obsolete
6031
6032 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6035         (gnus-score-save): Use it.
6036
6037         * message.el (message-bury): Use `window-dedicated-p'.
6038
6039 2004-10-15  Simon Josefsson  <jas@extundo.com>
6040
6041         * pop3.el (top-level): Don't require nnheader.
6042         (pop3-read-timeout): Add.
6043         (pop3-accept-process-output): Add.
6044         (pop3-read-response, pop3-retr): Use it.
6045
6046 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6047
6048         * spam.el (spam-register-routine): move comment
6049         (spam-verify-bogofilter): we use 'unknown for the initial
6050         spam-bogofilter-valid state, not 'never
6051
6052         * netrc.el (netrc-machine-user-or-password): convenience wrapper
6053         for netrc-machine
6054
6055         * nnimap.el (nnimap-open-connection): use
6056         netrc-machine-user-or-password
6057
6058 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6059
6060         * gnus-registry.el (gnus-registry-unload-hook):
6061         Set as a variable with add-hook.
6062
6063         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6064         of news-path.
6065
6066         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6067
6068         * spam.el: Delete duplicate `provide'.
6069         (spam-unload-hook): Set as a variable with add-hook.
6070
6071 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6072
6073         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6074         in the doc string.
6075
6076         * message.el (message-ignored-news-headers)
6077         (message-ignored-supersedes-headers)
6078         (message-ignored-resent-headers)
6079         (message-forward-ignored-headers): Improve custom type.
6080
6081 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * message.el (message-tokenize-header): Fix 2004-09-06 change
6084         which used point-min in the wrong place.
6085
6086 2004-10-12  Simon Josefsson  <jas@extundo.com>
6087
6088         * net/tls.el (tls-certtool-program): New variable.
6089         (tls-certificate-information): New function, based on
6090         ssl-certificate-information.
6091
6092 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * compface.el: Move the version of ELisp-based uncompface program
6095         to the contrib directory because of the copyright problem.
6096
6097 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * message.el (message-kill-buffer): Raise the current frame.
6100
6101 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6104
6105         * gnus.el (message-y-or-n-p): Autoload.
6106
6107         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6108         (pop3-password-required, pop3-authentication-scheme)
6109         (pop3-leave-mail-on-server): Made customizable.
6110         (pop3): New custom group.
6111         (pop3-retr): Remove `sleep-for' statements.
6112         Suggested by Dave Love <fx@gnu.org>.
6113
6114         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6115         Windows/DOS.
6116
6117         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6118         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6119         Dave Love <fx@gnu.org>.
6120
6121         * mml.el (mml-minibuffer-read-disposition): Require match.
6122         Suggested by Dave Love <fx@gnu.org>.
6123
6124 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6127         doc string.
6128
6129 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6132
6133 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6134
6135         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6136         instead of calling `mm-insert-inline', to decode text/* parts
6137         before displaying them.
6138
6139 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * mm-uu.el (mm-uu-text-plain-type): New variable.
6142         (mm-uu-pgp-signed-extract-1): Use it.
6143         (mm-uu-pgp-encrypted-extract-1): Use it.
6144         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6145         bind mm-uu-text-plain-type with that value.
6146         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6147         mm-uu-dissect.
6148
6149 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-group.el (gnus-update-group-mark-positions):
6152         * gnus-sum.el (gnus-update-summary-mark-positions):
6153         * message.el (message-check-news-body-syntax):
6154         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6155         of string-as-multibyte.
6156
6157 2004-10-05  Juri Linkov  <juri@jurta.org>
6158
6159         * gnus-group.el (gnus-update-group-mark-positions):
6160         * gnus-sum.el (gnus-update-summary-mark-positions):
6161         * message.el (message-check-news-body-syntax):
6162         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6163         8-bit unibyte values to a multibyte string for search functions.
6164
6165 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6168         (mm-uu-dissect-text-parts): New function.
6169
6170         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6171         dissect text parts.
6172
6173         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6174         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6175
6176         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6177
6178         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6179         gnus-current-topics instead of gnus-current-topic.
6180
6181 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6182
6183         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6184
6185 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6186
6187         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6188         where approriate.
6189
6190         * nnml.el (nnml-generate-active-info): do.
6191
6192         * nndiary.el (nndiary-generate-active-info): do.
6193
6194         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6195         (gnus-topic-move): do.
6196
6197         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6198         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6199
6200         * gnus-srvr.el (gnus-server-prepare)
6201         (gnus-server-open-all-servers): do.
6202
6203         * gnus-msg.el (gnus-summary-cancel-article)
6204         (gnus-summary-resend-message)
6205         (gnus-summary-mail-crosspost-complaint): do.
6206
6207         * gnus-move.el (gnus-change-server): do.
6208
6209         * gnus-group.el (gnus-group-unmark-all-groups)
6210         (gnus-group-set-current-level): do.
6211
6212 2004-10-04  Simon Josefsson  <jas@extundo.com>
6213
6214         * message.el (message-generate-hashcash): Doc fix.
6215
6216 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6217
6218         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6219         avoid infinite recursion via gnus-get-function.
6220
6221 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6222
6223         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6224
6225         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6226
6227         * nnmail.el (nnmail-split-history): do.
6228
6229         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6230         (nnml-request-delete-group): do.
6231
6232         * nnslashdot.el (nnslashdot-read-groups): do.
6233
6234         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6235         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6236
6237         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6238         (nnspool-sift-nov-with-sed): Use last
6239         (nnspool-retrieve-headers-with-nov): Use mapc.
6240         (nnspool-request-newgroups): Use dolist.
6241         (nnspool-request-group): Use last.
6242
6243         * nntp.el (nntp-read-server-type): Use dolist.
6244
6245         * nnvirtual.el (nnvirtual-create-mapping)
6246         (nnvirtual-update-read-and-marked): Use dolist.
6247         (nnvirtual-convert-headers): Simplify.
6248
6249 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6250
6251         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6252         support for sync'ing tick marks.
6253
6254 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6257         there's no visible header.
6258
6259 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6260
6261         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6262         necessary, pass full group name to gnus-request-set-marks.
6263
6264 2004-10-01  Simon Josefsson  <jas@extundo.com>
6265
6266         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6267         acroread.
6268
6269 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * spam-report.el (spam-report-gmane): Fix interactive.
6272
6273         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6274
6275         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6276         when writing file.
6277         (gnus-agent-synchronize-flags): Don't default to being
6278         interactive.
6279
6280 2004-09-30  Simon Josefsson  <jas@extundo.com>
6281
6282         * message.el (message-generate-hashcash): Add.
6283         (message-send-mail): Use it, call mail-add-payment.
6284
6285 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * spam.el (spam-verify-bogofilter): -V, not -sV option
6288
6289 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6290
6291         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6292         gnus-requst-update-info with explicit code to sync the in-memory
6293         info read flags with the marks being sync'd to the backend.
6294
6295         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6296
6297 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6298
6299         * spam.el (spam-verify-bogofilter): new function
6300         (spam-check-bogofilter)
6301         (spam-bogofilter-register-with-bogofilter): use it
6302         (spam-verify-bogofilter): small fixes
6303
6304 2004-09-28  Simon Josefsson  <jas@extundo.com>
6305
6306         * hashcash.el (hashcash-generate-payment): Revert.
6307
6308 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6311         gnus-extract-references instead of gnus-split-references
6312
6313         * gnus-util.el (gnus-extract-references): new function, analogous
6314         to gnus-split-references but extracts only the message-ID without
6315         anything extra
6316
6317         * hashcash.el (hashcash-generate-payment)
6318         (hashcash-check-payment): do the right thing if hashcash-path is
6319         nil (because the hashcash program could not be found)
6320
6321         * spam.el (spam-use-hashcash): remove comment
6322
6323 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6324
6325         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6326         (gnus-cache-enter-article, gnus-cache-remove-article)
6327         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6328
6329         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6330
6331         * gnus-art.el (article-hide-boring-headers)
6332         (article-translate-strings, article-display-face)
6333         (gnus-article-mime-match-handle-first)
6334         (gnus-article-highlight-headers)
6335         (gnus-article-add-buttons-to-head): do.
6336
6337 2004-09-27  Simon Josefsson  <jas@extundo.com>
6338
6339         * hashcash.el: New version, from
6340         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6341         ../contrib/.
6342
6343 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6346
6347 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6348
6349         * gnus-dup.el (gnus-dup-open): Use mapc.
6350         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6351
6352         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6353         Reported by Stefan Wiens <s.wi@gmx.net>.
6354
6355         * gnus.el (gnus-shutdown): Use dolist.
6356
6357         * gnus-undo.el (gnus-undo): Use mapc.
6358
6359         * nnrss.el (nnrss-generate-active): do.
6360
6361         * message.el (message-cite-original-without-signature)
6362         (message-cite-original): Use mapc.
6363         (message-do-actions, message-make-forward-subject): Use dolist.
6364
6365 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6366
6367         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6368         deletion to remove entire duplicate line.  Fixes merged article
6369         number bug.
6370
6371 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6372
6373         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6374         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6375         first ask if you want to open a server and then, even when you
6376         responded with no, asking if you want to synchronize the server's
6377         flags.
6378         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6379         multi-line expressions.
6380         (gnus-agent-synchronize-group-flags): New internal function.
6381         Updates marks in memory (in the info structure) AND in the
6382         backend.
6383
6384         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6385
6386         * nnagent.el (nnagent-request-set-mark): Use
6387         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6388         method, to ensure that synchronization updates marks in the
6389         backend and in the info (in memory) structure.
6390
6391 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6394         convention fully; don't miss the root article of a thread; make
6395         the X-Draft-From header with correct article numbers.
6396
6397 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6398
6399         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6400         unless plugged.  Disable the agent so that an open failure causes
6401         an error.
6402
6403         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6404         Reverted 2004-09-21 change.  The backend must be opened while
6405         synchronizing flags even when the backend stores the flags
6406         locally.
6407
6408 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6411         in `header' match.  Reported by Svend Tollak Munkejord.
6412
6413         * message.el (message-cite-original): Fix use of
6414         `message-cite-articles-with-x-no-archive'.
6415
6416 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6419         (gnus-window-to-buffer): Ditto.
6420
6421         * mml.el (mml-preview-buffer): New variable.
6422         (mml-preview): Manage window layout with gnus-buffer-configuration.
6423
6424         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6425         X-Draft-From header even if those articles aren't quoted.
6426
6427 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6428
6429         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6430         (gnus-request-set-mark, gnus-request-update-mark): Use new
6431         g-s-t-u-l-m to decide to use backend even when unplugged.
6432
6433 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6436         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6437
6438 2004-09-20  Simon Josefsson  <jas@extundo.com>
6439
6440         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6441         "utf-16-le".
6442
6443 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6444
6445         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6446
6447 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * uudecode.el (uudecode-use-external): Add :version.
6450
6451         * smime.el (smime-CA-file, smime-encrypt-cipher)
6452         (smime-dns-server): Add :version.
6453
6454         * smiley.el (gnus-smiley-file-types): Add :version.
6455
6456         * sha1.el (sha1-use-external): Add :version.
6457
6458         * pgg-def.el (pgg-query-keyserver): Add :version.
6459
6460         * nnmail.el (nnmail-fancy-expiry-targets)
6461         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6462
6463         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6464         (nnimap-retrieve-groups-asynchronous): Add :version.
6465         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6466
6467         * mml.el (mml-content-disposition-parameters)
6468         (mml-insert-mime-headers-always): Add :version.
6469
6470         * mm-util.el (mm-coding-system-priorities):
6471
6472         * mm-decode.el (mm-inline-text-html-with-images)
6473         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6474         (mm-verify-option): Add :version.
6475         (mm-text-html-renderer): Change :version.
6476
6477         * message.el (message-fcc-externalize-attachments)
6478         (message-required-headers, message-draft-headers)
6479         (message-subject-trailing-was-query)
6480         (message-subject-trailing-was-ask-regexp)
6481         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6482         (message-mark-insert-end, message-archive-header)
6483         (message-archive-note, message-cross-post-default)
6484         (message-cross-post-note, message-followup-to-note)
6485         (message-cross-post-note-function, message-use-mail-followup-to)
6486         (message-subscribed-address-functions)
6487         (message-subscribed-address-file, message-subscribed-addresses)
6488         (message-subscribed-regexps, message-allow-no-recipients)
6489         (message-yank-cited-prefix, message-signature-insert-empty-line)
6490         (message-hidden-headers, message-hierarchical-addresses)
6491         (message-mail-user-agent, message-use-idna)
6492         (message-valid-fqdn-regexp)
6493         (message-strip-special-text-properties, message-header-synonyms)
6494         (message-beginning-of-line, message-tab-body-function): Add :version.
6495         (message-insert-canlock, message-wide-reply-confirm-recipients):
6496         Change :version.
6497
6498         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6499         and :version.
6500         (mail-source-delete-old-incoming-confirm)
6501         (mail-source-movemail-program): Add :version.
6502
6503         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6504         (gnus-agent-cache, gnus-agent): Change :version.
6505
6506         * gnus-util.el (gnus-use-byte-compile): Change :version.
6507
6508         * gnus-sum.el (gnus-summary-make-false-root-always)
6509         (gnus-summary-default-high-score)
6510         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6511         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6512         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6513         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6514         (gnus-sum-thread-tree-single-indent)
6515         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6516         (gnus-sum-thread-tree-leaf-with-other)
6517         (gnus-sum-thread-tree-single-leaf): Add :version.
6518         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6519         (gnus-article-loose-mime): Change :version.
6520
6521         * gnus-start.el (gnus-backup-startup-file)
6522         (gnus-save-startup-file-via-temp-buffer): Add :version.
6523
6524         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6525         (gnus-server-offline-face): Add :version.
6526
6527         * gnus-score.el (gnus-adaptive-word-length-limit):
6528
6529         * gnus-msg.el (gnus-gcc-externalize-attachments)
6530         (gnus-debug-files, gnus-debug-exclude-variables)
6531         (gnus-discouraged-post-methods): Change :version.
6532         (gnus-confirm-mail-reply-to-news)
6533         (gnus-confirm-treat-mail-like-news): Add :version.
6534
6535         * gnus-int.el (gnus-server-unopen-status): Add :version.
6536
6537         * gnus-group.el (gnus-group-jump-to-group-prompt)
6538         (gnus-large-ephemeral-newsgroup)
6539         (gnus-fetch-old-ephemeral-headers): Add :version.
6540
6541         * gnus-fun.el (gnus-x-face-directory)
6542         (gnus-convert-pbm-to-x-face-command)
6543         (gnus-convert-image-to-x-face-command)
6544         (gnus-convert-image-to-face-command): Add :version.
6545
6546         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6547
6548         * gnus-cite.el (gnus-cite-blank-line-after-header)
6549         (gnus-article-boring-faces):
6550
6551         * gnus-art.el (gnus-buttonized-mime-types)
6552         (gnus-inhibit-mime-unbuttonizing)
6553         (gnus-treat-display-face)
6554         (gnus-treat-body-boundary): Change :version.
6555         (gnus-body-boundary-delimiter, gnus-picon-databases)
6556         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6557         (gnus-treat-date-english, gnus-treat-fold-headers)
6558         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6559         (gnus-treat-mail-picon, gnus-treat-wash-html)
6560         (gnus-article-encrypt-protocol)
6561         (gnus-use-idna, gnus-article-over-scroll)
6562         (gnus-mime-display-multipart-alternative-as-mixed)
6563         (gnus-mime-display-multipart-related-as-mixed)
6564         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6565         (gnus-ctan-url, gnus-button-ctan-handler)
6566         (gnus-button-handle-ctan-bogus-regexp)
6567         (gnus-button-ctan-directory-regexp)
6568         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6569         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6570         (gnus-button-man-level, gnus-button-emacs-level)
6571         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6572
6573         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6574         (gnus-agent-go-online): Change :version.
6575         (gnus-agent-expire-unagentized-dirs)
6576         (gnus-agent-auto-agentize-methods): Add :version.
6577
6578         * flow-fill.el (fill-flowed-display-column)
6579         (fill-flowed-encode-column): Add :version.
6580
6581         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6582         (gnus-outlook-deuglify-unwrap-max)
6583         (gnus-outlook-deuglify-cite-marks)
6584         (gnus-outlook-deuglify-unwrap-stop-chars)
6585         (gnus-outlook-deuglify-no-wrap-chars)
6586         (gnus-outlook-deuglify-attrib-cut-regexp)
6587         (gnus-outlook-deuglify-attrib-verb-regexp)
6588         (gnus-outlook-deuglify-attrib-end-regexp)
6589         (gnus-outlook-display-hook): Add :version.
6590
6591         * binhex.el (binhex-use-external): Add :version.
6592
6593 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6596         and `invisible'.
6597
6598 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6599
6600         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6601         in gnus-registry-trim
6602
6603 2004-09-13  Simon Josefsson  <jas@extundo.com>
6604
6605         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6606
6607         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6608
6609         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6610         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6611         <yamaoka@jpl.org>.
6612         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6613         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6614         <yamaoka@jpl.org>.
6615
6616         * sieve.el (sieve-manage-mode): Ditto.
6617
6618 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6621
6622 2004-09-11  Simon Josefsson  <jas@extundo.com>
6623
6624         * dns-mode.el: Add.
6625
6626         * mm-view.el (mm-display-dns-inline): Add.
6627
6628         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6629         (mm-automatic-display): Ditto.
6630
6631         * mailcap.el (mailcap-mime-data): Add text/dns.
6632         (mailcap-mime-extensions): Map .soa to text/dns.
6633
6634 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6635
6636         * gnus-art.el (article-decode-mime-words, article-babel)
6637         (gnus-article-highlight-signature, gnus-article-add-buttons)
6638         (gnus-signature-toggle): Remove unnecessary bindings of
6639         `inhibit-read-only' inherited from v5.10 merge.
6640
6641 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * nntp.el (nntp): New customization group.
6644         (nntp-authinfo-file): Add customization group.
6645
6646         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6647
6648         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6649
6650         * gnus.el (to-address, to-list, subscribed)
6651         (large-newsgroup-initial): Ditto.
6652
6653         * flow-fill.el (fill-flowed-display-column)
6654         (fill-flowed-encode-column): Ditto.
6655
6656 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6657
6658         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6659         Use point-min rather than 1.
6660         (message-send-mail): Use buffer-size rather than point-max.
6661
6662         * gnus-sum.el (gnus-summary-search-article-forward):
6663         Signal a specific `search-failed' rather than a generic `error'.
6664
6665         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6666         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6667         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6668
6669 2004-09-10  Simon Josefsson  <jas@extundo.com>
6670
6671         * nndb.el (require): Remove tcp and duplicate cl.
6672
6673 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-agent.el (directory-files-and-attributes): Move forward.
6676
6677 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6678
6679         * gnus-agent.el (directory-files-and-attributes): Optionally
6680         defined to support XEmacs.
6681
6682 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6683
6684         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6685         to avoid run-time CL dependencies.
6686         (gnus-agent-unfetch-articles): New function.
6687         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6688         article numbers even when local .overview file is missing.
6689         (gnus-agent-read-article-number): New function. Only accepts
6690         27-bit article numbers.
6691         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6692         gnus-agent-read-article-number.
6693         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6694         from backend while recognizing that article numbers in .overview
6695         must be valid.
6696         (gnus-agent-update-files-total-fetched-for): Use
6697         directory-files-and-attributes to improve performance.
6698         * gnus-int.el (gnus-request-move-article): Use
6699         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6700         improve performance.
6701
6702         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6703         some users confused by references to .newsrc when they only have a
6704         .newsrc.eld file.
6705         (gnus-convert-mark-converter-prompt,
6706         gnus-convert-converter-needs-prompt): Fixed use of property list.
6707         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6708         New function. Used internally to only display 'gnus converting
6709         files' message when actually necessary.
6710
6711         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6712         methods now autoloaded.
6713
6714 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6717         identifiers.
6718
6719 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-picon.el: Fix indentation and closing parenthesis.
6722
6723 2004-09-01  Simon Josefsson  <jas@extundo.com>
6724
6725         * message.el (message-canlock-generate): Require sha1, not
6726         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6727         to require within a function.  Sadly, if sha1.el isn't loaded, the
6728         let binding in m-c-g will hide the defcustom definition, which is
6729         bad.)
6730
6731         * canlock.el: Require sha1, not sha1-el.
6732
6733         * message.el: Don't autoload sha1 (there is a autoload cookie in
6734         sha1.el).
6735
6736         * sha1-el.el: Renamed to sha1.el.
6737
6738 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6739
6740         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6741
6742 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6743
6744         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6745
6746 2004-08-30  Kim F. Storm  <storm@cua.dk>
6747
6748         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6749
6750         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6751         Add :group 'nnimap.
6752
6753 2004-08-30  Andreas Schwab  <schwab@suse.de>
6754
6755         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6756         ?* and ?\;.
6757
6758         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6759         and ?\' to symbol instead of whitespace.
6760
6761 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6764
6765         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6766         instead of re-search-forward.
6767
6768         * gnus-uu.el (gnus-uu-save-article): Ditto.
6769         (gnus-uu-post-encode-uuencode): Ditto.
6770
6771         * html2text.el (html2text-clean-list-items): Ditto.
6772         (html2text-clean-dtdd): Ditto.
6773         (html2text-format-tags): Ditto.
6774
6775         * message.el (message-send-mail-with-sendmail): Fix regexp.
6776         (message-fill-field-general): Use search-forward instead of
6777         re-search-forward.
6778         (unbold-region): Ditto.
6779
6780         * nnrss.el (nnrss-request-article): Ditto.
6781
6782         * nnslashdot.el (nnslashdot-request-article): Ditto.
6783
6784         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6785
6786         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6787         "Unrecognized menu descriptor" error in XEmacs.
6788
6789 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6790
6791         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6792         parent article of a sparse article in the thread hashtb.
6793
6794 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6795
6796         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6797         (nnmail-expand-newtext): Lowercase expanded entries if
6798         nnmail-split-lowercase-expanded is non-nil.
6799
6800 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6803         entry.
6804
6805         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6806         of gnus-tmp-news-method into string under XEmacs.  It will be
6807         passed to gnus-correct-length which takes only a string argument.
6808
6809 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-util.el (gnus-bind-print-variables): New macro.
6812         (gnus-prin1): Use it.
6813         (gnus-prin1-to-string): Use it.
6814         (gnus-pp): New function.
6815         (gnus-pp-to-string): New function.
6816
6817         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6818         pp-to-string with gnus-pp-to-string.
6819         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6820         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6821         * gnus-msg.el (gnus-debug): Ditto.
6822         * gnus-score.el (gnus-score-save): Ditto.
6823         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6824         gnus-pp-to-string.
6825         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6826         with gnus-pp.
6827         * score-mode.el (gnus-score-pretty-print): Ditto.
6828         * webmail.el (webmail-debug): Ditto.
6829
6830 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-art.el (article-display-face, article-display-x-face): Use
6833         buffer-read-only.
6834
6835 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-art.el (article-hide-list-identifiers): Bind
6838         inhibit-read-only as t.
6839
6840 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6843
6844 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6845
6846         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6847         (gnus-narrow-to-page): Don't assume point-min == 1.
6848         (gnus-article-edit-mode): Derive from message-mode.
6849
6850         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6851         point-min == 1.
6852
6853         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6854         Disable incorrect use of `assert'.
6855
6856         * message.el (message-mode): Set comment-start-skip.
6857
6858
6859 2004-08-22  Sam Steingold  <sds@gnu.org>
6860
6861         * pop3.el (pop3-leave-mail-on-server): New user variable.
6862         (pop3-movemail): Delete mail only when it is nil.
6863
6864 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6867
6868         * mml.el (mml-preview): Use `pop-to-buffer'.
6869
6870         * message.el (message-goto-mail-followup-to): Insert after "To".
6871         (message-carefully-insert-headers): Add comment.
6872
6873         * gnus.el: Remove unused variable `gnus-article-check-size'.
6874
6875         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6876
6877         * gnus-art.el (gnus-button-alist): Improve
6878         `gnus-button-handle-library' entry.
6879
6880 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6881
6882         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6883         downcase, since XEmacs capitalizes error messages differently.
6884
6885 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6886
6887         * nntp.el: Add (require 'gnus) due to reference to
6888         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6889
6890 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6891
6892         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6893         `mm-fill-flowed'.
6894
6895         * mm-decode.el (mm-dissect-singlepart): Check it.
6896
6897 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6898
6899         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6900         'imap' for netrc parsing
6901
6902 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * mailcap.el (mailcap-mime-data): Mark as risky.
6905
6906 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6909         may be included in the encoded word.
6910         (rfc2047-encode): Don't append a space if the encoded word
6911         includes close parenthesis.
6912
6913 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6916         of text within parentheses.
6917
6918 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6921         (gnus-encrypt-write-file-contents): the password key is the file
6922         name PLUS the cipher, not just the cipher.  Also remove failed
6923         passwords from the cache.
6924
6925 2004-08-06  Simon Josefsson  <jas@extundo.com>
6926
6927         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6928         fix.
6929
6930 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6933         LWSP.
6934
6935 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6938         to append in-reply-to: data to the references: header
6939
6940         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6941         (netrc-parse): use gnus-encrypt.el functions
6942
6943         * gnus-encrypt.el: new file for encryption support; currently
6944         does only a few GPG ciphers and an internal XOR cipher
6945
6946         * password.el: add comments on using password-read-and-add
6947         (password-read-and-add): new function to read and add the
6948         password to the cache at once
6949
6950 2004-07-28  Simon Josefsson  <jas@extundo.com>
6951
6952         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6953         parameter (but don't use it, for now).
6954
6955         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6956         instead of hard coding to nil.
6957
6958 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6961         as mm-inline-image-xemacs does.
6962
6963 2004-07-26  Simon Josefsson  <jas@extundo.com>
6964
6965         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6966         Revert part of 2004-07-17 change below.
6967
6968 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6971         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6972
6973 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6974
6975         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6976         quotes that actually start with ">" at the beginning of the
6977         lines.
6978
6979 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * rfc2047.el (rfc2047-encode-region): Fix last change.
6982         (rfc2047-encode-parameter): Remove useless concat.
6983
6984 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6987         encode special characters; fix some kind of misconfigured headers;
6988         signal a real error if debug-on-quit or debug-on-error is non-nil.
6989         (rfc2047-encode-max-chars): New variable.
6990         (rfc2047-encode-1): Use it.
6991         (rfc2047-encode-parameter): New function.
6992
6993         * mml.el (mml-insert-parameter): Remove an excessive space.
6994
6995 2004-07-17  Simon Josefsson  <jas@extundo.com>
6996
6997         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6998         Kai Grossjohann <kai@emptydomain.de>.
6999         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7000         (gnus-group-make-menu-bar): Ditto.
7001
7002         * gnus-util.el (gnus-group-server): Add.
7003
7004 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7005
7006         * message.el (message-clone-locals): Clone sendmail and smtp
7007         variables.
7008
7009 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * rfc2047.el (rfc2047-encode-region): Fix last change.
7012
7013 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7016         characters as non-special.
7017
7018 2004-07-09  Simon Josefsson  <jas@extundo.com>
7019
7020         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7021         Users will lose all flag changes made while unplugged with
7022         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7023         good default.  See numerous reports on ding mailing list.
7024
7025 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7028         add generate-head-function and generate-article-function to the
7029         rfc822-forward entry.
7030         (nndoc-rfc822-forward-generate-article): New function.
7031         (nndoc-rfc822-forward-generate-head): New function.
7032
7033         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7034
7035 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7036
7037         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7038         respect display group parameter and gnus-summary-expunge-below.
7039         (gnus-articles-to-read): Remove unused reference to display group
7040         parameter.
7041
7042 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7043
7044         * nnheader.el (nnheader-uniquify-message-id): New experimental
7045         variable.
7046         (nnheader-nov-read-message-id): Use it.
7047
7048         * spam-report.el (spam-report-gmane): Add interactive.
7049
7050 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7053         qp-or-base64 for the application/* types.
7054
7055 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7056
7057         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7058
7059 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * gnus-registry.el (gnus-registry-trim): don't allow a negative
7062         trim value
7063
7064 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7065
7066         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7067         New macro and function.
7068         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7069
7070 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7073         after-load-alist.
7074
7075 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7078         update info that isn't there.
7079
7080 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7081
7082         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7083         entry.
7084
7085 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * mm-view.el (mm-inline-render-with-function): Use multibyte
7088         buffer; decode html source by charset.
7089
7090         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7091
7092         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7093         Mule-UCS is loaded under XEmacs.
7094         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7095
7096 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7097
7098         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7099
7100 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * mm-util.el (mm-coding-system-p): Return a coding-system.
7103         (mm-mime-mule-charset-alist): Use shift_jis instead of
7104         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7105         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7106         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7107         instead of japanese-shift-jis and iso-latin-1 respectively in
7108         order to share the default value with both Emacs and XEmacs-mule.
7109         (mm-mule-charset-to-mime-charset): Make
7110         mm-coding-system-priorities effective.
7111         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7112         while predicating of candidates upon the priorities.
7113
7114 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7115
7116         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7117         gnus-uu-invert-processable.
7118
7119         * gnus.el: Autoload gnus-uu-invert-processable.
7120
7121 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * mm-util.el (mm-with-multibyte-buffer): New macro.
7124
7125         * rfc2047.el (rfc2047-encode-string): Use it.
7126         (rfc2047-encode-region): Move point to the end of the region after
7127         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7128
7129 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7132         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7133
7134 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7137         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7138         Karl Chen <quarl@nospam.quarl.org>.
7139
7140 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7141
7142         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7143         invalid addresses.
7144
7145 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * spam.el: section markers changed, TODO list revised
7148         (spam-backends): new master list of all installed backends
7149         (spam-summary-exit-behavior): new variable to determine how
7150         messages moves are done at summary exit
7151         (spam-move-spam-nonspam-groups-only)
7152         (spam-process-ham-in-nonham-groups)
7153         (spam-process-ham-in-spam-groups): variables removed, the
7154         spam-summary-exit-behavior variable should be used to manage this
7155         behavior
7156         (spam-old-ham-articles, spam-old-spam-articles): removed
7157         (spam-old-articles): new variable, replacing spam-old-ham-articles
7158         and spam-old-spam-articles
7159         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7160         empty variables, placeholders for the backends they represent
7161         (spam-set-difference): moved, unchanged
7162         (spam-list-of-processors): variable OBSOLETE, not used anymore
7163         unless the user has a processor variable
7164         (spam-classifications, spam-classification-valid-p)
7165         (spam-backend-properties, spam-backend-property-valid-p)
7166         (spam-backend-function-type-valid-p)
7167         (spam-process-type-valid-p, spam-list-articles): helper functions
7168         (spam-report-articles-gmane, spam-report-articles-resend):
7169         functions removed, they are not needed
7170         (spam-install-backend-super, spam-backend-list)
7171         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7172         (spam-backend-function, spam-backend-ham-registration-function)
7173         (spam-backend-spam-registration-function)
7174         (spam-backend-ham-unregistration-function)
7175         (spam-backend-spam-unregistration-function)
7176         (spam-backend-statistical-p, spam-backend-mover-p)
7177         (spam-install-backend-alias, spam-install-checkonly-backend)
7178         (spam-install-mover-backend, spam-install-nocheck-backend)
7179         (spam-install-backend, spam-install-statistical-backend)
7180         (spam-install-statistical-checkonly-backend): backend installation
7181         support
7182         (spam-summary-prepare-exit): rewritten to use the new backend code
7183         (spam-group-processor-p): use the new backend code and respect the
7184         summary exit behavior
7185         (spam-mark-spam-as-expired-and-move-routine): removed
7186         (spam-summary-prepare): changed to use the new spam-old-articles
7187         variable
7188         (spam-copy-or-move-routine, spam-copy-spam-routine)
7189         (spam-move-spam-routine, spam-copy-ham-routine)
7190         (spam-move-ham-routine): new code to copy/move ham or spam
7191         (spam-fetch-field-fast): doc and code improved, plus it allows the
7192         'number request
7193         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7194         removed, no longer used
7195         (spam-split, spam-find-spam): use the new backend code
7196         (spam-registration-functions): variable removed, no longer used
7197         (spam-unregister-routine): convenience wrapper
7198         (spam-log-undo-registration, spam-register-routine)
7199         (spam-log-processing-to-registry)
7200         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7201         where possible
7202         (spam-check-gmane-xref, spam-check-regex-headers)
7203         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7204         (spam-check-whitelist, spam-check-blacklist)
7205         (spam-check-bogofilter-headers, spam-check-spamoracle)
7206         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7207         (spam-check-crm114-headers): use the spam-split-group that
7208         spam-split prepares, no need to determine it every time
7209
7210         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7211         the nnheader-parse-naked-head call
7212
7213         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7214
7215         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7216         the nnheader-nov-read-message-id call
7217
7218 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7221         gnus-activate-group twice.  Suggested by Markus Peter
7222         <warp@spin.de>.
7223
7224 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-art.el (gnus-article-time-format): Exchange the order of
7227         day and month in the default value; fix customization type.
7228         (article-date-ut): Use add-text-properties.
7229         (article-make-date-line): Use message-make-date instead of
7230         current-time-string.
7231
7232         * message.el (message-fetch-field): Don't use set-text-properties.
7233         (message-make-date): Simplify.
7234
7235         * messagexmas.el (message-xmas-make-date): New function.
7236         (message-xmas-redefine): Defalias message-make-date to it.
7237
7238 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7241         (rfc2047-encode-region): Treat text within parentheses as special;
7242         show the original text when error has occurred.
7243
7244         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7245         already-computed method to gnus-activate-group.
7246
7247         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7248         same select-methods identical Lisp objects.
7249
7250         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7251         object when modifying the info.
7252
7253 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7256         gnus-opened-servers since it has never been opened with the new
7257         configuration yet.
7258
7259 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7262         arg to nnheader-generate-fake-message-id.
7263
7264 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * nnheader.el (nnheader-generate-fake-message-id): accept a
7267         number and build a fake message ID localized to a group and
7268         article number (so it's repeatable from that point on)
7269         (nnheader-fake-message-id-p): change regex to accomodate new fake
7270         ID format
7271
7272         * gnus-sum.el (gnus-get-newsgroup-headers): call
7273         nnheader-generate-fake-message-id with the article number
7274
7275 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7276
7277         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7278         end-of-buffer.
7279
7280 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7281
7282         * message.el (message-ignored-supersedes-headers): Add Approved.
7283
7284 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7287         goto-char.
7288         (rfc2047-encode): Fold the line before encoding.
7289
7290 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7293         folding -- not all headers can be folded, and this should be done
7294         by the message composition mode.  Probably.  I think.
7295
7296 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7299         fast.
7300
7301         * gnus-ems.el (gnus-remove-image): Don't use
7302         message-text-with-property; remove only the image found first.
7303
7304         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7305         found first.
7306
7307 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7308
7309         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7310
7311 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * message.el (message-text-with-property): Make it fast and accept
7314         optional arguments.
7315         (message-strip-forbidden-properties): Use it.
7316         (message-fix-before-sending): Follow the m-t-w-p change.
7317
7318         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7319
7320 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-art.el (article-hide-headers): Don't change the buffer
7323         mistakenly when performing mml-preview even if
7324         gnus-single-article-buffer is nil.
7325
7326 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7327
7328         * message.el (message-expand-name-databases): New user option.
7329         (message-expand-name): Use it.
7330
7331 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * spam.el (spam-report-articles-resend)
7334         (spam-report-resend-register-routine): allow ham reporting
7335         (spam-report-resend-register-ham-routine): simple wrapper
7336         (spam-registration-functions): add ham resending functions
7337         (spam-list-of-processors): add ham resend processor
7338
7339         * gnus.el (ham-resend-to): new group parameter
7340         (spam-process): add ham resend option
7341
7342         * spam-report.el (spam-report-resend): allow reporting ham
7343         (spam-report-resend-ham): simple wrapper
7344
7345 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * message.el (message-cite-articles-with-x-no-archive): New
7348         variable.
7349         (message-cite-original): Use it.
7350
7351 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352
7353         * message.el (message-cite-original): Respect X-No-Archive.
7354
7355 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * gnus-art.el (article-hide-headers): Refer to the values for
7358         gnus-ignored-headers and gnus-visible-headers in the summary
7359         buffer since a user may have set them as group parameters.
7360
7361 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7362
7363         * assistant.el (assistant-node-name): new convenience function
7364         (assistant-render-text, assistant-render-node): error handling,
7365         plus handle multiple next nodes
7366         (assistant-find-next-node): commented out for now
7367         (assistant-find-next-nodes): new function, returns list of next
7368         nodes
7369
7370 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * mail-source.el (mail-source-directory): Fix doc-string.
7373
7374 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * assistant.el (assistant-render-text, assistant-eval): add :set
7377         widget type, which is different because it takes and returns a
7378         list.  Much hilarity ensues.
7379
7380 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7383
7384         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7385         doc-string.
7386
7387         * gnus-start.el (gnus-activate-group): Added doc-string.
7388
7389 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7392
7393 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7394
7395         * assistant.el (assistant-render-text): trying to add a :set
7396         widget, more to come...
7397
7398         * spam.el (spam-group-spam-contents-p): handle empty groupname
7399         strings
7400         (spam-report-articles-resend)
7401         (spam-register-routine): do registration iff any articles warrant
7402         it.
7403         (spam-summary-prepare-exit): changed log message for nil group
7404         destinations
7405
7406 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7407
7408         * spam.el (spam-report-resend-register-routine): allow
7409         spam-report-resend-to to be a group parameter or a global value
7410
7411 2004-05-26  Simon Josefsson  <jas@extundo.com>
7412
7413         * starttls.el: Merge with my GNUTLS based starttls.el.
7414         (starttls-gnutls-program, starttls-use-gnutls)
7415         (starttls-extra-arguments, starttls-process-connection-type)
7416         (starttls-connect, starttls-failure, starttls-success): New
7417         variables.
7418         (starttls-program, starttls-extra-args): Doc fix.
7419         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7420         functions.
7421         (starttls-negotiate, starttls-open-stream): Check
7422         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7423         function if it is set.
7424
7425 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7428         structured fields.
7429
7430 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7433
7434 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7437         variable.
7438         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7439         assigning the spam-mark to new messages.
7440
7441 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7442
7443         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7444
7445 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7448
7449         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7450         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7451         default.
7452
7453 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7454
7455         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7456         correct data.
7457
7458 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7461         (spam-group-processor-p): fixed function so it works properly
7462         (spam-group-processor-multiple-p)
7463         (spam-group-spam-processor-report-gmane-p)
7464         (spam-group-spam-processor-report-resend-p)
7465         (spam-group-spam-processor-bogofilter-p)
7466         (spam-group-spam-processor-blacklist-p)
7467         (spam-group-spam-processor-ifile-p)
7468         (spam-group-ham-processor-ifile-p)
7469         (spam-group-spam-processor-spamoracle-p)
7470         (spam-group-spam-processor-crm114-p)
7471         (spam-group-ham-processor-bogofilter-p)
7472         (spam-group-spam-processor-stat-p)
7473         (spam-group-ham-processor-stat-p)
7474         (spam-group-ham-processor-whitelist-p)
7475         (spam-group-ham-processor-BBDB-p)
7476         (spam-group-ham-processor-spamoracle-p)
7477         (spam-group-ham-processor-copy-p): functions removed with some
7478         prejudice against unneeded code
7479         (spam-report-articles-resend)
7480         (spam-report-resend-register-routine): allow the group/topic
7481         spam-resend-to value to override spam-report-resend-to
7482         (spam-summary-prepare-exit): invoke spam-group-processor-p
7483         properly now
7484
7485         * gnus.el (spam-resend-to): new group/topic parameter
7486         (spam-process): move the OBSOLETE processors to the end of the
7487         choices.
7488
7489 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7490
7491         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7492         with resend-to set to nil, and then ask the user if necessary.
7493         (spam-report-resend): spam-report-resend takes a list of articles, not
7494         separate article numbers.
7495
7496 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7499         addition to emacs-w3m.
7500
7501 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502
7503         * assistant.el (assistant-authinfo-data): New function.
7504         (assistant-eval): Eval for entire assistant.
7505
7506         * netrc.el (netrc-services-file): New variable.
7507         (netrc-parse-services): New function.
7508         (netrc-find-service-name): New function.
7509         (netrc-find-service-number): New function.
7510         (netrc-port-equal): New function.
7511         (netrc-machine): Use it.
7512
7513         * nnimap.el (nnimap-open-connection): Use netrc.
7514
7515         * gnus-util.el (gnus-netrc-get): Remove aliases.
7516
7517         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7518
7519         * assistant.el (wid-edit): Fix compilation.
7520
7521         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7522
7523 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7524
7525         * gnus-util.el (gnus-set-file-modes): New function.  (small
7526         patch).
7527
7528 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7531
7532         * assistant.el (assistant-render-node): Fix up rendering and
7533         read-only text.
7534         (assistant-render-node): Reset.
7535         (assistant-make-read-only): Not sticky.
7536
7537 2004-05-20  Danny Siu  <dsiu@adobe.com>
7538
7539         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7540         centered even when gnus-auto-center-summary is t
7541
7542 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * dns.el (dns-get-txt-answer): New function.
7545         (dns-read-txt): Ditto.
7546         (query-dns): Use it.
7547
7548 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7551         active for foreign groups even if the group level is higher than
7552         the specified value.
7553
7554 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7557         non-active groups.
7558
7559         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7560
7561 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7562
7563         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7564
7565 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7568         (spam-crm114-header, spam-crm114-spam-switch)
7569         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7570         (spam-crm114-positive-spam-header)
7571         (spam-crm114-database-directory, spam-list-of-processors)
7572         (spam-group-spam-processor-crm114-p)
7573         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7574         (spam-generic-score, spam-list-of-checks)
7575         (spam-list-of-statistical-checks, spam-registration-functions)
7576         (spam-check-crm114-headers, spam-crm114-score)
7577         (spam-check-crm114, spam-crm114-register-with-crm114)
7578         (spam-crm114-register-spam-routine)
7579         (spam-crm114-unregister-spam-routine)
7580         (spam-crm114-register-ham-routine)
7581         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7582         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7583
7584         * gnus.el: added spam-use-crm114
7585
7586         * spam.el (spam-list-of-processors, spam-registration-functions):
7587         add spam-use-resend
7588         (spam-group-spam-processor-report-resend-p): utility wrapper
7589         (spam-report-articles-gmane): doc fix
7590         (spam-report-articles-resend,
7591         spam-report-resend-register-routine): wrappers around
7592         spam-report-resend-to
7593
7594         * spam-report.el (spam-report-resend-to, spam-report-resend):
7595         support for resending spam
7596         (spam-report-gmane): line length >80 fix
7597
7598         * gnus.el (spam-process): add spam-use-resend
7599
7600 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7601
7602         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7603         number of processed spam messages.
7604         (spam-ham-copy-or-move-routine): Return the number of processed
7605         ham messages.
7606         (spam-summary-prepare-exit): Use the above values to decide
7607         whether status messages shouled be displayed.
7608
7609 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7612         `rfc2047-encoding-function-alist' in order to avoid conflicting
7613         with the old version.
7614         (rfc2047-encode-region): Concatenate words containing non-ASCII
7615         characters in structured fields; don't encode space-delimited
7616         ASCII words even in unstructured fields; don't break words at
7617         char-category boundaries.
7618         (rfc2047-encode-1): New function.
7619         (rfc2047-encode): Use it; encode text so that it occupies the
7620         maximum width within 76-column; work correctly on Q encoding for
7621         iso-2022-* charsets.
7622         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7623         sure not to break a line just after the header name.
7624         (rfc2047-b-encode-region): Removed.
7625         (rfc2047-b-encode-string): New function.
7626         (rfc2047-q-encode-region): Removed.
7627         (rfc2047-q-encode-string): New function.
7628
7629         * mm-util.el (mm-replace-in-string): New function.
7630
7631 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632
7633         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7634         get it right.
7635         (gnus-inews-make-draft): Really.
7636
7637 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7638
7639         * nnmh.el (nnmh-request-list-1): Don't check the link count
7640         before descending.  (small patch)
7641
7642 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7645         stuff.
7646
7647         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7648         on real group name.
7649
7650         * gnus-art.el (gnus-signature-limit): Doc fix.
7651
7652         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7653
7654         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7655
7656 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7657
7658         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7659         isn't a string.
7660
7661 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7662
7663         * gnus-draft.el (gnus-draft-send): Bind
7664         rfc2047-encode-encoded-words.
7665
7666         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7667         (rfc2047-encodable-p): Say that =? needs encoding.
7668         (rfc2047-encode-encoded-words): New variable.
7669
7670         * gnus-group.el (gnus-group-select-group): Doc fix.
7671
7672         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7673
7674         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7675         to nil.
7676
7677         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7678
7679         * nnheader.el (nnheader-get-lines-and-char): New function.
7680
7681 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * gnus-msg.el (gnus-summary-followup-with-original): Document
7684         yanking of region when active.
7685
7686 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7689         groups if the group level is higher than the specified value.
7690
7691 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7694         (gnus-group-jump-to-group): Added prefix argument using
7695         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7696         non-active group.
7697
7698         * compface.el (uncompface): Be verbose when changing
7699         `uncompface-use-external'.
7700
7701         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7702         handle manual section.
7703
7704 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-art.el (gnus-button-alist): Revert previous change.
7707
7708 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7711
7712 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7715         whether backend can accept message.
7716
7717         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7718
7719 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7720
7721         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7722         Avoid creating directory when nntp-marks-is-evil is true.
7723         Reported by Reiner Steib.
7724
7725 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * gnus-picon.el (gnus-picon-style): New variable.
7728         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7729         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7730         Jesper Harder <harder@ifa.au.dk>.
7731
7732 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7733
7734         * message.el (message-fill-field): Return point.
7735         (message-generate-headers): Go to end of field.
7736
7737         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7738         stuff for non-living groups.
7739
7740 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7741
7742         * gnus-art.el (gnus-article-followup-with-original)
7743         (gnus-article-reply-with-original): gnus-mark-active-p ->
7744         gnus-region-active-p.
7745
7746 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7747
7748         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7749         only when there is spam or ham to be processed
7750
7751 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * mail-source.el (mail-source-delete-crash-box): Refactor.
7754         (mail-source-fetch): Use it.
7755         (mail-source-fetch-file): Ditto.
7756         (mail-source-fetch-directory): Run postscript in loop.
7757         (mail-source-fetch-pop): Delete.
7758         (mail-source-fetch-maildir): Ditto.
7759         (mail-source-fetch-imap): Ditto.
7760
7761         * imap.el (imap-authenticators): Comment out sasl.
7762
7763         * message.el (message-skip-to-next-address): New function.
7764         (message-fill-header-address): Refactor.
7765         (message-fill-address): Use it.
7766         (message-delete-address): Use it.
7767         (message-fill-header-general): Refactor.
7768         (message-fill-field-address): Rename.
7769         (message-narrow-to-field): Find the start of the header.
7770         (message-header-format-alist): Don't pre-fill.
7771         (message-fill-header): Removed.
7772         (message-insert-header): New function.
7773         (message-shorten-references): Use it.
7774
7775         * rfc2047.el (rfc2047-field-value): Strip props.
7776
7777         * mail-parse.el (mail-header-make-address): New alias.
7778
7779         * ietf-drums.el (ietf-drums-make-address): New function.
7780
7781         * imap.el: Add compiler directives.
7782
7783         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7784
7785         * gnus-art.el (article-decode-idna-rhs): Don't use
7786         message-idna-inside-rhs-p.
7787
7788 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * message.el (message-idna-inside-rhs-p): Removed.
7791         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7792
7793         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7794         false positives.
7795
7796 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7797
7798         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7799
7800 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * nneething.el (nneething-file-name): Don't create spurions
7803         files.
7804
7805         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7806         (gnus-inews-do-gcc): Remove sleep.
7807
7808         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7809         part under point.
7810
7811         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7812         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7813
7814 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7815
7816         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7817
7818 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7819
7820         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7821         as expired without moving it" message when there are spam
7822         messages left
7823
7824 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7825
7826         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7827         header is not nil.
7828
7829 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7830
7831         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7832         nntp-possibly-create-directory, not nntp-possibly-change-group.
7833         (nntp-marks-changed-p): New arg SERVER.
7834         (nntp-request-update-info): Adjust caller.
7835
7836 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7837
7838         * nntp.el (nntp-save-marks): Pass missing arg.
7839
7840 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7841
7842         * nntp.el: Support marks.
7843         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7844         (nntp-marks-modtime, nntp-marks-directory): New variables.
7845         (nntp-request-set-mark, nntp-request-update-info)
7846         (nntp-possibly-create-directory, nntp-marks-changed-p)
7847         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7848         functions.
7849
7850 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7851
7852         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7853         (gnus-xmas-redefine): Rename.
7854
7855         * gnus-score.el (gnus-score-insert-help): Use
7856         gnus-select-lowest-window.
7857
7858         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7859         appt-select-lowest-window and rename to gnus-select-lowest-window.
7860
7861         * gnus.el: do.
7862
7863 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7864
7865         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7866         encodings of MIME-encoded words, in order to improve
7867         interoperability with several broken MUAs.
7868
7869 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7870
7871         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7872         tags, only when charsets are not specified in headers.
7873         (mm-inline-text-html-render-with-w3m): Ditto.
7874
7875         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7876         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7877
7878 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7879
7880         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7881         instead of MIME-decoded from fields when checking
7882         `gnus-article-address-banner-alist'.
7883
7884 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7885
7886         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7887         description rather than subject.
7888
7889 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7890
7891         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7892
7893 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7894
7895         * gnus.el (gnus-version-number): Bump.
7896
7897 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7898
7899         * gnus.el: No Gnus v0.2 is released.
7900
7901 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-agent.el (gnus-agent-read-agentview): Inline
7904         gnus-uncompress-range.
7905
7906 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7907
7908         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7909         `exec-installed-p'.
7910
7911 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7912
7913         * gnus.el (spam-process, spam-autodetect-methods): Add
7914         bsfilter and bsfilter-headers.
7915
7916         * spam.el (spam-bsfilter): New customize group.
7917         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7918         (spam-bsfilter-header, spam-bsfilter-probability-header)
7919         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7920         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7921         (spam-bsfilter-database-directory): New options.
7922         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7923         (spam-list-of-statistical-checks, spam-registration-functions):
7924         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7925         (spam-bsfilter-score): New command.
7926         (spam-check-bsfilter-headers, spam-check-bsfilter)
7927         (spam-bsfilter-register-with-bsfilter)
7928         (spam-bsfilter-register-spam-routine)
7929         (spam-bsfilter-unregister-spam-routine)
7930         (spam-bsfilter-register-ham-routine)
7931         (spam-bsfilter-unregister-ham-routine): New functions.
7932         (spam-generic-score): Support bsfilter; Accept an optional argument
7933         to recalcurate spam score even if scoring header has already been
7934         added.
7935         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7936         optional argument to recalcurate spam score even if scoring header
7937         has already been added.
7938
7939 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7940
7941         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7942         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7943         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7944         link is missing.
7945
7946 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7947
7948         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7949         (html2text-get-attr): Rewrite.
7950
7951         * message.el (message-setup-1): Remove redundant put-text-property
7952         on mail-header-separator.
7953
7954 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * gnus-registry.el (gnus-registry-cache-whitespace)
7957         (gnus-registry-action, gnus-registry-spool-action)
7958         (gnus-registry-split-fancy-with-parent): changed message levels
7959         from 5 to 3 or 7, as needed
7960
7961         * spam.el (spam-summary-prepare-exit)
7962         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7963         (spam-split, spam-find-spam, spam-log-undo-registration)
7964         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7965         level from 5 to 6
7966
7967 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7968
7969         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7970         2004-03-04 change).
7971
7972 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7973
7974         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7975         Use mapc when appropriate.
7976
7977         * sieve-manage.el (sieve-manage-open): do.
7978
7979         * nnweb.el (nnweb-insert-html): do.
7980
7981         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7982         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7983
7984         * nnspool.el (nnspool-request-group): do.
7985
7986         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7987         do.
7988
7989         * nnml.el (nnml-request-update-info): do.
7990
7991         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7992         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7993
7994         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7995         (nnimap-request-set-mark): do.
7996
7997         * nnfolder.el (nnfolder-request-update-info): do.
7998
7999         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8000         do.
8001
8002         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8003
8004         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8005
8006         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8007         do.
8008
8009         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8010         do.
8011
8012         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8013
8014         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8015
8016         * gnus-int.el (gnus-start-news-server): do.
8017
8018         * gnus-group.el (gnus-group-make-kiboze-group)
8019         (gnus-group-browse-foreign-server): do.
8020
8021 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         FIXME: Make separate entries for each person.
8024
8025         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8026         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8027         <shields@msrl.com>:
8028
8029         * spam.el (spam-necessary-extra-headers): get the extra headers we
8030         may need for spam sorting and scoring
8031         (spam-user-format-function-S): a user format function suitable for
8032         general use
8033         (spam-article-sort-by-spam-status): sorting function for summary
8034         sorting
8035         (spam-extra-header-to-number): get a score from a header
8036         (spam-summary-score): get a numeric score from the headers
8037         (spam-generic-score): oops, function doc in wrong place
8038         (spam-initialize): take symbols when it's run, and install the
8039         extra headers that spam-necessary-extra-headers thinks we need
8040
8041 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8042
8043         * spam.el (spam-summary-prepare-exit): logic and message fix.
8044         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8045
8046 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8047
8048         * gnus-sum.el (gnus-set-global-variables)
8049         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8050         (gnus-article-get-xrefs, gnus-summary-best-group)
8051         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8052         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8053         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8054         with-current-buffer.
8055
8056 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * spam.el (spam-summary-prepare-exit): simplified logic
8059         (spam-fetch-article-header): read the article header if it's not
8060         available
8061         (spam-list-articles): simplified logic
8062         (spam-filelist-register-routine): found bug with unregister-list
8063
8064         * gnus-registry.el: clarified comments at beginning
8065
8066 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8067
8068         * message.el (message-cater-to-broken-inn): Remove.
8069         (message-shorten-references): Make sure the total folded length of
8070         References is shorter than 998 characters to cater to a bug in INN
8071         2.3.  Also, don't pretend that references aren't folded -- this
8072         hasn't worked for a while.
8073
8074 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8075
8076         * gnus-agent.el (gnus-agentize):
8077         gnus-agent-send-mail-real-function no longer set to current value
8078         of message-send-mail-function but rather a lambda that calls
8079         message-send-mail-function.  The change makes the agent real-time
8080         responsive to user changes to message-send-mail-function.
8081
8082 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8083
8084         * legacy-gnus-agent.el
8085         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8086         help from Florian Weimer <fw@deneb.enyo.de>
8087
8088 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * nnmail.el (nnmail-cache-insert): Revert last change.
8091
8092 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * nnmail.el (nnmail-cache-insert): Always check whether
8095         nnmail-cache-ignore-groups matches a group name.
8096
8097 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8098
8099         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8100         (spam-find-spam, spam-log-processing-to-registry)
8101         (spam-log-registered-p, spam-log-unregistration-needed-p)
8102         (spam-log-undo-registration): use gnus-message instead of
8103         gnus-error, none of these errors are fatal
8104
8105         * gnus-registry.el (gnus-registry-clean-empty-function)
8106         (gnus-registry-clean-empty): remove only empty entries without
8107         extra data
8108
8109 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * spam-stat.el (spam-stat-buffer-change-to-spam)
8112         (spam-stat-buffer-change-to-non-spam): change (error) to
8113         (gnus-message 8) invocation
8114
8115 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * nntp.el (nntp-via-netcat-command): New variable.
8118         (nntp-via-netcat-switches): New variable.
8119         (nntp-open-via-rlogin-and-netcat): New function.
8120         (nntp-open-connection-function): Doc fix.
8121         (nntp-telnet-command): Doc fix.
8122         (nntp-end-of-line): Doc fix.
8123         (nntp-via-rlogin-command): Doc fix.
8124         (nntp-via-user-name): Doc fix.
8125         (nntp-via-address): Doc fix.
8126
8127 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8130         error in Emacs 21.1.
8131
8132 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8135
8136 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8137         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8138         (gnus-agent-with-refreshed-group): New macro.
8139         (gnus-agent-rename-group): New function.
8140         (gnus-agent-delete-group): New function.
8141         (gnus-agent-save-group-info): Use gnus-command-method when
8142         `method' parameter is nil.  Don't write nil entries into the
8143         active file.
8144         (gnus-agent-get-group-info): New function.
8145         (gnus-agent-fetch-articles): Use
8146         gnus-agent-update-files-total-fetched-for to increment disk space
8147         used.
8148         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8149         gnus-agent-update-view-total-fetched-for to increment disk space
8150         used.
8151         (gnus-agent-get-local): Added optional parameters to avoid calling
8152         gnus-group-real-name and gnus-find-method-for-group.
8153         (gnus-agent-set-local): Delete stored entry if either min, or max,
8154         are nil.
8155         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8156         quit, use gnus-agent-regenerate-group to record existance of any
8157         articles fetched to disk before the quit occurred.
8158         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8159         gnus-agent-update-view-total-fetched-for, and
8160         gnus-agent-update-files-total-fetched-for to decrement disk space
8161         used.
8162         (gnus-agent-retrieve-headers): Use
8163         gnus-agent-update-view-total-fetched-for to increment disk space
8164         used.
8165         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8166         with gnus-agent-update-files-total-fetched-for to decrement disk
8167         space and fresh group buffer.
8168         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8169         (gnus-agent-need-update-total-fetched-for): New variable.
8170         (gnus-agent-update-files-total-fetched-for): New function.
8171         (gnus-agent-update-view-total-fetched-for): New function.
8172         (gnus-agent-total-fetched-for): New function.
8173
8174         * gnus-cache.el (gnus-cache-save-buffers): Use
8175         gnus-cache-update-overview-total-fetched-for to change disk space
8176         used by this group.
8177         (gnus-cache-possibly-enter-article): Use
8178         gnus-cache-update-file-total-fetched-for to increment disk space
8179         used by this group.
8180         (gnus-cache-possibly-remove-article): Use
8181         gnus-cache-update-file-total-fetched-for to decrement disk space
8182         used by this group.
8183         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8184         (gnus-cache-rename-group): New function.
8185         (gnus-cache-delete-group): New function.
8186         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8187         (gnus-cache-need-update-total-fetched-for): New variable.
8188         (gnus-cache-with-refreshed-group): New macro.
8189         (gnus-cache-update-file-total-fetched-for): New function.
8190         (gnus-cache-update-overview-total-fetched-for): New function.
8191         (gnus-cache-rename-group-total-fetched-for): New function.
8192         (gnus-cache-delete-group-total-fetched-for): New function.
8193         (gnus-cache-total-fetched-for): New function.
8194
8195         * gnus-group.el: Require gnus-sum and autoload functions to
8196         resolve warnings when gnus-group.el compiled alone.
8197         (gnus-group-line-format): Documented new %F
8198         (size of Fetched data) group line format; identifies disk space
8199         used by agent and cache.
8200         (gnus-group-line-format-alist): Defined new F format.
8201         (gnus-total-fetched-for): New function.
8202         (gnus-group-delete-group): No longer update
8203         gnus-cache-active-altered as gnus-request-delete-group now keeps
8204         the cache in sync.
8205         (gnus-group-list-active): Let the agent store a server's active
8206         list if currently plugged.
8207
8208         * gnus-int.el (gnus-request-delete-group): Use
8209         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8210         local disk in sync with the server.
8211          (gnus-request-rename-group): Use
8212         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8213         local disk in sync with the server.
8214
8215         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8216         simplification to logic.
8217
8218         * gnus-util.el (gnus-rename-file): New function.
8219
8220 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8221
8222         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8223
8224 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8225
8226         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8227         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8228
8229 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8230
8231         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8232         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8233
8234 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8235
8236         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8237
8238 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8239
8240         * spam.el (spam-set-difference): new function to replace
8241         gnus-set-difference in spam.el
8242         (spam-summary-prepare-exit): use spam-set-difference
8243
8244 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8245
8246         * gnus-registry.el (gnus-registry-cache-file): updated to use
8247         gnus-dribble-directory OR gnus-home-directory OR ~
8248         (gnus-registry-split-fancy-with-parent): fixed doc
8249
8250 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * message.el (message-exchange-point-and-mark): Use
8253         message-mark-active-p.  Suggested by Jesper Harder
8254         <harder@ifa.au.dk>.
8255
8256 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * message.el (message-exchange-point-and-mark): Don't activate
8259         region if it was inactive.  Suggested by Hiroshi Fujishima
8260         <pooh@nature.tsukuba.ac.jp>.
8261
8262 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-art.el (article-display-face): Display Faces in the same
8265         order as X-Faces.
8266
8267 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8270
8271 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8274         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8275         (gnus-article-mime-hierarchy): Remove.
8276         (gnus-article-mime-hierarchy-next): Remove.
8277         (gnus-article-mode): Revert 2004-03-19 change.
8278         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8279         (gnus-insert-mime-button): Revert 2004-03-19 change.
8280         (gnus-mime-accumulate-hierarchy): Remove.
8281         (gnus-mime-enter-multipart): Remove.
8282         (gnus-mime-leave-multipart): Remove,
8283         (gnus-mime-display-part): Revert 2004-03-19 change.
8284         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8285
8286         * mml.el (mml-preview): Revert 2004-03-19 change.
8287
8288 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8289
8290         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8291
8292 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8295         t while entering a file name using the mm-with-multibyte macro.
8296         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8297
8298         * mm-util.el (mm-with-multibyte): New macro.
8299
8300 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8303         user option.
8304         (gnus-mime-multipart-functions): Doc and customization fix.
8305         (gnus-article-mime-hierarchy): New variable.
8306         (gnus-article-mime-hierarchy-next): New variable.
8307         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8308         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8309         gnus-article-mime-hierarchy-next to nil.
8310         (gnus-insert-mime-button): Show hierarchy numbers.
8311         (gnus-mime-accumulate-hierarchy): New function.
8312         (gnus-mime-enter-multipart): New function.
8313         (gnus-mime-leave-multipart): New function.
8314         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8315         (gnus-mime-display-alternative): Show hierarchy numbers.
8316
8317         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8318         gnus-article-mime-hierarchy-next to nil.
8319
8320 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8321
8322         * dns.el: Don't require gnus-xmas.
8323
8324 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8325
8326         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8327         inline PGP.
8328         (mml-menu): Disable mml-quote-region if mark is inactive.
8329
8330 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8333         when the group's active is not available.
8334
8335 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8338         error.
8339
8340 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * imap.el (imap-store-password): New variable.
8343         (imap-interactive-login): Use it.
8344         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8345
8346 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8349         window-start and hscroll to summary window.
8350
8351 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8352
8353         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8354         conversion message to newsrc-dribble when an actual conversion is
8355         performed.
8356
8357 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8358
8359         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8360
8361 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * mm-decode.el (mm-complicated-handles): New function reviving
8364         former definition of mm-multiple-handles.
8365
8366         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8367         (gnus-mime-delete-part): Use it.
8368
8369 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8370
8371         * gnus-agent.el (gnus-agent-read-local): Bind
8372         nnheader-file-coding-system to gnus-agent-file-coding-system to
8373         avoid the implicit assumption that they will always be equal.
8374         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8375         coding-system-for-write, as the with-temp-file macro first prints
8376         to a buffer then saves the buffer.
8377
8378 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-art.el (gnus-article-edit-part): New function.
8381         (gnus-mime-save-part-and-strip): Use it; do query instead of
8382         signaling an error; don't use mm-multiple-handles.
8383         (gnus-mime-delete-part): Ditto.
8384
8385 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8386
8387         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8388         old file versions.
8389         (gnus-group-prepare-hook): Removed function that converted list
8390         form of gnus-agent-expire-days to group properties.
8391
8392         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8393         (gnus-request-accept-article): Re-indented.
8394
8395         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8396         converters to handle old agent file formats.  Added logic for a
8397         "backup before upgrading warning".
8398         (gnus-convert-mark-converter-prompt): Developers can mark
8399         functions as needing (default), or not needing,
8400         gnus-convert-old-newsrc's "backup before upgrading warning".
8401         (gnus-convert-converter-needs-prompt): Tests whether the user
8402         should be protected from potentially irreversable changes by the
8403         function.
8404
8405         * legacy-gnus-agent.el (): New. Provides converters that are only
8406         loaded when gnus-convert-old-newsrc needs to call them.
8407
8408 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * mail-source.el (mail-source-touch-pop): Doc fix.
8411
8412         * message.el (message-smtpmail-send-it): Doc fix.
8413
8414 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8415
8416         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8417
8418         * nnmail.el (nnmail-split-fancy): do.
8419
8420         * gnus-kill.el (gnus-kill, gnus-execute): do.
8421
8422 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8423
8424         * gnus-sum.el (gnus-widget-reversible-match)
8425         (gnus-widget-reversible-to-internal)
8426         (gnus-widget-reversible-to-external): New functions.
8427         (gnus-widget-reversible): New widget.
8428         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8429
8430 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8431
8432         * gnus-sum.el (gnus-thread-sort-functions)
8433         (gnus-article-sort-functions): Document `(not F)' items.
8434
8435 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * spam.el (spam-use-gmane-xref): new backend
8438         (spam-gmane-xref-spam-group): variable to control the name of the
8439         Gmane spam group
8440         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8441         (spam-regex-headers-spam, spam-regex-headers-ham)
8442         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8443         (spam-list-of-checks): added spam-use-gmane-xref to list of
8444         backends and checks
8445         (spam-check-gmane-xref): function for spam-use-gmane-xref
8446
8447         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8448         an autodetect method
8449
8450 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8451
8452         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8453         articles are being added to a group.
8454         (gnus-request-replace-article): Inform the agent that articles
8455         need to be uncached as the cached contents are no longer valid.
8456
8457 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * binhex.el: Don't autoload executable-find.
8460
8461         * canlock.el: Don't autoload mail-fetch-field.
8462
8463         * dgnushack.el: Autoload c-mode for XEmacs.
8464
8465         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8466
8467         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8468         rmail-dont-reply-to and rmail-output.
8469
8470         * gnus-score.el: Don't autoload ffap-string-at-point.
8471
8472         * gnus-setup.el: Don't autoload sc-cite-original.
8473
8474         * imap.el: Don't autoload base64-decode-string,
8475         base64-encode-string and md5.
8476
8477         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8478         and rmail-msg-restore-non-pruned-header.
8479
8480         * mm-decode.el: Don't autoload executable-find.
8481
8482         * mm-url.el: Don't autoload executable-find.
8483
8484         * mm-view.el: Don't autoload diff-mode.
8485
8486         * nndb.el: Don't autoload news-reply-mode, news-setup,
8487         cancel-timer and telnet.
8488
8489         * password.el: Don't autoload run-at-time for Emacs.
8490
8491         * sha1-el.el: Don't autoload executable-find.
8492
8493         * sieve-mode.el: Don't autoload c-mode.
8494
8495         * uudecode.el: Don't autoload executable-find.
8496
8497 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8498
8499         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8500         (gnus-agent-possibly-alter-active): Avoid null in numeric
8501         comparison.
8502         (gnus-agent-set-local): Refuse to save null in local object table.
8503         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8504         list of articles that will be marked as unread.
8505
8506 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8509
8510 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8511
8512         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8513         language tags.
8514
8515 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8516
8517         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8518         Don't bind "obarray".
8519
8520         * gnus-sum.el (gnus-thread-sort-functions): Added
8521         `gnus-thread-sort-by-most-recent-number' and
8522         `gnus-thread-sort-by-most-recent-date'.
8523         Reported by Kai Grossjohann <kai@emptydomain.de>.
8524
8525 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8528
8529 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8530
8531         * gnus-cus.el (gnus-agent-customize-category): Removed
8532         ignore-errors macro reference that required cl to be loaded at
8533         run-time.
8534
8535         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8536         single-interval range of the form (min . max).  Previously the
8537         range had to look like ((min . max)).  Likewise, return
8538         (min . max) rather than ((min . max)).
8539         (gnus-range-map): Use gnus-range-normalize to accept
8540         single-interval range.
8541
8542         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8543         the cache, but not the agent, now appear with their usual face.
8544
8545         * dgnushack.el (loaddir): New variable that is bound to the
8546         directory containing the dgnushack.el file. Use loaddir, rather
8547         than srcdir, to update load-path. Change lets dgnushack compile
8548         code in directories other than GNUS/lisp.
8549
8550 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * lpath.el: Don't bind w3m-safe-url-regexp.
8553
8554         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8555         w3m-safe-url-regexp variable buffer-local.
8556
8557         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8558
8559 2004-02-27  Simon Josefsson  <jas@extundo.com>
8560
8561         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8562         gnus-group-real-prefix.
8563         (gnus-summary-move-article): Use it, instead of
8564         gnus-group-real-prefix.
8565
8566 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * lpath.el: Bind w3m-safe-url-regexp.
8569
8570         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8571         w3m-safe-url-regexp variable buffer-local and set it as the value
8572         of mm-w3m-safe-url-regexp.
8573
8574         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8575
8576         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8577         parsing gnus-posting-styles when the message is not for replying.
8578
8579         * dgnushack.el: Autoload sgml-mode for XEmacs.
8580
8581         * nnrss.el (nnrss-opml-export): Use
8582         mm-set-buffer-file-coding-system instead of
8583         set-buffer-file-coding-system.
8584
8585 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8586
8587         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8588         of checkdoc.el).
8589         * nnrss.el: do.
8590         * gnus-mlspl.el: do.
8591         * gnus-ml.el: do.
8592         * gnus-srvr.el: do.
8593
8594         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8595
8596 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8597
8598         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8599         Corrections to custom-manual links.
8600
8601         * gnus-art.el (gnus-article): Ditto.
8602
8603         * mm-decode.el (mime-display, mime-security): Ditto.
8604
8605 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8606
8607         * flow-fill.el: Typo.
8608
8609 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8610
8611         * spam-wash.el: New file.
8612
8613 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8614
8615         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8616
8617 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8618
8619         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8620         to be run with new-articles as LIST1, not LIST2
8621         (spam-registration-functions): add spam-use-ham-copy as a nil
8622         registration backend
8623
8624 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8625
8626         * spam-stat.el (spam-stat-washing-hook): New option.
8627         (spam-stat-buffer-words): Use it.
8628         (spam-stat-process-directory, spam-stat-test-directory): Use
8629         insert-file-contents-literally.
8630         (spam-stat-coding-system): New variable.
8631         (spam-stat-load, spam-stat-save): Use it.
8632
8633 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * spam-report.el (spam-report-plug-agent): Quote
8636         spam-report-url-to-file and spam-report-url-ping-plain.
8637
8638 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8641         / in mailto URLs.
8642
8643 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * spam-report.el (spam-report-process-queue): Fix interactive use.
8646         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8647         (spam-report-unplug-agent): Doc fixes.
8648         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8649         (spam-report-agentize, spam-report-deagentize): Autoload
8650
8651 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8654
8655         * message.el (message-setup-fill-variables): Add mml tags to
8656         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8657         <ajk@iu.edu>.
8658         (message-mode): Don't modify paragraph-separate there.
8659
8660 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * compface.el (uncompface-use-external): Default to undecided.
8663         (uncompface-use-external-threshold): New variable.
8664         (uncompface-float-time): New macro.
8665         (uncompface): Determine whether to use the external decoder if
8666         uncompface-use-external is undecided.
8667
8668 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8671         after images.
8672
8673         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8674
8675 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8676
8677         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8678
8679         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8680
8681         * gnus-sum.el (gnus-summary-limit-to-age)
8682         (gnus-summary-limit-children): do.
8683
8684         * gnus-int.el (gnus-request-scan): do.
8685
8686         * gnus-group.el (gnus-group-suspend): do.
8687
8688         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8689
8690         * gnus-cite.el (gnus-cite-parse-attributions): do.
8691
8692         * gnus-agent.el (gnus-summary-set-agent-mark)
8693         (gnus-agent-regenerate-group): do.
8694
8695         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8696
8697         * binhex.el (binhex-decode-region-internal): do.
8698
8699 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-fun.el (gnus-face-properties-alist): New user option.
8702         (gnus-display-x-face-in-from): Use it.
8703
8704         * gnus-art.el (article-display-face): Ditto.
8705
8706         * compface.el (uncompface-use-external): Default to nil.
8707
8708 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8709
8710         * nntp.el (nntp-erase-buffer): New function.
8711         (nntp-retrieve-data, nntp-send-command)
8712         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8713         (nntp-possibly-change-group): Use it.
8714
8715         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8716         with-current-buffer.
8717
8718 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8719
8720         * compface.el: Merge the ELisp-based uncompface program.
8721         (compface): New customization group.
8722         (uncompface-use-external): New user option.
8723         (uncompface): Call uncompface-internal if uncompface-use-external
8724         is nil.
8725         (uncompface-internal): New function.  Note that there are also
8726         some other functions and variables added for this function.
8727
8728 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8729
8730         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8731         if necessary.
8732
8733 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8734
8735         * spam-report.el (spam-report-unplug-agent)
8736         (spam-report-plug-agent, spam-report-deagentize)
8737         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8738         support for the Agent in spam-report: when unplugged, report to a
8739         file; when plugged, submit all the requests
8740
8741         * spam.el (spam-register-routine): improved message about
8742         registration
8743
8744 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8745
8746         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8747         dependencies.
8748         (rfc2047-encode): Use it.
8749
8750         * gnus-art.el (gnus-button-marker-list): Move before first
8751         reference.
8752
8753         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8754         (imap-parse-body): Fix format string mismatch.
8755
8756         * gnus-score.el (gnus-summary-increase-score): do.
8757
8758         * nnrss.el (nnrss-close): New function.
8759
8760 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8761
8762         * nnrss.el (nnrss-make-filename): New function.
8763         (nnrss-request-delete-group, nnrss-read-server-data)
8764         (nnrss-save-server-data, nnrss-read-group-data)
8765         (nnrss-save-group-data): Use it.
8766         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8767         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8768         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8769
8770 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8771
8772         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8773
8774 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8775
8776         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8777         files.
8778
8779         * message.el (message-generate-headers-first): Don't quote nil
8780         and t in docstrings.
8781
8782         * imap.el (imap-id): do.
8783
8784         * gnus-agent.el (gnus-agent-consider-all-articles)
8785         (gnus-agent-queue-mail): do.
8786
8787 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * spam-report.el (spam-report-process-queue): New function.
8790         Process requests from `spam-report-requests-file'.
8791         (spam-report-process-queue): Doc fix.
8792
8793 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8794
8795         * spam.el (spam-register-routine)
8796         (spam-log-processing-to-registry, spam-log-registered-p)
8797         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8798         change "check" to "spam-check" for semi-clarity
8799
8800 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8801
8802         * pop3.el: Require nnheader.
8803
8804         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8805
8806         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8807
8808         * gnus-picon.el: Require cl.
8809
8810         * gnus-fun.el: Require gnus-ems and gnus-util.
8811
8812         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8813
8814         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8815
8816         * gnus-art.el (gnus-article-edit-mode): Define before first
8817         reference.
8818
8819 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8820
8821         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8822         (gnus-uu-post-encoded): Use point-at-bol.
8823
8824         * gnus-topic.el (gnus-group-active-topic-p): do.
8825
8826         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8827
8828         * gnus-group.el (gnus-group-kill-region): do.
8829
8830         * gnus-art.el (article-date-ut): do.
8831
8832         * message.el (message-fetch-field): Remove redundant
8833         case-fold-search binding.
8834         (message-narrow-to-field): Simplify.
8835
8836 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * spam.el (spam-directory): Derive from `gnus-directory'.
8839
8840         * spam-report.el (spam-report-url-to-file)
8841         (spam-report-requests-file): New function and variable for offline
8842         reporting.
8843         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8844         and user defined function.
8845         (spam-report-url-ping-mm-url): Remove doubled slash.
8846
8847 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8848
8849         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8850
8851 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8852
8853         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8854         format string mismatch.
8855
8856         * sieve.el (sieve-deactivate-all): do.
8857
8858         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8859
8860         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8861
8862         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8863
8864         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8865
8866 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8869         the list of checks
8870
8871 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8872
8873         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8874         padding.
8875
8876 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8877
8878         * mm-view.el (mm-fill-flowed): New variable.
8879         (mm-inline-text): Use it.
8880
8881 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * spam.el (spam-spamassassin-register-ham-routine)
8884         (spam-spamassassin-register-spam-routine): fixed function names
8885
8886 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus.el (gnus-tmp-grouplens): Remove.
8889         (gnus-summary-line-format): Remove grouplens.
8890
8891         * gnus-group.el (gnus-group-line-format): Ditto.
8892
8893         * gnus-spec.el (gnus-format-specs): Ditto.
8894         (gnus-update-format-specifications): Flush the group format spec
8895         cache if there's the grouplens stuff.
8896         (gnus-parse-simple-format): Replace %l with the empty string.
8897
8898 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8899
8900         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8901         omission.
8902
8903 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8906         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8907
8908 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8909
8910         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8911         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8912         New macros and functions.
8913         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8914         Handle > NLINK_MAX messages.
8915         * nnmaildir.el (nnmaildir-request-set-mark): Use
8916         nnmaildir--emlink-p and nnmaildir--eexist-p.
8917
8918 2004-01-25  Alex Schroeder  <alex@gnu.org>
8919
8920         * spam-stat.el (spam-stat-process-directory-age): New option.
8921         (spam-stat-process-directory): Use it.
8922
8923 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8924
8925         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8926         (spam-stat-save): Accept prefix argument.
8927
8928 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8929
8930         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8931         links" error.
8932
8933 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8936         the rest of the and/or forms.
8937
8938 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8939
8940         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8941         compatibility with old .newsrc.eld files.
8942
8943         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8944
8945         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8946
8947         * gnus-start.el (gnus-1): do.
8948
8949         * gnus-group.el (gnus-group-line-format-alist): do.
8950
8951         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8952
8953         * gnus-gl.el: Remove.
8954
8955 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8956
8957         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8958         marks consisting of a single range {for example, (3 . 5)} rather
8959         than a list of a single range { ((3 . 5)) }.
8960
8961 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8962
8963         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8964         with-current-buffer.
8965         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8966         avoid consing a string.
8967
8968         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8969         Remove obsolete entries for big5 and gb2312.
8970
8971 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8972
8973         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8974         uncompressed list.
8975
8976 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8977
8978         * spam-stat.el (spam-stat-strip-xref): New function.
8979         (spam-stat-process-directory): Use it.
8980
8981         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8982         here -- it's done in message-fetch-field.
8983
8984 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8985
8986         * gnus-agent.el (gnus-agent-queue-mail,
8987         gnus-agent-prompt-send-queue): New variables.
8988         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8989         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8990         "nndraft:queue" along to gnus-draft-send.  Use
8991         gnus-agent-prompt-send-queue.
8992         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8993         is "nndraft:queue".  Suggested by Gaute Strokkenes
8994         <gs234@srcf.ucam.org>
8995
8996         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8997         (agent-enable-undownloaded-faces): Added
8998         (gnus-agent-cat-groups): Use eval-and-compile, not
8999         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9000         method of gnus-agent-cat-groups even when the buffer has been
9001         evaled.
9002         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9003         delete gnus-agent-save-active-1.
9004         (gnus-agent-save-groups): Deleted. Identical to
9005         gnus-agent-save-active.
9006         (gnus-agent-write-active): No longer adjust agent's copy of active
9007         file as agent's adjustments are now stored in their own
9008         file. Removed optional parameter.
9009         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9010         servers.  Add use of min/max range limits from server's local
9011         file.
9012         (gnus-agent-save-alist): Removed unused optional argument.
9013         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9014         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9015         (gnus-agent-set-local): A per-server file that keeps min/max range
9016         limits for articles known to the agent.  Provides a fast mechanism
9017         for altering many active ranges.
9018         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9019         active file (local makes it unnecessary).
9020         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9021
9022         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9023         (agent-enable-undownloaded-faces): Added
9024
9025         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9026         disable it when sending to "nndraft:queue".
9027         (gnus-group-send-queue): Add safety check to avoid sending queue
9028         when unplugged.
9029
9030         * gnus-group.el (gnus-group-catchup): Use new
9031         gnus-sequence-of-unread-articles, not
9032         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9033         numbers of articles.  Use gnus-range-map to avoid having to
9034         uncompress the unread list.
9035         (gnus-group-archive-directory,
9036         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9037         reference.
9038
9039         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9040         (gnus-sorted-range-intersection): Intersection of two ranges
9041         without requiring that they first be uncompressed.
9042
9043         * gnus-start.el (gnus-activate-group): Unless blocked by the
9044         caller, possibly expand the active range to include both cached
9045         and agentized articles.
9046         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9047         multiple version-dependent converters.
9048         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9049         gnus-agent-save-active.
9050         (gnus-save-newsrc-file): Save dirty agent range limits.
9051
9052         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9053         gnus-agent-possibly-alter-active.
9054         (gnus-adjust-marked-articles): Faster handling of simple lists
9055
9056 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9057
9058         * spam-stat.el (spam-stat-test-directory): New optional argument
9059         displays a list of files detected.  Suggested by Andrew Cohen
9060         <cohen@andy.bu.edu>.
9061         (spam-stat-buffer-words-with-scores): Don't narrow and change
9062         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9063
9064 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9065
9066         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9067         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9068         (spam-spamassassin-arguments)
9069         (spam-spamassassin-spam-flag-header)
9070         (spam-spamassassin-positive-spam-flag-header)
9071         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9072         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9073         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9074         (spam-list-of-processors, spam-list-of-checks)
9075         (spam-list-of-statistical-checks, spam-registration-functions)
9076         (spam-check-spamassassin-headers, spam-check-spamassassin)
9077         (spam-spamassassin-score)
9078         (spam-spamassassin-register-with-sa-learn)
9079         (spam-spamassassin-register-spam-routine)
9080         (spam-spamassassin-register-ham-routine)
9081         (spam-assassin-register-spam-routine)
9082         (spam-assassin-register-ham-routine): add SpamAssassin support
9083         (spam-bogofilter-score): fix to show article before scoring
9084
9085 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9086
9087         * spam.el (gnus-summary-mode-map): make spam-generic-score the
9088         default scoring function
9089         (spam-generic-score): calls spam-spamassassin-score if
9090         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9091         spam-bogofilter-score otherwise.
9092
9093         * gnus.el (spam-process, spam-autodetect-methods): add
9094         spamassassin and spamassassin-headers
9095
9096 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9097
9098         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9099         Suppress unnecessary messages.
9100
9101 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9102
9103         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9104         make-hash-table.
9105
9106 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * canlock.el (base64-encode-string): Don't autoload it.
9109
9110 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * run-at-time.el: Remove useless (require 'itimer),
9113         eval-and-compile and (featurep 'xemacs).
9114
9115 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9116
9117         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9118         GROUP is a virtual group.
9119
9120 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9121
9122         * gnus.el: Autoload `message-y-or-n-p'.
9123
9124 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9125
9126         * pgg-parse.el: Remove unnecessary (require 'custom).
9127
9128         * pgg-def.el: do.
9129
9130         * nnmail.el: do.
9131
9132         * gnus-undo.el: do.
9133
9134         * gnus-picon.el: do.
9135
9136         * gnus-util.el: do.
9137
9138 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9141
9142 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9145         handle, as well as a list.
9146
9147         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9148         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9149         (mm-w3m-cid-retrieve): Simplify.
9150
9151 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9152
9153         * message.el (message-kill-to-signature): Allow prefix arg to
9154         specify number of lines to keep before signature.
9155
9156 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9157
9158         (message-kill-to-signature): Change docstring.
9159
9160 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * canlock.el: Always require sha1-el.
9163         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9164
9165         * message.el: Autoload sha1 only when compiling.
9166
9167         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9168         eudc-expand-inline for XEmacs.
9169
9170 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * message.el (message-canlock-generate): Require sha1-el.
9173
9174 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9175
9176         * message.el (message-expand-name): Silence the byte compiler.
9177
9178         * lpath.el: Add detect-coding-system.
9179
9180         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9181         cus-edit.
9182
9183 2004-01-13  Simon Josefsson  <jas@extundo.com>
9184
9185         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9186         Invoke gnus-score-mode.  Reported by
9187         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9188
9189         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9190         Jim Blandy <jimb@redhat.com> (tiny change).
9191
9192 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9193
9194         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9195
9196 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9197
9198         * spam.el (spam-get-article-as-string): updated to use
9199         gnus-request-article-this-buffer, much simpler
9200         (spam-get-article-as-buffer): removed
9201
9202 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9203
9204         * message.el (message-expand-name): Use EUDC if the user uses
9205         that.
9206
9207 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9208
9209         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9210         character for the encoding to avoid consing a string.
9211
9212         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9213         unnecessarily.
9214
9215         * mm-util.el (mm-replace-chars-in-string): Remove.
9216
9217         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9218         of mm-replace-chars-in-string.
9219
9220 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9221
9222         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9223         strings.
9224
9225         * mm-util.el (mm-subst-char-in-string): Support inplace.
9226
9227         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9228         a new string in every iteration.  Use shy groups.
9229
9230 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9231
9232         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9233         (gnus-group-change-level, gnus-kill-newsgroup)
9234         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9235         (gnus-get-unread-articles, gnus-make-articles-unread)
9236         (gnus-make-ascending-articles-unread): Use accessor
9237         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9238         to get group information for improved readability.
9239
9240         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9241
9242         * gnus-soup.el (gnus-soup-group-brew): do.
9243
9244         * gnus-msg.el (gnus-put-message): do.
9245
9246         * gnus-move.el (gnus-group-move-group-to-server): do.
9247
9248         * gnus-kill.el (gnus-batch-score): do.
9249
9250         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9251         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9252         (gnus-group-update-group, gnus-group-read-group)
9253         (gnus-group-make-group, gnus-group-make-help-group)
9254         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9255         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9256         (gnus-group-sort-by-unread, gnus-group-catchup)
9257         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9258         (gnus-group-yank-group, gnus-group-set-info)
9259         (gnus-group-list-groups): do.
9260
9261         * gnus.el (gnus-generate-new-group-name): do.
9262
9263         * gnus-delay.el (gnus-delay-send-queue): do.
9264
9265         * nnvirtual.el (nnvirtual-catchup-group): do.
9266
9267         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9268         do.
9269
9270         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9271         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9272
9273         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9274         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9275         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9276         (gnus-group-make-articles-read): do.
9277
9278 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9279
9280         * gnus-art.el (article-decode-mime-words, article-babel)
9281         (gnus-article-highlight-signature, gnus-article-add-buttons)
9282         (gnus-signature-toggle): Use gnus-with-article-buffer.
9283
9284         * gnus-art.el (gnus-article-highlight-headers)
9285         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9286
9287         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9288         (gnus-article-set-globals, gnus-request-article-this-buffer)
9289         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9290         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9291         (gnus-mime-display-alternative): Use with-current-buffer.
9292
9293 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9296         also under 80 char limit, and call gnus-error if needed
9297         (spam-fetch-article-header): finally fixed - it was a
9298         buffer-local variable (gnus-newsgroup-data)
9299         (spam-find-spam): use spam-generate-fake-headers, forget about
9300         spam-insert-fake-headers
9301         (spam-insert-fake-headers): removed
9302
9303 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9304
9305         * deuglify.el (gnus-article-outlook-unwrap-lines)
9306         (gnus-outlook-rearrange-article)
9307         (gnus-outlook-repair-attribution-outlook)
9308         (gnus-outlook-repair-attribution-block)
9309         (gnus-outlook-repair-attribution-other): Remove redundant
9310         save-excursion.
9311
9312 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9315         (spam-fetch-field-subject-fast)
9316         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9317         (spam-fetch-article-header): new functions to deal with Gnus
9318         internals for fast retrieval of article header data
9319         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9320
9321 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9322
9323         * pop3.el (pop3-md5): Remove.
9324         (pop3-apop): Replace pop3-md5 with md5.
9325
9326         * mm-bodies.el: base64 is always built-in.
9327
9328         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9329         with-current-buffer.
9330
9331 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * canlock.el (canlock-insert-header): Remove excessive grouping in
9334         regexp.
9335
9336         * gnus-sum.el (gnus-summary-read-document): Ditto.
9337
9338         * gnus-uu.el (gnus-uu-part-number): Ditto.
9339
9340         * html2text.el (html2text-remove-tags): Ditto.
9341         (html2text-format-tags): Ditto.
9342         (html2text-format-single-elements): Ditto.
9343
9344         * mml.el (mml-parse-1): Ditto.
9345
9346 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9347
9348         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9349
9350         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9351
9352         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9353
9354         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9355
9356 2003-11-15  Simon Josefsson  <jas@extundo.com>
9357
9358         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9359         (pgg-gpg-lookup-key): Use regexp match instead of
9360         split-string (split-string is different between emacs 21.2 and
9361         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9362
9363 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9364
9365         * gnus-art.el (gnus-mime-view-all-parts)
9366         (gnus-article-part-wrapper, gnus-article-view-part): Use
9367         with-current-buffer.
9368
9369 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9370
9371         * spam.el (spam-disable-spam-split-during-ham-respool)
9372         (spam-spamoracle-database, spam-cache-lookups)
9373         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9374         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9375         (spam-group-ham-marks, spam-group-spam-marks)
9376         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9377         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9378         fix, also add spam-use-blackholes to the statistical checks
9379         (spam-fetch-field-fast): new interface to fetching fields, may
9380         become a macro
9381         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9382         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9383         (spam-insert-fake-headers): fake an article when needed
9384         (spam-find-spam): fake article when possible
9385         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9386         (spam-check-bogofilter-headers): use message-fetch-field instead
9387         of nnmail-fetch-field
9388
9389 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9392
9393 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * spam.el (spam-split): do not require spam-use-CHECK to be
9396         enabled if that check is passed to spam-split explicitly; also
9397         fix so 'spam doesn't get converted to spam-split-group when
9398         spam-split-symbolic-return is t
9399         (spam-find-spam): find registrations of the article and use those
9400         instead of re-running spam-split to find the spam/ham
9401         classification of the article
9402         (spam-log-processing-to-registry, spam-log-registered-p)
9403         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9404         use gnus-error instead of gnus-message
9405         (spam-log-registration-type): new function to determine the
9406         classification of a message based on registry entries; will
9407         return nil if both 'spam and 'ham are found
9408         (spam-check-BBDB): expand all the BBDB macros here so we can have
9409         a reasonably fast local cache without the loading errors
9410         (spam-cache-lookups): set to t by default
9411         (spam-find-spam): don't try to guess spam-cache-lookups
9412         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9413         spam-caches entry
9414         (spam-filelist-build-cache, spam-filelist-check-cache): better
9415         caching of whitelist/blacklist entries
9416         (spam-check-whitelist, spam-check-blacklist): invoke
9417         spam-from-listed-p with a type, not a cache variable
9418         (spam-from-listed-p): wrap around spam-filelist-check-cache
9419
9420 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9421
9422         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9423
9424         * nnmail.el (nnmail-split-fancy): do.
9425
9426         * mml.el (mml-parse): do.
9427
9428         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9429         (gnus-score-adaptive): do.
9430
9431 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9434         (gnus-mime-button-map): Don't set keymap parent.
9435         (gnus-button-ctan-directory-regexp): Use shy grouping.
9436         (gnus-prev-page-map): Don't set keymap parent.
9437         (gnus-prev-page-map): Remove duplicated one.
9438         (gnus-next-page-map): Don't set keymap parent.
9439         (gnus-mime-security-button-map): Ditto.
9440
9441         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9442         version number.
9443
9444         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9445
9446 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * canlock.el (canlock-sha1-function): Remove.
9449         (canlock-sha1-function-for-verify): Remove.
9450         (canlock-openssl-program): Remove.
9451         (canlock-openssl-args): Remove.
9452         (canlock-ignore-errors): Remove.
9453         (canlock-sha1-with-openssl): Remove.
9454         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9455         (canlock-verify): Don't use canlock-ignore-errors.
9456
9457         * sha1-el.el (sha1-string-external): Make it can return a string
9458         in binary form.
9459         (sha1-region-external): Ditto.
9460         (sha1-string-internal): Ditto.
9461         (sha1-region-internal): Ditto.
9462         (sha1-region): Ditto.
9463         (sha1-string): Ditto.
9464         (sha1): Ditto.
9465
9466 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * spam.el (spam-report-articles-gmane): New command.
9469
9470 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9473
9474         * run-at-time.el (run-at-time-saved): Remove.
9475         (run-at-time): Doc fix.
9476
9477 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9478
9479         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9480         (gnus-summary-limit-map): Add it.
9481         (gnus-summary-make-menu-bar): do.
9482
9483 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9486         first attempt at some caching support (done for BBDB only now)
9487         (spam-find-spam): set spam-cache-lookups if there are more than 2
9488         addresses to be checked
9489         (spam-clear-cache-BBDB): new function, to be invoked by
9490         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9491         (spam-check-BBDB): check and use the caches, if
9492         spam-cache-lookups is on
9493         remove superfluous (provide)
9494
9495 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9498
9499 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9500
9501         * run-at-time.el (run-at-time-saved): Move to after the definition
9502         of `run-at-time'.
9503
9504         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9505
9506 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9507
9508         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9509         mm-w3m-local-map-property.
9510
9511         * mm-view.el (mm-w3m-mode-map): Remove.
9512         (mm-w3m-local-map-property): Remove.
9513         (mm-inline-text-html-render-with-w3m): Don't use
9514         mm-w3m-local-map-property.
9515
9516 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * run-at-time.el: New file.
9519
9520         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9521         under Emacs.
9522
9523         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9524         of gnus-set-text-properties.
9525
9526         * gnus-uu.el (gnus-uu-save-article): Ditto.
9527
9528         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9529
9530         * gnus-cite.el (gnus-cite-parse): Ditto.
9531
9532         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9533         of gnus-.
9534
9535         * gnus-xmas.el (run-at-time): Require run-at-time.
9536
9537         * gnus.el: Changed calls to nnheader-run-at-time and
9538         password-run-at-time throughout to use run-at-time directly.
9539
9540         * password.el: Removed definition of run-at-time.
9541
9542         * nnheaderxm.el: Remove definition of run-at-time.
9543
9544 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9545
9546         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9547         in prompt.
9548
9549 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9550
9551         * messagexmas.el (message-xmas-redefine): Alias
9552         `message-make-caesar-translation-table' to
9553         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9554         version.
9555
9556         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9557         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9558         `gnus-xmas-set-text-properties'.
9559         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9560         `gnus-xmas-completing-read'.
9561         (gnus-xmas-completing-read): Removed.
9562         (gnus-xmas-open-network-stream): Removed.
9563
9564         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9565         XEmacs version.
9566
9567         * dns.el (dns-make-network-process): Use `open-network-stream'
9568         instead of `gnus-xmas-open-network-stream'.
9569
9570         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9571
9572         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9573
9574 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9575
9576         * gnus-art.el (gnus-mime-display-alternative)
9577         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9578         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9579         Don't use gnus-local-map-property.
9580
9581         * gnus-util.el (gnus-local-map-property): Remove.
9582
9583         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9584         gnus-completing-read-maybe-default with completing-read.
9585
9586         * gnus-util.el (gnus-completing-read): do.
9587         (gnus-completing-read-maybe-default): Remove.
9588
9589 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9590
9591         * password.el: Only autoload `run-at-time' if not XEmacs.
9592         Only autoload the itimer functions if XEmacs.
9593
9594 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9597         XEmacsen.
9598
9599         * dgnushack.el: Autoload executable-find for XEmacs.
9600
9601 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9602
9603         * gnus-art.el (gnus-read-string): Remove.
9604         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9605         read-string.
9606
9607 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * netrc.el: autoload password-read
9610         (netrc): new configuration group
9611         (netrc-encoding-method, netrc-openssl-path): configuration
9612         variables for encoding and decoding of files with symmetric
9613         ciphers
9614         (netrc-encode): assistant function to encode a file with
9615         netrc-encoding-method
9616         (netrc-parse): added interactive parameter, added optional
9617         decoding if netrc-encoding-method is non-nil but otherwise
9618         behavior is standard
9619         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9620         s/encode/encrypt/ everywhere
9621
9622         * spam.el: remove executable-find autoload
9623
9624 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9625
9626         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9627
9628         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9629
9630 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * gnus-art.el (gnus-treat-ansi-sequences,
9633         article-treat-ansi-sequences): New variable and function.
9634         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9635
9636         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9637         Use it.
9638
9639 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9640
9641         * mm-util.el (mm-quote-arg): Remove.
9642
9643         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9644         shell-quote-argument.
9645
9646         * gnus-uu.el (gnus-uu-command): do.
9647
9648         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9649
9650         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9651         with make-char.
9652
9653         * mm-util.el (mm-make-char): Remove.
9654
9655         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9656         add-minor-mode.
9657
9658         * gnus-undo.el (gnus-undo-mode): do.
9659
9660         * gnus-topic.el (gnus-topic-mode): do.
9661
9662         * gnus-sum.el (gnus-dead-summary-mode): do.
9663
9664         * gnus-start.el (gnus-slave-mode): do.
9665
9666         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9667
9668         * gnus-ml.el (gnus-mailing-list-mode): do.
9669
9670         * gnus-gl.el (gnus-grouplens-mode): do.
9671
9672         * gnus-draft.el (gnus-draft-mode): do.
9673
9674         * gnus-dired.el (gnus-dired-mode): do.
9675
9676         * gnus-ems.el (gnus-add-minor-mode): Remove.
9677
9678         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9679         Replace gnus-char-width with char-width.
9680
9681         * gnus-ems.el (gnus-char-width): Remove.
9682
9683         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9684         Replace gnus-char-width with char-width.
9685
9686         * gnus-ems.el (gnus-char-width): Remove.
9687
9688         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9689         definition.
9690         Remove Emacs 20 hash table compatibility code.
9691
9692         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9693         20 compatibility code.
9694
9695         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9696
9697         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9698
9699         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9700         with point-at-{eol,bol}.
9701
9702         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9703
9704         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9705
9706         * flow-fill.el (fill-flowed-point-at-bol,
9707         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9708
9709         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9710         Replace with point-at-{eol,bol} throughout all files.
9711
9712 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * ntlm.el (ntlm-string-as-unibyte): New macro.
9715         (ntlm-build-auth-response): Use it.
9716
9717         Remove Emacs 20 stuff:
9718         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9719         (butlast, mapc, remove): Remove the compiler macros.
9720         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9721         of delq and copy-sequence.
9722         * gnus-art.el (popup-menu): Remove the compiler macro.
9723         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9724         Emacs 20.
9725
9726 2004-01-05  Simon Josefsson  <jas@extundo.com>
9727
9728         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9729         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9730         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9731         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9732         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9733         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9734         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9735         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9736         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9737         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9738         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9739         string-xor into ntlm-string-xor.  Suggested by
9740         Jesper Harder <harder@myrealbox.com>.
9741
9742         * ntlm.el: Don't include poem.
9743
9744         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9745         Jesper Harder <harder@myrealbox.com>.
9746
9747         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9748
9749         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9750         probably breaks emacs with DL patch, but do we care? Is anyone
9751         still using the DL stuff?)
9752
9753         * sieve-manage.el: Use the password package.
9754         (sieve-manage-read-passwd): Remove.
9755         (sieve-manage-interactive-login): Use password.  Re-add
9756         condition-case around loop.
9757
9758         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9759         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9760         the password package.
9761
9762 2003-02-19  Simon Josefsson  <jas@extundo.com>
9763
9764         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9765         token.
9766
9767 2002-08-07  Simon Josefsson  <jas@extundo.com>
9768
9769         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9770         (sieve-manage-authenticators):
9771         (sieve-manage-authenticator-alist): Add some SASL mechs.
9772         (sieve-sasl-auth): New function.
9773         (sieve-manage-cram-md5-auth):
9774         (sieve-manage-plain-auth): Rewrite using SASL library.
9775         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9776         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9777         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9778         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9779
9780 2004-01-05  Simon Josefsson  <jas@extundo.com>
9781
9782         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9783         New files.
9784
9785 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * gnus-group.el (gnus-no-groups-message): Update.
9788
9789         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9790
9791 2003-11-09  Simon Josefsson  <jas@extundo.com>
9792
9793         * imap.el: Support for ID IMAP extension (RFC 2971).
9794         (imap-local-variables): Add imap-id.
9795         (imap-id): New variable.
9796         (imap-id): New function.
9797         (imap-parse-response): Parse untagged ID response.
9798         * nnimap.el (nnimap-id): New variable.
9799         (nnimap-open-connection): Use it.
9800
9801 2003-12-28  Simon Josefsson  <jas@extundo.com>
9802
9803         * gnus-score.el (gnus-score-edit-all-score): New.
9804         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9805
9806 2004-01-04  Simon Josefsson  <jas@extundo.com>
9807
9808         * password.el: Add.
9809
9810 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9811
9812         * dns.el: Add support for AAAA records (see RFC 3596)
9813
9814         * Fix typo PRT -> PTR
9815
9816         * Parse MX, PTR and SOA replies (see RFC 1035)
9817
9818 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9821
9822         * Moved to Changelog.2.
9823
9824 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus.el (gnus-version-number): Bump version.
9827
9828 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9829
9830         * gnus.el: No Gnus v0.1 is released.
9831
9832 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9833
9834         * gnus.el: No Gnus v0.0 is released.
9835
9836 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * gnus.el (gnus-version-number): Bump.
9839         (gnus-version): No.
9840
9841 See ChangeLog.2 for earlier changes.
9842
9843     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9844   Copying and distribution of this file, with or without modification,
9845   are permitted provided the copyright notice and this notice are preserved.
9846
9847 ;; Local Variables:
9848 ;; coding: iso-2022-7bit
9849 ;; fill-column: 79
9850 ;; add-log-time-zone-rule: t
9851 ;; End:
9852
9853 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4