(nnweb-gmane-create-mapping): Use the article number from
[gnus] / lisp / ChangeLog
1 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4         the headers when creating the mapping to avoid mismappings. 
5         (nnweb-gmane-create-mapping): Always nix out old mapping.
6
7 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10         and mm-verify-option to never.
11
12 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * message.el (message-signed-or-encrypted-p): New function.
15         (message-forward-make-body): Use it.
16
17         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
18         Replace encode-coding-string with mm-encode-coding-string.
19
20 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * nneething.el (nneething-decode-file-name): Replace
23         decode-coding-string with mm-decode-coding-string.
24
25         * gnus-int.el (gnus-open-server): Say failed server's name.
26
27 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28
29         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
30         strings to a single string.  Quote `errors-file-name'.
31         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
32         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
33         Adjust calls.  Use `shell-quote-argument'.
34
35 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
36
37         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
38         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
39
40         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
41         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
42         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
43         (gnus-group-make-directory-group, gnus-group-transpose-groups):
44         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
45         (gnus-subscribe-newsgroup, gnus-1):
46         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
47         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
48         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
49         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
50
51 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
54         keystroke.
55         (gnus-summary-limit-to-bodies): Implement headersp.
56
57 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * dns.el (query-dns): Protect against "Process dns deleted" strings.
60
61 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
64
65 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * message.el (message-generate-hashcash): Expand range of values to
68         include `opportunistic'.
69         (message-send-mail): Use it.
70
71 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
72
73         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
74         and comment it.
75
76         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
77
78 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
79
80         * gnus-util.el (gnus-extract-address-components): Improve comment.
81
82 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-util.el (gnus-extract-address-components): Work with address in
85         which the name portion contains @.
86
87         * lpath.el: Fbind custom-autoload.
88
89 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
90
91         * gnus.el (gnus-start): Move custom group up.
92         (gnus-select-method): Don't autoload, but make it available for
93         `customize-variable'.
94         (gnus-getenv-nntpserver): Don't autoload.
95
96 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * spam.el: reverted to 7.82 (removed changes since 2006-10-16)
99
100 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
101
102         * message.el (message-sendmail-extra-arguments): New variable.
103         (message-send-mail-with-sendmail): Use it.
104
105 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
108         mm-with-unibyte-current-buffer to make string unibyte.
109
110         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
111         mm-string-as-multibyte.
112
113 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
114
115         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
116         Reported by Werner Koch <wk@gnupg.org>.
117
118 2006-11-14  Daiki Ueno  <ueno@p360>
119
120         * mml2015.el: Autoload epa-select-keys when compiling.
121
122 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
123
124         * mml2015.el (mml2015-epg-sign): Save the signing keys in
125         message-options.
126         (mml2015-epg-encrypt): Save the recipient keys in message-options.
127
128 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
129
130         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
131         EasyPG (< 0.0.6).
132         (mml2015-always-trust): New user option.
133         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
134         prompt.
135
136 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * nntp.el (nntp-authinfo-force): New variable.
139         (nntp-send-authinfo): Use it.
140
141 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
142
143         * message.el (message-strip-subject-encoded-words): Allow _not_ to
144         decode encoded words.  Improve prompt.  Add comment about forwarding.
145         (message-replacement-char): Move up.
146
147 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
148
149         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
150         instead of gnus-intersection because arguments of gnus-sorted-nunion
151         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
152
153 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
154
155         * message.el (message-strip-subject-encoded-words): Reformat prompt.
156         (message-simplify-subject-functions): Enable
157         message-strip-subject-encoded-words by default.
158
159 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
160
161         * message.el (message-strip-subject-encoded-words): New function
162         (message-simplify-subject-functions): New variable.
163         (message-simplify-subject): Use it.  Fix typo in doc string.
164         Support message-strip-subject-encoded-words.
165
166 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
167
168         * gnus-diary.el (gnus-diary-delay-format-function):
169         * nndiary.el (nndiary-reminders):
170         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
171
172 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
173
174         * gnus-art.el (article-hide-boring-headers): Fetch date from
175         gnus-original-article-buffer to avoid problems with localized date
176         strings.
177
178 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
181
182 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
183
184         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
185         New variables.
186         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
187         (mm-charset-synonym-alist): Move some entries to
188         mm-codepage-iso-8859-list.
189         (mm-charset-synonym-alist, mm-charset-override-alist): Add
190         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
191
192 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
195
196 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
197
198         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
199         with Emacs 21 and XEmacs.
200
201 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * spam.el (spam-parse-address): New function for better parsing,
204         catching errors, etc.
205         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
206
207 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
208
209         * mm-view.el: Add interactive arg to html2text autoload.
210
211 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
214
215 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
216
217         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
218         variables.
219         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
220         (mm-charset-synonym-alist): Move some entries to
221         mm-codepage-iso-8859-list.
222
223         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
224
225 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
226
227         * message.el (message-citation-line-format)
228         (message-insert-formated-citation-line): Fix implementation of %E, %N
229         and %n according to the doc string.
230
231 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
234         car-safe to avoid bad parses.
235
236 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
239         names.
240
241         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
242
243 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
246         header.
247
248         * message.el (message-draft-headers): Add Date.
249         (message-headers-to-generate): Fix typo in docstring.
250
251         * nndraft.el (nndraft-required-headers): New variable.
252         (nndraft-generate-headers): Use it.
253
254         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
255
256 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * gnus-registry.el (gnus-registry-wash-for-keywords)
259         (gnus-registry-find-keywords): New functions to allow easy searching of
260         articles that are in the registry.
261
262 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
263
264         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
265         ietf-drums-parse-address instead of gnus-extract-address-components.
266         Reported by Damien Elmes <damien@repose.cx>.
267
268 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * gnus.el (gnus-mime): Remove unused custom group.
271
272 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
273
274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
275         "blank line" when searching for end of armor headers.
276
277 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gmm-utils.el (gmm-write-region): Fix variable name.
280
281 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
282
283         * gmm-utils.el (gmm-write-region): New function based on compatibility
284         code from `mm-make-temp-file'.
285
286         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
287
288         * nnmaildir.el (nnmaildir--update-nov)
289         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
290         Use `gmm-write-region'.
291
292 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
293
294         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
295         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
296
297         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
298
299         * message.el (message-replacement-char): New variable.
300         (message-fix-before-sending): Use it.
301         (message-simplify-subject): New function to remove duplicate code.
302         (message-reply, message-followup): Use it.
303
304         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
305         gnus-summary-limit-to-articles.
306
307 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-util.el (gnus-with-local-quit): New macro.
310
311         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
312
313 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * gnus-util.el (gnus-string-remove-all-properties): another fix
316
317 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * gnus-util.el (gnus-string-remove-all-properties): fix to ignore
320         non-string data (needs to be done in the registry too)
321
322 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
325         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
326         (gnus-registry-split-fancy-with-parent)
327         (gnus-registry-fetch-simplified-message-subject-fast)
328         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
329         remove text properties on ingress into the registry and when it's saved
330         (gnus-registry-clean-empty-function): fixed bug with cleaning the
331         registry from entries with no groups
332
333 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * gnus-util.el (gnus-string-remove-all-properties): utility function to
336         remove string properties
337
338 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
339
340         * gmm-utils.el (gmm): Adjust custom version.
341
342         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
343         custom version.
344
345         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
346
347 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
348
349         * gnus-art.el (gnus-insert-prev-page-button)
350         (gnus-insert-next-page-button): Simplify.  Reformat.
351
352 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
353
354         * gnus-art.el (gnus-insert-prev-page-button)
355         (gnus-insert-next-page-button): Apply gnus-article-button-face.
356
357 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
358
359         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
360
361 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
362
363         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
364         gnus-article-button-face to MIME and security buttons.
365
366 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
367
368         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
369         readable.
370
371 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
374
375 2006-09-20  Steve Youngs  <steve@sxemacs.org>
376
377         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
378         `browse-url-of-file' instead of `browse-url'.
379
380 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
381
382         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
383         regexp.  Articles containing quotation were cut prematurely.
384
385 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * message.el (message-cite-original-1): Use nobody by default for the
388         value of From header.
389         (message-reply): Ditto.
390
391 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
392
393         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
394         to the gnus-info.  This fixes a bug of inline-PGP message verification.
395         Reported by Michael Piotrowski <mxp@dynalabs.de>.
396
397 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
398
399         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
400         mails in the doc string.  Add some URLs in comment.
401         (pop3-movemail): Warn about pop3-leave-mail-on-server.
402
403 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
406         backslashes handling and the way to find boundaries of quoted strings.
407
408 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
409
410         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
411         mml1991-encrypt-to-self is set and mml1991-signers is not set.
412         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
413         mml2015-encrypt-to-self is set and mml2015-signers is not set.
414
415 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
416
417         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
418         doc string.
419         (gnus-button-regexp, gnus-button-last): Remove unused variables.
420
421 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * lpath.el: Fbind epg-check-configuration.
424
425 2006-09-06  Simon Josefsson  <jas@extundo.com>
426
427         * mml2015.el (mml2015-use): Doc fix, mention epg.
428
429 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
430
431         * mml2015.el (mml2015-use): Default to epg, if available.
432
433 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
434
435         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
436         message-sender.
437         (mml1991-epg-encrypt): Ditto.
438         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
439         message-sender.
440         (mml2015-epg-encrypt): Ditto.
441
442 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
443
444         * message.el (message-send-mail-with-sendmail): Look for sendmail in
445         several common directories.
446
447 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
448
449         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
450         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
451
452 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-art.el (article-decode-encoded-words): Make it fast.
455
456 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
459
460         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
461         in quoted string into `\'.
462
463 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
466         Use standard-syntax-table.
467
468 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
469
470         * gnus-art.el (gnus-decode-address-function): New variable.
471         (article-decode-encoded-words): Use it to decode headers which are
472         assumed to contain addresses.
473         (gnus-mime-delete-part): Remove useless `or'.
474
475         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
476         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
477         (gnus-nov-parse-line): Use it to decode From header.
478         (gnus-get-newsgroup-headers): Ditto.
479         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
480
481         * mail-parse.el (mail-decode-encoded-address-region): New alias.
482         (mail-decode-encoded-address-string): New alias.
483
484         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
485         New function.
486         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
487         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
488         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
489         (rfc2047-decode-string): Ditto.
490         (rfc2047-decode-address-region): New function.
491         (rfc2047-decode-address-string): New function.
492
493 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
494
495         * message.el (message-caesar-buffer-body): Allow rotating headers.
496
497         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
498
499         * message.el (message-insert-formated-citation-line): Fix %f.
500         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
501
502 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
505         (gnus-bookmark-mouse-available-p): New macro.
506         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
507         (gnus-bookmark-bmenu-show-infos): Use it.
508         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
509         (gnus-bookmark-bmenu-hide-infos): Ditto.
510         (gnus-bookmark-remove-properties): New function.
511         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
512         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
513         (gnus-bookmark-write-file): Bind coding-system-for-write.
514         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
515         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
516         group before selecting it.
517         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
518         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
519         quit-window if it is not available; use gnus-mouse-2 and bind it to
520         gnus-bookmark-bmenu-select-by-mouse.
521         (gnus-bookmark-show-details): Remove unused variable `details-list'.
522         (gnus-bookmark-bmenu-select-by-mouse): New function.
523
524 2006-08-13  Romain Francoise  <romain@orebokech.com>
525
526         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
527         space.
528
529 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * compface.el (uncompface): Use binary rather than raw-text-unix.
532
533 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * compface.el (uncompface): Make sure the eol conversion doesn't take
536         place when communicating with the external programs.  Reported by
537         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
538
539 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * nnheader.el (nnheader-insert-head): Fix typo in comment.
542
543 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
544
545         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
546         Make it more robust by parsing author and date independently.
547
548 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
551
552 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
553
554         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
555         first matching secret key.
556         (mml2015-epg-encrypt): Ditto.
557
558         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
559         first matching secret key.
560         (mml1991-epg-encrypt): Ditto.
561
562         * mml2015.el (mml2015-encrypt-to-self): New user option.
563         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
564         mml2015-epg-encrypt-to-self is set.
565
566         * mml1991.el (mml1991-encrypt-to-self): New variable.
567         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
568         mml1991-epg-encrypt-to-self is set.
569
570         * mml2015.el (mml2015-signers): New user option.
571         (mml2015-epg-sign): Reflect the value of mml2015-signers.
572         (mml2015-epg-encrypt): Allow to select signing keys.
573
574         * mml1991.el (mml1991-signers): New variable.
575         (mml1991-epg-sign): Reflect the value of mml1991-signers.
576         (mml1991-epg-encrypt): Allow to select signing keys.
577
578 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * nnheader.el (nnheader-insert-head): Make it work even if the file
581         uses CRLF for the line-break code.
582
583 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
584
585         * mml2015.el: Require mml-sec instead of password.
586         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
587         (mml2015-cache-passphrase): Inherit the default value from
588         mml-secure-cache-passphrase.
589         (mml2015-passphrase-cache-expiry): Inherit the default value from
590         mml-secure-passphrase-cache-expiry.
591
592         * mml1991.el: Require mml-sec instead of password.
593         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
594         (mml1991-cache-passphrase): Inherit the default value from
595         mml-secure-cache-passphrase.
596         (mml1991-passphrase-cache-expiry): Inherit the default value from
597         mml-secure-passphrase-cache-expiry.
598
599         * mml-sec.el: Require password.
600         (mml-secure-verbose): New user option.
601         (mml-secure-cache-passphrase): New user option.
602         (mml-secure-passphrase-cache-expiry): New user option.
603
604 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
605
606         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
607         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
608         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
609
610         FIXME: Use `tiny change'?
611
612 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
613
614         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
615         workaround for the url package included with Emacs.
616
617         * nnweb.el (nnweb-google-create-mapping): Update regexp.
618
619 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
622         correctly.  This fixes a bug caused by the 2006-05-12 change.
623
624 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
625
626         * nnmail.el (nnmail-article-group): If splitting raises an error, give
627         some information about the error when saying that the `bogus' mail
628         group will be used.
629
630 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
631
632         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
633         string.
634
635 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
636
637         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
638
639 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
640
641         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
642
643 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
644
645         * mml1991.el (mml1991-function-alist): Add epg.
646         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
647         (mml1991-epg-encrypt): New functions.
648
649 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
650
651         * mml2015.el (mml2015-verbose): New variable.
652         (mml2015-cache-passphrase): Ditto.
653         (mml2015-passphrase-cache-expiry): Ditto.
654         (mml2015-function-alist): Add epg.
655         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
656         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
657         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
658         functions.
659
660 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
661
662         * message.el (message-cite-original-1): Preserve region when removing
663         quoted text due to X-No-Archive in order to avoid bogus attribution
664         when citing multiple messages.
665
666 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
667
668         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
669         Kenneth Jacker <khj@be.cs.appstate.edu>.
670
671 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
672
673         * gnus-diary.el (gnus-user-format-function-d)
674         (gnus-user-format-function-D): Autoload.
675
676         * imap.el (Commentary): Fix typo.
677
678         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
679         2006-04-22 contribution.
680
681 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
682
683         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
684         It didn't really fix the bogosity I'm seeing with solid web groups.
685
686 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
687
688         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
689         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
690         created using server names.  If we use the feature without declaring
691         it, Gnus does not properly manage server and group state.
692
693         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
694         bound.
695
696 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
697
698         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
699         looking up the method using GROUP's prefix before inventing a new one.
700         It is used on killed/unknown groups in various places where returning
701         an all-new method isn't expected by the caller.
702
703         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
704         and match semantics of gnus-group-real-prefix.
705
706 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
707
708         * nnmail.el (nnmail-broken-references-mailers): New variable.
709         (nnmail-ignore-broken-references): New function generalizing
710         nnmail-fix-eudora-headers.
711         (nnmail-fix-eudora-headers): Now obsolete.
712
713         * gnus-art.el (gnus-button-handle-custom): Support
714         `customize-apropos*'.
715
716 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
719
720         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
721         articles.
722
723 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
724
725         * message.el (message-cite-reply-above): New variable.
726         (message-yank-original): Use it.
727
728 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
729
730         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
731
732 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
733
734         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
735         as read.
736
737         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
738
739 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
740
741         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
742         (gnus-bookmark-default-file): Use gnus-directory.
743         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
744         Remove "*" in doc string.
745         (gnus-bookmark-write-file): Simplify.
746         (gnus-bookmark-maybe-sort-alist): Use `when'.
747         (gnus-bookmark-get-bookmark): Fix typo in doc string.
748         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
749         FIXME about Emacs 21 and XEmacs compatibility.
750         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
751         compatibility.
752         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
753         compatibility.
754         (gnus-bookmark-menu-heading): Fix version.
755
756 2006-06-19  Bastien Guerry  <bzg@altern.org>
757
758         * gnus-bookmark.el: New file.
759
760 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * message.el (message-syntax-checks): Doc fix.
763
764 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
765
766         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
767         unsubscribed groups as if they were killed ones.  It causes duplicate
768         entries in gnus-newsrc-alist.
769
770 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * message.el (message-syntax-checks): Doc fix.
773         (message-send-mail): Add check for continuation headers.
774         (message-check-news-header-syntax): Fix regexp used to check for
775         continuation headers.
776
777 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
780
781 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
782
783         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
784
785 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
788         default-truncate-lines.
789
790 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
793         to fill the utf-8 entry.
794
795         * lpath.el: Fbind unicode-precedence-list.
796
797 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
798
799         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
800
801 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
802
803         * gnus-agent.el (directory-files-and-attributes): Move all the way
804         forward (the third and final move).
805         (gnus-agent-read-agentview): Trap reconstruction errors due to
806         nonexistant directory.  Handle by returning nil.
807
808 2006-05-30  Didier Verna  <didier@xemacs.org>
809
810         * message.el (message-dont-reply-to-names): Update the custom type.
811         * message.el (message-dont-reply-to-names): New defsubst: potentially
812         convert a list of regexps into a single one.
813         * message.el (message-get-reply-headers): Use it.
814         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
815
816 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-agent.el (directory-files-and-attributes): Move forward.
819
820 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
821
822         * gnus-ml.el (gnus-mailing-list-subscribe)
823         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
824         (gnus-mailing-list-message): Fix doc strings.
825
826 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
827
828         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
829         of doing it manually.
830
831 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
832
833         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
834         comment.
835
836 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
837
838         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
839         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
840         (gnus-agent-read-local): All symbols allocated in my-obarray
841         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
842         (gnus-agent-regenerate-group): Check numeric names to see if they are
843         messages or groups.
844         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
845         better way of do this...)
846
847         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
848         'dummy.group' (there should be a better way of do this...)
849
850 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
853         (gnus-saved-headers): Ditto.
854         (gnus-default-article-saver): Mention functions may have properties.
855         (gnus-article-save): Override gnus-save-all-headers and
856         gnus-saved-headers by :headers property which saver function may have.
857         (gnus-summary-save-in-file): Add :headers property.
858         (gnus-summary-write-to-file): Ditto.
859
860         * gnus-sum.el (gnus-summary-save-article): Bind
861         gnus-prompt-before-saving to t when saving many articles in a file;
862         always show all headers.
863
864         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
865
866 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
869         marks.
870
871         * message.el (message-indent-citation): Add optional arguments to allow
872         using it outside of message buffers.
873
874         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
875         (gnus-article-treat-unfold-headers): Use it.
876         (gnus-article-truncate-lines): New variable.
877         (gnus-article-mode): Use it.
878         (gnus-article-toggle-truncate-lines): New function.
879
880         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
881         gnus-article-toggle-truncate-lines.
882
883         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
884         coding system in XEmacs, use binary.
885
886 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
889         after-load-alist.
890
891         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
892         this function should save decoded articles.
893         (gnus-summary-write-to-file): Use property to specify this function
894         should save decoded articles and specify gnus-summary-save-in-file
895         should be used to save articles other than the first one when saving
896         many articles.
897         (gnus-summary-save-body-in-file): Use property to specify this
898         function should save decoded articles.
899         (gnus-summary-write-body-to-file): Use property to specify this
900         function should save decoded articles and specify
901         gnus-summary-save-body-in-file should be used to save articles other
902         than the first one when saving many articles.
903
904         * gnus-sum.el (gnus-summary-save-article): Simplify.
905
906 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * gnus-art.el (gnus-default-article-saver): Add
909         gnus-summary-write-body-to-file.
910         (gnus-article-save-coding-system): Don't use coding system object
911         in XEmacs.
912         (gnus-read-save-file-name): Add optional `dir-var' argument which
913         specifies directory in which files are saved; work even if optional
914         `variable' argument is not specified.
915         (gnus-summary-write-to-file): Read file name.
916         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
917         (gnus-summary-write-body-to-file): New function.
918
919         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
920         (gnus-summary-local-variables): Add it.
921         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
922         (gnus-summary-save-article): Remove optional `decode' argument;
923         determine whether to decode articles by the value of
924         gnus-default-article-saver; when saving many files using
925         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
926         it first and use gnus-summary-save-in-file or
927         gnus-summary-save-body-in-file thereafter unless
928         gnus-prompt-before-saving is always; move point to article which
929         will be saved.
930         (gnus-summary-save-article-file): Revert.
931         (gnus-summary-write-article-file): Revert.
932         (gnus-summary-save-article-body-file): Revert.
933         (gnus-summary-write-article-body-file): New function.
934
935 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-art.el (gnus-default-article-saver): Doc fix.
938         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
939         from gnus-summary-save-article-coding-system, and default to a
940         certain coding system.
941         (gnus-output-to-file): Add coding cookie and encode text according
942         to gnus-article-save-coding-system; don't use mm-append-to-file.
943
944         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
945         gnus-art.el and rename to gnus-article-save-coding-system.
946         (gnus-summary-save-article): Require gnus-art; don't show all
947         headers if it decodes articles; don't add coding cookie here;
948         don't bind mm-text-coding-system-for-write.
949         (gnus-summary-save-article-file): Save decoded articles.
950         (gnus-summary-write-article-file): When saving many files, use
951         gnus-summary-write-to-file first and gnus-summary-save-in-file
952         thereafter unless gnus-prompt-before-saving is always.
953         (gnus-summary-save-article-body-file): Save decoded articles.
954
955         * lpath.el: Fbind select-safe-coding-system for XEmacs.
956
957 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
958
959         * nnrss.el (nnrss-check-group): Bind hash-index.
960
961 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
962
963         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
964         its hash index.  Store this hash in `nnrss-group-data'.
965         (nnrss-read-group-data): Update accordingly.
966
967 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
968
969         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
970         entry.
971
972         * gnus-sum.el (gnus-summary-make-menu-bar): Add
973         gnus-article-browse-html-article.
974
975 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
976
977         * gnus-sum.el (gnus-summary-mime-map): Add
978         gnus-article-browse-html-article.
979
980         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
981
982 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
983
984         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
985         suitable coding systems in customize.
986
987 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
988
989         * mail-source.el (mail-sources): Fix custom type.
990
991 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
994         (gnus-summary-expire-articles-now): Shorten prompt.
995
996         * gmm-utils.el (wid-edit): Require.
997         (defun-gmm): Renamed from `gmm-defun-compat'.
998         (gmm-image-search-load-path): Use it.
999         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1000
1001 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1004         variable.
1005         (gnus-summary-save-article): Add optional `decode' argument.  If
1006         it is set and gnus-summary-save-article-coding-system is non-nil,
1007         save decoded article.
1008         (gnus-summary-write-article-file): Save decoded article if
1009         gnus-summary-save-article-coding-system is non-nil.
1010
1011         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1012         type.
1013
1014 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1017
1018 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1021         first to test gnus-single-article-buffer which may be buffer-local.
1022
1023         * gnus-sum.el (gnus-summary-setup-buffer): Make
1024         gnus-single-article-buffer buffer-local and nil in ephemeral
1025         group; make gnus-article-buffer, gnus-article-current, and
1026         gnus-original-article-buffer always buffer-local.
1027         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1028         group.
1029         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1030
1031 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1032
1033         * nnml.el (nnml-request-compact-group): Compressed files might not
1034         have .gz extension.
1035
1036 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1037
1038         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1039         (mm-copy-to-buffer): Use with-current-buffer.
1040         (mm-display-part): Simplify.
1041         (mm-inlinable-p): Add optional arg `type'.
1042
1043 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1044
1045         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1046         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1047         Try harder to show the attachment internally or externally using
1048         gnus-mime-view-part-as-type.
1049
1050 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * message.el (message-from-style, message-signature-separator)
1053         (message-user-organization-file, message-send-mail-function)
1054         (message-citation-line-function, message-yank-prefix)
1055         (message-indent-citation-function, message-signature)
1056         (message-signature-file, message-signature-insert-empty-line):
1057         Remove autoloads.
1058
1059         * gnus-art.el (gnus-buttonized-mime-types): Remove
1060         "multipart/signed".  Revert 2006-04-26 change.
1061
1062 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063
1064         * gnus.el (gnus-version-number): Bump version.
1065
1066 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1067
1068         * gnus.el: No Gnus v0.5 is released.
1069
1070 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1071
1072         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1073         fetching articles by message-id.
1074
1075 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * message.el (hashcash): Require hashcash as normal.
1078
1079         * ecomplete.el (ecomplete-highlight-match-line): Use
1080         point-at-eol.
1081         (ecomplete-highlight-match-line): Use `highlight', because that
1082         face exists in both Emacs and XEmacs.
1083
1084         * message.el (message-display-abbrev): Use point-at-bol.
1085
1086         * mail-source.el: Don't require timer/timer-funcs.
1087
1088         * gnus-async.el: Ditto.
1089
1090         * password.el: Ditto.
1091
1092         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1093
1094         * mm-url.el: Ditto.
1095
1096         * gnus-xmas.el: Don't require timer-funcs.
1097
1098         * mm-util.el: Require timer/timer-funcs.
1099
1100 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1101
1102         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1103         Close.
1104
1105 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1108         unibyte after clear-decrypt function runs.
1109
1110         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1111         returns as a unibyte string.
1112
1113 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * lpath.el: Revert.
1116
1117         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1118         (pgg-gpg-process-sentinel): Revert.
1119
1120         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1121         (pgg-pgp-lookup-key): Revert.
1122
1123         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1124         (pgg-pgp5-lookup-key): Revert.
1125
1126         * pgg.el (pgg-fetch-key): Revert.
1127
1128 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1129
1130         * lpath.el: Fbind string-as-multibyte for XEmacs.
1131
1132         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1133         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1134         (mml1991-pgg-encrypt): Ditto.
1135
1136         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1137         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1138         a multibyte buffer.
1139
1140         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1141         (pgg-pgp-lookup-key): Ditto.
1142
1143         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1144         (pgg-pgp5-lookup-key): Ditto.
1145
1146         * pgg.el (pgg-fetch-key): Ditto.
1147
1148 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1149
1150         * message.el (message-user-organization-file): Check several
1151         locations of the organization file.
1152
1153         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1154         Add gnus-article-view-part-as-type.
1155
1156         * gnus-art.el (gnus-article-view-part-as-type): New function.
1157
1158         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1159         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1160
1161         * mml.el: Simplify autoload.
1162         (mml-mode): defvar dnd-protocol-alist instead of using
1163         symbol-value.
1164         (mml-default-directory): New variable.
1165         (mml-minibuffer-read-file): Use it.
1166         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1167
1168         * message.el (message-citation-line-format): New variable.
1169         (message-insert-formated-citation-line): New function.
1170         (message-citation-line-function): Add
1171         `message-insert-formated-citation-line' to custom type.
1172
1173         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1174         to doc string.
1175
1176         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1177         depending on mm-verify-option.
1178
1179 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1182         binding pgg-* variables; reimplement the section which prevents
1183         MIME header from being signed.
1184         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1185         pgg-text-mode; remove a blank line at the top of body.
1186
1187         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1188         lines at the top of body; use gnus-newsgroup-charset if there's no
1189         Charset header.
1190
1191 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * message.el (message-self-insert-commands): Doc fix.
1194
1195         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1196         (mm-uu-pgp-encrypted-test): Ditto.
1197         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1198         between header and body; return application/pgp-encrypted handle
1199         if decryption failed; decode decrypted body by charset.
1200
1201         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1202         element match to application/pgp-*.
1203
1204 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1205
1206         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1207         HTML.
1208
1209 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * mail-source.el (mail-source-call-script): Message the error
1212         string.
1213
1214 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * gnus-util.el (gnus-byte-compile): Use it.
1217
1218 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1219
1220         * gnus-util.el (kill-empty-logs): New function.
1221
1222 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * message.el (message-mail-alias-type): Doc fix.
1225         (message-mail-alias-type-p): New function.
1226         (message-send): Use it.
1227         (message-mode): Ditto.
1228         (message-strip-forbidden-properties): Ditto.
1229
1230         * ecomplete.el (ecomplete-database-file-coding-system): New
1231         variable.
1232         (ecomplete-save): Use it.
1233         (ecomplete-setup): Use it.
1234
1235 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1236
1237         * message.el (message-self-insert-commands): New variable.
1238         (message-strip-forbidden-properties): Use it.
1239
1240 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1241
1242         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1243         that doesn't make XEmacs choke.
1244
1245 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1246
1247         * gnus-util.el (gnus-replace-in-string):
1248         Prefer replace-regexp-in-string over of replace-in-string.
1249
1250 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-util.el (gnus-select-frame-set-input-focus):
1253         Use select-frame-set-input-focus if it is available in XEmacs; use
1254         definition defined in Emacs 22 for old Emacsen.
1255
1256         * dgnushack.el: Autoload unmorse-region for XEmacs.
1257
1258         * lpath.el: Bind cursor-in-non-selected-windows and
1259         select-frame-set-input-focus for XEmacs.
1260
1261 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1264
1265 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * gnus-registry.el (gnus-registry-cache-save): remove text
1268         properties when saving via the temp buffer
1269
1270 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1271
1272         * message.el (message-generate-hashcash): Honor custom type.
1273
1274 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * message.el (message-generate-hashcash): Default to non-nil when
1277         hashcash is found.
1278
1279         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1280         (gnus-refer-thread-limit): Increase default to 500.
1281
1282         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1283
1284         * flow-fill.el (fill-flowed): Allow delete-space.
1285
1286 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1287
1288         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1289         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1290         Remove autoloads.
1291
1292 2006-04-18  Simon Josefsson  <jas@extundo.com>
1293
1294         * message.el (message-generate-hashcash): Default to.
1295
1296 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1299         concatenating segments rather than before concatenating them.
1300
1301 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1302
1303         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1304
1305 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1308
1309         * message.el (message-forward-make-body-plain): Allow
1310         message-forward-ignored-headers to be a list.
1311         (message-remove-ignored-headers): Factor out into function.
1312         (message-forward-make-body-mml): Use it.
1313
1314         * imap.el (imap-quote-specials): New function.
1315         (imap-login-auth): Quote specials.
1316
1317         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1318         (rfc2231-parse-string): Allow concatanation of parameters that
1319         aren't contiguous.  The test case is
1320           (mail-header-parse-content-type "message/external-body;
1321             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1322             access-type=LOCAL-FILE;
1323             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1324
1325 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1326
1327         * nntp.el (nntp-accept-process-output): Return the value of
1328         `nnheader-accept-process-output'.
1329
1330 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1333         (gnus-button-alist): Recognize more diff formats.
1334         (gnus-button-patch): Strip directory.
1335
1336 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1337
1338         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1339         Emacs 22 when setting focus.
1340
1341 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-art.el (gnus-article-treat-types): Do treatment of
1344         text/x-verbatim parts.
1345         (gnus-button-patch): New command.
1346
1347         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1348         addresses that contain invalid characters.
1349
1350 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * message.el (message-put-addresses-in-ecomplete): Use
1353         gnus-replace-in-string.
1354         (message-is-yours-p): Use the more correct
1355         mail-header-parse-address instead of
1356         mail-extract-address-components.
1357         (message-put-addresses-in-ecomplete): Fix typo.
1358
1359         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1360         keystroke.
1361
1362         * gnus-art.el (gnus-treatment-function-alist): Change order of
1363         newsgroups/generic header folding to avoid double-folding.
1364
1365         * message.el (message-hidden-headers): Add X-Draft-From.
1366
1367         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1368         command.
1369         (gnus-summary-repeat-search-article-backward): New command.
1370
1371         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1372         groups in the parent topic.
1373
1374 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1375
1376         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1377         (spam-extra-header-to-number): Return the CRM114 number as a
1378         number instead of a string.
1379
1380 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * gnus-art.el (gnus-face-properties-alist): Moved here from
1383         gnus-fun.
1384
1385         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1386
1387 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * message.el (message-strip-forbidden-properties): Only display on
1390         self-insert-command.
1391
1392         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1393         reindent.
1394         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1395
1396 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1397
1398         * smiley.el (smiley-style): Fix typo.
1399
1400 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * hashcash.el (hashcash-insert-payment-async-2): Use
1403         message-goto-eoh instead of doing it manually.
1404         (mail-add-payment): Use message-narrow-to-header instead of trying
1405         to do the same itself.
1406
1407         * message.el (message-hidden-headers): Add Face.
1408
1409         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1410         reparenting code.
1411         (gnus-summary-reparent-children): Refactored out code.
1412         (gnus-summary-thread-map): New keystroke.
1413         (gnus-summary-reparent-children): Make into command.
1414
1415         * smiley.el (smiley-style): Default to `medium' if using a large
1416         font.
1417
1418         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1419         does it itself.
1420
1421         * message.el (message-point-in-header-p): Simplify definition.
1422
1423 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * nnagent.el (nnagent-request-set-mark): Silence log file
1426         writing.
1427         (nnagent-request-set-mark): Use write-region instead of
1428         append-to-file.
1429
1430         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1431         strange select method.
1432
1433         * ecomplete.el (ecomplete-display-matches): Get highlightling
1434         right.
1435         (ecomplete-display-matches): Use literals.
1436         (ecomplete-display-matches): Disable message logging.
1437
1438         * message.el (message-display-abbrev): Small optimization.
1439
1440         * ecomplete.el (ecomplete-display-matches): Allow automatic
1441         display.
1442
1443         * message.el (message-strip-forbidden-properties): Display
1444         abbrevs.
1445         (message-display-abbrev): Get automatic display right.
1446
1447         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1448         keystrokes.
1449
1450 2006-04-13  Romain Francoise  <romain@orebokech.com>
1451
1452         TODO: Backport to v5-10!
1453
1454         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1455         Moved here (and renamed) from gnus-registry.el.
1456
1457         * gnus-registry.el: Require gnus-util.
1458         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1459
1460 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * gnus-group.el (gnus-group-catchup-current): Change
1463         if-then-else-if-then-else into cond.
1464         (gnus-group-catchup): Indent.
1465         (group-name-at-point): New function.
1466         (gnus-fetch-group): Provide default from thing at point.
1467
1468 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * message.el (message-display-abbrev): Fix regexp.
1471
1472         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1473         choosing.
1474         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1475         dead variables.
1476
1477         * message.el (message-newline-and-indent): Remove debugging.
1478         (message-display-abbrev): Use new implementation.
1479
1480 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * gnus-art.el (gnus-article-mode): Set
1483         cursor-in-non-selected-windows to nil.
1484
1485         * smiley.el: Revert previous change.
1486         (smiley-data-directory): defvar it before using it in the
1487         defcustom of `smiley-style'.
1488
1489 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * message.el (message-newline-and-indent): New function.
1492
1493         * ecomplete.el: Implement more bits.
1494
1495         * message.el (message-put-addresses-in-ecomplete): Clean up the
1496         string.
1497
1498         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1499
1500         * gnus-sum.el (gnus-summary-save-parts): Bind
1501         gnus-summary-save-parts-counter and use it to make unique file
1502         names.
1503
1504         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1505
1506         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1507         parameter to say whether to actually parse the individual
1508         addresses.
1509
1510         * message.el (message-put-addresses-in-ecomplete): New function.
1511         (ecomplete): Require.
1512         (message-mail-alias-type): Add ecomplete as an option.
1513
1514 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1515
1516         * flow-fill.el (fill-flowed): Remove trailing space from blank
1517         quoted lines.
1518
1519 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * smiley.el (smiley-style): Move definition later to avoid a
1522         compilation warning.
1523
1524 2006-04-12  Kenichi Handa  <handa@m17n.org>
1525
1526         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1527         buffer and then decode the buffer text if necessary.
1528         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1529         first, and after mm-encode-body, change the buffer to unibyte.
1530         Use mm-disable-multibyte instead of set-buffer-multibyte.
1531
1532 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1535         Content-Type header instead of Content-Disposition header.
1536         (gnus-mime-inline-part): Ditto.
1537         (gnus-mime-view-part-as-charset): Ignore charset that the part
1538         specifies.
1539
1540         * mm-decode.el (mm-display-part): Work with external parts and
1541         usual parts similarly.
1542
1543         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1544         instead of gnus-display-mime.
1545
1546         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1547         instead of with-temp-buffer.
1548
1549         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1550         tag to summarized topics part in order to encode non-ASCII text.
1551
1552 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * smiley.el (smiley-style): New variable.
1555         (smiley-directory): New function.
1556         (smiley-data-directory): Derive from `smiley-style' using
1557         `smiley-directory'.
1558         (smiley-regexp-alist): Add new entries.
1559
1560         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1561         (gnus-article-browse-delete-temp): Add :version.
1562
1563 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1564
1565         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1566         the sieve region.
1567
1568 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus.el (gnus-version-number): Bump version.
1571
1572 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * gnus.el: No Gnus v0.4 is released.
1575
1576 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1579         layout.
1580
1581         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1582         unknown charset.
1583
1584         * message.el (message-header-synonyms): Add Original-To to the
1585         default.
1586
1587         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1588         optional parameter.
1589
1590 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * gnus-fun.el (gnus): Require it for gnus-directory.
1593
1594 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1597
1598 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1599
1600         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1601
1602 2006-04-05  Simon Josefsson  <jas@extundo.com>
1603
1604         * password.el (password-reset): New function.
1605
1606 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1607
1608         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1609         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1610
1611 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1612
1613         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1614         Some whitespace was matched into the url, which broke browsing hits
1615         > 100 when mm-url-use-external was nil.
1616
1617 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1620         gnus-extra-headers for 'Newsgroups.
1621
1622         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1623         bound.
1624
1625 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1626
1627         * pgg-gpg.el: Clean up process buffers every time gpg processes
1628         complete.
1629
1630 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1631
1632         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1633         doc string.
1634
1635 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1636
1637         * pgg-gpg.el (pgg-gpg-process-filter)
1638         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1639
1640         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1641         lines, temporary fix.
1642
1643 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1646
1647 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1648
1649         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1650         default-enable-multibyte-characters.  This reverts the change from
1651         revision 6.17 which is no longer necessary because the passphrase
1652         is sent separately now.  GnuPG messages are unreadable under
1653         multibyte locales with default-enable-multibyte-characters set to
1654         nil.
1655
1656 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * message.el (message-tool-bar-gnome): Move "spell".
1659
1660 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1663         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1664         instead.
1665
1666 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1667
1668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1669         newsgroups handling for NNTP overviews which don't include
1670         Newsgroups.
1671
1672 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1673
1674         * message.el (message-resend): Bind message-generate-hashcash to
1675         to nil.
1676
1677 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1678
1679         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1680         when searching for already-paid recipients.
1681
1682 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1683
1684         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1685         passphrases when it is not needed.
1686         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1687         passphrase stuff from gpg, should only be necessary when you use
1688         gpg with a smartcard.
1689
1690 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * mml.el (mml-insert-mime): Ignore cached contents of
1693         message/external-body part.
1694
1695         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
1696         (mm-insert-part): Ditto.
1697
1698 2006-03-23  Simon Josefsson  <jas@extundo.com>
1699
1700         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
1701         Reiner.
1702         (pgg-gpg-use-agent-p): Use it again.
1703
1704 2006-03-23  Simon Josefsson  <jas@extundo.com>
1705
1706         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
1707         older emacsen.
1708         (pgg-gpg-use-agent-p): Don't use it.
1709
1710 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
1711
1712         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
1713         if we can.
1714
1715 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1716
1717         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1718         (pgg-gpg-update-agent): New function.
1719         (pgg-gpg-use-agent-p): New function.
1720         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1721         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1722         (pgg-gpg-sign-region): Use it.
1723
1724 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
1727         Reported by Ralf Wachinger <rwachinger@gmx.de>.
1728
1729 2006-03-21  Simon Josefsson  <jas@extundo.com>
1730
1731         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1732         <wilde@sha-bang.de>.
1733         (pgg-gpg-use-agent): New variable.
1734         (pgg-gpg-process-region): Use it.
1735         (pgg-gpg-encrypt-region): Likewise.
1736         (pgg-gpg-encrypt-symmetric-region): Likewise.
1737         (pgg-gpg-decrypt-region): Likewise.
1738         (pgg-gpg-sign-region): Likewise.
1739         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1740
1741 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
1744
1745         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
1746         Add comment on version.
1747
1748 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * smiley.el: Add missing test smiley.
1751
1752 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * mm-decode.el (mm-with-part): New macro.
1755         (mm-get-part): Use it; work with message/external-body as well.
1756         (mm-save-part): Treat name and filename equally.
1757
1758         * mm-extern.el (mm-extern-cache-contents): New function.
1759         (mm-inline-external-body): Use it; force the part to be displayed;
1760         move undisplayer added to the cached handle to the parent.
1761
1762         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
1763         (gnus-mime-view-part-as-type): Work with message/external-body.
1764
1765         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
1766
1767 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1768
1769         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
1770         images in image-load-path.  [Sync with image.el, revision 1.60, in
1771         Emacs.]
1772
1773 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1774
1775         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
1776         path rather than symbol.  Always return list of directories.
1777         Guarantee that image directory comes first.  [Sync with image.el,
1778         revision 1.59, in Emacs.]
1779
1780         * message.el (message-make-tool-bar): Adjust to new API of
1781         `gmm-image-load-path-for-library'.
1782
1783         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1784
1785         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1786
1787 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1788
1789         * gnus-art.el (gnus-article-only-boring-p):
1790         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
1791         intangible text.
1792         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
1793
1794 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
1797         `defun' instead of `gmm-defun-compat'.
1798
1799 2006-03-14  Simon Josefsson  <jas@extundo.com>
1800
1801         * message.el (message-unique-id): Don't use message-number-base36
1802         if (user-uid) is a float.
1803         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
1804
1805 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
1808
1809         * gnus-art.el (gnus-mime-display-single): Make sure there is an
1810         empty line between a part and a message part.
1811
1812 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * smiley.el: Add more test smileys.
1815         (smiley-data-directory, smiley-regexp-alist)
1816         (gnus-smiley-file-types): Fix doc strings.
1817         (smiley-update-cache): Clear smiley-cached-regexp-alist before
1818         adding new elements.
1819         (smiley-mouse-map): Unused code.  Make it a comment.
1820
1821 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
1824         scan latest NoCeM messages instead of old ones.
1825         (gnus-nocem-check-article): Fix regexps so as to match to PGP
1826         delimiters that are recently used.
1827         (gnus-nocem-load-cache): Add autoload cookie.
1828
1829         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
1830
1831         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
1832         level which is larger than gnus-use-nocem is specified.
1833
1834         * gnus-group.el (gnus-group-get-new-news): Ditto.
1835
1836 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * gnus-util.el (gnus-tool-bar-update): New function.
1839
1840         * gnus-group.el (gnus-group-update-tool-bar): New variable.
1841         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
1842
1843         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
1844
1845         * gnus-group.el (gnus-group-redraw-when-idle)
1846         (gnus-group-redraw-check): Remove.
1847         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
1848
1849 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1850
1851         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
1852         if optional last element is specified in splits (FIELD VALUE...).
1853
1854 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * message.el (message-make-tool-bar): Rename gmm-image-load-path
1857         to gmm-image-load-path-for-library.  Call with no-error argument.
1858         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
1859
1860         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
1861
1862         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
1863
1864         * gmm-utils.el (gmm-image-load-path): Remove alias.
1865
1866 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * gmm-utils.el (gmm-image-load-path): Add alias.
1869
1870         * nnml.el (nnml-generate-nov-databases-directory): Rename from
1871         nnml-generate-nov-databases-1.
1872         (nnml-generate-nov-databases): Use it.
1873         (nnml-generate-nov-databases-directory): Document no-active
1874         argument.
1875
1876         * gmm-utils.el (gmm-image-load-path-for-library): Return single
1877         directory if path is t.  Add no-error.
1878
1879         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
1880         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1881
1882         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
1883         resetting gnus-article-browse-html-temp-list.
1884
1885         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
1886         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
1887         Add example to docstring.  Rename local variables.  Move error
1888         checks to default case in cond and simplify.
1889
1890 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
1893         handle is multipart when calling it recursively.
1894         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
1895
1896 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
1897
1898         * nnimap.el (nnimap-request-update-info-internal): Optimize.
1899         Don't `gnus-uncompress-range' to avoid excessive memory usage.
1900
1901 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1902
1903         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
1904         is loaded.
1905
1906         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
1907         loaded.
1908
1909 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1910
1911         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
1912         to "Emacs 23 (unicode)" in doc string.
1913
1914         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
1915         "Emacs 23 (unicode)" in comment.
1916
1917 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
1920
1921         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
1922         characters 160 through 255 in Emacs 23.
1923
1924 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
1927         gnus-article-browse-html-temp.
1928         (gnus-article-browse-delete-temp): Make it customizable.  Add
1929         `file'.  Adjust doc string.
1930         (gnus-article-browse-delete-temp-files): Add argument.  Allow
1931         query for each file.  Adjust doc string.
1932         (gnus-article-browse-html-parts): Add
1933         `gnus-article-browse-delete-temp-files' to
1934         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
1935
1936 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
1937
1938         * gnus-art.el (gnus-article-browse-html-temp)
1939         (gnus-article-browse-delete-temp): New variables.
1940         (gnus-article-browse-delete-temp-files): New function.
1941         (gnus-article-browse-html-parts): Use it.
1942
1943 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1944
1945         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
1946
1947         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
1948         string.
1949
1950         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
1951         gnus-summary-insert-new-articles when unplugged.  Remove
1952         gnus-summary-search-article-forward.
1953
1954         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
1955         display-visual-class instead of display-color-cells.
1956
1957 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * dgnushack.el: Autoload customize-group for XEmacs.
1960
1961         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
1962         message/* containing non-ASCII text properly.
1963
1964 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1965
1966         * message.el: Require gmm-utils, remove autoloads.
1967         (message-tool-bar): Set default based on
1968         gmm-tool-bar-style.
1969         (message-tool-bar-gnome): Add gmm-customize-mode.
1970
1971         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
1972         gmm-tool-bar-style.
1973         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
1974
1975         * gnus-group.el (gnus-group-tool-bar): Set default based on
1976         gmm-tool-bar-style.
1977         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
1978
1979         * gmm-utils.el (gmm-image-directory): Rename variable from
1980         gmm-image-load-path.
1981         (gmm-image-load-path): Use gmm-image-directory.
1982         (gmm-customize-mode): New function.
1983         (gmm-tool-bar-style): New variable.
1984
1985         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
1986         gnus-group-redraw-line-number.
1987         (gnus-group-redraw-check): Simplify.
1988         (gnus-group-tool-bar-update): Remove redraw check.
1989         (gnus-group-make-tool-bar): Add redraw check.
1990
1991 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
1992
1993         * gnus-art.el (gnus-button): Add missing parentheses.
1994
1995 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * lpath.el: Fbind line-number-at-pos.
1998
1999 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2002
2003 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2004
2005         * gnus-art.el (gnus-button): New face.
2006         (gnus-article-button-face): Use it.
2007
2008         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2009         gnus-summary-next-page.  Re-order.
2010
2011         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2012         next-node are now included.
2013         (gnus-group-redraw-line-number): New internal variable.
2014         (gnus-group-redraw-check): Helper function for updating the tool
2015         bar.
2016         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2017
2018         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2019
2020         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2021         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2022         Use it to match format of Spamassassin 3.0 and later.  Reported by
2023         IRIE Tetsuya <irie@t.email.ne.jp>.
2024         (spam-check-bogofilter)
2025         (spam-bogofilter-register-with-bogofilter): Fix args of
2026         `gnus-error' calls.
2027
2028 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2029
2030         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2031         unnecessary interaction when sending queued mails.  Reported by
2032         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2033
2034 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2035
2036         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2037         first or last are nil.
2038
2039 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2040
2041         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2042
2043 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2046
2047 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * dns.el (query-dns): Protect more against buggy tcp output.
2050
2051 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2054         nov.php.
2055
2056 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2057
2058         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2059         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2060         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2061         output on the server side.
2062         (nnweb-google-create-mapping): Update regexps and add some
2063         progress indication.
2064
2065 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2066
2067         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2068         gnus-agent-toggle-plugged.  Re-order icons.
2069         (gnus-group-tool-bar-gnome): Add
2070         gnus-group-{prev,next}-unread-group.
2071         (gnus-group-tool-bar-gnome): Re-order icons.
2072
2073         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2074         gnus-summary-insert-new-articles.
2075
2076         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2077         comments.
2078
2079         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2080         also available in Emacs 21.3.
2081
2082         * message.el (message-fix-before-sending): Change "Emacs 22" to
2083         "Emacs 23 (unicode)" in comment.
2084
2085         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2086         "Emacs 23 (unicode)" in comment.
2087
2088         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2089         comment.
2090         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2091
2092         * mm-view.el (mm-fill-flowed): Add :version.
2093
2094 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2097         and load-path.
2098
2099 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2100
2101         * message.el: Autoload gmm-image-load-path.
2102         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2103         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2104         consitency.
2105
2106         * gmm-utils.el (gmm-image-load-path): Also search in
2107         "../etc/images".  Don't set gmm-image-load-path if we don't find
2108         the image.
2109
2110 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gmm-utils.el (gmm-image-load-path): Don't make
2113         `gmm-image-load-path' include subdirectories which the second arg
2114         `image' might specify.
2115
2116         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2117         subdirectory to icon file names.
2118
2119         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2120
2121 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2122
2123         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2124         gmm-image-load-path calls.
2125
2126         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2127
2128         * message.el (message-make-tool-bar): Ditto.
2129
2130         * mml.el (mml-preview): Added comment concerning tool bar icons.
2131
2132         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2133         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2134
2135         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2136         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2137
2138         * message.el (message-tool-bar-gnome): Use new icon names.
2139         (message-make-tool-bar): Use `gmm-image-load-path'.
2140
2141         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2142         functions from MH-E.
2143         (gmm-image-load-path): New variable from MH-E.
2144         (gmm-image-load-path): New function from MH-E.  Added arguments
2145         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2146         *-image-load-path-called-flag.
2147
2148 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2149
2150         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2151
2152 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2153         (tiny change)
2154
2155         * nnimap.el (nnimap-request-move-article): Change folder back to
2156         source group before deleting.
2157
2158 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2159
2160         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2161
2162         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2163         mm-url.
2164
2165         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2166
2167 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2170         coding system which mm-charset-to-coding-system returns for a
2171         given charset is valid.
2172
2173 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2174
2175         * html2text.el (html2text-remove-tag-list):
2176         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2177
2178 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2179
2180         * gnus-cus.el: Revert 2005-10-17 change.
2181
2182 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (article-strip-banner): Call
2185         article-really-strip-banner only when the regexp match is made.
2186
2187 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-art.el (article-strip-banner): Use
2190         gnus-extract-address-components instead of
2191         mail-header-parse-addresses to make it work with non-ASCII text;
2192         remove mail-encode-encoded-word-string.
2193
2194         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2195         values which are surrounded with \"...\"; make it never cause a
2196         Lisp error; give up parsing of parameters if it failed in
2197         extracting type.
2198
2199 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2200
2201         * smime.el (smime-cert-by-ldap-1): Fix bug where
2202         `smime-ldap-search' returns results without userCertificates.
2203
2204 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2207
2208 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2209
2210         * spam.el (spam-check-spamassassin-headers): Adapt format for
2211         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2212         <ari@mbf.ocn.ne.jp>.
2213         (spam-list-of-processors): Add spam-use-gmane.
2214
2215 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2218         make-temp-file; make it work with XEmacs as well.
2219
2220         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2221         mm-make-temp-file.
2222
2223         * mm-decode.el (mm-display-external): Use the 3rd arg of
2224         mm-make-temp-file.
2225         (mm-create-image-xemacs): Ditto.
2226
2227 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2230         with message-narrow-to-headers.
2231         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2232         (gnus-draft-check-draft-articles): New function.
2233         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2234
2235 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2236
2237         * gnus-art.el (gnus-article-browse-html-parts):
2238         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2239         Don't use suffix argument for mm-make-temp-file for Emacs 21
2240         compatibility.  Remove useless `format'.
2241
2242 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2243
2244         * nnweb.el (nnweb-google-wash-article): Update regexps.
2245         (nnweb-group-alist): Use defvoo instead of defvar.
2246
2247 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2250         re-loading nn* modules.
2251
2252 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2255         for `tool-bar-mode' and don't check it's default-value.
2256
2257         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2258
2259         * message.el (message-make-tool-bar): Ditto.
2260
2261         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2262         `substring'.  Shorten tmp-file name.
2263
2264         * gnus.el: Remove bogus comment.
2265
2266 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2267
2268         * gnus-art.el (gnus-article-browse-html-parts): New function.
2269         (gnus-article-browse-html-article): New function for viewing html
2270         articles with a browser.
2271
2272 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2273
2274         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2275         in elisp.
2276         (pgg-gpg-encrypt-symmetric-region): Ditto.
2277         (pgg-gpg-sign-region): Ditto.
2278
2279         * pgg-def.el (pgg-text-mode): New variable.
2280
2281         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2282         (mml2015-pgg-encrypt): Ditto.
2283
2284         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2285         (mml1991-pgg-encrypt): Ditto.
2286
2287 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2290         message-make-date instead of current-time-string.
2291
2292         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2293         to gnus-decoded which mm-uu might set.
2294
2295 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2298         don't decode quoted parameters; remove misimported Emacs code.
2299         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2300         (rfc2231-decode-encoded-string): Don't use split-string which
2301         behaves differently according to Emacs version; use
2302         mm-decode-coding-region to convert charset to coding-system.
2303         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2304         (rfc2231-encode-string): Remove misimported Emacs code.
2305
2306 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2309         when calling mail-header-parse-content-type.
2310         (article-de-quoted-unreadable): Ditto.
2311         (article-de-base64-unreadable): Ditto.
2312         (article-wash-html): Ditto.
2313
2314         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2315         calling mail-header-parse-content-type and
2316         mail-header-parse-content-disposition.
2317         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2318         mail-header-parse-content-type.
2319
2320         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2321         insert charset and format parameters; encode description after
2322         inserting it to buffer.
2323         (mml-insert-parameter): Fold lines properly even if a parameter is
2324         segmented into two or more lines; change the max column to 76.
2325
2326         * rfc1843.el (rfc1843-decode-article-body): Don't use
2327         ignore-errors when calling mail-header-parse-content-type.
2328
2329         * rfc2231.el (rfc2231-parse-string): Return at least type if
2330         possible; don't cause an error even if it fails in parsing of
2331         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2332         (rfc2231-encode-string): Don't break lines at the beginning, leave
2333         it to mml-insert-parameter.
2334
2335         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2336         calling mail-header-parse-content-type.
2337
2338 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * spam-report.el (spam-report-gmane-use-article-number):
2341         Improve doc string.
2342         (spam-report-gmane-internal): Check if a suitable header was found
2343         in the article.
2344
2345 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2348         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2349
2350 2006-02-05  Romain Francoise  <romain@orebokech.com>
2351
2352         Update copyright notices of all files in the gnus directory.
2353
2354 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2355
2356         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2357
2358 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2361         segmented lines of parameter value to cope with Thunderbird 1.5
2362         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2363         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2364         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2365
2366 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2367
2368         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2369         parts.
2370
2371 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2372
2373         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2374         there's only one active file for all servers.
2375         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2376         solid groups.  Gnus might have used a FAST request to select the group.
2377         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2378         and nnweb-search redundantly in the active file.
2379         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2380         (nnweb-request-create-group): Don't use ARGS.
2381         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2382         initialisations.  Let nnoo do the work.
2383
2384 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2387         Say the part has been decoded.
2388
2389         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2390
2391 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2392
2393         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2394         mailcap-viewer-test-cache when there's no 'test clause, since that
2395         will invert the meaning of a "nil" test previously determined by
2396         mailcap-mailcap-entry-passes-test.
2397
2398 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2401         compiling.
2402
2403         * gnus-sum.el: Ditto.
2404
2405         * message.el: Don't bind tool-bar-map when compiling.
2406
2407 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2410
2411 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2412
2413         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2414         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2415         current Google Groups.
2416
2417 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2418
2419         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2420         and tool-bar-mode.
2421
2422         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2423         and tool-bar-mode.
2424
2425         * message.el (message-tool-bar-update): Simplify.
2426         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2427
2428         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2429         gnus-summary-buffer.
2430         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2431         gnus-summary-reply.
2432
2433         * gmm-utils.el (gmm): Add :version.
2434
2435 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * Makefile.in (clean): New rule.
2438         (distclean): Use it.
2439
2440 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2441
2442         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2443         autoload.
2444
2445 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gmm-utils.el (gmm-verbose): Add :group.
2448
2449 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * message.el: Change some comments WRT tool-bars.
2452
2453         * gnus-sum.el (gnus-summary-tool-bar)
2454         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2455         (gnus-summary-tool-bar-zap-list): New variables.
2456         (gnus-summary-make-tool-bar): Complete rewrite using
2457         `gmm-tool-bar-from-list'.
2458
2459         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2460         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2461         variables.
2462         (gnus-group-make-tool-bar): Complete rewrite using
2463         `gmm-tool-bar-from-list'.
2464         (gnus-group-tool-bar-update): New function.
2465
2466         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2467
2468 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2471         is dissected into a single part of which the type is the same as
2472         the given one; decode charset.
2473
2474 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2475
2476         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2477         into alists as symbol not string, since that's what
2478         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2479         look for.
2480
2481 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2482
2483         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2484         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2485
2486         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2487
2488 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2491         (gnus-xmas-mime-security-button-menu): New function.
2492
2493         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2494         (gnus-mime-security-button-menu): New definition.
2495         (gnus-mime-security-button-map): Use them.
2496         (gnus-mime-security-button-menu): New function.
2497         (gnus-insert-mime-security-button): Addition to help echo.
2498         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2499         (gnus-mime-security-pipe-part): New functions.
2500
2501         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2502         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2503
2504         * mm-decode.el (mm-handle-set-disposition): Remove.
2505         (mm-handle-set-description): Remove.
2506
2507 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2510         (mm-w3m-standalone-supports-m17n-p): New function.
2511         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2512         w3m usage.
2513
2514         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2515         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2516
2517 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2518
2519         * message.el (message-tool-bar-zap-list): Use
2520         gmm-tool-bar-zap-list as custom type.
2521         (message-tool-bar-update): New function.
2522         (message-tool-bar, message-tool-bar-gnome)
2523         (message-tool-bar-retro): Add message-tool-bar-update.
2524         (message-tool-bar-gnome): Add flyspell-buffer.
2525
2526         * gnus-util.el (gnus-error): Describe `args'.
2527
2528         * gmm-utils.el (gmm-error): Describe `args'.
2529         (gmm-tool-bar-zap-list): New widget.
2530         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2531
2532 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2535         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2536         the number of recursive calls.
2537
2538         * mm-decode.el (mm-handle-set-disposition): New macro.
2539         (mm-handle-set-description): New macro.
2540
2541 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2544         encoding.
2545
2546 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2547
2548         * message.el (message-tool-bar-zap-list, message-tool-bar)
2549         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2550         (message-tool-bar-local-item-from-menu): Remove.
2551         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2552         (message-make-tool-bar): New function.
2553         (message-mode): Use `message-make-tool-bar'.
2554
2555         * gmm-utils.el: New file.
2556         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2557         (gmm-lazy): New widget copied from `nnmail.el'.
2558         (gmm-tool-bar-from-list): New function for creating customizable
2559         tool bars.
2560         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2561         output.
2562         (gmm): Add :prefix to defgroup.
2563
2564 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2565
2566         * gmm-utils.el (gmm-widget-p): New function.
2567
2568 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2569
2570         * mml.el (mml-attach-file): Describe `description' in doc string.
2571         (mml-menu): Add Emacs MIME manual and PGG manual.
2572
2573 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2574
2575         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2576
2577 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2578
2579         * nntp.el (nntp-end-of-line): Doc fix.
2580
2581 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2582
2583         * imap.el (imap-open): Handle case where buffer is a buffer
2584         object.
2585
2586 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2587
2588         * gnus-delay.el (gnus-delay): Don't autoload.
2589         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2590         to be re-loaded when customizing the `gnus-delay' group.
2591
2592 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2593
2594         * message.el (message-insert-citation-line): Use newlines.
2595
2596 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2597
2598         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2599         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2600         these routines, so the passphrase can be managed externally and
2601         passed in to the system.
2602         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2603         pgg-add-passphrase-to-cache function.
2604
2605         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2606         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2607         these routines, so the passphrase can be managed externally and
2608         passed in to the system.
2609         (pgg-pgp5-sign-region): Use new name of
2610         pgg-add-passphrase-to-cache function.
2611
2612 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2613
2614         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2615         part of the decoded armor to find the key-identifier.
2616         (pgg-gpg-lookup-key-owner): New function to return the
2617         human-readable identifier of a key owner.
2618         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2619         itself.
2620         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2621         the key value) if we have a key and can match it against a secret
2622         key.  Also, added a note pointing out fact that the prompt only
2623         indicates the first matching key.
2624
2625         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2626         pgg-decrypt-region.
2627         (pgg-add-passphrase-to-cache): Rename from
2628         `pgg-add-passphrase-cache' to reduce confusion (all callers
2629         changed).
2630         (pgg-remove-passphrase-from-cache): Rename from
2631         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2632         changed).
2633         (pgg-read-passphrase, pgg-add-passphrase-cache)
2634         (pgg-remove-passphrase-cache): Add informative docstrings.
2635         (pgg-decrypt): Convey provided passphrase in subordinate call to
2636         pgg-decrypt-region.
2637
2638 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2639
2640         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2641         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2642         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2643         'passphrase' argument, so the passphrase can be managed externally
2644         and then passed in to the system.
2645
2646         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2647         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2648         so the passphrase cache can be used reliably with identifiers
2649         besides a pgp packet's key id.
2650
2651         * pgg-gpg.el (pgg-gpg-encrypt-region)
2652         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2653         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2654         these routines, so the passphrase can be managed externally and
2655         passed in to the system.
2656
2657         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2658         'notruncate' argument, so the passphrase cache can be used
2659         reliably with identifiers besides a pgp packet's key id.
2660
2661 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2662
2663         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2664         symmetric encryption.
2665         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2666         encrypted session key.
2667         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2668         message ask for the passphrase in a proper way.
2669
2670         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2671         New user commands for symmetric encryption.
2672
2673 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2676
2677         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2678
2679 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2680
2681         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2682
2683 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * mm-decode.el (mm-inlined-types): Add application/pgp.
2686         (mm-automatic-display): Ditto.
2687
2688         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2689         part as text.
2690
2691 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * nnrss.el: Update copyright.
2694         (nnrss-opml-import): Query whether to subscribe to each entry.
2695
2696         * gnus-art.el:
2697         * gnus-sum.el:
2698         * gnus-xmas.el:
2699         * messagexmas.el:
2700         * mm-uu.el:
2701         * mm-view.el: Update copyright.
2702
2703 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * message.el (message-info): New function.
2706         (message-mode-menu): Add it.
2707         Update copyright.
2708
2709         * ChangeLog: Fix and update copyright.
2710
2711 2006-01-13  Romain Francoise  <romain@orebokech.com>
2712
2713         * message.el (message-forward-subject-name-subject): Prefer the
2714         address to 'nowhere' if the sender has no name.
2715         Fix typo.  Update copyright year.
2716
2717 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (article-wash-html): Use
2720         gnus-summary-show-article-charset-alist if a numeric arg is given.
2721         (gnus-article-wash-html-with-w3m-standalone): New function.
2722
2723         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
2724         mm-inline-text-html-render-with-w3m-standalone.
2725         (mm-text-html-washer-alist): Map w3m-standalone to
2726         gnus-article-wash-html-with-w3m-standalone.
2727         (mm-inline-text-html-render-with-w3m-standalone): New function.
2728
2729 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2730
2731         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
2732         Improve LaTeX.
2733
2734 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
2737         (nnrss-request-article): Render text/plain parts as HTML.
2738
2739         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
2740         the buffer.
2741
2742 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2743
2744         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
2745         custom definition of `gnus-posting-styles'.
2746
2747         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2748         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
2749
2750 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2751
2752         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
2753         Use nntp for bug archive.
2754
2755 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
2758         parts.
2759         (nnrss-normalize-date): New function converts ISO 8601 date into
2760         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2761         (nnrss-check-group): Use it.
2762
2763 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
2766
2767         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
2768         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
2769         (nnrss-insert-w3): Ditto.
2770
2771 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
2774         the articles to be forwarded including the case where neither a
2775         number of articles nor a region is specified.
2776
2777 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * nnrss.el (nnrss-request-article): Fix last change; fill
2780         text/plain parts.
2781
2782 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
2785         in text/plain part.
2786         (nnrss-check-group): Don't add excessive newline to dc:subject.
2787
2788 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
2789
2790         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
2791         article.
2792
2793 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2794
2795         * nnml.el: Don't require gnus-bcklg.  Autoload it.
2796         (nnml-use-compressed-files, nnml-save-mail): Support other
2797         comression programs such as bzip2.
2798
2799 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * dns.el (query-dns): Make sure we check the buffer size before
2802         removing tcp headers.
2803
2804 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
2807         remove MIME buttons associated with multipart/alternative parts.
2808         (gnus-mime-display-alternative): Tag buttons using `article-type'
2809         text property.
2810
2811         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
2812         associated with multipart/alternative parts.
2813
2814         * gnus-art.el (gnus-signature-separator): Fix custom type.
2815
2816         * mm-decode.el (mm-inlined-types): Fix custom type.
2817         (mm-keep-viewer-alive-types): Ditto.
2818         (mm-automatic-display): Ditto.
2819         (mm-attachment-override-types): Ditto.
2820         (mm-inline-override-types): Ditto.
2821         (mm-automatic-external-display): Ditto.
2822
2823 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2824
2825         * spam-report.el (spam-report-user-mail-address)
2826         (spam-report-user-agent): New variables.
2827         (spam-report-url-ping-plain): Use spam-report-user-agent.
2828
2829 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
2830
2831         * gnus-art.el (gnus-button-handle-custom): Do not just use
2832         `customize-apropos' for any "M-x customize-*" button but the
2833         function called for.  Accept both the function name and its
2834         argument in order to achieve this.
2835         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
2836         function name to `gnus-button-handle-custom' in case of "M-x
2837         customize-*" buttons.
2838
2839 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
2842         multipart/alternative and add xref to mm-discouraged-alternatives
2843         in doc string.
2844
2845         * mm-decode.el (mm-discouraged-alternatives): Add xref to
2846         gnus-buttonized-mime-types in doc string.
2847
2848 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
2851         Suggest image/.* in the doc string.
2852
2853 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2854
2855         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
2856         message-marks (Debian bug #342521).
2857
2858 2005-12-12  Simon Josefsson  <jas@extundo.com>
2859
2860         * password.el (password-read-from-cache): Add.
2861         (password-read): Use it.
2862
2863 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
2866         us-ascii as a MIME charset.
2867
2868         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
2869         against the case where the 2nd arg TYPE is nil.
2870
2871 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2872
2873         * pop3.el (pop3-stream-type): Fix custom version.
2874
2875         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
2876
2877 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2878
2879         * mm-decode.el (mm-display-external): Add missing cdr.
2880
2881 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * mm-decode.el (mm-display-external): Use nametemplate (defined in
2884         RFC1524) if it is in mailcap or add a suffix according to
2885         mailcap-mime-extensions when generating a temp filename; postpone
2886         deleting a temp file for 2 seconds for some wrappers, shell
2887         scripts, and so on, which might exit right after having started a
2888         viewer command as a background job.
2889
2890 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2891
2892         * nntp.el (nntp-marks-directory): Fix custom group.
2893
2894         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
2895         steps when < 10.
2896
2897         * gnus-start.el (gnus-no-server-1): Mention
2898         `gnus-level-default-subscribed' in doc string.
2899
2900 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2901
2902         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
2903         parens.
2904
2905 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-xmas.el (gnus-use-toolbar): Revert.
2908         (gnus-xmas-setup-toolbar): Use global default-toolbar if
2909         gnus-use-toolbar is default.
2910
2911         * messagexmas.el (message-use-toolbar): Revert.
2912         (message-setup-toolbar): Use global default-toolbar if
2913         message-use-toolbar is default.
2914
2915 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
2918         according to default-toolbar-visible-p.
2919
2920         * messagexmas.el (message-use-toolbar): Ditto.
2921
2922 2005-11-26  Dave Love  <fx@gnu.org>
2923
2924         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
2925         (tls-program, tls-success): Provide openssl alternative.
2926
2927         * starttls.el: Doc fixes.
2928         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
2929         SERVICE to PORT.
2930
2931         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
2932         port null or service name.
2933         (starttls-negotiate): Autoload.
2934
2935 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * message.el (message-kill-to-signature): Fix interactive spec.
2938
2939 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * pop3.el (pop3-open-server): Recognize a string as a service name.
2942
2943 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
2944
2945         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
2946
2947 2005-11-23  Dave Love  <fx@gnu.org>
2948
2949         Add pop3s, pop3/starttls.
2950
2951         * pop3.el (pop3-authentication-scheme): Clarify doc.
2952         (open-tls-stream, starttls-open-stream): Autoload.
2953         (pop3-stream-type): New.
2954         (pop3-open-server): Use it.
2955
2956         * mail-source.el (mail-sources): Fix some :types.  Add stream type
2957         for POP.
2958         (mail-source-keyword-map): Add :stream for POP.
2959         (mail-source-fetch-pop): Use pop3-stream-type.
2960
2961 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
2964         of current-time-string.
2965
2966 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
2967
2968         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
2969         date header.
2970
2971 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2972
2973         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
2974         it can seriously impact performance as it bypasses the agent's
2975         local caches.
2976
2977 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
2978
2979         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
2980         must be explicitly online rather than "not explicitly offline" for
2981         its flags to be synchronized.
2982
2983         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
2984         that gnus-uu-unmark-thread will function correctly.
2985
2986         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
2987         1024K is instead displayed as 1M.
2988
2989 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
2992
2993 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
2994
2995         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
2996
2997 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
2998
2999         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3000         error message to display actual error condition.
3001         (gnus-agent-save-local): Avoid saving symbols that are bound to
3002         nil as they simply result in a warning message in
3003         gnus-agent-read-local.
3004
3005 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3008         rather than make-variable-buffer-local for file-precious-flag.
3009
3010 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3011
3012         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3013         for duplicates which are removed.  The invalid sort check then
3014         triggers a rescan after the sort as sorting may have moved
3015         duplicate entries such that they can be cheaply detected.
3016
3017 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3020
3021 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3022
3023         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3024         internal variable to a custom variable.  Changed default value
3025         from compressed(2) to uncompressed(1).
3026         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3027         support for uncompressed agentview files.  Taken together, reading
3028         the agentview file should now be 6-7 times faster.
3029
3030 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3033         as a buffer-local variable.  This avoids creating truncated
3034         dribble files as a result of a hang up, eg.
3035
3036 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3037
3038         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3039         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3040         XEmacs.
3041
3042 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3043
3044         * gnus-start.el (gnus-start-draft-setup): Enforce
3045         `gnus-draft-mode' for nndraft:drafts at startup.
3046
3047         * gnus.el (gnus-splash): Change custom group.
3048         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3049         allow-list argument.
3050
3051         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3052         string.
3053
3054 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * gnus-art.el (gnus-default-article-saver): Add user-defined
3057         `function' to custom type.
3058
3059 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3060
3061         * imap.el (imap-open): Handle case where buffer is a buffer
3062         object.
3063
3064 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3065
3066         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3067         long lines.
3068         (gnus-cache-delete-group): Wrap doc strings.
3069
3070         * gnus-agent.el (gnus-agent-rename-group)
3071         (gnus-agent-delete-group): Wrap doc strings.
3072
3073
3074 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * messagexmas.el (message-use-toolbar): Change the valid values
3077         into default, top, bottom, left, and right.
3078         (message-toolbar-thickness): New variable.
3079         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3080         well.
3081         (message-setup-toolbar): Make it work.
3082
3083         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3084         (gnus-use-toolbar): Change the valid values into default, top,
3085         bottom, left, and right.
3086         (gnus-toolbar-thickness): New variable.
3087         (gnus-xmas-setup-toolbar): New function.
3088         (gnus-xmas-setup-group-toolbar): Use it.
3089         (gnus-xmas-setup-summary-toolbar): Use it.
3090
3091 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-start.el (gnus-1): Add "native" to
3094         gnus-predefined-server-alist.
3095
3096         * gnus.el (gnus-method-to-server): Don't add "native" to the
3097         lists here, because that leads to problems when
3098         gnus-select-method is bound.
3099
3100 2005-11-09  Simon Josefsson  <jas@extundo.com>
3101
3102         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3103         use (not sort-by-date) instead.
3104
3105 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * gnus-delay.el (gnus-delay-group): Don't autoload.
3108         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3109         to be re-loaded when customizing the `gnus-delay' group.
3110
3111 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3112
3113         * message.el: Revert last changes.
3114         (message-insert-citation-line): Use newlines.
3115
3116 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3117
3118         * message.el (message-courtesy-message)
3119         (message-mark-insert-begin, message-mark-insert-end)
3120         (message-elide-ellipsis, message-cancel-message)
3121         (message-add-header, message-change-subject)
3122         (message-cross-post-followup-to-header)
3123         (message-cross-post-insert-note, message-reduce-to-to-cc)
3124         (message-widen-reply, message-delete-not-region)
3125         (message-kill-to-signature, message-insert-signature)
3126         (message-insert-importance-high, message-insert-importance-low)
3127         (message-insert-or-toggle-importance)
3128         (message-insert-disposition-notification-to)
3129         (message-indent-citation, message-yank-original)
3130         (message-cite-original-without-signature, message-cite-original)
3131         (message-insert-citation-line, message-position-on-field)
3132         (message-fix-before-sending, message-send-mail-partially)
3133         (message-send-mail, message-send-mail-with-sendmail)
3134         (message-send-mail-with-qmail, message-send-news)
3135         (message-check-news-header-syntax, message-generate-headers)
3136         (message-insert-courtesy-copy, message-fill-address)
3137         (message-fill-header, message-shorten-references)
3138         (message-setup-1, message-cancel-news)
3139         (message-forward-make-body-plain, message-forward-make-body-mime)
3140         (message-forward-make-body-mml, message-encode-message-body)
3141         (message-forward-make-body-digest-plain)
3142         (message-forward-make-body-digest-mime)
3143         (message-use-alternative-email-as-from): Insert `hard-newline'
3144         instead of ordinary newlines.
3145
3146 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * message.el (message-generate-headers): Downcase the argument
3149         given to message-check-element.
3150
3151 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3152
3153         * nntp.el (nntp-authinfo-rejected): New error condition.
3154         (nntp-wait-for): Use new error condition to signal authentication
3155         error.
3156         (nntp-retrieve-data): Rethrow new error condition to break out of
3157         recursive call to nntp-send-authinfo.
3158
3159 2005-11-08  Romain Francoise  <romain@orebokech.com>
3160
3161         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3162         (gnus-summary-exit-map): Bind to `Z p'.
3163         (gnus-summary-make-menu-bar): Add menu item.
3164
3165 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3166
3167         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3168         (gnus-treat-*): Add `first' in all doc strings.
3169
3170         * gnus-group.el (gnus-group-compact-group): Fix typo.
3171
3172 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * gnus.el (gnus-parameters-case-fold-search): New variable.
3175         (gnus-parameters-get-parameter): Use it.
3176
3177         * gnus-score.el (gnus-home-score-file): Doc fix.
3178
3179 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3180
3181         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3182
3183 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * mm-util.el (mm-special-display-p): New function.
3186
3187         * mml.el (mml-preview): Use it; doc fix.
3188
3189 2005-10-29  Romain Francoise  <romain@orebokech.com>
3190
3191         * message.el (message-fix-before-sending): Fix comment.
3192
3193 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3194
3195         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3196
3197 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3198
3199         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3200         Used in gnus-score.el.
3201
3202 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3205
3206 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3209         whitespace removed in revision 7.8.  Use concatenated string to
3210         protect trailing whitespace.
3211
3212 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
3213
3214         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3215         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3216         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3217         Courier IMAP ("some version from 2004").  Mostly based on similar
3218         code in the same function.
3219
3220 2005-10-26  Didier Verna  <didier@xemacs.org>
3221
3222         * gnus-group.el (gnus-group-compact-group): invalidate original
3223         article buffer.
3224         * gnus-srvr.el (gnus-server-compact-server): ditto.
3225         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3226         NOV database and in article itself.
3227         Invalidate article backlog.
3228
3229 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3232
3233 2005-10-26  Simon Josefsson  <jas@extundo.com>
3234
3235         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3236         part of 2004-07-25 change.
3237
3238 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * message.el (message-display-completion-list): New function.
3241         (message-expand-group): Use it; make sure the Completions buffer
3242         is modifiable.
3243
3244 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3245
3246         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3247         user-mail-name is an empty string.
3248
3249 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3250
3251         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3252         depending on gnus-score-decay-constant.
3253
3254         * encrypt.el (encrypt-insert-file-contents)
3255         (encrypt-write-file-contents): Don't use `gnus-message'.
3256
3257         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3258         arguments.
3259         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3260         arguments to mm-uu-verbatim-marks-extract.
3261         (mm-uu-hide-markers): New variable.
3262         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3263
3264         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3265         (gnus-convert-image-to-face-command): Use "convert" by default to
3266         allow other input image formats.
3267         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3268         accordingly.
3269
3270 2005-10-23  Simon Josefsson  <jas@extundo.com>
3271
3272         * imap.el (imap-gssapi-program): Align command line parameters
3273         with latest GNU SASL.
3274         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3275
3276 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3279         HTML.
3280         (nnslashdot-request-article): Ditto.
3281
3282         * lpath.el (featurep): Add nobreak-char-display.
3283
3284 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3285
3286         * mail-source.el (mail-source-fetch-pop): Require pop3.
3287         (mail-source-check-pop): Ditto.
3288
3289 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3292         errors.
3293
3294 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3295
3296         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3297         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3298
3299         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3300
3301         * mm-bodies.el (mm-decode-string): Call
3302         `mm-charset-to-coding-system' with allow-override argument.
3303
3304 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3307         (rfc2047-charset-to-coding-system): New function.
3308         (rfc2047-decode-encoded-words): New function.
3309         (rfc2047-decode-region): Use them.
3310         (rfc2047-decode-cte): Remove.
3311         (rfc2047-parse-and-decode): Remove.
3312         (rfc2047-decode): Remove.
3313
3314 2005-10-15  Kenichi Handa  <handa@m17n.org>
3315
3316         * rfc2047.el (rfc2047-decode-cte): New function.
3317         (rfc2047-decode-region): Change the way to decode successive
3318         encoded-words: decode B- or Q-encoding in each encoded-word,
3319         concatenate them, and decode it as charset.
3320
3321 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * lpath.el: Fbind codepage-setup for XEmacs.
3324
3325 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3326
3327         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3328         widget-move-and-invoke.
3329         (gnus-custom-mode): Use gnus-custom-map.
3330
3331 2005-10-15  Bill Wohler  <wohler@newt.com>
3332
3333         * message.el (message-tool-bar-map): Renamed image file from
3334         mail_send to mail/send.
3335
3336 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3337
3338         * message.el (message-expand-group): Pass the common
3339         prefix substring of completion to `display-completion-list'.
3340
3341 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3342
3343         * mml-sec.el (mml-secure-method): New internal variable.
3344         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3345         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3346         functions using mml-secure-method.
3347
3348         * mml.el (mml-mode-map): Add key bindings for those functions.
3349         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3350         Harder <harder@myrealbox.com>.
3351         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3352         end of message if point is the headers of the message.
3353
3354         * message.el (message-in-body-p): New function.
3355
3356         * assistant.el: Autoload gnus-util and netrc.
3357
3358         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3359         Use `mm-charset-override-alist' only when decoding.
3360
3361         * mm-bodies.el (mm-decode-body): Call
3362         `mm-charset-to-coding-system' with allow-override argument.
3363
3364         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3365         `filename' from Content-Disposition if Content-Type doesn't
3366         provide `name'.
3367         (gnus-mime-view-part-as-type): Set default instead of
3368         initial-input.
3369
3370 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3371
3372         * format-spec.el (format-spec): Propagate text properties of % spec.
3373
3374 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3375
3376         * gnus-art.el (gnus-treat-predicate): Add `first'.
3377
3378 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3381         (mm-charset-override-alist): New variable.
3382         (mm-charset-to-coding-system): Use it.
3383         (mm-codepage-setup): New helper function.
3384         (mm-charset-eval-alist): New variable.
3385         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3386         about unknown charsets.
3387
3388         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3389
3390 2005-10-04  David Hansen  <david.hansen@gmx.net>
3391
3392         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3393         (nnrss-check-group): Ditto.
3394
3395 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3396
3397         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3398         Rename x-gnus-verbatim to x-verbatim.
3399         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3400
3401         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3402         x-verbatim.
3403
3404         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3405
3406         * gnus-util.el (gnus-remove-duplicates): Remove.
3407
3408         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3409         instead of gnus-remove-duplicates.
3410
3411         * message.el (message-remove-duplicates): Remove.
3412         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3413         message-remove-duplicates.
3414
3415         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3416         available, else use implementation from `delete-dups'.
3417
3418         * message.el (message-insert-expires): New function.
3419         (message-mode-map): Add key binding.
3420         (message-mode-field-menu): Add menu entry.
3421         (message-mode): Document it.
3422         (message-make-expires-date): Use `message-make-date'.
3423
3424 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3425
3426         * message.el (message-make-expires-date): New function.
3427
3428 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * Makefile.in (list-installed-shadows): New entry.
3431         (install): Use it.
3432         (remove-installed-shadows): New entry.
3433
3434         * dgnushack.el (dgnushack-default-load-path): New variable.
3435         (dgnushack-find-lisp-shadows): New function.
3436         (dgnushack-remove-lisp-shadows): New function.
3437
3438 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * Makefile.in (install-el-elc): New entry.
3441         (install): Use it so that .el files are necessarily installed.
3442
3443 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3446
3447 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3450         function rather than the diff-mode.el package.
3451         (mm-display-external): Use with-current-buffer.
3452         (mm-viewer-completion-map, mm-viewer-completion-map):
3453         Move initialization inside declaration.
3454
3455 2005-09-29  Simon Josefsson  <jas@extundo.com>
3456
3457         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3458         autoload mail-check-payment.
3459         (spam-check-hashcash): Define unconditionally, since hashcash.el
3460         is part of Gnus now.  Ignore errors from payment checking.
3461
3462 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3463
3464         * message.el (message-bold-region, message-unbold-region): Rename
3465         from `bold-region' and `unbold-region'.
3466
3467         * message.el: Remove useless autoloads.
3468
3469 2005-09-28  Simon Josefsson  <jas@extundo.com>
3470
3471         * message.el (message-use-idna): Default to t.
3472         (message-use-idna): Test whether encoding works too.  Doc fix.
3473
3474 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3475
3476         * nntp.el (nntp-warn-about-losing-connection): Remove.
3477
3478 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3481         customizable.  Change default value.
3482         (mm-uu-diff-groups-regexp): Change default value.
3483         (mm-uu-type-alist): Add doc string.
3484         (mm-uu-configure): Add doc string.  Make it interactive.
3485         (mm-uu-tex-groups-regexp): New variable.
3486         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3487         (mm-uu-type-alist): Add LaTeX documents.
3488         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3489         of "text/verbatim".
3490         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3491
3492         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3493         instead of "text/verbatim".
3494
3495         * message.el (message-mark-inserted-region)
3496         (message-mark-insert-file): Use slrn style marks when called with
3497         prefix argument.
3498
3499 2005-09-27  Simon Josefsson  <jas@extundo.com>
3500
3501         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3502
3503 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3504
3505         * message.el (message-remove-duplicates): New function.
3506         Implementation borrowed from `gnus-remove-duplicates'.
3507         (message-idna-to-ascii-rhs): Also encode idna addresses in
3508         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3509         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3510         only ask about the same idna domain once per header and also tell
3511         in what header to replace the idna domain.
3512
3513         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3514         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3515         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3516         a header is decoded and not just the last one.
3517
3518 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3521         has been decoded.
3522
3523         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3524         (mm-insert-part): Don't modify text if it has been decoded.
3525
3526         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3527         decoded.
3528
3529         * mm-view.el (mm-inline-text): Don't strip text props unless
3530         decoding enriched or richtext parts.
3531
3532 2005-09-25  Romain Francoise  <romain@orebokech.com>
3533
3534         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3535         * gnus-start.el (gnus-subscribe-interactively):
3536         * gnus-uu.el (gnus-uu-grab-articles):
3537         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3538         space.
3539
3540 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3541
3542         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3543         * mm-view.el (mm-view-pkcs7-decrypt):
3544         * gnus-sum.el (gnus-summary-limit-to-extra)
3545         (gnus-summary-respool-article, gnus-read-move-group-name):
3546         * gnus-score.el (gnus-summary-increase-score):
3547         * gnus-util.el (gnus-completing-read-with-default):
3548         * gnus-art.el (gnus-read-save-file-name)
3549         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3550         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3551         * message.el (message-check-news-header-syntax):
3552         Follow convention for reading with the minibuffer.
3553
3554 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * spam-report.el (spam-report-url-ping-plain):
3557         Use gnus-extended-version as User-Agent.
3558
3559         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3560         default value is nil.
3561
3562         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3563         (mm-uu-verbatim-marks-extract): New function.
3564         (mm-uu-extract): New face.
3565         (mm-uu-copy-to-buffer): Use it.
3566
3567         * spam-report.el (spam-report-gmane-ham): Renamed from
3568         `spam-report-gmane-unspam'.
3569         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3570         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3571
3572         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3573         Autoload.
3574         (spam-report-gmane-unregister-routine): Renamed
3575         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3576
3577 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3578
3579         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3580         (spam-report-gmane-unregister-routine): added support for gmane
3581         unregistration
3582
3583         * spam-report.el (spam-report-gmane-unspam)
3584         (spam-report-gmane-spam): new wrappers around spam-report-gmane
3585         (spam-report-gmane): changed to take a single article and do
3586         unspam registration
3587
3588 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * mm-url.el (mm-url-decode-entities): Fix regexp.
3591
3592 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3595         default to nil, to be able to use Gnus at all.  If the default
3596         switches to something else, then the function should be fixed not
3597         be exceedingly slow.
3598
3599 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus-start.el (gnus-activate-group): if the server is nil, don't
3602         fail hard
3603
3604         * spam-report.el: better Keywords line
3605
3606         * spam.el: added Maintainer and better Keywords line
3607
3608 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * gnus-art.el (gnus-article-replace-part)
3611         (gnus-mime-replace-part): New functions.
3612         (gnus-mime-action-alist, gnus-mime-button-commands)
3613         (gnus-mime-save-part-and-strip): Added file argument.
3614         (gnus-article-part-wrapper): Added interactive argument.
3615
3616         * gnus-sum.el (gnus-summary-mime-map): Add
3617         `gnus-article-replace-part'.
3618
3619 2005-09-19  Didier Verna  <didier@xemacs.org>
3620
3621         The nnml compaction feature:
3622         * nnml.el (nnml-request-compact-group): New function.
3623         * nnml.el (nnml-request-compact): New function.
3624         * gnus-int.el (gnus-request-compact-group): New function.
3625         * gnus-int.el (gnus-request-compact): New function.
3626         * gnus-group.el (gnus-group-compact-group): New function.
3627         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3628         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3629         * gnus-srvr.el (gnus-server-compact-server): New function.
3630         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3631         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3632
3633 2005-09-18  Deepak Goel  <deego@gnufans.org>
3634
3635         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3636         format spec.
3637
3638 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3641
3642 2005-09-15  Romain Francoise  <romain@orebokech.com>
3643
3644         * message.el (message-fill-paragraph): Clarify docstring.
3645
3646 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-art.el (gnus-mime-display-part): Protect against broken
3649         MIME messages.
3650
3651 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3654         before parsing header.
3655
3656 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3657
3658         * html2text.el: (html2text-replace-list): Add new entities.
3659
3660 2005-09-11  Romain Francoise  <romain@orebokech.com>
3661
3662         * message.el (message-alternative-emails): Improve docstring.
3663         (message-setup-1): Call `message-use-alternative-email-as-from'
3664         after `message-setup-hook' to give it precedence over posting
3665         styles, etc.
3666         (message-use-alternative-email-as-from): Add docstring.  Remove
3667         the original From header if present.
3668
3669         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3670         (nnml-save-mail): Use it.
3671
3672         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3673         articles.  Add new argument `silent'.
3674         (gnus-uu-mark-all): Report the total number of marked articles.
3675
3676 2005-09-10  Romain Francoise  <romain@orebokech.com>
3677
3678         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3679         (gnus-uu-mark-series): Likewise.
3680
3681 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * spam-report.el (spam-report-gmane): Fix generation of spam
3684         report URL.
3685
3686 2005-09-10  Simon Josefsson  <jas@extundo.com>
3687
3688         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3689         t, based on discussion on the ding list with Robert Epprecht
3690         <epprecht@solnet.ch>.
3691
3692 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
3693
3694         * spam-report.el (spam-report-gmane): Make it work without
3695         X-Report-Spam header.  Gmane now only provides Archived-At.
3696         This is only used if `spam-report-gmane-use-article-number' is nil.
3697         (spam-report-gmane-spam-header): Remove.  Not used anymore.
3698
3699         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
3700         make `gnus-summary-sort-by-recipient' work with threading.
3701
3702         * nnweb.el (nnweb-google-wash-article): Print a message if article
3703         is not available.
3704
3705 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3706
3707         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
3708         change.  Decode text/* parts content before displaying.
3709
3710 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * mml-smime.el: Remove defvar of gnus-extract-address-components.
3713
3714 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * mm-view.el (mm-display-inline-fontify): Disable support modes.
3717
3718         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
3719         url-package-name, url-package-version,
3720         w3m-cid-retrieve-function-alist, w3m-current-buffer,
3721         w3m-display-inline-images, and w3m-minor-mode-map.
3722
3723 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * message.el (message-tab-body-function): Fixed mismatched custom
3726         type.
3727
3728         * gnus.el (gnus-group-change-level-function): Ditto.
3729
3730         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
3731
3732         * gnus-art.el (gnus-signature-limit)
3733         (gnus-article-mime-part-function): Ditto.
3734
3735 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * mml.el (mml-mode): Silence the byte compiler.
3738
3739         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
3740         using `(sit-for 0)' before moving the point to the specified part;
3741         skip unbuttonized parts.
3742         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
3743         return to the summary window if gnus-auto-select-part is non-nil.
3744
3745 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
3748         variables.
3749         (mml-dnd-attach-file, mml-mode): Use them.
3750
3751         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
3752         Make fetching article by MID work again for Google Groups.  Added
3753         FIXME concerning gnus-group-make-web-group.
3754
3755         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
3756         Don't depend on Gnus by using mail-extract-address-components if
3757         gnus-extract-address-components is not bound.
3758
3759 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus-art.el (gnus-mime-display-security): Don't display the
3762         signature, but only the signed part.
3763
3764 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
3767
3768         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
3769         list, not listp.
3770
3771 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
3772
3773         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
3774         when encoding.
3775
3776         * mm-bodies.el (mm-decode-content-transfer-encoding):
3777         De-canonicalize CRLF for all text content types, not just
3778         text/plain.
3779
3780 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
3783         valid article; point arrow and cursor at the MIME button.
3784
3785 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
3788         Suggested by Dan Christensen <jdc@uwo.ca>.
3789
3790         * mm-decode.el (mm-save-part): Enable change of prompt.
3791
3792 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
3793
3794         * gnus-msg.el (gnus-inews-add-send-actions): Made
3795         `message-post-method' lambda parameter ARG `&optional'.
3796
3797 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * gnus-sum.el (gnus-summary-mime-map): Added
3800         gnus-article-save-part-and-strip, gnus-article-delete-part and
3801         gnus-article-jump-to-part.
3802
3803         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
3804         (gnus-article-edit-part): Use it.
3805         (gnus-article-part-wrapper): Added no-handle argument.
3806         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
3807         functions.
3808
3809 2005-08-29  Romain Francoise  <romain@orebokech.com>
3810
3811         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3812         docstring.
3813         (gnus-face-from-file): Likewise.
3814
3815 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
3818         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
3819         non-nil.
3820         (gnus-auto-select-part): New variable.
3821         (gnus-article-jump-to-part): New function.
3822         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
3823         (gnus-mime-delete-part): Allow selecting specified part after
3824         deleting or stripping parts.
3825         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
3826         part if argument is bogus.
3827
3828 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
3829
3830         * gnus-art.el (w3m-minor-mode-map):
3831         * gnus-spec.el (gnus-newsrc-file-version):
3832         * gnus-util.el (nnmail-active-file-coding-system)
3833         (gnus-original-article-buffer, gnus-user-agent):
3834         * gnus.el (gnus-ham-process-destinations)
3835         (gnus-parameter-ham-marks-alist)
3836         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
3837         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
3838         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
3839         * mm-decode.el (gnus-current-window-configuration):
3840         * mm-extern.el (gnus-article-mime-handles):
3841         * mm-url.el (url-current-object, url-package-name)
3842         (url-package-version):
3843         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
3844         (smime-keys, w3m-cid-retrieve-function-alist)
3845         (w3m-current-buffer, w3m-display-inline-images)
3846         (w3m-minor-mode-map):
3847         * mml-smime.el (gnus-extract-address-components):
3848         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
3849         (gnus-newsrc-hashtb, message-default-charset)
3850         (message-deletable-headers, message-options)
3851         (message-posting-charset, message-required-mail-headers)
3852         (message-required-news-headers):
3853         * mml1991.el (mc-pgp-always-sign):
3854         * mml2015.el (mc-pgp-always-sign):
3855         * nnheader.el (nnmail-extra-headers):
3856         * rfc1843.el (gnus-decode-encoded-word-function)
3857         (gnus-decode-header-function, gnus-newsgroup-name):
3858         * spam-stat.el (gnus-original-article-buffer): Add defvars.
3859
3860 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3861
3862         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
3863         the end of the date treatments.
3864
3865 2005-08-15  Simon Josefsson  <jas@extundo.com>
3866
3867         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
3868         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
3869         Capello and Romain Francoise.
3870         (pgg-fetch-key-function): Removed, not used?
3871         (pgg-insert-url-with-w3): Require url, to get
3872         url-insert-file-contents regardless of where it is defined.
3873
3874 2005-08-13  Romain Francoise  <romain@orebokech.com>
3875
3876         * message.el (message-cite-original-1): New function.
3877         (message-cite-original): Use it.
3878         (message-cite-original-without-signature): Ditto.
3879
3880 2005-08-08  Romain Francoise  <romain@orebokech.com>
3881
3882         * message.el (message-yank-empty-prefix): New variable.
3883         (message-indent-citation): Use it.
3884         (message-cite-original-without-signature): Respect X-No-Archive.
3885
3886 2005-08-08  Simon Josefsson  <jas@extundo.com>
3887
3888         * pgg.el: Autoload url-insert-file-contents instead of loading
3889         w3/url.
3890         (pgg-insert-url-with-w3): Don't load url here.
3891
3892 2005-08-07  Jesper Harder  <harder@phys.au.dk>
3893
3894         * message.el (message-kill-to-signature): Don't insert newline at
3895         bol.
3896         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
3897
3898 2005-08-06  Romain Francoise  <romain@orebokech.com>
3899
3900         * message.el (message-user-fqdn): Fix typo in docstring.
3901
3902 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
3903
3904         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
3905
3906         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
3907
3908 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-bodies.el (mm-encode-body): Use coding system rather than
3911         charset to encode text.
3912
3913         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
3914         number of charsets if utf-8 is available (XEmacs).
3915
3916 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
3919         taken from `gnus-button-mid-or-mail-regexp'.
3920         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
3921         (gnus-button-alist): Improve regexp for domain part of the MIDs
3922         for news:localpart@domain buttons.
3923         (gnus-button-ctan-directory-regexp): Update.
3924
3925 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * sieve-manage.el (sieve-manage-interactive-login): Use
3928         make-local-variable rather than make-variable-buffer-local.
3929         (sieve-manage-open): Ditto.
3930         (sieve-manage-authenticate): Ditto.
3931
3932         * mml.el (mml-generate-mime-1): Make the content type default to
3933         text/plain if the filename is not specified.
3934
3935 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
3938         instead of insert-buffer.
3939
3940         * message.el (message-yank-original): Ditto; set the mark at the
3941         end of the yanked message.
3942
3943 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
3946         lines to scroll rather than to stop it.
3947
3948         * mml.el (mml-generate-default-type): Add doc string.
3949         (mml-generate-mime-1): Use mm-default-file-encoding or make it
3950         default to application/octet-stream when determining the content
3951         type if it is not specified for the part or the mml contents; add
3952         a comment about mml-generate-default-type.
3953
3954 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
3955
3956         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
3957         make it default to application/octet-stream when determining the
3958         content type if it is not specified for the external contents.
3959
3960 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * rfc2231.el (rfc2231-parse-string): Take care that not only a
3963         segmented parameter but also other parameters might be there.
3964
3965 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * mm-decode.el (mm-display-external): Delete temp file, directory
3968         and buffer immediately if the external process is exited.
3969
3970 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
3973         fewer lines than that of scroll-margin.
3974         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
3975
3976 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-art.el (gnus-article-next-page): Revert.
3979         (gnus-article-beginning-of-window): New macro.
3980         (gnus-article-next-page-1): Use it.
3981         (gnus-article-prev-page): Ditto.
3982         (gnus-article-edit-part): Use insert-buffer-substring instead of
3983         insert-buffer.
3984         (gnus-article-edit-exit): Ditto.
3985
3986         * gnus-util.el (gnus-beginning-of-window): Remove.
3987         (gnus-end-of-window): Remove.
3988
3989         * lpath.el: Don't bind header-line-format and scroll-margin.
3990
3991 2005-07-25  Simon Josefsson  <jas@extundo.com>
3992
3993         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
3994         to have the url package without w3.  Reported by Daiki Ueno
3995         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
3996
3997 2005-07-20  Didier Verna  <didier@xemacs.org>
3998
3999         * gnus-diary.el: Remove the description comment (nndiary is now
4000         properly documented in the Gnus manual).
4001         Fix the spelling of "Back End".
4002         * nndiary.el: Ditto.
4003         Fix the copyright notice.
4004
4005 2005-07-18  Romain Francoise  <romain@orebokech.com>
4006
4007         * gnus-sum.el (gnus-summary-to-prefix,
4008         gnus-summary-newsgroup-prefix): New variables.
4009         (gnus-summary-from-or-to-or-newsgroups): Use them.
4010
4011 2005-07-17  Romain Francoise  <romain@orebokech.com>
4012
4013         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4014         space as it's generally not especially interesting to the user.
4015
4016 2005-07-16  Romain Francoise  <romain@orebokech.com>
4017
4018         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4019         nil to avoid prompting and file modification if one of the
4020         messages at the top of the nnfolder file contains a copyright
4021         notice.
4022         Update copyright notice.
4023
4024         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4025         instead of `current-time-string' as the latter creates a time
4026         string that is not RFC 2822 compliant (it lacks the zone).
4027         Update copyright notice.
4028
4029 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4032         for text/rtf.  Display default in prompt.  Pass default for M-n.
4033
4034         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4035
4036 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-msg.el (gnus-button-mailto): Remove
4039         save-selected-window-window hackery because it relies on
4040         save-selected-window internals.
4041
4042 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4045         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4046         (gnus-article-prev-page): Ditto.
4047
4048         * gnus-util.el (gnus-beginning-of-window): New function.
4049         (gnus-end-of-window): New function.
4050
4051         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4052
4053 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4054
4055         * gnus-score.el (gnus-score-edit-all-score): Set
4056         gnus-score-edit-exit-function to gnus-score-edit-done and call
4057         gnus-message.
4058
4059 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-msg.el (gnus-button-mailto): Remove
4062         save-selected-window-window hackery because it relies on
4063         save-selected-window internals.
4064
4065 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4068         add-minor-mode.
4069         (gnus-binary-mode): Ditto.
4070
4071         * gnus-topic.el (gnus-topic-mode): Ditto.
4072
4073 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4074
4075         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4076         (gnus-article-prev-page): Take scroll-margin into consideration.
4077
4078 2005-07-04  Lute Kamstra  <lute@gnu.org>
4079
4080         Update FSF's address in GPL notices.
4081
4082 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4083
4084         * gnus.el (gnus-exit):
4085         * gnus-group.el (gnus-group-icons):
4086         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4087
4088         * gnus-nocem.el (gnus-nocem):
4089         * message.el (message-various, message-buffers, message-sending)
4090         (message-interface, message-forwarding, message-insertion)
4091         (message-headers, message-news, message-mail):
4092         * pgg-gpg.el (pgg-gpg):
4093         * pgg-parse.el (pgg-parse):
4094         * pgg-pgp.el (pgg-pgp):
4095         * pgg-pgp5.el (pgg-pgp5):
4096         * pop3.el (pop3): Finish `defgroup' description with period.
4097
4098 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-art.el (article-display-face): Improve the efficiency.
4101         (article-display-x-face): Ditto; remove grey x-face stuff.
4102
4103 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-art.el (article-display-face): Correct the position in
4106         which Faces are inserted.
4107
4108 2005-06-29  Didier Verna  <didier@xemacs.org>
4109
4110         * gnus-art.el (article-display-face): Display faces in correct
4111         order.
4112
4113 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4116         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4117         (gnus-nocem-check-article): Fetch the Type header.
4118         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4119         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4120         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4121         make sure gnus-nocem-hashtb is initialized.
4122         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4123         (gnus-nocem-unwanted-article-p): Ditto.
4124
4125         * pgg.el (pgg-verify): Return the verification result.
4126
4127 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4128
4129         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4130         is ascii.
4131
4132 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4133
4134         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4135         `show-nonbreak-escape'.
4136
4137 2005-06-23  Lute Kamstra  <lute@gnu.org>
4138
4139         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4140
4141         * dig.el (dig-mode):
4142         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4143
4144 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4145
4146         * nnimap.el (nnimap-split-download-body): Fix spellings.
4147
4148 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4149
4150         * gnus-art.el (gnus-article-encrypt-body):
4151         * gnus-cus.el (gnus-score-customize):
4152         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4153         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4154
4155 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4156
4157         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4158         header by looking for magic "MII" at the beginnig.
4159
4160 2005-06-16  Miles Bader  <miles@gnu.org>
4161
4162         * gnus-xmas.el (gnus-xmas-group-startup-message):
4163         Use renamed gnus-splash face.
4164
4165         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4166         (assistant-field-face): New backward-compatibility alias for renamed
4167         face.
4168         (assistant-render-text): Use renamed assistant-field face.
4169
4170         * spam.el (spam): Remove "-face" suffix from face name.
4171         (spam-face): New backward-compatibility alias for renamed face.
4172         (spam-face, spam-initialize): Use renamed spam face.
4173
4174         * message.el (message-header-to, message-header-cc)
4175         (message-header-subject, message-header-newsgroups)
4176         (message-header-other, message-header-name)
4177         (message-header-xheader, message-separator, message-cited-text)
4178         (message-mml): Remove "-face" suffix from face names.
4179         (message-header-to-face, message-header-cc-face)
4180         (message-header-subject-face, message-header-newsgroups-face)
4181         (message-header-other-face, message-header-name-face)
4182         (message-header-xheader-face, message-separator-face)
4183         (message-cited-text-face, message-mml-face):
4184         New backward-compatibility aliases for renamed faces.
4185         (message-font-lock-keywords): Use renamed message faces.
4186
4187         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4188         (sieve-test-commands, sieve-tagged-arguments):
4189         Remove "-face" suffix from face names.
4190         (sieve-control-commands-face, sieve-action-commands-face)
4191         (sieve-test-commands-face, sieve-tagged-arguments-face):
4192         New backward-compatibility aliases for renamed faces.
4193         (sieve-control-commands-face, sieve-action-commands-face)
4194         (sieve-test-commands-face, sieve-tagged-arguments-face):
4195         Use renamed sieve faces.
4196
4197         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4198         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4199         (gnus-group-news-3-empty, gnus-group-news-4)
4200         (gnus-group-news-4-empty, gnus-group-news-5)
4201         (gnus-group-news-5-empty, gnus-group-news-6)
4202         (gnus-group-news-6-empty, gnus-group-news-low)
4203         (gnus-group-news-low-empty, gnus-group-mail-1)
4204         (gnus-group-mail-1-empty, gnus-group-mail-2)
4205         (gnus-group-mail-2-empty, gnus-group-mail-3)
4206         (gnus-group-mail-3-empty, gnus-group-mail-low)
4207         (gnus-group-mail-low-empty, gnus-summary-selected)
4208         (gnus-summary-cancelled, gnus-summary-high-ticked)
4209         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4210         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4211         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4212         (gnus-summary-low-undownloaded)
4213         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4214         (gnus-summary-low-unread, gnus-summary-normal-unread)
4215         (gnus-summary-high-read, gnus-summary-low-read)
4216         (gnus-summary-normal-read, gnus-splash):
4217         Remove "-face" suffix from face names.
4218         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4219         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4220         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4221         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4222         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4223         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4224         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4229         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4230         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4231         (gnus-summary-normal-ticked-face)
4232         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4233         (gnus-summary-normal-ancient-face)
4234         (gnus-summary-high-undownloaded-face)
4235         (gnus-summary-low-undownloaded-face)
4236         (gnus-summary-normal-undownloaded-face)
4237         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4238         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4239         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4240         (gnus-splash-face):
4241         New backward-compatibility aliases for renamed faces.
4242         (gnus-group-startup-message): Use renamed gnus faces.
4243
4244         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4245         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4246         (gnus-server-agent): Remove "-face" suffix from face names.
4247         (gnus-server-agent-face, gnus-server-opened-face)
4248         (gnus-server-closed-face, gnus-server-denied-face)
4249         (gnus-server-offline-face):
4250         New backward-compatibility aliases for renamed faces.
4251         (gnus-server-agent-face, gnus-server-opened-face)
4252         (gnus-server-closed-face, gnus-server-denied-face)
4253         (gnus-server-offline-face): Use renamed gnus faces.
4254
4255         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4256         Remove "-face" suffix from face names.
4257         (gnus-picon-xbm-face, gnus-picon-face):
4258         New backward-compatibility aliases for renamed faces.
4259
4260         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4261         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4262         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4263         (gnus-cite-11): Remove "-face" suffix from face names.
4264         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4265         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4266         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4267         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4268         New backward-compatibility aliases for renamed faces.
4269         (gnus-cite-attribution-face, gnus-cite-face-list)
4270         (gnus-article-boring-faces): Use renamed gnus faces.
4271
4272         * gnus-art.el (gnus-signature, gnus-header-from)
4273         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4274         (gnus-header-content): Remove "-face" suffix from face names.
4275         (gnus-signature-face, gnus-header-from-face)
4276         (gnus-header-subject-face, gnus-header-newsgroups-face)
4277         (gnus-header-name-face, gnus-header-content-face):
4278         New backward-compatibility aliases for renamed faces.
4279         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4280
4281         * gnus-sum.el (gnus-summary-selected-face)
4282         (gnus-summary-highlight): Use renamed gnus faces.
4283         * gnus-group.el (gnus-group-highlight): Likewise.
4284
4285 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4286
4287         * gnus-sieve.el (gnus-sieve-article-add-rule):
4288         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4289         * spam-stat.el (spam-stat-buffer-change-to-spam)
4290         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4291
4292         * message.el (message-is-yours-p):
4293         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4294
4295 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * mm-view.el (mm-inline-text): Withdraw the last change.
4298
4299 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4302         executing enriched-decode.
4303
4304 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4307         charset of tar files.
4308
4309 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4310
4311         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4312
4313 2005-06-04  Lute Kamstra  <lute@gnu.org>
4314
4315         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4316         information is never recorded.
4317
4318 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4319
4320         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4321
4322 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * pop3.el (pop3-apop): Run md5 in the binary mode.
4325
4326         * starttls.el (starttls-set-process-query-on-exit-flag):
4327         Use eval-and-compile.
4328
4329 2005-05-31  Simon Josefsson  <jas@extundo.com>
4330
4331         * smime.el (smime-replace-in-string): Define.
4332         (smime-cert-by-ldap-1): Use it.
4333
4334 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (article-display-x-face): Replace
4337         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4338
4339         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4340         set-process-query-on-exit-flag or process-kill-without-query.
4341
4342         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4343         loop instead of replace-regexp.
4344
4345         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4346         instead of process-kill-without-query if it is available.
4347
4348         * lpath.el: Fbind ldap-search-entries.
4349
4350         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4351         instead of find-file-hooks if it is available.
4352
4353         * mml1991.el: Bind pgg-default-user-id when compiling.
4354
4355         * mml2015.el: Bind pgg-default-user-id when compiling.
4356
4357         * nndraft.el (nndraft-request-associate-buffer):
4358         Use write-contents-functions instead of write-contents-hooks if it is
4359         available.
4360
4361         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4362         instead of find-file-hooks if it is available.
4363
4364         * nntp.el (nntp-open-connection): Replace
4365         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4366         (nntp-open-ssl-stream): Ditto.
4367         (nntp-open-tls-stream): Ditto.
4368
4369         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4370         set-process-query-on-exit-flag or process-kill-without-query.
4371         (starttls-open-stream-gnutls): Use it instead of
4372         process-kill-without-query.
4373         (starttls-open-stream): Ditto.
4374
4375 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4376
4377         * smime.el (smime-cert-by-ldap-1): Don't use
4378         replace-regexp-in-string.
4379
4380 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4381
4382         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4383
4384         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4385         in PEM format. Adjust to the XEmacs compability.
4386
4387 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4390         by `string-to-number'.
4391         * gnus-agent.el (gnus-agent-regenerate-group)
4392         (gnus-agent-fetch-articles): Ditto.
4393         * gnus-art.el (gnus-button-fetch-group): Ditto.
4394         * gnus-cache.el (gnus-cache-generate-active)
4395         (gnus-cache-articles-in-group): Ditto.
4396         * gnus-group.el (gnus-group-set-current-level)
4397         (gnus-group-insert-group-line): Ditto.
4398         * gnus-score.el (gnus-score-set-expunge-below)
4399         (gnus-score-set-mark-below, gnus-summary-score-effect)
4400         (gnus-summary-score-entry): Ditto.
4401         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4402         (gnus-soup-pack): Ditto.
4403         * gnus-spec.el (gnus-xmas-format): Ditto.
4404         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4405         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4406         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4407         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4408         * nndb.el (nndb-get-remote-expire-response): Ditto.
4409         * nndiary.el (nndiary-parse-schedule-value)
4410         (nndiary-string-to-number, nndiary-request-replace-article)
4411         (nndiary-request-article): Ditto.
4412         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4413         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4414         * nneething.el (nneething-make-head): Ditto.
4415         * nnfolder.el (nnfolder-request-article)
4416         (nnfolder-retrieve-headers): Ditto.
4417         * nnheader.el (nnheader-file-to-number): Ditto.
4418         * nnkiboze.el (nnkiboze-request-article): Ditto.
4419         * nnmail.el (nnmail-process-unix-mail-format)
4420         (nnmail-process-babyl-mail-format): Ditto.
4421         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4422         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4423         (nnmh-request-create-group, nnmh-request-list-1)
4424         (nnmh-request-group, nnmh-request-article): Ditto.
4425         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4426         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4427         * nnsoup.el (nnsoup-make-active): Ditto.
4428         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4429         * nntp.el (nntp-find-group-and-number)
4430         (nntp-retrieve-headers-with-xover): Ditto.
4431         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4432         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4433         (pgg-format-key-identifier): Ditto.
4434         * pop3.el (pop3-last, pop3-stat): Ditto.
4435         * qp.el (quoted-printable-decode-region): Ditto.
4436
4437         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4438         of concat.
4439
4440 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4443
4444         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4445
4446         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4447
4448         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4449
4450         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4451
4452         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4453
4454         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4455         (gnus-carpal-mode): Ditto.
4456
4457         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4458         (gnus-browse-mode): Ditto.
4459
4460         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4461
4462         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4463
4464 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4465
4466         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4467
4468 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-util.el (gnus-run-mode-hooks): New function.
4471
4472         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4473
4474         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4475         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4476
4477 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4478
4479         * gnus-agent.el (gnus-agent-make-mode-line-string):
4480         Use mode-line-highlight as mouse-face.
4481
4482 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * canlock.el (canlock): Change the parent group to news.
4485
4486         * deuglify.el (gnus-outlook-deuglify): Add :group.
4487
4488         * dig.el (dig): Add :group.
4489
4490         * dns-mode.el (dns-mode): Add :group.
4491
4492         * encrypt.el (encrypt): Add :group.
4493
4494         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4495         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4496         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4497         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4498         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4499
4500         * gnus-diary.el (gnus-diary): Add :group.
4501
4502         * gnus.el (gnus-group-news-1-face): Add :group.
4503         (gnus-group-news-1-empty-face): Ditto.
4504         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4505         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4506         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4507         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4508         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4509         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4510         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4511         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4512         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4513         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4514         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4515         (gnus-summary-high-ticked-face): Ditto.
4516         (gnus-summary-low-ticked-face): Ditto.
4517         (gnus-summary-normal-ticked-face): Ditto.
4518         (gnus-summary-high-ancient-face): Ditto.
4519         (gnus-summary-low-ancient-face): Ditto.
4520         (gnus-summary-normal-ancient-face): Ditto.
4521         (gnus-summary-high-undownloaded-face): Ditto.
4522         (gnus-summary-low-undownloaded-face): Ditto.
4523         (gnus-summary-normal-undownloaded-face): Ditto.
4524         (gnus-summary-high-unread-face): Ditto.
4525         (gnus-summary-low-unread-face): Ditto.
4526         (gnus-summary-normal-unread-face): Ditto.
4527         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4528         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4529
4530         * hashcash.el (hashcash): New custom group.
4531         (hashcash-default-payment): Add :group.
4532         (hashcash-payment-alist): Ditto.
4533         (hashcash-default-accept-payment): Ditto.
4534         (hashcash-accept-resources): Ditto.
4535         (hashcash-path): Ditto.
4536         (hashcash-extra-generate-parameters): Ditto.
4537         (hashcash-double-spend-database): Ditto.
4538         (hashcash-in-news): Ditto.
4539
4540         * message.el (message-minibuffer-local-map): Add :group.
4541
4542         * netrc.el (netrc): Add :group.
4543
4544         * sieve-manage.el (sieve-manage-log): Add :group.
4545         (sieve-manage-default-user): Diito.
4546         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4547         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4548         (sieve-manage-authenticators): Ditto.
4549         (sieve-manage-authenticator-alist): Ditto.
4550         (sieve-manage-default-port): Ditto.
4551
4552         * sieve-mode.el (sieve-control-commands-face): Add :group.
4553         (sieve-action-commands-face): Ditto.
4554         (sieve-test-commands-face): Ditto.
4555         (sieve-tagged-arguments-face): Ditto.
4556
4557         * smime.el (smime): Add :group.
4558
4559         * spam-report.el (spam-report): Add :group.
4560
4561         * spam.el (spam, spam-face): Add :group.
4562
4563 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4566         return \n.\n.\n at the end of articles.  Protect against that.
4567         (nntp-with-open-group): Allow debugging.
4568
4569         * nnheader.el (mail-header-set-extra): Make into a function
4570         because I just could't understand how to quote the list properly.
4571
4572         * dns.el (query-dns-cached): New function.
4573
4574 2005-05-26  Lute Kamstra  <lute@gnu.org>
4575
4576         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4577
4578 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4581
4582         * gnus-art.el: Don't autoload mail-extract-address-components.
4583
4584         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4585         eval-and-compile to evaluate it.
4586
4587         * hashcash.el: Don't autoload executable-find.
4588
4589         * nndb.el: Don't declare the nndb back end two or more times; don't
4590         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4591
4592         * nntp.el: Autoload format-spec instead of format; use
4593         eval-and-compile to evaluate autoload forms.
4594
4595 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4596
4597         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4598
4599 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus.el (gnus-version-number): Bump version.
4602
4603 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4604
4605         * gnus.el: No Gnus v0.3 is released.
4606
4607 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * lpath.el (featurep): Bind show-nonbreak-escape.
4610
4611 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4612
4613         * gnus-art.el (gnus-article-edit-part): Disable undo.
4614
4615 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4618         gnus-article-date-lapsed-new-header is t if date timer is active;
4619         skip headers in which the original date value is empty.
4620         (gnus-article-save-original-date): Redefine it as a macro.
4621         (gnus-display-mime): Use it.
4622
4623 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * gnus-art.el (article-date-ut): Support converting date in
4626         forwarded parts as well.
4627         (gnus-article-save-original-date): New function.
4628         (gnus-display-mime): Use it.
4629
4630 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4631
4632         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4633         enclosure element of <item>.
4634
4635 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * message.el (message-kill-buffer-query): Renamed from
4638         `message-kill-buffer-query-if-modified'.  Added :version.
4639
4640 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4643         window layout.
4644
4645 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * mml.el: Autoload dnd when compiling.
4648
4649 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4652         x-dnd-*.
4653
4654 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * qp.el (quoted-printable-encode-region): Save excursion.
4657
4658 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * message.el (message-kill-buffer-query-if-modified): new variable
4661         so the user can kill a modified message buffer quickly
4662         (message-kill-buffer): use it.
4663
4664 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * lpath.el: Fbind display-time-event-handler; don't fbind
4667         string-to-multibyte.
4668
4669         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4670
4671 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4674         contained in text because xml.el decodes entities) with LFs.
4675
4676 2005-04-11  Lute Kamstra  <lute@gnu.org>
4677
4678         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4679         differently.
4680
4681 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4682
4683         * mm-util.el (mm-detect-coding-region): Typo.
4684
4685 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4688
4689 2005-04-06  D Goel  <deego@gnufans.org>
4690
4691         * spam-stat.el (spam-stat-score-buffer): Add a call to a
4692         user-function allow user modifications of the scores.
4693         (spam-stat-score-buffer-user): New function, to allow
4694         user-computed modifications to the score.
4695         (spam-stat-score-buffer-user-functions): list of additional
4696         scoring functions
4697         (spam-stat-error-holder): global temporary error holder
4698         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
4699         variable
4700
4701 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * gnus-registry.el (gnus-registry-clean-empty-function)
4704         (gnus-registry-trim, gnus-registry-fetch-groups)
4705         (gnus-registry-delete-group): now groups that match
4706         `gnus-registry-ignored-groups' will be removed from the registry
4707         entries, not just ignored for splitting.  This helps clean up the
4708         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
4709         to get all the groups a message ID is in.
4710
4711         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
4712         (spam-stat-split-fancy): changed "threshhold" to "threshold"
4713         (spam-stat-score-buffer-user-functions): added :number custom type
4714
4715 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
4718         argument in XEmacs.
4719
4720         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
4721         (nnrss-request-group): Decode group name first.
4722         (nnrss-request-article): Make a text/plain article if mml-to-mime
4723         failed.
4724         (nnrss-get-encoding): Return a compatible encoding according to
4725         nnrss-compatible-encoding-alist.
4726         (nnrss-find-el): Use consp instead of listp.
4727         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
4728
4729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
4732         which Emacs 20 doesn't support.
4733         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
4734
4735 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
4738         silence the byte compiler inside the defun
4739
4740         * gnus-demon.el (parse-time-string): Add autoload.
4741
4742         * gnus-delay.el (parse-time-string): Add autoload.
4743
4744         * gnus-art.el (parse-time-string): Add autoload.
4745
4746         * nnultimate.el (parse-time): Require for `parse-time-string'.
4747
4748 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
4751
4752         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
4753
4754         * smime.el (smime-ldap-host-list): Add :version.
4755
4756 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4757
4758         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
4759         pass it to `gnus-browse-read-group'.
4760         (gnus-browse-read-group): Add NUMBER argument and pass it to
4761         `gnus-group-read-ephemeral-group'.
4762
4763         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
4764         argument and pass it to `gnus-group-read-group'.
4765
4766 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
4767
4768         * mm-util.el (mm-xemacs-find-mime-charset): Only call
4769         mm-xemacs-find-mime-charset-1 if we have the mule feature
4770         available at runtime.
4771
4772 2005-03-25  Werner Lemberg  <wl@gnu.org>
4773
4774         * nnmaildir.el: Replace `illegal' with `invalid'.
4775
4776 2005-03-23  Lute Kamstra  <lute@gnu.org>
4777
4778         * time-date.el: Add comment on time value formats.
4779         Don't require parse-time.
4780         (with-decoded-time-value): New macro.
4781         (encode-time-value): New function.
4782         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4783         (days-to-time): Return a valid time value when arg is huge.
4784         (time-since): Use time-subtract.
4785         (time-to-number-of-days): Use time-to-seconds.
4786
4787 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4788
4789         * gnus-start.el (gnus-display-time-event-handler):
4790         Check display-time-timer at runtime rather than only at load time
4791         in case display-time-mode is turned off in the mean time.
4792
4793 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * nnimap.el (nnimap-open-connection): Print which authinfo file is
4796         used.
4797
4798         * nneething.el (nneething-map-file-directory): Derive from
4799         `gnus-directory'.
4800
4801         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
4802         the To/Cc button.
4803
4804 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * nnmaildir.el (nnmaildir-request-accept-article):
4807         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
4808
4809 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4810
4811         * gnus-async.el: Require timer-funcs at compile time when in
4812         XEmacs for `run-with-idle-timer'.
4813
4814 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
4815
4816         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
4817         autoloaded function.
4818
4819 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4820
4821         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
4822
4823 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4824
4825         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
4826
4827 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
4830         gnus-expert-user to default.
4831
4832 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
4833
4834         * nnimap.el (nnimap-open-server): Ditto.
4835
4836         * imap.el (imap-authenticate): Fix typo.
4837
4838 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
4839
4840         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
4841         buffer (since IMAP server might return FETCH response out of
4842         order, and the nntp buffer must be sorted).
4843
4844 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
4845
4846         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
4847         comparison on string.
4848
4849         * gnus-agent.el (gnus-agent-long-article,
4850         gnus-agent-short-article, gnus-agent-score): Renamed category
4851         keywords to match gnus-cus.
4852         (gnus-agent-summary-fetch-series): Modified to protect against
4853         gnus-agent-summary-fetch-group clearing processable flags.
4854         (gnus-agent-synchronize-group-flags): Update live group buffer as
4855         synchronization may occur due to the user toggle the plugged
4856         status.
4857         (gnus-agent-fetch-group-1): Clear downloadable flag when article
4858         successfully downloaded.
4859         (gnus-agent-expire-group-1): Avoid using markers when the overview
4860         is in ascending order; greatly improves performance.
4861         (gnus-agent-regenerate-group): Use
4862         gnus-agent-synchronize-group-flags to reset read status in both
4863         gnus and server.
4864         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
4865
4866 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * message.el: Don't autoload former message-utils variables.
4869         (message-strip-subject-trailing-was): Change doc string.
4870
4871         * nnweb.el: Fixes for `gnus-group-make-web-group'.
4872         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
4873         (nnweb-google-search): Add "hl=en" here.
4874         (nnweb-google-parse-1, nnweb-google-create-mapping):
4875         Don't hardcode URL.
4876
4877 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * message.el (message-get-reply-headers, message-followup):
4880         Mention related variables `message-use-followup-to' and
4881         `message-use-mail-followup-to', in the information buffer.
4882
4883         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
4884         of broken groups(-beta).google.com.
4885
4886 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
4889         parameter to invoked gnus-request-move-article; remove the
4890         redundant gnus-sum-hint-move-is-internal variable; apply the marks
4891         all at once instead of once per article
4892         (gnus-summary-remove-process-mark): accept a list of articles as
4893         well as a single article for processing
4894
4895         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
4896
4897         * nnml.el (nnml-request-move-article): add move-is-internal parameter
4898
4899         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
4900
4901         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
4902
4903         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
4904
4905         * nnimap.el (nnimap-request-move-article): add move-is-internal
4906         parameter and remove the gnus-sum-hint-move-is-internal variable
4907
4908         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
4909
4910         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
4911
4912         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
4913
4914         * nndb.el (nndb-request-move-article): add move-is-internal parameter
4915
4916         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
4917
4918         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
4919
4920 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4921
4922         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
4923         a more conservative way.
4924
4925 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4926
4927         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
4928         buffer, so it moves the window's cursor.
4929
4930 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4931
4932         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
4933         `mm-dissect-multipart' and receive the from field as an (optional)
4934         argument from `mm-dissect-multipart'.
4935         (mm-dissect-multipart): Receive the from field as an argument and
4936         pass it on when we call `mm-dissect-buffer' on MIME parts.
4937         Fixes verification/decryption of signed/encrypted MIME parts.
4938
4939 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * gnus-sum.el (gnus-summary-move-article): set
4942         gnus-sum-hint-move-is-internal for gnus-request-move-article and
4943         whatever it calls (right now, only nnimap-request-move article
4944         respects it)
4945
4946         * nnimap.el (nnimap-request-move-article): when
4947         gnus-sum-hint-move-is-internal is set, don't do the extra
4948         nnimap-request-article
4949
4950 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * nnheader.el (nnheader-find-file-noselect): Add doc string.
4953
4954         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
4955         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
4956
4957         * gnus-sum.el (gnus-summary-caesar-message):
4958         Apply `gnus-treat-article' after rotation.
4959
4960         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
4961         doc string.
4962
4963 2005-02-22  Simon Josefsson  <jas@extundo.com>
4964
4965         * encrypt.el (encrypt-password-cache-expiry): Remove (use
4966         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
4967         <arne@arnested.dk>.
4968         (encrypt): Add password-cache and password-cache-expiry as group
4969         members.
4970
4971 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4972
4973         * smime.el (smime-ldap-host-list): Doc fix.
4974         (smime-ask-passphrase): Use `password-read-and-add' to read (and
4975         cache) password.
4976         (smime-sign-region): Use it.
4977         (smime-decrypt-region): Use it.
4978         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
4979         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
4980         fails.
4981         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
4982         certificate from DER to PEM format rather than calling openssl.
4983
4984         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
4985
4986         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
4987         for signing/encryption.
4988
4989         * mml.el (mml-parse-1): Use them.
4990
4991 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4992
4993         * nnrss.el (nnrss-verbose): Removed.
4994         (nnrss-request-group): Use `nnheader-message' instead.
4995
4996 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
4997
4998         * nnrss.el (nnrss-verbose): New variable.
4999         (nnrss-request-group): Make it say nnrss is requesting a group.
5000
5001 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5004         Handle news URL with given port correctly.
5005
5006 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5009         containing special characters.
5010
5011         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5012
5013         * mml.el (mime-to-mml): Ditto.
5014
5015         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5016         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5017         (rfc2047-decode-region): Quote decoded words containing special
5018         characters when rfc2047-quote-decoded-words-containing-tspecials
5019         is non-nil.
5020
5021 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5022
5023         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
5024
5025         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
5026
5027 2005-02-15  Simon Josefsson  <jas@extundo.com>
5028
5029         * nnimap.el (nnimap-debug): Doc fix.
5030
5031         * imap.el (imap-debug): Doc fix.
5032
5033 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5036
5037 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5038
5039         * gnus.el (spam-contents): improve docs for spam-contents
5040         parameter in its variable incarnation
5041
5042 2005-02-14  Simon Josefsson  <jas@extundo.com>
5043
5044         * smime-ldap.el: Use require instead of load-library for ldap.
5045         (smime-ldap-search): Indent.
5046         (smime-ldap-search-internal): Shorten line.
5047
5048         * smime.el (smime-cert-by-dns): Add doc-string.
5049         (smime-cert-by-ldap-1): Indent.
5050
5051         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5052         mml-smime-get-dns-ldap.
5053         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5054
5055 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5056
5057         * smime.el: Require smime-ldap.
5058         (smime-ldap-host-list): New variable.
5059         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5060
5061         * mml-smime.el (mml-smime-encrypt-query): New function.
5062         (mml-smime-encrypt-query): Use it.
5063
5064         * smime-ldap.el: New file.
5065
5066 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5069
5070 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5071
5072         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5073         argument in doc string.  Make query for type more clear.
5074
5075 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * gnus.el (gnus-group-startup-message): Search for gnus images in
5078         etc/images/gnus.
5079         * mm-util.el (mm-image-load-path): Likewise.
5080         * smiley.el (smiley-data-directory): Search for smilies in
5081         etc/images/smilies.
5082
5083 2005-02-09  Kim F. Storm  <storm@cua.dk>
5084
5085         Change Emacs release version from 21.4 to 22.1 throughout.
5086         Change Emacs development version from 21.3.50 to 22.0.50.
5087
5088 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5091
5092         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5093         non-Mule XEmacs as well.
5094         (mm-decompress-buffer): Signal an error intentionally if it does
5095         not decompress compressed data because auto-compression-mode is
5096         disabled.
5097
5098 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5099
5100         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
5101         an ID in the registry even if it has no groups
5102
5103 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5106         merge it into mm-decompress-buffer.
5107         (gnus-mime-copy-part): Use the MIME part charset, the value which
5108         a user specified or gnus-newsgroup-charset for decoding, like
5109         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5110         save-buffer what was used.  Suggested by Kevin Ryde
5111         <user42@zip.com.au>.
5112         (gnus-mime-inline-part): Allow the name parameter as well as the
5113         filename parameter; force decompressing of compressed data; always
5114         display contents being not decoded as unibyte.
5115
5116         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5117         as well as the filename parameter.
5118
5119         * mm-util.el (mm-decompress-buffer): Merge
5120         gnus-mime-jka-compr-maybe-uncompress.
5121         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5122         of compressed data.
5123
5124 2005-02-08  Simon Josefsson  <jas@extundo.com>
5125
5126         * imap.el (imap-log): Doc fix.
5127
5128 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5131         the coding cookies; decompress compressed parts.
5132
5133         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5134         to the value which a user specified manually or the coding cookie.
5135
5136         * mm-util.el (mm-string-to-multibyte): New function.
5137         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5138         (mm-coding-system-to-mime-charset): New function.
5139         (mm-decompress-buffer): New function.
5140         (mm-find-buffer-file-coding-system): New function.
5141
5142         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5143         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5144         parts.
5145
5146 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5147
5148         * mm-view.el (mm-display-inline-fontify): Decode a part according
5149         to the charset parameter.
5150
5151 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5154         prefix arg is neither nil nor a number, as info specifies.
5155
5156 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5159         timestamps.
5160
5161 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5162
5163         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5164         groups error checking and notify user.
5165
5166 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5167
5168         * message.el (message-send-mail-function): Check existence of
5169         sendmail-program first before using default value
5170         `message-send-mail-with-sendmail'.  Otherwise use more generic
5171         `smtpmail-send-it'.
5172
5173 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * nntp.el (nntp-request-update-info): Always return nil.
5176
5177 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5178
5179         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5180
5181 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         * message.el (message-beginning-of-line): Change the behavior when
5184         invoked between BOL and : so that it first moves backward.
5185
5186 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5189         article buffer when editing of the article is discarded.
5190         (gnus-article-prepare): Revert.
5191
5192 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-article-prepare):
5195         Remove message-strip-forbidden-properties from the local hook.
5196
5197 2005-01-27  Simon Josefsson  <jas@extundo.com>
5198
5199         * password.el (password-cache-add): Only start one timer per key.
5200         Reported by Derek Atkins <warlord@MIT.EDU>.
5201
5202 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5203
5204         * run-at-time.el: Removed.  It is no longer needed as
5205         timer-funcs.el in the xemacs-base package has a working version of
5206         `run-at-time'.
5207
5208         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5209
5210         * password.el: Require timer-funcs instead of run-at-time in
5211         XEmacs.
5212         Remove `password-run-at-time' macro.
5213         (password-cache-add): Use `run-at-time' instead of
5214         `password-run-at-time'.
5215
5216         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5217         Remove `nnheader-cancel-function-timers' alias,
5218         `cancel-function-timers' exists in XEmacs in timer-funcs.
5219
5220         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5221         for `run-with-idle-timer'.
5222
5223         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5224         for `run-at-time'.
5225
5226         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5227         for `with-timeout'.
5228
5229         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5230         the same as for XEmacs 21.4.
5231         No need to ignore `run-with-idle-timer', this function exists in
5232         XEmacs now in timer-funcs.el in the xemacs-base package.
5233         (dgnushack-compile): No need to delete
5234         run-at-time.el from the list of files to compile because it
5235         doesn't exist anymore.
5236
5237 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5240         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5241
5242 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5243
5244         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5245         sensitively.
5246
5247 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5248
5249         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5250
5251 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5254         which will be inserted according to the multibyteness of a buffer
5255         rather than the type of contents.  Suggested by ARISAWA Akihiro
5256         <ari@mbf.ocn.ne.jp>.
5257
5258         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5259         of string which old xml.el may return rather than a string.
5260
5261 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5264
5265 2005-01-16  Simon Josefsson  <jas@extundo.com>
5266
5267         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5268         idn/idna.el isn't available.
5269         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5270         <michael@waxrat.com>.
5271
5272         * hashcash.el: Remove non-FSF copyright header.
5273
5274         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5275         (hashcash-generate-payment): Use it.
5276         (hashcash-generate-payment-async): Use it.
5277
5278 2005-01-15  Simon Josefsson  <jas@extundo.com>
5279
5280         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5281         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5282
5283         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5284         gnus-summary-idna-message.
5285         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5286         (gnus-summary-idna-message): New function.
5287
5288 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5291         gnus-novice-user.
5292
5293 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * nnrss.el (nnrss-request-delete-group): Delete entries in
5296         nnrss-group-alist as well.
5297         (nnrss-save-server-data): Insert newline.
5298
5299 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * gnus.el (gnus-user-agent): Use list of symbols instead of
5302         symbols.  Display full version number for (S)XEmacs.  Optionally
5303         display (S)XEmacs codename.
5304
5305         * gnus-util.el (gnus-emacs-version): Update for new
5306         `gnus-user-agent'.
5307
5308         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5309         Gnus version.
5310
5311 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5314         which is unreadable in some setups.
5315
5316 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-spec.el (gnus-update-format-specifications): Flush the
5319         group format spec cache if it doesn't support decoded group names.
5320
5321 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5324         to apply decay on score files matching a regexp.
5325
5326 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5329         compatibility in %g and %c.
5330
5331 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5334         name for only %g and %c.
5335         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5336         of gnus-tmp-group to decoded group name.
5337         (gnus-group-make-rss-group): Exclude `/'s from group names.
5338
5339 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * nnrss.el (nnrss-get-encoding): Fix regexp.
5342
5343 2004-12-27  Simon Josefsson  <jas@extundo.com>
5344
5345         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5346         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5347         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5348
5349 2004-12-17  Kim F. Storm  <storm@cua.dk>
5350
5351         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5352
5353         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5354
5355 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5356
5357         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5358
5359 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * nnrss.el: Require rfc2047 and mml.
5362         (nnrss-file-coding-system): New variable.
5363         (nnrss-format-string): Redefine it as an inline function.
5364         (nnrss-decode-group-name): New function.
5365         (nnrss-string-as-multibyte): Remove.
5366         (nnrss-retrieve-headers): Decode group name; don't use
5367         nnrss-format-string.
5368         (nnrss-request-group): Decode group name.
5369         (nnrss-request-article): Decode group name; allow a Message-ID as
5370         well as an article number; don't use nnrss-format-string; encode a
5371         Message-ID string which may contain non-ASCII characters; use
5372         mml-to-mime to compose a MIME article.
5373         (nnrss-request-expire-articles): Decode group name.
5374         (nnrss-request-delete-group): Decode group name.
5375         (nnrss-fetch): Clarify error message.
5376         (nnrss-read-server-data): Use insert-file-contents instead of load;
5377         bind file-name-coding-system; use multibyte buffer.
5378         (nnrss-save-server-data): Bind coding-system-for-write to the
5379         value of nnrss-file-coding-system; bind file-name-coding-system;
5380         add coding cookie.
5381         (nnrss-read-group-data): Use insert-file-contents instead of load;
5382         bind file-name-coding-system; use multibyte buffer.
5383         (nnrss-save-group-data): Bind coding-system-for-write to the
5384         value of nnrss-file-coding-system; bind file-name-coding-system.
5385         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5386         make it work with non-ASCII text.
5387         (nnrss-find-el): Make it work with old xml.el as well.
5388
5389 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5390
5391         * nnrss.el (nnrss-get-encoding): New function.
5392         (nnrss-fetch): Use unibyte buffer initially; bind
5393         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5394         decode contents according to the encoding attribute.
5395         (nnrss-save-group-data): Add coding cookie.
5396         (nnrss-mime-encode-string): New function.
5397         (nnrss-check-group): Use it to encode subject and author.
5398
5399 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * spam.el (spam-check-BBDB): don't get the symbol-value of an
5402         imaginary variable
5403
5404 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5407         correctly even if there are wide characters.
5408
5409 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
5412         downcased symbol names; make a new cache instead of reusing
5413         bbdb-hashtable
5414
5415 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5418         concatenating segments rather than before concatenating them.
5419         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5420
5421         * message.el (message-get-reply-headers): Bind `extra'.
5422
5423 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * message.el (message-extra-wide-headers): New variable.
5426         (message-get-reply-headers): Use it.
5427
5428 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5431         (gnus-agent-group-pathname): Ditto.
5432
5433         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5434
5435         * gnus-group.el (gnus-group-make-group): Decode group name.
5436         (gnus-group-make-rss-group): Register the group data after opening
5437         the nnrss group.
5438
5439 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5440
5441         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5442         by expiry now get marked as read.
5443
5444 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5447
5448 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5449
5450         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5451         unify Latin characters in XEmacs.
5452         (mm-find-mime-charset-region): Use it.
5453
5454 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-util.el (gnus-delete-directory): New function.
5457
5458         * gnus-agent.el (gnus-agent-delete-group): Use it.
5459
5460         * gnus-cache.el (gnus-cache-delete-group): Use it.
5461
5462 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5465         names.
5466
5467 2004-12-16  Simon Josefsson  <jas@extundo.com>
5468
5469         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5470
5471 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5474
5475         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5476         (gnus-group-set-current-level): Decode group name.
5477
5478 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5479
5480         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5481         failed.
5482
5483 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-group.el (gnus-group-delete-group): Decode group name.
5486         (gnus-group-make-rss-group): Encode group name.
5487         (gnus-group-catchup-current): Decode group name.
5488         (gnus-group-kill-group): Decode group name.
5489
5490 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5491
5492         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5493
5494 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gnus-group.el (gnus-group-make-rss-group):
5497         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5498
5499         * gnus-start.el (gnus-setup-news): Honor user's setting to
5500         gnus-message-archive-method.  Suggested by Lute Kamstra
5501         <lute@gnu.org>.
5502
5503 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5504
5505         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5506         global counterparts of the buffer-local variables.
5507
5508 2004-11-16  Romain Francoise  <romain@orebokech.com>
5509
5510         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5511         counterparts of the buffer-local variables.
5512
5513 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * message.el (message-forbidden-properties): Fixed typo in doc
5516         string.
5517
5518 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * gnus-util.el (gnus-replace-in-string): Added doc string.
5521
5522         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5523         to avoid problems when splitting mails with many recipients.
5524
5525 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5528         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5529
5530 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5531
5532         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5533         if there is no hashtable in memory or file modification time is
5534         newer than cached timestamp.
5535
5536 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5539         not-matching option.
5540
5541 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5544         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5545         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5546         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5547         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5548         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5549
5550 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * message.el (message-forward-make-body-mml): Remove headers
5553         according to message-forward-ignored-headers if a message is decoded.
5554
5555 2004-12-02  Romain Francoise  <romain@orebokech.com>
5556
5557         * message.el (message-forward-make-body-plain): Always remove
5558         headers according to message-forward-ignored-headers.
5559
5560 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * spam.el (spam-summary-prepare-exit): remove the
5563         gnus-summary-limit pop for now, it has problems with ham marks for
5564         me
5565
5566 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5567
5568         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
5569         correctly
5570
5571 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5572
5573         * format-spec.el (format-spec): Message the char.
5574
5575 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * gnus-art.el (gnus-split-methods): reformat comments
5578
5579         * spam.el (spam-summary-prepare-exit): remove article limits
5580         before exiting the summary buffer
5581
5582 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5585         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5586
5587         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5588         order to silence the byte compiler.
5589
5590         * spam.el: Fix the way to silence the byte compiler, which
5591         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5592         bbdb-search-simple, spam-BBDB-register-routine,
5593         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5594         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5595         spam-stat-buffer-is-spam, spam-stat-load,
5596         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5597         spam-stat-save and spam-stat-split-fancy.
5598
5599 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5602         which may confuse users.
5603         (canlock-password-for-verify): Ditto.
5604
5605         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5606
5607         * gnus-art.el (gnus-emphasis-alist): Ditto.
5608
5609         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5610
5611         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5612
5613         * gnus-start.el (gnus-save-killed-list): Ditto.
5614
5615         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5616         (gnus-sum-thread-tree-root): Ditto.
5617         (gnus-sum-thread-tree-false-root): Ditto.
5618         (gnus-sum-thread-tree-single-indent): Ditto.
5619
5620         * message.el (message-courtesy-message): Ditto.
5621         (message-archive-note): Ditto.
5622         (message-subscribed-address-file): Ditto.
5623         (message-user-fqdn): Ditto.
5624
5625         * spam-report.el (spam-report-gmane-regex): Ditto.
5626
5627         * spam.el (spam-blackhole-good-server-regex): Ditto.
5628
5629 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * mml.el (mml-preview): Widen the message buffer before copying
5632         the contents to the preview buffer; sort headers before previewing.
5633
5634         * message.el (message-hidden-headers): Fix the way to avoid a bug
5635         in the `repeat' widget in Emacs 21.3 or earlier.
5636
5637 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * message.el (message-hidden-headers): Default to "^References:".
5640         Improve customization type.  Suggested by Reiner Steib
5641         <Reiner.Steib@gmx.de>.
5642
5643 2004-11-25  Romain Francoise  <romain@orebokech.com>
5644
5645         * message.el (message-strip-forbidden-properties): Remove check for
5646         obsolete `message-hidden' text property, hidden headers are not
5647         accessible in the buffer anymore.
5648
5649 2004-11-22  Romain Francoise  <romain@orebokech.com>
5650
5651         * message.el (message-header-format-alist): Add `From' in list
5652         so that it can be sorted.
5653         (message-fix-before-sending): Widen and sort headers before
5654         sending.
5655         (message-hide-headers): Use narrowing to hide headers by moving
5656         them to the top of the buffer and narrowing to the region
5657         underneath.
5658
5659 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5660
5661         * message.el (message-strip-forbidden-properties): Bind
5662         buffer-read-only (etc) to nil.
5663
5664 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5667         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5668
5669 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5670
5671         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5672
5673 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5674
5675         * dns.el (query-dns): Use sit-for to time instead of
5676         accept-process-output, since that doesn't seem to work on udp
5677         sockets.
5678
5679 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5682
5683 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
5684
5685         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
5686         doc string.  Improve doc string.
5687
5688 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * nntp.el (nntp-request-update-info): Return nil if
5691         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
5692         may not call gnus-activate-group which uselessly issues the GROUP
5693         commands for all nntp groups and wastes time.  Reported by Romain
5694         Francoise <romain@orebokech.com>.
5695
5696         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
5697
5698 2004-11-15  Simon Josefsson  <jas@extundo.com>
5699
5700         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
5701         headers separately.
5702         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
5703         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
5704
5705 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * gnus-start.el (gnus-convert-old-newsrc):
5708         Assign legacy-gnus-agent to 5.10.7.
5709
5710 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5711
5712         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
5713         start of the lines.
5714
5715 2004-11-14  Magnus Henoch  <mange@freemail.hu>
5716
5717         * hashcash.el (hashcash-default-payment): Change default to 20
5718         (hashcash-default-accept-payment): Change default to 20
5719         (hashcash-process-alist): New variable
5720         (hashcash-generate-payment-async): Add
5721         (hashcash-already-paid-p): Add
5722         (hashcash-insert-payment): Don't generate payments twice
5723         (hashcash-insert-payment-async): Add
5724         (hashcash-insert-payment-async-2): Add
5725         (hashcash-cancel-async): Add
5726         (hashcash-wait-async): Add
5727         (hashcash-processes-running-p): Add
5728         (hashcash-wait-or-cancel): Add
5729         (mail-add-payment): New optional argument.  Conditionally start
5730         asynchronous calculation.
5731         (mail-add-payment-async): Add
5732
5733         * message.el (message-send-mail): Wait for asynchronous hashcash
5734         results.  Don't clobber existing X-Hashcash headers.
5735         (message-setup-1): Call mail-add-payment-async when
5736         message-generate-hashcash is non-nil.
5737
5738 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5739
5740         * message.el (message-use-alternative-email-as-from): Examine the
5741         From header as well; use message-make-from in order to include a
5742         user's full name.
5743
5744 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
5747         default; improve customization type.
5748         (gnus-emphasis-custom-with-format): New macro.
5749         (gnus-emphasis-custom-value-to-external): New function.
5750         (gnus-emphasis-custom-value-to-internal): New function.
5751
5752 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * dns.el (query-dns): Resolve reverse addresses.
5755
5756 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * gnus-group.el (gnus-group-get-new-news): Use it.
5759
5760         * gnus-start.el (gnus-check-reasonable-setup): New function.
5761
5762 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
5765         "Args out of range" error.  Reported by Arnaud Giersch
5766         <arnaud.giersch@free.fr>.
5767
5768 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
5769
5770         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
5771
5772 2004-11-04  Richard M. Stallman  <rms@gnu.org>
5773
5774         * spam.el (spam group): Add :version.
5775
5776         * pgg-def.el (pgg group): Add :version.
5777
5778 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-art.el (gnus-article-edit-article): Don't associate the
5781         article buffer with a draft file.  This is a temporary measure
5782         against the 2004-08-22 change to gnus-article-edit-mode.
5783
5784 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
5787         (html2text-format-tags): Remove unused variable `attr'.
5788
5789 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
5792
5793         * tls.el (tls-process-connection-type, tls-success)
5794         (tls-certtool-program): Add :version.
5795
5796         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
5797         (starttls-extra-arguments, starttls-process-connection-type)
5798         (starttls-connect, starttls-failure, starttls-success):
5799
5800         * spam-stat.el (spam-stat): Add :version.
5801
5802         * sieve.el (sieve): Add :version.
5803
5804         * sha1.el (sha1): Add :version.
5805         (sha1-use-external): Remove redundant version.
5806
5807         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
5808         (nnmail-cache-ignore-groups, nnmail-spool-hook)
5809         (nnmail-split-fancy-match-partial-words)
5810         (nnmail-split-lowercase-expanded):
5811
5812         * nndiary.el (nndiary): Add :version.
5813
5814         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
5815
5816         * mml-sec.el (mml-default-sign-method)
5817         (mml-default-encrypt-method, mml-signencrypt-style-alist):
5818         Add :version.
5819
5820         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
5821
5822         * mm-url.el (mm-url-use-external, mm-url-program)
5823         (mm-url-arguments): Add :version.
5824
5825         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
5826         (mm-attachment-file-modes, mm-decrypt-option)
5827         (mm-w3m-safe-url-regexp): Add :version.
5828
5829         * message.el (message-cite-prefix-regexp)
5830         (message-sendmail-envelope-from, message-minibuffer-local-map)
5831         (message-user-fqdn, message-completion-alist): Add :version.
5832
5833         * gnus-win.el (gnus-configure-windows-hook)
5834         (gnus-use-frames-on-any-display): Add :version.
5835
5836         * gnus-art.el (gnus-article-address-banner-alist)
5837         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
5838         (gnus-treat-from-picon, gnus-treat-mail-picon)
5839         (gnus-treat-x-pgp-sig): Add :version.
5840
5841         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
5842         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
5843         (gnus-summary-article-delete-hook)
5844         (gnus-summary-display-while-building): Add :version.
5845
5846         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
5847         (gnus-get-top-new-news-hook):Add :version.
5848
5849         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5850         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
5851
5852         * gnus-registry.el (gnus-registry): Add :version.
5853
5854         * gnus-spec.el (gnus-use-correct-string-widths)
5855         (gnus-make-format-preserve-properties): Add :version.
5856
5857         * gnus.el (gnus-group-charter-alist)
5858         (gnus-group-fetch-control-use-browse-url)
5859         (gnus-install-group-spam-parameters): Add :version.
5860
5861         * gnus-diary.el (gnus-diary): Add :version.
5862
5863         * gnus-delay.el (gnus-delay): Add :version.
5864
5865         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
5866         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
5867         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
5868         Add :version.
5869
5870         * gnus-agent.el (gnus-agent-max-fetch-size)
5871         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
5872         (gnus-agent-prompt-send-queue): Add :version.
5873
5874         * deuglify.el (gnus-outlook-deuglify): Add :version.
5875
5876         * html2text.el: Beautify code.  Improve doc strings.  Some
5877         checkdoc cleanup.
5878         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
5879
5880 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
5881
5882         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
5883
5884 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * gnus-registry.el (gnus-registry-hashtb): create the registry
5887         when package is loaded
5888
5889         * spam.el (spam-summary-score-preferred-header): global preference
5890         for people who want to override the default SpamAssassin over
5891         Bogofilter preference (when both are set)
5892         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
5893         (spam-user-format-function-S): check spam-summary-score-preferred-header
5894         (spam-extra-header-to-number): add X-Bogosity header parsing
5895         (spam-user-format-function-S): format the score correctly
5896
5897 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
5900         signature file.  Suggested by Manoj Srivastava
5901         <srivasta@golden-gryphon.com>.
5902
5903         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
5904         iso-2022-jp even in the Japanese language environment.
5905         Suggested by Jason Rumney <jasonr@gnu.org>.
5906
5907 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
5910         use the same characters as the dummy marks; make it free from
5911         getting affected by the language environment.
5912         (gnus-summary-read-group-1): Update mark positions only when the
5913         format spec is updated.
5914
5915         * gnus-spec.el (gnus-update-format-specifications): Return a list
5916         of updated types.
5917
5918 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
5921         of boundp to check if display-warning is available.
5922
5923 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
5926
5927 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * nnspool.el (nnspool-spool-directory): Use news-path if the
5930         news-directory variable is not bound.
5931
5932         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
5933         function instead of display-warning if it is not available.
5934
5935 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
5938         v5-10: Use `point-at-bol'.
5939
5940 2004-10-26  Simon Josefsson  <jas@extundo.com>
5941
5942         * hashcash.el: Fix URL in comment, reported by Cheng Gao
5943         <chenggao@gmail.com>.
5944
5945 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
5948         instead.
5949
5950 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
5953         to remove a server from the nnimap-server-buffer-alist
5954         (nnimap-open-connection, nnimap-close-server): use it
5955
5956         * gnus-encrypt.el: removed in favor of encrypt.el
5957
5958 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
5961         running the major-mode function.
5962
5963 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
5966         dummy marks in the right way.
5967
5968 2004-10-18  David Edmondson  <dme@dme.org>
5969
5970         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
5971         excessively.
5972
5973 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * gnus-util.el (gnus-split-references): accept a nil references
5976         string and go on blissfully
5977
5978         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
5979         cases where the references string is non-nil but has no references
5980
5981         * encrypt.el: add autoload tags
5982
5983         * spam.el (spam-resolve-registrations-routine): remove article
5984         from unregistration list too.  Reported by David Hanak
5985         <dhanak@isis.vanderbilt.edu>
5986
5987 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
5990         nil.  Changed custom type.
5991
5992 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
5993
5994         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
5995
5996         * gnus-sum.el (gnus-summary-move-article): Use it.
5997
5998 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * encrypt.el: add autoload cookies
6001
6002         * spam.el (spam-backend-article-list-property)
6003         (spam-backend-get-article-todo-list)
6004         (spam-backend-put-article-todo-list, )
6005         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6006         resolve registrations separately
6007         (spam-register-routine): format comments
6008         (spam-unregister-routine, spam-register-routine): always call with
6009         specific-articles, no default list
6010         (spam-summary-prepare-exit): use the spam-classifications function
6011
6012         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
6013         gnus-encrypt.el
6014
6015         * encrypt.el: copied from gnus-encrypt.el
6016
6017         * gnus-encrypt.el: commented that it's obsolete
6018
6019 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6022         (gnus-score-save): Use it.
6023
6024         * message.el (message-bury): Use `window-dedicated-p'.
6025
6026 2004-10-15  Simon Josefsson  <jas@extundo.com>
6027
6028         * pop3.el (top-level): Don't require nnheader.
6029         (pop3-read-timeout): Add.
6030         (pop3-accept-process-output): Add.
6031         (pop3-read-response, pop3-retr): Use it.
6032
6033 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * spam.el (spam-register-routine): move comment
6036         (spam-verify-bogofilter): we use 'unknown for the initial
6037         spam-bogofilter-valid state, not 'never
6038
6039         * netrc.el (netrc-machine-user-or-password): convenience wrapper
6040         for netrc-machine
6041
6042         * nnimap.el (nnimap-open-connection): use
6043         netrc-machine-user-or-password
6044
6045 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6046
6047         * gnus-registry.el (gnus-registry-unload-hook):
6048         Set as a variable with add-hook.
6049
6050         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6051         of news-path.
6052
6053         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6054
6055         * spam.el: Delete duplicate `provide'.
6056         (spam-unload-hook): Set as a variable with add-hook.
6057
6058 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6061         in the doc string.
6062
6063         * message.el (message-ignored-news-headers)
6064         (message-ignored-supersedes-headers)
6065         (message-ignored-resent-headers)
6066         (message-forward-ignored-headers): Improve custom type.
6067
6068 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * message.el (message-tokenize-header): Fix 2004-09-06 change
6071         which used point-min in the wrong place.
6072
6073 2004-10-12  Simon Josefsson  <jas@extundo.com>
6074
6075         * net/tls.el (tls-certtool-program): New variable.
6076         (tls-certificate-information): New function, based on
6077         ssl-certificate-information.
6078
6079 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * compface.el: Move the version of ELisp-based uncompface program
6082         to the contrib directory because of the copyright problem.
6083
6084 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * message.el (message-kill-buffer): Raise the current frame.
6087
6088 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6091
6092         * gnus.el (message-y-or-n-p): Autoload.
6093
6094         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6095         (pop3-password-required, pop3-authentication-scheme)
6096         (pop3-leave-mail-on-server): Made customizable.
6097         (pop3): New custom group.
6098         (pop3-retr): Remove `sleep-for' statements.
6099         Suggested by Dave Love <fx@gnu.org>.
6100
6101         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6102         Windows/DOS.
6103
6104         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6105         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6106         Dave Love <fx@gnu.org>.
6107
6108         * mml.el (mml-minibuffer-read-disposition): Require match.
6109         Suggested by Dave Love <fx@gnu.org>.
6110
6111 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6114         doc string.
6115
6116 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6119
6120 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6121
6122         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6123         instead of calling `mm-insert-inline', to decode text/* parts
6124         before displaying them.
6125
6126 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * mm-uu.el (mm-uu-text-plain-type): New variable.
6129         (mm-uu-pgp-signed-extract-1): Use it.
6130         (mm-uu-pgp-encrypted-extract-1): Use it.
6131         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6132         bind mm-uu-text-plain-type with that value.
6133         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6134         mm-uu-dissect.
6135
6136 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-group.el (gnus-update-group-mark-positions):
6139         * gnus-sum.el (gnus-update-summary-mark-positions):
6140         * message.el (message-check-news-body-syntax):
6141         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6142         of string-as-multibyte.
6143
6144 2004-10-05  Juri Linkov  <juri@jurta.org>
6145
6146         * gnus-group.el (gnus-update-group-mark-positions):
6147         * gnus-sum.el (gnus-update-summary-mark-positions):
6148         * message.el (message-check-news-body-syntax):
6149         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6150         8-bit unibyte values to a multibyte string for search functions.
6151
6152 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6155         (mm-uu-dissect-text-parts): New function.
6156
6157         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6158         dissect text parts.
6159
6160         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6161         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6162
6163         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6164
6165         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6166         gnus-current-topics instead of gnus-current-topic.
6167
6168 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6169
6170         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6171
6172 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6173
6174         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6175         where approriate.
6176
6177         * nnml.el (nnml-generate-active-info): do.
6178
6179         * nndiary.el (nndiary-generate-active-info): do.
6180
6181         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6182         (gnus-topic-move): do.
6183
6184         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6185         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6186
6187         * gnus-srvr.el (gnus-server-prepare)
6188         (gnus-server-open-all-servers): do.
6189
6190         * gnus-msg.el (gnus-summary-cancel-article)
6191         (gnus-summary-resend-message)
6192         (gnus-summary-mail-crosspost-complaint): do.
6193
6194         * gnus-move.el (gnus-change-server): do.
6195
6196         * gnus-group.el (gnus-group-unmark-all-groups)
6197         (gnus-group-set-current-level): do.
6198
6199 2004-10-04  Simon Josefsson  <jas@extundo.com>
6200
6201         * message.el (message-generate-hashcash): Doc fix.
6202
6203 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6204
6205         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6206         avoid infinite recursion via gnus-get-function.
6207
6208 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6209
6210         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6211
6212         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6213
6214         * nnmail.el (nnmail-split-history): do.
6215
6216         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6217         (nnml-request-delete-group): do.
6218
6219         * nnslashdot.el (nnslashdot-read-groups): do.
6220
6221         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6222         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6223
6224         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6225         (nnspool-sift-nov-with-sed): Use last
6226         (nnspool-retrieve-headers-with-nov): Use mapc.
6227         (nnspool-request-newgroups): Use dolist.
6228         (nnspool-request-group): Use last.
6229
6230         * nntp.el (nntp-read-server-type): Use dolist.
6231
6232         * nnvirtual.el (nnvirtual-create-mapping)
6233         (nnvirtual-update-read-and-marked): Use dolist.
6234         (nnvirtual-convert-headers): Simplify.
6235
6236 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6237
6238         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6239         support for sync'ing tick marks.
6240
6241 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6244         there's no visible header.
6245
6246 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6247
6248         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6249         necessary, pass full group name to gnus-request-set-marks.
6250
6251 2004-10-01  Simon Josefsson  <jas@extundo.com>
6252
6253         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6254         acroread.
6255
6256 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * spam-report.el (spam-report-gmane): Fix interactive.
6259
6260         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6261
6262         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6263         when writing file.
6264         (gnus-agent-synchronize-flags): Don't default to being
6265         interactive.
6266
6267 2004-09-30  Simon Josefsson  <jas@extundo.com>
6268
6269         * message.el (message-generate-hashcash): Add.
6270         (message-send-mail): Use it, call mail-add-payment.
6271
6272 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * spam.el (spam-verify-bogofilter): -V, not -sV option
6275
6276 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6277
6278         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6279         gnus-requst-update-info with explicit code to sync the in-memory
6280         info read flags with the marks being sync'd to the backend.
6281
6282         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6283
6284 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6285
6286         * spam.el (spam-verify-bogofilter): new function
6287         (spam-check-bogofilter)
6288         (spam-bogofilter-register-with-bogofilter): use it
6289         (spam-verify-bogofilter): small fixes
6290
6291 2004-09-28  Simon Josefsson  <jas@extundo.com>
6292
6293         * hashcash.el (hashcash-generate-payment): Revert.
6294
6295 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
6298         gnus-extract-references instead of gnus-split-references
6299
6300         * gnus-util.el (gnus-extract-references): new function, analogous
6301         to gnus-split-references but extracts only the message-ID without
6302         anything extra
6303
6304         * hashcash.el (hashcash-generate-payment)
6305         (hashcash-check-payment): do the right thing if hashcash-path is
6306         nil (because the hashcash program could not be found)
6307
6308         * spam.el (spam-use-hashcash): remove comment
6309
6310 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6311
6312         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6313         (gnus-cache-enter-article, gnus-cache-remove-article)
6314         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6315
6316         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6317
6318         * gnus-art.el (article-hide-boring-headers)
6319         (article-translate-strings, article-display-face)
6320         (gnus-article-mime-match-handle-first)
6321         (gnus-article-highlight-headers)
6322         (gnus-article-add-buttons-to-head): do.
6323
6324 2004-09-27  Simon Josefsson  <jas@extundo.com>
6325
6326         * hashcash.el: New version, from
6327         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6328         ../contrib/.
6329
6330 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6333
6334 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6335
6336         * gnus-dup.el (gnus-dup-open): Use mapc.
6337         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6338
6339         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6340         Reported by Stefan Wiens <s.wi@gmx.net>.
6341
6342         * gnus.el (gnus-shutdown): Use dolist.
6343
6344         * gnus-undo.el (gnus-undo): Use mapc.
6345
6346         * nnrss.el (nnrss-generate-active): do.
6347
6348         * message.el (message-cite-original-without-signature)
6349         (message-cite-original): Use mapc.
6350         (message-do-actions, message-make-forward-subject): Use dolist.
6351
6352 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6353
6354         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6355         deletion to remove entire duplicate line.  Fixes merged article
6356         number bug.
6357
6358 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6359
6360         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6361         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6362         first ask if you want to open a server and then, even when you
6363         responded with no, asking if you want to synchronize the server's
6364         flags.
6365         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6366         multi-line expressions.
6367         (gnus-agent-synchronize-group-flags): New internal function.
6368         Updates marks in memory (in the info structure) AND in the
6369         backend.
6370
6371         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6372
6373         * nnagent.el (nnagent-request-set-mark): Use
6374         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6375         method, to ensure that synchronization updates marks in the
6376         backend and in the info (in memory) structure.
6377
6378 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6381         convention fully; don't miss the root article of a thread; make
6382         the X-Draft-From header with correct article numbers.
6383
6384 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6385
6386         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6387         unless plugged.  Disable the agent so that an open failure causes
6388         an error.
6389
6390         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6391         Reverted 2004-09-21 change.  The backend must be opened while
6392         synchronizing flags even when the backend stores the flags
6393         locally.
6394
6395 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6398         in `header' match.  Reported by Svend Tollak Munkejord.
6399
6400         * message.el (message-cite-original): Fix use of
6401         `message-cite-articles-with-x-no-archive'.
6402
6403 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6406         (gnus-window-to-buffer): Ditto.
6407
6408         * mml.el (mml-preview-buffer): New variable.
6409         (mml-preview): Manage window layout with gnus-buffer-configuration.
6410
6411         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6412         X-Draft-From header even if those articles aren't quoted.
6413
6414 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6415
6416         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6417         (gnus-request-set-mark, gnus-request-update-mark): Use new
6418         g-s-t-u-l-m to decide to use backend even when unplugged.
6419
6420 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6423         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6424
6425 2004-09-20  Simon Josefsson  <jas@extundo.com>
6426
6427         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6428         "utf-16-le".
6429
6430 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6431
6432         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6433
6434 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * uudecode.el (uudecode-use-external): Add :version.
6437
6438         * smime.el (smime-CA-file, smime-encrypt-cipher)
6439         (smime-dns-server): Add :version.
6440
6441         * smiley.el (gnus-smiley-file-types): Add :version.
6442
6443         * sha1.el (sha1-use-external): Add :version.
6444
6445         * pgg-def.el (pgg-query-keyserver): Add :version.
6446
6447         * nnmail.el (nnmail-fancy-expiry-targets)
6448         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6449
6450         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6451         (nnimap-retrieve-groups-asynchronous): Add :version.
6452         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6453
6454         * mml.el (mml-content-disposition-parameters)
6455         (mml-insert-mime-headers-always): Add :version.
6456
6457         * mm-util.el (mm-coding-system-priorities):
6458
6459         * mm-decode.el (mm-inline-text-html-with-images)
6460         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6461         (mm-verify-option): Add :version.
6462         (mm-text-html-renderer): Change :version.
6463
6464         * message.el (message-fcc-externalize-attachments)
6465         (message-required-headers, message-draft-headers)
6466         (message-subject-trailing-was-query)
6467         (message-subject-trailing-was-ask-regexp)
6468         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6469         (message-mark-insert-end, message-archive-header)
6470         (message-archive-note, message-cross-post-default)
6471         (message-cross-post-note, message-followup-to-note)
6472         (message-cross-post-note-function, message-use-mail-followup-to)
6473         (message-subscribed-address-functions)
6474         (message-subscribed-address-file, message-subscribed-addresses)
6475         (message-subscribed-regexps, message-allow-no-recipients)
6476         (message-yank-cited-prefix, message-signature-insert-empty-line)
6477         (message-hidden-headers, message-hierarchical-addresses)
6478         (message-mail-user-agent, message-use-idna)
6479         (message-valid-fqdn-regexp)
6480         (message-strip-special-text-properties, message-header-synonyms)
6481         (message-beginning-of-line, message-tab-body-function): Add :version.
6482         (message-insert-canlock, message-wide-reply-confirm-recipients):
6483         Change :version.
6484
6485         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6486         and :version.
6487         (mail-source-delete-old-incoming-confirm)
6488         (mail-source-movemail-program): Add :version.
6489
6490         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6491         (gnus-agent-cache, gnus-agent): Change :version.
6492
6493         * gnus-util.el (gnus-use-byte-compile): Change :version.
6494
6495         * gnus-sum.el (gnus-summary-make-false-root-always)
6496         (gnus-summary-default-high-score)
6497         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6498         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6499         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6500         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6501         (gnus-sum-thread-tree-single-indent)
6502         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6503         (gnus-sum-thread-tree-leaf-with-other)
6504         (gnus-sum-thread-tree-single-leaf): Add :version.
6505         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6506         (gnus-article-loose-mime): Change :version.
6507
6508         * gnus-start.el (gnus-backup-startup-file)
6509         (gnus-save-startup-file-via-temp-buffer): Add :version.
6510
6511         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6512         (gnus-server-offline-face): Add :version.
6513
6514         * gnus-score.el (gnus-adaptive-word-length-limit):
6515
6516         * gnus-msg.el (gnus-gcc-externalize-attachments)
6517         (gnus-debug-files, gnus-debug-exclude-variables)
6518         (gnus-discouraged-post-methods): Change :version.
6519         (gnus-confirm-mail-reply-to-news)
6520         (gnus-confirm-treat-mail-like-news): Add :version.
6521
6522         * gnus-int.el (gnus-server-unopen-status): Add :version.
6523
6524         * gnus-group.el (gnus-group-jump-to-group-prompt)
6525         (gnus-large-ephemeral-newsgroup)
6526         (gnus-fetch-old-ephemeral-headers): Add :version.
6527
6528         * gnus-fun.el (gnus-x-face-directory)
6529         (gnus-convert-pbm-to-x-face-command)
6530         (gnus-convert-image-to-x-face-command)
6531         (gnus-convert-image-to-face-command): Add :version.
6532
6533         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6534
6535         * gnus-cite.el (gnus-cite-blank-line-after-header)
6536         (gnus-article-boring-faces):
6537
6538         * gnus-art.el (gnus-buttonized-mime-types)
6539         (gnus-inhibit-mime-unbuttonizing)
6540         (gnus-treat-display-face)
6541         (gnus-treat-body-boundary): Change :version.
6542         (gnus-body-boundary-delimiter, gnus-picon-databases)
6543         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6544         (gnus-treat-date-english, gnus-treat-fold-headers)
6545         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6546         (gnus-treat-mail-picon, gnus-treat-wash-html)
6547         (gnus-article-encrypt-protocol)
6548         (gnus-use-idna, gnus-article-over-scroll)
6549         (gnus-mime-display-multipart-alternative-as-mixed)
6550         (gnus-mime-display-multipart-related-as-mixed)
6551         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6552         (gnus-ctan-url, gnus-button-ctan-handler)
6553         (gnus-button-handle-ctan-bogus-regexp)
6554         (gnus-button-ctan-directory-regexp)
6555         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6556         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6557         (gnus-button-man-level, gnus-button-emacs-level)
6558         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6559
6560         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6561         (gnus-agent-go-online): Change :version.
6562         (gnus-agent-expire-unagentized-dirs)
6563         (gnus-agent-auto-agentize-methods): Add :version.
6564
6565         * flow-fill.el (fill-flowed-display-column)
6566         (fill-flowed-encode-column): Add :version.
6567
6568         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6569         (gnus-outlook-deuglify-unwrap-max)
6570         (gnus-outlook-deuglify-cite-marks)
6571         (gnus-outlook-deuglify-unwrap-stop-chars)
6572         (gnus-outlook-deuglify-no-wrap-chars)
6573         (gnus-outlook-deuglify-attrib-cut-regexp)
6574         (gnus-outlook-deuglify-attrib-verb-regexp)
6575         (gnus-outlook-deuglify-attrib-end-regexp)
6576         (gnus-outlook-display-hook): Add :version.
6577
6578         * binhex.el (binhex-use-external): Add :version.
6579
6580 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6583         and `invisible'.
6584
6585 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6586
6587         * gnus-registry.el (gnus-registry-trim): watch out for negatives
6588         in gnus-registry-trim
6589
6590 2004-09-13  Simon Josefsson  <jas@extundo.com>
6591
6592         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6593
6594         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6595
6596         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6597         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6598         <yamaoka@jpl.org>.
6599         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6600         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6601         <yamaoka@jpl.org>.
6602
6603         * sieve.el (sieve-manage-mode): Ditto.
6604
6605 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6608
6609 2004-09-11  Simon Josefsson  <jas@extundo.com>
6610
6611         * dns-mode.el: Add.
6612
6613         * mm-view.el (mm-display-dns-inline): Add.
6614
6615         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6616         (mm-automatic-display): Ditto.
6617
6618         * mailcap.el (mailcap-mime-data): Add text/dns.
6619         (mailcap-mime-extensions): Map .soa to text/dns.
6620
6621 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6622
6623         * gnus-art.el (article-decode-mime-words, article-babel)
6624         (gnus-article-highlight-signature, gnus-article-add-buttons)
6625         (gnus-signature-toggle): Remove unnecessary bindings of
6626         `inhibit-read-only' inherited from v5.10 merge.
6627
6628 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * nntp.el (nntp): New customization group.
6631         (nntp-authinfo-file): Add customization group.
6632
6633         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6634
6635         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6636
6637         * gnus.el (to-address, to-list, subscribed)
6638         (large-newsgroup-initial): Ditto.
6639
6640         * flow-fill.el (fill-flowed-display-column)
6641         (fill-flowed-encode-column): Ditto.
6642
6643 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6644
6645         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6646         Use point-min rather than 1.
6647         (message-send-mail): Use buffer-size rather than point-max.
6648
6649         * gnus-sum.el (gnus-summary-search-article-forward):
6650         Signal a specific `search-failed' rather than a generic `error'.
6651
6652         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6653         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6654         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6655
6656 2004-09-10  Simon Josefsson  <jas@extundo.com>
6657
6658         * nndb.el (require): Remove tcp and duplicate cl.
6659
6660 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-agent.el (directory-files-and-attributes): Move forward.
6663
6664 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6665
6666         * gnus-agent.el (directory-files-and-attributes): Optionally
6667         defined to support XEmacs.
6668
6669 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6670
6671         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6672         to avoid run-time CL dependencies.
6673         (gnus-agent-unfetch-articles): New function.
6674         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6675         article numbers even when local .overview file is missing.
6676         (gnus-agent-read-article-number): New function. Only accepts
6677         27-bit article numbers.
6678         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6679         gnus-agent-read-article-number.
6680         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6681         from backend while recognizing that article numbers in .overview
6682         must be valid.
6683         (gnus-agent-update-files-total-fetched-for): Use
6684         directory-files-and-attributes to improve performance.
6685         * gnus-int.el (gnus-request-move-article): Use
6686         gnus-agent-unfetch-articles in place of gnus-agent-expire to
6687         improve performance.
6688
6689         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
6690         some users confused by references to .newsrc when they only have a
6691         .newsrc.eld file.
6692         (gnus-convert-mark-converter-prompt,
6693         gnus-convert-converter-needs-prompt): Fixed use of property list.
6694         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
6695         New function. Used internally to only display 'gnus converting
6696         files' message when actually necessary.
6697
6698         * gnus-sum.el (): Removed (require 'gnus-agent) as required
6699         methods now autoloaded.
6700
6701 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-sum.el (gnus-summary-insert-subject): Remove list
6704         identifiers.
6705
6706 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * gnus-picon.el: Fix indentation and closing parenthesis.
6709
6710 2004-09-01  Simon Josefsson  <jas@extundo.com>
6711
6712         * message.el (message-canlock-generate): Require sha1, not
6713         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
6714         to require within a function.  Sadly, if sha1.el isn't loaded, the
6715         let binding in m-c-g will hide the defcustom definition, which is
6716         bad.)
6717
6718         * canlock.el: Require sha1, not sha1-el.
6719
6720         * message.el: Don't autoload sha1 (there is a autoload cookie in
6721         sha1.el).
6722
6723         * sha1-el.el: Renamed to sha1.el.
6724
6725 2004-08-30  Juanma Barranquero  <lektu@terra.es>
6726
6727         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
6728
6729 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6730
6731         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
6732
6733 2004-08-30  Kim F. Storm  <storm@cua.dk>
6734
6735         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
6736
6737         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
6738         Add :group 'nnimap.
6739
6740 2004-08-30  Andreas Schwab  <schwab@suse.de>
6741
6742         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
6743         ?* and ?\;.
6744
6745         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
6746         and ?\' to symbol instead of whitespace.
6747
6748 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
6751
6752         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
6753         instead of re-search-forward.
6754
6755         * gnus-uu.el (gnus-uu-save-article): Ditto.
6756         (gnus-uu-post-encode-uuencode): Ditto.
6757
6758         * html2text.el (html2text-clean-list-items): Ditto.
6759         (html2text-clean-dtdd): Ditto.
6760         (html2text-format-tags): Ditto.
6761
6762         * message.el (message-send-mail-with-sendmail): Fix regexp.
6763         (message-fill-field-general): Use search-forward instead of
6764         re-search-forward.
6765         (unbold-region): Ditto.
6766
6767         * nnrss.el (nnrss-request-article): Ditto.
6768
6769         * nnslashdot.el (nnslashdot-request-article): Ditto.
6770
6771         * nnweb.el (nnweb-gmane-wash-article): Ditto.
6772
6773         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
6774         "Unrecognized menu descriptor" error in XEmacs.
6775
6776 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6777
6778         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6779         parent article of a sparse article in the thread hashtb.
6780
6781 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
6782
6783         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
6784         (nnmail-expand-newtext): Lowercase expanded entries if
6785         nnmail-split-lowercase-expanded is non-nil.
6786
6787 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
6790         entry.
6791
6792         * gnus-group.el (gnus-group-line-format-alist): Convert the value
6793         of gnus-tmp-news-method into string under XEmacs.  It will be
6794         passed to gnus-correct-length which takes only a string argument.
6795
6796 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-util.el (gnus-bind-print-variables): New macro.
6799         (gnus-prin1): Use it.
6800         (gnus-prin1-to-string): Use it.
6801         (gnus-pp): New function.
6802         (gnus-pp-to-string): New function.
6803
6804         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
6805         pp-to-string with gnus-pp-to-string.
6806         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
6807         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
6808         * gnus-msg.el (gnus-debug): Ditto.
6809         * gnus-score.el (gnus-score-save): Ditto.
6810         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
6811         gnus-pp-to-string.
6812         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
6813         with gnus-pp.
6814         * score-mode.el (gnus-score-pretty-print): Ditto.
6815         * webmail.el (webmail-debug): Ditto.
6816
6817 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * gnus-art.el (article-display-face, article-display-x-face): Use
6820         buffer-read-only.
6821
6822 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (article-hide-list-identifiers): Bind
6825         inhibit-read-only as t.
6826
6827 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
6830
6831 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6832
6833         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
6834         (gnus-narrow-to-page): Don't assume point-min == 1.
6835         (gnus-article-edit-mode): Derive from message-mode.
6836
6837         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
6838         point-min == 1.
6839
6840         * imap.el (imap-parse-address-list, imap-parse-body-ext):
6841         Disable incorrect use of `assert'.
6842
6843         * message.el (message-mode): Set comment-start-skip.
6844
6845
6846 2004-08-22  Sam Steingold  <sds@gnu.org>
6847
6848         * pop3.el (pop3-leave-mail-on-server): New user variable.
6849         (pop3-movemail): Delete mail only when it is nil.
6850
6851 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
6854
6855         * mml.el (mml-preview): Use `pop-to-buffer'.
6856
6857         * message.el (message-goto-mail-followup-to): Insert after "To".
6858         (message-carefully-insert-headers): Add comment.
6859
6860         * gnus.el: Remove unused variable `gnus-article-check-size'.
6861
6862         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
6863
6864         * gnus-art.el (gnus-button-alist): Improve
6865         `gnus-button-handle-library' entry.
6866
6867 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
6868
6869         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
6870         downcase, since XEmacs capitalizes error messages differently.
6871
6872 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
6873
6874         * nntp.el: Add (require 'gnus) due to reference to
6875         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
6876
6877 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
6878
6879         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
6880         `mm-fill-flowed'.
6881
6882         * mm-decode.el (mm-dissect-singlepart): Check it.
6883
6884 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
6885
6886         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
6887         'imap' for netrc parsing
6888
6889 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * mailcap.el (mailcap-mime-data): Mark as risky.
6892
6893 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
6896         may be included in the encoded word.
6897         (rfc2047-encode): Don't append a space if the encoded word
6898         includes close parenthesis.
6899
6900 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
6903         of text within parentheses.
6904
6905 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
6908         (gnus-encrypt-write-file-contents): the password key is the file
6909         name PLUS the cipher, not just the cipher.  Also remove failed
6910         passwords from the cache.
6911
6912 2004-08-06  Simon Josefsson  <jas@extundo.com>
6913
6914         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
6915         fix.
6916
6917 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
6920         LWSP.
6921
6922 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
6925         to append in-reply-to: data to the references: header
6926
6927         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
6928         (netrc-parse): use gnus-encrypt.el functions
6929
6930         * gnus-encrypt.el: new file for encryption support; currently
6931         does only a few GPG ciphers and an internal XOR cipher
6932
6933         * password.el: add comments on using password-read-and-add
6934         (password-read-and-add): new function to read and add the
6935         password to the cache at once
6936
6937 2004-07-28  Simon Josefsson  <jas@extundo.com>
6938
6939         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
6940         parameter (but don't use it, for now).
6941
6942         * imap.el (imap-ssl-open): Use imap-process-connection-type,
6943         instead of hard coding to nil.
6944
6945 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * mm-view.el (mm-inline-image-emacs): Open lines under an image
6948         as mm-inline-image-xemacs does.
6949
6950 2004-07-26  Simon Josefsson  <jas@extundo.com>
6951
6952         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
6953         Revert part of 2004-07-17 change below.
6954
6955 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
6958         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6959
6960 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
6963         quotes that actually start with ">" at the beginning of the
6964         lines.
6965
6966 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * rfc2047.el (rfc2047-encode-region): Fix last change.
6969         (rfc2047-encode-parameter): Remove useless concat.
6970
6971 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
6974         encode special characters; fix some kind of misconfigured headers;
6975         signal a real error if debug-on-quit or debug-on-error is non-nil.
6976         (rfc2047-encode-max-chars): New variable.
6977         (rfc2047-encode-1): Use it.
6978         (rfc2047-encode-parameter): New function.
6979
6980         * mml.el (mml-insert-parameter): Remove an excessive space.
6981
6982 2004-07-17  Simon Josefsson  <jas@extundo.com>
6983
6984         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
6985         Kai Grossjohann <kai@emptydomain.de>.
6986         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
6987         (gnus-group-make-menu-bar): Ditto.
6988
6989         * gnus-util.el (gnus-group-server): Add.
6990
6991 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
6992
6993         * message.el (message-clone-locals): Clone sendmail and smtp
6994         variables.
6995
6996 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * rfc2047.el (rfc2047-encode-region): Fix last change.
6999
7000 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7003         characters as non-special.
7004
7005 2004-07-09  Simon Josefsson  <jas@extundo.com>
7006
7007         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7008         Users will lose all flag changes made while unplugged with
7009         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7010         good default.  See numerous reports on ding mailing list.
7011
7012 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7015         add generate-head-function and generate-article-function to the
7016         rfc822-forward entry.
7017         (nndoc-rfc822-forward-generate-article): New function.
7018         (nndoc-rfc822-forward-generate-head): New function.
7019
7020         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7021
7022 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7023
7024         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7025         respect display group parameter and gnus-summary-expunge-below.
7026         (gnus-articles-to-read): Remove unused reference to display group
7027         parameter.
7028
7029 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * nnheader.el (nnheader-uniquify-message-id): New experimental
7032         variable.
7033         (nnheader-nov-read-message-id): Use it.
7034
7035         * spam-report.el (spam-report-gmane): Add interactive.
7036
7037 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7040         qp-or-base64 for the application/* types.
7041
7042 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7043
7044         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7045
7046 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7047
7048         * gnus-registry.el (gnus-registry-trim): don't allow a negative
7049         trim value
7050
7051 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7052
7053         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7054         New macro and function.
7055         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7056
7057 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7060         after-load-alist.
7061
7062 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063
7064         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7065         update info that isn't there.
7066
7067 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7068
7069         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7070         entry.
7071
7072 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * mm-view.el (mm-inline-render-with-function): Use multibyte
7075         buffer; decode html source by charset.
7076
7077         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7078
7079         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7080         Mule-UCS is loaded under XEmacs.
7081         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7082
7083 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7084
7085         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7086
7087 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * mm-util.el (mm-coding-system-p): Return a coding-system.
7090         (mm-mime-mule-charset-alist): Use shift_jis instead of
7091         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7092         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7093         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7094         instead of japanese-shift-jis and iso-latin-1 respectively in
7095         order to share the default value with both Emacs and XEmacs-mule.
7096         (mm-mule-charset-to-mime-charset): Make
7097         mm-coding-system-priorities effective.
7098         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7099         while predicating of candidates upon the priorities.
7100
7101 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7102
7103         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7104         gnus-uu-invert-processable.
7105
7106         * gnus.el: Autoload gnus-uu-invert-processable.
7107
7108 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * mm-util.el (mm-with-multibyte-buffer): New macro.
7111
7112         * rfc2047.el (rfc2047-encode-string): Use it.
7113         (rfc2047-encode-region): Move point to the end of the region after
7114         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7115
7116 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7119         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7120
7121 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7124         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7125         Karl Chen <quarl@nospam.quarl.org>.
7126
7127 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7128
7129         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7130         invalid addresses.
7131
7132 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * spam.el: section markers changed, TODO list revised
7135         (spam-backends): new master list of all installed backends
7136         (spam-summary-exit-behavior): new variable to determine how
7137         messages moves are done at summary exit
7138         (spam-move-spam-nonspam-groups-only)
7139         (spam-process-ham-in-nonham-groups)
7140         (spam-process-ham-in-spam-groups): variables removed, the
7141         spam-summary-exit-behavior variable should be used to manage this
7142         behavior
7143         (spam-old-ham-articles, spam-old-spam-articles): removed
7144         (spam-old-articles): new variable, replacing spam-old-ham-articles
7145         and spam-old-spam-articles
7146         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7147         empty variables, placeholders for the backends they represent
7148         (spam-set-difference): moved, unchanged
7149         (spam-list-of-processors): variable OBSOLETE, not used anymore
7150         unless the user has a processor variable
7151         (spam-classifications, spam-classification-valid-p)
7152         (spam-backend-properties, spam-backend-property-valid-p)
7153         (spam-backend-function-type-valid-p)
7154         (spam-process-type-valid-p, spam-list-articles): helper functions
7155         (spam-report-articles-gmane, spam-report-articles-resend):
7156         functions removed, they are not needed
7157         (spam-install-backend-super, spam-backend-list)
7158         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7159         (spam-backend-function, spam-backend-ham-registration-function)
7160         (spam-backend-spam-registration-function)
7161         (spam-backend-ham-unregistration-function)
7162         (spam-backend-spam-unregistration-function)
7163         (spam-backend-statistical-p, spam-backend-mover-p)
7164         (spam-install-backend-alias, spam-install-checkonly-backend)
7165         (spam-install-mover-backend, spam-install-nocheck-backend)
7166         (spam-install-backend, spam-install-statistical-backend)
7167         (spam-install-statistical-checkonly-backend): backend installation
7168         support
7169         (spam-summary-prepare-exit): rewritten to use the new backend code
7170         (spam-group-processor-p): use the new backend code and respect the
7171         summary exit behavior
7172         (spam-mark-spam-as-expired-and-move-routine): removed
7173         (spam-summary-prepare): changed to use the new spam-old-articles
7174         variable
7175         (spam-copy-or-move-routine, spam-copy-spam-routine)
7176         (spam-move-spam-routine, spam-copy-ham-routine)
7177         (spam-move-ham-routine): new code to copy/move ham or spam
7178         (spam-fetch-field-fast): doc and code improved, plus it allows the
7179         'number request
7180         (spam-list-of-checks, spam-list-of-statistical-checks): variables
7181         removed, no longer used
7182         (spam-split, spam-find-spam): use the new backend code
7183         (spam-registration-functions): variable removed, no longer used
7184         (spam-unregister-routine): convenience wrapper
7185         (spam-log-undo-registration, spam-register-routine)
7186         (spam-log-processing-to-registry)
7187         (spam-log-unregistration-needed-p): renamed "check" to "backend"
7188         where possible
7189         (spam-check-gmane-xref, spam-check-regex-headers)
7190         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
7191         (spam-check-whitelist, spam-check-blacklist)
7192         (spam-check-bogofilter-headers, spam-check-spamoracle)
7193         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7194         (spam-check-crm114-headers): use the spam-split-group that
7195         spam-split prepares, no need to determine it every time
7196
7197         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
7198         the nnheader-parse-naked-head call
7199
7200         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
7201
7202         * gnus-sum.el (gnus-nov-parse-line): add the message number to
7203         the nnheader-nov-read-message-id call
7204
7205 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7208         gnus-activate-group twice.  Suggested by Markus Peter
7209         <warp@spin.de>.
7210
7211 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-art.el (gnus-article-time-format): Exchange the order of
7214         day and month in the default value; fix customization type.
7215         (article-date-ut): Use add-text-properties.
7216         (article-make-date-line): Use message-make-date instead of
7217         current-time-string.
7218
7219         * message.el (message-fetch-field): Don't use set-text-properties.
7220         (message-make-date): Simplify.
7221
7222         * messagexmas.el (message-xmas-make-date): New function.
7223         (message-xmas-redefine): Defalias message-make-date to it.
7224
7225 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7228         (rfc2047-encode-region): Treat text within parentheses as special;
7229         show the original text when error has occurred.
7230
7231         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7232         already-computed method to gnus-activate-group.
7233
7234         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7235         same select-methods identical Lisp objects.
7236
7237         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7238         object when modifying the info.
7239
7240 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7243         gnus-opened-servers since it has never been opened with the new
7244         configuration yet.
7245
7246 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7249         arg to nnheader-generate-fake-message-id.
7250
7251 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7252
7253         * nnheader.el (nnheader-generate-fake-message-id): accept a
7254         number and build a fake message ID localized to a group and
7255         article number (so it's repeatable from that point on)
7256         (nnheader-fake-message-id-p): change regex to accomodate new fake
7257         ID format
7258
7259         * gnus-sum.el (gnus-get-newsgroup-headers): call
7260         nnheader-generate-fake-message-id with the article number
7261
7262 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7263
7264         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7265         end-of-buffer.
7266
7267 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * message.el (message-ignored-supersedes-headers): Add Approved.
7270
7271 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7274         goto-char.
7275         (rfc2047-encode): Fold the line before encoding.
7276
7277 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7280         folding -- not all headers can be folded, and this should be done
7281         by the message composition mode.  Probably.  I think.
7282
7283 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7286         fast.
7287
7288         * gnus-ems.el (gnus-remove-image): Don't use
7289         message-text-with-property; remove only the image found first.
7290
7291         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7292         found first.
7293
7294 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7295
7296         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7297
7298 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * message.el (message-text-with-property): Make it fast and accept
7301         optional arguments.
7302         (message-strip-forbidden-properties): Use it.
7303         (message-fix-before-sending): Follow the m-t-w-p change.
7304
7305         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7306
7307 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (article-hide-headers): Don't change the buffer
7310         mistakenly when performing mml-preview even if
7311         gnus-single-article-buffer is nil.
7312
7313 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7314
7315         * message.el (message-expand-name-databases): New user option.
7316         (message-expand-name): Use it.
7317
7318 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * spam.el (spam-report-articles-resend)
7321         (spam-report-resend-register-routine): allow ham reporting
7322         (spam-report-resend-register-ham-routine): simple wrapper
7323         (spam-registration-functions): add ham resending functions
7324         (spam-list-of-processors): add ham resend processor
7325
7326         * gnus.el (ham-resend-to): new group parameter
7327         (spam-process): add ham resend option
7328
7329         * spam-report.el (spam-report-resend): allow reporting ham
7330         (spam-report-resend-ham): simple wrapper
7331
7332 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333
7334         * message.el (message-cite-articles-with-x-no-archive): New
7335         variable.
7336         (message-cite-original): Use it.
7337
7338 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339
7340         * message.el (message-cite-original): Respect X-No-Archive.
7341
7342 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (article-hide-headers): Refer to the values for
7345         gnus-ignored-headers and gnus-visible-headers in the summary
7346         buffer since a user may have set them as group parameters.
7347
7348 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7349
7350         * assistant.el (assistant-node-name): new convenience function
7351         (assistant-render-text, assistant-render-node): error handling,
7352         plus handle multiple next nodes
7353         (assistant-find-next-node): commented out for now
7354         (assistant-find-next-nodes): new function, returns list of next
7355         nodes
7356
7357 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7358
7359         * mail-source.el (mail-source-directory): Fix doc-string.
7360
7361 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7362
7363         * assistant.el (assistant-render-text, assistant-eval): add :set
7364         widget type, which is different because it takes and returns a
7365         list.  Much hilarity ensues.
7366
7367 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7370
7371         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7372         doc-string.
7373
7374         * gnus-start.el (gnus-activate-group): Added doc-string.
7375
7376 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7379
7380 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * assistant.el (assistant-render-text): trying to add a :set
7383         widget, more to come...
7384
7385         * spam.el (spam-group-spam-contents-p): handle empty groupname
7386         strings
7387         (spam-report-articles-resend)
7388         (spam-register-routine): do registration iff any articles warrant
7389         it.
7390         (spam-summary-prepare-exit): changed log message for nil group
7391         destinations
7392
7393 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7394
7395         * spam.el (spam-report-resend-register-routine): allow
7396         spam-report-resend-to to be a group parameter or a global value
7397
7398 2004-05-26  Simon Josefsson  <jas@extundo.com>
7399
7400         * starttls.el: Merge with my GNUTLS based starttls.el.
7401         (starttls-gnutls-program, starttls-use-gnutls)
7402         (starttls-extra-arguments, starttls-process-connection-type)
7403         (starttls-connect, starttls-failure, starttls-success): New
7404         variables.
7405         (starttls-program, starttls-extra-args): Doc fix.
7406         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7407         functions.
7408         (starttls-negotiate, starttls-open-stream): Check
7409         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7410         function if it is set.
7411
7412 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7415         structured fields.
7416
7417 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7420
7421 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7422
7423         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
7424         variable.
7425         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7426         assigning the spam-mark to new messages.
7427
7428 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7429
7430         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7431
7432 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7435
7436         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7437         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7438         default.
7439
7440 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7441
7442         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7443         correct data.
7444
7445 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7446
7447         * spam.el (spam-list-of-processors): use nil for nonexistent processors
7448         (spam-group-processor-p): fixed function so it works properly
7449         (spam-group-processor-multiple-p)
7450         (spam-group-spam-processor-report-gmane-p)
7451         (spam-group-spam-processor-report-resend-p)
7452         (spam-group-spam-processor-bogofilter-p)
7453         (spam-group-spam-processor-blacklist-p)
7454         (spam-group-spam-processor-ifile-p)
7455         (spam-group-ham-processor-ifile-p)
7456         (spam-group-spam-processor-spamoracle-p)
7457         (spam-group-spam-processor-crm114-p)
7458         (spam-group-ham-processor-bogofilter-p)
7459         (spam-group-spam-processor-stat-p)
7460         (spam-group-ham-processor-stat-p)
7461         (spam-group-ham-processor-whitelist-p)
7462         (spam-group-ham-processor-BBDB-p)
7463         (spam-group-ham-processor-spamoracle-p)
7464         (spam-group-ham-processor-copy-p): functions removed with some
7465         prejudice against unneeded code
7466         (spam-report-articles-resend)
7467         (spam-report-resend-register-routine): allow the group/topic
7468         spam-resend-to value to override spam-report-resend-to
7469         (spam-summary-prepare-exit): invoke spam-group-processor-p
7470         properly now
7471
7472         * gnus.el (spam-resend-to): new group/topic parameter
7473         (spam-process): move the OBSOLETE processors to the end of the
7474         choices.
7475
7476 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7477
7478         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7479         with resend-to set to nil, and then ask the user if necessary.
7480         (spam-report-resend): spam-report-resend takes a list of articles, not
7481         separate article numbers.
7482
7483 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7486         addition to emacs-w3m.
7487
7488 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * assistant.el (assistant-authinfo-data): New function.
7491         (assistant-eval): Eval for entire assistant.
7492
7493         * netrc.el (netrc-services-file): New variable.
7494         (netrc-parse-services): New function.
7495         (netrc-find-service-name): New function.
7496         (netrc-find-service-number): New function.
7497         (netrc-port-equal): New function.
7498         (netrc-machine): Use it.
7499
7500         * nnimap.el (nnimap-open-connection): Use netrc.
7501
7502         * gnus-util.el (gnus-netrc-get): Remove aliases.
7503
7504         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7505
7506         * assistant.el (wid-edit): Fix compilation.
7507
7508         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7509
7510 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7511
7512         * gnus-util.el (gnus-set-file-modes): New function.  (small
7513         patch).
7514
7515 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7518
7519         * assistant.el (assistant-render-node): Fix up rendering and
7520         read-only text.
7521         (assistant-render-node): Reset.
7522         (assistant-make-read-only): Not sticky.
7523
7524 2004-05-20  Danny Siu  <dsiu@adobe.com>
7525
7526         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7527         centered even when gnus-auto-center-summary is t
7528
7529 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7530
7531         * dns.el (dns-get-txt-answer): New function.
7532         (dns-read-txt): Ditto.
7533         (query-dns): Use it.
7534
7535 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7538         active for foreign groups even if the group level is higher than
7539         the specified value.
7540
7541 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7542
7543         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7544         non-active groups.
7545
7546         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7547
7548 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7549
7550         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7551
7552 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7553
7554         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7555         (spam-crm114-header, spam-crm114-spam-switch)
7556         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7557         (spam-crm114-positive-spam-header)
7558         (spam-crm114-database-directory, spam-list-of-processors)
7559         (spam-group-spam-processor-crm114-p)
7560         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7561         (spam-generic-score, spam-list-of-checks)
7562         (spam-list-of-statistical-checks, spam-registration-functions)
7563         (spam-check-crm114-headers, spam-crm114-score)
7564         (spam-check-crm114, spam-crm114-register-with-crm114)
7565         (spam-crm114-register-spam-routine)
7566         (spam-crm114-unregister-spam-routine)
7567         (spam-crm114-register-ham-routine)
7568         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
7569         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7570
7571         * gnus.el: added spam-use-crm114
7572
7573         * spam.el (spam-list-of-processors, spam-registration-functions):
7574         add spam-use-resend
7575         (spam-group-spam-processor-report-resend-p): utility wrapper
7576         (spam-report-articles-gmane): doc fix
7577         (spam-report-articles-resend,
7578         spam-report-resend-register-routine): wrappers around
7579         spam-report-resend-to
7580
7581         * spam-report.el (spam-report-resend-to, spam-report-resend):
7582         support for resending spam
7583         (spam-report-gmane): line length >80 fix
7584
7585         * gnus.el (spam-process): add spam-use-resend
7586
7587 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7588
7589         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7590         number of processed spam messages.
7591         (spam-ham-copy-or-move-routine): Return the number of processed
7592         ham messages.
7593         (spam-summary-prepare-exit): Use the above values to decide
7594         whether status messages shouled be displayed.
7595
7596 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7599         `rfc2047-encoding-function-alist' in order to avoid conflicting
7600         with the old version.
7601         (rfc2047-encode-region): Concatenate words containing non-ASCII
7602         characters in structured fields; don't encode space-delimited
7603         ASCII words even in unstructured fields; don't break words at
7604         char-category boundaries.
7605         (rfc2047-encode-1): New function.
7606         (rfc2047-encode): Use it; encode text so that it occupies the
7607         maximum width within 76-column; work correctly on Q encoding for
7608         iso-2022-* charsets.
7609         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7610         sure not to break a line just after the header name.
7611         (rfc2047-b-encode-region): Removed.
7612         (rfc2047-b-encode-string): New function.
7613         (rfc2047-q-encode-region): Removed.
7614         (rfc2047-q-encode-string): New function.
7615
7616         * mm-util.el (mm-replace-in-string): New function.
7617
7618 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7621         get it right.
7622         (gnus-inews-make-draft): Really.
7623
7624 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7625
7626         * nnmh.el (nnmh-request-list-1): Don't check the link count
7627         before descending.  (small patch)
7628
7629 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7632         stuff.
7633
7634         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7635         on real group name.
7636
7637         * gnus-art.el (gnus-signature-limit): Doc fix.
7638
7639         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7640
7641         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7642
7643 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7644
7645         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7646         isn't a string.
7647
7648 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * gnus-draft.el (gnus-draft-send): Bind
7651         rfc2047-encode-encoded-words.
7652
7653         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7654         (rfc2047-encodable-p): Say that =? needs encoding.
7655         (rfc2047-encode-encoded-words): New variable.
7656
7657         * gnus-group.el (gnus-group-select-group): Doc fix.
7658
7659         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7660
7661         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7662         to nil.
7663
7664         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7665
7666         * nnheader.el (nnheader-get-lines-and-char): New function.
7667
7668 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * gnus-msg.el (gnus-summary-followup-with-original): Document
7671         yanking of region when active.
7672
7673 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7676         groups if the group level is higher than the specified value.
7677
7678 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7681         (gnus-group-jump-to-group): Added prefix argument using
7682         `gnus-group-jump-to-group-prompt'.  Query before jumping to
7683         non-active group.
7684
7685         * compface.el (uncompface): Be verbose when changing
7686         `uncompface-use-external'.
7687
7688         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
7689         handle manual section.
7690
7691 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * gnus-art.el (gnus-button-alist): Revert previous change.
7694
7695 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
7698
7699 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
7702         whether backend can accept message.
7703
7704         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
7705
7706 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
7707
7708         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
7709         Avoid creating directory when nntp-marks-is-evil is true.
7710         Reported by Reiner Steib.
7711
7712 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-picon.el (gnus-picon-style): New variable.
7715         (gnus-picon-insert-glyph): Added optional `nostring' argument.
7716         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
7717         Jesper Harder <harder@ifa.au.dk>.
7718
7719 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * message.el (message-fill-field): Return point.
7722         (message-generate-headers): Go to end of field.
7723
7724         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
7725         stuff for non-living groups.
7726
7727 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
7728
7729         * gnus-art.el (gnus-article-followup-with-original)
7730         (gnus-article-reply-with-original): gnus-mark-active-p ->
7731         gnus-region-active-p.
7732
7733 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
7734
7735         * spam.el (spam-summary-prepare-exit): fix messages, so they show
7736         only when there is spam or ham to be processed
7737
7738 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * mail-source.el (mail-source-delete-crash-box): Refactor.
7741         (mail-source-fetch): Use it.
7742         (mail-source-fetch-file): Ditto.
7743         (mail-source-fetch-directory): Run postscript in loop.
7744         (mail-source-fetch-pop): Delete.
7745         (mail-source-fetch-maildir): Ditto.
7746         (mail-source-fetch-imap): Ditto.
7747
7748         * imap.el (imap-authenticators): Comment out sasl.
7749
7750         * message.el (message-skip-to-next-address): New function.
7751         (message-fill-header-address): Refactor.
7752         (message-fill-address): Use it.
7753         (message-delete-address): Use it.
7754         (message-fill-header-general): Refactor.
7755         (message-fill-field-address): Rename.
7756         (message-narrow-to-field): Find the start of the header.
7757         (message-header-format-alist): Don't pre-fill.
7758         (message-fill-header): Removed.
7759         (message-insert-header): New function.
7760         (message-shorten-references): Use it.
7761
7762         * rfc2047.el (rfc2047-field-value): Strip props.
7763
7764         * mail-parse.el (mail-header-make-address): New alias.
7765
7766         * ietf-drums.el (ietf-drums-make-address): New function.
7767
7768         * imap.el: Add compiler directives.
7769
7770         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
7771
7772         * gnus-art.el (article-decode-idna-rhs): Don't use
7773         message-idna-inside-rhs-p.
7774
7775 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * message.el (message-idna-inside-rhs-p): Removed.
7778         (message-idna-to-ascii-rhs-1): Use proper address parsing.
7779
7780         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
7781         false positives.
7782
7783 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
7784
7785         * imap.el (imap-sasl-make-mechanisms): Use sasl.
7786
7787 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * nneething.el (nneething-file-name): Don't create spurions
7790         files.
7791
7792         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
7793         (gnus-inews-do-gcc): Remove sleep.
7794
7795         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
7796         part under point.
7797
7798         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
7799         (gnus-agent-regenerate-group): Using nil messages aren't valid.
7800
7801 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
7802
7803         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
7804
7805 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * spam.el (spam-summary-prepare-exit): only produce "marking spam
7808         as expired without moving it" message when there are spam
7809         messages left
7810
7811 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
7812
7813         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
7814         header is not nil.
7815
7816 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
7817
7818         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
7819         nntp-possibly-create-directory, not nntp-possibly-change-group.
7820         (nntp-marks-changed-p): New arg SERVER.
7821         (nntp-request-update-info): Adjust caller.
7822
7823 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
7824
7825         * nntp.el (nntp-save-marks): Pass missing arg.
7826
7827 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7828
7829         * nntp.el: Support marks.
7830         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
7831         (nntp-marks-modtime, nntp-marks-directory): New variables.
7832         (nntp-request-set-mark, nntp-request-update-info)
7833         (nntp-possibly-create-directory, nntp-marks-changed-p)
7834         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
7835         functions.
7836
7837 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
7838
7839         * gnus-xmas.el (gnus-xmas-select-lowest-window)
7840         (gnus-xmas-redefine): Rename.
7841
7842         * gnus-score.el (gnus-score-insert-help): Use
7843         gnus-select-lowest-window.
7844
7845         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
7846         appt-select-lowest-window and rename to gnus-select-lowest-window.
7847
7848         * gnus.el: do.
7849
7850 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7851
7852         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
7853         encodings of MIME-encoded words, in order to improve
7854         interoperability with several broken MUAs.
7855
7856 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7857
7858         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
7859         tags, only when charsets are not specified in headers.
7860         (mm-inline-text-html-render-with-w3m): Ditto.
7861
7862         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
7863         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
7864
7865 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7866
7867         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
7868         instead of MIME-decoded from fields when checking
7869         `gnus-article-address-banner-alist'.
7870
7871 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
7872
7873         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
7874         description rather than subject.
7875
7876 2004-05-02  Steve Youngs  <steve@youngs.au.com>
7877
7878         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
7879
7880 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7881
7882         * gnus.el (gnus-version-number): Bump.
7883
7884 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7885
7886         * gnus.el: No Gnus v0.2 is released.
7887
7888 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7889
7890         * gnus-agent.el (gnus-agent-read-agentview): Inline
7891         gnus-uncompress-range.
7892
7893 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7894
7895         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
7896         `exec-installed-p'.
7897
7898 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7899
7900         * gnus.el (spam-process, spam-autodetect-methods): Add
7901         bsfilter and bsfilter-headers.
7902
7903         * spam.el (spam-bsfilter): New customize group.
7904         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
7905         (spam-bsfilter-header, spam-bsfilter-probability-header)
7906         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
7907         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
7908         (spam-bsfilter-database-directory): New options.
7909         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
7910         (spam-list-of-statistical-checks, spam-registration-functions):
7911         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
7912         (spam-bsfilter-score): New command.
7913         (spam-check-bsfilter-headers, spam-check-bsfilter)
7914         (spam-bsfilter-register-with-bsfilter)
7915         (spam-bsfilter-register-spam-routine)
7916         (spam-bsfilter-unregister-spam-routine)
7917         (spam-bsfilter-register-ham-routine)
7918         (spam-bsfilter-unregister-ham-routine): New functions.
7919         (spam-generic-score): Support bsfilter; Accept an optional argument
7920         to recalcurate spam score even if scoring header has already been
7921         added.
7922         (spam-bogofilter-score, spam-spamassassin-score): Accept an
7923         optional argument to recalcurate spam score even if scoring header
7924         has already been added.
7925
7926 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
7927
7928         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
7929         strings!  Reported by David D. Smith <davidsmith@acm.org>.
7930         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
7931         link is missing.
7932
7933 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
7934
7935         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
7936         (html2text-get-attr): Rewrite.
7937
7938         * message.el (message-setup-1): Remove redundant put-text-property
7939         on mail-header-separator.
7940
7941 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
7942
7943         * gnus-registry.el (gnus-registry-cache-whitespace)
7944         (gnus-registry-action, gnus-registry-spool-action)
7945         (gnus-registry-split-fancy-with-parent): changed message levels
7946         from 5 to 3 or 7, as needed
7947
7948         * spam.el (spam-summary-prepare-exit)
7949         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
7950         (spam-split, spam-find-spam, spam-log-undo-registration)
7951         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
7952         level from 5 to 6
7953
7954 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-ems.el: Autoload appt-select-lowest-window (revert
7957         2004-03-04 change).
7958
7959 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7960
7961         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
7962         Use mapc when appropriate.
7963
7964         * sieve-manage.el (sieve-manage-open): do.
7965
7966         * nnweb.el (nnweb-insert-html): do.
7967
7968         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
7969         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
7970
7971         * nnspool.el (nnspool-request-group): do.
7972
7973         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
7974         do.
7975
7976         * nnml.el (nnml-request-update-info): do.
7977
7978         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
7979         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
7980
7981         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
7982         (nnimap-request-set-mark): do.
7983
7984         * nnfolder.el (nnfolder-request-update-info): do.
7985
7986         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
7987         do.
7988
7989         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
7990
7991         * gnus-uu.el (gnus-uu-find-articles-matching): do.
7992
7993         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
7994         do.
7995
7996         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
7997         do.
7998
7999         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8000
8001         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8002
8003         * gnus-int.el (gnus-start-news-server): do.
8004
8005         * gnus-group.el (gnus-group-make-kiboze-group)
8006         (gnus-group-browse-foreign-server): do.
8007
8008 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8009
8010         FIXME: Make separate entries for each person.
8011
8012         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8013         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8014         <shields@msrl.com>:
8015
8016         * spam.el (spam-necessary-extra-headers): get the extra headers we
8017         may need for spam sorting and scoring
8018         (spam-user-format-function-S): a user format function suitable for
8019         general use
8020         (spam-article-sort-by-spam-status): sorting function for summary
8021         sorting
8022         (spam-extra-header-to-number): get a score from a header
8023         (spam-summary-score): get a numeric score from the headers
8024         (spam-generic-score): oops, function doc in wrong place
8025         (spam-initialize): take symbols when it's run, and install the
8026         extra headers that spam-necessary-extra-headers thinks we need
8027
8028 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8029
8030         * spam.el (spam-summary-prepare-exit): logic and message fix.
8031         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8032
8033 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8034
8035         * gnus-sum.el (gnus-set-global-variables)
8036         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8037         (gnus-article-get-xrefs, gnus-summary-best-group)
8038         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8039         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8040         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8041         with-current-buffer.
8042
8043 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8044
8045         * spam.el (spam-summary-prepare-exit): simplified logic
8046         (spam-fetch-article-header): read the article header if it's not
8047         available
8048         (spam-list-articles): simplified logic
8049         (spam-filelist-register-routine): found bug with unregister-list
8050
8051         * gnus-registry.el: clarified comments at beginning
8052
8053 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8054
8055         * message.el (message-cater-to-broken-inn): Remove.
8056         (message-shorten-references): Make sure the total folded length of
8057         References is shorter than 998 characters to cater to a bug in INN
8058         2.3.  Also, don't pretend that references aren't folded -- this
8059         hasn't worked for a while.
8060
8061 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8062
8063         * gnus-agent.el (gnus-agentize):
8064         gnus-agent-send-mail-real-function no longer set to current value
8065         of message-send-mail-function but rather a lambda that calls
8066         message-send-mail-function.  The change makes the agent real-time
8067         responsive to user changes to message-send-mail-function.
8068
8069 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8070
8071         * legacy-gnus-agent.el
8072         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8073         help from Florian Weimer <fw@deneb.enyo.de>
8074
8075 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * nnmail.el (nnmail-cache-insert): Revert last change.
8078
8079 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * nnmail.el (nnmail-cache-insert): Always check whether
8082         nnmail-cache-ignore-groups matches a group name.
8083
8084 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8085
8086         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8087         (spam-find-spam, spam-log-processing-to-registry)
8088         (spam-log-registered-p, spam-log-unregistration-needed-p)
8089         (spam-log-undo-registration): use gnus-message instead of
8090         gnus-error, none of these errors are fatal
8091
8092         * gnus-registry.el (gnus-registry-clean-empty-function)
8093         (gnus-registry-clean-empty): remove only empty entries without
8094         extra data
8095
8096 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * spam-stat.el (spam-stat-buffer-change-to-spam)
8099         (spam-stat-buffer-change-to-non-spam): change (error) to
8100         (gnus-message 8) invocation
8101
8102 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * nntp.el (nntp-via-netcat-command): New variable.
8105         (nntp-via-netcat-switches): New variable.
8106         (nntp-open-via-rlogin-and-netcat): New function.
8107         (nntp-open-connection-function): Doc fix.
8108         (nntp-telnet-command): Doc fix.
8109         (nntp-end-of-line): Doc fix.
8110         (nntp-via-rlogin-command): Doc fix.
8111         (nntp-via-user-name): Doc fix.
8112         (nntp-via-address): Doc fix.
8113
8114 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8117         error in Emacs 21.1.
8118
8119 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8122
8123 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8124         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8125         (gnus-agent-with-refreshed-group): New macro.
8126         (gnus-agent-rename-group): New function.
8127         (gnus-agent-delete-group): New function.
8128         (gnus-agent-save-group-info): Use gnus-command-method when
8129         `method' parameter is nil.  Don't write nil entries into the
8130         active file.
8131         (gnus-agent-get-group-info): New function.
8132         (gnus-agent-fetch-articles): Use
8133         gnus-agent-update-files-total-fetched-for to increment disk space
8134         used.
8135         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8136         gnus-agent-update-view-total-fetched-for to increment disk space
8137         used.
8138         (gnus-agent-get-local): Added optional parameters to avoid calling
8139         gnus-group-real-name and gnus-find-method-for-group.
8140         (gnus-agent-set-local): Delete stored entry if either min, or max,
8141         are nil.
8142         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8143         quit, use gnus-agent-regenerate-group to record existance of any
8144         articles fetched to disk before the quit occurred.
8145         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8146         gnus-agent-update-view-total-fetched-for, and
8147         gnus-agent-update-files-total-fetched-for to decrement disk space
8148         used.
8149         (gnus-agent-retrieve-headers): Use
8150         gnus-agent-update-view-total-fetched-for to increment disk space
8151         used.
8152         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8153         with gnus-agent-update-files-total-fetched-for to decrement disk
8154         space and fresh group buffer.
8155         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8156         (gnus-agent-need-update-total-fetched-for): New variable.
8157         (gnus-agent-update-files-total-fetched-for): New function.
8158         (gnus-agent-update-view-total-fetched-for): New function.
8159         (gnus-agent-total-fetched-for): New function.
8160
8161         * gnus-cache.el (gnus-cache-save-buffers): Use
8162         gnus-cache-update-overview-total-fetched-for to change disk space
8163         used by this group.
8164         (gnus-cache-possibly-enter-article): Use
8165         gnus-cache-update-file-total-fetched-for to increment disk space
8166         used by this group.
8167         (gnus-cache-possibly-remove-article): Use
8168         gnus-cache-update-file-total-fetched-for to decrement disk space
8169         used by this group.
8170         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8171         (gnus-cache-rename-group): New function.
8172         (gnus-cache-delete-group): New function.
8173         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8174         (gnus-cache-need-update-total-fetched-for): New variable.
8175         (gnus-cache-with-refreshed-group): New macro.
8176         (gnus-cache-update-file-total-fetched-for): New function.
8177         (gnus-cache-update-overview-total-fetched-for): New function.
8178         (gnus-cache-rename-group-total-fetched-for): New function.
8179         (gnus-cache-delete-group-total-fetched-for): New function.
8180         (gnus-cache-total-fetched-for): New function.
8181
8182         * gnus-group.el: Require gnus-sum and autoload functions to
8183         resolve warnings when gnus-group.el compiled alone.
8184         (gnus-group-line-format): Documented new %F
8185         (size of Fetched data) group line format; identifies disk space
8186         used by agent and cache.
8187         (gnus-group-line-format-alist): Defined new F format.
8188         (gnus-total-fetched-for): New function.
8189         (gnus-group-delete-group): No longer update
8190         gnus-cache-active-altered as gnus-request-delete-group now keeps
8191         the cache in sync.
8192         (gnus-group-list-active): Let the agent store a server's active
8193         list if currently plugged.
8194
8195         * gnus-int.el (gnus-request-delete-group): Use
8196         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8197         local disk in sync with the server.
8198          (gnus-request-rename-group): Use
8199         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8200         local disk in sync with the server.
8201
8202         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8203         simplification to logic.
8204
8205         * gnus-util.el (gnus-rename-file): New function.
8206
8207 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8208
8209         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8210
8211 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8212
8213         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8214         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8215
8216 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8217
8218         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8219         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8220
8221 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8222
8223         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8224
8225 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * spam.el (spam-set-difference): new function to replace
8228         gnus-set-difference in spam.el
8229         (spam-summary-prepare-exit): use spam-set-difference
8230
8231 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * gnus-registry.el (gnus-registry-cache-file): updated to use
8234         gnus-dribble-directory OR gnus-home-directory OR ~
8235         (gnus-registry-split-fancy-with-parent): fixed doc
8236
8237 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * message.el (message-exchange-point-and-mark): Use
8240         message-mark-active-p.  Suggested by Jesper Harder
8241         <harder@ifa.au.dk>.
8242
8243 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * message.el (message-exchange-point-and-mark): Don't activate
8246         region if it was inactive.  Suggested by Hiroshi Fujishima
8247         <pooh@nature.tsukuba.ac.jp>.
8248
8249 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-art.el (article-display-face): Display Faces in the same
8252         order as X-Faces.
8253
8254 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8257
8258 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8261         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8262         (gnus-article-mime-hierarchy): Remove.
8263         (gnus-article-mime-hierarchy-next): Remove.
8264         (gnus-article-mode): Revert 2004-03-19 change.
8265         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8266         (gnus-insert-mime-button): Revert 2004-03-19 change.
8267         (gnus-mime-accumulate-hierarchy): Remove.
8268         (gnus-mime-enter-multipart): Remove.
8269         (gnus-mime-leave-multipart): Remove,
8270         (gnus-mime-display-part): Revert 2004-03-19 change.
8271         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8272
8273         * mml.el (mml-preview): Revert 2004-03-19 change.
8274
8275 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8276
8277         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8278
8279 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8282         t while entering a file name using the mm-with-multibyte macro.
8283         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8284
8285         * mm-util.el (mm-with-multibyte): New macro.
8286
8287 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8290         user option.
8291         (gnus-mime-multipart-functions): Doc and customization fix.
8292         (gnus-article-mime-hierarchy): New variable.
8293         (gnus-article-mime-hierarchy-next): New variable.
8294         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8295         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8296         gnus-article-mime-hierarchy-next to nil.
8297         (gnus-insert-mime-button): Show hierarchy numbers.
8298         (gnus-mime-accumulate-hierarchy): New function.
8299         (gnus-mime-enter-multipart): New function.
8300         (gnus-mime-leave-multipart): New function.
8301         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8302         (gnus-mime-display-alternative): Show hierarchy numbers.
8303
8304         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8305         gnus-article-mime-hierarchy-next to nil.
8306
8307 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8308
8309         * dns.el: Don't require gnus-xmas.
8310
8311 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8312
8313         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8314         inline PGP.
8315         (mml-menu): Disable mml-quote-region if mark is inactive.
8316
8317 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8320         when the group's active is not available.
8321
8322 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8325         error.
8326
8327 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * imap.el (imap-store-password): New variable.
8330         (imap-interactive-login): Use it.
8331         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8332
8333 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8336         window-start and hscroll to summary window.
8337
8338 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8339
8340         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8341         conversion message to newsrc-dribble when an actual conversion is
8342         performed.
8343
8344 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8345
8346         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8347
8348 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * mm-decode.el (mm-complicated-handles): New function reviving
8351         former definition of mm-multiple-handles.
8352
8353         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8354         (gnus-mime-delete-part): Use it.
8355
8356 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8357
8358         * gnus-agent.el (gnus-agent-read-local): Bind
8359         nnheader-file-coding-system to gnus-agent-file-coding-system to
8360         avoid the implicit assumption that they will always be equal.
8361         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8362         coding-system-for-write, as the with-temp-file macro first prints
8363         to a buffer then saves the buffer.
8364
8365 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-art.el (gnus-article-edit-part): New function.
8368         (gnus-mime-save-part-and-strip): Use it; do query instead of
8369         signaling an error; don't use mm-multiple-handles.
8370         (gnus-mime-delete-part): Ditto.
8371
8372 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8373
8374         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8375         old file versions.
8376         (gnus-group-prepare-hook): Removed function that converted list
8377         form of gnus-agent-expire-days to group properties.
8378
8379         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8380         (gnus-request-accept-article): Re-indented.
8381
8382         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8383         converters to handle old agent file formats.  Added logic for a
8384         "backup before upgrading warning".
8385         (gnus-convert-mark-converter-prompt): Developers can mark
8386         functions as needing (default), or not needing,
8387         gnus-convert-old-newsrc's "backup before upgrading warning".
8388         (gnus-convert-converter-needs-prompt): Tests whether the user
8389         should be protected from potentially irreversable changes by the
8390         function.
8391
8392         * legacy-gnus-agent.el (): New. Provides converters that are only
8393         loaded when gnus-convert-old-newsrc needs to call them.
8394
8395 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * mail-source.el (mail-source-touch-pop): Doc fix.
8398
8399         * message.el (message-smtpmail-send-it): Doc fix.
8400
8401 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8402
8403         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8404
8405         * nnmail.el (nnmail-split-fancy): do.
8406
8407         * gnus-kill.el (gnus-kill, gnus-execute): do.
8408
8409 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8410
8411         * gnus-sum.el (gnus-widget-reversible-match)
8412         (gnus-widget-reversible-to-internal)
8413         (gnus-widget-reversible-to-external): New functions.
8414         (gnus-widget-reversible): New widget.
8415         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8416
8417 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8418
8419         * gnus-sum.el (gnus-thread-sort-functions)
8420         (gnus-article-sort-functions): Document `(not F)' items.
8421
8422 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * spam.el (spam-use-gmane-xref): new backend
8425         (spam-gmane-xref-spam-group): variable to control the name of the
8426         Gmane spam group
8427         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8428         (spam-regex-headers-spam, spam-regex-headers-ham)
8429         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
8430         (spam-list-of-checks): added spam-use-gmane-xref to list of
8431         backends and checks
8432         (spam-check-gmane-xref): function for spam-use-gmane-xref
8433
8434         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
8435         an autodetect method
8436
8437 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8438
8439         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8440         articles are being added to a group.
8441         (gnus-request-replace-article): Inform the agent that articles
8442         need to be uncached as the cached contents are no longer valid.
8443
8444 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * binhex.el: Don't autoload executable-find.
8447
8448         * canlock.el: Don't autoload mail-fetch-field.
8449
8450         * dgnushack.el: Autoload c-mode for XEmacs.
8451
8452         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8453
8454         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8455         rmail-dont-reply-to and rmail-output.
8456
8457         * gnus-score.el: Don't autoload ffap-string-at-point.
8458
8459         * gnus-setup.el: Don't autoload sc-cite-original.
8460
8461         * imap.el: Don't autoload base64-decode-string,
8462         base64-encode-string and md5.
8463
8464         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8465         and rmail-msg-restore-non-pruned-header.
8466
8467         * mm-decode.el: Don't autoload executable-find.
8468
8469         * mm-url.el: Don't autoload executable-find.
8470
8471         * mm-view.el: Don't autoload diff-mode.
8472
8473         * nndb.el: Don't autoload news-reply-mode, news-setup,
8474         cancel-timer and telnet.
8475
8476         * password.el: Don't autoload run-at-time for Emacs.
8477
8478         * sha1-el.el: Don't autoload executable-find.
8479
8480         * sieve-mode.el: Don't autoload c-mode.
8481
8482         * uudecode.el: Don't autoload executable-find.
8483
8484 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8485
8486         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8487         (gnus-agent-possibly-alter-active): Avoid null in numeric
8488         comparison.
8489         (gnus-agent-set-local): Refuse to save null in local object table.
8490         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8491         list of articles that will be marked as unread.
8492
8493 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8496
8497 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8498
8499         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8500         language tags.
8501
8502 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8503
8504         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8505         Don't bind "obarray".
8506
8507         * gnus-sum.el (gnus-thread-sort-functions): Added
8508         `gnus-thread-sort-by-most-recent-number' and
8509         `gnus-thread-sort-by-most-recent-date'.
8510         Reported by Kai Grossjohann <kai@emptydomain.de>.
8511
8512 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8515
8516 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8517
8518         * gnus-cus.el (gnus-agent-customize-category): Removed
8519         ignore-errors macro reference that required cl to be loaded at
8520         run-time.
8521
8522         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8523         single-interval range of the form (min . max).  Previously the
8524         range had to look like ((min . max)).  Likewise, return
8525         (min . max) rather than ((min . max)).
8526         (gnus-range-map): Use gnus-range-normalize to accept
8527         single-interval range.
8528
8529         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8530         the cache, but not the agent, now appear with their usual face.
8531
8532         * dgnushack.el (loaddir): New variable that is bound to the
8533         directory containing the dgnushack.el file. Use loaddir, rather
8534         than srcdir, to update load-path. Change lets dgnushack compile
8535         code in directories other than GNUS/lisp.
8536
8537 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * lpath.el: Don't bind w3m-safe-url-regexp.
8540
8541         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8542         w3m-safe-url-regexp variable buffer-local.
8543
8544         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8545
8546 2004-02-27  Simon Josefsson  <jas@extundo.com>
8547
8548         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8549         gnus-group-real-prefix.
8550         (gnus-summary-move-article): Use it, instead of
8551         gnus-group-real-prefix.
8552
8553 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * lpath.el: Bind w3m-safe-url-regexp.
8556
8557         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8558         w3m-safe-url-regexp variable buffer-local and set it as the value
8559         of mm-w3m-safe-url-regexp.
8560
8561         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8562
8563         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8564         parsing gnus-posting-styles when the message is not for replying.
8565
8566         * dgnushack.el: Autoload sgml-mode for XEmacs.
8567
8568         * nnrss.el (nnrss-opml-export): Use
8569         mm-set-buffer-file-coding-system instead of
8570         set-buffer-file-coding-system.
8571
8572 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8573
8574         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8575         of checkdoc.el).
8576         * nnrss.el: do.
8577         * gnus-mlspl.el: do.
8578         * gnus-ml.el: do.
8579         * gnus-srvr.el: do.
8580
8581         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8582
8583 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8584
8585         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8586         Corrections to custom-manual links.
8587
8588         * gnus-art.el (gnus-article): Ditto.
8589
8590         * mm-decode.el (mime-display, mime-security): Ditto.
8591
8592 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8593
8594         * flow-fill.el: Typo.
8595
8596 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8597
8598         * spam-wash.el: New file.
8599
8600 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8601
8602         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8603
8604 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8605
8606         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
8607         to be run with new-articles as LIST1, not LIST2
8608         (spam-registration-functions): add spam-use-ham-copy as a nil
8609         registration backend
8610
8611 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8612
8613         * spam-stat.el (spam-stat-washing-hook): New option.
8614         (spam-stat-buffer-words): Use it.
8615         (spam-stat-process-directory, spam-stat-test-directory): Use
8616         insert-file-contents-literally.
8617         (spam-stat-coding-system): New variable.
8618         (spam-stat-load, spam-stat-save): Use it.
8619
8620 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * spam-report.el (spam-report-plug-agent): Quote
8623         spam-report-url-to-file and spam-report-url-ping-plain.
8624
8625 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8628         / in mailto URLs.
8629
8630 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * spam-report.el (spam-report-process-queue): Fix interactive use.
8633         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8634         (spam-report-unplug-agent): Doc fixes.
8635         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8636         (spam-report-agentize, spam-report-deagentize): Autoload
8637
8638 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8641
8642         * message.el (message-setup-fill-variables): Add mml tags to
8643         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8644         <ajk@iu.edu>.
8645         (message-mode): Don't modify paragraph-separate there.
8646
8647 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * compface.el (uncompface-use-external): Default to undecided.
8650         (uncompface-use-external-threshold): New variable.
8651         (uncompface-float-time): New macro.
8652         (uncompface): Determine whether to use the external decoder if
8653         uncompface-use-external is undecided.
8654
8655 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8658         after images.
8659
8660         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8661
8662 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8663
8664         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8665
8666         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8667
8668         * gnus-sum.el (gnus-summary-limit-to-age)
8669         (gnus-summary-limit-children): do.
8670
8671         * gnus-int.el (gnus-request-scan): do.
8672
8673         * gnus-group.el (gnus-group-suspend): do.
8674
8675         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8676
8677         * gnus-cite.el (gnus-cite-parse-attributions): do.
8678
8679         * gnus-agent.el (gnus-summary-set-agent-mark)
8680         (gnus-agent-regenerate-group): do.
8681
8682         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
8683
8684         * binhex.el (binhex-decode-region-internal): do.
8685
8686 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-fun.el (gnus-face-properties-alist): New user option.
8689         (gnus-display-x-face-in-from): Use it.
8690
8691         * gnus-art.el (article-display-face): Ditto.
8692
8693         * compface.el (uncompface-use-external): Default to nil.
8694
8695 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
8696
8697         * nntp.el (nntp-erase-buffer): New function.
8698         (nntp-retrieve-data, nntp-send-command)
8699         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
8700         (nntp-possibly-change-group): Use it.
8701
8702         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
8703         with-current-buffer.
8704
8705 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
8706
8707         * compface.el: Merge the ELisp-based uncompface program.
8708         (compface): New customization group.
8709         (uncompface-use-external): New user option.
8710         (uncompface): Call uncompface-internal if uncompface-use-external
8711         is nil.
8712         (uncompface-internal): New function.  Note that there are also
8713         some other functions and variables added for this function.
8714
8715 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
8716
8717         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
8718         if necessary.
8719
8720 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * spam-report.el (spam-report-unplug-agent)
8723         (spam-report-plug-agent, spam-report-deagentize)
8724         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
8725         support for the Agent in spam-report: when unplugged, report to a
8726         file; when plugged, submit all the requests
8727
8728         * spam.el (spam-register-routine): improved message about
8729         registration
8730
8731 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
8732
8733         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
8734         dependencies.
8735         (rfc2047-encode): Use it.
8736
8737         * gnus-art.el (gnus-button-marker-list): Move before first
8738         reference.
8739
8740         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8741         (imap-parse-body): Fix format string mismatch.
8742
8743         * gnus-score.el (gnus-summary-increase-score): do.
8744
8745         * nnrss.el (nnrss-close): New function.
8746
8747 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
8748
8749         * nnrss.el (nnrss-make-filename): New function.
8750         (nnrss-request-delete-group, nnrss-read-server-data)
8751         (nnrss-save-server-data, nnrss-read-group-data)
8752         (nnrss-save-group-data): Use it.
8753         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
8754         (nnrss-read-server-data, nnrss-read-group-data): Use load.
8755         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
8756
8757 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
8758
8759         * mml.el (mml-compute-boundary-1): Don't uncompress files.
8760
8761 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
8762
8763         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
8764         files.
8765
8766         * message.el (message-generate-headers-first): Don't quote nil
8767         and t in docstrings.
8768
8769         * imap.el (imap-id): do.
8770
8771         * gnus-agent.el (gnus-agent-consider-all-articles)
8772         (gnus-agent-queue-mail): do.
8773
8774 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * spam-report.el (spam-report-process-queue): New function.
8777         Process requests from `spam-report-requests-file'.
8778         (spam-report-process-queue): Doc fix.
8779
8780 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * spam.el (spam-register-routine)
8783         (spam-log-processing-to-registry, spam-log-registered-p)
8784         (spam-log-unregistration-needed-p, spam-log-undo-registration):
8785         change "check" to "spam-check" for semi-clarity
8786
8787 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
8788
8789         * pop3.el: Require nnheader.
8790
8791         * mml-smime.el: Require cl.  Autoload message-fetch-field.
8792
8793         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
8794
8795         * gnus-picon.el: Require cl.
8796
8797         * gnus-fun.el: Require gnus-ems and gnus-util.
8798
8799         * gnus.el (gnus-method-to-server): Move defsubst before first use.
8800
8801         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
8802
8803         * gnus-art.el (gnus-article-edit-mode): Define before first
8804         reference.
8805
8806 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
8807
8808         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
8809         (gnus-uu-post-encoded): Use point-at-bol.
8810
8811         * gnus-topic.el (gnus-group-active-topic-p): do.
8812
8813         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
8814
8815         * gnus-group.el (gnus-group-kill-region): do.
8816
8817         * gnus-art.el (article-date-ut): do.
8818
8819         * message.el (message-fetch-field): Remove redundant
8820         case-fold-search binding.
8821         (message-narrow-to-field): Simplify.
8822
8823 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * spam.el (spam-directory): Derive from `gnus-directory'.
8826
8827         * spam-report.el (spam-report-url-to-file)
8828         (spam-report-requests-file): New function and variable for offline
8829         reporting.
8830         (spam-report-url-ping-function): Add `spam-report-url-to-file'
8831         and user defined function.
8832         (spam-report-url-ping-mm-url): Remove doubled slash.
8833
8834 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * spam.el (spam-list-of-processors): fixed spamassassin variable names
8837
8838 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
8839
8840         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
8841         format string mismatch.
8842
8843         * sieve.el (sieve-deactivate-all): do.
8844
8845         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8846
8847         * nnlistserv.el (nnlistserv-kk-wash-article): do.
8848
8849         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
8850
8851         * mm-bodies.el (mm-7bit-chars): Don't include \r.
8852
8853 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
8856         the list of checks
8857
8858 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
8859
8860         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
8861         padding.
8862
8863 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
8864
8865         * mm-view.el (mm-fill-flowed): New variable.
8866         (mm-inline-text): Use it.
8867
8868 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
8869
8870         * spam.el (spam-spamassassin-register-ham-routine)
8871         (spam-spamassassin-register-spam-routine): fixed function names
8872
8873 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus.el (gnus-tmp-grouplens): Remove.
8876         (gnus-summary-line-format): Remove grouplens.
8877
8878         * gnus-group.el (gnus-group-line-format): Ditto.
8879
8880         * gnus-spec.el (gnus-format-specs): Ditto.
8881         (gnus-update-format-specifications): Flush the group format spec
8882         cache if there's the grouplens stuff.
8883         (gnus-parse-simple-format): Replace %l with the empty string.
8884
8885 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
8886
8887         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
8888         omission.
8889
8890 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
8893         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8894
8895 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8896
8897         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
8898         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
8899         New macros and functions.
8900         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
8901         Handle > NLINK_MAX messages.
8902         * nnmaildir.el (nnmaildir-request-set-mark): Use
8903         nnmaildir--emlink-p and nnmaildir--eexist-p.
8904
8905 2004-01-25  Alex Schroeder  <alex@gnu.org>
8906
8907         * spam-stat.el (spam-stat-process-directory-age): New option.
8908         (spam-stat-process-directory): Use it.
8909
8910 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8911
8912         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
8913         (spam-stat-save): Accept prefix argument.
8914
8915 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
8916
8917         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
8918         links" error.
8919
8920 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
8923         the rest of the and/or forms.
8924
8925 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8926
8927         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
8928         compatibility with old .newsrc.eld files.
8929
8930         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
8931
8932         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
8933
8934         * gnus-start.el (gnus-1): do.
8935
8936         * gnus-group.el (gnus-group-line-format-alist): do.
8937
8938         * gnus.el (gnus-use-grouplens, gnus-visual): do.
8939
8940         * gnus-gl.el: Remove.
8941
8942 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8943
8944         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
8945         marks consisting of a single range {for example, (3 . 5)} rather
8946         than a list of a single range { ((3 . 5)) }.
8947
8948 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
8949
8950         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
8951         with-current-buffer.
8952         (spam-stat-store-current-buffer): Use insert-buffer-substring to
8953         avoid consing a string.
8954
8955         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
8956         Remove obsolete entries for big5 and gb2312.
8957
8958 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8959
8960         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
8961         uncompressed list.
8962
8963 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
8964
8965         * spam-stat.el (spam-stat-strip-xref): New function.
8966         (spam-stat-process-directory): Use it.
8967
8968         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
8969         here -- it's done in message-fetch-field.
8970
8971 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8972
8973         * gnus-agent.el (gnus-agent-queue-mail,
8974         gnus-agent-prompt-send-queue): New variables.
8975         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
8976         * gnus-draft.el (gnus-group-send-queue): Pass the group name
8977         "nndraft:queue" along to gnus-draft-send.  Use
8978         gnus-agent-prompt-send-queue.
8979         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
8980         is "nndraft:queue".  Suggested by Gaute Strokkenes
8981         <gs234@srcf.ucam.org>
8982
8983         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
8984         (agent-enable-undownloaded-faces): Added
8985         (gnus-agent-cat-groups): Use eval-and-compile, not
8986         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
8987         method of gnus-agent-cat-groups even when the buffer has been
8988         evaled.
8989         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
8990         delete gnus-agent-save-active-1.
8991         (gnus-agent-save-groups): Deleted. Identical to
8992         gnus-agent-save-active.
8993         (gnus-agent-write-active): No longer adjust agent's copy of active
8994         file as agent's adjustments are now stored in their own
8995         file. Removed optional parameter.
8996         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
8997         servers.  Add use of min/max range limits from server's local
8998         file.
8999         (gnus-agent-save-alist): Removed unused optional argument.
9000         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9001         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9002         (gnus-agent-set-local): A per-server file that keeps min/max range
9003         limits for articles known to the agent.  Provides a fast mechanism
9004         for altering many active ranges.
9005         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9006         active file (local makes it unnecessary).
9007         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9008
9009         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9010         (agent-enable-undownloaded-faces): Added
9011
9012         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9013         disable it when sending to "nndraft:queue".
9014         (gnus-group-send-queue): Add safety check to avoid sending queue
9015         when unplugged.
9016
9017         * gnus-group.el (gnus-group-catchup): Use new
9018         gnus-sequence-of-unread-articles, not
9019         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9020         numbers of articles.  Use gnus-range-map to avoid having to
9021         uncompress the unread list.
9022         (gnus-group-archive-directory,
9023         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9024         reference.
9025
9026         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9027         (gnus-sorted-range-intersection): Intersection of two ranges
9028         without requiring that they first be uncompressed.
9029
9030         * gnus-start.el (gnus-activate-group): Unless blocked by the
9031         caller, possibly expand the active range to include both cached
9032         and agentized articles.
9033         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9034         multiple version-dependent converters.
9035         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9036         gnus-agent-save-active.
9037         (gnus-save-newsrc-file): Save dirty agent range limits.
9038
9039         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9040         gnus-agent-possibly-alter-active.
9041         (gnus-adjust-marked-articles): Faster handling of simple lists
9042
9043 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9044
9045         * spam-stat.el (spam-stat-test-directory): New optional argument
9046         displays a list of files detected.  Suggested by Andrew Cohen
9047         <cohen@andy.bu.edu>.
9048         (spam-stat-buffer-words-with-scores): Don't narrow and change
9049         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9050
9051 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9052
9053         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9054         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9055         (spam-spamassassin-arguments)
9056         (spam-spamassassin-spam-flag-header)
9057         (spam-spamassassin-positive-spam-flag-header)
9058         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9059         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9060         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9061         (spam-list-of-processors, spam-list-of-checks)
9062         (spam-list-of-statistical-checks, spam-registration-functions)
9063         (spam-check-spamassassin-headers, spam-check-spamassassin)
9064         (spam-spamassassin-score)
9065         (spam-spamassassin-register-with-sa-learn)
9066         (spam-spamassassin-register-spam-routine)
9067         (spam-spamassassin-register-ham-routine)
9068         (spam-assassin-register-spam-routine)
9069         (spam-assassin-register-ham-routine): add SpamAssassin support
9070         (spam-bogofilter-score): fix to show article before scoring
9071
9072 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9073
9074         * spam.el (gnus-summary-mode-map): make spam-generic-score the
9075         default scoring function
9076         (spam-generic-score): calls spam-spamassassin-score if
9077         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9078         spam-bogofilter-score otherwise.
9079
9080         * gnus.el (spam-process, spam-autodetect-methods): add
9081         spamassassin and spamassassin-headers
9082
9083 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9084
9085         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9086         Suppress unnecessary messages.
9087
9088 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9089
9090         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9091         make-hash-table.
9092
9093 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * canlock.el (base64-encode-string): Don't autoload it.
9096
9097 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * run-at-time.el: Remove useless (require 'itimer),
9100         eval-and-compile and (featurep 'xemacs).
9101
9102 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9103
9104         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9105         GROUP is a virtual group.
9106
9107 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9108
9109         * gnus.el: Autoload `message-y-or-n-p'.
9110
9111 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9112
9113         * pgg-parse.el: Remove unnecessary (require 'custom).
9114
9115         * pgg-def.el: do.
9116
9117         * nnmail.el: do.
9118
9119         * gnus-undo.el: do.
9120
9121         * gnus-picon.el: do.
9122
9123         * gnus-util.el: do.
9124
9125 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9128
9129 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9132         handle, as well as a list.
9133
9134         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9135         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9136         (mm-w3m-cid-retrieve): Simplify.
9137
9138 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9139
9140         * message.el (message-kill-to-signature): Allow prefix arg to
9141         specify number of lines to keep before signature.
9142
9143 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9144
9145         (message-kill-to-signature): Change docstring.
9146
9147 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9148
9149         * canlock.el: Always require sha1-el.
9150         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9151
9152         * message.el: Autoload sha1 only when compiling.
9153
9154         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9155         eudc-expand-inline for XEmacs.
9156
9157 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * message.el (message-canlock-generate): Require sha1-el.
9160
9161 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9162
9163         * message.el (message-expand-name): Silence the byte compiler.
9164
9165         * lpath.el: Add detect-coding-system.
9166
9167         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9168         cus-edit.
9169
9170 2004-01-13  Simon Josefsson  <jas@extundo.com>
9171
9172         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9173         Invoke gnus-score-mode.  Reported by
9174         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9175
9176         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9177         Jim Blandy <jimb@redhat.com> (tiny change).
9178
9179 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9180
9181         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9182
9183 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * spam.el (spam-get-article-as-string): updated to use
9186         gnus-request-article-this-buffer, much simpler
9187         (spam-get-article-as-buffer): removed
9188
9189 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9190
9191         * message.el (message-expand-name): Use EUDC if the user uses
9192         that.
9193
9194 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9195
9196         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9197         character for the encoding to avoid consing a string.
9198
9199         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9200         unnecessarily.
9201
9202         * mm-util.el (mm-replace-chars-in-string): Remove.
9203
9204         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9205         of mm-replace-chars-in-string.
9206
9207 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9208
9209         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9210         strings.
9211
9212         * mm-util.el (mm-subst-char-in-string): Support inplace.
9213
9214         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9215         a new string in every iteration.  Use shy groups.
9216
9217 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9218
9219         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9220         (gnus-group-change-level, gnus-kill-newsgroup)
9221         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9222         (gnus-get-unread-articles, gnus-make-articles-unread)
9223         (gnus-make-ascending-articles-unread): Use accessor
9224         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9225         to get group information for improved readability.
9226
9227         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9228
9229         * gnus-soup.el (gnus-soup-group-brew): do.
9230
9231         * gnus-msg.el (gnus-put-message): do.
9232
9233         * gnus-move.el (gnus-group-move-group-to-server): do.
9234
9235         * gnus-kill.el (gnus-batch-score): do.
9236
9237         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9238         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9239         (gnus-group-update-group, gnus-group-read-group)
9240         (gnus-group-make-group, gnus-group-make-help-group)
9241         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9242         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9243         (gnus-group-sort-by-unread, gnus-group-catchup)
9244         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9245         (gnus-group-yank-group, gnus-group-set-info)
9246         (gnus-group-list-groups): do.
9247
9248         * gnus.el (gnus-generate-new-group-name): do.
9249
9250         * gnus-delay.el (gnus-delay-send-queue): do.
9251
9252         * nnvirtual.el (nnvirtual-catchup-group): do.
9253
9254         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9255         do.
9256
9257         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9258         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9259
9260         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9261         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9262         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9263         (gnus-group-make-articles-read): do.
9264
9265 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9266
9267         * gnus-art.el (article-decode-mime-words, article-babel)
9268         (gnus-article-highlight-signature, gnus-article-add-buttons)
9269         (gnus-signature-toggle): Use gnus-with-article-buffer.
9270
9271         * gnus-art.el (gnus-article-highlight-headers)
9272         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9273
9274         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9275         (gnus-article-set-globals, gnus-request-article-this-buffer)
9276         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9277         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9278         (gnus-mime-display-alternative): Use with-current-buffer.
9279
9280 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9281
9282         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
9283         also under 80 char limit, and call gnus-error if needed
9284         (spam-fetch-article-header): finally fixed - it was a
9285         buffer-local variable (gnus-newsgroup-data)
9286         (spam-find-spam): use spam-generate-fake-headers, forget about
9287         spam-insert-fake-headers
9288         (spam-insert-fake-headers): removed
9289
9290 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9291
9292         * deuglify.el (gnus-article-outlook-unwrap-lines)
9293         (gnus-outlook-rearrange-article)
9294         (gnus-outlook-repair-attribution-outlook)
9295         (gnus-outlook-repair-attribution-block)
9296         (gnus-outlook-repair-attribution-other): Remove redundant
9297         save-excursion.
9298
9299 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9300
9301         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9302         (spam-fetch-field-subject-fast)
9303         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9304         (spam-fetch-article-header): new functions to deal with Gnus
9305         internals for fast retrieval of article header data
9306         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
9307
9308 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9309
9310         * pop3.el (pop3-md5): Remove.
9311         (pop3-apop): Replace pop3-md5 with md5.
9312
9313         * mm-bodies.el: base64 is always built-in.
9314
9315         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9316         with-current-buffer.
9317
9318 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * canlock.el (canlock-insert-header): Remove excessive grouping in
9321         regexp.
9322
9323         * gnus-sum.el (gnus-summary-read-document): Ditto.
9324
9325         * gnus-uu.el (gnus-uu-part-number): Ditto.
9326
9327         * html2text.el (html2text-remove-tags): Ditto.
9328         (html2text-format-tags): Ditto.
9329         (html2text-format-single-elements): Ditto.
9330
9331         * mml.el (mml-parse-1): Ditto.
9332
9333 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9334
9335         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9336
9337         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9338
9339         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9340
9341         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9342
9343 2003-11-15  Simon Josefsson  <jas@extundo.com>
9344
9345         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9346         (pgg-gpg-lookup-key): Use regexp match instead of
9347         split-string (split-string is different between emacs 21.2 and
9348         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9349
9350 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9351
9352         * gnus-art.el (gnus-mime-view-all-parts)
9353         (gnus-article-part-wrapper, gnus-article-view-part): Use
9354         with-current-buffer.
9355
9356 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9357
9358         * spam.el (spam-disable-spam-split-during-ham-respool)
9359         (spam-spamoracle-database, spam-cache-lookups)
9360         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9361         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9362         (spam-group-ham-marks, spam-group-spam-marks)
9363         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9364         (spam-list-of-processors, spam-list-of-statistical-checks): doc
9365         fix, also add spam-use-blackholes to the statistical checks
9366         (spam-fetch-field-fast): new interface to fetching fields, may
9367         become a macro
9368         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9369         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
9370         (spam-insert-fake-headers): fake an article when needed
9371         (spam-find-spam): fake article when possible
9372         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9373         (spam-check-bogofilter-headers): use message-fetch-field instead
9374         of nnmail-fetch-field
9375
9376 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9379
9380 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * spam.el (spam-split): do not require spam-use-CHECK to be
9383         enabled if that check is passed to spam-split explicitly; also
9384         fix so 'spam doesn't get converted to spam-split-group when
9385         spam-split-symbolic-return is t
9386         (spam-find-spam): find registrations of the article and use those
9387         instead of re-running spam-split to find the spam/ham
9388         classification of the article
9389         (spam-log-processing-to-registry, spam-log-registered-p)
9390         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9391         use gnus-error instead of gnus-message
9392         (spam-log-registration-type): new function to determine the
9393         classification of a message based on registry entries; will
9394         return nil if both 'spam and 'ham are found
9395         (spam-check-BBDB): expand all the BBDB macros here so we can have
9396         a reasonably fast local cache without the loading errors
9397         (spam-cache-lookups): set to t by default
9398         (spam-find-spam): don't try to guess spam-cache-lookups
9399         (spam-enter-whitelist, spam-enter-blacklist): also clear the
9400         spam-caches entry
9401         (spam-filelist-build-cache, spam-filelist-check-cache): better
9402         caching of whitelist/blacklist entries
9403         (spam-check-whitelist, spam-check-blacklist): invoke
9404         spam-from-listed-p with a type, not a cache variable
9405         (spam-from-listed-p): wrap around spam-filelist-check-cache
9406
9407 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9408
9409         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9410
9411         * nnmail.el (nnmail-split-fancy): do.
9412
9413         * mml.el (mml-parse): do.
9414
9415         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9416         (gnus-score-adaptive): do.
9417
9418 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9421         (gnus-mime-button-map): Don't set keymap parent.
9422         (gnus-button-ctan-directory-regexp): Use shy grouping.
9423         (gnus-prev-page-map): Don't set keymap parent.
9424         (gnus-prev-page-map): Remove duplicated one.
9425         (gnus-next-page-map): Don't set keymap parent.
9426         (gnus-mime-security-button-map): Ditto.
9427
9428         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9429         version number.
9430
9431         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9432
9433 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * canlock.el (canlock-sha1-function): Remove.
9436         (canlock-sha1-function-for-verify): Remove.
9437         (canlock-openssl-program): Remove.
9438         (canlock-openssl-args): Remove.
9439         (canlock-ignore-errors): Remove.
9440         (canlock-sha1-with-openssl): Remove.
9441         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9442         (canlock-verify): Don't use canlock-ignore-errors.
9443
9444         * sha1-el.el (sha1-string-external): Make it can return a string
9445         in binary form.
9446         (sha1-region-external): Ditto.
9447         (sha1-string-internal): Ditto.
9448         (sha1-region-internal): Ditto.
9449         (sha1-region): Ditto.
9450         (sha1-string): Ditto.
9451         (sha1): Ditto.
9452
9453 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * spam.el (spam-report-articles-gmane): New command.
9456
9457 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9460
9461         * run-at-time.el (run-at-time-saved): Remove.
9462         (run-at-time): Doc fix.
9463
9464 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9465
9466         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9467         (gnus-summary-limit-map): Add it.
9468         (gnus-summary-make-menu-bar): do.
9469
9470 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9473         first attempt at some caching support (done for BBDB only now)
9474         (spam-find-spam): set spam-cache-lookups if there are more than 2
9475         addresses to be checked
9476         (spam-clear-cache-BBDB): new function, to be invoked by
9477         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
9478         (spam-check-BBDB): check and use the caches, if
9479         spam-cache-lookups is on
9480         remove superfluous (provide)
9481
9482 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9485
9486 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9487
9488         * run-at-time.el (run-at-time-saved): Move to after the definition
9489         of `run-at-time'.
9490
9491         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9492
9493 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9494
9495         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9496         mm-w3m-local-map-property.
9497
9498         * mm-view.el (mm-w3m-mode-map): Remove.
9499         (mm-w3m-local-map-property): Remove.
9500         (mm-inline-text-html-render-with-w3m): Don't use
9501         mm-w3m-local-map-property.
9502
9503 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * run-at-time.el: New file.
9506
9507         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9508         under Emacs.
9509
9510         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9511         of gnus-set-text-properties.
9512
9513         * gnus-uu.el (gnus-uu-save-article): Ditto.
9514
9515         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9516
9517         * gnus-cite.el (gnus-cite-parse): Ditto.
9518
9519         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9520         of gnus-.
9521
9522         * gnus-xmas.el (run-at-time): Require run-at-time.
9523
9524         * gnus.el: Changed calls to nnheader-run-at-time and
9525         password-run-at-time throughout to use run-at-time directly.
9526
9527         * password.el: Removed definition of run-at-time.
9528
9529         * nnheaderxm.el: Remove definition of run-at-time.
9530
9531 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9532
9533         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9534         in prompt.
9535
9536 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9537
9538         * messagexmas.el (message-xmas-redefine): Alias
9539         `message-make-caesar-translation-table' to
9540         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9541         version.
9542
9543         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9544         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9545         `gnus-xmas-set-text-properties'.
9546         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9547         `gnus-xmas-completing-read'.
9548         (gnus-xmas-completing-read): Removed.
9549         (gnus-xmas-open-network-stream): Removed.
9550
9551         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9552         XEmacs version.
9553
9554         * dns.el (dns-make-network-process): Use `open-network-stream'
9555         instead of `gnus-xmas-open-network-stream'.
9556
9557         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9558
9559         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9560
9561 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9562
9563         * gnus-art.el (gnus-mime-display-alternative)
9564         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9565         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9566         Don't use gnus-local-map-property.
9567
9568         * gnus-util.el (gnus-local-map-property): Remove.
9569
9570         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9571         gnus-completing-read-maybe-default with completing-read.
9572
9573         * gnus-util.el (gnus-completing-read): do.
9574         (gnus-completing-read-maybe-default): Remove.
9575
9576 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9577
9578         * password.el: Only autoload `run-at-time' if not XEmacs.
9579         Only autoload the itimer functions if XEmacs.
9580
9581 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9584         XEmacsen.
9585
9586         * dgnushack.el: Autoload executable-find for XEmacs.
9587
9588 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9589
9590         * gnus-art.el (gnus-read-string): Remove.
9591         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9592         read-string.
9593
9594 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * netrc.el: autoload password-read
9597         (netrc): new configuration group
9598         (netrc-encoding-method, netrc-openssl-path): configuration
9599         variables for encoding and decoding of files with symmetric
9600         ciphers
9601         (netrc-encode): assistant function to encode a file with
9602         netrc-encoding-method
9603         (netrc-parse): added interactive parameter, added optional
9604         decoding if netrc-encoding-method is non-nil but otherwise
9605         behavior is standard
9606         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9607         s/encode/encrypt/ everywhere
9608
9609         * spam.el: remove executable-find autoload
9610
9611 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9612
9613         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9614
9615         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9616
9617 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gnus-art.el (gnus-treat-ansi-sequences,
9620         article-treat-ansi-sequences): New variable and function.
9621         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9622
9623         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9624         Use it.
9625
9626 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9627
9628         * mm-util.el (mm-quote-arg): Remove.
9629
9630         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9631         shell-quote-argument.
9632
9633         * gnus-uu.el (gnus-uu-command): do.
9634
9635         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9636
9637         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9638         with make-char.
9639
9640         * mm-util.el (mm-make-char): Remove.
9641
9642         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9643         add-minor-mode.
9644
9645         * gnus-undo.el (gnus-undo-mode): do.
9646
9647         * gnus-topic.el (gnus-topic-mode): do.
9648
9649         * gnus-sum.el (gnus-dead-summary-mode): do.
9650
9651         * gnus-start.el (gnus-slave-mode): do.
9652
9653         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9654
9655         * gnus-ml.el (gnus-mailing-list-mode): do.
9656
9657         * gnus-gl.el (gnus-grouplens-mode): do.
9658
9659         * gnus-draft.el (gnus-draft-mode): do.
9660
9661         * gnus-dired.el (gnus-dired-mode): do.
9662
9663         * gnus-ems.el (gnus-add-minor-mode): Remove.
9664
9665         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9666         Replace gnus-char-width with char-width.
9667
9668         * gnus-ems.el (gnus-char-width): Remove.
9669
9670         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9671         Replace gnus-char-width with char-width.
9672
9673         * gnus-ems.el (gnus-char-width): Remove.
9674
9675         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9676         definition.
9677         Remove Emacs 20 hash table compatibility code.
9678
9679         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9680         20 compatibility code.
9681
9682         * spam.el (spam-point-at-eol): Replace with point-at-eol.
9683
9684         * smime.el (smime-point-at-eol): Replace with point-at-eol.
9685
9686         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
9687         with point-at-{eol,bol}.
9688
9689         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
9690
9691         * imap.el (imap-point-at-eol): Replace with point-at-eol.
9692
9693         * flow-fill.el (fill-flowed-point-at-bol,
9694         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
9695
9696         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
9697         Replace with point-at-{eol,bol} throughout all files.
9698
9699 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * ntlm.el (ntlm-string-as-unibyte): New macro.
9702         (ntlm-build-auth-response): Use it.
9703
9704         Remove Emacs 20 stuff:
9705         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
9706         (butlast, mapc, remove): Remove the compiler macros.
9707         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
9708         of delq and copy-sequence.
9709         * gnus-art.el (popup-menu): Remove the compiler macro.
9710         * nnmail.el (nnmail-split-fancy): Don't support customizing with
9711         Emacs 20.
9712
9713 2004-01-05  Simon Josefsson  <jas@extundo.com>
9714
9715         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
9716         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
9717         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
9718         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
9719         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
9720         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
9721         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
9722         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
9723         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
9724         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
9725         ntlm-string-permute, string-lshift into ntlm-string-lshift,
9726         string-xor into ntlm-string-xor.  Suggested by
9727         Jesper Harder <harder@myrealbox.com>.
9728
9729         * ntlm.el: Don't include poem.
9730
9731         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
9732         Jesper Harder <harder@myrealbox.com>.
9733
9734         * sasl-ntlm.el, ntlm.el, md4.el: New files.
9735
9736         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
9737         probably breaks emacs with DL patch, but do we care? Is anyone
9738         still using the DL stuff?)
9739
9740         * sieve-manage.el: Use the password package.
9741         (sieve-manage-read-passwd): Remove.
9742         (sieve-manage-interactive-login): Use password.  Re-add
9743         condition-case around loop.
9744
9745         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
9746         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
9747         the password package.
9748
9749 2003-02-19  Simon Josefsson  <jas@extundo.com>
9750
9751         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
9752         token.
9753
9754 2002-08-07  Simon Josefsson  <jas@extundo.com>
9755
9756         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
9757         (sieve-manage-authenticators):
9758         (sieve-manage-authenticator-alist): Add some SASL mechs.
9759         (sieve-sasl-auth): New function.
9760         (sieve-manage-cram-md5-auth):
9761         (sieve-manage-plain-auth): Rewrite using SASL library.
9762         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
9763         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
9764         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
9765         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
9766
9767 2004-01-05  Simon Josefsson  <jas@extundo.com>
9768
9769         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
9770         New files.
9771
9772 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * gnus-group.el (gnus-no-groups-message): Update.
9775
9776         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
9777
9778 2003-11-09  Simon Josefsson  <jas@extundo.com>
9779
9780         * imap.el: Support for ID IMAP extension (RFC 2971).
9781         (imap-local-variables): Add imap-id.
9782         (imap-id): New variable.
9783         (imap-id): New function.
9784         (imap-parse-response): Parse untagged ID response.
9785         * nnimap.el (nnimap-id): New variable.
9786         (nnimap-open-connection): Use it.
9787
9788 2003-12-28  Simon Josefsson  <jas@extundo.com>
9789
9790         * gnus-score.el (gnus-score-edit-all-score): New.
9791         * gnus-group.el (gnus-group-score-map): Bind it to W e.
9792
9793 2004-01-04  Simon Josefsson  <jas@extundo.com>
9794
9795         * password.el: Add.
9796
9797 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
9798
9799         * dns.el: Add support for AAAA records (see RFC 3596)
9800
9801         * Fix typo PRT -> PTR
9802
9803         * Parse MX, PTR and SOA replies (see RFC 1035)
9804
9805 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806
9807         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
9808
9809         * Moved to Changelog.2.
9810
9811 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9812
9813         * gnus.el (gnus-version-number): Bump version.
9814
9815 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9816
9817         * gnus.el: No Gnus v0.1 is released.
9818
9819 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9820
9821         * gnus.el: No Gnus v0.0 is released.
9822
9823 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus.el (gnus-version-number): Bump.
9826         (gnus-version): No.
9827
9828 See ChangeLog.2 for earlier changes.
9829
9830     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
9831   Copying and distribution of this file, with or without modification,
9832   are permitted provided the copyright notice and this notice are preserved.
9833
9834 ;; Local Variables:
9835 ;; coding: iso-2022-7bit
9836 ;; fill-column: 79
9837 ;; add-log-time-zone-rule: t
9838 ;; End:
9839
9840 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4