(gnus-summary-recenter): Remove debug messages.
[gnus] / lisp / ChangeLog
1 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4
5 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam.el (spam-extra-header-to-number): CRM114 spam score should be
8         negated to be consistent with the others we handle
9
10 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13         version of gnus-summary-buffer to something, so that we can use two
14         article buffers at the same time.
15
16 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
19         trigger all the extra headers.
20         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
21         sorting.
22
23 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
24
25         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
26         solid groups.
27
28 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
29
30         * legacy-gnus-agent.el: Add Copyright notice.
31
32 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
33
34         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
35
36 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
39
40         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
41         to make it work reliably in CVS Emacs.
42         (gnus-summary-limit-strange-charsets-predicate)
43         (gnus-summary-limit-to-predicate): New functions.
44
45 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
46
47         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
48         specifying array size.
49         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
50         array if it is too small.
51         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
52         (gnus-sort-threads-loop): New function.
53
54 2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
55
56         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
57         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
58
59 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>  (tiny change)
60
61         * mm-url.el (mm-url-predefined-programs): Call curl with correct
62         options.
63
64 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
67         DOS-ing the recipient.
68
69         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
70         the headers when creating the mapping to avoid mismappings.
71         (nnweb-gmane-create-mapping): Always nix out old mapping.
72
73 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
76         and mm-verify-option to never.
77
78 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * message.el (message-signed-or-encrypted-p): New function.
81         (message-forward-make-body): Use it.
82
83         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
84         Replace encode-coding-string with mm-encode-coding-string.
85
86 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * nneething.el (nneething-decode-file-name): Replace
89         decode-coding-string with mm-decode-coding-string.
90
91         * gnus-int.el (gnus-open-server): Say failed server's name.
92
93 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
96         strings to a single string.  Quote `errors-file-name'.
97         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
98         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
99         Adjust calls.  Use `shell-quote-argument'.
100
101 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
102
103         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
104         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
105
106         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
107         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
108         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
109         (gnus-group-make-directory-group, gnus-group-transpose-groups):
110         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
111         (gnus-subscribe-newsgroup, gnus-1):
112         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
113         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
114         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
115         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
116
117 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
120         keystroke.
121         (gnus-summary-limit-to-bodies): Implement headersp.
122
123 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * dns.el (query-dns): Protect against "Process dns deleted" strings.
126
127 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
130
131 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132
133         * message.el (message-generate-hashcash): Expand range of values to
134         include `opportunistic'.
135         (message-send-mail): Use it.
136
137 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
138
139         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
140         and comment it.
141
142         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
143
144 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
145
146         * gnus-util.el (gnus-extract-address-components): Improve comment.
147
148 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-util.el (gnus-extract-address-components): Work with address in
151         which the name portion contains @.
152
153         * lpath.el: Fbind custom-autoload.
154
155 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
156
157         * gnus.el (gnus-start): Move custom group up.
158         (gnus-select-method): Don't autoload, but make it available for
159         `customize-variable'.
160         (gnus-getenv-nntpserver): Don't autoload.
161
162 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
163
164         * spam.el: reverted to 7.82 (removed changes since 2006-10-16)
165
166 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
167
168         * message.el (message-sendmail-extra-arguments): New variable.
169         (message-send-mail-with-sendmail): Use it.
170
171 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
174         mm-with-unibyte-current-buffer to make string unibyte.
175
176         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
177         mm-string-as-multibyte.
178
179 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
180
181         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
182         Reported by Werner Koch <wk@gnupg.org>.
183
184 2006-11-14  Daiki Ueno  <ueno@p360>
185
186         * mml2015.el: Autoload epa-select-keys when compiling.
187
188 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
189
190         * mml2015.el (mml2015-epg-sign): Save the signing keys in
191         message-options.
192         (mml2015-epg-encrypt): Save the recipient keys in message-options.
193
194 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
195
196         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
197         EasyPG (< 0.0.6).
198         (mml2015-always-trust): New user option.
199         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
200         prompt.
201
202 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * nntp.el (nntp-authinfo-force): New variable.
205         (nntp-send-authinfo): Use it.
206
207 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
208
209         * message.el (message-strip-subject-encoded-words): Allow _not_ to
210         decode encoded words.  Improve prompt.  Add comment about forwarding.
211         (message-replacement-char): Move up.
212
213 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
214
215         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
216         instead of gnus-intersection because arguments of gnus-sorted-nunion
217         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
218
219 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
220
221         * message.el (message-strip-subject-encoded-words): Reformat prompt.
222         (message-simplify-subject-functions): Enable
223         message-strip-subject-encoded-words by default.
224
225 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * message.el (message-strip-subject-encoded-words): New function
228         (message-simplify-subject-functions): New variable.
229         (message-simplify-subject): Use it.  Fix typo in doc string.
230         Support message-strip-subject-encoded-words.
231
232 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
233
234         * gnus-diary.el (gnus-diary-delay-format-function):
235         * nndiary.el (nndiary-reminders):
236         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
237
238 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * gnus-art.el (article-hide-boring-headers): Fetch date from
241         gnus-original-article-buffer to avoid problems with localized date
242         strings.
243
244 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
245
246         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
247
248 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
249
250         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
251         New variables.
252         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
253         (mm-charset-synonym-alist): Move some entries to
254         mm-codepage-iso-8859-list.
255         (mm-charset-synonym-alist, mm-charset-override-alist): Add
256         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
257
258 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
261
262 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
263
264         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
265         with Emacs 21 and XEmacs.
266
267 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * spam.el (spam-parse-address): New function for better parsing,
270         catching errors, etc.
271         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
272
273 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * mm-view.el: Add interactive arg to html2text autoload.
276
277 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
280
281 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
282
283         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
284         variables.
285         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
286         (mm-charset-synonym-alist): Move some entries to
287         mm-codepage-iso-8859-list.
288
289         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
290
291 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
292
293         * message.el (message-citation-line-format)
294         (message-insert-formated-citation-line): Fix implementation of %E, %N
295         and %n according to the doc string.
296
297 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
300         car-safe to avoid bad parses.
301
302 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
305         names.
306
307         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
308
309 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
312         header.
313
314         * message.el (message-draft-headers): Add Date.
315         (message-headers-to-generate): Fix typo in docstring.
316
317         * nndraft.el (nndraft-required-headers): New variable.
318         (nndraft-generate-headers): Use it.
319
320         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
321
322 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * gnus-registry.el (gnus-registry-wash-for-keywords)
325         (gnus-registry-find-keywords): New functions to allow easy searching of
326         articles that are in the registry.
327
328 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
331         ietf-drums-parse-address instead of gnus-extract-address-components.
332         Reported by Damien Elmes <damien@repose.cx>.
333
334 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
335
336         * gnus.el (gnus-mime): Remove unused custom group.
337
338 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
339
340         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
341         "blank line" when searching for end of armor headers.
342
343 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gmm-utils.el (gmm-write-region): Fix variable name.
346
347 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * gmm-utils.el (gmm-write-region): New function based on compatibility
350         code from `mm-make-temp-file'.
351
352         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
353
354         * nnmaildir.el (nnmaildir--update-nov)
355         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
356         Use `gmm-write-region'.
357
358 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
359
360         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
361         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
362
363         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
364
365         * message.el (message-replacement-char): New variable.
366         (message-fix-before-sending): Use it.
367         (message-simplify-subject): New function to remove duplicate code.
368         (message-reply, message-followup): Use it.
369
370         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
371         gnus-summary-limit-to-articles.
372
373 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-util.el (gnus-with-local-quit): New macro.
376
377         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
378
379 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
380
381         * gnus-util.el (gnus-string-remove-all-properties): another fix
382
383 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
386         non-string data (needs to be done in the registry too)
387
388 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
391         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
392         (gnus-registry-split-fancy-with-parent)
393         (gnus-registry-fetch-simplified-message-subject-fast)
394         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
395         remove text properties on ingress into the registry and when it's saved
396         (gnus-registry-clean-empty-function): fixed bug with cleaning the
397         registry from entries with no groups
398
399 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
400
401         * gnus-util.el (gnus-string-remove-all-properties): utility function to
402         remove string properties
403
404 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
405
406         * gmm-utils.el (gmm): Adjust custom version.
407
408         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
409         custom version.
410
411         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
412
413 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
414
415         * gnus-art.el (gnus-insert-prev-page-button)
416         (gnus-insert-next-page-button): Simplify.  Reformat.
417
418 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
419
420         * gnus-art.el (gnus-insert-prev-page-button)
421         (gnus-insert-next-page-button): Apply gnus-article-button-face.
422
423 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
424
425         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
426
427 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
428
429         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
430         gnus-article-button-face to MIME and security buttons.
431
432 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
433
434         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
435         readable.
436
437 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
440
441 2006-09-20  Steve Youngs  <steve@sxemacs.org>
442
443         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
444         `browse-url-of-file' instead of `browse-url'.
445
446 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
447
448         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
449         regexp.  Articles containing quotation were cut prematurely.
450
451 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * message.el (message-cite-original-1): Use nobody by default for the
454         value of From header.
455         (message-reply): Ditto.
456
457 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
458
459         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
460         to the gnus-info.  This fixes a bug of inline-PGP message verification.
461         Reported by Michael Piotrowski <mxp@dynalabs.de>.
462
463 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
464
465         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
466         mails in the doc string.  Add some URLs in comment.
467         (pop3-movemail): Warn about pop3-leave-mail-on-server.
468
469 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
472         backslashes handling and the way to find boundaries of quoted strings.
473
474 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
475
476         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
477         mml1991-encrypt-to-self is set and mml1991-signers is not set.
478         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
479         mml2015-encrypt-to-self is set and mml2015-signers is not set.
480
481 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
482
483         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
484         doc string.
485         (gnus-button-regexp, gnus-button-last): Remove unused variables.
486
487 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * lpath.el: Fbind epg-check-configuration.
490
491 2006-09-06  Simon Josefsson  <jas@extundo.com>
492
493         * mml2015.el (mml2015-use): Doc fix, mention epg.
494
495 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
496
497         * mml2015.el (mml2015-use): Default to epg, if available.
498
499 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
500
501         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
502         message-sender.
503         (mml1991-epg-encrypt): Ditto.
504         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
505         message-sender.
506         (mml2015-epg-encrypt): Ditto.
507
508 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
509
510         * message.el (message-send-mail-with-sendmail): Look for sendmail in
511         several common directories.
512
513 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
514
515         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
516         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
517
518 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-art.el (article-decode-encoded-words): Make it fast.
521
522 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
525
526         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
527         in quoted string into `\'.
528
529 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
532         Use standard-syntax-table.
533
534 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-art.el (gnus-decode-address-function): New variable.
537         (article-decode-encoded-words): Use it to decode headers which are
538         assumed to contain addresses.
539         (gnus-mime-delete-part): Remove useless `or'.
540
541         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
542         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
543         (gnus-nov-parse-line): Use it to decode From header.
544         (gnus-get-newsgroup-headers): Ditto.
545         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
546
547         * mail-parse.el (mail-decode-encoded-address-region): New alias.
548         (mail-decode-encoded-address-string): New alias.
549
550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
551         New function.
552         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
553         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
554         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
555         (rfc2047-decode-string): Ditto.
556         (rfc2047-decode-address-region): New function.
557         (rfc2047-decode-address-string): New function.
558
559 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
560
561         * message.el (message-caesar-buffer-body): Allow rotating headers.
562
563         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
564
565         * message.el (message-insert-formated-citation-line): Fix %f.
566         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
567
568 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
571         (gnus-bookmark-mouse-available-p): New macro.
572         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
573         (gnus-bookmark-bmenu-show-infos): Use it.
574         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
575         (gnus-bookmark-bmenu-hide-infos): Ditto.
576         (gnus-bookmark-remove-properties): New function.
577         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
578         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
579         (gnus-bookmark-write-file): Bind coding-system-for-write.
580         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
581         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
582         group before selecting it.
583         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
584         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
585         quit-window if it is not available; use gnus-mouse-2 and bind it to
586         gnus-bookmark-bmenu-select-by-mouse.
587         (gnus-bookmark-show-details): Remove unused variable `details-list'.
588         (gnus-bookmark-bmenu-select-by-mouse): New function.
589
590 2006-08-13  Romain Francoise  <romain@orebokech.com>
591
592         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
593         space.
594
595 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * compface.el (uncompface): Use binary rather than raw-text-unix.
598
599 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
600
601         * compface.el (uncompface): Make sure the eol conversion doesn't take
602         place when communicating with the external programs.  Reported by
603         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
604
605 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * nnheader.el (nnheader-insert-head): Fix typo in comment.
608
609 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
610
611         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
612         Make it more robust by parsing author and date independently.
613
614 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
617
618 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
619
620         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
621         first matching secret key.
622         (mml2015-epg-encrypt): Ditto.
623
624         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
625         first matching secret key.
626         (mml1991-epg-encrypt): Ditto.
627
628         * mml2015.el (mml2015-encrypt-to-self): New user option.
629         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
630         mml2015-epg-encrypt-to-self is set.
631
632         * mml1991.el (mml1991-encrypt-to-self): New variable.
633         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
634         mml1991-epg-encrypt-to-self is set.
635
636         * mml2015.el (mml2015-signers): New user option.
637         (mml2015-epg-sign): Reflect the value of mml2015-signers.
638         (mml2015-epg-encrypt): Allow to select signing keys.
639
640         * mml1991.el (mml1991-signers): New variable.
641         (mml1991-epg-sign): Reflect the value of mml1991-signers.
642         (mml1991-epg-encrypt): Allow to select signing keys.
643
644 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * nnheader.el (nnheader-insert-head): Make it work even if the file
647         uses CRLF for the line-break code.
648
649 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
650
651         * mml2015.el: Require mml-sec instead of password.
652         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
653         (mml2015-cache-passphrase): Inherit the default value from
654         mml-secure-cache-passphrase.
655         (mml2015-passphrase-cache-expiry): Inherit the default value from
656         mml-secure-passphrase-cache-expiry.
657
658         * mml1991.el: Require mml-sec instead of password.
659         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
660         (mml1991-cache-passphrase): Inherit the default value from
661         mml-secure-cache-passphrase.
662         (mml1991-passphrase-cache-expiry): Inherit the default value from
663         mml-secure-passphrase-cache-expiry.
664
665         * mml-sec.el: Require password.
666         (mml-secure-verbose): New user option.
667         (mml-secure-cache-passphrase): New user option.
668         (mml-secure-passphrase-cache-expiry): New user option.
669
670 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
671
672         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
673         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
674         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
675
676         FIXME: Use `tiny change'?
677
678 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
679
680         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
681         workaround for the url package included with Emacs.
682
683         * nnweb.el (nnweb-google-create-mapping): Update regexp.
684
685 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
688         correctly.  This fixes a bug caused by the 2006-05-12 change.
689
690 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
691
692         * nnmail.el (nnmail-article-group): If splitting raises an error, give
693         some information about the error when saying that the `bogus' mail
694         group will be used.
695
696 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
697
698         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
699         string.
700
701 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
702
703         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
704
705 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
706
707         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
708
709 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
710
711         * mml1991.el (mml1991-function-alist): Add epg.
712         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
713         (mml1991-epg-encrypt): New functions.
714
715 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
716
717         * mml2015.el (mml2015-verbose): New variable.
718         (mml2015-cache-passphrase): Ditto.
719         (mml2015-passphrase-cache-expiry): Ditto.
720         (mml2015-function-alist): Add epg.
721         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
722         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
723         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
724         functions.
725
726 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
727
728         * message.el (message-cite-original-1): Preserve region when removing
729         quoted text due to X-No-Archive in order to avoid bogus attribution
730         when citing multiple messages.
731
732 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
733
734         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
735         Kenneth Jacker <khj@be.cs.appstate.edu>.
736
737 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
738
739         * gnus-diary.el (gnus-user-format-function-d)
740         (gnus-user-format-function-D): Autoload.
741
742         * imap.el (Commentary): Fix typo.
743
744         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
745         2006-04-22 contribution.
746
747 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
748
749         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
750         It didn't really fix the bogosity I'm seeing with solid web groups.
751
752 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
753
754         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
755         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
756         created using server names.  If we use the feature without declaring
757         it, Gnus does not properly manage server and group state.
758
759         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
760         bound.
761
762 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
763
764         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
765         looking up the method using GROUP's prefix before inventing a new one.
766         It is used on killed/unknown groups in various places where returning
767         an all-new method isn't expected by the caller.
768
769         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
770         and match semantics of gnus-group-real-prefix.
771
772 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
773
774         * nnmail.el (nnmail-broken-references-mailers): New variable.
775         (nnmail-ignore-broken-references): New function generalizing
776         nnmail-fix-eudora-headers.
777         (nnmail-fix-eudora-headers): Now obsolete.
778
779         * gnus-art.el (gnus-button-handle-custom): Support
780         `customize-apropos*'.
781
782 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
785
786         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
787         articles.
788
789 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
790
791         * message.el (message-cite-reply-above): New variable.
792         (message-yank-original): Use it.
793
794 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
797
798 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
799
800         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
801         as read.
802
803         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
804
805 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
806
807         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
808         (gnus-bookmark-default-file): Use gnus-directory.
809         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
810         Remove "*" in doc string.
811         (gnus-bookmark-write-file): Simplify.
812         (gnus-bookmark-maybe-sort-alist): Use `when'.
813         (gnus-bookmark-get-bookmark): Fix typo in doc string.
814         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
815         FIXME about Emacs 21 and XEmacs compatibility.
816         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
817         compatibility.
818         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
819         compatibility.
820         (gnus-bookmark-menu-heading): Fix version.
821
822 2006-06-19  Bastien Guerry  <bzg@altern.org>
823
824         * gnus-bookmark.el: New file.
825
826 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * message.el (message-syntax-checks): Doc fix.
829
830 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
831
832         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
833         unsubscribed groups as if they were killed ones.  It causes duplicate
834         entries in gnus-newsrc-alist.
835
836 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * message.el (message-syntax-checks): Doc fix.
839         (message-send-mail): Add check for continuation headers.
840         (message-check-news-header-syntax): Fix regexp used to check for
841         continuation headers.
842
843 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
846
847 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
848
849         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
850
851 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
854         default-truncate-lines.
855
856 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
859         to fill the utf-8 entry.
860
861         * lpath.el: Fbind unicode-precedence-list.
862
863 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
864
865         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
866
867 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
868
869         * gnus-agent.el (directory-files-and-attributes): Move all the way
870         forward (the third and final move).
871         (gnus-agent-read-agentview): Trap reconstruction errors due to
872         nonexistant directory.  Handle by returning nil.
873
874 2006-05-30  Didier Verna  <didier@xemacs.org>
875
876         * message.el (message-dont-reply-to-names): Update the custom type.
877         * message.el (message-dont-reply-to-names): New defsubst: potentially
878         convert a list of regexps into a single one.
879         * message.el (message-get-reply-headers): Use it.
880         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
881
882 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-agent.el (directory-files-and-attributes): Move forward.
885
886 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
887
888         * gnus-ml.el (gnus-mailing-list-subscribe)
889         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
890         (gnus-mailing-list-message): Fix doc strings.
891
892 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
893
894         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
895         of doing it manually.
896
897 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
898
899         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
900         comment.
901
902 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
903
904         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
905         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
906         (gnus-agent-read-local): All symbols allocated in my-obarray
907         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
908         (gnus-agent-regenerate-group): Check numeric names to see if they are
909         messages or groups.
910         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
911         better way of do this...)
912
913         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
914         'dummy.group' (there should be a better way of do this...)
915
916 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
919         (gnus-saved-headers): Ditto.
920         (gnus-default-article-saver): Mention functions may have properties.
921         (gnus-article-save): Override gnus-save-all-headers and
922         gnus-saved-headers by :headers property which saver function may have.
923         (gnus-summary-save-in-file): Add :headers property.
924         (gnus-summary-write-to-file): Ditto.
925
926         * gnus-sum.el (gnus-summary-save-article): Bind
927         gnus-prompt-before-saving to t when saving many articles in a file;
928         always show all headers.
929
930         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
931
932 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
933
934         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
935         marks.
936
937         * message.el (message-indent-citation): Add optional arguments to allow
938         using it outside of message buffers.
939
940         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
941         (gnus-article-treat-unfold-headers): Use it.
942         (gnus-article-truncate-lines): New variable.
943         (gnus-article-mode): Use it.
944         (gnus-article-toggle-truncate-lines): New function.
945
946         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
947         gnus-article-toggle-truncate-lines.
948
949         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
950         coding system in XEmacs, use binary.
951
952 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
955         after-load-alist.
956
957         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
958         this function should save decoded articles.
959         (gnus-summary-write-to-file): Use property to specify this function
960         should save decoded articles and specify gnus-summary-save-in-file
961         should be used to save articles other than the first one when saving
962         many articles.
963         (gnus-summary-save-body-in-file): Use property to specify this
964         function should save decoded articles.
965         (gnus-summary-write-body-to-file): Use property to specify this
966         function should save decoded articles and specify
967         gnus-summary-save-body-in-file should be used to save articles other
968         than the first one when saving many articles.
969
970         * gnus-sum.el (gnus-summary-save-article): Simplify.
971
972 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * gnus-art.el (gnus-default-article-saver): Add
975         gnus-summary-write-body-to-file.
976         (gnus-article-save-coding-system): Don't use coding system object
977         in XEmacs.
978         (gnus-read-save-file-name): Add optional `dir-var' argument which
979         specifies directory in which files are saved; work even if optional
980         `variable' argument is not specified.
981         (gnus-summary-write-to-file): Read file name.
982         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
983         (gnus-summary-write-body-to-file): New function.
984
985         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
986         (gnus-summary-local-variables): Add it.
987         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
988         (gnus-summary-save-article): Remove optional `decode' argument;
989         determine whether to decode articles by the value of
990         gnus-default-article-saver; when saving many files using
991         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
992         it first and use gnus-summary-save-in-file or
993         gnus-summary-save-body-in-file thereafter unless
994         gnus-prompt-before-saving is always; move point to article which
995         will be saved.
996         (gnus-summary-save-article-file): Revert.
997         (gnus-summary-write-article-file): Revert.
998         (gnus-summary-save-article-body-file): Revert.
999         (gnus-summary-write-article-body-file): New function.
1000
1001 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-art.el (gnus-default-article-saver): Doc fix.
1004         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1005         from gnus-summary-save-article-coding-system, and default to a
1006         certain coding system.
1007         (gnus-output-to-file): Add coding cookie and encode text according
1008         to gnus-article-save-coding-system; don't use mm-append-to-file.
1009
1010         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1011         gnus-art.el and rename to gnus-article-save-coding-system.
1012         (gnus-summary-save-article): Require gnus-art; don't show all
1013         headers if it decodes articles; don't add coding cookie here;
1014         don't bind mm-text-coding-system-for-write.
1015         (gnus-summary-save-article-file): Save decoded articles.
1016         (gnus-summary-write-article-file): When saving many files, use
1017         gnus-summary-write-to-file first and gnus-summary-save-in-file
1018         thereafter unless gnus-prompt-before-saving is always.
1019         (gnus-summary-save-article-body-file): Save decoded articles.
1020
1021         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1022
1023 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1024
1025         * nnrss.el (nnrss-check-group): Bind hash-index.
1026
1027 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1028
1029         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1030         its hash index.  Store this hash in `nnrss-group-data'.
1031         (nnrss-read-group-data): Update accordingly.
1032
1033 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1034
1035         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1036         entry.
1037
1038         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1039         gnus-article-browse-html-article.
1040
1041 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1042
1043         * gnus-sum.el (gnus-summary-mime-map): Add
1044         gnus-article-browse-html-article.
1045
1046         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1047
1048 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1051         suitable coding systems in customize.
1052
1053 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1054
1055         * mail-source.el (mail-sources): Fix custom type.
1056
1057 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1058
1059         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1060         (gnus-summary-expire-articles-now): Shorten prompt.
1061
1062         * gmm-utils.el (wid-edit): Require.
1063         (defun-gmm): Renamed from `gmm-defun-compat'.
1064         (gmm-image-search-load-path): Use it.
1065         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1066
1067 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1070         variable.
1071         (gnus-summary-save-article): Add optional `decode' argument.  If
1072         it is set and gnus-summary-save-article-coding-system is non-nil,
1073         save decoded article.
1074         (gnus-summary-write-article-file): Save decoded article if
1075         gnus-summary-save-article-coding-system is non-nil.
1076
1077         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1078         type.
1079
1080 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1083
1084 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1087         first to test gnus-single-article-buffer which may be buffer-local.
1088
1089         * gnus-sum.el (gnus-summary-setup-buffer): Make
1090         gnus-single-article-buffer buffer-local and nil in ephemeral
1091         group; make gnus-article-buffer, gnus-article-current, and
1092         gnus-original-article-buffer always buffer-local.
1093         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1094         group.
1095         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1096
1097 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1098
1099         * nnml.el (nnml-request-compact-group): Compressed files might not
1100         have .gz extension.
1101
1102 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1103
1104         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1105         (mm-copy-to-buffer): Use with-current-buffer.
1106         (mm-display-part): Simplify.
1107         (mm-inlinable-p): Add optional arg `type'.
1108
1109 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1110
1111         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1112         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1113         Try harder to show the attachment internally or externally using
1114         gnus-mime-view-part-as-type.
1115
1116 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1117
1118         * message.el (message-from-style, message-signature-separator)
1119         (message-user-organization-file, message-send-mail-function)
1120         (message-citation-line-function, message-yank-prefix)
1121         (message-indent-citation-function, message-signature)
1122         (message-signature-file, message-signature-insert-empty-line):
1123         Remove autoloads.
1124
1125         * gnus-art.el (gnus-buttonized-mime-types): Remove
1126         "multipart/signed".  Revert 2006-04-26 change.
1127
1128 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus.el (gnus-version-number): Bump version.
1131
1132 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1133
1134         * gnus.el: No Gnus v0.5 is released.
1135
1136 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1137
1138         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1139         fetching articles by message-id.
1140
1141 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * message.el (hashcash): Require hashcash as normal.
1144
1145         * ecomplete.el (ecomplete-highlight-match-line): Use
1146         point-at-eol.
1147         (ecomplete-highlight-match-line): Use `highlight', because that
1148         face exists in both Emacs and XEmacs.
1149
1150         * message.el (message-display-abbrev): Use point-at-bol.
1151
1152         * mail-source.el: Don't require timer/timer-funcs.
1153
1154         * gnus-async.el: Ditto.
1155
1156         * password.el: Ditto.
1157
1158         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1159
1160         * mm-url.el: Ditto.
1161
1162         * gnus-xmas.el: Don't require timer-funcs.
1163
1164         * mm-util.el: Require timer/timer-funcs.
1165
1166 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1167
1168         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1169         Close.
1170
1171 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1174         unibyte after clear-decrypt function runs.
1175
1176         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1177         returns as a unibyte string.
1178
1179 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * lpath.el: Revert.
1182
1183         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1184         (pgg-gpg-process-sentinel): Revert.
1185
1186         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1187         (pgg-pgp-lookup-key): Revert.
1188
1189         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1190         (pgg-pgp5-lookup-key): Revert.
1191
1192         * pgg.el (pgg-fetch-key): Revert.
1193
1194 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * lpath.el: Fbind string-as-multibyte for XEmacs.
1197
1198         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1199         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1200         (mml1991-pgg-encrypt): Ditto.
1201
1202         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1203         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1204         a multibyte buffer.
1205
1206         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1207         (pgg-pgp-lookup-key): Ditto.
1208
1209         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1210         (pgg-pgp5-lookup-key): Ditto.
1211
1212         * pgg.el (pgg-fetch-key): Ditto.
1213
1214 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1215
1216         * message.el (message-user-organization-file): Check several
1217         locations of the organization file.
1218
1219         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1220         Add gnus-article-view-part-as-type.
1221
1222         * gnus-art.el (gnus-article-view-part-as-type): New function.
1223
1224         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1225         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1226
1227         * mml.el: Simplify autoload.
1228         (mml-mode): defvar dnd-protocol-alist instead of using
1229         symbol-value.
1230         (mml-default-directory): New variable.
1231         (mml-minibuffer-read-file): Use it.
1232         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1233
1234         * message.el (message-citation-line-format): New variable.
1235         (message-insert-formated-citation-line): New function.
1236         (message-citation-line-function): Add
1237         `message-insert-formated-citation-line' to custom type.
1238
1239         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1240         to doc string.
1241
1242         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1243         depending on mm-verify-option.
1244
1245 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1248         binding pgg-* variables; reimplement the section which prevents
1249         MIME header from being signed.
1250         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1251         pgg-text-mode; remove a blank line at the top of body.
1252
1253         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1254         lines at the top of body; use gnus-newsgroup-charset if there's no
1255         Charset header.
1256
1257 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * message.el (message-self-insert-commands): Doc fix.
1260
1261         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1262         (mm-uu-pgp-encrypted-test): Ditto.
1263         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1264         between header and body; return application/pgp-encrypted handle
1265         if decryption failed; decode decrypted body by charset.
1266
1267         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1268         element match to application/pgp-*.
1269
1270 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1271
1272         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1273         HTML.
1274
1275 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * mail-source.el (mail-source-call-script): Message the error
1278         string.
1279
1280 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-util.el (gnus-byte-compile): Use it.
1283
1284 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1285
1286         * gnus-util.el (kill-empty-logs): New function.
1287
1288 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * message.el (message-mail-alias-type): Doc fix.
1291         (message-mail-alias-type-p): New function.
1292         (message-send): Use it.
1293         (message-mode): Ditto.
1294         (message-strip-forbidden-properties): Ditto.
1295
1296         * ecomplete.el (ecomplete-database-file-coding-system): New
1297         variable.
1298         (ecomplete-save): Use it.
1299         (ecomplete-setup): Use it.
1300
1301 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * message.el (message-self-insert-commands): New variable.
1304         (message-strip-forbidden-properties): Use it.
1305
1306 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1309         that doesn't make XEmacs choke.
1310
1311 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * gnus-util.el (gnus-replace-in-string):
1314         Prefer replace-regexp-in-string over of replace-in-string.
1315
1316 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-util.el (gnus-select-frame-set-input-focus):
1319         Use select-frame-set-input-focus if it is available in XEmacs; use
1320         definition defined in Emacs 22 for old Emacsen.
1321
1322         * dgnushack.el: Autoload unmorse-region for XEmacs.
1323
1324         * lpath.el: Bind cursor-in-non-selected-windows and
1325         select-frame-set-input-focus for XEmacs.
1326
1327 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1330
1331 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * gnus-registry.el (gnus-registry-cache-save): remove text
1334         properties when saving via the temp buffer
1335
1336 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         * message.el (message-generate-hashcash): Honor custom type.
1339
1340 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * message.el (message-generate-hashcash): Default to non-nil when
1343         hashcash is found.
1344
1345         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1346         (gnus-refer-thread-limit): Increase default to 500.
1347
1348         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1349
1350         * flow-fill.el (fill-flowed): Allow delete-space.
1351
1352 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1355         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1356         Remove autoloads.
1357
1358 2006-04-18  Simon Josefsson  <jas@extundo.com>
1359
1360         * message.el (message-generate-hashcash): Default to.
1361
1362 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1365         concatenating segments rather than before concatenating them.
1366
1367 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1368
1369         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1370
1371 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1374
1375         * message.el (message-forward-make-body-plain): Allow
1376         message-forward-ignored-headers to be a list.
1377         (message-remove-ignored-headers): Factor out into function.
1378         (message-forward-make-body-mml): Use it.
1379
1380         * imap.el (imap-quote-specials): New function.
1381         (imap-login-auth): Quote specials.
1382
1383         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1384         (rfc2231-parse-string): Allow concatanation of parameters that
1385         aren't contiguous.  The test case is
1386           (mail-header-parse-content-type "message/external-body;
1387             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1388             access-type=LOCAL-FILE;
1389             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1390
1391 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1392
1393         * nntp.el (nntp-accept-process-output): Return the value of
1394         `nnheader-accept-process-output'.
1395
1396 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397
1398         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1399         (gnus-button-alist): Recognize more diff formats.
1400         (gnus-button-patch): Strip directory.
1401
1402 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1403
1404         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1405         Emacs 22 when setting focus.
1406
1407 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-art.el (gnus-article-treat-types): Do treatment of
1410         text/x-verbatim parts.
1411         (gnus-button-patch): New command.
1412
1413         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1414         addresses that contain invalid characters.
1415
1416 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * message.el (message-put-addresses-in-ecomplete): Use
1419         gnus-replace-in-string.
1420         (message-is-yours-p): Use the more correct
1421         mail-header-parse-address instead of
1422         mail-extract-address-components.
1423         (message-put-addresses-in-ecomplete): Fix typo.
1424
1425         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1426         keystroke.
1427
1428         * gnus-art.el (gnus-treatment-function-alist): Change order of
1429         newsgroups/generic header folding to avoid double-folding.
1430
1431         * message.el (message-hidden-headers): Add X-Draft-From.
1432
1433         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1434         command.
1435         (gnus-summary-repeat-search-article-backward): New command.
1436
1437         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1438         groups in the parent topic.
1439
1440 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1441
1442         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1443         (spam-extra-header-to-number): Return the CRM114 number as a
1444         number instead of a string.
1445
1446 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-art.el (gnus-face-properties-alist): Moved here from
1449         gnus-fun.
1450
1451         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1452
1453 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * message.el (message-strip-forbidden-properties): Only display on
1456         self-insert-command.
1457
1458         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1459         reindent.
1460         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1461
1462 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1463
1464         * smiley.el (smiley-style): Fix typo.
1465
1466 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * hashcash.el (hashcash-insert-payment-async-2): Use
1469         message-goto-eoh instead of doing it manually.
1470         (mail-add-payment): Use message-narrow-to-header instead of trying
1471         to do the same itself.
1472
1473         * message.el (message-hidden-headers): Add Face.
1474
1475         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1476         reparenting code.
1477         (gnus-summary-reparent-children): Refactored out code.
1478         (gnus-summary-thread-map): New keystroke.
1479         (gnus-summary-reparent-children): Make into command.
1480
1481         * smiley.el (smiley-style): Default to `medium' if using a large
1482         font.
1483
1484         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1485         does it itself.
1486
1487         * message.el (message-point-in-header-p): Simplify definition.
1488
1489 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * nnagent.el (nnagent-request-set-mark): Silence log file
1492         writing.
1493         (nnagent-request-set-mark): Use write-region instead of
1494         append-to-file.
1495
1496         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1497         strange select method.
1498
1499         * ecomplete.el (ecomplete-display-matches): Get highlightling
1500         right.
1501         (ecomplete-display-matches): Use literals.
1502         (ecomplete-display-matches): Disable message logging.
1503
1504         * message.el (message-display-abbrev): Small optimization.
1505
1506         * ecomplete.el (ecomplete-display-matches): Allow automatic
1507         display.
1508
1509         * message.el (message-strip-forbidden-properties): Display
1510         abbrevs.
1511         (message-display-abbrev): Get automatic display right.
1512
1513         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1514         keystrokes.
1515
1516 2006-04-13  Romain Francoise  <romain@orebokech.com>
1517
1518         TODO: Backport to v5-10!
1519
1520         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1521         Moved here (and renamed) from gnus-registry.el.
1522
1523         * gnus-registry.el: Require gnus-util.
1524         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1525
1526 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-group.el (gnus-group-catchup-current): Change
1529         if-then-else-if-then-else into cond.
1530         (gnus-group-catchup): Indent.
1531         (group-name-at-point): New function.
1532         (gnus-fetch-group): Provide default from thing at point.
1533
1534 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * message.el (message-display-abbrev): Fix regexp.
1537
1538         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1539         choosing.
1540         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1541         dead variables.
1542
1543         * message.el (message-newline-and-indent): Remove debugging.
1544         (message-display-abbrev): Use new implementation.
1545
1546 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * gnus-art.el (gnus-article-mode): Set
1549         cursor-in-non-selected-windows to nil.
1550
1551         * smiley.el: Revert previous change.
1552         (smiley-data-directory): defvar it before using it in the
1553         defcustom of `smiley-style'.
1554
1555 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * message.el (message-newline-and-indent): New function.
1558
1559         * ecomplete.el: Implement more bits.
1560
1561         * message.el (message-put-addresses-in-ecomplete): Clean up the
1562         string.
1563
1564         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1565
1566         * gnus-sum.el (gnus-summary-save-parts): Bind
1567         gnus-summary-save-parts-counter and use it to make unique file
1568         names.
1569
1570         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1571
1572         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1573         parameter to say whether to actually parse the individual
1574         addresses.
1575
1576         * message.el (message-put-addresses-in-ecomplete): New function.
1577         (ecomplete): Require.
1578         (message-mail-alias-type): Add ecomplete as an option.
1579
1580 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1581
1582         * flow-fill.el (fill-flowed): Remove trailing space from blank
1583         quoted lines.
1584
1585 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * smiley.el (smiley-style): Move definition later to avoid a
1588         compilation warning.
1589
1590 2006-04-12  Kenichi Handa  <handa@m17n.org>
1591
1592         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1593         buffer and then decode the buffer text if necessary.
1594         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1595         first, and after mm-encode-body, change the buffer to unibyte.
1596         Use mm-disable-multibyte instead of set-buffer-multibyte.
1597
1598 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1601         Content-Type header instead of Content-Disposition header.
1602         (gnus-mime-inline-part): Ditto.
1603         (gnus-mime-view-part-as-charset): Ignore charset that the part
1604         specifies.
1605
1606         * mm-decode.el (mm-display-part): Work with external parts and
1607         usual parts similarly.
1608
1609         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1610         instead of gnus-display-mime.
1611
1612         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1613         instead of with-temp-buffer.
1614
1615         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1616         tag to summarized topics part in order to encode non-ASCII text.
1617
1618 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * smiley.el (smiley-style): New variable.
1621         (smiley-directory): New function.
1622         (smiley-data-directory): Derive from `smiley-style' using
1623         `smiley-directory'.
1624         (smiley-regexp-alist): Add new entries.
1625
1626         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1627         (gnus-article-browse-delete-temp): Add :version.
1628
1629 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1630
1631         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1632         the sieve region.
1633
1634 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus.el (gnus-version-number): Bump version.
1637
1638 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1639
1640         * gnus.el: No Gnus v0.4 is released.
1641
1642 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1645         layout.
1646
1647         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1648         unknown charset.
1649
1650         * message.el (message-header-synonyms): Add Original-To to the
1651         default.
1652
1653         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1654         optional parameter.
1655
1656 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * gnus-fun.el (gnus): Require it for gnus-directory.
1659
1660 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1663
1664 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1665
1666         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1667
1668 2006-04-05  Simon Josefsson  <jas@extundo.com>
1669
1670         * password.el (password-reset): New function.
1671
1672 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1673
1674         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1675         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1676
1677 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1678
1679         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1680         Some whitespace was matched into the url, which broke browsing hits
1681         > 100 when mm-url-use-external was nil.
1682
1683 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1684
1685         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1686         gnus-extra-headers for 'Newsgroups.
1687
1688         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1689         bound.
1690
1691 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1692
1693         * pgg-gpg.el: Clean up process buffers every time gpg processes
1694         complete.
1695
1696 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1697
1698         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1699         doc string.
1700
1701 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1702
1703         * pgg-gpg.el (pgg-gpg-process-filter)
1704         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1705
1706         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1707         lines, temporary fix.
1708
1709 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1710
1711         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1712
1713 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1714
1715         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1716         default-enable-multibyte-characters.  This reverts the change from
1717         revision 6.17 which is no longer necessary because the passphrase
1718         is sent separately now.  GnuPG messages are unreadable under
1719         multibyte locales with default-enable-multibyte-characters set to
1720         nil.
1721
1722 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1723
1724         * message.el (message-tool-bar-gnome): Move "spell".
1725
1726 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1727
1728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1729         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1730         instead.
1731
1732 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1733
1734         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1735         newsgroups handling for NNTP overviews which don't include
1736         Newsgroups.
1737
1738 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1739
1740         * message.el (message-resend): Bind message-generate-hashcash to
1741         to nil.
1742
1743 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1744
1745         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1746         when searching for already-paid recipients.
1747
1748 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1749
1750         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1751         passphrases when it is not needed.
1752         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1753         passphrase stuff from gpg, should only be necessary when you use
1754         gpg with a smartcard.
1755
1756 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * mml.el (mml-insert-mime): Ignore cached contents of
1759         message/external-body part.
1760
1761         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1762         (mm-insert-part): Ditto.
1763
1764 2006-03-23  Simon Josefsson  <jas@extundo.com>
1765
1766         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1767         Reiner.
1768         (pgg-gpg-use-agent-p): Use it again.
1769
1770 2006-03-23  Simon Josefsson  <jas@extundo.com>
1771
1772         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1773         older emacsen.
1774         (pgg-gpg-use-agent-p): Don't use it.
1775
1776 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1777
1778         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1779         if we can.
1780
1781 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1782
1783         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1784         (pgg-gpg-update-agent): New function.
1785         (pgg-gpg-use-agent-p): New function.
1786         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1787         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1788         (pgg-gpg-sign-region): Use it.
1789
1790 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1793         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1794
1795 2006-03-21  Simon Josefsson  <jas@extundo.com>
1796
1797         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1798         <wilde@sha-bang.de>.
1799         (pgg-gpg-use-agent): New variable.
1800         (pgg-gpg-process-region): Use it.
1801         (pgg-gpg-encrypt-region): Likewise.
1802         (pgg-gpg-encrypt-symmetric-region): Likewise.
1803         (pgg-gpg-decrypt-region): Likewise.
1804         (pgg-gpg-sign-region): Likewise.
1805         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1806
1807 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1808
1809         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1810
1811         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1812         Add comment on version.
1813
1814 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * smiley.el: Add missing test smiley.
1817
1818 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * mm-decode.el (mm-with-part): New macro.
1821         (mm-get-part): Use it; work with message/external-body as well.
1822         (mm-save-part): Treat name and filename equally.
1823
1824         * mm-extern.el (mm-extern-cache-contents): New function.
1825         (mm-inline-external-body): Use it; force the part to be displayed;
1826         move undisplayer added to the cached handle to the parent.
1827
1828         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1829         (gnus-mime-view-part-as-type): Work with message/external-body.
1830
1831         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1832
1833 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1834
1835         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1836         images in image-load-path.  [Sync with image.el, revision 1.60, in
1837         Emacs.]
1838
1839 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1842         path rather than symbol.  Always return list of directories.
1843         Guarantee that image directory comes first.  [Sync with image.el,
1844         revision 1.59, in Emacs.]
1845
1846         * message.el (message-make-tool-bar): Adjust to new API of
1847         `gmm-image-load-path-for-library'.
1848
1849         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1850
1851         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1852
1853 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1854
1855         * gnus-art.el (gnus-article-only-boring-p):
1856         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1857         intangible text.
1858         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1859
1860 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1863         `defun' instead of `gmm-defun-compat'.
1864
1865 2006-03-14  Simon Josefsson  <jas@extundo.com>
1866
1867         * message.el (message-unique-id): Don't use message-number-base36
1868         if (user-uid) is a float.
1869         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1870
1871 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1874
1875         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1876         empty line between a part and a message part.
1877
1878 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1879
1880         * smiley.el: Add more test smileys.
1881         (smiley-data-directory, smiley-regexp-alist)
1882         (gnus-smiley-file-types): Fix doc strings.
1883         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1884         adding new elements.
1885         (smiley-mouse-map): Unused code.  Make it a comment.
1886
1887 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1890         scan latest NoCeM messages instead of old ones.
1891         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1892         delimiters that are recently used.
1893         (gnus-nocem-load-cache): Add autoload cookie.
1894
1895         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1896
1897         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1898         level which is larger than gnus-use-nocem is specified.
1899
1900         * gnus-group.el (gnus-group-get-new-news): Ditto.
1901
1902 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1903
1904         * gnus-util.el (gnus-tool-bar-update): New function.
1905
1906         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1907         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1908
1909         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1910
1911         * gnus-group.el (gnus-group-redraw-when-idle)
1912         (gnus-group-redraw-check): Remove.
1913         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1914
1915 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1918         if optional last element is specified in splits (FIELD VALUE...).
1919
1920 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1923         to gmm-image-load-path-for-library.  Call with no-error argument.
1924         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1925
1926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1927
1928         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1929
1930         * gmm-utils.el (gmm-image-load-path): Remove alias.
1931
1932 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1933
1934         * gmm-utils.el (gmm-image-load-path): Add alias.
1935
1936         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1937         nnml-generate-nov-databases-1.
1938         (nnml-generate-nov-databases): Use it.
1939         (nnml-generate-nov-databases-directory): Document no-active
1940         argument.
1941
1942         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1943         directory if path is t.  Add no-error.
1944
1945         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1946         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1947
1948         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1949         resetting gnus-article-browse-html-temp-list.
1950
1951         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1952         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1953         Add example to docstring.  Rename local variables.  Move error
1954         checks to default case in cond and simplify.
1955
1956 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1959         handle is multipart when calling it recursively.
1960         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1961
1962 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1963
1964         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1965         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1966
1967 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1970         is loaded.
1971
1972         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1973         loaded.
1974
1975 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1978         to "Emacs 23 (unicode)" in doc string.
1979
1980         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1981         "Emacs 23 (unicode)" in comment.
1982
1983 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1986
1987         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1988         characters 160 through 255 in Emacs 23.
1989
1990 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1991
1992         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1993         gnus-article-browse-html-temp.
1994         (gnus-article-browse-delete-temp): Make it customizable.  Add
1995         `file'.  Adjust doc string.
1996         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1997         query for each file.  Adjust doc string.
1998         (gnus-article-browse-html-parts): Add
1999         `gnus-article-browse-delete-temp-files' to
2000         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2001
2002 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2003
2004         * gnus-art.el (gnus-article-browse-html-temp)
2005         (gnus-article-browse-delete-temp): New variables.
2006         (gnus-article-browse-delete-temp-files): New function.
2007         (gnus-article-browse-html-parts): Use it.
2008
2009 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2010
2011         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2012
2013         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2014         string.
2015
2016         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2017         gnus-summary-insert-new-articles when unplugged.  Remove
2018         gnus-summary-search-article-forward.
2019
2020         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2021         display-visual-class instead of display-color-cells.
2022
2023 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * dgnushack.el: Autoload customize-group for XEmacs.
2026
2027         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2028         message/* containing non-ASCII text properly.
2029
2030 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2031
2032         * message.el: Require gmm-utils, remove autoloads.
2033         (message-tool-bar): Set default based on
2034         gmm-tool-bar-style.
2035         (message-tool-bar-gnome): Add gmm-customize-mode.
2036
2037         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2038         gmm-tool-bar-style.
2039         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2040
2041         * gnus-group.el (gnus-group-tool-bar): Set default based on
2042         gmm-tool-bar-style.
2043         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2044
2045         * gmm-utils.el (gmm-image-directory): Rename variable from
2046         gmm-image-load-path.
2047         (gmm-image-load-path): Use gmm-image-directory.
2048         (gmm-customize-mode): New function.
2049         (gmm-tool-bar-style): New variable.
2050
2051         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2052         gnus-group-redraw-line-number.
2053         (gnus-group-redraw-check): Simplify.
2054         (gnus-group-tool-bar-update): Remove redraw check.
2055         (gnus-group-make-tool-bar): Add redraw check.
2056
2057 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2058
2059         * gnus-art.el (gnus-button): Add missing parentheses.
2060
2061 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * lpath.el: Fbind line-number-at-pos.
2064
2065 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2068
2069 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * gnus-art.el (gnus-button): New face.
2072         (gnus-article-button-face): Use it.
2073
2074         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2075         gnus-summary-next-page.  Re-order.
2076
2077         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2078         next-node are now included.
2079         (gnus-group-redraw-line-number): New internal variable.
2080         (gnus-group-redraw-check): Helper function for updating the tool
2081         bar.
2082         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2083
2084         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2085
2086         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2087         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2088         Use it to match format of Spamassassin 3.0 and later.  Reported by
2089         IRIE Tetsuya <irie@t.email.ne.jp>.
2090         (spam-check-bogofilter)
2091         (spam-bogofilter-register-with-bogofilter): Fix args of
2092         `gnus-error' calls.
2093
2094 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2097         unnecessary interaction when sending queued mails.  Reported by
2098         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2099
2100 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2101
2102         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2103         first or last are nil.
2104
2105 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2106
2107         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2108
2109 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2112
2113 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * dns.el (query-dns): Protect more against buggy tcp output.
2116
2117 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2118
2119         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2120         nov.php.
2121
2122 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2123
2124         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2125         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2126         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2127         output on the server side.
2128         (nnweb-google-create-mapping): Update regexps and add some
2129         progress indication.
2130
2131 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2132
2133         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2134         gnus-agent-toggle-plugged.  Re-order icons.
2135         (gnus-group-tool-bar-gnome): Add
2136         gnus-group-{prev,next}-unread-group.
2137         (gnus-group-tool-bar-gnome): Re-order icons.
2138
2139         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2140         gnus-summary-insert-new-articles.
2141
2142         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2143         comments.
2144
2145         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2146         also available in Emacs 21.3.
2147
2148         * message.el (message-fix-before-sending): Change "Emacs 22" to
2149         "Emacs 23 (unicode)" in comment.
2150
2151         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2152         "Emacs 23 (unicode)" in comment.
2153
2154         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2155         comment.
2156         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2157
2158         * mm-view.el (mm-fill-flowed): Add :version.
2159
2160 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2163         and load-path.
2164
2165 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2166
2167         * message.el: Autoload gmm-image-load-path.
2168         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2169         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2170         consitency.
2171
2172         * gmm-utils.el (gmm-image-load-path): Also search in
2173         "../etc/images".  Don't set gmm-image-load-path if we don't find
2174         the image.
2175
2176 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gmm-utils.el (gmm-image-load-path): Don't make
2179         `gmm-image-load-path' include subdirectories which the second arg
2180         `image' might specify.
2181
2182         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2183         subdirectory to icon file names.
2184
2185         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2186
2187 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2190         gmm-image-load-path calls.
2191
2192         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2193
2194         * message.el (message-make-tool-bar): Ditto.
2195
2196         * mml.el (mml-preview): Added comment concerning tool bar icons.
2197
2198         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2199         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2200
2201         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2202         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2203
2204         * message.el (message-tool-bar-gnome): Use new icon names.
2205         (message-make-tool-bar): Use `gmm-image-load-path'.
2206
2207         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2208         functions from MH-E.
2209         (gmm-image-load-path): New variable from MH-E.
2210         (gmm-image-load-path): New function from MH-E.  Added arguments
2211         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2212         *-image-load-path-called-flag.
2213
2214 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2215
2216         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2217
2218 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2219         (tiny change)
2220
2221         * nnimap.el (nnimap-request-move-article): Change folder back to
2222         source group before deleting.
2223
2224 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2225
2226         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2227
2228         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2229         mm-url.
2230
2231         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2232
2233 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2236         coding system which mm-charset-to-coding-system returns for a
2237         given charset is valid.
2238
2239 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2240
2241         * html2text.el (html2text-remove-tag-list):
2242         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2243
2244 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2245
2246         * gnus-cus.el: Revert 2005-10-17 change.
2247
2248 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-art.el (article-strip-banner): Call
2251         article-really-strip-banner only when the regexp match is made.
2252
2253 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * gnus-art.el (article-strip-banner): Use
2256         gnus-extract-address-components instead of
2257         mail-header-parse-addresses to make it work with non-ASCII text;
2258         remove mail-encode-encoded-word-string.
2259
2260         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2261         values which are surrounded with \"...\"; make it never cause a
2262         Lisp error; give up parsing of parameters if it failed in
2263         extracting type.
2264
2265 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2266
2267         * smime.el (smime-cert-by-ldap-1): Fix bug where
2268         `smime-ldap-search' returns results without userCertificates.
2269
2270 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2273
2274 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * spam.el (spam-check-spamassassin-headers): Adapt format for
2277         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2278         <ari@mbf.ocn.ne.jp>.
2279         (spam-list-of-processors): Add spam-use-gmane.
2280
2281 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2284         make-temp-file; make it work with XEmacs as well.
2285
2286         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2287         mm-make-temp-file.
2288
2289         * mm-decode.el (mm-display-external): Use the 3rd arg of
2290         mm-make-temp-file.
2291         (mm-create-image-xemacs): Ditto.
2292
2293 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2296         with message-narrow-to-headers.
2297         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2298         (gnus-draft-check-draft-articles): New function.
2299         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2300
2301 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * gnus-art.el (gnus-article-browse-html-parts):
2304         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2305         Don't use suffix argument for mm-make-temp-file for Emacs 21
2306         compatibility.  Remove useless `format'.
2307
2308 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2309
2310         * nnweb.el (nnweb-google-wash-article): Update regexps.
2311         (nnweb-group-alist): Use defvoo instead of defvar.
2312
2313 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2316         re-loading nn* modules.
2317
2318 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2321         for `tool-bar-mode' and don't check it's default-value.
2322
2323         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2324
2325         * message.el (message-make-tool-bar): Ditto.
2326
2327         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2328         `substring'.  Shorten tmp-file name.
2329
2330         * gnus.el: Remove bogus comment.
2331
2332 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2333
2334         * gnus-art.el (gnus-article-browse-html-parts): New function.
2335         (gnus-article-browse-html-article): New function for viewing html
2336         articles with a browser.
2337
2338 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2339
2340         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2341         in elisp.
2342         (pgg-gpg-encrypt-symmetric-region): Ditto.
2343         (pgg-gpg-sign-region): Ditto.
2344
2345         * pgg-def.el (pgg-text-mode): New variable.
2346
2347         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2348         (mml2015-pgg-encrypt): Ditto.
2349
2350         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2351         (mml1991-pgg-encrypt): Ditto.
2352
2353 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2356         message-make-date instead of current-time-string.
2357
2358         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2359         to gnus-decoded which mm-uu might set.
2360
2361 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2364         don't decode quoted parameters; remove misimported Emacs code.
2365         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2366         (rfc2231-decode-encoded-string): Don't use split-string which
2367         behaves differently according to Emacs version; use
2368         mm-decode-coding-region to convert charset to coding-system.
2369         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2370         (rfc2231-encode-string): Remove misimported Emacs code.
2371
2372 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2375         when calling mail-header-parse-content-type.
2376         (article-de-quoted-unreadable): Ditto.
2377         (article-de-base64-unreadable): Ditto.
2378         (article-wash-html): Ditto.
2379
2380         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2381         calling mail-header-parse-content-type and
2382         mail-header-parse-content-disposition.
2383         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2384         mail-header-parse-content-type.
2385
2386         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2387         insert charset and format parameters; encode description after
2388         inserting it to buffer.
2389         (mml-insert-parameter): Fold lines properly even if a parameter is
2390         segmented into two or more lines; change the max column to 76.
2391
2392         * rfc1843.el (rfc1843-decode-article-body): Don't use
2393         ignore-errors when calling mail-header-parse-content-type.
2394
2395         * rfc2231.el (rfc2231-parse-string): Return at least type if
2396         possible; don't cause an error even if it fails in parsing of
2397         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2398         (rfc2231-encode-string): Don't break lines at the beginning, leave
2399         it to mml-insert-parameter.
2400
2401         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2402         calling mail-header-parse-content-type.
2403
2404 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * spam-report.el (spam-report-gmane-use-article-number):
2407         Improve doc string.
2408         (spam-report-gmane-internal): Check if a suitable header was found
2409         in the article.
2410
2411 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2414         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2415
2416 2006-02-05  Romain Francoise  <romain@orebokech.com>
2417
2418         Update copyright notices of all files in the gnus directory.
2419
2420 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2421
2422         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2423
2424 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2427         segmented lines of parameter value to cope with Thunderbird 1.5
2428         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2429         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2430         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2431
2432 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2433
2434         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2435         parts.
2436
2437 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2438
2439         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2440         there's only one active file for all servers.
2441         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2442         solid groups.  Gnus might have used a FAST request to select the group.
2443         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2444         and nnweb-search redundantly in the active file.
2445         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2446         (nnweb-request-create-group): Don't use ARGS.
2447         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2448         initialisations.  Let nnoo do the work.
2449
2450 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2453         Say the part has been decoded.
2454
2455         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2456
2457 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2458
2459         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2460         mailcap-viewer-test-cache when there's no 'test clause, since that
2461         will invert the meaning of a "nil" test previously determined by
2462         mailcap-mailcap-entry-passes-test.
2463
2464 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2467         compiling.
2468
2469         * gnus-sum.el: Ditto.
2470
2471         * message.el: Don't bind tool-bar-map when compiling.
2472
2473 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2476
2477 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2478
2479         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2480         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2481         current Google Groups.
2482
2483 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2484
2485         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2486         and tool-bar-mode.
2487
2488         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2489         and tool-bar-mode.
2490
2491         * message.el (message-tool-bar-update): Simplify.
2492         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2493
2494         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2495         gnus-summary-buffer.
2496         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2497         gnus-summary-reply.
2498
2499         * gmm-utils.el (gmm): Add :version.
2500
2501 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * Makefile.in (clean): New rule.
2504         (distclean): Use it.
2505
2506 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2507
2508         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2509         autoload.
2510
2511 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gmm-utils.el (gmm-verbose): Add :group.
2514
2515 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2516
2517         * message.el: Change some comments WRT tool-bars.
2518
2519         * gnus-sum.el (gnus-summary-tool-bar)
2520         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2521         (gnus-summary-tool-bar-zap-list): New variables.
2522         (gnus-summary-make-tool-bar): Complete rewrite using
2523         `gmm-tool-bar-from-list'.
2524
2525         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2526         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2527         variables.
2528         (gnus-group-make-tool-bar): Complete rewrite using
2529         `gmm-tool-bar-from-list'.
2530         (gnus-group-tool-bar-update): New function.
2531
2532         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2533
2534 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2537         is dissected into a single part of which the type is the same as
2538         the given one; decode charset.
2539
2540 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2541
2542         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2543         into alists as symbol not string, since that's what
2544         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2545         look for.
2546
2547 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2548
2549         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2550         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2551
2552         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2553
2554 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2557         (gnus-xmas-mime-security-button-menu): New function.
2558
2559         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2560         (gnus-mime-security-button-menu): New definition.
2561         (gnus-mime-security-button-map): Use them.
2562         (gnus-mime-security-button-menu): New function.
2563         (gnus-insert-mime-security-button): Addition to help echo.
2564         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2565         (gnus-mime-security-pipe-part): New functions.
2566
2567         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2568         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2569
2570         * mm-decode.el (mm-handle-set-disposition): Remove.
2571         (mm-handle-set-description): Remove.
2572
2573 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2576         (mm-w3m-standalone-supports-m17n-p): New function.
2577         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2578         w3m usage.
2579
2580         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2581         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2582
2583 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2584
2585         * message.el (message-tool-bar-zap-list): Use
2586         gmm-tool-bar-zap-list as custom type.
2587         (message-tool-bar-update): New function.
2588         (message-tool-bar, message-tool-bar-gnome)
2589         (message-tool-bar-retro): Add message-tool-bar-update.
2590         (message-tool-bar-gnome): Add flyspell-buffer.
2591
2592         * gnus-util.el (gnus-error): Describe `args'.
2593
2594         * gmm-utils.el (gmm-error): Describe `args'.
2595         (gmm-tool-bar-zap-list): New widget.
2596         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2597
2598 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2601         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2602         the number of recursive calls.
2603
2604         * mm-decode.el (mm-handle-set-disposition): New macro.
2605         (mm-handle-set-description): New macro.
2606
2607 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2610         encoding.
2611
2612 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2613
2614         * message.el (message-tool-bar-zap-list, message-tool-bar)
2615         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2616         (message-tool-bar-local-item-from-menu): Remove.
2617         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2618         (message-make-tool-bar): New function.
2619         (message-mode): Use `message-make-tool-bar'.
2620
2621         * gmm-utils.el: New file.
2622         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2623         (gmm-lazy): New widget copied from `nnmail.el'.
2624         (gmm-tool-bar-from-list): New function for creating customizable
2625         tool bars.
2626         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2627         output.
2628         (gmm): Add :prefix to defgroup.
2629
2630 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2631
2632         * gmm-utils.el (gmm-widget-p): New function.
2633
2634 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2635
2636         * mml.el (mml-attach-file): Describe `description' in doc string.
2637         (mml-menu): Add Emacs MIME manual and PGG manual.
2638
2639 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2640
2641         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2642
2643 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2644
2645         * nntp.el (nntp-end-of-line): Doc fix.
2646
2647 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2648
2649         * imap.el (imap-open): Handle case where buffer is a buffer
2650         object.
2651
2652 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2653
2654         * gnus-delay.el (gnus-delay): Don't autoload.
2655         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2656         to be re-loaded when customizing the `gnus-delay' group.
2657
2658 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2659
2660         * message.el (message-insert-citation-line): Use newlines.
2661
2662 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2663
2664         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2665         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2666         these routines, so the passphrase can be managed externally and
2667         passed in to the system.
2668         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2669         pgg-add-passphrase-to-cache function.
2670
2671         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2672         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2673         these routines, so the passphrase can be managed externally and
2674         passed in to the system.
2675         (pgg-pgp5-sign-region): Use new name of
2676         pgg-add-passphrase-to-cache function.
2677
2678 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2679
2680         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2681         part of the decoded armor to find the key-identifier.
2682         (pgg-gpg-lookup-key-owner): New function to return the
2683         human-readable identifier of a key owner.
2684         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2685         itself.
2686         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2687         the key value) if we have a key and can match it against a secret
2688         key.  Also, added a note pointing out fact that the prompt only
2689         indicates the first matching key.
2690
2691         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2692         pgg-decrypt-region.
2693         (pgg-add-passphrase-to-cache): Rename from
2694         `pgg-add-passphrase-cache' to reduce confusion (all callers
2695         changed).
2696         (pgg-remove-passphrase-from-cache): Rename from
2697         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2698         changed).
2699         (pgg-read-passphrase, pgg-add-passphrase-cache)
2700         (pgg-remove-passphrase-cache): Add informative docstrings.
2701         (pgg-decrypt): Convey provided passphrase in subordinate call to
2702         pgg-decrypt-region.
2703
2704 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2705
2706         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2707         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2708         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2709         'passphrase' argument, so the passphrase can be managed externally
2710         and then passed in to the system.
2711
2712         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2713         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2714         so the passphrase cache can be used reliably with identifiers
2715         besides a pgp packet's key id.
2716
2717         * pgg-gpg.el (pgg-gpg-encrypt-region)
2718         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2719         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2720         these routines, so the passphrase can be managed externally and
2721         passed in to the system.
2722
2723         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2724         'notruncate' argument, so the passphrase cache can be used
2725         reliably with identifiers besides a pgp packet's key id.
2726
2727 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2728
2729         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2730         symmetric encryption.
2731         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2732         encrypted session key.
2733         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2734         message ask for the passphrase in a proper way.
2735
2736         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2737         New user commands for symmetric encryption.
2738
2739 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2742
2743         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2744
2745 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2746
2747         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2748
2749 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * mm-decode.el (mm-inlined-types): Add application/pgp.
2752         (mm-automatic-display): Ditto.
2753
2754         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2755         part as text.
2756
2757 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * nnrss.el: Update copyright.
2760         (nnrss-opml-import): Query whether to subscribe to each entry.
2761
2762         * gnus-art.el:
2763         * gnus-sum.el:
2764         * gnus-xmas.el:
2765         * messagexmas.el:
2766         * mm-uu.el:
2767         * mm-view.el: Update copyright.
2768
2769 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2770
2771         * message.el (message-info): New function.
2772         (message-mode-menu): Add it.
2773         Update copyright.
2774
2775         * ChangeLog: Fix and update copyright.
2776
2777 2006-01-13  Romain Francoise  <romain@orebokech.com>
2778
2779         * message.el (message-forward-subject-name-subject): Prefer the
2780         address to 'nowhere' if the sender has no name.
2781         Fix typo.  Update copyright year.
2782
2783 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * gnus-art.el (article-wash-html): Use
2786         gnus-summary-show-article-charset-alist if a numeric arg is given.
2787         (gnus-article-wash-html-with-w3m-standalone): New function.
2788
2789         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2790         mm-inline-text-html-render-with-w3m-standalone.
2791         (mm-text-html-washer-alist): Map w3m-standalone to
2792         gnus-article-wash-html-with-w3m-standalone.
2793         (mm-inline-text-html-render-with-w3m-standalone): New function.
2794
2795 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2796
2797         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2798         Improve LaTeX.
2799
2800 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2803         (nnrss-request-article): Render text/plain parts as HTML.
2804
2805         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2806         the buffer.
2807
2808 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2809
2810         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2811         custom definition of `gnus-posting-styles'.
2812
2813         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2814         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2815
2816 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2819         Use nntp for bug archive.
2820
2821 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2824         parts.
2825         (nnrss-normalize-date): New function converts ISO 8601 date into
2826         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2827         (nnrss-check-group): Use it.
2828
2829 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2832
2833         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2834         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2835         (nnrss-insert-w3): Ditto.
2836
2837 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2840         the articles to be forwarded including the case where neither a
2841         number of articles nor a region is specified.
2842
2843 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * nnrss.el (nnrss-request-article): Fix last change; fill
2846         text/plain parts.
2847
2848 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2851         in text/plain part.
2852         (nnrss-check-group): Don't add excessive newline to dc:subject.
2853
2854 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2855
2856         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2857         article.
2858
2859 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2860
2861         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2862         (nnml-use-compressed-files, nnml-save-mail): Support other
2863         comression programs such as bzip2.
2864
2865 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * dns.el (query-dns): Make sure we check the buffer size before
2868         removing tcp headers.
2869
2870 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2873         remove MIME buttons associated with multipart/alternative parts.
2874         (gnus-mime-display-alternative): Tag buttons using `article-type'
2875         text property.
2876
2877         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2878         associated with multipart/alternative parts.
2879
2880         * gnus-art.el (gnus-signature-separator): Fix custom type.
2881
2882         * mm-decode.el (mm-inlined-types): Fix custom type.
2883         (mm-keep-viewer-alive-types): Ditto.
2884         (mm-automatic-display): Ditto.
2885         (mm-attachment-override-types): Ditto.
2886         (mm-inline-override-types): Ditto.
2887         (mm-automatic-external-display): Ditto.
2888
2889 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * spam-report.el (spam-report-user-mail-address)
2892         (spam-report-user-agent): New variables.
2893         (spam-report-url-ping-plain): Use spam-report-user-agent.
2894
2895 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2896
2897         * gnus-art.el (gnus-button-handle-custom): Do not just use
2898         `customize-apropos' for any "M-x customize-*" button but the
2899         function called for.  Accept both the function name and its
2900         argument in order to achieve this.
2901         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2902         function name to `gnus-button-handle-custom' in case of "M-x
2903         customize-*" buttons.
2904
2905 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2908         multipart/alternative and add xref to mm-discouraged-alternatives
2909         in doc string.
2910
2911         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2912         gnus-buttonized-mime-types in doc string.
2913
2914 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2917         Suggest image/.* in the doc string.
2918
2919 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2920
2921         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2922         message-marks (Debian bug #342521).
2923
2924 2005-12-12  Simon Josefsson  <jas@extundo.com>
2925
2926         * password.el (password-read-from-cache): Add.
2927         (password-read): Use it.
2928
2929 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2930
2931         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2932         us-ascii as a MIME charset.
2933
2934         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2935         against the case where the 2nd arg TYPE is nil.
2936
2937 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2938
2939         * pop3.el (pop3-stream-type): Fix custom version.
2940
2941         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2942
2943 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2944
2945         * mm-decode.el (mm-display-external): Add missing cdr.
2946
2947 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2950         RFC1524) if it is in mailcap or add a suffix according to
2951         mailcap-mime-extensions when generating a temp filename; postpone
2952         deleting a temp file for 2 seconds for some wrappers, shell
2953         scripts, and so on, which might exit right after having started a
2954         viewer command as a background job.
2955
2956 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * nntp.el (nntp-marks-directory): Fix custom group.
2959
2960         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2961         steps when < 10.
2962
2963         * gnus-start.el (gnus-no-server-1): Mention
2964         `gnus-level-default-subscribed' in doc string.
2965
2966 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2967
2968         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2969         parens.
2970
2971 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-xmas.el (gnus-use-toolbar): Revert.
2974         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2975         gnus-use-toolbar is default.
2976
2977         * messagexmas.el (message-use-toolbar): Revert.
2978         (message-setup-toolbar): Use global default-toolbar if
2979         message-use-toolbar is default.
2980
2981 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2984         according to default-toolbar-visible-p.
2985
2986         * messagexmas.el (message-use-toolbar): Ditto.
2987
2988 2005-11-26  Dave Love  <fx@gnu.org>
2989
2990         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2991         (tls-program, tls-success): Provide openssl alternative.
2992
2993         * starttls.el: Doc fixes.
2994         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2995         SERVICE to PORT.
2996
2997         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2998         port null or service name.
2999         (starttls-negotiate): Autoload.
3000
3001 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * message.el (message-kill-to-signature): Fix interactive spec.
3004
3005 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * pop3.el (pop3-open-server): Recognize a string as a service name.
3008
3009 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3010
3011         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3012
3013 2005-11-23  Dave Love  <fx@gnu.org>
3014
3015         Add pop3s, pop3/starttls.
3016
3017         * pop3.el (pop3-authentication-scheme): Clarify doc.
3018         (open-tls-stream, starttls-open-stream): Autoload.
3019         (pop3-stream-type): New.
3020         (pop3-open-server): Use it.
3021
3022         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3023         for POP.
3024         (mail-source-keyword-map): Add :stream for POP.
3025         (mail-source-fetch-pop): Use pop3-stream-type.
3026
3027 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3030         of current-time-string.
3031
3032 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3033
3034         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3035         date header.
3036
3037 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3038
3039         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3040         it can seriously impact performance as it bypasses the agent's
3041         local caches.
3042
3043 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3044
3045         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3046         must be explicitly online rather than "not explicitly offline" for
3047         its flags to be synchronized.
3048
3049         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3050         that gnus-uu-unmark-thread will function correctly.
3051
3052         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3053         1024K is instead displayed as 1M.
3054
3055 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3058
3059 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
3060
3061         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3062
3063 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3064
3065         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3066         error message to display actual error condition.
3067         (gnus-agent-save-local): Avoid saving symbols that are bound to
3068         nil as they simply result in a warning message in
3069         gnus-agent-read-local.
3070
3071 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3074         rather than make-variable-buffer-local for file-precious-flag.
3075
3076 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3077
3078         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3079         for duplicates which are removed.  The invalid sort check then
3080         triggers a rescan after the sort as sorting may have moved
3081         duplicate entries such that they can be cheaply detected.
3082
3083 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3086
3087 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3088
3089         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3090         internal variable to a custom variable.  Changed default value
3091         from compressed(2) to uncompressed(1).
3092         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3093         support for uncompressed agentview files.  Taken together, reading
3094         the agentview file should now be 6-7 times faster.
3095
3096 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3097
3098         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3099         as a buffer-local variable.  This avoids creating truncated
3100         dribble files as a result of a hang up, eg.
3101
3102 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3103
3104         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3105         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3106         XEmacs.
3107
3108 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * gnus-start.el (gnus-start-draft-setup): Enforce
3111         `gnus-draft-mode' for nndraft:drafts at startup.
3112
3113         * gnus.el (gnus-splash): Change custom group.
3114         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3115         allow-list argument.
3116
3117         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3118         string.
3119
3120 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3121
3122         * gnus-art.el (gnus-default-article-saver): Add user-defined
3123         `function' to custom type.
3124
3125 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3126
3127         * imap.el (imap-open): Handle case where buffer is a buffer
3128         object.
3129
3130 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3133         long lines.
3134         (gnus-cache-delete-group): Wrap doc strings.
3135
3136         * gnus-agent.el (gnus-agent-rename-group)
3137         (gnus-agent-delete-group): Wrap doc strings.
3138
3139
3140 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * messagexmas.el (message-use-toolbar): Change the valid values
3143         into default, top, bottom, left, and right.
3144         (message-toolbar-thickness): New variable.
3145         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3146         well.
3147         (message-setup-toolbar): Make it work.
3148
3149         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3150         (gnus-use-toolbar): Change the valid values into default, top,
3151         bottom, left, and right.
3152         (gnus-toolbar-thickness): New variable.
3153         (gnus-xmas-setup-toolbar): New function.
3154         (gnus-xmas-setup-group-toolbar): Use it.
3155         (gnus-xmas-setup-summary-toolbar): Use it.
3156
3157 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-start.el (gnus-1): Add "native" to
3160         gnus-predefined-server-alist.
3161
3162         * gnus.el (gnus-method-to-server): Don't add "native" to the
3163         lists here, because that leads to problems when
3164         gnus-select-method is bound.
3165
3166 2005-11-09  Simon Josefsson  <jas@extundo.com>
3167
3168         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3169         use (not sort-by-date) instead.
3170
3171 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3172
3173         * gnus-delay.el (gnus-delay-group): Don't autoload.
3174         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3175         to be re-loaded when customizing the `gnus-delay' group.
3176
3177 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3178
3179         * message.el: Revert last changes.
3180         (message-insert-citation-line): Use newlines.
3181
3182 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3183
3184         * message.el (message-courtesy-message)
3185         (message-mark-insert-begin, message-mark-insert-end)
3186         (message-elide-ellipsis, message-cancel-message)
3187         (message-add-header, message-change-subject)
3188         (message-cross-post-followup-to-header)
3189         (message-cross-post-insert-note, message-reduce-to-to-cc)
3190         (message-widen-reply, message-delete-not-region)
3191         (message-kill-to-signature, message-insert-signature)
3192         (message-insert-importance-high, message-insert-importance-low)
3193         (message-insert-or-toggle-importance)
3194         (message-insert-disposition-notification-to)
3195         (message-indent-citation, message-yank-original)
3196         (message-cite-original-without-signature, message-cite-original)
3197         (message-insert-citation-line, message-position-on-field)
3198         (message-fix-before-sending, message-send-mail-partially)
3199         (message-send-mail, message-send-mail-with-sendmail)
3200         (message-send-mail-with-qmail, message-send-news)
3201         (message-check-news-header-syntax, message-generate-headers)
3202         (message-insert-courtesy-copy, message-fill-address)
3203         (message-fill-header, message-shorten-references)
3204         (message-setup-1, message-cancel-news)
3205         (message-forward-make-body-plain, message-forward-make-body-mime)
3206         (message-forward-make-body-mml, message-encode-message-body)
3207         (message-forward-make-body-digest-plain)
3208         (message-forward-make-body-digest-mime)
3209         (message-use-alternative-email-as-from): Insert `hard-newline'
3210         instead of ordinary newlines.
3211
3212 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * message.el (message-generate-headers): Downcase the argument
3215         given to message-check-element.
3216
3217 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3218
3219         * nntp.el (nntp-authinfo-rejected): New error condition.
3220         (nntp-wait-for): Use new error condition to signal authentication
3221         error.
3222         (nntp-retrieve-data): Rethrow new error condition to break out of
3223         recursive call to nntp-send-authinfo.
3224
3225 2005-11-08  Romain Francoise  <romain@orebokech.com>
3226
3227         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3228         (gnus-summary-exit-map): Bind to `Z p'.
3229         (gnus-summary-make-menu-bar): Add menu item.
3230
3231 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3232
3233         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3234         (gnus-treat-*): Add `first' in all doc strings.
3235
3236         * gnus-group.el (gnus-group-compact-group): Fix typo.
3237
3238 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus.el (gnus-parameters-case-fold-search): New variable.
3241         (gnus-parameters-get-parameter): Use it.
3242
3243         * gnus-score.el (gnus-home-score-file): Doc fix.
3244
3245 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3246
3247         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3248
3249 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * mm-util.el (mm-special-display-p): New function.
3252
3253         * mml.el (mml-preview): Use it; doc fix.
3254
3255 2005-10-29  Romain Francoise  <romain@orebokech.com>
3256
3257         * message.el (message-fix-before-sending): Fix comment.
3258
3259 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3260
3261         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3262
3263 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3264
3265         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3266         Used in gnus-score.el.
3267
3268 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3271
3272 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3275         whitespace removed in revision 7.8.  Use concatenated string to
3276         protect trailing whitespace.
3277
3278 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3279
3280         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3281         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3282         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3283         Courier IMAP ("some version from 2004").  Mostly based on similar
3284         code in the same function.
3285
3286 2005-10-26  Didier Verna  <didier@xemacs.org>
3287
3288         * gnus-group.el (gnus-group-compact-group): invalidate original
3289         article buffer.
3290         * gnus-srvr.el (gnus-server-compact-server): ditto.
3291         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3292         NOV database and in article itself.
3293         Invalidate article backlog.
3294
3295 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3298
3299 2005-10-26  Simon Josefsson  <jas@extundo.com>
3300
3301         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3302         part of 2004-07-25 change.
3303
3304 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * message.el (message-display-completion-list): New function.
3307         (message-expand-group): Use it; make sure the Completions buffer
3308         is modifiable.
3309
3310 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3311
3312         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3313         user-mail-name is an empty string.
3314
3315 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3316
3317         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3318         depending on gnus-score-decay-constant.
3319
3320         * encrypt.el (encrypt-insert-file-contents)
3321         (encrypt-write-file-contents): Don't use `gnus-message'.
3322
3323         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3324         arguments.
3325         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3326         arguments to mm-uu-verbatim-marks-extract.
3327         (mm-uu-hide-markers): New variable.
3328         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3329
3330         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3331         (gnus-convert-image-to-face-command): Use "convert" by default to
3332         allow other input image formats.
3333         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3334         accordingly.
3335
3336 2005-10-23  Simon Josefsson  <jas@extundo.com>
3337
3338         * imap.el (imap-gssapi-program): Align command line parameters
3339         with latest GNU SASL.
3340         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3341
3342 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3345         HTML.
3346         (nnslashdot-request-article): Ditto.
3347
3348         * lpath.el (featurep): Add nobreak-char-display.
3349
3350 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3351
3352         * mail-source.el (mail-source-fetch-pop): Require pop3.
3353         (mail-source-check-pop): Ditto.
3354
3355 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3358         errors.
3359
3360 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3363         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3364
3365         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3366
3367         * mm-bodies.el (mm-decode-string): Call
3368         `mm-charset-to-coding-system' with allow-override argument.
3369
3370 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3373         (rfc2047-charset-to-coding-system): New function.
3374         (rfc2047-decode-encoded-words): New function.
3375         (rfc2047-decode-region): Use them.
3376         (rfc2047-decode-cte): Remove.
3377         (rfc2047-parse-and-decode): Remove.
3378         (rfc2047-decode): Remove.
3379
3380 2005-10-15  Kenichi Handa  <handa@m17n.org>
3381
3382         * rfc2047.el (rfc2047-decode-cte): New function.
3383         (rfc2047-decode-region): Change the way to decode successive
3384         encoded-words: decode B- or Q-encoding in each encoded-word,
3385         concatenate them, and decode it as charset.
3386
3387 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * lpath.el: Fbind codepage-setup for XEmacs.
3390
3391 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3392
3393         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3394         widget-move-and-invoke.
3395         (gnus-custom-mode): Use gnus-custom-map.
3396
3397 2005-10-15  Bill Wohler  <wohler@newt.com>
3398
3399         * message.el (message-tool-bar-map): Renamed image file from
3400         mail_send to mail/send.
3401
3402 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3403
3404         * message.el (message-expand-group): Pass the common
3405         prefix substring of completion to `display-completion-list'.
3406
3407 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * mml-sec.el (mml-secure-method): New internal variable.
3410         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3411         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3412         functions using mml-secure-method.
3413
3414         * mml.el (mml-mode-map): Add key bindings for those functions.
3415         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3416         Harder <harder@myrealbox.com>.
3417         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3418         end of message if point is the headers of the message.
3419
3420         * message.el (message-in-body-p): New function.
3421
3422         * assistant.el: Autoload gnus-util and netrc.
3423
3424         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3425         Use `mm-charset-override-alist' only when decoding.
3426
3427         * mm-bodies.el (mm-decode-body): Call
3428         `mm-charset-to-coding-system' with allow-override argument.
3429
3430         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3431         `filename' from Content-Disposition if Content-Type doesn't
3432         provide `name'.
3433         (gnus-mime-view-part-as-type): Set default instead of
3434         initial-input.
3435
3436 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3437
3438         * format-spec.el (format-spec): Propagate text properties of % spec.
3439
3440 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * gnus-art.el (gnus-treat-predicate): Add `first'.
3443
3444 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3445
3446         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3447         (mm-charset-override-alist): New variable.
3448         (mm-charset-to-coding-system): Use it.
3449         (mm-codepage-setup): New helper function.
3450         (mm-charset-eval-alist): New variable.
3451         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3452         about unknown charsets.
3453
3454         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3455
3456 2005-10-04  David Hansen  <david.hansen@gmx.net>
3457
3458         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3459         (nnrss-check-group): Ditto.
3460
3461 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3464         Rename x-gnus-verbatim to x-verbatim.
3465         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3466
3467         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3468         x-verbatim.
3469
3470         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3471
3472         * gnus-util.el (gnus-remove-duplicates): Remove.
3473
3474         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3475         instead of gnus-remove-duplicates.
3476
3477         * message.el (message-remove-duplicates): Remove.
3478         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3479         message-remove-duplicates.
3480
3481         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3482         available, else use implementation from `delete-dups'.
3483
3484         * message.el (message-insert-expires): New function.
3485         (message-mode-map): Add key binding.
3486         (message-mode-field-menu): Add menu entry.
3487         (message-mode): Document it.
3488         (message-make-expires-date): Use `message-make-date'.
3489
3490 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3491
3492         * message.el (message-make-expires-date): New function.
3493
3494 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * Makefile.in (list-installed-shadows): New entry.
3497         (install): Use it.
3498         (remove-installed-shadows): New entry.
3499
3500         * dgnushack.el (dgnushack-default-load-path): New variable.
3501         (dgnushack-find-lisp-shadows): New function.
3502         (dgnushack-remove-lisp-shadows): New function.
3503
3504 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * Makefile.in (install-el-elc): New entry.
3507         (install): Use it so that .el files are necessarily installed.
3508
3509 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3512
3513 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3514
3515         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3516         function rather than the diff-mode.el package.
3517         (mm-display-external): Use with-current-buffer.
3518         (mm-viewer-completion-map, mm-viewer-completion-map):
3519         Move initialization inside declaration.
3520
3521 2005-09-29  Simon Josefsson  <jas@extundo.com>
3522
3523         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3524         autoload mail-check-payment.
3525         (spam-check-hashcash): Define unconditionally, since hashcash.el
3526         is part of Gnus now.  Ignore errors from payment checking.
3527
3528 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * message.el (message-bold-region, message-unbold-region): Rename
3531         from `bold-region' and `unbold-region'.
3532
3533         * message.el: Remove useless autoloads.
3534
3535 2005-09-28  Simon Josefsson  <jas@extundo.com>
3536
3537         * message.el (message-use-idna): Default to t.
3538         (message-use-idna): Test whether encoding works too.  Doc fix.
3539
3540 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * nntp.el (nntp-warn-about-losing-connection): Remove.
3543
3544 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3547         customizable.  Change default value.
3548         (mm-uu-diff-groups-regexp): Change default value.
3549         (mm-uu-type-alist): Add doc string.
3550         (mm-uu-configure): Add doc string.  Make it interactive.
3551         (mm-uu-tex-groups-regexp): New variable.
3552         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3553         (mm-uu-type-alist): Add LaTeX documents.
3554         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3555         of "text/verbatim".
3556         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3557
3558         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3559         instead of "text/verbatim".
3560
3561         * message.el (message-mark-inserted-region)
3562         (message-mark-insert-file): Use slrn style marks when called with
3563         prefix argument.
3564
3565 2005-09-27  Simon Josefsson  <jas@extundo.com>
3566
3567         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3568
3569 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3570
3571         * message.el (message-remove-duplicates): New function.
3572         Implementation borrowed from `gnus-remove-duplicates'.
3573         (message-idna-to-ascii-rhs): Also encode idna addresses in
3574         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3575         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3576         only ask about the same idna domain once per header and also tell
3577         in what header to replace the idna domain.
3578
3579         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3580         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3581         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3582         a header is decoded and not just the last one.
3583
3584 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3587         has been decoded.
3588
3589         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3590         (mm-insert-part): Don't modify text if it has been decoded.
3591
3592         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3593         decoded.
3594
3595         * mm-view.el (mm-inline-text): Don't strip text props unless
3596         decoding enriched or richtext parts.
3597
3598 2005-09-25  Romain Francoise  <romain@orebokech.com>
3599
3600         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3601         * gnus-start.el (gnus-subscribe-interactively):
3602         * gnus-uu.el (gnus-uu-grab-articles):
3603         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3604         space.
3605
3606 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3607
3608         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3609         * mm-view.el (mm-view-pkcs7-decrypt):
3610         * gnus-sum.el (gnus-summary-limit-to-extra)
3611         (gnus-summary-respool-article, gnus-read-move-group-name):
3612         * gnus-score.el (gnus-summary-increase-score):
3613         * gnus-util.el (gnus-completing-read-with-default):
3614         * gnus-art.el (gnus-read-save-file-name)
3615         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3616         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3617         * message.el (message-check-news-header-syntax):
3618         Follow convention for reading with the minibuffer.
3619
3620 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * spam-report.el (spam-report-url-ping-plain):
3623         Use gnus-extended-version as User-Agent.
3624
3625         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3626         default value is nil.
3627
3628         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3629         (mm-uu-verbatim-marks-extract): New function.
3630         (mm-uu-extract): New face.
3631         (mm-uu-copy-to-buffer): Use it.
3632
3633         * spam-report.el (spam-report-gmane-ham): Renamed from
3634         `spam-report-gmane-unspam'.
3635         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3636         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3637
3638         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3639         Autoload.
3640         (spam-report-gmane-unregister-routine): Renamed
3641         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3642
3643 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3646         (spam-report-gmane-unregister-routine): added support for gmane
3647         unregistration
3648
3649         * spam-report.el (spam-report-gmane-unspam)
3650         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3651         (spam-report-gmane): changed to take a single article and do
3652         unspam registration
3653
3654 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * mm-url.el (mm-url-decode-entities): Fix regexp.
3657
3658 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3661         default to nil, to be able to use Gnus at all.  If the default
3662         switches to something else, then the function should be fixed not
3663         be exceedingly slow.
3664
3665 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3668         fail hard
3669
3670         * spam-report.el: better Keywords line
3671
3672         * spam.el: added Maintainer and better Keywords line
3673
3674 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * gnus-art.el (gnus-article-replace-part)
3677         (gnus-mime-replace-part): New functions.
3678         (gnus-mime-action-alist, gnus-mime-button-commands)
3679         (gnus-mime-save-part-and-strip): Added file argument.
3680         (gnus-article-part-wrapper): Added interactive argument.
3681
3682         * gnus-sum.el (gnus-summary-mime-map): Add
3683         `gnus-article-replace-part'.
3684
3685 2005-09-19  Didier Verna  <didier@xemacs.org>
3686
3687         The nnml compaction feature:
3688         * nnml.el (nnml-request-compact-group): New function.
3689         * nnml.el (nnml-request-compact): New function.
3690         * gnus-int.el (gnus-request-compact-group): New function.
3691         * gnus-int.el (gnus-request-compact): New function.
3692         * gnus-group.el (gnus-group-compact-group): New function.
3693         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3694         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3695         * gnus-srvr.el (gnus-server-compact-server): New function.
3696         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3697         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3698
3699 2005-09-18  Deepak Goel  <deego@gnufans.org>
3700
3701         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3702         format spec.
3703
3704 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3707
3708 2005-09-15  Romain Francoise  <romain@orebokech.com>
3709
3710         * message.el (message-fill-paragraph): Clarify docstring.
3711
3712 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-art.el (gnus-mime-display-part): Protect against broken
3715         MIME messages.
3716
3717 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3720         before parsing header.
3721
3722 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3723
3724         * html2text.el: (html2text-replace-list): Add new entities.
3725
3726 2005-09-11  Romain Francoise  <romain@orebokech.com>
3727
3728         * message.el (message-alternative-emails): Improve docstring.
3729         (message-setup-1): Call `message-use-alternative-email-as-from'
3730         after `message-setup-hook' to give it precedence over posting
3731         styles, etc.
3732         (message-use-alternative-email-as-from): Add docstring.  Remove
3733         the original From header if present.
3734
3735         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3736         (nnml-save-mail): Use it.
3737
3738         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3739         articles.  Add new argument `silent'.
3740         (gnus-uu-mark-all): Report the total number of marked articles.
3741
3742 2005-09-10  Romain Francoise  <romain@orebokech.com>
3743
3744         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3745         (gnus-uu-mark-series): Likewise.
3746
3747 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * spam-report.el (spam-report-gmane): Fix generation of spam
3750         report URL.
3751
3752 2005-09-10  Simon Josefsson  <jas@extundo.com>
3753
3754         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3755         t, based on discussion on the ding list with Robert Epprecht
3756         <epprecht@solnet.ch>.
3757
3758 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3759
3760         * spam-report.el (spam-report-gmane): Make it work without
3761         X-Report-Spam header.  Gmane now only provides Archived-At.
3762         This is only used if `spam-report-gmane-use-article-number' is nil.
3763         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3764
3765         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3766         make `gnus-summary-sort-by-recipient' work with threading.
3767
3768         * nnweb.el (nnweb-google-wash-article): Print a message if article
3769         is not available.
3770
3771 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3772
3773         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3774         change.  Decode text/* parts content before displaying.
3775
3776 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3779
3780 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3783
3784         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3785         url-package-name, url-package-version,
3786         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3787         w3m-display-inline-images, and w3m-minor-mode-map.
3788
3789 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3790
3791         * message.el (message-tab-body-function): Fixed mismatched custom
3792         type.
3793
3794         * gnus.el (gnus-group-change-level-function): Ditto.
3795
3796         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3797
3798         * gnus-art.el (gnus-signature-limit)
3799         (gnus-article-mime-part-function): Ditto.
3800
3801 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3802
3803         * mml.el (mml-mode): Silence the byte compiler.
3804
3805         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3806         using `(sit-for 0)' before moving the point to the specified part;
3807         skip unbuttonized parts.
3808         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3809         return to the summary window if gnus-auto-select-part is non-nil.
3810
3811 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3812
3813         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3814         variables.
3815         (mml-dnd-attach-file, mml-mode): Use them.
3816
3817         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3818         Make fetching article by MID work again for Google Groups.  Added
3819         FIXME concerning gnus-group-make-web-group.
3820
3821         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3822         Don't depend on Gnus by using mail-extract-address-components if
3823         gnus-extract-address-components is not bound.
3824
3825 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * gnus-art.el (gnus-mime-display-security): Don't display the
3828         signature, but only the signed part.
3829
3830 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3833
3834         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3835         list, not listp.
3836
3837 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3838
3839         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3840         when encoding.
3841
3842         * mm-bodies.el (mm-decode-content-transfer-encoding):
3843         De-canonicalize CRLF for all text content types, not just
3844         text/plain.
3845
3846 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3849         valid article; point arrow and cursor at the MIME button.
3850
3851 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3854         Suggested by Dan Christensen <jdc@uwo.ca>.
3855
3856         * mm-decode.el (mm-save-part): Enable change of prompt.
3857
3858 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3859
3860         * gnus-msg.el (gnus-inews-add-send-actions): Made
3861         `message-post-method' lambda parameter ARG `&optional'.
3862
3863 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * gnus-sum.el (gnus-summary-mime-map): Added
3866         gnus-article-save-part-and-strip, gnus-article-delete-part and
3867         gnus-article-jump-to-part.
3868
3869         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3870         (gnus-article-edit-part): Use it.
3871         (gnus-article-part-wrapper): Added no-handle argument.
3872         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3873         functions.
3874
3875 2005-08-29  Romain Francoise  <romain@orebokech.com>
3876
3877         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3878         docstring.
3879         (gnus-face-from-file): Likewise.
3880
3881 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3884         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3885         non-nil.
3886         (gnus-auto-select-part): New variable.
3887         (gnus-article-jump-to-part): New function.
3888         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3889         (gnus-mime-delete-part): Allow selecting specified part after
3890         deleting or stripping parts.
3891         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3892         part if argument is bogus.
3893
3894 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3895
3896         * gnus-art.el (w3m-minor-mode-map):
3897         * gnus-spec.el (gnus-newsrc-file-version):
3898         * gnus-util.el (nnmail-active-file-coding-system)
3899         (gnus-original-article-buffer, gnus-user-agent):
3900         * gnus.el (gnus-ham-process-destinations)
3901         (gnus-parameter-ham-marks-alist)
3902         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3903         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3904         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3905         * mm-decode.el (gnus-current-window-configuration):
3906         * mm-extern.el (gnus-article-mime-handles):
3907         * mm-url.el (url-current-object, url-package-name)
3908         (url-package-version):
3909         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3910         (smime-keys, w3m-cid-retrieve-function-alist)
3911         (w3m-current-buffer, w3m-display-inline-images)
3912         (w3m-minor-mode-map):
3913         * mml-smime.el (gnus-extract-address-components):
3914         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3915         (gnus-newsrc-hashtb, message-default-charset)
3916         (message-deletable-headers, message-options)
3917         (message-posting-charset, message-required-mail-headers)
3918         (message-required-news-headers):
3919         * mml1991.el (mc-pgp-always-sign):
3920         * mml2015.el (mc-pgp-always-sign):
3921         * nnheader.el (nnmail-extra-headers):
3922         * rfc1843.el (gnus-decode-encoded-word-function)
3923         (gnus-decode-header-function, gnus-newsgroup-name):
3924         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3925
3926 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3927
3928         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3929         the end of the date treatments.
3930
3931 2005-08-15  Simon Josefsson  <jas@extundo.com>
3932
3933         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3934         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3935         Capello and Romain Francoise.
3936         (pgg-fetch-key-function): Removed, not used?
3937         (pgg-insert-url-with-w3): Require url, to get
3938         url-insert-file-contents regardless of where it is defined.
3939
3940 2005-08-13  Romain Francoise  <romain@orebokech.com>
3941
3942         * message.el (message-cite-original-1): New function.
3943         (message-cite-original): Use it.
3944         (message-cite-original-without-signature): Ditto.
3945
3946 2005-08-08  Romain Francoise  <romain@orebokech.com>
3947
3948         * message.el (message-yank-empty-prefix): New variable.
3949         (message-indent-citation): Use it.
3950         (message-cite-original-without-signature): Respect X-No-Archive.
3951
3952 2005-08-08  Simon Josefsson  <jas@extundo.com>
3953
3954         * pgg.el: Autoload url-insert-file-contents instead of loading
3955         w3/url.
3956         (pgg-insert-url-with-w3): Don't load url here.
3957
3958 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3959
3960         * message.el (message-kill-to-signature): Don't insert newline at
3961         bol.
3962         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3963
3964 2005-08-06  Romain Francoise  <romain@orebokech.com>
3965
3966         * message.el (message-user-fqdn): Fix typo in docstring.
3967
3968 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3969
3970         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3971
3972         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3973
3974 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * mm-bodies.el (mm-encode-body): Use coding system rather than
3977         charset to encode text.
3978
3979         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3980         number of charsets if utf-8 is available (XEmacs).
3981
3982 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3985         taken from `gnus-button-mid-or-mail-regexp'.
3986         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3987         (gnus-button-alist): Improve regexp for domain part of the MIDs
3988         for news:localpart@domain buttons.
3989         (gnus-button-ctan-directory-regexp): Update.
3990
3991 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * sieve-manage.el (sieve-manage-interactive-login): Use
3994         make-local-variable rather than make-variable-buffer-local.
3995         (sieve-manage-open): Ditto.
3996         (sieve-manage-authenticate): Ditto.
3997
3998         * mml.el (mml-generate-mime-1): Make the content type default to
3999         text/plain if the filename is not specified.
4000
4001 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4004         instead of insert-buffer.
4005
4006         * message.el (message-yank-original): Ditto; set the mark at the
4007         end of the yanked message.
4008
4009 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4012         lines to scroll rather than to stop it.
4013
4014         * mml.el (mml-generate-default-type): Add doc string.
4015         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4016         default to application/octet-stream when determining the content
4017         type if it is not specified for the part or the mml contents; add
4018         a comment about mml-generate-default-type.
4019
4020 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4023         make it default to application/octet-stream when determining the
4024         content type if it is not specified for the external contents.
4025
4026 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4029         segmented parameter but also other parameters might be there.
4030
4031 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * mm-decode.el (mm-display-external): Delete temp file, directory
4034         and buffer immediately if the external process is exited.
4035
4036 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4039         fewer lines than that of scroll-margin.
4040         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4041
4042 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-art.el (gnus-article-next-page): Revert.
4045         (gnus-article-beginning-of-window): New macro.
4046         (gnus-article-next-page-1): Use it.
4047         (gnus-article-prev-page): Ditto.
4048         (gnus-article-edit-part): Use insert-buffer-substring instead of
4049         insert-buffer.
4050         (gnus-article-edit-exit): Ditto.
4051
4052         * gnus-util.el (gnus-beginning-of-window): Remove.
4053         (gnus-end-of-window): Remove.
4054
4055         * lpath.el: Don't bind header-line-format and scroll-margin.
4056
4057 2005-07-25  Simon Josefsson  <jas@extundo.com>
4058
4059         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4060         to have the url package without w3.  Reported by Daiki Ueno
4061         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4062
4063 2005-07-20  Didier Verna  <didier@xemacs.org>
4064
4065         * gnus-diary.el: Remove the description comment (nndiary is now
4066         properly documented in the Gnus manual).
4067         Fix the spelling of "Back End".
4068         * nndiary.el: Ditto.
4069         Fix the copyright notice.
4070
4071 2005-07-18  Romain Francoise  <romain@orebokech.com>
4072
4073         * gnus-sum.el (gnus-summary-to-prefix,
4074         gnus-summary-newsgroup-prefix): New variables.
4075         (gnus-summary-from-or-to-or-newsgroups): Use them.
4076
4077 2005-07-17  Romain Francoise  <romain@orebokech.com>
4078
4079         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4080         space as it's generally not especially interesting to the user.
4081
4082 2005-07-16  Romain Francoise  <romain@orebokech.com>
4083
4084         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4085         nil to avoid prompting and file modification if one of the
4086         messages at the top of the nnfolder file contains a copyright
4087         notice.
4088         Update copyright notice.
4089
4090         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4091         instead of `current-time-string' as the latter creates a time
4092         string that is not RFC 2822 compliant (it lacks the zone).
4093         Update copyright notice.
4094
4095 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4096
4097         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4098         for text/rtf.  Display default in prompt.  Pass default for M-n.
4099
4100         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4101
4102 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-msg.el (gnus-button-mailto): Remove
4105         save-selected-window-window hackery because it relies on
4106         save-selected-window internals.
4107
4108 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4111         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4112         (gnus-article-prev-page): Ditto.
4113
4114         * gnus-util.el (gnus-beginning-of-window): New function.
4115         (gnus-end-of-window): New function.
4116
4117         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4118
4119 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4120
4121         * gnus-score.el (gnus-score-edit-all-score): Set
4122         gnus-score-edit-exit-function to gnus-score-edit-done and call
4123         gnus-message.
4124
4125 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-msg.el (gnus-button-mailto): Remove
4128         save-selected-window-window hackery because it relies on
4129         save-selected-window internals.
4130
4131 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4134         add-minor-mode.
4135         (gnus-binary-mode): Ditto.
4136
4137         * gnus-topic.el (gnus-topic-mode): Ditto.
4138
4139 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4140
4141         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4142         (gnus-article-prev-page): Take scroll-margin into consideration.
4143
4144 2005-07-04  Lute Kamstra  <lute@gnu.org>
4145
4146         Update FSF's address in GPL notices.
4147
4148 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4149
4150         * gnus.el (gnus-exit):
4151         * gnus-group.el (gnus-group-icons):
4152         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4153
4154         * gnus-nocem.el (gnus-nocem):
4155         * message.el (message-various, message-buffers, message-sending)
4156         (message-interface, message-forwarding, message-insertion)
4157         (message-headers, message-news, message-mail):
4158         * pgg-gpg.el (pgg-gpg):
4159         * pgg-parse.el (pgg-parse):
4160         * pgg-pgp.el (pgg-pgp):
4161         * pgg-pgp5.el (pgg-pgp5):
4162         * pop3.el (pop3): Finish `defgroup' description with period.
4163
4164 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-art.el (article-display-face): Improve the efficiency.
4167         (article-display-x-face): Ditto; remove grey x-face stuff.
4168
4169 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-art.el (article-display-face): Correct the position in
4172         which Faces are inserted.
4173
4174 2005-06-29  Didier Verna  <didier@xemacs.org>
4175
4176         * gnus-art.el (article-display-face): Display faces in correct
4177         order.
4178
4179 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4182         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4183         (gnus-nocem-check-article): Fetch the Type header.
4184         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4185         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4186         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4187         make sure gnus-nocem-hashtb is initialized.
4188         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4189         (gnus-nocem-unwanted-article-p): Ditto.
4190
4191         * pgg.el (pgg-verify): Return the verification result.
4192
4193 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4196         is ascii.
4197
4198 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4199
4200         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4201         `show-nonbreak-escape'.
4202
4203 2005-06-23  Lute Kamstra  <lute@gnu.org>
4204
4205         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4206
4207         * dig.el (dig-mode):
4208         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4209
4210 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4211
4212         * nnimap.el (nnimap-split-download-body): Fix spellings.
4213
4214 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4215
4216         * gnus-art.el (gnus-article-encrypt-body):
4217         * gnus-cus.el (gnus-score-customize):
4218         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4219         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4220
4221 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4222
4223         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4224         header by looking for magic "MII" at the beginnig.
4225
4226 2005-06-16  Miles Bader  <miles@gnu.org>
4227
4228         * gnus-xmas.el (gnus-xmas-group-startup-message):
4229         Use renamed gnus-splash face.
4230
4231         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4232         (assistant-field-face): New backward-compatibility alias for renamed
4233         face.
4234         (assistant-render-text): Use renamed assistant-field face.
4235
4236         * spam.el (spam): Remove "-face" suffix from face name.
4237         (spam-face): New backward-compatibility alias for renamed face.
4238         (spam-face, spam-initialize): Use renamed spam face.
4239
4240         * message.el (message-header-to, message-header-cc)
4241         (message-header-subject, message-header-newsgroups)
4242         (message-header-other, message-header-name)
4243         (message-header-xheader, message-separator, message-cited-text)
4244         (message-mml): Remove "-face" suffix from face names.
4245         (message-header-to-face, message-header-cc-face)
4246         (message-header-subject-face, message-header-newsgroups-face)
4247         (message-header-other-face, message-header-name-face)
4248         (message-header-xheader-face, message-separator-face)
4249         (message-cited-text-face, message-mml-face):
4250         New backward-compatibility aliases for renamed faces.
4251         (message-font-lock-keywords): Use renamed message faces.
4252
4253         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4254         (sieve-test-commands, sieve-tagged-arguments):
4255         Remove "-face" suffix from face names.
4256         (sieve-control-commands-face, sieve-action-commands-face)
4257         (sieve-test-commands-face, sieve-tagged-arguments-face):
4258         New backward-compatibility aliases for renamed faces.
4259         (sieve-control-commands-face, sieve-action-commands-face)
4260         (sieve-test-commands-face, sieve-tagged-arguments-face):
4261         Use renamed sieve faces.
4262
4263         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4264         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4265         (gnus-group-news-3-empty, gnus-group-news-4)
4266         (gnus-group-news-4-empty, gnus-group-news-5)
4267         (gnus-group-news-5-empty, gnus-group-news-6)
4268         (gnus-group-news-6-empty, gnus-group-news-low)
4269         (gnus-group-news-low-empty, gnus-group-mail-1)
4270         (gnus-group-mail-1-empty, gnus-group-mail-2)
4271         (gnus-group-mail-2-empty, gnus-group-mail-3)
4272         (gnus-group-mail-3-empty, gnus-group-mail-low)
4273         (gnus-group-mail-low-empty, gnus-summary-selected)
4274         (gnus-summary-cancelled, gnus-summary-high-ticked)
4275         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4276         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4277         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4278         (gnus-summary-low-undownloaded)
4279         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4280         (gnus-summary-low-unread, gnus-summary-normal-unread)
4281         (gnus-summary-high-read, gnus-summary-low-read)
4282         (gnus-summary-normal-read, gnus-splash):
4283         Remove "-face" suffix from face names.
4284         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4285         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4286         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4287         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4288         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4289         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4290         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4291         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4292         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4293         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4294         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4295         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4296         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4297         (gnus-summary-normal-ticked-face)
4298         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4299         (gnus-summary-normal-ancient-face)
4300         (gnus-summary-high-undownloaded-face)
4301         (gnus-summary-low-undownloaded-face)
4302         (gnus-summary-normal-undownloaded-face)
4303         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4304         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4305         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4306         (gnus-splash-face):
4307         New backward-compatibility aliases for renamed faces.
4308         (gnus-group-startup-message): Use renamed gnus faces.
4309
4310         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4311         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4312         (gnus-server-agent): Remove "-face" suffix from face names.
4313         (gnus-server-agent-face, gnus-server-opened-face)
4314         (gnus-server-closed-face, gnus-server-denied-face)
4315         (gnus-server-offline-face):
4316         New backward-compatibility aliases for renamed faces.
4317         (gnus-server-agent-face, gnus-server-opened-face)
4318         (gnus-server-closed-face, gnus-server-denied-face)
4319         (gnus-server-offline-face): Use renamed gnus faces.
4320
4321         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4322         Remove "-face" suffix from face names.
4323         (gnus-picon-xbm-face, gnus-picon-face):
4324         New backward-compatibility aliases for renamed faces.
4325
4326         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4327         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4328         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4329         (gnus-cite-11): Remove "-face" suffix from face names.
4330         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4331         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4332         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4333         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4334         New backward-compatibility aliases for renamed faces.
4335         (gnus-cite-attribution-face, gnus-cite-face-list)
4336         (gnus-article-boring-faces): Use renamed gnus faces.
4337
4338         * gnus-art.el (gnus-signature, gnus-header-from)
4339         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4340         (gnus-header-content): Remove "-face" suffix from face names.
4341         (gnus-signature-face, gnus-header-from-face)
4342         (gnus-header-subject-face, gnus-header-newsgroups-face)
4343         (gnus-header-name-face, gnus-header-content-face):
4344         New backward-compatibility aliases for renamed faces.
4345         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4346
4347         * gnus-sum.el (gnus-summary-selected-face)
4348         (gnus-summary-highlight): Use renamed gnus faces.
4349         * gnus-group.el (gnus-group-highlight): Likewise.
4350
4351 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4352
4353         * gnus-sieve.el (gnus-sieve-article-add-rule):
4354         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4355         * spam-stat.el (spam-stat-buffer-change-to-spam)
4356         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4357
4358         * message.el (message-is-yours-p):
4359         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4360
4361 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mm-view.el (mm-inline-text): Withdraw the last change.
4364
4365 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4368         executing enriched-decode.
4369
4370 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4373         charset of tar files.
4374
4375 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4376
4377         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4378
4379 2005-06-04  Lute Kamstra  <lute@gnu.org>
4380
4381         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4382         information is never recorded.
4383
4384 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4385
4386         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4387
4388 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * pop3.el (pop3-apop): Run md5 in the binary mode.
4391
4392         * starttls.el (starttls-set-process-query-on-exit-flag):
4393         Use eval-and-compile.
4394
4395 2005-05-31  Simon Josefsson  <jas@extundo.com>
4396
4397         * smime.el (smime-replace-in-string): Define.
4398         (smime-cert-by-ldap-1): Use it.
4399
4400 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-art.el (article-display-x-face): Replace
4403         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4404
4405         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4406         set-process-query-on-exit-flag or process-kill-without-query.
4407
4408         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4409         loop instead of replace-regexp.
4410
4411         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4412         instead of process-kill-without-query if it is available.
4413
4414         * lpath.el: Fbind ldap-search-entries.
4415
4416         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4417         instead of find-file-hooks if it is available.
4418
4419         * mml1991.el: Bind pgg-default-user-id when compiling.
4420
4421         * mml2015.el: Bind pgg-default-user-id when compiling.
4422
4423         * nndraft.el (nndraft-request-associate-buffer):
4424         Use write-contents-functions instead of write-contents-hooks if it is
4425         available.
4426
4427         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4428         instead of find-file-hooks if it is available.
4429
4430         * nntp.el (nntp-open-connection): Replace
4431         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4432         (nntp-open-ssl-stream): Ditto.
4433         (nntp-open-tls-stream): Ditto.
4434
4435         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4436         set-process-query-on-exit-flag or process-kill-without-query.
4437         (starttls-open-stream-gnutls): Use it instead of
4438         process-kill-without-query.
4439         (starttls-open-stream): Ditto.
4440
4441 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4442
4443         * smime.el (smime-cert-by-ldap-1): Don't use
4444         replace-regexp-in-string.
4445
4446 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4447
4448         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4449
4450         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4451         in PEM format. Adjust to the XEmacs compability.
4452
4453 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4456         by `string-to-number'.
4457         * gnus-agent.el (gnus-agent-regenerate-group)
4458         (gnus-agent-fetch-articles): Ditto.
4459         * gnus-art.el (gnus-button-fetch-group): Ditto.
4460         * gnus-cache.el (gnus-cache-generate-active)
4461         (gnus-cache-articles-in-group): Ditto.
4462         * gnus-group.el (gnus-group-set-current-level)
4463         (gnus-group-insert-group-line): Ditto.
4464         * gnus-score.el (gnus-score-set-expunge-below)
4465         (gnus-score-set-mark-below, gnus-summary-score-effect)
4466         (gnus-summary-score-entry): Ditto.
4467         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4468         (gnus-soup-pack): Ditto.
4469         * gnus-spec.el (gnus-xmas-format): Ditto.
4470         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4471         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4472         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4473         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4474         * nndb.el (nndb-get-remote-expire-response): Ditto.
4475         * nndiary.el (nndiary-parse-schedule-value)
4476         (nndiary-string-to-number, nndiary-request-replace-article)
4477         (nndiary-request-article): Ditto.
4478         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4479         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4480         * nneething.el (nneething-make-head): Ditto.
4481         * nnfolder.el (nnfolder-request-article)
4482         (nnfolder-retrieve-headers): Ditto.
4483         * nnheader.el (nnheader-file-to-number): Ditto.
4484         * nnkiboze.el (nnkiboze-request-article): Ditto.
4485         * nnmail.el (nnmail-process-unix-mail-format)
4486         (nnmail-process-babyl-mail-format): Ditto.
4487         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4488         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4489         (nnmh-request-create-group, nnmh-request-list-1)
4490         (nnmh-request-group, nnmh-request-article): Ditto.
4491         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4492         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4493         * nnsoup.el (nnsoup-make-active): Ditto.
4494         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4495         * nntp.el (nntp-find-group-and-number)
4496         (nntp-retrieve-headers-with-xover): Ditto.
4497         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4498         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4499         (pgg-format-key-identifier): Ditto.
4500         * pop3.el (pop3-last, pop3-stat): Ditto.
4501         * qp.el (quoted-printable-decode-region): Ditto.
4502
4503         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4504         of concat.
4505
4506 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4509
4510         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4511
4512         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4513
4514         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4515
4516         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4517
4518         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4519
4520         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4521         (gnus-carpal-mode): Ditto.
4522
4523         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4524         (gnus-browse-mode): Ditto.
4525
4526         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4527
4528         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4529
4530 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4531
4532         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4533
4534 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-util.el (gnus-run-mode-hooks): New function.
4537
4538         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4539
4540         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4541         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4542
4543 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4544
4545         * gnus-agent.el (gnus-agent-make-mode-line-string):
4546         Use mode-line-highlight as mouse-face.
4547
4548 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * canlock.el (canlock): Change the parent group to news.
4551
4552         * deuglify.el (gnus-outlook-deuglify): Add :group.
4553
4554         * dig.el (dig): Add :group.
4555
4556         * dns-mode.el (dns-mode): Add :group.
4557
4558         * encrypt.el (encrypt): Add :group.
4559
4560         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4561         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4562         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4563         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4564         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4565
4566         * gnus-diary.el (gnus-diary): Add :group.
4567
4568         * gnus.el (gnus-group-news-1-face): Add :group.
4569         (gnus-group-news-1-empty-face): Ditto.
4570         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4571         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4572         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4573         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4574         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4575         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4576         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4577         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4578         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4579         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4580         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4581         (gnus-summary-high-ticked-face): Ditto.
4582         (gnus-summary-low-ticked-face): Ditto.
4583         (gnus-summary-normal-ticked-face): Ditto.
4584         (gnus-summary-high-ancient-face): Ditto.
4585         (gnus-summary-low-ancient-face): Ditto.
4586         (gnus-summary-normal-ancient-face): Ditto.
4587         (gnus-summary-high-undownloaded-face): Ditto.
4588         (gnus-summary-low-undownloaded-face): Ditto.
4589         (gnus-summary-normal-undownloaded-face): Ditto.
4590         (gnus-summary-high-unread-face): Ditto.
4591         (gnus-summary-low-unread-face): Ditto.
4592         (gnus-summary-normal-unread-face): Ditto.
4593         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4594         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4595
4596         * hashcash.el (hashcash): New custom group.
4597         (hashcash-default-payment): Add :group.
4598         (hashcash-payment-alist): Ditto.
4599         (hashcash-default-accept-payment): Ditto.
4600         (hashcash-accept-resources): Ditto.
4601         (hashcash-path): Ditto.
4602         (hashcash-extra-generate-parameters): Ditto.
4603         (hashcash-double-spend-database): Ditto.
4604         (hashcash-in-news): Ditto.
4605
4606         * message.el (message-minibuffer-local-map): Add :group.
4607
4608         * netrc.el (netrc): Add :group.
4609
4610         * sieve-manage.el (sieve-manage-log): Add :group.
4611         (sieve-manage-default-user): Diito.
4612         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4613         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4614         (sieve-manage-authenticators): Ditto.
4615         (sieve-manage-authenticator-alist): Ditto.
4616         (sieve-manage-default-port): Ditto.
4617
4618         * sieve-mode.el (sieve-control-commands-face): Add :group.
4619         (sieve-action-commands-face): Ditto.
4620         (sieve-test-commands-face): Ditto.
4621         (sieve-tagged-arguments-face): Ditto.
4622
4623         * smime.el (smime): Add :group.
4624
4625         * spam-report.el (spam-report): Add :group.
4626
4627         * spam.el (spam, spam-face): Add :group.
4628
4629 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4630
4631         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4632         return \n.\n.\n at the end of articles.  Protect against that.
4633         (nntp-with-open-group): Allow debugging.
4634
4635         * nnheader.el (mail-header-set-extra): Make into a function
4636         because I just could't understand how to quote the list properly.
4637
4638         * dns.el (query-dns-cached): New function.
4639
4640 2005-05-26  Lute Kamstra  <lute@gnu.org>
4641
4642         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4643
4644 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4647
4648         * gnus-art.el: Don't autoload mail-extract-address-components.
4649
4650         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4651         eval-and-compile to evaluate it.
4652
4653         * hashcash.el: Don't autoload executable-find.
4654
4655         * nndb.el: Don't declare the nndb back end two or more times; don't
4656         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4657
4658         * nntp.el: Autoload format-spec instead of format; use
4659         eval-and-compile to evaluate autoload forms.
4660
4661 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4662
4663         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4664
4665 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus.el (gnus-version-number): Bump version.
4668
4669 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4670
4671         * gnus.el: No Gnus v0.3 is released.
4672
4673 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * lpath.el (featurep): Bind show-nonbreak-escape.
4676
4677 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * gnus-art.el (gnus-article-edit-part): Disable undo.
4680
4681 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4684         gnus-article-date-lapsed-new-header is t if date timer is active;
4685         skip headers in which the original date value is empty.
4686         (gnus-article-save-original-date): Redefine it as a macro.
4687         (gnus-display-mime): Use it.
4688
4689 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-art.el (article-date-ut): Support converting date in
4692         forwarded parts as well.
4693         (gnus-article-save-original-date): New function.
4694         (gnus-display-mime): Use it.
4695
4696 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4697
4698         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4699         enclosure element of <item>.
4700
4701 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * message.el (message-kill-buffer-query): Renamed from
4704         `message-kill-buffer-query-if-modified'.  Added :version.
4705
4706 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4709         window layout.
4710
4711 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * mml.el: Autoload dnd when compiling.
4714
4715 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4718         x-dnd-*.
4719
4720 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * qp.el (quoted-printable-encode-region): Save excursion.
4723
4724 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * message.el (message-kill-buffer-query-if-modified): new variable
4727         so the user can kill a modified message buffer quickly
4728         (message-kill-buffer): use it.
4729
4730 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * lpath.el: Fbind display-time-event-handler; don't fbind
4733         string-to-multibyte.
4734
4735         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4736
4737 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4740         contained in text because xml.el decodes entities) with LFs.
4741
4742 2005-04-11  Lute Kamstra  <lute@gnu.org>
4743
4744         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4745         differently.
4746
4747 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4748
4749         * mm-util.el (mm-detect-coding-region): Typo.
4750
4751 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4754
4755 2005-04-06  D Goel  <deego@gnufans.org>
4756
4757         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4758         user-function allow user modifications of the scores.
4759         (spam-stat-score-buffer-user): New function, to allow
4760         user-computed modifications to the score.
4761         (spam-stat-score-buffer-user-functions): list of additional
4762         scoring functions
4763         (spam-stat-error-holder): global temporary error holder
4764         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4765         variable
4766
4767 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-clean-empty-function)
4770         (gnus-registry-trim, gnus-registry-fetch-groups)
4771         (gnus-registry-delete-group): now groups that match
4772         `gnus-registry-ignored-groups' will be removed from the registry
4773         entries, not just ignored for splitting.  This helps clean up the
4774         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4775         to get all the groups a message ID is in.
4776
4777         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4778         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4779         (spam-stat-score-buffer-user-functions): added :number custom type
4780
4781 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4784         argument in XEmacs.
4785
4786         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4787         (nnrss-request-group): Decode group name first.
4788         (nnrss-request-article): Make a text/plain article if mml-to-mime
4789         failed.
4790         (nnrss-get-encoding): Return a compatible encoding according to
4791         nnrss-compatible-encoding-alist.
4792         (nnrss-find-el): Use consp instead of listp.
4793         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4794
4795 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4798         which Emacs 20 doesn't support.
4799         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4800
4801 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4804         silence the byte compiler inside the defun
4805
4806         * gnus-demon.el (parse-time-string): Add autoload.
4807
4808         * gnus-delay.el (parse-time-string): Add autoload.
4809
4810         * gnus-art.el (parse-time-string): Add autoload.
4811
4812         * nnultimate.el (parse-time): Require for `parse-time-string'.
4813
4814 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4817
4818         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4819
4820         * smime.el (smime-ldap-host-list): Add :version.
4821
4822 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4823
4824         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4825         pass it to `gnus-browse-read-group'.
4826         (gnus-browse-read-group): Add NUMBER argument and pass it to
4827         `gnus-group-read-ephemeral-group'.
4828
4829         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4830         argument and pass it to `gnus-group-read-group'.
4831
4832 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4833
4834         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4835         mm-xemacs-find-mime-charset-1 if we have the mule feature
4836         available at runtime.
4837
4838 2005-03-25  Werner Lemberg  <wl@gnu.org>
4839
4840         * nnmaildir.el: Replace `illegal' with `invalid'.
4841
4842 2005-03-23  Lute Kamstra  <lute@gnu.org>
4843
4844         * time-date.el: Add comment on time value formats.
4845         Don't require parse-time.
4846         (with-decoded-time-value): New macro.
4847         (encode-time-value): New function.
4848         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4849         (days-to-time): Return a valid time value when arg is huge.
4850         (time-since): Use time-subtract.
4851         (time-to-number-of-days): Use time-to-seconds.
4852
4853 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4854
4855         * gnus-start.el (gnus-display-time-event-handler):
4856         Check display-time-timer at runtime rather than only at load time
4857         in case display-time-mode is turned off in the mean time.
4858
4859 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4862         used.
4863
4864         * nneething.el (nneething-map-file-directory): Derive from
4865         `gnus-directory'.
4866
4867         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4868         the To/Cc button.
4869
4870 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * nnmaildir.el (nnmaildir-request-accept-article):
4873         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4874
4875 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4876
4877         * gnus-async.el: Require timer-funcs at compile time when in
4878         XEmacs for `run-with-idle-timer'.
4879
4880 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4881
4882         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4883         autoloaded function.
4884
4885 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4886
4887         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4888
4889 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4890
4891         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4892
4893 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894
4895         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4896         gnus-expert-user to default.
4897
4898 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4899
4900         * nnimap.el (nnimap-open-server): Ditto.
4901
4902         * imap.el (imap-authenticate): Fix typo.
4903
4904 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4905
4906         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4907         buffer (since IMAP server might return FETCH response out of
4908         order, and the nntp buffer must be sorted).
4909
4910 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4911
4912         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4913         comparison on string.
4914
4915         * gnus-agent.el (gnus-agent-long-article,
4916         gnus-agent-short-article, gnus-agent-score): Renamed category
4917         keywords to match gnus-cus.
4918         (gnus-agent-summary-fetch-series): Modified to protect against
4919         gnus-agent-summary-fetch-group clearing processable flags.
4920         (gnus-agent-synchronize-group-flags): Update live group buffer as
4921         synchronization may occur due to the user toggle the plugged
4922         status.
4923         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4924         successfully downloaded.
4925         (gnus-agent-expire-group-1): Avoid using markers when the overview
4926         is in ascending order; greatly improves performance.
4927         (gnus-agent-regenerate-group): Use
4928         gnus-agent-synchronize-group-flags to reset read status in both
4929         gnus and server.
4930         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4931
4932 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4933
4934         * message.el: Don't autoload former message-utils variables.
4935         (message-strip-subject-trailing-was): Change doc string.
4936
4937         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4938         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4939         (nnweb-google-search): Add "hl=en" here.
4940         (nnweb-google-parse-1, nnweb-google-create-mapping):
4941         Don't hardcode URL.
4942
4943 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * message.el (message-get-reply-headers, message-followup):
4946         Mention related variables `message-use-followup-to' and
4947         `message-use-mail-followup-to', in the information buffer.
4948
4949         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4950         of broken groups(-beta).google.com.
4951
4952 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4955         parameter to invoked gnus-request-move-article; remove the
4956         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4957         all at once instead of once per article
4958         (gnus-summary-remove-process-mark): accept a list of articles as
4959         well as a single article for processing
4960
4961         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4962
4963         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4964
4965         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4966
4967         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4968
4969         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4970
4971         * nnimap.el (nnimap-request-move-article): add move-is-internal
4972         parameter and remove the gnus-sum-hint-move-is-internal variable
4973
4974         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4975
4976         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4977
4978         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4979
4980         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4981
4982         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4983
4984         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4985
4986 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4987
4988         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4989         a more conservative way.
4990
4991 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4992
4993         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4994         buffer, so it moves the window's cursor.
4995
4996 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4997
4998         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4999         `mm-dissect-multipart' and receive the from field as an (optional)
5000         argument from `mm-dissect-multipart'.
5001         (mm-dissect-multipart): Receive the from field as an argument and
5002         pass it on when we call `mm-dissect-buffer' on MIME parts.
5003         Fixes verification/decryption of signed/encrypted MIME parts.
5004
5005 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * gnus-sum.el (gnus-summary-move-article): set
5008         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5009         whatever it calls (right now, only nnimap-request-move article
5010         respects it)
5011
5012         * nnimap.el (nnimap-request-move-article): when
5013         gnus-sum-hint-move-is-internal is set, don't do the extra
5014         nnimap-request-article
5015
5016 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5019
5020         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5021         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5022
5023         * gnus-sum.el (gnus-summary-caesar-message):
5024         Apply `gnus-treat-article' after rotation.
5025
5026         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5027         doc string.
5028
5029 2005-02-22  Simon Josefsson  <jas@extundo.com>
5030
5031         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5032         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5033         <arne@arnested.dk>.
5034         (encrypt): Add password-cache and password-cache-expiry as group
5035         members.
5036
5037 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5038
5039         * smime.el (smime-ldap-host-list): Doc fix.
5040         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5041         cache) password.
5042         (smime-sign-region): Use it.
5043         (smime-decrypt-region): Use it.
5044         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5045         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5046         fails.
5047         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5048         certificate from DER to PEM format rather than calling openssl.
5049
5050         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5051
5052         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5053         for signing/encryption.
5054
5055         * mml.el (mml-parse-1): Use them.
5056
5057 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5058
5059         * nnrss.el (nnrss-verbose): Removed.
5060         (nnrss-request-group): Use `nnheader-message' instead.
5061
5062 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5063
5064         * nnrss.el (nnrss-verbose): New variable.
5065         (nnrss-request-group): Make it say nnrss is requesting a group.
5066
5067 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5070         Handle news URL with given port correctly.
5071
5072 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5075         containing special characters.
5076
5077         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5078
5079         * mml.el (mime-to-mml): Ditto.
5080
5081         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5082         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5083         (rfc2047-decode-region): Quote decoded words containing special
5084         characters when rfc2047-quote-decoded-words-containing-tspecials
5085         is non-nil.
5086
5087 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5088
5089         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
5090
5091         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
5092
5093 2005-02-15  Simon Josefsson  <jas@extundo.com>
5094
5095         * nnimap.el (nnimap-debug): Doc fix.
5096
5097         * imap.el (imap-debug): Doc fix.
5098
5099 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5102
5103 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5104
5105         * gnus.el (spam-contents): improve docs for spam-contents
5106         parameter in its variable incarnation
5107
5108 2005-02-14  Simon Josefsson  <jas@extundo.com>
5109
5110         * smime-ldap.el: Use require instead of load-library for ldap.
5111         (smime-ldap-search): Indent.
5112         (smime-ldap-search-internal): Shorten line.
5113
5114         * smime.el (smime-cert-by-dns): Add doc-string.
5115         (smime-cert-by-ldap-1): Indent.
5116
5117         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5118         mml-smime-get-dns-ldap.
5119         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5120
5121 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5122
5123         * smime.el: Require smime-ldap.
5124         (smime-ldap-host-list): New variable.
5125         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5126
5127         * mml-smime.el (mml-smime-encrypt-query): New function.
5128         (mml-smime-encrypt-query): Use it.
5129
5130         * smime-ldap.el: New file.
5131
5132 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5135
5136 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5139         argument in doc string.  Make query for type more clear.
5140
5141 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * gnus.el (gnus-group-startup-message): Search for gnus images in
5144         etc/images/gnus.
5145         * mm-util.el (mm-image-load-path): Likewise.
5146         * smiley.el (smiley-data-directory): Search for smilies in
5147         etc/images/smilies.
5148
5149 2005-02-09  Kim F. Storm  <storm@cua.dk>
5150
5151         Change Emacs release version from 21.4 to 22.1 throughout.
5152         Change Emacs development version from 21.3.50 to 22.0.50.
5153
5154 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5157
5158         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5159         non-Mule XEmacs as well.
5160         (mm-decompress-buffer): Signal an error intentionally if it does
5161         not decompress compressed data because auto-compression-mode is
5162         disabled.
5163
5164 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
5167         an ID in the registry even if it has no groups
5168
5169 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5172         merge it into mm-decompress-buffer.
5173         (gnus-mime-copy-part): Use the MIME part charset, the value which
5174         a user specified or gnus-newsgroup-charset for decoding, like
5175         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5176         save-buffer what was used.  Suggested by Kevin Ryde
5177         <user42@zip.com.au>.
5178         (gnus-mime-inline-part): Allow the name parameter as well as the
5179         filename parameter; force decompressing of compressed data; always
5180         display contents being not decoded as unibyte.
5181
5182         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5183         as well as the filename parameter.
5184
5185         * mm-util.el (mm-decompress-buffer): Merge
5186         gnus-mime-jka-compr-maybe-uncompress.
5187         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5188         of compressed data.
5189
5190 2005-02-08  Simon Josefsson  <jas@extundo.com>
5191
5192         * imap.el (imap-log): Doc fix.
5193
5194 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5197         the coding cookies; decompress compressed parts.
5198
5199         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5200         to the value which a user specified manually or the coding cookie.
5201
5202         * mm-util.el (mm-string-to-multibyte): New function.
5203         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5204         (mm-coding-system-to-mime-charset): New function.
5205         (mm-decompress-buffer): New function.
5206         (mm-find-buffer-file-coding-system): New function.
5207
5208         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5209         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5210         parts.
5211
5212 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5213
5214         * mm-view.el (mm-display-inline-fontify): Decode a part according
5215         to the charset parameter.
5216
5217 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5220         prefix arg is neither nil nor a number, as info specifies.
5221
5222 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5225         timestamps.
5226
5227 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5228
5229         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5230         groups error checking and notify user.
5231
5232 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5233
5234         * message.el (message-send-mail-function): Check existence of
5235         sendmail-program first before using default value
5236         `message-send-mail-with-sendmail'.  Otherwise use more generic
5237         `smtpmail-send-it'.
5238
5239 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * nntp.el (nntp-request-update-info): Always return nil.
5242
5243 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5244
5245         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5246
5247 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * message.el (message-beginning-of-line): Change the behavior when
5250         invoked between BOL and : so that it first moves backward.
5251
5252 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5255         article buffer when editing of the article is discarded.
5256         (gnus-article-prepare): Revert.
5257
5258 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * gnus-art.el (gnus-article-prepare):
5261         Remove message-strip-forbidden-properties from the local hook.
5262
5263 2005-01-27  Simon Josefsson  <jas@extundo.com>
5264
5265         * password.el (password-cache-add): Only start one timer per key.
5266         Reported by Derek Atkins <warlord@MIT.EDU>.
5267
5268 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5269
5270         * run-at-time.el: Removed.  It is no longer needed as
5271         timer-funcs.el in the xemacs-base package has a working version of
5272         `run-at-time'.
5273
5274         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5275
5276         * password.el: Require timer-funcs instead of run-at-time in
5277         XEmacs.
5278         Remove `password-run-at-time' macro.
5279         (password-cache-add): Use `run-at-time' instead of
5280         `password-run-at-time'.
5281
5282         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5283         Remove `nnheader-cancel-function-timers' alias,
5284         `cancel-function-timers' exists in XEmacs in timer-funcs.
5285
5286         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5287         for `run-with-idle-timer'.
5288
5289         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5290         for `run-at-time'.
5291
5292         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5293         for `with-timeout'.
5294
5295         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5296         the same as for XEmacs 21.4.
5297         No need to ignore `run-with-idle-timer', this function exists in
5298         XEmacs now in timer-funcs.el in the xemacs-base package.
5299         (dgnushack-compile): No need to delete
5300         run-at-time.el from the list of files to compile because it
5301         doesn't exist anymore.
5302
5303 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5306         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5307
5308 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5309
5310         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5311         sensitively.
5312
5313 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5314
5315         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5316
5317 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5320         which will be inserted according to the multibyteness of a buffer
5321         rather than the type of contents.  Suggested by ARISAWA Akihiro
5322         <ari@mbf.ocn.ne.jp>.
5323
5324         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5325         of string which old xml.el may return rather than a string.
5326
5327 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5330
5331 2005-01-16  Simon Josefsson  <jas@extundo.com>
5332
5333         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5334         idn/idna.el isn't available.
5335         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5336         <michael@waxrat.com>.
5337
5338         * hashcash.el: Remove non-FSF copyright header.
5339
5340         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5341         (hashcash-generate-payment): Use it.
5342         (hashcash-generate-payment-async): Use it.
5343
5344 2005-01-15  Simon Josefsson  <jas@extundo.com>
5345
5346         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5347         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5348
5349         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5350         gnus-summary-idna-message.
5351         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5352         (gnus-summary-idna-message): New function.
5353
5354 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5357         gnus-novice-user.
5358
5359 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * nnrss.el (nnrss-request-delete-group): Delete entries in
5362         nnrss-group-alist as well.
5363         (nnrss-save-server-data): Insert newline.
5364
5365 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * gnus.el (gnus-user-agent): Use list of symbols instead of
5368         symbols.  Display full version number for (S)XEmacs.  Optionally
5369         display (S)XEmacs codename.
5370
5371         * gnus-util.el (gnus-emacs-version): Update for new
5372         `gnus-user-agent'.
5373
5374         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5375         Gnus version.
5376
5377 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5380         which is unreadable in some setups.
5381
5382 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-spec.el (gnus-update-format-specifications): Flush the
5385         group format spec cache if it doesn't support decoded group names.
5386
5387 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5390         to apply decay on score files matching a regexp.
5391
5392 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5395         compatibility in %g and %c.
5396
5397 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5400         name for only %g and %c.
5401         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5402         of gnus-tmp-group to decoded group name.
5403         (gnus-group-make-rss-group): Exclude `/'s from group names.
5404
5405 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * nnrss.el (nnrss-get-encoding): Fix regexp.
5408
5409 2004-12-27  Simon Josefsson  <jas@extundo.com>
5410
5411         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5412         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5413         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5414
5415 2004-12-17  Kim F. Storm  <storm@cua.dk>
5416
5417         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5418
5419         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5420
5421 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5422
5423         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5424
5425 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * nnrss.el: Require rfc2047 and mml.
5428         (nnrss-file-coding-system): New variable.
5429         (nnrss-format-string): Redefine it as an inline function.
5430         (nnrss-decode-group-name): New function.
5431         (nnrss-string-as-multibyte): Remove.
5432         (nnrss-retrieve-headers): Decode group name; don't use
5433         nnrss-format-string.
5434         (nnrss-request-group): Decode group name.
5435         (nnrss-request-article): Decode group name; allow a Message-ID as
5436         well as an article number; don't use nnrss-format-string; encode a
5437         Message-ID string which may contain non-ASCII characters; use
5438         mml-to-mime to compose a MIME article.
5439         (nnrss-request-expire-articles): Decode group name.
5440         (nnrss-request-delete-group): Decode group name.
5441         (nnrss-fetch): Clarify error message.
5442         (nnrss-read-server-data): Use insert-file-contents instead of load;
5443         bind file-name-coding-system; use multibyte buffer.
5444         (nnrss-save-server-data): Bind coding-system-for-write to the
5445         value of nnrss-file-coding-system; bind file-name-coding-system;
5446         add coding cookie.
5447         (nnrss-read-group-data): Use insert-file-contents instead of load;
5448         bind file-name-coding-system; use multibyte buffer.
5449         (nnrss-save-group-data): Bind coding-system-for-write to the
5450         value of nnrss-file-coding-system; bind file-name-coding-system.
5451         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5452         make it work with non-ASCII text.
5453         (nnrss-find-el): Make it work with old xml.el as well.
5454
5455 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5456
5457         * nnrss.el (nnrss-get-encoding): New function.
5458         (nnrss-fetch): Use unibyte buffer initially; bind
5459         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5460         decode contents according to the encoding attribute.
5461         (nnrss-save-group-data): Add coding cookie.
5462         (nnrss-mime-encode-string): New function.
5463         (nnrss-check-group): Use it to encode subject and author.
5464
5465 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5468         imaginary variable
5469
5470 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5473         correctly even if there are wide characters.
5474
5475 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5478         downcased symbol names; make a new cache instead of reusing
5479         bbdb-hashtable
5480
5481 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5484         concatenating segments rather than before concatenating them.
5485         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5486
5487         * message.el (message-get-reply-headers): Bind `extra'.
5488
5489 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * message.el (message-extra-wide-headers): New variable.
5492         (message-get-reply-headers): Use it.
5493
5494 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5497         (gnus-agent-group-pathname): Ditto.
5498
5499         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5500
5501         * gnus-group.el (gnus-group-make-group): Decode group name.
5502         (gnus-group-make-rss-group): Register the group data after opening
5503         the nnrss group.
5504
5505 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5506
5507         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5508         by expiry now get marked as read.
5509
5510 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5513
5514 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5515
5516         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5517         unify Latin characters in XEmacs.
5518         (mm-find-mime-charset-region): Use it.
5519
5520 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * gnus-util.el (gnus-delete-directory): New function.
5523
5524         * gnus-agent.el (gnus-agent-delete-group): Use it.
5525
5526         * gnus-cache.el (gnus-cache-delete-group): Use it.
5527
5528 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5531         names.
5532
5533 2004-12-16  Simon Josefsson  <jas@extundo.com>
5534
5535         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5536
5537 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5540
5541         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5542         (gnus-group-set-current-level): Decode group name.
5543
5544 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5545
5546         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5547         failed.
5548
5549 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-group.el (gnus-group-delete-group): Decode group name.
5552         (gnus-group-make-rss-group): Encode group name.
5553         (gnus-group-catchup-current): Decode group name.
5554         (gnus-group-kill-group): Decode group name.
5555
5556 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5559
5560 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-group.el (gnus-group-make-rss-group):
5563         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5564
5565         * gnus-start.el (gnus-setup-news): Honor user's setting to
5566         gnus-message-archive-method.  Suggested by Lute Kamstra
5567         <lute@gnu.org>.
5568
5569 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5570
5571         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5572         global counterparts of the buffer-local variables.
5573
5574 2004-11-16  Romain Francoise  <romain@orebokech.com>
5575
5576         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5577         counterparts of the buffer-local variables.
5578
5579 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * message.el (message-forbidden-properties): Fixed typo in doc
5582         string.
5583
5584 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * gnus-util.el (gnus-replace-in-string): Added doc string.
5587
5588         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5589         to avoid problems when splitting mails with many recipients.
5590
5591 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5592
5593         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5594         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5595
5596 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5597
5598         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5599         if there is no hashtable in memory or file modification time is
5600         newer than cached timestamp.
5601
5602 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5605         not-matching option.
5606
5607 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5610         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5611         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5612         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5613         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5614         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5615
5616 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * message.el (message-forward-make-body-mml): Remove headers
5619         according to message-forward-ignored-headers if a message is decoded.
5620
5621 2004-12-02  Romain Francoise  <romain@orebokech.com>
5622
5623         * message.el (message-forward-make-body-plain): Always remove
5624         headers according to message-forward-ignored-headers.
5625
5626 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5627
5628         * spam.el (spam-summary-prepare-exit): remove the
5629         gnus-summary-limit pop for now, it has problems with ham marks for
5630         me
5631
5632 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5633
5634         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5635         correctly
5636
5637 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5638
5639         * format-spec.el (format-spec): Message the char.
5640
5641 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5642
5643         * gnus-art.el (gnus-split-methods): reformat comments
5644
5645         * spam.el (spam-summary-prepare-exit): remove article limits
5646         before exiting the summary buffer
5647
5648 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5651         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5652
5653         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5654         order to silence the byte compiler.
5655
5656         * spam.el: Fix the way to silence the byte compiler, which
5657         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5658         bbdb-search-simple, spam-BBDB-register-routine,
5659         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5660         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5661         spam-stat-buffer-is-spam, spam-stat-load,
5662         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5663         spam-stat-save and spam-stat-split-fancy.
5664
5665 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5668         which may confuse users.
5669         (canlock-password-for-verify): Ditto.
5670
5671         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5672
5673         * gnus-art.el (gnus-emphasis-alist): Ditto.
5674
5675         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5676
5677         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5678
5679         * gnus-start.el (gnus-save-killed-list): Ditto.
5680
5681         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5682         (gnus-sum-thread-tree-root): Ditto.
5683         (gnus-sum-thread-tree-false-root): Ditto.
5684         (gnus-sum-thread-tree-single-indent): Ditto.
5685
5686         * message.el (message-courtesy-message): Ditto.
5687         (message-archive-note): Ditto.
5688         (message-subscribed-address-file): Ditto.
5689         (message-user-fqdn): Ditto.
5690
5691         * spam-report.el (spam-report-gmane-regex): Ditto.
5692
5693         * spam.el (spam-blackhole-good-server-regex): Ditto.
5694
5695 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * mml.el (mml-preview): Widen the message buffer before copying
5698         the contents to the preview buffer; sort headers before previewing.
5699
5700         * message.el (message-hidden-headers): Fix the way to avoid a bug
5701         in the `repeat' widget in Emacs 21.3 or earlier.
5702
5703 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * message.el (message-hidden-headers): Default to "^References:".
5706         Improve customization type.  Suggested by Reiner Steib
5707         <Reiner.Steib@gmx.de>.
5708
5709 2004-11-25  Romain Francoise  <romain@orebokech.com>
5710
5711         * message.el (message-strip-forbidden-properties): Remove check for
5712         obsolete `message-hidden' text property, hidden headers are not
5713         accessible in the buffer anymore.
5714
5715 2004-11-22  Romain Francoise  <romain@orebokech.com>
5716
5717         * message.el (message-header-format-alist): Add `From' in list
5718         so that it can be sorted.
5719         (message-fix-before-sending): Widen and sort headers before
5720         sending.
5721         (message-hide-headers): Use narrowing to hide headers by moving
5722         them to the top of the buffer and narrowing to the region
5723         underneath.
5724
5725 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5726
5727         * message.el (message-strip-forbidden-properties): Bind
5728         buffer-read-only (etc) to nil.
5729
5730 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5733         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5734
5735 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5736
5737         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5738
5739 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * dns.el (query-dns): Use sit-for to time instead of
5742         accept-process-output, since that doesn't seem to work on udp
5743         sockets.
5744
5745 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5748
5749 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5750
5751         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5752         doc string.  Improve doc string.
5753
5754 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * nntp.el (nntp-request-update-info): Return nil if
5757         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5758         may not call gnus-activate-group which uselessly issues the GROUP
5759         commands for all nntp groups and wastes time.  Reported by Romain
5760         Francoise <romain@orebokech.com>.
5761
5762         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5763
5764 2004-11-15  Simon Josefsson  <jas@extundo.com>
5765
5766         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5767         headers separately.
5768         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5769         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5770
5771 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gnus-start.el (gnus-convert-old-newsrc):
5774         Assign legacy-gnus-agent to 5.10.7.
5775
5776 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5779         start of the lines.
5780
5781 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5782
5783         * hashcash.el (hashcash-default-payment): Change default to 20
5784         (hashcash-default-accept-payment): Change default to 20
5785         (hashcash-process-alist): New variable
5786         (hashcash-generate-payment-async): Add
5787         (hashcash-already-paid-p): Add
5788         (hashcash-insert-payment): Don't generate payments twice
5789         (hashcash-insert-payment-async): Add
5790         (hashcash-insert-payment-async-2): Add
5791         (hashcash-cancel-async): Add
5792         (hashcash-wait-async): Add
5793         (hashcash-processes-running-p): Add
5794         (hashcash-wait-or-cancel): Add
5795         (mail-add-payment): New optional argument.  Conditionally start
5796         asynchronous calculation.
5797         (mail-add-payment-async): Add
5798
5799         * message.el (message-send-mail): Wait for asynchronous hashcash
5800         results.  Don't clobber existing X-Hashcash headers.
5801         (message-setup-1): Call mail-add-payment-async when
5802         message-generate-hashcash is non-nil.
5803
5804 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5805
5806         * message.el (message-use-alternative-email-as-from): Examine the
5807         From header as well; use message-make-from in order to include a
5808         user's full name.
5809
5810 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5813         default; improve customization type.
5814         (gnus-emphasis-custom-with-format): New macro.
5815         (gnus-emphasis-custom-value-to-external): New function.
5816         (gnus-emphasis-custom-value-to-internal): New function.
5817
5818 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5819
5820         * dns.el (query-dns): Resolve reverse addresses.
5821
5822 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5823
5824         * gnus-group.el (gnus-group-get-new-news): Use it.
5825
5826         * gnus-start.el (gnus-check-reasonable-setup): New function.
5827
5828 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5831         "Args out of range" error.  Reported by Arnaud Giersch
5832         <arnaud.giersch@free.fr>.
5833
5834 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5835
5836         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5837
5838 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5839
5840         * spam.el (spam group): Add :version.
5841
5842         * pgg-def.el (pgg group): Add :version.
5843
5844 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (gnus-article-edit-article): Don't associate the
5847         article buffer with a draft file.  This is a temporary measure
5848         against the 2004-08-22 change to gnus-article-edit-mode.
5849
5850 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5853         (html2text-format-tags): Remove unused variable `attr'.
5854
5855 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5856
5857         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5858
5859         * tls.el (tls-process-connection-type, tls-success)
5860         (tls-certtool-program): Add :version.
5861
5862         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5863         (starttls-extra-arguments, starttls-process-connection-type)
5864         (starttls-connect, starttls-failure, starttls-success):
5865
5866         * spam-stat.el (spam-stat): Add :version.
5867
5868         * sieve.el (sieve): Add :version.
5869
5870         * sha1.el (sha1): Add :version.
5871         (sha1-use-external): Remove redundant version.
5872
5873         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5874         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5875         (nnmail-split-fancy-match-partial-words)
5876         (nnmail-split-lowercase-expanded):
5877
5878         * nndiary.el (nndiary): Add :version.
5879
5880         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5881
5882         * mml-sec.el (mml-default-sign-method)
5883         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5884         Add :version.
5885
5886         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5887
5888         * mm-url.el (mm-url-use-external, mm-url-program)
5889         (mm-url-arguments): Add :version.
5890
5891         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5892         (mm-attachment-file-modes, mm-decrypt-option)
5893         (mm-w3m-safe-url-regexp): Add :version.
5894
5895         * message.el (message-cite-prefix-regexp)
5896         (message-sendmail-envelope-from, message-minibuffer-local-map)
5897         (message-user-fqdn, message-completion-alist): Add :version.
5898
5899         * gnus-win.el (gnus-configure-windows-hook)
5900         (gnus-use-frames-on-any-display): Add :version.
5901
5902         * gnus-art.el (gnus-article-address-banner-alist)
5903         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5904         (gnus-treat-from-picon, gnus-treat-mail-picon)
5905         (gnus-treat-x-pgp-sig): Add :version.
5906
5907         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5908         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5909         (gnus-summary-article-delete-hook)
5910         (gnus-summary-display-while-building): Add :version.
5911
5912         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5913         (gnus-get-top-new-news-hook):Add :version.
5914
5915         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5916         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5917
5918         * gnus-registry.el (gnus-registry): Add :version.
5919
5920         * gnus-spec.el (gnus-use-correct-string-widths)
5921         (gnus-make-format-preserve-properties): Add :version.
5922
5923         * gnus.el (gnus-group-charter-alist)
5924         (gnus-group-fetch-control-use-browse-url)
5925         (gnus-install-group-spam-parameters): Add :version.
5926
5927         * gnus-diary.el (gnus-diary): Add :version.
5928
5929         * gnus-delay.el (gnus-delay): Add :version.
5930
5931         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5932         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5933         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5934         Add :version.
5935
5936         * gnus-agent.el (gnus-agent-max-fetch-size)
5937         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5938         (gnus-agent-prompt-send-queue): Add :version.
5939
5940         * deuglify.el (gnus-outlook-deuglify): Add :version.
5941
5942         * html2text.el: Beautify code.  Improve doc strings.  Some
5943         checkdoc cleanup.
5944         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5945
5946 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5947
5948         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5949
5950 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * gnus-registry.el (gnus-registry-hashtb): create the registry
5953         when package is loaded
5954
5955         * spam.el (spam-summary-score-preferred-header): global preference
5956         for people who want to override the default SpamAssassin over
5957         Bogofilter preference (when both are set)
5958         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5959         (spam-user-format-function-S): check spam-summary-score-preferred-header
5960         (spam-extra-header-to-number): add X-Bogosity header parsing
5961         (spam-user-format-function-S): format the score correctly
5962
5963 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5966         signature file.  Suggested by Manoj Srivastava
5967         <srivasta@golden-gryphon.com>.
5968
5969         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5970         iso-2022-jp even in the Japanese language environment.
5971         Suggested by Jason Rumney <jasonr@gnu.org>.
5972
5973 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5976         use the same characters as the dummy marks; make it free from
5977         getting affected by the language environment.
5978         (gnus-summary-read-group-1): Update mark positions only when the
5979         format spec is updated.
5980
5981         * gnus-spec.el (gnus-update-format-specifications): Return a list
5982         of updated types.
5983
5984 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5987         of boundp to check if display-warning is available.
5988
5989 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5992
5993 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * nnspool.el (nnspool-spool-directory): Use news-path if the
5996         news-directory variable is not bound.
5997
5998         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5999         function instead of display-warning if it is not available.
6000
6001 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6002
6003         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6004         v5-10: Use `point-at-bol'.
6005
6006 2004-10-26  Simon Josefsson  <jas@extundo.com>
6007
6008         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6009         <chenggao@gmail.com>.
6010
6011 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6012
6013         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6014         instead.
6015
6016 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
6019         to remove a server from the nnimap-server-buffer-alist
6020         (nnimap-open-connection, nnimap-close-server): use it
6021
6022         * gnus-encrypt.el: removed in favor of encrypt.el
6023
6024 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6027         running the major-mode function.
6028
6029 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6032         dummy marks in the right way.
6033
6034 2004-10-18  David Edmondson  <dme@dme.org>
6035
6036         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6037         excessively.
6038
6039 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * gnus-util.el (gnus-split-references): accept a nil references
6042         string and go on blissfully
6043
6044         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
6045         cases where the references string is non-nil but has no references
6046
6047         * encrypt.el: add autoload tags
6048
6049         * spam.el (spam-resolve-registrations-routine): remove article
6050         from unregistration list too.  Reported by David Hanak
6051         <dhanak@isis.vanderbilt.edu>
6052
6053 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6054
6055         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6056         nil.  Changed custom type.
6057
6058 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6061
6062         * gnus-sum.el (gnus-summary-move-article): Use it.
6063
6064 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * encrypt.el: add autoload cookies
6067
6068         * spam.el (spam-backend-article-list-property)
6069         (spam-backend-get-article-todo-list)
6070         (spam-backend-put-article-todo-list, )
6071         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6072         resolve registrations separately
6073         (spam-register-routine): format comments
6074         (spam-unregister-routine, spam-register-routine): always call with
6075         specific-articles, no default list
6076         (spam-summary-prepare-exit): use the spam-classifications function
6077
6078         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
6079         gnus-encrypt.el
6080
6081         * encrypt.el: copied from gnus-encrypt.el
6082
6083         * gnus-encrypt.el: commented that it's obsolete
6084
6085 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6088         (gnus-score-save): Use it.
6089
6090         * message.el (message-bury): Use `window-dedicated-p'.
6091
6092 2004-10-15  Simon Josefsson  <jas@extundo.com>
6093
6094         * pop3.el (top-level): Don't require nnheader.
6095         (pop3-read-timeout): Add.
6096         (pop3-accept-process-output): Add.
6097         (pop3-read-response, pop3-retr): Use it.
6098
6099 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * spam.el (spam-register-routine): move comment
6102         (spam-verify-bogofilter): we use 'unknown for the initial
6103         spam-bogofilter-valid state, not 'never
6104
6105         * netrc.el (netrc-machine-user-or-password): convenience wrapper
6106         for netrc-machine
6107
6108         * nnimap.el (nnimap-open-connection): use
6109         netrc-machine-user-or-password
6110
6111 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6112
6113         * gnus-registry.el (gnus-registry-unload-hook):
6114         Set as a variable with add-hook.
6115
6116         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6117         of news-path.
6118
6119         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6120
6121         * spam.el: Delete duplicate `provide'.
6122         (spam-unload-hook): Set as a variable with add-hook.
6123
6124 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6127         in the doc string.
6128
6129         * message.el (message-ignored-news-headers)
6130         (message-ignored-supersedes-headers)
6131         (message-ignored-resent-headers)
6132         (message-forward-ignored-headers): Improve custom type.
6133
6134 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * message.el (message-tokenize-header): Fix 2004-09-06 change
6137         which used point-min in the wrong place.
6138
6139 2004-10-12  Simon Josefsson  <jas@extundo.com>
6140
6141         * net/tls.el (tls-certtool-program): New variable.
6142         (tls-certificate-information): New function, based on
6143         ssl-certificate-information.
6144
6145 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * compface.el: Move the version of ELisp-based uncompface program
6148         to the contrib directory because of the copyright problem.
6149
6150 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * message.el (message-kill-buffer): Raise the current frame.
6153
6154 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6157
6158         * gnus.el (message-y-or-n-p): Autoload.
6159
6160         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6161         (pop3-password-required, pop3-authentication-scheme)
6162         (pop3-leave-mail-on-server): Made customizable.
6163         (pop3): New custom group.
6164         (pop3-retr): Remove `sleep-for' statements.
6165         Suggested by Dave Love <fx@gnu.org>.
6166
6167         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6168         Windows/DOS.
6169
6170         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6171         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6172         Dave Love <fx@gnu.org>.
6173
6174         * mml.el (mml-minibuffer-read-disposition): Require match.
6175         Suggested by Dave Love <fx@gnu.org>.
6176
6177 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6180         doc string.
6181
6182 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6185
6186 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6187
6188         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6189         instead of calling `mm-insert-inline', to decode text/* parts
6190         before displaying them.
6191
6192 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * mm-uu.el (mm-uu-text-plain-type): New variable.
6195         (mm-uu-pgp-signed-extract-1): Use it.
6196         (mm-uu-pgp-encrypted-extract-1): Use it.
6197         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6198         bind mm-uu-text-plain-type with that value.
6199         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6200         mm-uu-dissect.
6201
6202 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * gnus-group.el (gnus-update-group-mark-positions):
6205         * gnus-sum.el (gnus-update-summary-mark-positions):
6206         * message.el (message-check-news-body-syntax):
6207         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6208         of string-as-multibyte.
6209
6210 2004-10-05  Juri Linkov  <juri@jurta.org>
6211
6212         * gnus-group.el (gnus-update-group-mark-positions):
6213         * gnus-sum.el (gnus-update-summary-mark-positions):
6214         * message.el (message-check-news-body-syntax):
6215         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6216         8-bit unibyte values to a multibyte string for search functions.
6217
6218 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6221         (mm-uu-dissect-text-parts): New function.
6222
6223         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6224         dissect text parts.
6225
6226         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6227         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6228
6229         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6230
6231         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6232         gnus-current-topics instead of gnus-current-topic.
6233
6234 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6235
6236         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6237
6238 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6239
6240         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6241         where approriate.
6242
6243         * nnml.el (nnml-generate-active-info): do.
6244
6245         * nndiary.el (nndiary-generate-active-info): do.
6246
6247         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6248         (gnus-topic-move): do.
6249
6250         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6251         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6252
6253         * gnus-srvr.el (gnus-server-prepare)
6254         (gnus-server-open-all-servers): do.
6255
6256         * gnus-msg.el (gnus-summary-cancel-article)
6257         (gnus-summary-resend-message)
6258         (gnus-summary-mail-crosspost-complaint): do.
6259
6260         * gnus-move.el (gnus-change-server): do.
6261
6262         * gnus-group.el (gnus-group-unmark-all-groups)
6263         (gnus-group-set-current-level): do.
6264
6265 2004-10-04  Simon Josefsson  <jas@extundo.com>
6266
6267         * message.el (message-generate-hashcash): Doc fix.
6268
6269 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6270
6271         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6272         avoid infinite recursion via gnus-get-function.
6273
6274 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6275
6276         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6277
6278         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6279
6280         * nnmail.el (nnmail-split-history): do.
6281
6282         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6283         (nnml-request-delete-group): do.
6284
6285         * nnslashdot.el (nnslashdot-read-groups): do.
6286
6287         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6288         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6289
6290         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6291         (nnspool-sift-nov-with-sed): Use last
6292         (nnspool-retrieve-headers-with-nov): Use mapc.
6293         (nnspool-request-newgroups): Use dolist.
6294         (nnspool-request-group): Use last.
6295
6296         * nntp.el (nntp-read-server-type): Use dolist.
6297
6298         * nnvirtual.el (nnvirtual-create-mapping)
6299         (nnvirtual-update-read-and-marked): Use dolist.
6300         (nnvirtual-convert-headers): Simplify.
6301
6302 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6303
6304         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6305         support for sync'ing tick marks.
6306
6307 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6310         there's no visible header.
6311
6312 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6313
6314         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6315         necessary, pass full group name to gnus-request-set-marks.
6316
6317 2004-10-01  Simon Josefsson  <jas@extundo.com>
6318
6319         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6320         acroread.
6321
6322 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323
6324         * spam-report.el (spam-report-gmane): Fix interactive.
6325
6326         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6327
6328         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6329         when writing file.
6330         (gnus-agent-synchronize-flags): Don't default to being
6331         interactive.
6332
6333 2004-09-30  Simon Josefsson  <jas@extundo.com>
6334
6335         * message.el (message-generate-hashcash): Add.
6336         (message-send-mail): Use it, call mail-add-payment.
6337
6338 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6339
6340         * spam.el (spam-verify-bogofilter): -V, not -sV option
6341
6342 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6343
6344         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6345         gnus-requst-update-info with explicit code to sync the in-memory
6346         info read flags with the marks being sync'd to the backend.
6347
6348         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6349
6350 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * spam.el (spam-verify-bogofilter): new function
6353         (spam-check-bogofilter)
6354         (spam-bogofilter-register-with-bogofilter): use it
6355         (spam-verify-bogofilter): small fixes
6356
6357 2004-09-28  Simon Josefsson  <jas@extundo.com>
6358
6359         * hashcash.el (hashcash-generate-payment): Revert.
6360
6361 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6362
6363         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6364         gnus-extract-references instead of gnus-split-references
6365
6366         * gnus-util.el (gnus-extract-references): new function, analogous
6367         to gnus-split-references but extracts only the message-ID without
6368         anything extra
6369
6370         * hashcash.el (hashcash-generate-payment)
6371         (hashcash-check-payment): do the right thing if hashcash-path is
6372         nil (because the hashcash program could not be found)
6373
6374         * spam.el (spam-use-hashcash): remove comment
6375
6376 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6377
6378         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6379         (gnus-cache-enter-article, gnus-cache-remove-article)
6380         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6381
6382         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6383
6384         * gnus-art.el (article-hide-boring-headers)
6385         (article-translate-strings, article-display-face)
6386         (gnus-article-mime-match-handle-first)
6387         (gnus-article-highlight-headers)
6388         (gnus-article-add-buttons-to-head): do.
6389
6390 2004-09-27  Simon Josefsson  <jas@extundo.com>
6391
6392         * hashcash.el: New version, from
6393         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6394         ../contrib/.
6395
6396 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6399
6400 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6401
6402         * gnus-dup.el (gnus-dup-open): Use mapc.
6403         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6404
6405         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6406         Reported by Stefan Wiens <s.wi@gmx.net>.
6407
6408         * gnus.el (gnus-shutdown): Use dolist.
6409
6410         * gnus-undo.el (gnus-undo): Use mapc.
6411
6412         * nnrss.el (nnrss-generate-active): do.
6413
6414         * message.el (message-cite-original-without-signature)
6415         (message-cite-original): Use mapc.
6416         (message-do-actions, message-make-forward-subject): Use dolist.
6417
6418 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6419
6420         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6421         deletion to remove entire duplicate line.  Fixes merged article
6422         number bug.
6423
6424 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6425
6426         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6427         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6428         first ask if you want to open a server and then, even when you
6429         responded with no, asking if you want to synchronize the server's
6430         flags.
6431         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6432         multi-line expressions.
6433         (gnus-agent-synchronize-group-flags): New internal function.
6434         Updates marks in memory (in the info structure) AND in the
6435         backend.
6436
6437         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6438
6439         * nnagent.el (nnagent-request-set-mark): Use
6440         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6441         method, to ensure that synchronization updates marks in the
6442         backend and in the info (in memory) structure.
6443
6444 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6447         convention fully; don't miss the root article of a thread; make
6448         the X-Draft-From header with correct article numbers.
6449
6450 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6451
6452         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6453         unless plugged.  Disable the agent so that an open failure causes
6454         an error.
6455
6456         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6457         Reverted 2004-09-21 change.  The backend must be opened while
6458         synchronizing flags even when the backend stores the flags
6459         locally.
6460
6461 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6464         in `header' match.  Reported by Svend Tollak Munkejord.
6465
6466         * message.el (message-cite-original): Fix use of
6467         `message-cite-articles-with-x-no-archive'.
6468
6469 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6472         (gnus-window-to-buffer): Ditto.
6473
6474         * mml.el (mml-preview-buffer): New variable.
6475         (mml-preview): Manage window layout with gnus-buffer-configuration.
6476
6477         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6478         X-Draft-From header even if those articles aren't quoted.
6479
6480 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6481
6482         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6483         (gnus-request-set-mark, gnus-request-update-mark): Use new
6484         g-s-t-u-l-m to decide to use backend even when unplugged.
6485
6486 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6489         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6490
6491 2004-09-20  Simon Josefsson  <jas@extundo.com>
6492
6493         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6494         "utf-16-le".
6495
6496 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6499
6500 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * uudecode.el (uudecode-use-external): Add :version.
6503
6504         * smime.el (smime-CA-file, smime-encrypt-cipher)
6505         (smime-dns-server): Add :version.
6506
6507         * smiley.el (gnus-smiley-file-types): Add :version.
6508
6509         * sha1.el (sha1-use-external): Add :version.
6510
6511         * pgg-def.el (pgg-query-keyserver): Add :version.
6512
6513         * nnmail.el (nnmail-fancy-expiry-targets)
6514         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6515
6516         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6517         (nnimap-retrieve-groups-asynchronous): Add :version.
6518         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6519
6520         * mml.el (mml-content-disposition-parameters)
6521         (mml-insert-mime-headers-always): Add :version.
6522
6523         * mm-util.el (mm-coding-system-priorities):
6524
6525         * mm-decode.el (mm-inline-text-html-with-images)
6526         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6527         (mm-verify-option): Add :version.
6528         (mm-text-html-renderer): Change :version.
6529
6530         * message.el (message-fcc-externalize-attachments)
6531         (message-required-headers, message-draft-headers)
6532         (message-subject-trailing-was-query)
6533         (message-subject-trailing-was-ask-regexp)
6534         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6535         (message-mark-insert-end, message-archive-header)
6536         (message-archive-note, message-cross-post-default)
6537         (message-cross-post-note, message-followup-to-note)
6538         (message-cross-post-note-function, message-use-mail-followup-to)
6539         (message-subscribed-address-functions)
6540         (message-subscribed-address-file, message-subscribed-addresses)
6541         (message-subscribed-regexps, message-allow-no-recipients)
6542         (message-yank-cited-prefix, message-signature-insert-empty-line)
6543         (message-hidden-headers, message-hierarchical-addresses)
6544         (message-mail-user-agent, message-use-idna)
6545         (message-valid-fqdn-regexp)
6546         (message-strip-special-text-properties, message-header-synonyms)
6547         (message-beginning-of-line, message-tab-body-function): Add :version.
6548         (message-insert-canlock, message-wide-reply-confirm-recipients):
6549         Change :version.
6550
6551         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6552         and :version.
6553         (mail-source-delete-old-incoming-confirm)
6554         (mail-source-movemail-program): Add :version.
6555
6556         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6557         (gnus-agent-cache, gnus-agent): Change :version.
6558
6559         * gnus-util.el (gnus-use-byte-compile): Change :version.
6560
6561         * gnus-sum.el (gnus-summary-make-false-root-always)
6562         (gnus-summary-default-high-score)
6563         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6564         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6565         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6566         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6567         (gnus-sum-thread-tree-single-indent)
6568         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6569         (gnus-sum-thread-tree-leaf-with-other)
6570         (gnus-sum-thread-tree-single-leaf): Add :version.
6571         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6572         (gnus-article-loose-mime): Change :version.
6573
6574         * gnus-start.el (gnus-backup-startup-file)
6575         (gnus-save-startup-file-via-temp-buffer): Add :version.
6576
6577         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6578         (gnus-server-offline-face): Add :version.
6579
6580         * gnus-score.el (gnus-adaptive-word-length-limit):
6581
6582         * gnus-msg.el (gnus-gcc-externalize-attachments)
6583         (gnus-debug-files, gnus-debug-exclude-variables)
6584         (gnus-discouraged-post-methods): Change :version.
6585         (gnus-confirm-mail-reply-to-news)
6586         (gnus-confirm-treat-mail-like-news): Add :version.
6587
6588         * gnus-int.el (gnus-server-unopen-status): Add :version.
6589
6590         * gnus-group.el (gnus-group-jump-to-group-prompt)
6591         (gnus-large-ephemeral-newsgroup)
6592         (gnus-fetch-old-ephemeral-headers): Add :version.
6593
6594         * gnus-fun.el (gnus-x-face-directory)
6595         (gnus-convert-pbm-to-x-face-command)
6596         (gnus-convert-image-to-x-face-command)
6597         (gnus-convert-image-to-face-command): Add :version.
6598
6599         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6600
6601         * gnus-cite.el (gnus-cite-blank-line-after-header)
6602         (gnus-article-boring-faces):
6603
6604         * gnus-art.el (gnus-buttonized-mime-types)
6605         (gnus-inhibit-mime-unbuttonizing)
6606         (gnus-treat-display-face)
6607         (gnus-treat-body-boundary): Change :version.
6608         (gnus-body-boundary-delimiter, gnus-picon-databases)
6609         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6610         (gnus-treat-date-english, gnus-treat-fold-headers)
6611         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6612         (gnus-treat-mail-picon, gnus-treat-wash-html)
6613         (gnus-article-encrypt-protocol)
6614         (gnus-use-idna, gnus-article-over-scroll)
6615         (gnus-mime-display-multipart-alternative-as-mixed)
6616         (gnus-mime-display-multipart-related-as-mixed)
6617         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6618         (gnus-ctan-url, gnus-button-ctan-handler)
6619         (gnus-button-handle-ctan-bogus-regexp)
6620         (gnus-button-ctan-directory-regexp)
6621         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6622         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6623         (gnus-button-man-level, gnus-button-emacs-level)
6624         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6625
6626         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6627         (gnus-agent-go-online): Change :version.
6628         (gnus-agent-expire-unagentized-dirs)
6629         (gnus-agent-auto-agentize-methods): Add :version.
6630
6631         * flow-fill.el (fill-flowed-display-column)
6632         (fill-flowed-encode-column): Add :version.
6633
6634         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6635         (gnus-outlook-deuglify-unwrap-max)
6636         (gnus-outlook-deuglify-cite-marks)
6637         (gnus-outlook-deuglify-unwrap-stop-chars)
6638         (gnus-outlook-deuglify-no-wrap-chars)
6639         (gnus-outlook-deuglify-attrib-cut-regexp)
6640         (gnus-outlook-deuglify-attrib-verb-regexp)
6641         (gnus-outlook-deuglify-attrib-end-regexp)
6642         (gnus-outlook-display-hook): Add :version.
6643
6644         * binhex.el (binhex-use-external): Add :version.
6645
6646 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6649         and `invisible'.
6650
6651 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6652
6653         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6654         in gnus-registry-trim
6655
6656 2004-09-13  Simon Josefsson  <jas@extundo.com>
6657
6658         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6659
6660         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6661
6662         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6663         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6664         <yamaoka@jpl.org>.
6665         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6666         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6667         <yamaoka@jpl.org>.
6668
6669         * sieve.el (sieve-manage-mode): Ditto.
6670
6671 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6674
6675 2004-09-11  Simon Josefsson  <jas@extundo.com>
6676
6677         * dns-mode.el: Add.
6678
6679         * mm-view.el (mm-display-dns-inline): Add.
6680
6681         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6682         (mm-automatic-display): Ditto.
6683
6684         * mailcap.el (mailcap-mime-data): Add text/dns.
6685         (mailcap-mime-extensions): Map .soa to text/dns.
6686
6687 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6688
6689         * gnus-art.el (article-decode-mime-words, article-babel)
6690         (gnus-article-highlight-signature, gnus-article-add-buttons)
6691         (gnus-signature-toggle): Remove unnecessary bindings of
6692         `inhibit-read-only' inherited from v5.10 merge.
6693
6694 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * nntp.el (nntp): New customization group.
6697         (nntp-authinfo-file): Add customization group.
6698
6699         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6700
6701         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6702
6703         * gnus.el (to-address, to-list, subscribed)
6704         (large-newsgroup-initial): Ditto.
6705
6706         * flow-fill.el (fill-flowed-display-column)
6707         (fill-flowed-encode-column): Ditto.
6708
6709 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6710
6711         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6712         Use point-min rather than 1.
6713         (message-send-mail): Use buffer-size rather than point-max.
6714
6715         * gnus-sum.el (gnus-summary-search-article-forward):
6716         Signal a specific `search-failed' rather than a generic `error'.
6717
6718         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6719         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6720         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6721
6722 2004-09-10  Simon Josefsson  <jas@extundo.com>
6723
6724         * nndb.el (require): Remove tcp and duplicate cl.
6725
6726 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-agent.el (directory-files-and-attributes): Move forward.
6729
6730 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6731
6732         * gnus-agent.el (directory-files-and-attributes): Optionally
6733         defined to support XEmacs.
6734
6735 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6736
6737         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6738         to avoid run-time CL dependencies.
6739         (gnus-agent-unfetch-articles): New function.
6740         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6741         article numbers even when local .overview file is missing.
6742         (gnus-agent-read-article-number): New function. Only accepts
6743         27-bit article numbers.
6744         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6745         gnus-agent-read-article-number.
6746         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6747         from backend while recognizing that article numbers in .overview
6748         must be valid.
6749         (gnus-agent-update-files-total-fetched-for): Use
6750         directory-files-and-attributes to improve performance.
6751         * gnus-int.el (gnus-request-move-article): Use
6752         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6753         improve performance.
6754
6755         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6756         some users confused by references to .newsrc when they only have a
6757         .newsrc.eld file.
6758         (gnus-convert-mark-converter-prompt,
6759         gnus-convert-converter-needs-prompt): Fixed use of property list.
6760         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6761         New function. Used internally to only display 'gnus converting
6762         files' message when actually necessary.
6763
6764         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6765         methods now autoloaded.
6766
6767 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6770         identifiers.
6771
6772 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * gnus-picon.el: Fix indentation and closing parenthesis.
6775
6776 2004-09-01  Simon Josefsson  <jas@extundo.com>
6777
6778         * message.el (message-canlock-generate): Require sha1, not
6779         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6780         to require within a function.  Sadly, if sha1.el isn't loaded, the
6781         let binding in m-c-g will hide the defcustom definition, which is
6782         bad.)
6783
6784         * canlock.el: Require sha1, not sha1-el.
6785
6786         * message.el: Don't autoload sha1 (there is a autoload cookie in
6787         sha1.el).
6788
6789         * sha1-el.el: Renamed to sha1.el.
6790
6791 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6792
6793         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6794
6795 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6796
6797         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6798
6799 2004-08-30  Kim F. Storm  <storm@cua.dk>
6800
6801         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6802
6803         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6804         Add :group 'nnimap.
6805
6806 2004-08-30  Andreas Schwab  <schwab@suse.de>
6807
6808         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6809         ?* and ?\;.
6810
6811         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6812         and ?\' to symbol instead of whitespace.
6813
6814 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6817
6818         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6819         instead of re-search-forward.
6820
6821         * gnus-uu.el (gnus-uu-save-article): Ditto.
6822         (gnus-uu-post-encode-uuencode): Ditto.
6823
6824         * html2text.el (html2text-clean-list-items): Ditto.
6825         (html2text-clean-dtdd): Ditto.
6826         (html2text-format-tags): Ditto.
6827
6828         * message.el (message-send-mail-with-sendmail): Fix regexp.
6829         (message-fill-field-general): Use search-forward instead of
6830         re-search-forward.
6831         (unbold-region): Ditto.
6832
6833         * nnrss.el (nnrss-request-article): Ditto.
6834
6835         * nnslashdot.el (nnslashdot-request-article): Ditto.
6836
6837         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6838
6839         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6840         "Unrecognized menu descriptor" error in XEmacs.
6841
6842 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6843
6844         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6845         parent article of a sparse article in the thread hashtb.
6846
6847 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6848
6849         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6850         (nnmail-expand-newtext): Lowercase expanded entries if
6851         nnmail-split-lowercase-expanded is non-nil.
6852
6853 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6856         entry.
6857
6858         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6859         of gnus-tmp-news-method into string under XEmacs.  It will be
6860         passed to gnus-correct-length which takes only a string argument.
6861
6862 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-util.el (gnus-bind-print-variables): New macro.
6865         (gnus-prin1): Use it.
6866         (gnus-prin1-to-string): Use it.
6867         (gnus-pp): New function.
6868         (gnus-pp-to-string): New function.
6869
6870         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6871         pp-to-string with gnus-pp-to-string.
6872         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6873         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6874         * gnus-msg.el (gnus-debug): Ditto.
6875         * gnus-score.el (gnus-score-save): Ditto.
6876         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6877         gnus-pp-to-string.
6878         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6879         with gnus-pp.
6880         * score-mode.el (gnus-score-pretty-print): Ditto.
6881         * webmail.el (webmail-debug): Ditto.
6882
6883 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (article-display-face, article-display-x-face): Use
6886         buffer-read-only.
6887
6888 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (article-hide-list-identifiers): Bind
6891         inhibit-read-only as t.
6892
6893 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6896
6897 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6900         (gnus-narrow-to-page): Don't assume point-min == 1.
6901         (gnus-article-edit-mode): Derive from message-mode.
6902
6903         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6904         point-min == 1.
6905
6906         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6907         Disable incorrect use of `assert'.
6908
6909         * message.el (message-mode): Set comment-start-skip.
6910
6911
6912 2004-08-22  Sam Steingold  <sds@gnu.org>
6913
6914         * pop3.el (pop3-leave-mail-on-server): New user variable.
6915         (pop3-movemail): Delete mail only when it is nil.
6916
6917 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6920
6921         * mml.el (mml-preview): Use `pop-to-buffer'.
6922
6923         * message.el (message-goto-mail-followup-to): Insert after "To".
6924         (message-carefully-insert-headers): Add comment.
6925
6926         * gnus.el: Remove unused variable `gnus-article-check-size'.
6927
6928         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6929
6930         * gnus-art.el (gnus-button-alist): Improve
6931         `gnus-button-handle-library' entry.
6932
6933 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6934
6935         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6936         downcase, since XEmacs capitalizes error messages differently.
6937
6938 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6939
6940         * nntp.el: Add (require 'gnus) due to reference to
6941         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6942
6943 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6944
6945         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6946         `mm-fill-flowed'.
6947
6948         * mm-decode.el (mm-dissect-singlepart): Check it.
6949
6950 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6951
6952         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6953         'imap' for netrc parsing
6954
6955 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * mailcap.el (mailcap-mime-data): Mark as risky.
6958
6959 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6962         may be included in the encoded word.
6963         (rfc2047-encode): Don't append a space if the encoded word
6964         includes close parenthesis.
6965
6966 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6969         of text within parentheses.
6970
6971 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6974         (gnus-encrypt-write-file-contents): the password key is the file
6975         name PLUS the cipher, not just the cipher.  Also remove failed
6976         passwords from the cache.
6977
6978 2004-08-06  Simon Josefsson  <jas@extundo.com>
6979
6980         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6981         fix.
6982
6983 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6986         LWSP.
6987
6988 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6991         to append in-reply-to: data to the references: header
6992
6993         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6994         (netrc-parse): use gnus-encrypt.el functions
6995
6996         * gnus-encrypt.el: new file for encryption support; currently
6997         does only a few GPG ciphers and an internal XOR cipher
6998
6999         * password.el: add comments on using password-read-and-add
7000         (password-read-and-add): new function to read and add the
7001         password to the cache at once
7002
7003 2004-07-28  Simon Josefsson  <jas@extundo.com>
7004
7005         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7006         parameter (but don't use it, for now).
7007
7008         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7009         instead of hard coding to nil.
7010
7011 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7014         as mm-inline-image-xemacs does.
7015
7016 2004-07-26  Simon Josefsson  <jas@extundo.com>
7017
7018         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7019         Revert part of 2004-07-17 change below.
7020
7021 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7024         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7025
7026 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7029         quotes that actually start with ">" at the beginning of the
7030         lines.
7031
7032 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * rfc2047.el (rfc2047-encode-region): Fix last change.
7035         (rfc2047-encode-parameter): Remove useless concat.
7036
7037 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7040         encode special characters; fix some kind of misconfigured headers;
7041         signal a real error if debug-on-quit or debug-on-error is non-nil.
7042         (rfc2047-encode-max-chars): New variable.
7043         (rfc2047-encode-1): Use it.
7044         (rfc2047-encode-parameter): New function.
7045
7046         * mml.el (mml-insert-parameter): Remove an excessive space.
7047
7048 2004-07-17  Simon Josefsson  <jas@extundo.com>
7049
7050         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7051         Kai Grossjohann <kai@emptydomain.de>.
7052         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7053         (gnus-group-make-menu-bar): Ditto.
7054
7055         * gnus-util.el (gnus-group-server): Add.
7056
7057 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7058
7059         * message.el (message-clone-locals): Clone sendmail and smtp
7060         variables.
7061
7062 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * rfc2047.el (rfc2047-encode-region): Fix last change.
7065
7066 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7069         characters as non-special.
7070
7071 2004-07-09  Simon Josefsson  <jas@extundo.com>
7072
7073         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7074         Users will lose all flag changes made while unplugged with
7075         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7076         good default.  See numerous reports on ding mailing list.
7077
7078 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7081         add generate-head-function and generate-article-function to the
7082         rfc822-forward entry.
7083         (nndoc-rfc822-forward-generate-article): New function.
7084         (nndoc-rfc822-forward-generate-head): New function.
7085
7086         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7087
7088 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7089
7090         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7091         respect display group parameter and gnus-summary-expunge-below.
7092         (gnus-articles-to-read): Remove unused reference to display group
7093         parameter.
7094
7095 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * nnheader.el (nnheader-uniquify-message-id): New experimental
7098         variable.
7099         (nnheader-nov-read-message-id): Use it.
7100
7101         * spam-report.el (spam-report-gmane): Add interactive.
7102
7103 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7106         qp-or-base64 for the application/* types.
7107
7108 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7109
7110         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7111
7112 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-registry.el (gnus-registry-trim): don't allow a negative
7115         trim value
7116
7117 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7118
7119         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7120         New macro and function.
7121         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7122
7123 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7126         after-load-alist.
7127
7128 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7131         update info that isn't there.
7132
7133 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7134
7135         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7136         entry.
7137
7138 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * mm-view.el (mm-inline-render-with-function): Use multibyte
7141         buffer; decode html source by charset.
7142
7143         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7144
7145         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7146         Mule-UCS is loaded under XEmacs.
7147         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7148
7149 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7150
7151         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7152
7153 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * mm-util.el (mm-coding-system-p): Return a coding-system.
7156         (mm-mime-mule-charset-alist): Use shift_jis instead of
7157         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7158         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7159         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7160         instead of japanese-shift-jis and iso-latin-1 respectively in
7161         order to share the default value with both Emacs and XEmacs-mule.
7162         (mm-mule-charset-to-mime-charset): Make
7163         mm-coding-system-priorities effective.
7164         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7165         while predicating of candidates upon the priorities.
7166
7167 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7168
7169         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7170         gnus-uu-invert-processable.
7171
7172         * gnus.el: Autoload gnus-uu-invert-processable.
7173
7174 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * mm-util.el (mm-with-multibyte-buffer): New macro.
7177
7178         * rfc2047.el (rfc2047-encode-string): Use it.
7179         (rfc2047-encode-region): Move point to the end of the region after
7180         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7181
7182 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7185         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7186
7187 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7190         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7191         Karl Chen <quarl@nospam.quarl.org>.
7192
7193 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7194
7195         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7196         invalid addresses.
7197
7198 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * spam.el: section markers changed, TODO list revised
7201         (spam-backends): new master list of all installed backends
7202         (spam-summary-exit-behavior): new variable to determine how
7203         messages moves are done at summary exit
7204         (spam-move-spam-nonspam-groups-only)
7205         (spam-process-ham-in-nonham-groups)
7206         (spam-process-ham-in-spam-groups): variables removed, the
7207         spam-summary-exit-behavior variable should be used to manage this
7208         behavior
7209         (spam-old-ham-articles, spam-old-spam-articles): removed
7210         (spam-old-articles): new variable, replacing spam-old-ham-articles
7211         and spam-old-spam-articles
7212         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7213         empty variables, placeholders for the backends they represent
7214         (spam-set-difference): moved, unchanged
7215         (spam-list-of-processors): variable OBSOLETE, not used anymore
7216         unless the user has a processor variable
7217         (spam-classifications, spam-classification-valid-p)
7218         (spam-backend-properties, spam-backend-property-valid-p)
7219         (spam-backend-function-type-valid-p)
7220         (spam-process-type-valid-p, spam-list-articles): helper functions
7221         (spam-report-articles-gmane, spam-report-articles-resend):
7222         functions removed, they are not needed
7223         (spam-install-backend-super, spam-backend-list)
7224         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7225         (spam-backend-function, spam-backend-ham-registration-function)
7226         (spam-backend-spam-registration-function)
7227         (spam-backend-ham-unregistration-function)
7228         (spam-backend-spam-unregistration-function)
7229         (spam-backend-statistical-p, spam-backend-mover-p)
7230         (spam-install-backend-alias, spam-install-checkonly-backend)
7231         (spam-install-mover-backend, spam-install-nocheck-backend)
7232         (spam-install-backend, spam-install-statistical-backend)
7233         (spam-install-statistical-checkonly-backend): backend installation
7234         support
7235         (spam-summary-prepare-exit): rewritten to use the new backend code
7236         (spam-group-processor-p): use the new backend code and respect the
7237         summary exit behavior
7238         (spam-mark-spam-as-expired-and-move-routine): removed
7239         (spam-summary-prepare): changed to use the new spam-old-articles
7240         variable
7241         (spam-copy-or-move-routine, spam-copy-spam-routine)
7242         (spam-move-spam-routine, spam-copy-ham-routine)
7243         (spam-move-ham-routine): new code to copy/move ham or spam
7244         (spam-fetch-field-fast): doc and code improved, plus it allows the
7245         'number request
7246         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7247         removed, no longer used
7248         (spam-split, spam-find-spam): use the new backend code
7249         (spam-registration-functions): variable removed, no longer used
7250         (spam-unregister-routine): convenience wrapper
7251         (spam-log-undo-registration, spam-register-routine)
7252         (spam-log-processing-to-registry)
7253         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7254         where possible
7255         (spam-check-gmane-xref, spam-check-regex-headers)
7256         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7257         (spam-check-whitelist, spam-check-blacklist)
7258         (spam-check-bogofilter-headers, spam-check-spamoracle)
7259         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7260         (spam-check-crm114-headers): use the spam-split-group that
7261         spam-split prepares, no need to determine it every time
7262
7263         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7264         the nnheader-parse-naked-head call
7265
7266         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7267
7268         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7269         the nnheader-nov-read-message-id call
7270
7271 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7274         gnus-activate-group twice.  Suggested by Markus Peter
7275         <warp@spin.de>.
7276
7277 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (gnus-article-time-format): Exchange the order of
7280         day and month in the default value; fix customization type.
7281         (article-date-ut): Use add-text-properties.
7282         (article-make-date-line): Use message-make-date instead of
7283         current-time-string.
7284
7285         * message.el (message-fetch-field): Don't use set-text-properties.
7286         (message-make-date): Simplify.
7287
7288         * messagexmas.el (message-xmas-make-date): New function.
7289         (message-xmas-redefine): Defalias message-make-date to it.
7290
7291 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7294         (rfc2047-encode-region): Treat text within parentheses as special;
7295         show the original text when error has occurred.
7296
7297         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7298         already-computed method to gnus-activate-group.
7299
7300         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7301         same select-methods identical Lisp objects.
7302
7303         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7304         object when modifying the info.
7305
7306 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7309         gnus-opened-servers since it has never been opened with the new
7310         configuration yet.
7311
7312 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7315         arg to nnheader-generate-fake-message-id.
7316
7317 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * nnheader.el (nnheader-generate-fake-message-id): accept a
7320         number and build a fake message ID localized to a group and
7321         article number (so it's repeatable from that point on)
7322         (nnheader-fake-message-id-p): change regex to accomodate new fake
7323         ID format
7324
7325         * gnus-sum.el (gnus-get-newsgroup-headers): call
7326         nnheader-generate-fake-message-id with the article number
7327
7328 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7329
7330         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7331         end-of-buffer.
7332
7333 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7334
7335         * message.el (message-ignored-supersedes-headers): Add Approved.
7336
7337 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7340         goto-char.
7341         (rfc2047-encode): Fold the line before encoding.
7342
7343 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7346         folding -- not all headers can be folded, and this should be done
7347         by the message composition mode.  Probably.  I think.
7348
7349 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7352         fast.
7353
7354         * gnus-ems.el (gnus-remove-image): Don't use
7355         message-text-with-property; remove only the image found first.
7356
7357         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7358         found first.
7359
7360 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7361
7362         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7363
7364 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * message.el (message-text-with-property): Make it fast and accept
7367         optional arguments.
7368         (message-strip-forbidden-properties): Use it.
7369         (message-fix-before-sending): Follow the m-t-w-p change.
7370
7371         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7372
7373 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus-art.el (article-hide-headers): Don't change the buffer
7376         mistakenly when performing mml-preview even if
7377         gnus-single-article-buffer is nil.
7378
7379 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7380
7381         * message.el (message-expand-name-databases): New user option.
7382         (message-expand-name): Use it.
7383
7384 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7385
7386         * spam.el (spam-report-articles-resend)
7387         (spam-report-resend-register-routine): allow ham reporting
7388         (spam-report-resend-register-ham-routine): simple wrapper
7389         (spam-registration-functions): add ham resending functions
7390         (spam-list-of-processors): add ham resend processor
7391
7392         * gnus.el (ham-resend-to): new group parameter
7393         (spam-process): add ham resend option
7394
7395         * spam-report.el (spam-report-resend): allow reporting ham
7396         (spam-report-resend-ham): simple wrapper
7397
7398 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7399
7400         * message.el (message-cite-articles-with-x-no-archive): New
7401         variable.
7402         (message-cite-original): Use it.
7403
7404 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7405
7406         * message.el (message-cite-original): Respect X-No-Archive.
7407
7408 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-art.el (article-hide-headers): Refer to the values for
7411         gnus-ignored-headers and gnus-visible-headers in the summary
7412         buffer since a user may have set them as group parameters.
7413
7414 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7415
7416         * assistant.el (assistant-node-name): new convenience function
7417         (assistant-render-text, assistant-render-node): error handling,
7418         plus handle multiple next nodes
7419         (assistant-find-next-node): commented out for now
7420         (assistant-find-next-nodes): new function, returns list of next
7421         nodes
7422
7423 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * mail-source.el (mail-source-directory): Fix doc-string.
7426
7427 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7428
7429         * assistant.el (assistant-render-text, assistant-eval): add :set
7430         widget type, which is different because it takes and returns a
7431         list.  Much hilarity ensues.
7432
7433 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7436
7437         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7438         doc-string.
7439
7440         * gnus-start.el (gnus-activate-group): Added doc-string.
7441
7442 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7445
7446 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * assistant.el (assistant-render-text): trying to add a :set
7449         widget, more to come...
7450
7451         * spam.el (spam-group-spam-contents-p): handle empty groupname
7452         strings
7453         (spam-report-articles-resend)
7454         (spam-register-routine): do registration iff any articles warrant
7455         it.
7456         (spam-summary-prepare-exit): changed log message for nil group
7457         destinations
7458
7459 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7460
7461         * spam.el (spam-report-resend-register-routine): allow
7462         spam-report-resend-to to be a group parameter or a global value
7463
7464 2004-05-26  Simon Josefsson  <jas@extundo.com>
7465
7466         * starttls.el: Merge with my GNUTLS based starttls.el.
7467         (starttls-gnutls-program, starttls-use-gnutls)
7468         (starttls-extra-arguments, starttls-process-connection-type)
7469         (starttls-connect, starttls-failure, starttls-success): New
7470         variables.
7471         (starttls-program, starttls-extra-args): Doc fix.
7472         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7473         functions.
7474         (starttls-negotiate, starttls-open-stream): Check
7475         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7476         function if it is set.
7477
7478 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7481         structured fields.
7482
7483 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7486
7487 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7488
7489         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7490         variable.
7491         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7492         assigning the spam-mark to new messages.
7493
7494 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7495
7496         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7497
7498 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7501
7502         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7503         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7504         default.
7505
7506 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7507
7508         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7509         correct data.
7510
7511 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7512
7513         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7514         (spam-group-processor-p): fixed function so it works properly
7515         (spam-group-processor-multiple-p)
7516         (spam-group-spam-processor-report-gmane-p)
7517         (spam-group-spam-processor-report-resend-p)
7518         (spam-group-spam-processor-bogofilter-p)
7519         (spam-group-spam-processor-blacklist-p)
7520         (spam-group-spam-processor-ifile-p)
7521         (spam-group-ham-processor-ifile-p)
7522         (spam-group-spam-processor-spamoracle-p)
7523         (spam-group-spam-processor-crm114-p)
7524         (spam-group-ham-processor-bogofilter-p)
7525         (spam-group-spam-processor-stat-p)
7526         (spam-group-ham-processor-stat-p)
7527         (spam-group-ham-processor-whitelist-p)
7528         (spam-group-ham-processor-BBDB-p)
7529         (spam-group-ham-processor-spamoracle-p)
7530         (spam-group-ham-processor-copy-p): functions removed with some
7531         prejudice against unneeded code
7532         (spam-report-articles-resend)
7533         (spam-report-resend-register-routine): allow the group/topic
7534         spam-resend-to value to override spam-report-resend-to
7535         (spam-summary-prepare-exit): invoke spam-group-processor-p
7536         properly now
7537
7538         * gnus.el (spam-resend-to): new group/topic parameter
7539         (spam-process): move the OBSOLETE processors to the end of the
7540         choices.
7541
7542 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7543
7544         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7545         with resend-to set to nil, and then ask the user if necessary.
7546         (spam-report-resend): spam-report-resend takes a list of articles, not
7547         separate article numbers.
7548
7549 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7552         addition to emacs-w3m.
7553
7554 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7555
7556         * assistant.el (assistant-authinfo-data): New function.
7557         (assistant-eval): Eval for entire assistant.
7558
7559         * netrc.el (netrc-services-file): New variable.
7560         (netrc-parse-services): New function.
7561         (netrc-find-service-name): New function.
7562         (netrc-find-service-number): New function.
7563         (netrc-port-equal): New function.
7564         (netrc-machine): Use it.
7565
7566         * nnimap.el (nnimap-open-connection): Use netrc.
7567
7568         * gnus-util.el (gnus-netrc-get): Remove aliases.
7569
7570         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7571
7572         * assistant.el (wid-edit): Fix compilation.
7573
7574         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7575
7576 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7577
7578         * gnus-util.el (gnus-set-file-modes): New function.  (small
7579         patch).
7580
7581 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7584
7585         * assistant.el (assistant-render-node): Fix up rendering and
7586         read-only text.
7587         (assistant-render-node): Reset.
7588         (assistant-make-read-only): Not sticky.
7589
7590 2004-05-20  Danny Siu  <dsiu@adobe.com>
7591
7592         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7593         centered even when gnus-auto-center-summary is t
7594
7595 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * dns.el (dns-get-txt-answer): New function.
7598         (dns-read-txt): Ditto.
7599         (query-dns): Use it.
7600
7601 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7604         active for foreign groups even if the group level is higher than
7605         the specified value.
7606
7607 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608
7609         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7610         non-active groups.
7611
7612         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7613
7614 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7615
7616         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7617
7618 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7619
7620         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7621         (spam-crm114-header, spam-crm114-spam-switch)
7622         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7623         (spam-crm114-positive-spam-header)
7624         (spam-crm114-database-directory, spam-list-of-processors)
7625         (spam-group-spam-processor-crm114-p)
7626         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7627         (spam-generic-score, spam-list-of-checks)
7628         (spam-list-of-statistical-checks, spam-registration-functions)
7629         (spam-check-crm114-headers, spam-crm114-score)
7630         (spam-check-crm114, spam-crm114-register-with-crm114)
7631         (spam-crm114-register-spam-routine)
7632         (spam-crm114-unregister-spam-routine)
7633         (spam-crm114-register-ham-routine)
7634         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7635         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7636
7637         * gnus.el: added spam-use-crm114
7638
7639         * spam.el (spam-list-of-processors, spam-registration-functions):
7640         add spam-use-resend
7641         (spam-group-spam-processor-report-resend-p): utility wrapper
7642         (spam-report-articles-gmane): doc fix
7643         (spam-report-articles-resend,
7644         spam-report-resend-register-routine): wrappers around
7645         spam-report-resend-to
7646
7647         * spam-report.el (spam-report-resend-to, spam-report-resend):
7648         support for resending spam
7649         (spam-report-gmane): line length >80 fix
7650
7651         * gnus.el (spam-process): add spam-use-resend
7652
7653 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7654
7655         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7656         number of processed spam messages.
7657         (spam-ham-copy-or-move-routine): Return the number of processed
7658         ham messages.
7659         (spam-summary-prepare-exit): Use the above values to decide
7660         whether status messages shouled be displayed.
7661
7662 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7665         `rfc2047-encoding-function-alist' in order to avoid conflicting
7666         with the old version.
7667         (rfc2047-encode-region): Concatenate words containing non-ASCII
7668         characters in structured fields; don't encode space-delimited
7669         ASCII words even in unstructured fields; don't break words at
7670         char-category boundaries.
7671         (rfc2047-encode-1): New function.
7672         (rfc2047-encode): Use it; encode text so that it occupies the
7673         maximum width within 76-column; work correctly on Q encoding for
7674         iso-2022-* charsets.
7675         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7676         sure not to break a line just after the header name.
7677         (rfc2047-b-encode-region): Removed.
7678         (rfc2047-b-encode-string): New function.
7679         (rfc2047-q-encode-region): Removed.
7680         (rfc2047-q-encode-string): New function.
7681
7682         * mm-util.el (mm-replace-in-string): New function.
7683
7684 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7687         get it right.
7688         (gnus-inews-make-draft): Really.
7689
7690 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7691
7692         * nnmh.el (nnmh-request-list-1): Don't check the link count
7693         before descending.  (small patch)
7694
7695 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7698         stuff.
7699
7700         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7701         on real group name.
7702
7703         * gnus-art.el (gnus-signature-limit): Doc fix.
7704
7705         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7706
7707         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7708
7709 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7710
7711         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7712         isn't a string.
7713
7714 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * gnus-draft.el (gnus-draft-send): Bind
7717         rfc2047-encode-encoded-words.
7718
7719         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7720         (rfc2047-encodable-p): Say that =? needs encoding.
7721         (rfc2047-encode-encoded-words): New variable.
7722
7723         * gnus-group.el (gnus-group-select-group): Doc fix.
7724
7725         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7726
7727         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7728         to nil.
7729
7730         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7731
7732         * nnheader.el (nnheader-get-lines-and-char): New function.
7733
7734 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * gnus-msg.el (gnus-summary-followup-with-original): Document
7737         yanking of region when active.
7738
7739 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7742         groups if the group level is higher than the specified value.
7743
7744 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7747         (gnus-group-jump-to-group): Added prefix argument using
7748         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7749         non-active group.
7750
7751         * compface.el (uncompface): Be verbose when changing
7752         `uncompface-use-external'.
7753
7754         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7755         handle manual section.
7756
7757 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * gnus-art.el (gnus-button-alist): Revert previous change.
7760
7761 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7764
7765 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766
7767         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7768         whether backend can accept message.
7769
7770         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7771
7772 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7773
7774         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7775         Avoid creating directory when nntp-marks-is-evil is true.
7776         Reported by Reiner Steib.
7777
7778 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus-picon.el (gnus-picon-style): New variable.
7781         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7782         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7783         Jesper Harder <harder@ifa.au.dk>.
7784
7785 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7786
7787         * message.el (message-fill-field): Return point.
7788         (message-generate-headers): Go to end of field.
7789
7790         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7791         stuff for non-living groups.
7792
7793 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7794
7795         * gnus-art.el (gnus-article-followup-with-original)
7796         (gnus-article-reply-with-original): gnus-mark-active-p ->
7797         gnus-region-active-p.
7798
7799 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7802         only when there is spam or ham to be processed
7803
7804 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * mail-source.el (mail-source-delete-crash-box): Refactor.
7807         (mail-source-fetch): Use it.
7808         (mail-source-fetch-file): Ditto.
7809         (mail-source-fetch-directory): Run postscript in loop.
7810         (mail-source-fetch-pop): Delete.
7811         (mail-source-fetch-maildir): Ditto.
7812         (mail-source-fetch-imap): Ditto.
7813
7814         * imap.el (imap-authenticators): Comment out sasl.
7815
7816         * message.el (message-skip-to-next-address): New function.
7817         (message-fill-header-address): Refactor.
7818         (message-fill-address): Use it.
7819         (message-delete-address): Use it.
7820         (message-fill-header-general): Refactor.
7821         (message-fill-field-address): Rename.
7822         (message-narrow-to-field): Find the start of the header.
7823         (message-header-format-alist): Don't pre-fill.
7824         (message-fill-header): Removed.
7825         (message-insert-header): New function.
7826         (message-shorten-references): Use it.
7827
7828         * rfc2047.el (rfc2047-field-value): Strip props.
7829
7830         * mail-parse.el (mail-header-make-address): New alias.
7831
7832         * ietf-drums.el (ietf-drums-make-address): New function.
7833
7834         * imap.el: Add compiler directives.
7835
7836         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7837
7838         * gnus-art.el (article-decode-idna-rhs): Don't use
7839         message-idna-inside-rhs-p.
7840
7841 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * message.el (message-idna-inside-rhs-p): Removed.
7844         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7845
7846         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7847         false positives.
7848
7849 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7850
7851         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7852
7853 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7854
7855         * nneething.el (nneething-file-name): Don't create spurions
7856         files.
7857
7858         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7859         (gnus-inews-do-gcc): Remove sleep.
7860
7861         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7862         part under point.
7863
7864         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7865         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7866
7867 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7868
7869         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7870
7871 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7874         as expired without moving it" message when there are spam
7875         messages left
7876
7877 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7878
7879         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7880         header is not nil.
7881
7882 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7883
7884         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7885         nntp-possibly-create-directory, not nntp-possibly-change-group.
7886         (nntp-marks-changed-p): New arg SERVER.
7887         (nntp-request-update-info): Adjust caller.
7888
7889 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7890
7891         * nntp.el (nntp-save-marks): Pass missing arg.
7892
7893 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7894
7895         * nntp.el: Support marks.
7896         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7897         (nntp-marks-modtime, nntp-marks-directory): New variables.
7898         (nntp-request-set-mark, nntp-request-update-info)
7899         (nntp-possibly-create-directory, nntp-marks-changed-p)
7900         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7901         functions.
7902
7903 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7904
7905         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7906         (gnus-xmas-redefine): Rename.
7907
7908         * gnus-score.el (gnus-score-insert-help): Use
7909         gnus-select-lowest-window.
7910
7911         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7912         appt-select-lowest-window and rename to gnus-select-lowest-window.
7913
7914         * gnus.el: do.
7915
7916 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7917
7918         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7919         encodings of MIME-encoded words, in order to improve
7920         interoperability with several broken MUAs.
7921
7922 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7923
7924         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7925         tags, only when charsets are not specified in headers.
7926         (mm-inline-text-html-render-with-w3m): Ditto.
7927
7928         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7929         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7930
7931 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7932
7933         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7934         instead of MIME-decoded from fields when checking
7935         `gnus-article-address-banner-alist'.
7936
7937 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7938
7939         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7940         description rather than subject.
7941
7942 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7943
7944         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7945
7946 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * gnus.el (gnus-version-number): Bump.
7949
7950 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7951
7952         * gnus.el: No Gnus v0.2 is released.
7953
7954 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955
7956         * gnus-agent.el (gnus-agent-read-agentview): Inline
7957         gnus-uncompress-range.
7958
7959 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7960
7961         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7962         `exec-installed-p'.
7963
7964 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7965
7966         * gnus.el (spam-process, spam-autodetect-methods): Add
7967         bsfilter and bsfilter-headers.
7968
7969         * spam.el (spam-bsfilter): New customize group.
7970         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7971         (spam-bsfilter-header, spam-bsfilter-probability-header)
7972         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7973         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7974         (spam-bsfilter-database-directory): New options.
7975         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7976         (spam-list-of-statistical-checks, spam-registration-functions):
7977         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7978         (spam-bsfilter-score): New command.
7979         (spam-check-bsfilter-headers, spam-check-bsfilter)
7980         (spam-bsfilter-register-with-bsfilter)
7981         (spam-bsfilter-register-spam-routine)
7982         (spam-bsfilter-unregister-spam-routine)
7983         (spam-bsfilter-register-ham-routine)
7984         (spam-bsfilter-unregister-ham-routine): New functions.
7985         (spam-generic-score): Support bsfilter; Accept an optional argument
7986         to recalcurate spam score even if scoring header has already been
7987         added.
7988         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7989         optional argument to recalcurate spam score even if scoring header
7990         has already been added.
7991
7992 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7993
7994         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7995         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7996         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7997         link is missing.
7998
7999 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8000
8001         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8002         (html2text-get-attr): Rewrite.
8003
8004         * message.el (message-setup-1): Remove redundant put-text-property
8005         on mail-header-separator.
8006
8007 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8008
8009         * gnus-registry.el (gnus-registry-cache-whitespace)
8010         (gnus-registry-action, gnus-registry-spool-action)
8011         (gnus-registry-split-fancy-with-parent): changed message levels
8012         from 5 to 3 or 7, as needed
8013
8014         * spam.el (spam-summary-prepare-exit)
8015         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8016         (spam-split, spam-find-spam, spam-log-undo-registration)
8017         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
8018         level from 5 to 6
8019
8020 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8023         2004-03-04 change).
8024
8025 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8026
8027         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8028         Use mapc when appropriate.
8029
8030         * sieve-manage.el (sieve-manage-open): do.
8031
8032         * nnweb.el (nnweb-insert-html): do.
8033
8034         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8035         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8036
8037         * nnspool.el (nnspool-request-group): do.
8038
8039         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8040         do.
8041
8042         * nnml.el (nnml-request-update-info): do.
8043
8044         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8045         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8046
8047         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8048         (nnimap-request-set-mark): do.
8049
8050         * nnfolder.el (nnfolder-request-update-info): do.
8051
8052         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8053         do.
8054
8055         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8056
8057         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8058
8059         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8060         do.
8061
8062         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8063         do.
8064
8065         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8066
8067         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8068
8069         * gnus-int.el (gnus-start-news-server): do.
8070
8071         * gnus-group.el (gnus-group-make-kiboze-group)
8072         (gnus-group-browse-foreign-server): do.
8073
8074 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8075
8076         FIXME: Make separate entries for each person.
8077
8078         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8079         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8080         <shields@msrl.com>:
8081
8082         * spam.el (spam-necessary-extra-headers): get the extra headers we
8083         may need for spam sorting and scoring
8084         (spam-user-format-function-S): a user format function suitable for
8085         general use
8086         (spam-article-sort-by-spam-status): sorting function for summary
8087         sorting
8088         (spam-extra-header-to-number): get a score from a header
8089         (spam-summary-score): get a numeric score from the headers
8090         (spam-generic-score): oops, function doc in wrong place
8091         (spam-initialize): take symbols when it's run, and install the
8092         extra headers that spam-necessary-extra-headers thinks we need
8093
8094 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8095
8096         * spam.el (spam-summary-prepare-exit): logic and message fix.
8097         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8098
8099 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8100
8101         * gnus-sum.el (gnus-set-global-variables)
8102         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8103         (gnus-article-get-xrefs, gnus-summary-best-group)
8104         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8105         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8106         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8107         with-current-buffer.
8108
8109 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8110
8111         * spam.el (spam-summary-prepare-exit): simplified logic
8112         (spam-fetch-article-header): read the article header if it's not
8113         available
8114         (spam-list-articles): simplified logic
8115         (spam-filelist-register-routine): found bug with unregister-list
8116
8117         * gnus-registry.el: clarified comments at beginning
8118
8119 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8120
8121         * message.el (message-cater-to-broken-inn): Remove.
8122         (message-shorten-references): Make sure the total folded length of
8123         References is shorter than 998 characters to cater to a bug in INN
8124         2.3.  Also, don't pretend that references aren't folded -- this
8125         hasn't worked for a while.
8126
8127 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8128
8129         * gnus-agent.el (gnus-agentize):
8130         gnus-agent-send-mail-real-function no longer set to current value
8131         of message-send-mail-function but rather a lambda that calls
8132         message-send-mail-function.  The change makes the agent real-time
8133         responsive to user changes to message-send-mail-function.
8134
8135 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8136
8137         * legacy-gnus-agent.el
8138         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8139         help from Florian Weimer <fw@deneb.enyo.de>
8140
8141 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * nnmail.el (nnmail-cache-insert): Revert last change.
8144
8145 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * nnmail.el (nnmail-cache-insert): Always check whether
8148         nnmail-cache-ignore-groups matches a group name.
8149
8150 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8153         (spam-find-spam, spam-log-processing-to-registry)
8154         (spam-log-registered-p, spam-log-unregistration-needed-p)
8155         (spam-log-undo-registration): use gnus-message instead of
8156         gnus-error, none of these errors are fatal
8157
8158         * gnus-registry.el (gnus-registry-clean-empty-function)
8159         (gnus-registry-clean-empty): remove only empty entries without
8160         extra data
8161
8162 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * spam-stat.el (spam-stat-buffer-change-to-spam)
8165         (spam-stat-buffer-change-to-non-spam): change (error) to
8166         (gnus-message 8) invocation
8167
8168 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * nntp.el (nntp-via-netcat-command): New variable.
8171         (nntp-via-netcat-switches): New variable.
8172         (nntp-open-via-rlogin-and-netcat): New function.
8173         (nntp-open-connection-function): Doc fix.
8174         (nntp-telnet-command): Doc fix.
8175         (nntp-end-of-line): Doc fix.
8176         (nntp-via-rlogin-command): Doc fix.
8177         (nntp-via-user-name): Doc fix.
8178         (nntp-via-address): Doc fix.
8179
8180 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8183         error in Emacs 21.1.
8184
8185 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8188
8189 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8190         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8191         (gnus-agent-with-refreshed-group): New macro.
8192         (gnus-agent-rename-group): New function.
8193         (gnus-agent-delete-group): New function.
8194         (gnus-agent-save-group-info): Use gnus-command-method when
8195         `method' parameter is nil.  Don't write nil entries into the
8196         active file.
8197         (gnus-agent-get-group-info): New function.
8198         (gnus-agent-fetch-articles): Use
8199         gnus-agent-update-files-total-fetched-for to increment disk space
8200         used.
8201         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8202         gnus-agent-update-view-total-fetched-for to increment disk space
8203         used.
8204         (gnus-agent-get-local): Added optional parameters to avoid calling
8205         gnus-group-real-name and gnus-find-method-for-group.
8206         (gnus-agent-set-local): Delete stored entry if either min, or max,
8207         are nil.
8208         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8209         quit, use gnus-agent-regenerate-group to record existance of any
8210         articles fetched to disk before the quit occurred.
8211         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8212         gnus-agent-update-view-total-fetched-for, and
8213         gnus-agent-update-files-total-fetched-for to decrement disk space
8214         used.
8215         (gnus-agent-retrieve-headers): Use
8216         gnus-agent-update-view-total-fetched-for to increment disk space
8217         used.
8218         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8219         with gnus-agent-update-files-total-fetched-for to decrement disk
8220         space and fresh group buffer.
8221         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8222         (gnus-agent-need-update-total-fetched-for): New variable.
8223         (gnus-agent-update-files-total-fetched-for): New function.
8224         (gnus-agent-update-view-total-fetched-for): New function.
8225         (gnus-agent-total-fetched-for): New function.
8226
8227         * gnus-cache.el (gnus-cache-save-buffers): Use
8228         gnus-cache-update-overview-total-fetched-for to change disk space
8229         used by this group.
8230         (gnus-cache-possibly-enter-article): Use
8231         gnus-cache-update-file-total-fetched-for to increment disk space
8232         used by this group.
8233         (gnus-cache-possibly-remove-article): Use
8234         gnus-cache-update-file-total-fetched-for to decrement disk space
8235         used by this group.
8236         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8237         (gnus-cache-rename-group): New function.
8238         (gnus-cache-delete-group): New function.
8239         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8240         (gnus-cache-need-update-total-fetched-for): New variable.
8241         (gnus-cache-with-refreshed-group): New macro.
8242         (gnus-cache-update-file-total-fetched-for): New function.
8243         (gnus-cache-update-overview-total-fetched-for): New function.
8244         (gnus-cache-rename-group-total-fetched-for): New function.
8245         (gnus-cache-delete-group-total-fetched-for): New function.
8246         (gnus-cache-total-fetched-for): New function.
8247
8248         * gnus-group.el: Require gnus-sum and autoload functions to
8249         resolve warnings when gnus-group.el compiled alone.
8250         (gnus-group-line-format): Documented new %F
8251         (size of Fetched data) group line format; identifies disk space
8252         used by agent and cache.
8253         (gnus-group-line-format-alist): Defined new F format.
8254         (gnus-total-fetched-for): New function.
8255         (gnus-group-delete-group): No longer update
8256         gnus-cache-active-altered as gnus-request-delete-group now keeps
8257         the cache in sync.
8258         (gnus-group-list-active): Let the agent store a server's active
8259         list if currently plugged.
8260
8261         * gnus-int.el (gnus-request-delete-group): Use
8262         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8263         local disk in sync with the server.
8264          (gnus-request-rename-group): Use
8265         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8266         local disk in sync with the server.
8267
8268         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8269         simplification to logic.
8270
8271         * gnus-util.el (gnus-rename-file): New function.
8272
8273 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8274
8275         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8276
8277 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8278
8279         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8280         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8281
8282 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8283
8284         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8285         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8286
8287 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8288
8289         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8290
8291 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * spam.el (spam-set-difference): new function to replace
8294         gnus-set-difference in spam.el
8295         (spam-summary-prepare-exit): use spam-set-difference
8296
8297 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         * gnus-registry.el (gnus-registry-cache-file): updated to use
8300         gnus-dribble-directory OR gnus-home-directory OR ~
8301         (gnus-registry-split-fancy-with-parent): fixed doc
8302
8303 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * message.el (message-exchange-point-and-mark): Use
8306         message-mark-active-p.  Suggested by Jesper Harder
8307         <harder@ifa.au.dk>.
8308
8309 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * message.el (message-exchange-point-and-mark): Don't activate
8312         region if it was inactive.  Suggested by Hiroshi Fujishima
8313         <pooh@nature.tsukuba.ac.jp>.
8314
8315 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (article-display-face): Display Faces in the same
8318         order as X-Faces.
8319
8320 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8323
8324 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8327         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8328         (gnus-article-mime-hierarchy): Remove.
8329         (gnus-article-mime-hierarchy-next): Remove.
8330         (gnus-article-mode): Revert 2004-03-19 change.
8331         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8332         (gnus-insert-mime-button): Revert 2004-03-19 change.
8333         (gnus-mime-accumulate-hierarchy): Remove.
8334         (gnus-mime-enter-multipart): Remove.
8335         (gnus-mime-leave-multipart): Remove,
8336         (gnus-mime-display-part): Revert 2004-03-19 change.
8337         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8338
8339         * mml.el (mml-preview): Revert 2004-03-19 change.
8340
8341 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8342
8343         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8344
8345 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8348         t while entering a file name using the mm-with-multibyte macro.
8349         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8350
8351         * mm-util.el (mm-with-multibyte): New macro.
8352
8353 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8356         user option.
8357         (gnus-mime-multipart-functions): Doc and customization fix.
8358         (gnus-article-mime-hierarchy): New variable.
8359         (gnus-article-mime-hierarchy-next): New variable.
8360         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8361         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8362         gnus-article-mime-hierarchy-next to nil.
8363         (gnus-insert-mime-button): Show hierarchy numbers.
8364         (gnus-mime-accumulate-hierarchy): New function.
8365         (gnus-mime-enter-multipart): New function.
8366         (gnus-mime-leave-multipart): New function.
8367         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8368         (gnus-mime-display-alternative): Show hierarchy numbers.
8369
8370         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8371         gnus-article-mime-hierarchy-next to nil.
8372
8373 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8374
8375         * dns.el: Don't require gnus-xmas.
8376
8377 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8378
8379         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8380         inline PGP.
8381         (mml-menu): Disable mml-quote-region if mark is inactive.
8382
8383 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8386         when the group's active is not available.
8387
8388 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8391         error.
8392
8393 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * imap.el (imap-store-password): New variable.
8396         (imap-interactive-login): Use it.
8397         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8398
8399 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8402         window-start and hscroll to summary window.
8403
8404 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8405
8406         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8407         conversion message to newsrc-dribble when an actual conversion is
8408         performed.
8409
8410 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8411
8412         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8413
8414 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * mm-decode.el (mm-complicated-handles): New function reviving
8417         former definition of mm-multiple-handles.
8418
8419         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8420         (gnus-mime-delete-part): Use it.
8421
8422 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8423
8424         * gnus-agent.el (gnus-agent-read-local): Bind
8425         nnheader-file-coding-system to gnus-agent-file-coding-system to
8426         avoid the implicit assumption that they will always be equal.
8427         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8428         coding-system-for-write, as the with-temp-file macro first prints
8429         to a buffer then saves the buffer.
8430
8431 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (gnus-article-edit-part): New function.
8434         (gnus-mime-save-part-and-strip): Use it; do query instead of
8435         signaling an error; don't use mm-multiple-handles.
8436         (gnus-mime-delete-part): Ditto.
8437
8438 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8439
8440         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8441         old file versions.
8442         (gnus-group-prepare-hook): Removed function that converted list
8443         form of gnus-agent-expire-days to group properties.
8444
8445         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8446         (gnus-request-accept-article): Re-indented.
8447
8448         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8449         converters to handle old agent file formats.  Added logic for a
8450         "backup before upgrading warning".
8451         (gnus-convert-mark-converter-prompt): Developers can mark
8452         functions as needing (default), or not needing,
8453         gnus-convert-old-newsrc's "backup before upgrading warning".
8454         (gnus-convert-converter-needs-prompt): Tests whether the user
8455         should be protected from potentially irreversable changes by the
8456         function.
8457
8458         * legacy-gnus-agent.el (): New. Provides converters that are only
8459         loaded when gnus-convert-old-newsrc needs to call them.
8460
8461 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * mail-source.el (mail-source-touch-pop): Doc fix.
8464
8465         * message.el (message-smtpmail-send-it): Doc fix.
8466
8467 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8468
8469         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8470
8471         * nnmail.el (nnmail-split-fancy): do.
8472
8473         * gnus-kill.el (gnus-kill, gnus-execute): do.
8474
8475 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8476
8477         * gnus-sum.el (gnus-widget-reversible-match)
8478         (gnus-widget-reversible-to-internal)
8479         (gnus-widget-reversible-to-external): New functions.
8480         (gnus-widget-reversible): New widget.
8481         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8482
8483 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8484
8485         * gnus-sum.el (gnus-thread-sort-functions)
8486         (gnus-article-sort-functions): Document `(not F)' items.
8487
8488 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * spam.el (spam-use-gmane-xref): new backend
8491         (spam-gmane-xref-spam-group): variable to control the name of the
8492         Gmane spam group
8493         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8494         (spam-regex-headers-spam, spam-regex-headers-ham)
8495         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8496         (spam-list-of-checks): added spam-use-gmane-xref to list of
8497         backends and checks
8498         (spam-check-gmane-xref): function for spam-use-gmane-xref
8499
8500         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8501         an autodetect method
8502
8503 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8504
8505         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8506         articles are being added to a group.
8507         (gnus-request-replace-article): Inform the agent that articles
8508         need to be uncached as the cached contents are no longer valid.
8509
8510 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * binhex.el: Don't autoload executable-find.
8513
8514         * canlock.el: Don't autoload mail-fetch-field.
8515
8516         * dgnushack.el: Autoload c-mode for XEmacs.
8517
8518         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8519
8520         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8521         rmail-dont-reply-to and rmail-output.
8522
8523         * gnus-score.el: Don't autoload ffap-string-at-point.
8524
8525         * gnus-setup.el: Don't autoload sc-cite-original.
8526
8527         * imap.el: Don't autoload base64-decode-string,
8528         base64-encode-string and md5.
8529
8530         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8531         and rmail-msg-restore-non-pruned-header.
8532
8533         * mm-decode.el: Don't autoload executable-find.
8534
8535         * mm-url.el: Don't autoload executable-find.
8536
8537         * mm-view.el: Don't autoload diff-mode.
8538
8539         * nndb.el: Don't autoload news-reply-mode, news-setup,
8540         cancel-timer and telnet.
8541
8542         * password.el: Don't autoload run-at-time for Emacs.
8543
8544         * sha1-el.el: Don't autoload executable-find.
8545
8546         * sieve-mode.el: Don't autoload c-mode.
8547
8548         * uudecode.el: Don't autoload executable-find.
8549
8550 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8551
8552         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8553         (gnus-agent-possibly-alter-active): Avoid null in numeric
8554         comparison.
8555         (gnus-agent-set-local): Refuse to save null in local object table.
8556         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8557         list of articles that will be marked as unread.
8558
8559 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8562
8563 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8564
8565         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8566         language tags.
8567
8568 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8569
8570         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8571         Don't bind "obarray".
8572
8573         * gnus-sum.el (gnus-thread-sort-functions): Added
8574         `gnus-thread-sort-by-most-recent-number' and
8575         `gnus-thread-sort-by-most-recent-date'.
8576         Reported by Kai Grossjohann <kai@emptydomain.de>.
8577
8578 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8581
8582 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8583
8584         * gnus-cus.el (gnus-agent-customize-category): Removed
8585         ignore-errors macro reference that required cl to be loaded at
8586         run-time.
8587
8588         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8589         single-interval range of the form (min . max).  Previously the
8590         range had to look like ((min . max)).  Likewise, return
8591         (min . max) rather than ((min . max)).
8592         (gnus-range-map): Use gnus-range-normalize to accept
8593         single-interval range.
8594
8595         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8596         the cache, but not the agent, now appear with their usual face.
8597
8598         * dgnushack.el (loaddir): New variable that is bound to the
8599         directory containing the dgnushack.el file. Use loaddir, rather
8600         than srcdir, to update load-path. Change lets dgnushack compile
8601         code in directories other than GNUS/lisp.
8602
8603 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * lpath.el: Don't bind w3m-safe-url-regexp.
8606
8607         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8608         w3m-safe-url-regexp variable buffer-local.
8609
8610         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8611
8612 2004-02-27  Simon Josefsson  <jas@extundo.com>
8613
8614         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8615         gnus-group-real-prefix.
8616         (gnus-summary-move-article): Use it, instead of
8617         gnus-group-real-prefix.
8618
8619 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * lpath.el: Bind w3m-safe-url-regexp.
8622
8623         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8624         w3m-safe-url-regexp variable buffer-local and set it as the value
8625         of mm-w3m-safe-url-regexp.
8626
8627         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8628
8629         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8630         parsing gnus-posting-styles when the message is not for replying.
8631
8632         * dgnushack.el: Autoload sgml-mode for XEmacs.
8633
8634         * nnrss.el (nnrss-opml-export): Use
8635         mm-set-buffer-file-coding-system instead of
8636         set-buffer-file-coding-system.
8637
8638 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8639
8640         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8641         of checkdoc.el).
8642         * nnrss.el: do.
8643         * gnus-mlspl.el: do.
8644         * gnus-ml.el: do.
8645         * gnus-srvr.el: do.
8646
8647         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8648
8649 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8650
8651         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8652         Corrections to custom-manual links.
8653
8654         * gnus-art.el (gnus-article): Ditto.
8655
8656         * mm-decode.el (mime-display, mime-security): Ditto.
8657
8658 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8659
8660         * flow-fill.el: Typo.
8661
8662 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8663
8664         * spam-wash.el: New file.
8665
8666 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8667
8668         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8669
8670 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8671
8672         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8673         to be run with new-articles as LIST1, not LIST2
8674         (spam-registration-functions): add spam-use-ham-copy as a nil
8675         registration backend
8676
8677 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8678
8679         * spam-stat.el (spam-stat-washing-hook): New option.
8680         (spam-stat-buffer-words): Use it.
8681         (spam-stat-process-directory, spam-stat-test-directory): Use
8682         insert-file-contents-literally.
8683         (spam-stat-coding-system): New variable.
8684         (spam-stat-load, spam-stat-save): Use it.
8685
8686 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * spam-report.el (spam-report-plug-agent): Quote
8689         spam-report-url-to-file and spam-report-url-ping-plain.
8690
8691 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8694         / in mailto URLs.
8695
8696 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * spam-report.el (spam-report-process-queue): Fix interactive use.
8699         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8700         (spam-report-unplug-agent): Doc fixes.
8701         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8702         (spam-report-agentize, spam-report-deagentize): Autoload
8703
8704 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8707
8708         * message.el (message-setup-fill-variables): Add mml tags to
8709         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8710         <ajk@iu.edu>.
8711         (message-mode): Don't modify paragraph-separate there.
8712
8713 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * compface.el (uncompface-use-external): Default to undecided.
8716         (uncompface-use-external-threshold): New variable.
8717         (uncompface-float-time): New macro.
8718         (uncompface): Determine whether to use the external decoder if
8719         uncompface-use-external is undecided.
8720
8721 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8724         after images.
8725
8726         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8727
8728 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8729
8730         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8731
8732         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8733
8734         * gnus-sum.el (gnus-summary-limit-to-age)
8735         (gnus-summary-limit-children): do.
8736
8737         * gnus-int.el (gnus-request-scan): do.
8738
8739         * gnus-group.el (gnus-group-suspend): do.
8740
8741         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8742
8743         * gnus-cite.el (gnus-cite-parse-attributions): do.
8744
8745         * gnus-agent.el (gnus-summary-set-agent-mark)
8746         (gnus-agent-regenerate-group): do.
8747
8748         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8749
8750         * binhex.el (binhex-decode-region-internal): do.
8751
8752 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-fun.el (gnus-face-properties-alist): New user option.
8755         (gnus-display-x-face-in-from): Use it.
8756
8757         * gnus-art.el (article-display-face): Ditto.
8758
8759         * compface.el (uncompface-use-external): Default to nil.
8760
8761 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8762
8763         * nntp.el (nntp-erase-buffer): New function.
8764         (nntp-retrieve-data, nntp-send-command)
8765         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8766         (nntp-possibly-change-group): Use it.
8767
8768         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8769         with-current-buffer.
8770
8771 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8772
8773         * compface.el: Merge the ELisp-based uncompface program.
8774         (compface): New customization group.
8775         (uncompface-use-external): New user option.
8776         (uncompface): Call uncompface-internal if uncompface-use-external
8777         is nil.
8778         (uncompface-internal): New function.  Note that there are also
8779         some other functions and variables added for this function.
8780
8781 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8782
8783         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8784         if necessary.
8785
8786 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * spam-report.el (spam-report-unplug-agent)
8789         (spam-report-plug-agent, spam-report-deagentize)
8790         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8791         support for the Agent in spam-report: when unplugged, report to a
8792         file; when plugged, submit all the requests
8793
8794         * spam.el (spam-register-routine): improved message about
8795         registration
8796
8797 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8798
8799         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8800         dependencies.
8801         (rfc2047-encode): Use it.
8802
8803         * gnus-art.el (gnus-button-marker-list): Move before first
8804         reference.
8805
8806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8807         (imap-parse-body): Fix format string mismatch.
8808
8809         * gnus-score.el (gnus-summary-increase-score): do.
8810
8811         * nnrss.el (nnrss-close): New function.
8812
8813 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8814
8815         * nnrss.el (nnrss-make-filename): New function.
8816         (nnrss-request-delete-group, nnrss-read-server-data)
8817         (nnrss-save-server-data, nnrss-read-group-data)
8818         (nnrss-save-group-data): Use it.
8819         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8820         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8821         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8822
8823 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8824
8825         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8826
8827 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8828
8829         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8830         files.
8831
8832         * message.el (message-generate-headers-first): Don't quote nil
8833         and t in docstrings.
8834
8835         * imap.el (imap-id): do.
8836
8837         * gnus-agent.el (gnus-agent-consider-all-articles)
8838         (gnus-agent-queue-mail): do.
8839
8840 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * spam-report.el (spam-report-process-queue): New function.
8843         Process requests from `spam-report-requests-file'.
8844         (spam-report-process-queue): Doc fix.
8845
8846 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8847
8848         * spam.el (spam-register-routine)
8849         (spam-log-processing-to-registry, spam-log-registered-p)
8850         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8851         change "check" to "spam-check" for semi-clarity
8852
8853 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8854
8855         * pop3.el: Require nnheader.
8856
8857         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8858
8859         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8860
8861         * gnus-picon.el: Require cl.
8862
8863         * gnus-fun.el: Require gnus-ems and gnus-util.
8864
8865         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8866
8867         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8868
8869         * gnus-art.el (gnus-article-edit-mode): Define before first
8870         reference.
8871
8872 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8873
8874         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8875         (gnus-uu-post-encoded): Use point-at-bol.
8876
8877         * gnus-topic.el (gnus-group-active-topic-p): do.
8878
8879         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8880
8881         * gnus-group.el (gnus-group-kill-region): do.
8882
8883         * gnus-art.el (article-date-ut): do.
8884
8885         * message.el (message-fetch-field): Remove redundant
8886         case-fold-search binding.
8887         (message-narrow-to-field): Simplify.
8888
8889 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * spam.el (spam-directory): Derive from `gnus-directory'.
8892
8893         * spam-report.el (spam-report-url-to-file)
8894         (spam-report-requests-file): New function and variable for offline
8895         reporting.
8896         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8897         and user defined function.
8898         (spam-report-url-ping-mm-url): Remove doubled slash.
8899
8900 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8901
8902         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8903
8904 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8905
8906         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8907         format string mismatch.
8908
8909         * sieve.el (sieve-deactivate-all): do.
8910
8911         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8912
8913         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8914
8915         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8916
8917         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8918
8919 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8920
8921         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8922         the list of checks
8923
8924 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8925
8926         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8927         padding.
8928
8929 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8930
8931         * mm-view.el (mm-fill-flowed): New variable.
8932         (mm-inline-text): Use it.
8933
8934 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8935
8936         * spam.el (spam-spamassassin-register-ham-routine)
8937         (spam-spamassassin-register-spam-routine): fixed function names
8938
8939 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus.el (gnus-tmp-grouplens): Remove.
8942         (gnus-summary-line-format): Remove grouplens.
8943
8944         * gnus-group.el (gnus-group-line-format): Ditto.
8945
8946         * gnus-spec.el (gnus-format-specs): Ditto.
8947         (gnus-update-format-specifications): Flush the group format spec
8948         cache if there's the grouplens stuff.
8949         (gnus-parse-simple-format): Replace %l with the empty string.
8950
8951 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8952
8953         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8954         omission.
8955
8956 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8959         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8960
8961 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8962
8963         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8964         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8965         New macros and functions.
8966         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8967         Handle > NLINK_MAX messages.
8968         * nnmaildir.el (nnmaildir-request-set-mark): Use
8969         nnmaildir--emlink-p and nnmaildir--eexist-p.
8970
8971 2004-01-25  Alex Schroeder  <alex@gnu.org>
8972
8973         * spam-stat.el (spam-stat-process-directory-age): New option.
8974         (spam-stat-process-directory): Use it.
8975
8976 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8977
8978         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8979         (spam-stat-save): Accept prefix argument.
8980
8981 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8982
8983         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8984         links" error.
8985
8986 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8989         the rest of the and/or forms.
8990
8991 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8992
8993         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8994         compatibility with old .newsrc.eld files.
8995
8996         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8997
8998         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8999
9000         * gnus-start.el (gnus-1): do.
9001
9002         * gnus-group.el (gnus-group-line-format-alist): do.
9003
9004         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9005
9006         * gnus-gl.el: Remove.
9007
9008 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9009
9010         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9011         marks consisting of a single range {for example, (3 . 5)} rather
9012         than a list of a single range { ((3 . 5)) }.
9013
9014 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9015
9016         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9017         with-current-buffer.
9018         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9019         avoid consing a string.
9020
9021         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9022         Remove obsolete entries for big5 and gb2312.
9023
9024 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9025
9026         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9027         uncompressed list.
9028
9029 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9030
9031         * spam-stat.el (spam-stat-strip-xref): New function.
9032         (spam-stat-process-directory): Use it.
9033
9034         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9035         here -- it's done in message-fetch-field.
9036
9037 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9038
9039         * gnus-agent.el (gnus-agent-queue-mail,
9040         gnus-agent-prompt-send-queue): New variables.
9041         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9042         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9043         "nndraft:queue" along to gnus-draft-send.  Use
9044         gnus-agent-prompt-send-queue.
9045         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9046         is "nndraft:queue".  Suggested by Gaute Strokkenes
9047         <gs234@srcf.ucam.org>
9048
9049         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9050         (agent-enable-undownloaded-faces): Added
9051         (gnus-agent-cat-groups): Use eval-and-compile, not
9052         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9053         method of gnus-agent-cat-groups even when the buffer has been
9054         evaled.
9055         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9056         delete gnus-agent-save-active-1.
9057         (gnus-agent-save-groups): Deleted. Identical to
9058         gnus-agent-save-active.
9059         (gnus-agent-write-active): No longer adjust agent's copy of active
9060         file as agent's adjustments are now stored in their own
9061         file. Removed optional parameter.
9062         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9063         servers.  Add use of min/max range limits from server's local
9064         file.
9065         (gnus-agent-save-alist): Removed unused optional argument.
9066         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9067         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9068         (gnus-agent-set-local): A per-server file that keeps min/max range
9069         limits for articles known to the agent.  Provides a fast mechanism
9070         for altering many active ranges.
9071         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9072         active file (local makes it unnecessary).
9073         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9074
9075         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9076         (agent-enable-undownloaded-faces): Added
9077
9078         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9079         disable it when sending to "nndraft:queue".
9080         (gnus-group-send-queue): Add safety check to avoid sending queue
9081         when unplugged.
9082
9083         * gnus-group.el (gnus-group-catchup): Use new
9084         gnus-sequence-of-unread-articles, not
9085         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9086         numbers of articles.  Use gnus-range-map to avoid having to
9087         uncompress the unread list.
9088         (gnus-group-archive-directory,
9089         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9090         reference.
9091
9092         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9093         (gnus-sorted-range-intersection): Intersection of two ranges
9094         without requiring that they first be uncompressed.
9095
9096         * gnus-start.el (gnus-activate-group): Unless blocked by the
9097         caller, possibly expand the active range to include both cached
9098         and agentized articles.
9099         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9100         multiple version-dependent converters.
9101         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9102         gnus-agent-save-active.
9103         (gnus-save-newsrc-file): Save dirty agent range limits.
9104
9105         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9106         gnus-agent-possibly-alter-active.
9107         (gnus-adjust-marked-articles): Faster handling of simple lists
9108
9109 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9110
9111         * spam-stat.el (spam-stat-test-directory): New optional argument
9112         displays a list of files detected.  Suggested by Andrew Cohen
9113         <cohen@andy.bu.edu>.
9114         (spam-stat-buffer-words-with-scores): Don't narrow and change
9115         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9116
9117 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9118
9119         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9120         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9121         (spam-spamassassin-arguments)
9122         (spam-spamassassin-spam-flag-header)
9123         (spam-spamassassin-positive-spam-flag-header)
9124         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9125         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9126         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9127         (spam-list-of-processors, spam-list-of-checks)
9128         (spam-list-of-statistical-checks, spam-registration-functions)
9129         (spam-check-spamassassin-headers, spam-check-spamassassin)
9130         (spam-spamassassin-score)
9131         (spam-spamassassin-register-with-sa-learn)
9132         (spam-spamassassin-register-spam-routine)
9133         (spam-spamassassin-register-ham-routine)
9134         (spam-assassin-register-spam-routine)
9135         (spam-assassin-register-ham-routine): add SpamAssassin support
9136         (spam-bogofilter-score): fix to show article before scoring
9137
9138 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * spam.el (gnus-summary-mode-map): make spam-generic-score the
9141         default scoring function
9142         (spam-generic-score): calls spam-spamassassin-score if
9143         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9144         spam-bogofilter-score otherwise.
9145
9146         * gnus.el (spam-process, spam-autodetect-methods): add
9147         spamassassin and spamassassin-headers
9148
9149 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9150
9151         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9152         Suppress unnecessary messages.
9153
9154 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9155
9156         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9157         make-hash-table.
9158
9159 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * canlock.el (base64-encode-string): Don't autoload it.
9162
9163 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * run-at-time.el: Remove useless (require 'itimer),
9166         eval-and-compile and (featurep 'xemacs).
9167
9168 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9169
9170         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9171         GROUP is a virtual group.
9172
9173 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9174
9175         * gnus.el: Autoload `message-y-or-n-p'.
9176
9177 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9178
9179         * pgg-parse.el: Remove unnecessary (require 'custom).
9180
9181         * pgg-def.el: do.
9182
9183         * nnmail.el: do.
9184
9185         * gnus-undo.el: do.
9186
9187         * gnus-picon.el: do.
9188
9189         * gnus-util.el: do.
9190
9191 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9194
9195 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9196
9197         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9198         handle, as well as a list.
9199
9200         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9201         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9202         (mm-w3m-cid-retrieve): Simplify.
9203
9204 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9205
9206         * message.el (message-kill-to-signature): Allow prefix arg to
9207         specify number of lines to keep before signature.
9208
9209 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9210
9211         (message-kill-to-signature): Change docstring.
9212
9213 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * canlock.el: Always require sha1-el.
9216         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9217
9218         * message.el: Autoload sha1 only when compiling.
9219
9220         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9221         eudc-expand-inline for XEmacs.
9222
9223 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * message.el (message-canlock-generate): Require sha1-el.
9226
9227 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9228
9229         * message.el (message-expand-name): Silence the byte compiler.
9230
9231         * lpath.el: Add detect-coding-system.
9232
9233         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9234         cus-edit.
9235
9236 2004-01-13  Simon Josefsson  <jas@extundo.com>
9237
9238         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9239         Invoke gnus-score-mode.  Reported by
9240         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9241
9242         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9243         Jim Blandy <jimb@redhat.com> (tiny change).
9244
9245 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9246
9247         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9248
9249 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9250
9251         * spam.el (spam-get-article-as-string): updated to use
9252         gnus-request-article-this-buffer, much simpler
9253         (spam-get-article-as-buffer): removed
9254
9255 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9256
9257         * message.el (message-expand-name): Use EUDC if the user uses
9258         that.
9259
9260 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9261
9262         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9263         character for the encoding to avoid consing a string.
9264
9265         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9266         unnecessarily.
9267
9268         * mm-util.el (mm-replace-chars-in-string): Remove.
9269
9270         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9271         of mm-replace-chars-in-string.
9272
9273 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9274
9275         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9276         strings.
9277
9278         * mm-util.el (mm-subst-char-in-string): Support inplace.
9279
9280         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9281         a new string in every iteration.  Use shy groups.
9282
9283 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9284
9285         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9286         (gnus-group-change-level, gnus-kill-newsgroup)
9287         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9288         (gnus-get-unread-articles, gnus-make-articles-unread)
9289         (gnus-make-ascending-articles-unread): Use accessor
9290         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9291         to get group information for improved readability.
9292
9293         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9294
9295         * gnus-soup.el (gnus-soup-group-brew): do.
9296
9297         * gnus-msg.el (gnus-put-message): do.
9298
9299         * gnus-move.el (gnus-group-move-group-to-server): do.
9300
9301         * gnus-kill.el (gnus-batch-score): do.
9302
9303         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9304         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9305         (gnus-group-update-group, gnus-group-read-group)
9306         (gnus-group-make-group, gnus-group-make-help-group)
9307         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9308         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9309         (gnus-group-sort-by-unread, gnus-group-catchup)
9310         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9311         (gnus-group-yank-group, gnus-group-set-info)
9312         (gnus-group-list-groups): do.
9313
9314         * gnus.el (gnus-generate-new-group-name): do.
9315
9316         * gnus-delay.el (gnus-delay-send-queue): do.
9317
9318         * nnvirtual.el (nnvirtual-catchup-group): do.
9319
9320         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9321         do.
9322
9323         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9324         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9325
9326         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9327         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9328         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9329         (gnus-group-make-articles-read): do.
9330
9331 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9332
9333         * gnus-art.el (article-decode-mime-words, article-babel)
9334         (gnus-article-highlight-signature, gnus-article-add-buttons)
9335         (gnus-signature-toggle): Use gnus-with-article-buffer.
9336
9337         * gnus-art.el (gnus-article-highlight-headers)
9338         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9339
9340         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9341         (gnus-article-set-globals, gnus-request-article-this-buffer)
9342         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9343         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9344         (gnus-mime-display-alternative): Use with-current-buffer.
9345
9346 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9347
9348         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9349         also under 80 char limit, and call gnus-error if needed
9350         (spam-fetch-article-header): finally fixed - it was a
9351         buffer-local variable (gnus-newsgroup-data)
9352         (spam-find-spam): use spam-generate-fake-headers, forget about
9353         spam-insert-fake-headers
9354         (spam-insert-fake-headers): removed
9355
9356 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9357
9358         * deuglify.el (gnus-article-outlook-unwrap-lines)
9359         (gnus-outlook-rearrange-article)
9360         (gnus-outlook-repair-attribution-outlook)
9361         (gnus-outlook-repair-attribution-block)
9362         (gnus-outlook-repair-attribution-other): Remove redundant
9363         save-excursion.
9364
9365 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9366
9367         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9368         (spam-fetch-field-subject-fast)
9369         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9370         (spam-fetch-article-header): new functions to deal with Gnus
9371         internals for fast retrieval of article header data
9372         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9373
9374 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9375
9376         * pop3.el (pop3-md5): Remove.
9377         (pop3-apop): Replace pop3-md5 with md5.
9378
9379         * mm-bodies.el: base64 is always built-in.
9380
9381         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9382         with-current-buffer.
9383
9384 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * canlock.el (canlock-insert-header): Remove excessive grouping in
9387         regexp.
9388
9389         * gnus-sum.el (gnus-summary-read-document): Ditto.
9390
9391         * gnus-uu.el (gnus-uu-part-number): Ditto.
9392
9393         * html2text.el (html2text-remove-tags): Ditto.
9394         (html2text-format-tags): Ditto.
9395         (html2text-format-single-elements): Ditto.
9396
9397         * mml.el (mml-parse-1): Ditto.
9398
9399 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9400
9401         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9402
9403         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9404
9405         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9406
9407         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9408
9409 2003-11-15  Simon Josefsson  <jas@extundo.com>
9410
9411         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9412         (pgg-gpg-lookup-key): Use regexp match instead of
9413         split-string (split-string is different between emacs 21.2 and
9414         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9415
9416 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9417
9418         * gnus-art.el (gnus-mime-view-all-parts)
9419         (gnus-article-part-wrapper, gnus-article-view-part): Use
9420         with-current-buffer.
9421
9422 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * spam.el (spam-disable-spam-split-during-ham-respool)
9425         (spam-spamoracle-database, spam-cache-lookups)
9426         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9427         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9428         (spam-group-ham-marks, spam-group-spam-marks)
9429         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9430         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9431         fix, also add spam-use-blackholes to the statistical checks
9432         (spam-fetch-field-fast): new interface to fetching fields, may
9433         become a macro
9434         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9435         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9436         (spam-insert-fake-headers): fake an article when needed
9437         (spam-find-spam): fake article when possible
9438         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9439         (spam-check-bogofilter-headers): use message-fetch-field instead
9440         of nnmail-fetch-field
9441
9442 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9445
9446 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9447
9448         * spam.el (spam-split): do not require spam-use-CHECK to be
9449         enabled if that check is passed to spam-split explicitly; also
9450         fix so 'spam doesn't get converted to spam-split-group when
9451         spam-split-symbolic-return is t
9452         (spam-find-spam): find registrations of the article and use those
9453         instead of re-running spam-split to find the spam/ham
9454         classification of the article
9455         (spam-log-processing-to-registry, spam-log-registered-p)
9456         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9457         use gnus-error instead of gnus-message
9458         (spam-log-registration-type): new function to determine the
9459         classification of a message based on registry entries; will
9460         return nil if both 'spam and 'ham are found
9461         (spam-check-BBDB): expand all the BBDB macros here so we can have
9462         a reasonably fast local cache without the loading errors
9463         (spam-cache-lookups): set to t by default
9464         (spam-find-spam): don't try to guess spam-cache-lookups
9465         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9466         spam-caches entry
9467         (spam-filelist-build-cache, spam-filelist-check-cache): better
9468         caching of whitelist/blacklist entries
9469         (spam-check-whitelist, spam-check-blacklist): invoke
9470         spam-from-listed-p with a type, not a cache variable
9471         (spam-from-listed-p): wrap around spam-filelist-check-cache
9472
9473 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9474
9475         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9476
9477         * nnmail.el (nnmail-split-fancy): do.
9478
9479         * mml.el (mml-parse): do.
9480
9481         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9482         (gnus-score-adaptive): do.
9483
9484 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9487         (gnus-mime-button-map): Don't set keymap parent.
9488         (gnus-button-ctan-directory-regexp): Use shy grouping.
9489         (gnus-prev-page-map): Don't set keymap parent.
9490         (gnus-prev-page-map): Remove duplicated one.
9491         (gnus-next-page-map): Don't set keymap parent.
9492         (gnus-mime-security-button-map): Ditto.
9493
9494         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9495         version number.
9496
9497         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9498
9499 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * canlock.el (canlock-sha1-function): Remove.
9502         (canlock-sha1-function-for-verify): Remove.
9503         (canlock-openssl-program): Remove.
9504         (canlock-openssl-args): Remove.
9505         (canlock-ignore-errors): Remove.
9506         (canlock-sha1-with-openssl): Remove.
9507         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9508         (canlock-verify): Don't use canlock-ignore-errors.
9509
9510         * sha1-el.el (sha1-string-external): Make it can return a string
9511         in binary form.
9512         (sha1-region-external): Ditto.
9513         (sha1-string-internal): Ditto.
9514         (sha1-region-internal): Ditto.
9515         (sha1-region): Ditto.
9516         (sha1-string): Ditto.
9517         (sha1): Ditto.
9518
9519 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * spam.el (spam-report-articles-gmane): New command.
9522
9523 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9526
9527         * run-at-time.el (run-at-time-saved): Remove.
9528         (run-at-time): Doc fix.
9529
9530 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9531
9532         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9533         (gnus-summary-limit-map): Add it.
9534         (gnus-summary-make-menu-bar): do.
9535
9536 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9537
9538         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9539         first attempt at some caching support (done for BBDB only now)
9540         (spam-find-spam): set spam-cache-lookups if there are more than 2
9541         addresses to be checked
9542         (spam-clear-cache-BBDB): new function, to be invoked by
9543         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9544         (spam-check-BBDB): check and use the caches, if
9545         spam-cache-lookups is on
9546         remove superfluous (provide)
9547
9548 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9551
9552 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9553
9554         * run-at-time.el (run-at-time-saved): Move to after the definition
9555         of `run-at-time'.
9556
9557         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9558
9559 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9562         mm-w3m-local-map-property.
9563
9564         * mm-view.el (mm-w3m-mode-map): Remove.
9565         (mm-w3m-local-map-property): Remove.
9566         (mm-inline-text-html-render-with-w3m): Don't use
9567         mm-w3m-local-map-property.
9568
9569 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * run-at-time.el: New file.
9572
9573         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9574         under Emacs.
9575
9576         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9577         of gnus-set-text-properties.
9578
9579         * gnus-uu.el (gnus-uu-save-article): Ditto.
9580
9581         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9582
9583         * gnus-cite.el (gnus-cite-parse): Ditto.
9584
9585         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9586         of gnus-.
9587
9588         * gnus-xmas.el (run-at-time): Require run-at-time.
9589
9590         * gnus.el: Changed calls to nnheader-run-at-time and
9591         password-run-at-time throughout to use run-at-time directly.
9592
9593         * password.el: Removed definition of run-at-time.
9594
9595         * nnheaderxm.el: Remove definition of run-at-time.
9596
9597 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9598
9599         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9600         in prompt.
9601
9602 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9603
9604         * messagexmas.el (message-xmas-redefine): Alias
9605         `message-make-caesar-translation-table' to
9606         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9607         version.
9608
9609         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9610         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9611         `gnus-xmas-set-text-properties'.
9612         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9613         `gnus-xmas-completing-read'.
9614         (gnus-xmas-completing-read): Removed.
9615         (gnus-xmas-open-network-stream): Removed.
9616
9617         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9618         XEmacs version.
9619
9620         * dns.el (dns-make-network-process): Use `open-network-stream'
9621         instead of `gnus-xmas-open-network-stream'.
9622
9623         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9624
9625         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9626
9627 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9628
9629         * gnus-art.el (gnus-mime-display-alternative)
9630         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9631         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9632         Don't use gnus-local-map-property.
9633
9634         * gnus-util.el (gnus-local-map-property): Remove.
9635
9636         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9637         gnus-completing-read-maybe-default with completing-read.
9638
9639         * gnus-util.el (gnus-completing-read): do.
9640         (gnus-completing-read-maybe-default): Remove.
9641
9642 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9643
9644         * password.el: Only autoload `run-at-time' if not XEmacs.
9645         Only autoload the itimer functions if XEmacs.
9646
9647 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9650         XEmacsen.
9651
9652         * dgnushack.el: Autoload executable-find for XEmacs.
9653
9654 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9655
9656         * gnus-art.el (gnus-read-string): Remove.
9657         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9658         read-string.
9659
9660 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9661
9662         * netrc.el: autoload password-read
9663         (netrc): new configuration group
9664         (netrc-encoding-method, netrc-openssl-path): configuration
9665         variables for encoding and decoding of files with symmetric
9666         ciphers
9667         (netrc-encode): assistant function to encode a file with
9668         netrc-encoding-method
9669         (netrc-parse): added interactive parameter, added optional
9670         decoding if netrc-encoding-method is non-nil but otherwise
9671         behavior is standard
9672         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9673         s/encode/encrypt/ everywhere
9674
9675         * spam.el: remove executable-find autoload
9676
9677 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9678
9679         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9680
9681         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9682
9683 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * gnus-art.el (gnus-treat-ansi-sequences,
9686         article-treat-ansi-sequences): New variable and function.
9687         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9688
9689         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9690         Use it.
9691
9692 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9693
9694         * mm-util.el (mm-quote-arg): Remove.
9695
9696         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9697         shell-quote-argument.
9698
9699         * gnus-uu.el (gnus-uu-command): do.
9700
9701         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9702
9703         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9704         with make-char.
9705
9706         * mm-util.el (mm-make-char): Remove.
9707
9708         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9709         add-minor-mode.
9710
9711         * gnus-undo.el (gnus-undo-mode): do.
9712
9713         * gnus-topic.el (gnus-topic-mode): do.
9714
9715         * gnus-sum.el (gnus-dead-summary-mode): do.
9716
9717         * gnus-start.el (gnus-slave-mode): do.
9718
9719         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9720
9721         * gnus-ml.el (gnus-mailing-list-mode): do.
9722
9723         * gnus-gl.el (gnus-grouplens-mode): do.
9724
9725         * gnus-draft.el (gnus-draft-mode): do.
9726
9727         * gnus-dired.el (gnus-dired-mode): do.
9728
9729         * gnus-ems.el (gnus-add-minor-mode): Remove.
9730
9731         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9732         Replace gnus-char-width with char-width.
9733
9734         * gnus-ems.el (gnus-char-width): Remove.
9735
9736         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9737         Replace gnus-char-width with char-width.
9738
9739         * gnus-ems.el (gnus-char-width): Remove.
9740
9741         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9742         definition.
9743         Remove Emacs 20 hash table compatibility code.
9744
9745         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9746         20 compatibility code.
9747
9748         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9749
9750         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9751
9752         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9753         with point-at-{eol,bol}.
9754
9755         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9756
9757         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9758
9759         * flow-fill.el (fill-flowed-point-at-bol,
9760         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9761
9762         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9763         Replace with point-at-{eol,bol} throughout all files.
9764
9765 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * ntlm.el (ntlm-string-as-unibyte): New macro.
9768         (ntlm-build-auth-response): Use it.
9769
9770         Remove Emacs 20 stuff:
9771         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9772         (butlast, mapc, remove): Remove the compiler macros.
9773         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9774         of delq and copy-sequence.
9775         * gnus-art.el (popup-menu): Remove the compiler macro.
9776         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9777         Emacs 20.
9778
9779 2004-01-05  Simon Josefsson  <jas@extundo.com>
9780
9781         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9782         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9783         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9784         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9785         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9786         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9787         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9788         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9789         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9790         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9791         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9792         string-xor into ntlm-string-xor.  Suggested by
9793         Jesper Harder <harder@myrealbox.com>.
9794
9795         * ntlm.el: Don't include poem.
9796
9797         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9798         Jesper Harder <harder@myrealbox.com>.
9799
9800         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9801
9802         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9803         probably breaks emacs with DL patch, but do we care? Is anyone
9804         still using the DL stuff?)
9805
9806         * sieve-manage.el: Use the password package.
9807         (sieve-manage-read-passwd): Remove.
9808         (sieve-manage-interactive-login): Use password.  Re-add
9809         condition-case around loop.
9810
9811         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9812         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9813         the password package.
9814
9815 2003-02-19  Simon Josefsson  <jas@extundo.com>
9816
9817         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9818         token.
9819
9820 2002-08-07  Simon Josefsson  <jas@extundo.com>
9821
9822         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9823         (sieve-manage-authenticators):
9824         (sieve-manage-authenticator-alist): Add some SASL mechs.
9825         (sieve-sasl-auth): New function.
9826         (sieve-manage-cram-md5-auth):
9827         (sieve-manage-plain-auth): Rewrite using SASL library.
9828         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9829         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9830         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9831         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9832
9833 2004-01-05  Simon Josefsson  <jas@extundo.com>
9834
9835         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9836         New files.
9837
9838 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9839
9840         * gnus-group.el (gnus-no-groups-message): Update.
9841
9842         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9843
9844 2003-11-09  Simon Josefsson  <jas@extundo.com>
9845
9846         * imap.el: Support for ID IMAP extension (RFC 2971).
9847         (imap-local-variables): Add imap-id.
9848         (imap-id): New variable.
9849         (imap-id): New function.
9850         (imap-parse-response): Parse untagged ID response.
9851         * nnimap.el (nnimap-id): New variable.
9852         (nnimap-open-connection): Use it.
9853
9854 2003-12-28  Simon Josefsson  <jas@extundo.com>
9855
9856         * gnus-score.el (gnus-score-edit-all-score): New.
9857         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9858
9859 2004-01-04  Simon Josefsson  <jas@extundo.com>
9860
9861         * password.el: Add.
9862
9863 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9864
9865         * dns.el: Add support for AAAA records (see RFC 3596)
9866
9867         * Fix typo PRT -> PTR
9868
9869         * Parse MX, PTR and SOA replies (see RFC 1035)
9870
9871 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9872
9873         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9874
9875         * Moved to Changelog.2.
9876
9877 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9878
9879         * gnus.el (gnus-version-number): Bump version.
9880
9881 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9882
9883         * gnus.el: No Gnus v0.1 is released.
9884
9885 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9886
9887         * gnus.el: No Gnus v0.0 is released.
9888
9889 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * gnus.el (gnus-version-number): Bump.
9892         (gnus-version): No.
9893
9894 See ChangeLog.2 for earlier changes.
9895
9896     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9897   Copying and distribution of this file, with or without modification,
9898   are permitted provided the copyright notice and this notice are preserved.
9899
9900 ;; Local Variables:
9901 ;; coding: iso-2022-7bit
9902 ;; fill-column: 79
9903 ;; add-log-time-zone-rule: t
9904 ;; End:
9905
9906 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4