(message-remove-blank-cited-lines): New function.
[gnus] / lisp / ChangeLog
1 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-remove-blank-cited-lines): New function.
4         Suggested by Karl Pl\e,Ad\e(Bsterer.
5
6 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9         mapc.
10
11         * imap.el (imap-open): Replace mapcar called for effect with mapc.
12         (top-level): Use mapc to set functions to be traced for debugging.
13
14         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15         called for effect with while loop.
16
17         * message.el (message-talkative-question): Replace mapcar called for
18         effect with mapc.
19
20         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
21         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
22         called for effect with dolist.
23
24         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
25
26         * nndiary.el: Use dolist instead of mapcar to add diary headers to
27         gnus-extra-headers and nnmail-extra-headers.
28
29         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
30         called for effect with dolist.
31         (top-level): Use mapc to set functions to be traced for debugging.
32
33         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
34         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
35         dolist.
36
37         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
38         Replace mapcar called for effect with mapc.
39         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
40         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
41         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
42         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
43
44         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
45         remove-if that's a cl function.
46
47         * webmail.el (webmail-debug): Replace mapcar called for effect with
48         dolist.
49
50         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
51         with mapc.
52
53 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
56         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
57         with while loop.
58
59         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
60         functions from article-* functions.
61         (gnus-multi-decode-header): Replace mapcar called for effect with
62         dolist.
63
64         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
65         (gnus-bookmark-show-details): Replace mapcar called for effect with
66         while loop.
67
68         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
69         called for effect with while loop.
70
71         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
72         with dolist.
73
74         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
75         mapcar called for effect with dolist.
76
77         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
78
79         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
80         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
81         Replace mapcar called for effect with dolist.
82         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
83         mapc.
84
85         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
86         Replace mapcar called for effect with dolist.
87         (gnus-topic-list): Replace mapcar called for effect with mapc.
88
89         * gnus.el: Use mapc instead of mapcar to add autoloads.
90
91 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus.el (gnus-server-to-method): Return method found first in
94         gnus-newsrc-alist.
95
96         * gnus-art.el (gnus-article-highlight-signature)
97         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
98         button overlay without the front stickiness.
99
100 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
101
102         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
103         overview buffer needed a catch to receive its throw.
104         (gnus-agent-flush-cache): Declared as interactive to make this function
105         easier to use.
106
107 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
108
109         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
110         `next-line'.
111
112 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
115         exclude address matching message-dont-reply-to-names.
116
117 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-util.el (gnus-string<): New function.
120
121         * gnus-sum.el (gnus-article-sort-by-author)
122         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
123
124 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
125
126         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
127         the frame-focus tag is set in gnus-buffer-configuration.
128
129 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-art.el (gnus-article-add-button): Make a button overlay without
132         the front stickiness.
133
134 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
137         url pattern; remove duplicate one.
138         (gnus-article-extend-url-button): New function.
139         (gnus-article-add-buttons): Use it.
140         (gnus-button-push): Use concatenated url that it makes.
141
142 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
143
144         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
145         Fix comment about "iso8859-1".
146
147 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
148
149         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
150         ones returned from the verify-function.
151
152         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
153         mml2015-extract-cleartext-signature if extraction failed.
154
155 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
156
157         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
158         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
159         failed.
160
161 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
162
163         * Relicense "GPLv2 or later" files to "GPLv3 or later".
164
165 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
166
167         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
168         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
169         recommends to use EasyPG instead of PGG.
170
171         * pgg.el: Revert to revision 6.23.2.16
172
173         * pgg-def.el: Revert to revision 6.6.2.14.
174
175         * pgg-gpg.el: Revert to revision 6.23.2.34.
176
177 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
178
179         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
180         to mark a thread as expirable.  Add variable `hide' to handle hiding of
181         thread for both the null and zero (kill/expire thread) universal prefix
182         cases.
183         (gnus-summary-expire-thread): Add new function to expire a thread,
184         using gnus-summary-kill-thread.
185         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
186         shortcuts for gnus-summary-expire-thread.
187         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
188         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
189
190 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
193         extras value, so an extras entry can be deleted.
194         (gnus-registry-delete-extra-entry): Use it.
195         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
196         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
197         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
198          storage through the gnus-registry, and provide an appropriate API for
199          it.
200
201 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
204         Suggested by Leo <sdl.web@gmail.com>.
205
206         * gnus.el: Do.
207
208 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
211         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
212
213         * gnus-agent.el (gnus-agent-fetch-headers): Do.
214
215         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
216         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
217
218 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
221         newline.
222         (nnmbox-request-accept-article): Don't change article in source buffer;
223         narrow to header to use message-fetch-field rather than
224         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
225         (nnmbox-request-replace-article): Quote lines that'll be misidentified
226         as delimiters; make sure article ends with newline.
227         (nnmbox-delete-mail): Correct last position of article to be deleted;
228         ignore X-Gnus-Newsgroup header in article body.
229         (nnmbox-save-mail): Quote lines looking like delimiters at the right
230         positions; make sure article ends with newline.
231
232         * message.el (message-display-abbrev): Don't infloop when a user
233         inserts SPC in the beginning of header.
234
235         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
236         coding-system-for-read and coding-system-for-write for XEmacs having no
237         file-coding feature.
238
239         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
240
241 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
242
243         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
244         list of groups not followed by default.  Fix type to be regexp.
245         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
246
247 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
248
249         * hmac-def.el (define-hmac-function): Switch from old-style to
250         new-style backquotes.
251
252         * md4.el (md4-make-step): likewise.
253
254 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
257         raw-text coding system when saving .newsrc file, which may contain
258         non-ASCII group names.
259
260 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * gnus-cus.el (gnus-score-extra): New widget.
263         (gnus-score-extra-convert): New function.
264         (gnus-score-customize): Use it for Extra.
265
266 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
267
268         * mml2015.el (mml2015-extract-cleartext-signature): New function.
269         (mml2015-mailcrypt-clear-verify): Use it.
270         (mml2015-gpg-clear-verify): Use it.
271         (mml2015-pgg-clear-verify): Use it.
272         (mml2015-epg-clear-verify): Replace the current part with the output
273         from GnuPG; don't extract the plaintext by itself.
274
275         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
276         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
277         mml2015-clear-verify-function; don't touch the armor headers or
278         dash-escaped text here.
279
280 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
283         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
284         parts, or application/octet-stream as a last resort.
285         (gnus-mime-view-part-as-type): Don't toggle display.
286         (gnus-mime-view-part-as-charset): Don't turn off display before
287         querying charset.
288
289         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
290         stuff to undisplayer function in Emacs.
291         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
292
293         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
294         text/calendar parts.
295
296 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
299         decoding text/calendar parts.
300
301         * message.el (message-forward-make-body-mime): Always mark body as
302         having no illegible text; remove signed-or-encrypted argument.
303         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
304
305         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
306         (mml-generate-mime-1): Don't encode body if it is specified to be in
307         raw form; don't make buffer be unibyte when inserting multibyte string.
308
309 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * sha1.el: Fix up comment style.
312         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
313         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
314
315         * hex-util.el: Fix up comment style.
316         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
317
318         * gnus-salt.el: Use with-current-buffer.
319         (gnus-pick-setup-message): Fix long-standing typo.
320
321 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * imap.el (imap-logout-timeout): New variable.
324         (imap-logout, imap-logout-wait): New functions.
325         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
326
327         * nnimap.el (nnimap-logout-timeout): New server variable.
328         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
329         nnimap-logout-timeout.
330
331         * gnus-art.el (gnus-article-summary-command-nosave)
332         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
333
334 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * gnus.el (gnus-maximum-newsgroup): New variable.
337
338         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
339         according to gnus-maximum-newsgroup.
340
341         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
342         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
343         Limit the range of articles according to gnus-maximum-newsgroup.
344
345 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
346
347         * gnus-art.el (gnus-sticky-article): Fixed problems described in
348         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
349         Don't perform gnus-configure-windows here; reuse existing sticky
350         article buffer.
351
352         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
353         it doesn't exist in gnus-article-mode.
354
355 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
358         (gnus-agent-decoded-group-name): New function.
359         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
360         (gnus-agent-expire-group-1): Use it; decode group name in messages.
361
362 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
363
364         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
365         Add binding for gnus-sticky-article.
366         (gnus-summary-exit): Don't kill sticky article buffers.
367
368         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
369         article buffer.
370         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
371         (gnus-kill-sticky-article-buffers): New commands.
372
373 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * nntp.el (nntp-xref-number-is-evil): New server variable.
376         (nntp-find-group-and-number): If it is non-nil, don't trust article
377         numbers in the Xref header.
378
379 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-agent.el (gnus-agent-read-group): New function.
382         (gnus-agent-flush-group, gnus-agent-expire-group)
383         (gnus-agent-regenerate-group): Use it.
384         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
385         nnmail-pathname-coding-system.
386
387 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
390
391         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
392         that are unread as unread, and also as selected so that information of
393         marks having been changed by a user may be updated when exiting group.
394
395 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-art.el (gnus-mime-display-single): Pass part number that is
398         calculated ignoring signature parts to gnus-treat-article.
399
400 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
403         a point here in order to keep the window start.
404         (gnus-insert-mime-security-button): Make a button overlay without the
405         front stickiness.
406         (gnus-mime-display-security): Goto the end of a button.
407
408         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
409
410 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
413         group-name-at-point.
414         (gnus-group-completing-read): New function that offers decoded
415         non-ASCII group names for completion.
416         (gnus-fetch-group, gnus-group-read-ephemeral-group)
417         (gnus-group-jump-to-group, gnus-group-make-group-simple)
418         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
419         (gnus-group-fetch-control): Use it.
420         (gnus-fetch-group): Use group-name-at-point for the initial value
421         rather than the default value; use gnus-alive-p.
422
423         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
424         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
425         (gnus-summary-post-news): Use gnus-group-completing-read.
426
427         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
428         (gnus-read-move-group-name): Decode group name for completion.
429
430 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
431
432         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
433         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
434         Yamaoka slightly modified the code).
435
436 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
439         (nnmail-split-incoming): Bind it.
440
441         * nnml.el (nnml-group-name-charset): New function.
442         (nnml-decoded-group-name): Use it; don't decode group name if
443         nnmail-group-names-not-encoded-p is non-nil.
444         (nnml-encoded-group-name): New function.
445         (nnml-group-pathname): Inline nnml-decoded-group-name.
446         (nnml-request-expire-articles): Decode group name in message.
447         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
448         nnmail-pathname-coding-system.
449         (nnml-save-mail, nnml-active-number): Work with decoded group names and
450         not decoded ones according to nnmail-group-names-not-encoded-p.
451         (nnml-generate-active-info): Use nnml-encoded-group-name.
452
453 2007-08-08  Glenn Morris  <rgm@gnu.org>
454
455         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
456         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
457         doc-strings and comments.
458
459 2007-07-25  Glenn Morris  <rgm@gnu.org>
460
461         * Relicense all FSF files to GPLv3 or later.
462
463 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus-sum.el (gnus-summary-move-article): Make
466         gnus-summary-respool-article work.
467
468 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
469
470         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
471         string.
472
473 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
474
475         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
476         that should be ignored when comparing distant RSS articles with local
477         ones.
478         (nnrss-make-hash-index): New function.  Create a hash index according
479         to the ignored fields.
480         (nnrss-check-group): Use it.
481
482 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
485
486         * gnus-art.el (article-decode-group-name): Decode Xref header too.
487
488         * gnus-group.el (gnus-group-make-group): Encode group name here unless
489         the new optional argument ENCODED is non-nil.
490         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
491         coding system for encoding group name.
492         (gnus-group-make-rss-group): Pass un-encoded group name to
493         gnus-group-make-group.
494         (gnus-group-set-info): Tell gnus-group-make-group that group name is
495         encoded.
496
497         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
498         Encode group name to which articles are moved or copied.
499         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
500         coding system for encoding Newsgroup, Followup-To and Xref headers.
501
502         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
503         marks; use nnheader-file-coding-system to write a file.
504         (nnagent-retrieve-headers): Bind file-name-coding-system to
505         nnmail-pathname-coding-system.
506
507         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
508
509         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
510         (nnml-request-article, nnml-request-create-group)
511         (nnml-request-rename-group, nnml-find-id)
512         (nnml-possibly-change-directory, nnml-possibly-create-directory)
513         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
514         (nnml-save-marks): Use nnml-group-pathname instead of
515         nnmail-group-pathname.
516
517         (nnml-request-create-group, nnml-request-expire-articles)
518         (nnml-request-move-article, nnml-request-delete-group)
519         (nnml-deletable-article-p, nnml-possibly-create-directory)
520         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
521         (nnml-open-marks): Bind file-name-coding-system to
522         nnmail-pathname-coding-system.
523
524         (nnml-request-article): Pass server argument to nnml-find-group-number.
525         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
526         server argument to nnml-possibly-create-directory.
527         (nnml-request-accept-article): Pass server argument to
528         nnml-active-number and nnml-save-mail.
529         (nnml-find-group-number): Pass server argument to nnml-find-id.
530         (nnml-request-update-info): Pass server argument to
531         nnml-marks-changed-p.
532
533         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
534         (nnml-save-mail, nnml-active-number): Add server argument.
535
536         (nnml-request-delete-group): Warn if group is missing.
537         (nnml-get-nov-buffer): Decode group name.
538         (nnml-generate-active-info): Encode group name.
539         (nnml-open-marks): Decode group name in messages.
540
541 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
544         if it is not specified.
545         (gnus-article-pipe-part, gnus-article-save-part)
546         (gnus-article-interactively-view-part, gnus-article-copy-part)
547         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
548         (gnus-article-inline-part, gnus-article-save-part-and-strip)
549         (gnus-article-replace-part, gnus-article-delete-part)
550         (gnus-article-view-part-as-type): Pass raw prefix argument to
551         gnus-article-part-wrapper.
552
553 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-agent.el (gnus-agent-save-active): Bind
556         nnheader-file-coding-system to gnus-agent-file-coding-system.
557
558         * gnus-cache.el (gnus-cache-save-buffers)
559         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
560         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
561         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
562         (gnus-cache-braid-nov, gnus-cache-braid-heads)
563         (gnus-cache-generate-active, gnus-cache-rename-group)
564         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
565         (gnus-cache-update-overview-total-fetched-for): Bind
566         file-name-coding-system to nnmail-pathname-coding-system.
567         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
568         variables.
569         (gnus-cache-decoded-group-name): New function.
570         (gnus-cache-file-name): Use it.
571         (gnus-cache-generate-active): Use non-decoded group name for active.
572
573         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
574         right place.
575         (gnus-write-active-file): Don't break non-ASCII group names.
576
577         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
578         nnmail-pathname-coding-system.
579
580         * lpath.el: Bind default-file-name-coding-system,
581         file-name-coding-system and language-info-alist for XEmacs.
582
583         * gnus-uu.el (gnus-uu-decode-save): Typo.
584
585 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
588
589 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
592         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
593         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
594         (gnus-agent-flush-group, gnus-agent-flush-cache)
595         (gnus-agent-fetch-headers, gnus-agent-load-alist)
596         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
597         (gnus-agent-retrieve-headers, gnus-agent-request-article)
598         (gnus-agent-regenerate-group)
599         (gnus-agent-update-files-total-fetched-for)
600         (gnus-agent-update-view-total-fetched-for): Bind
601         file-name-coding-system to nnmail-pathname-coding-system.
602         (gnus-agent-group-pathname): Don't encode file names by
603         nnmail-pathname-coding-system.
604         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
605         coding-system-for-write instead of buffer-file-coding-system to
606         gnus-agent-file-coding-system.
607
608         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
609         Decode group name.
610
611         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
612
613         * gnus-start.el (gnus-update-active-hashtb-from-killed)
614         (gnus-read-newsrc-el-file): Make group names unibyte.
615
616         * nnmail.el (nnmail-group-pathname): Don't encode file names by
617         nnmail-pathname-coding-system.
618
619         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
620         (nnrss-request-delete-group): Bind file-name-coding-system to
621         nnmail-pathname-coding-system.
622         (nnrss-read-server-data, nnrss-read-group-data): Bind
623         file-name-coding-system correctly.
624         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
625
626         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
627         (nntp-server-to-method-cache): New variable.
628         (nntp-group-pathname): New function that decodes non-ASCII group names.
629         (nntp-possibly-create-directory, nntp-marks-changed-p)
630         (nntp-save-marks, nntp-open-marks): Use it.
631         (nntp-possibly-create-directory, nntp-open-marks):
632         Bind file-name-coding-system to nnmail-pathname-coding-system.
633         (nntp-open-marks): Decode group names when bootstrapping marks.
634
635         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
636         Newsgroups and Folowup-To headers.
637
638 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
641         (gnus-server-closed-face, gnus-server-denied-face)
642         (gnus-server-offline-face): Remove variable.
643         (gnus-server-font-lock-keywords): Use faces that are not aliases.
644
645         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
646         of modifying message-stack directly for XEmacs.
647
648         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
649         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
650         if the coding-system argument is nil for XEmacs.
651
652         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
653         mm-charset-override-alist.
654
655         * rfc2047.el: Don't require base64; require rfc2045 for the function
656         rfc2045-encode-string.
657         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
658         to quote the parameter value.
659
660 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
663         form in gnus-group-name-charset-method-alist.
664
665         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
666         overrides the default layout edit-form.
667
668         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
669
670         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
671
672 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
675         as unfetched articles.
676
677 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
678
679         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
680
681 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
684         original back end that keeps marks in the local system.
685
686 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
689         arg of pop-to-buffer for XEmacs.
690         (gnus-article-read-summary-keys): Ditto; don't restore window
691         configuration if summary command ends up with neither article buffer
692         nor summary buffer; describe bindings if summary keys end with C-h.
693
694 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * message.el (message-fix-before-sending): Skip raw message part to be
697         forwarded while checking illegible text.
698         (message-forward-make-body-mime, message-forward-make-body): Mark
699         signed or encrypted raw message as having no illegible text.
700
701 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
704         (gnus-message-with-timestamp-1): New macro.
705         (gnus-message-with-timestamp): New function.
706         (gnus-message): Use them.
707
708         * nnheader.el (nnheader-message): Use them.
709
710 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
711
712         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
713         .newsrc.eld file.
714
715 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-agent.el (gnus-agent-fetch-headers)
718         (gnus-agent-retrieve-headers): Bind
719         gnus-decode-encoded-address-function to identity.
720
721         * nntp.el (nntp-send-xover-command): Recognize an xover command is
722         available also when the server returns simply a dot.
723
724         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
725
726 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
729
730 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * gnus-ems.el (gnus-x-splash): Make it work.
733
734         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
735         from being used.
736
737         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
738
739 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
742         4th and the 5th arguments.
743
744         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
745         the front stickiness.
746         (gnus-article-summary-command-nosave): Correct the order of the
747         arguments passed to pop-to-buffer.
748         (gnus-article-read-summary-keys): Ditto; make it work properly when the
749         summary command ends up with the article buffer.
750
751         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
752         the same faces.
753
754 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
755
756         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
757
758 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
759
760         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
761         * gnus-sum.el (gnus-summary-highlight):
762         * pgg.el (pgg-sign-region, pgg-sign):
763         * mail-source.el (mail-source-delete-old-incoming-confirm):
764         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
765
766 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-art.el (gnus-mime-view-part-externally)
769         (gnus-mime-view-part-internally): Fix predicate function passed to
770         completing-read.
771
772         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
773
774         * gnus.el (gnus-update-message-archive-method): Add :version.
775
776 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus.el (gnus-update-message-archive-method): New variable.
779
780         * gnus-start.el (gnus-setup-news): Update saved "archive" method
781         according to gnus-message-archive-method if
782         gnus-update-message-archive-method is non-nil.
783
784 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
787         by Loic Dachary <loic@dachary.org>.
788         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
789
790 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * message.el (message-pop-to-buffer): Add switch-function argument.
793         (message-mail): Pass switch-function argument to it.
794
795 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
796
797         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
798         Improve doc string.
799
800 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
803         (gnus-header-content)
804         * gnus-cite.el (gnus-cite-10)
805         * gnus-srvr.el (gnus-server-closed)
806         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
807         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
808         (gnus-group-mail-3-empty, gnus-group-mail-low)
809         (gnus-group-mail-low-empty, gnus-splash)
810         * message.el (message-header-to, message-header-cc)
811         (message-header-subject, message-header-other, message-header-name)
812         (message-header-xheader, message-separator, message-cited-text)
813         (message-mml): Lighten colors of faces used for dark background.
814
815 2007-05-24  Simon Josefsson  <simon@josefsson.org>
816
817         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
818         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
819
820 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * message.el (message-narrow-to-headers-or-head): Ignore
823         mail-header-separator in the body.
824
825 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
828         same as window size.
829
830 2007-05-22  Kevin Ryde  <user42@zip.com.au>
831
832         * message.el (message-font-lock-keywords): Use message-header-xheader
833         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
834         ahead of the anything pattern, to get it recognised.
835
836 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
839         spam.el loads uses it in the compiled defadvice form.
840
841 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
842
843         * gnus-sum.el (gnus-articles-to-read)
844         (gnus-summary-insert-old-articles): Don't truncate group name for
845         `read-string'.
846
847         * gnus-util.el (gnus-limit-string): Delete this function.
848
849         * gnus-sum.el (gnus-simplify-subject-fully): Use
850         `truncate-string-to-width' instead.
851
852 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
853
854         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
855         if, on summary exit, the next group has to be selected.
856         (gnus-summary-exit): Use it.
857
858 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
859
860         * gnus-art.el (gnus-article-mode): Fix comment about displaying
861         non-break space.
862
863 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
866         Check if group is not a directory.
867         (nnfolder-request-expire-articles): Don't delete articles if the target
868         group is not available.
869
870         * nnml.el (nnml-request-create-group): Properly check if group is not a
871         file.
872         (nnml-request-expire-articles): Don't delete articles if the target
873         group is not available.
874
875         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
876         Don't quote characters that are within parentheses.
877
878 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
881         (gnus-handle-ephemeral-exit): Select article according to it.
882
883 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * message.el (message-insert-formated-citation-line): Remove newline.
886         (message-citation-line-format): Add final \n here so that the user can
887         avoid a blank line.
888
889 2007-05-03  Dan Christensen  <jdc@uwo.ca>
890
891         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
892         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
893         Update lanl/arXiv support.
894
895 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
896
897         * gnus.el: Bump version number.
898
899 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus.el (gnus-version-number): Bump version.
902
903 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
904
905         * gnus.el: No Gnus v0.6 is released.
906
907 2007-04-27  Didier Verna  <didier@xemacs.org>
908
909         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
910         * gmm-utils.el (gmm-regexp-concat): here.
911         * message.el: Don't require 'gnus-util.
912         (message-dont-reply-to-names): Handle name change above.
913         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
914
915 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
918         since the initial value varies according to the system.
919
920 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * mm-util.el (mm-charset-synonym-alist): Defcustom.
923
924 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
925
926         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
927
928 2007-04-24  Didier Verna  <didier@xemacs.org>
929
930         Improve the type of gnus-ignored-from-addresses.
931         * gnus-util.el (gnus-orify-regexp): New function.
932         * message.el (gnus-util): Require it.
933         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
934         * gnus-sum.el (gnus-ignored-from-addresses): New function.
935         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
936
937 2007-04-24  Didier Verna  <didier@xemacs.org>
938
939         * gnus-sum.el:
940         * gnus-utils.el: Fix some trailing whitespaces.
941
942 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
943
944         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
945         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
946         article's Message-ID; refer parent article in summary buffer.
947
948         * message.el (message-bounce): Call mime-to-mml.
949
950         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
951         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
952         optimize and/or forms properly.
953
954 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
955
956         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
957         URL.
958
959 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
962
963 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
966         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
967         displayed of multipart/alternative part if it is invoked from summary
968         buffer.
969
970         * mm-view.el (mm-inline-text-html-render-with-w3m)
971         (mm-inline-text-html-render-with-w3m-standalone)
972         (mm-inline-render-with-function): Use mail-parse-charset by default.
973
974 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
975
976         * parse-time.el (parse-time-string-chars): Check if CHAR
977         is less than the length of parse-time-syntax.
978
979 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
982         from gnus-newsgroup-processable.
983
984 2007-04-16  Didier Verna  <didier@xemacs.org>
985
986         * gnus-msg.el (gnus-configure-posting-styles): Handle
987         message-signature-directory properly with :file syntax. Reported by
988         "Leo".
989
990 2007-04-11  Didier Verna  <didier@xemacs.org>
991
992         New user option: message-signature-directory.
993         * gnus-msg.el (gnus-configure-posting-styles): Support it.
994         * message.el (message-insert-signature): Ditto.
995         * message.el (message-signature-file): Doc update.
996         * message.el (message-signature-directory): New.
997
998 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-msg.el (gnus-inews-yank-articles): Use
1001         message-exchange-point-and-mark instead of exchange-point-and-mark.
1002
1003 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * message.el (message-yank-original): Make sure cited text ends with
1006         newline; don't exchange point and mark.
1007
1008 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1009
1010         * tls.el (open-tls-stream): Properly handle case where there
1011         is no associated buffer.
1012
1013 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1014
1015         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1016         message-yank-original, make sure (< mark TEXT point).
1017
1018 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1019
1020         * message.el (message-fill-column): New variable.
1021         (message-mode): Use it.  Add comment on a possible new hook.
1022
1023         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1024         (nnmail-get-new-mail): Reformat.
1025
1026         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1027
1028         * gmm-utils.el: Fix Commentary.
1029         (gmm-tool-bar-from-list): Fix typo in doc string.
1030
1031 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1032
1033         * message.el (message-yank-original): Don't switch point and mark
1034         unnecessarily to put point and mark as documented.
1035
1036 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1039         from the message heads.
1040
1041 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1042
1043         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1044         article buffer does not have a window.  This may not be the best
1045         solution but is certainly better than setting the start of the null,
1046         that is the current, window.
1047
1048 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1051         (gnus-draft-setup): Run it.
1052
1053         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1054         gnus-score-fast-scoring.  Allow regexp.
1055         (gnus-score-headers): Use it.
1056
1057         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1058         XEmacs.
1059
1060         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1061         string.
1062         (gnus-button-alist): Also catch `<f1> k ...'.
1063         (gnus-treat-display-x-face): Fix doc string.
1064
1065 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1066
1067         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1068         evaluation of gnus-extended-version to ensure correct generation of the
1069         User-Agent header when message-generate-headers-first is used.
1070
1071 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1072
1073         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1074         hashcash-path is nil.  Don't call callback with incorrect number of
1075         parameters if val is 0.
1076
1077 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1078
1079         * message.el (message-required-news-headers):
1080         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1081
1082 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1083
1084         * tls.el (open-tls-stream): In handshake-waiting loop,
1085         don't wait more if there is output available to process.
1086
1087 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1088
1089         * tls.el (tls-program): Doc fix.
1090
1091 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * message.el (message-generate-new-buffers): Change the meaning of the
1094         nil value; add `standard' to the choices; treat t as `unique'; improve
1095         doc string.
1096         (gnus-select-frame-set-input-focus): Autoload.
1097         (message-buffer-name): Search for the existing message buffer if
1098         message-generate-new-buffers is nil or `standard'; treat the value t of
1099         message-generate-new-buffers as `unique'.
1100         (message-pop-to-buffer): Raise the frame already displaying the message
1101         buffer; clear the echo area after querying.
1102         (message-setup): Pass the `continue' argument to compose-mail.
1103         (message-mail): Prefer `switch-function' if it is given; search for the
1104         existing message buffer if the `continue' argument is non-nil; pass
1105         continue and switch-function arguments to compose-mail by way of
1106         message-setup.
1107         (message-mail-other-window): Adjust argument of message-setup.
1108         (message-mail-other-frame): Ditto.
1109
1110 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1113         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1114         to turn font-lock on when turning gnus-message-citation-mode on.
1115
1116 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1117
1118         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1119         (mml-smime-function-alist): New variable; add epg as the backend.
1120         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1121         mml-smime- functions instead.
1122         * mm-view.el: Require smime.
1123
1124 2007-03-05  Didier Verna  <didier@xemacs.org>
1125
1126         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1127         instead of just inheritance for posting styles.
1128         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1129
1130 2007-02-24  Chris Moore  <dooglus@gmail.com>
1131
1132         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1133         * pgg-pgp.el (pgg-pgp-encrypt-region):
1134         * pgg-gpg.el (pgg-gpg-encrypt-region):
1135         Check pgg-encrypt-for-me if no other recipients.
1136
1137 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1138
1139         * tls.el (tls-certtool-program): Fix custom type.
1140
1141 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1144         and point-at-eol instead of line-(beginning|end)-position.
1145
1146         * assistant.el (assistant-parse-buffer): Ditto.
1147
1148         * netrc.el (netrc-parse-services): Ditto.
1149
1150 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1151
1152         * mml2015.el (mml2015-epg-find-usable-key): New function.
1153         (mml2015-epg-sign): Use it.
1154         (mml2015-epg-encrypt): Use it.
1155
1156 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * message.el (message-make-in-reply-to): Quote name containing
1159         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1160         if there are special characters.  Reported by NAKAJI Hiroyuki
1161         <nakaji@jp.freebsd.org>.
1162
1163 2007-02-27  Didier Verna  <didier@xemacs.org>
1164
1165         Include the group parameters as well as the topic ones in the
1166         inheritance filter process.
1167         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1168         argument GROUP-PARAMS-LIST.
1169         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1170
1171 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * nntp.el (nntp-never-echoes-commands)
1174         (nntp-open-connection-functions-never-echo-commands): New variables.
1175         (nntp-send-command): Use them.
1176
1177 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1178
1179         * mml2015.el (mml2015-epg-verify): Simplified.
1180
1181 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * mml.el (mml-content-disposition-alist): New user option.
1184         (mml-content-disposition): New function.
1185         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1186         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1187
1188 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1191         verification.
1192
1193 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1194
1195         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1196         articles posted in the last 24 hours.
1197
1198 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1199
1200         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1201
1202 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1203
1204         * nntp.el (nntp-send-command): Don't wait for echoes when
1205         nntp-open-ssl-stream is used.
1206
1207 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1210         (gnus-message-add-citation-keywords)
1211         (gnus-message-remove-citation-keywords): Remove.
1212         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1213         directly, make the variables in font-lock-defaults buffer-local, add
1214         gnus-message-citation-keywords to them and then update the value of
1215         font-lock-keywords.
1216
1217 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * message.el (message-cite-original-1): Don't call
1220         gnus-article-highlight-citation.
1221
1222         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1223         citations; fix line count.
1224
1225 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1228         (gnus-message-add-citation-keywords)
1229         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1230         versions of font-lock-add-keywords and font-lock-remove-keywords to
1231         work with XEmacs correctly.
1232
1233 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-cite.el (gnus-cite-face-list): Set the values of
1236         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1237         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1238         (gnus-message-cite-prefix-regexp): New variable.
1239         (gnus-message-search-citation-line): Use it; protect against long
1240         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1241         the 0th match data for Emacs.
1242         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1243         (gnus-message-add-citation-keywords): Append keywords rather than
1244         prepending; emulate font-lock-add-keywords if it is not available.
1245         (gnus-message-remove-citation-keywords): Emulate
1246         font-lock-remove-keywords if it is not available.
1247
1248         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1249
1250         * message.el (message-cite-prefix-regexp): Set the value of
1251         gnus-message-cite-prefix-regexp.
1252
1253 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1254
1255         * nnweb.el (nnweb-google-parse-1): Update parser.
1256
1257 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1258
1259         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1260
1261 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1262
1263         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1264         regexp.
1265
1266 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1267
1268         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1269         string-to-multibyte.
1270         (uudecode-decode-region-internal): Use it.
1271
1272         * lpath.el: Fbind string-as-multibyte for XEmacs.
1273
1274 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1275
1276         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1277         custom choice.
1278
1279         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1280
1281 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1282
1283         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1284
1285         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1286         `write-region' to respect `mm-inhibit-file-name-handlers'.
1287
1288 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1289
1290         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1291         Use gnus-home-directory instead of "~/" or "$HOME".
1292
1293 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1294
1295         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1296         to mention filename.
1297         Add comments at beginning regarding usage.
1298         (encrypt-write-file-contents): Change interactive so a string is
1299         acceptable.  If the file has no associated model, show an error instead
1300         of a nonsense prompt.
1301
1302 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1303
1304         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1305         Thanks to Yoshihiko Yamada for kind notification of this typo.
1306
1307 2007-01-12  Kenichi Handa  <handa@m17n.org>
1308
1309         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1310         multibyte buffer.
1311
1312 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * gnus-score.el (gnus-score-fast-scoring): New variable.
1315         (gnus-score-headers): Use it.
1316
1317         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1318
1319         * message.el (message-cite-original-1): Call
1320         gnus-article-highlight-citation if requested.
1321
1322         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1323
1324         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1325         bugs to doc string.
1326         (gnus-button-alist): Add mid\\|message-id.
1327         (gnus-button-fetch-group): Extend for use in
1328         `browse-url-browser-function'.
1329         (gnus-button-url-regexp): Try to catch paired parentheses like in
1330         Wikipedia URLs.
1331
1332         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1333         Suggested by Simon Krahnke <overlord@gmx.li>.
1334
1335 2007-01-13  Romain Francoise  <romain@orebokech.com>
1336
1337         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1338         Update copyright.
1339
1340 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1341
1342         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1343
1344 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1345
1346         * gnus-registry.el (gnus-registry-unfollowed-groups)
1347         (gnus-registry-split-fancy-with-parent): Fix documentation.
1348
1349 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1352         from nnweb groups.
1353
1354 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1357         Xref urls.  Erase buffer before requesting head.
1358
1359 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1362         customizable.
1363
1364 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1365
1366         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1367         no signing key is found.
1368         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1369         no encrypting and/or signing key is found.
1370
1371 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1374
1375 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1376
1377         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1378         headers read from disk with the ones newly found in the current search.
1379         This should no longer cause problems, because the article numbers in
1380         Gmane's `nov.php' output are ignored since the previous change.
1381
1382 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1383
1384         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1385
1386 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1389         replace-regexp-in-string; bind url-version; fbind display-images-p and
1390         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1391         find-face and set-itimer-function for Emacs; bind itimer-list for
1392         Emacs.
1393
1394         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1395
1396 2007-01-01  Romain Francoise  <romain@orebokech.com>
1397
1398         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1399
1400 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1401
1402         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1403         `define-minor-mode' macro definition expanded properly.
1404         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1405         exclude it there.
1406
1407         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1408         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1409         `fboundp' test.
1410         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1411         This is OK to autoload in (S)XEmacs now.
1412
1413 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1416         keystroke.
1417         (gnus-summary-limit-to-singletons): Fix typo.
1418
1419         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1420         else fails.
1421
1422 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1423
1424         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1425         docstring.
1426
1427         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1428         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1429         (gnus-summary-insert-dormant-articles): Fix typo in message.
1430
1431 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1432
1433         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1434         nil for XEmacs.
1435         (gnus-message-citation-mode): Don't autoload in XEmacs.
1436
1437         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1438
1439 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1440
1441         * nnimap.el (nnimap-expunge-search-string): Mention
1442         nnimap-search-uids-not-since-is-evil in docstring.
1443
1444 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1445
1446         * spam.el: Revert to make-obsolete-variable because
1447         define-obsolete-variable-alias is not supported in Emacs 21.
1448
1449         * spam.el (spam-ifile-path, spam-ifile-database-path)
1450         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1451         make-obsolete-variable.
1452         (spam-bsfilter-path, spam-bsfilter-program)
1453         (spam-spamassassin-path, spam-spamassassin-program)
1454         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1455         use "path" inappropriately.
1456         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1457         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1458         variable names.
1459
1460 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1461
1462         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1463         summary buffer.
1464
1465         * password.el (password-cache-remove): Use clear-string to burn
1466         password, if available.
1467
1468 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1471
1472         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1473
1474         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1475         (gnus-message-highlight-citation): Move defcustom here from
1476         gnus-cite.el.
1477         (gnus-message-citation-mode): Autoload.
1478
1479         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1480         checks to make it compile with XEmacs.
1481         (gnus-message-citation-mode): New minor mode.
1482         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1483         (gnus-message-highlight-citation): New variables.
1484         (gnus-message-search-citation-line)
1485         (gnus-message-add-citation-keywords)
1486         (gnus-message-remove-citation-keywords)
1487         (turn-on-gnus-message-citation-mode)
1488         (turn-off-gnus-message-citation-mode): New functions.
1489
1490 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1491
1492         * gnus-cite.el: Enable highlighting of different citation levels in
1493         message-mode.
1494
1495 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * message.el (message-make-fqdn): Fix comment.
1498         (message-bogus-system-names): Add ".local".
1499
1500         * spam.el (spam-ifile-path, spam-ifile-program)
1501         (spam-ifile-database-path, spam-ifile-database)
1502         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1503         Don't use "path" inappropriately.
1504         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1505         strings.
1506         (spam-check-ifile, spam-ifile-register-with-ifile)
1507         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1508         new variable names.
1509
1510         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1511         (gnus-treat-display-smileys): Simplify using
1512         gnus-image-type-available-p.
1513
1514         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1515         available.
1516
1517         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1518         `display-images-p' if available.
1519
1520 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1521
1522         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1523         one after turning on the buffer's multibyteness instead of decoding
1524         them directly in the unibyte buffer that causes unexpected conversion
1525         in Emacs 23 (unicode).
1526
1527 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1528
1529         * message.el (message-generate-hashcash): Fix custom type.
1530
1531 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1532
1533         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1534
1535 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1538         disconnect icons.  Add help text.
1539
1540 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1543         negated to be consistent with the others we handle.
1544
1545 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1548         version of gnus-summary-buffer to something, so that we can use two
1549         article buffers at the same time.
1550
1551 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1554         trigger all the extra headers.
1555         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1556         sorting.
1557
1558 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1559
1560         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1561         solid groups.
1562
1563 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1564
1565         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1566
1567 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1568
1569         * legacy-gnus-agent.el: Add Copyright notice.
1570
1571 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1572
1573         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1574
1575 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1578
1579         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1580         to make it work reliably in CVS Emacs.
1581         (gnus-summary-limit-strange-charsets-predicate)
1582         (gnus-summary-limit-to-predicate): New functions.
1583
1584 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1585
1586         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1587         specifying array size.
1588         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1589         array if it is too small.
1590         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1591         (gnus-sort-threads-loop): New function.
1592
1593 2006-12-06  Chris Moore  <dooglus@gmail.com>
1594
1595         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1596         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1597
1598 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1599
1600         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1601         options.
1602
1603 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1606         DOS-ing the recipient.
1607
1608         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1609         the headers when creating the mapping to avoid mismappings.
1610         (nnweb-gmane-create-mapping): Always nix out old mapping.
1611
1612 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1615         and mm-verify-option to never.
1616
1617 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * message.el (message-signed-or-encrypted-p): New function.
1620         (message-forward-make-body): Use it.
1621
1622         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1623         Replace encode-coding-string with mm-encode-coding-string.
1624
1625 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * nneething.el (nneething-decode-file-name): Replace
1628         decode-coding-string with mm-decode-coding-string.
1629
1630         * gnus-int.el (gnus-open-server): Say failed server's name.
1631
1632 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1633
1634         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1635         strings to a single string.  Quote `errors-file-name'.
1636         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1637         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1638         Adjust calls.  Use `shell-quote-argument'.
1639
1640 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1641
1642         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1643         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1644
1645         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1646         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1647         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1648         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1649         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1650         (gnus-subscribe-newsgroup, gnus-1):
1651         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1652         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1653         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1654         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1655
1656 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1659         keystroke.
1660         (gnus-summary-limit-to-bodies): Implement headersp.
1661
1662 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1665
1666 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1669
1670 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * message.el (message-generate-hashcash): Expand range of values to
1673         include `opportunistic'.
1674         (message-send-mail): Use it.
1675
1676 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1677
1678         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1679         and comment it.
1680
1681         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1682
1683 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1684
1685         * gnus-util.el (gnus-extract-address-components): Improve comment.
1686
1687 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-util.el (gnus-extract-address-components): Work with address in
1690         which the name portion contains @.
1691
1692         * lpath.el: Fbind custom-autoload.
1693
1694 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1695
1696         * gnus.el (gnus-start): Move custom group up.
1697         (gnus-select-method): Don't autoload, but make it available for
1698         `customize-variable'.
1699         (gnus-getenv-nntpserver): Don't autoload.
1700
1701 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1702
1703         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1704
1705 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1706
1707         * message.el (message-sendmail-extra-arguments): New variable.
1708         (message-send-mail-with-sendmail): Use it.
1709
1710 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1713         mm-with-unibyte-current-buffer to make string unibyte.
1714
1715         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1716         mm-string-as-multibyte.
1717
1718 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1719
1720         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1721         Reported by Werner Koch <wk@gnupg.org>.
1722
1723 2006-11-14  Daiki Ueno  <ueno@p360>
1724
1725         * mml2015.el: Autoload epa-select-keys when compiling.
1726
1727 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1728
1729         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1730         message-options.
1731         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1732
1733 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1734
1735         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1736         EasyPG (< 0.0.6).
1737         (mml2015-always-trust): New user option.
1738         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1739         prompt.
1740
1741 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * nntp.el (nntp-authinfo-force): New variable.
1744         (nntp-send-authinfo): Use it.
1745
1746 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1747
1748         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1749         decode encoded words.  Improve prompt.  Add comment about forwarding.
1750         (message-replacement-char): Move up.
1751
1752 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1753
1754         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1755         instead of gnus-intersection because arguments of gnus-sorted-nunion
1756         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1757
1758 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1759
1760         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1761         (message-simplify-subject-functions): Enable
1762         message-strip-subject-encoded-words by default.
1763
1764 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * message.el (message-strip-subject-encoded-words): New function
1767         (message-simplify-subject-functions): New variable.
1768         (message-simplify-subject): Use it.  Fix typo in doc string.
1769         Support message-strip-subject-encoded-words.
1770
1771 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1772
1773         * gnus-diary.el (gnus-diary-delay-format-function):
1774         * nndiary.el (nndiary-reminders):
1775         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1776
1777 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1778
1779         * gnus-art.el (article-hide-boring-headers): Fetch date from
1780         gnus-original-article-buffer to avoid problems with localized date
1781         strings.
1782
1783 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1786
1787 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1790         New variables.
1791         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1792         (mm-charset-synonym-alist): Move some entries to
1793         mm-codepage-iso-8859-list.
1794         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1795         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1796
1797 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1800
1801 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1804         with Emacs 21 and XEmacs.
1805
1806 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * spam.el (spam-parse-address): New function for better parsing,
1809         catching errors, etc.
1810         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1811
1812 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * mm-view.el: Add interactive arg to html2text autoload.
1815
1816 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1819
1820 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1823         variables.
1824         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1825         (mm-charset-synonym-alist): Move some entries to
1826         mm-codepage-iso-8859-list.
1827
1828         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1829
1830 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1831
1832         * message.el (message-citation-line-format)
1833         (message-insert-formated-citation-line): Fix implementation of %E, %N
1834         and %n according to the doc string.
1835
1836 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1837
1838         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1839         car-safe to avoid bad parses.
1840
1841 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1844         names.
1845
1846         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1847
1848 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1851         header.
1852
1853         * message.el (message-draft-headers): Add Date.
1854         (message-headers-to-generate): Fix typo in docstring.
1855
1856         * nndraft.el (nndraft-required-headers): New variable.
1857         (nndraft-generate-headers): Use it.
1858
1859         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1860
1861 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * gnus-registry.el (gnus-registry-wash-for-keywords)
1864         (gnus-registry-find-keywords): New functions to allow easy searching of
1865         articles that are in the registry.
1866
1867 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1868
1869         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1870         ietf-drums-parse-address instead of gnus-extract-address-components.
1871         Reported by Damien Elmes <damien@repose.cx>.
1872
1873 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus.el (gnus-mime): Remove unused custom group.
1876
1877 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1878
1879         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1880         "blank line" when searching for end of armor headers.
1881
1882 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gmm-utils.el (gmm-write-region): Fix variable name.
1885
1886 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * gmm-utils.el (gmm-write-region): New function based on compatibility
1889         code from `mm-make-temp-file'.
1890
1891         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1892
1893         * nnmaildir.el (nnmaildir--update-nov)
1894         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1895         Use `gmm-write-region'.
1896
1897 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1900         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1901
1902         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1903
1904         * message.el (message-replacement-char): New variable.
1905         (message-fix-before-sending): Use it.
1906         (message-simplify-subject): New function to remove duplicate code.
1907         (message-reply, message-followup): Use it.
1908
1909         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1910         gnus-summary-limit-to-articles.
1911
1912 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-util.el (gnus-with-local-quit): New macro.
1915
1916         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1917
1918 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1921         ignore non-string data.
1922
1923 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1926         non-string data (needs to be done in the registry too).
1927
1928 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1929
1930         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1931         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1932         (gnus-registry-split-fancy-with-parent)
1933         (gnus-registry-fetch-simplified-message-subject-fast)
1934         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1935         Remove text properties on ingress into the registry and when it's saved.
1936         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1937         registry from entries with no groups.
1938
1939 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1942         function to remove string properties.
1943
1944 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1945
1946         * gmm-utils.el (gmm): Adjust custom version.
1947
1948         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1949         custom version.
1950
1951         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1952
1953 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1954
1955         * gnus-art.el (gnus-insert-prev-page-button)
1956         (gnus-insert-next-page-button): Simplify.  Reformat.
1957
1958 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1959
1960         * gnus-art.el (gnus-insert-prev-page-button)
1961         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1962
1963 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1964
1965         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1966
1967 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1968
1969         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1970         gnus-article-button-face to MIME and security buttons.
1971
1972 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1975         readable.
1976
1977 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1980
1981 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1982
1983         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1984         `browse-url-of-file' instead of `browse-url'.
1985
1986 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1987
1988         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1989         regexp.  Articles containing quotation were cut prematurely.
1990
1991 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * message.el (message-cite-original-1): Use nobody by default for the
1994         value of From header.
1995         (message-reply): Ditto.
1996
1997 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1998
1999         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2000         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2001         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2002
2003 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2004
2005         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2006         mails in the doc string.  Add some URLs in comment.
2007         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2008
2009 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2012         backslashes handling and the way to find boundaries of quoted strings.
2013
2014 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2015
2016         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2017         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2018         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2019         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2020
2021 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2024         doc string.
2025         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2026
2027 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * lpath.el: Fbind epg-check-configuration.
2030
2031 2006-09-06  Simon Josefsson  <jas@extundo.com>
2032
2033         * mml2015.el (mml2015-use): Doc fix, mention epg.
2034
2035 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2036
2037         * mml2015.el (mml2015-use): Default to epg, if available.
2038
2039 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2040
2041         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2042         message-sender.
2043         (mml1991-epg-encrypt): Ditto.
2044         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2045         message-sender.
2046         (mml2015-epg-encrypt): Ditto.
2047
2048 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2049
2050         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2051         several common directories.
2052
2053 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2054
2055         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2056         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2057
2058 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * gnus-art.el (article-decode-encoded-words): Make it fast.
2061
2062 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2065
2066         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2067         in quoted string into `\'.
2068
2069 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2072         Use standard-syntax-table.
2073
2074 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-decode-address-function): New variable.
2077         (article-decode-encoded-words): Use it to decode headers which are
2078         assumed to contain addresses.
2079         (gnus-mime-delete-part): Remove useless `or'.
2080
2081         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2082         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2083         (gnus-nov-parse-line): Use it to decode From header.
2084         (gnus-get-newsgroup-headers): Ditto.
2085         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2086
2087         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2088         (mail-decode-encoded-address-string): New alias.
2089
2090         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2091         New function.
2092         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2093         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2094         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2095         (rfc2047-decode-string): Ditto.
2096         (rfc2047-decode-address-region): New function.
2097         (rfc2047-decode-address-string): New function.
2098
2099 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2100
2101         * message.el (message-caesar-buffer-body): Allow rotating headers.
2102
2103         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2104
2105         * message.el (message-insert-formated-citation-line): Fix %f.
2106         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2107
2108 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2111         (gnus-bookmark-mouse-available-p): New macro.
2112         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2113         (gnus-bookmark-bmenu-show-infos): Use it.
2114         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2115         (gnus-bookmark-bmenu-hide-infos): Ditto.
2116         (gnus-bookmark-remove-properties): New function.
2117         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2118         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2119         (gnus-bookmark-write-file): Bind coding-system-for-write.
2120         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2121         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2122         group before selecting it.
2123         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2124         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2125         quit-window if it is not available; use gnus-mouse-2 and bind it to
2126         gnus-bookmark-bmenu-select-by-mouse.
2127         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2128         (gnus-bookmark-bmenu-select-by-mouse): New function.
2129
2130 2006-08-13  Romain Francoise  <romain@orebokech.com>
2131
2132         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2133         space.
2134
2135 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * compface.el (uncompface): Use binary rather than raw-text-unix.
2138
2139 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * compface.el (uncompface): Make sure the eol conversion doesn't take
2142         place when communicating with the external programs.  Reported by
2143         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2144
2145 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2148
2149 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2150
2151         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2152         Make it more robust by parsing author and date independently.
2153
2154 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2157
2158 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2159
2160         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2161         first matching secret key.
2162         (mml2015-epg-encrypt): Ditto.
2163
2164         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2165         first matching secret key.
2166         (mml1991-epg-encrypt): Ditto.
2167
2168         * mml2015.el (mml2015-encrypt-to-self): New user option.
2169         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2170         mml2015-epg-encrypt-to-self is set.
2171
2172         * mml1991.el (mml1991-encrypt-to-self): New variable.
2173         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2174         mml1991-epg-encrypt-to-self is set.
2175
2176         * mml2015.el (mml2015-signers): New user option.
2177         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2178         (mml2015-epg-encrypt): Allow to select signing keys.
2179
2180         * mml1991.el (mml1991-signers): New variable.
2181         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2182         (mml1991-epg-encrypt): Allow to select signing keys.
2183
2184 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * nnheader.el (nnheader-insert-head): Make it work even if the file
2187         uses CRLF for the line-break code.
2188
2189 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2190
2191         * mml2015.el: Require mml-sec instead of password.
2192         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2193         (mml2015-cache-passphrase): Inherit the default value from
2194         mml-secure-cache-passphrase.
2195         (mml2015-passphrase-cache-expiry): Inherit the default value from
2196         mml-secure-passphrase-cache-expiry.
2197
2198         * mml1991.el: Require mml-sec instead of password.
2199         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2200         (mml1991-cache-passphrase): Inherit the default value from
2201         mml-secure-cache-passphrase.
2202         (mml1991-passphrase-cache-expiry): Inherit the default value from
2203         mml-secure-passphrase-cache-expiry.
2204
2205         * mml-sec.el: Require password.
2206         (mml-secure-verbose): New user option.
2207         (mml-secure-cache-passphrase): New user option.
2208         (mml-secure-passphrase-cache-expiry): New user option.
2209
2210 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2211
2212         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2213         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2214         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2215
2216         FIXME: Use `tiny change'?
2217
2218 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2219
2220         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2221         workaround for the url package included with Emacs.
2222
2223         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2224
2225 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2228         correctly.  This fixes a bug caused by the 2006-05-12 change.
2229
2230 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2231
2232         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2233         some information about the error when saying that the `bogus' mail
2234         group will be used.
2235
2236 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2239         string.
2240
2241 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2242
2243         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2244
2245 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2246
2247         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2248
2249 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2250
2251         * mml1991.el (mml1991-function-alist): Add epg.
2252         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2253         (mml1991-epg-encrypt): New functions.
2254
2255 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2256
2257         * mml2015.el (mml2015-verbose): New variable.
2258         (mml2015-cache-passphrase): Ditto.
2259         (mml2015-passphrase-cache-expiry): Ditto.
2260         (mml2015-function-alist): Add epg.
2261         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2262         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2263         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2264         functions.
2265
2266 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2267
2268         * message.el (message-cite-original-1): Preserve region when removing
2269         quoted text due to X-No-Archive in order to avoid bogus attribution
2270         when citing multiple messages.
2271
2272 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2273
2274         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2275         Kenneth Jacker <khj@be.cs.appstate.edu>.
2276
2277 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2278
2279         * gnus-diary.el (gnus-user-format-function-d)
2280         (gnus-user-format-function-D): Autoload.
2281
2282         * imap.el (Commentary): Fix typo.
2283
2284         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2285         2006-04-22 contribution.
2286
2287 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2288
2289         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2290         It didn't really fix the bogosity I'm seeing with solid web groups.
2291
2292 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2293
2294         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2295         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2296         created using server names.  If we use the feature without declaring
2297         it, Gnus does not properly manage server and group state.
2298
2299         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2300         bound.
2301
2302 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2303
2304         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2305         looking up the method using GROUP's prefix before inventing a new one.
2306         It is used on killed/unknown groups in various places where returning
2307         an all-new method isn't expected by the caller.
2308
2309         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2310         and match semantics of gnus-group-real-prefix.
2311
2312 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2313
2314         * nnmail.el (nnmail-broken-references-mailers): New variable.
2315         (nnmail-ignore-broken-references): New function generalizing
2316         nnmail-fix-eudora-headers.
2317         (nnmail-fix-eudora-headers): Now obsolete.
2318
2319         * gnus-art.el (gnus-button-handle-custom): Support
2320         `customize-apropos*'.
2321
2322 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2325
2326         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2327         articles.
2328
2329 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2330
2331         * message.el (message-cite-reply-above): New variable.
2332         (message-yank-original): Use it.
2333
2334 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2337
2338 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2341         as read.
2342
2343         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2344
2345 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2346
2347         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2348         (gnus-bookmark-default-file): Use gnus-directory.
2349         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2350         Remove "*" in doc string.
2351         (gnus-bookmark-write-file): Simplify.
2352         (gnus-bookmark-maybe-sort-alist): Use `when'.
2353         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2354         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2355         FIXME about Emacs 21 and XEmacs compatibility.
2356         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2357         compatibility.
2358         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2359         compatibility.
2360         (gnus-bookmark-menu-heading): Fix version.
2361
2362 2006-06-19  Bastien Guerry  <bzg@altern.org>
2363
2364         * gnus-bookmark.el: New file.
2365
2366 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * message.el (message-syntax-checks): Doc fix.
2369
2370 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2371
2372         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2373         unsubscribed groups as if they were killed ones.  It causes duplicate
2374         entries in gnus-newsrc-alist.
2375
2376 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * message.el (message-syntax-checks): Doc fix.
2379         (message-send-mail): Add check for continuation headers.
2380         (message-check-news-header-syntax): Fix regexp used to check for
2381         continuation headers.
2382
2383 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2386
2387 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2388
2389         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2390
2391 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2394         default-truncate-lines.
2395
2396 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2399         to fill the utf-8 entry.
2400
2401         * lpath.el: Fbind unicode-precedence-list.
2402
2403 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2404
2405         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2406
2407 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2408
2409         * gnus-agent.el (directory-files-and-attributes): Move all the way
2410         forward (the third and final move).
2411         (gnus-agent-read-agentview): Trap reconstruction errors due to
2412         nonexistant directory.  Handle by returning nil.
2413
2414 2006-05-30  Didier Verna  <didier@xemacs.org>
2415
2416         * message.el (message-dont-reply-to-names): Update the custom type.
2417         * message.el (message-dont-reply-to-names): New defsubst: potentially
2418         convert a list of regexps into a single one.
2419         * message.el (message-get-reply-headers): Use it.
2420         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2421
2422 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-agent.el (directory-files-and-attributes): Move forward.
2425
2426 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * gnus-ml.el (gnus-mailing-list-subscribe)
2429         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2430         (gnus-mailing-list-message): Fix doc strings.
2431
2432 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2433
2434         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2435         of doing it manually.
2436
2437 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2438
2439         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2440         comment.
2441
2442 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2443
2444         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2445         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2446         (gnus-agent-read-local): All symbols allocated in my-obarray
2447         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2448         (gnus-agent-regenerate-group): Check numeric names to see if they are
2449         messages or groups.
2450         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2451         better way of do this...)
2452
2453         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2454         'dummy.group' (there should be a better way of do this...)
2455
2456 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2459         (gnus-saved-headers): Ditto.
2460         (gnus-default-article-saver): Mention functions may have properties.
2461         (gnus-article-save): Override gnus-save-all-headers and
2462         gnus-saved-headers by :headers property which saver function may have.
2463         (gnus-summary-save-in-file): Add :headers property.
2464         (gnus-summary-write-to-file): Ditto.
2465
2466         * gnus-sum.el (gnus-summary-save-article): Bind
2467         gnus-prompt-before-saving to t when saving many articles in a file;
2468         always show all headers.
2469
2470         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2471
2472 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2473
2474         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2475         marks.
2476
2477         * message.el (message-indent-citation): Add optional arguments to allow
2478         using it outside of message buffers.
2479
2480         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2481         (gnus-article-treat-unfold-headers): Use it.
2482         (gnus-article-truncate-lines): New variable.
2483         (gnus-article-mode): Use it.
2484         (gnus-article-toggle-truncate-lines): New function.
2485
2486         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2487         gnus-article-toggle-truncate-lines.
2488
2489         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2490         coding system in XEmacs, use binary.
2491
2492 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2493
2494         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2495         after-load-alist.
2496
2497         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2498         this function should save decoded articles.
2499         (gnus-summary-write-to-file): Use property to specify this function
2500         should save decoded articles and specify gnus-summary-save-in-file
2501         should be used to save articles other than the first one when saving
2502         many articles.
2503         (gnus-summary-save-body-in-file): Use property to specify this
2504         function should save decoded articles.
2505         (gnus-summary-write-body-to-file): Use property to specify this
2506         function should save decoded articles and specify
2507         gnus-summary-save-body-in-file should be used to save articles other
2508         than the first one when saving many articles.
2509
2510         * gnus-sum.el (gnus-summary-save-article): Simplify.
2511
2512 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-art.el (gnus-default-article-saver): Add
2515         gnus-summary-write-body-to-file.
2516         (gnus-article-save-coding-system): Don't use coding system object
2517         in XEmacs.
2518         (gnus-read-save-file-name): Add optional `dir-var' argument which
2519         specifies directory in which files are saved; work even if optional
2520         `variable' argument is not specified.
2521         (gnus-summary-write-to-file): Read file name.
2522         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2523         (gnus-summary-write-body-to-file): New function.
2524
2525         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2526         (gnus-summary-local-variables): Add it.
2527         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2528         (gnus-summary-save-article): Remove optional `decode' argument;
2529         determine whether to decode articles by the value of
2530         gnus-default-article-saver; when saving many files using
2531         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2532         it first and use gnus-summary-save-in-file or
2533         gnus-summary-save-body-in-file thereafter unless
2534         gnus-prompt-before-saving is always; move point to article which
2535         will be saved.
2536         (gnus-summary-save-article-file): Revert.
2537         (gnus-summary-write-article-file): Revert.
2538         (gnus-summary-save-article-body-file): Revert.
2539         (gnus-summary-write-article-body-file): New function.
2540
2541 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gnus-art.el (gnus-default-article-saver): Doc fix.
2544         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2545         from gnus-summary-save-article-coding-system, and default to a
2546         certain coding system.
2547         (gnus-output-to-file): Add coding cookie and encode text according
2548         to gnus-article-save-coding-system; don't use mm-append-to-file.
2549
2550         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2551         gnus-art.el and rename to gnus-article-save-coding-system.
2552         (gnus-summary-save-article): Require gnus-art; don't show all
2553         headers if it decodes articles; don't add coding cookie here;
2554         don't bind mm-text-coding-system-for-write.
2555         (gnus-summary-save-article-file): Save decoded articles.
2556         (gnus-summary-write-article-file): When saving many files, use
2557         gnus-summary-write-to-file first and gnus-summary-save-in-file
2558         thereafter unless gnus-prompt-before-saving is always.
2559         (gnus-summary-save-article-body-file): Save decoded articles.
2560
2561         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2562
2563 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2564
2565         * nnrss.el (nnrss-check-group): Bind hash-index.
2566
2567 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2568
2569         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2570         its hash index.  Store this hash in `nnrss-group-data'.
2571         (nnrss-read-group-data): Update accordingly.
2572
2573 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2576         entry.
2577
2578         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2579         gnus-article-browse-html-article.
2580
2581 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2582
2583         * gnus-sum.el (gnus-summary-mime-map): Add
2584         gnus-article-browse-html-article.
2585
2586         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2587
2588 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2589
2590         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2591         suitable coding systems in customize.
2592
2593 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2594
2595         * mail-source.el (mail-sources): Fix custom type.
2596
2597 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2600         (gnus-summary-expire-articles-now): Shorten prompt.
2601
2602         * gmm-utils.el (wid-edit): Require.
2603         (defun-gmm): Renamed from `gmm-defun-compat'.
2604         (gmm-image-search-load-path): Use it.
2605         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2606
2607 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2610         variable.
2611         (gnus-summary-save-article): Add optional `decode' argument.  If
2612         it is set and gnus-summary-save-article-coding-system is non-nil,
2613         save decoded article.
2614         (gnus-summary-write-article-file): Save decoded article if
2615         gnus-summary-save-article-coding-system is non-nil.
2616
2617         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2618         type.
2619
2620 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2623
2624 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2627         first to test gnus-single-article-buffer which may be buffer-local.
2628
2629         * gnus-sum.el (gnus-summary-setup-buffer): Make
2630         gnus-single-article-buffer buffer-local and nil in ephemeral
2631         group; make gnus-article-buffer, gnus-article-current, and
2632         gnus-original-article-buffer always buffer-local.
2633         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2634         group.
2635         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2636
2637 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2638
2639         * nnml.el (nnml-request-compact-group): Compressed files might not
2640         have .gz extension.
2641
2642 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2643
2644         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2645         (mm-copy-to-buffer): Use with-current-buffer.
2646         (mm-display-part): Simplify.
2647         (mm-inlinable-p): Add optional arg `type'.
2648
2649 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2652         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2653         Try harder to show the attachment internally or externally using
2654         gnus-mime-view-part-as-type.
2655
2656 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2657
2658         * message.el (message-from-style, message-signature-separator)
2659         (message-user-organization-file, message-send-mail-function)
2660         (message-citation-line-function, message-yank-prefix)
2661         (message-indent-citation-function, message-signature)
2662         (message-signature-file, message-signature-insert-empty-line):
2663         Remove autoloads.
2664
2665         * gnus-art.el (gnus-buttonized-mime-types): Remove
2666         "multipart/signed".  Revert 2006-04-26 change.
2667
2668 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus.el (gnus-version-number): Bump version.
2671
2672 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2673
2674         * gnus.el: No Gnus v0.5 is released.
2675
2676 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2677
2678         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2679         fetching articles by message-id.
2680
2681 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * message.el (hashcash): Require hashcash as normal.
2684
2685         * ecomplete.el (ecomplete-highlight-match-line): Use
2686         point-at-eol.
2687         (ecomplete-highlight-match-line): Use `highlight', because that
2688         face exists in both Emacs and XEmacs.
2689
2690         * message.el (message-display-abbrev): Use point-at-bol.
2691
2692         * mail-source.el: Don't require timer/timer-funcs.
2693
2694         * gnus-async.el: Ditto.
2695
2696         * password.el: Ditto.
2697
2698         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2699
2700         * mm-url.el: Ditto.
2701
2702         * gnus-xmas.el: Don't require timer-funcs.
2703
2704         * mm-util.el: Require timer/timer-funcs.
2705
2706 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2707
2708         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2709         Close.
2710
2711 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2714         unibyte after clear-decrypt function runs.
2715
2716         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2717         returns as a unibyte string.
2718
2719 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * lpath.el: Revert.
2722
2723         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2724         (pgg-gpg-process-sentinel): Revert.
2725
2726         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2727         (pgg-pgp-lookup-key): Revert.
2728
2729         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2730         (pgg-pgp5-lookup-key): Revert.
2731
2732         * pgg.el (pgg-fetch-key): Revert.
2733
2734 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * lpath.el: Fbind string-as-multibyte for XEmacs.
2737
2738         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2739         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2740         (mml1991-pgg-encrypt): Ditto.
2741
2742         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2743         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2744         a multibyte buffer.
2745
2746         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2747         (pgg-pgp-lookup-key): Ditto.
2748
2749         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2750         (pgg-pgp5-lookup-key): Ditto.
2751
2752         * pgg.el (pgg-fetch-key): Ditto.
2753
2754 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2755
2756         * message.el (message-user-organization-file): Check several
2757         locations of the organization file.
2758
2759         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2760         Add gnus-article-view-part-as-type.
2761
2762         * gnus-art.el (gnus-article-view-part-as-type): New function.
2763
2764         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2765         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2766
2767         * mml.el: Simplify autoload.
2768         (mml-mode): defvar dnd-protocol-alist instead of using
2769         symbol-value.
2770         (mml-default-directory): New variable.
2771         (mml-minibuffer-read-file): Use it.
2772         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2773
2774         * message.el (message-citation-line-format): New variable.
2775         (message-insert-formated-citation-line): New function.
2776         (message-citation-line-function): Add
2777         `message-insert-formated-citation-line' to custom type.
2778
2779         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2780         to doc string.
2781
2782         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2783         depending on mm-verify-option.
2784
2785 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2788         binding pgg-* variables; reimplement the section which prevents
2789         MIME header from being signed.
2790         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2791         pgg-text-mode; remove a blank line at the top of body.
2792
2793         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2794         lines at the top of body; use gnus-newsgroup-charset if there's no
2795         Charset header.
2796
2797 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * message.el (message-self-insert-commands): Doc fix.
2800
2801         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2802         (mm-uu-pgp-encrypted-test): Ditto.
2803         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2804         between header and body; return application/pgp-encrypted handle
2805         if decryption failed; decode decrypted body by charset.
2806
2807         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2808         element match to application/pgp-*.
2809
2810 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2811
2812         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2813         HTML.
2814
2815 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * mail-source.el (mail-source-call-script): Message the error
2818         string.
2819
2820 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * gnus-util.el (gnus-byte-compile): Use it.
2823
2824 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2825
2826         * gnus-util.el (kill-empty-logs): New function.
2827
2828 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * message.el (message-mail-alias-type): Doc fix.
2831         (message-mail-alias-type-p): New function.
2832         (message-send): Use it.
2833         (message-mode): Ditto.
2834         (message-strip-forbidden-properties): Ditto.
2835
2836         * ecomplete.el (ecomplete-database-file-coding-system): New
2837         variable.
2838         (ecomplete-save): Use it.
2839         (ecomplete-setup): Use it.
2840
2841 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * message.el (message-self-insert-commands): New variable.
2844         (message-strip-forbidden-properties): Use it.
2845
2846 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2849         that doesn't make XEmacs choke.
2850
2851 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * gnus-util.el (gnus-replace-in-string):
2854         Prefer replace-regexp-in-string over of replace-in-string.
2855
2856 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * gnus-util.el (gnus-select-frame-set-input-focus):
2859         Use select-frame-set-input-focus if it is available in XEmacs; use
2860         definition defined in Emacs 22 for old Emacsen.
2861
2862         * dgnushack.el: Autoload unmorse-region for XEmacs.
2863
2864         * lpath.el: Bind cursor-in-non-selected-windows and
2865         select-frame-set-input-focus for XEmacs.
2866
2867 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2870
2871 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * gnus-registry.el (gnus-registry-cache-save): Remove text
2874         properties when saving via the temp buffer.
2875
2876 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * message.el (message-generate-hashcash): Honor custom type.
2879
2880 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * message.el (message-generate-hashcash): Default to non-nil when
2883         hashcash is found.
2884
2885         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2886         (gnus-refer-thread-limit): Increase default to 500.
2887
2888         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2889
2890         * flow-fill.el (fill-flowed): Allow delete-space.
2891
2892 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2893
2894         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2895         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2896         Remove autoloads.
2897
2898 2006-04-18  Simon Josefsson  <jas@extundo.com>
2899
2900         * message.el (message-generate-hashcash): Default to.
2901
2902 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2905         concatenating segments rather than before concatenating them.
2906
2907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2908
2909         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2910
2911 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2914
2915         * message.el (message-forward-make-body-plain): Allow
2916         message-forward-ignored-headers to be a list.
2917         (message-remove-ignored-headers): Factor out into function.
2918         (message-forward-make-body-mml): Use it.
2919
2920         * imap.el (imap-quote-specials): New function.
2921         (imap-login-auth): Quote specials.
2922
2923         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2924         (rfc2231-parse-string): Allow concatanation of parameters that
2925         aren't contiguous.  The test case is
2926           (mail-header-parse-content-type "message/external-body;
2927             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2928             access-type=LOCAL-FILE;
2929             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2930
2931 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2932
2933         * nntp.el (nntp-accept-process-output): Return the value of
2934         `nnheader-accept-process-output'.
2935
2936 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2937
2938         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2939         (gnus-button-alist): Recognize more diff formats.
2940         (gnus-button-patch): Strip directory.
2941
2942 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2943
2944         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2945         Emacs 22 when setting focus.
2946
2947 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * gnus-art.el (gnus-article-treat-types): Do treatment of
2950         text/x-verbatim parts.
2951         (gnus-button-patch): New command.
2952
2953         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2954         addresses that contain invalid characters.
2955
2956 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * message.el (message-put-addresses-in-ecomplete): Use
2959         gnus-replace-in-string.
2960         (message-is-yours-p): Use the more correct
2961         mail-header-parse-address instead of
2962         mail-extract-address-components.
2963         (message-put-addresses-in-ecomplete): Fix typo.
2964
2965         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2966         keystroke.
2967
2968         * gnus-art.el (gnus-treatment-function-alist): Change order of
2969         newsgroups/generic header folding to avoid double-folding.
2970
2971         * message.el (message-hidden-headers): Add X-Draft-From.
2972
2973         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2974         command.
2975         (gnus-summary-repeat-search-article-backward): New command.
2976
2977         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2978         groups in the parent topic.
2979
2980 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2981
2982         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2983         (spam-extra-header-to-number): Return the CRM114 number as a
2984         number instead of a string.
2985
2986 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-art.el (gnus-face-properties-alist): Moved here from
2989         gnus-fun.
2990
2991         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2992
2993 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * message.el (message-strip-forbidden-properties): Only display on
2996         self-insert-command.
2997
2998         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2999         reindent.
3000         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3001
3002 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3003
3004         * smiley.el (smiley-style): Fix typo.
3005
3006 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * hashcash.el (hashcash-insert-payment-async-2): Use
3009         message-goto-eoh instead of doing it manually.
3010         (mail-add-payment): Use message-narrow-to-header instead of trying
3011         to do the same itself.
3012
3013         * message.el (message-hidden-headers): Add Face.
3014
3015         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3016         reparenting code.
3017         (gnus-summary-reparent-children): Refactored out code.
3018         (gnus-summary-thread-map): New keystroke.
3019         (gnus-summary-reparent-children): Make into command.
3020
3021         * smiley.el (smiley-style): Default to `medium' if using a large
3022         font.
3023
3024         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3025         does it itself.
3026
3027         * message.el (message-point-in-header-p): Simplify definition.
3028
3029 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnagent.el (nnagent-request-set-mark): Silence log file
3032         writing.
3033         (nnagent-request-set-mark): Use write-region instead of
3034         append-to-file.
3035
3036         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3037         strange select method.
3038
3039         * ecomplete.el (ecomplete-display-matches): Get highlightling
3040         right.
3041         (ecomplete-display-matches): Use literals.
3042         (ecomplete-display-matches): Disable message logging.
3043
3044         * message.el (message-display-abbrev): Small optimization.
3045
3046         * ecomplete.el (ecomplete-display-matches): Allow automatic
3047         display.
3048
3049         * message.el (message-strip-forbidden-properties): Display
3050         abbrevs.
3051         (message-display-abbrev): Get automatic display right.
3052
3053         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3054         keystrokes.
3055
3056 2006-04-13  Romain Francoise  <romain@orebokech.com>
3057
3058         TODO: Backport to v5-10!
3059
3060         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3061         Moved here (and renamed) from gnus-registry.el.
3062
3063         * gnus-registry.el: Require gnus-util.
3064         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3065
3066 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * gnus-group.el (gnus-group-catchup-current): Change
3069         if-then-else-if-then-else into cond.
3070         (gnus-group-catchup): Indent.
3071         (group-name-at-point): New function.
3072         (gnus-fetch-group): Provide default from thing at point.
3073
3074 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * message.el (message-display-abbrev): Fix regexp.
3077
3078         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3079         choosing.
3080         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3081         dead variables.
3082
3083         * message.el (message-newline-and-indent): Remove debugging.
3084         (message-display-abbrev): Use new implementation.
3085
3086 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3087
3088         * gnus-art.el (gnus-article-mode): Set
3089         cursor-in-non-selected-windows to nil.
3090
3091         * smiley.el: Revert previous change.
3092         (smiley-data-directory): defvar it before using it in the
3093         defcustom of `smiley-style'.
3094
3095 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * message.el (message-newline-and-indent): New function.
3098
3099         * ecomplete.el: Implement more bits.
3100
3101         * message.el (message-put-addresses-in-ecomplete): Clean up the
3102         string.
3103
3104         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3105
3106         * gnus-sum.el (gnus-summary-save-parts): Bind
3107         gnus-summary-save-parts-counter and use it to make unique file
3108         names.
3109
3110         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3111
3112         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3113         parameter to say whether to actually parse the individual
3114         addresses.
3115
3116         * message.el (message-put-addresses-in-ecomplete): New function.
3117         (ecomplete): Require.
3118         (message-mail-alias-type): Add ecomplete as an option.
3119
3120 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3121
3122         * flow-fill.el (fill-flowed): Remove trailing space from blank
3123         quoted lines.
3124
3125 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * smiley.el (smiley-style): Move definition later to avoid a
3128         compilation warning.
3129
3130 2006-04-12  Kenichi Handa  <handa@m17n.org>
3131
3132         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3133         buffer and then decode the buffer text if necessary.
3134         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3135         first, and after mm-encode-body, change the buffer to unibyte.
3136         Use mm-disable-multibyte instead of set-buffer-multibyte.
3137
3138 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3141         Content-Type header instead of Content-Disposition header.
3142         (gnus-mime-inline-part): Ditto.
3143         (gnus-mime-view-part-as-charset): Ignore charset that the part
3144         specifies.
3145
3146         * mm-decode.el (mm-display-part): Work with external parts and
3147         usual parts similarly.
3148
3149         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3150         instead of gnus-display-mime.
3151
3152         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3153         instead of with-temp-buffer.
3154
3155         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3156         tag to summarized topics part in order to encode non-ASCII text.
3157
3158 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3159
3160         * smiley.el (smiley-style): New variable.
3161         (smiley-directory): New function.
3162         (smiley-data-directory): Derive from `smiley-style' using
3163         `smiley-directory'.
3164         (smiley-regexp-alist): Add new entries.
3165
3166         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3167         (gnus-article-browse-delete-temp): Add :version.
3168
3169 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3170
3171         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3172         the sieve region.
3173
3174 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus.el (gnus-version-number): Bump version.
3177
3178 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * gnus.el: No Gnus v0.4 is released.
3181
3182 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3185         layout.
3186
3187         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3188         unknown charset.
3189
3190         * message.el (message-header-synonyms): Add Original-To to the
3191         default.
3192
3193         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3194         optional parameter.
3195
3196 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-fun.el (gnus): Require it for gnus-directory.
3199
3200 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3203
3204 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3205
3206         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3207
3208 2006-04-05  Simon Josefsson  <jas@extundo.com>
3209
3210         * password.el (password-reset): New function.
3211
3212 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3213
3214         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3215         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3216
3217 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3218
3219         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3220         Some whitespace was matched into the url, which broke browsing hits
3221         > 100 when mm-url-use-external was nil.
3222
3223 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3224
3225         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3226         gnus-extra-headers for 'Newsgroups.
3227
3228         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3229         bound.
3230
3231 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3232
3233         * pgg-gpg.el: Clean up process buffers every time gpg processes
3234         complete.
3235
3236 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3237
3238         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3239         doc string.
3240
3241 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3242
3243         * pgg-gpg.el (pgg-gpg-process-filter)
3244         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3245
3246         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3247         lines, temporary fix.
3248
3249 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3250
3251         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3252
3253 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3254
3255         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3256         default-enable-multibyte-characters.  This reverts the change from
3257         revision 6.17 which is no longer necessary because the passphrase
3258         is sent separately now.  GnuPG messages are unreadable under
3259         multibyte locales with default-enable-multibyte-characters set to
3260         nil.
3261
3262 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * message.el (message-tool-bar-gnome): Move "spell".
3265
3266 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3269         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3270         instead.
3271
3272 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3273
3274         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3275         newsgroups handling for NNTP overviews which don't include
3276         Newsgroups.
3277
3278 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3279
3280         * message.el (message-resend): Bind message-generate-hashcash to nil.
3281
3282 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3283
3284         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3285         when searching for already-paid recipients.
3286
3287 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3288
3289         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3290         passphrases when it is not needed.
3291         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3292         passphrase stuff from gpg, should only be necessary when you use
3293         gpg with a smartcard.
3294
3295 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * mml.el (mml-insert-mime): Ignore cached contents of
3298         message/external-body part.
3299
3300         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3301         (mm-insert-part): Ditto.
3302
3303 2006-03-23  Simon Josefsson  <jas@extundo.com>
3304
3305         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3306         Reiner.
3307         (pgg-gpg-use-agent-p): Use it again.
3308
3309 2006-03-23  Simon Josefsson  <jas@extundo.com>
3310
3311         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3312         older emacsen.
3313         (pgg-gpg-use-agent-p): Don't use it.
3314
3315 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3316
3317         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3318         if we can.
3319
3320 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3321
3322         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3323         (pgg-gpg-update-agent): New function.
3324         (pgg-gpg-use-agent-p): New function.
3325         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3326         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3327         (pgg-gpg-sign-region): Use it.
3328
3329 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3332         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3333
3334 2006-03-21  Simon Josefsson  <jas@extundo.com>
3335
3336         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3337         <wilde@sha-bang.de>.
3338         (pgg-gpg-use-agent): New variable.
3339         (pgg-gpg-process-region): Use it.
3340         (pgg-gpg-encrypt-region): Likewise.
3341         (pgg-gpg-encrypt-symmetric-region): Likewise.
3342         (pgg-gpg-decrypt-region): Likewise.
3343         (pgg-gpg-sign-region): Likewise.
3344         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3345
3346 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3349
3350         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3351         Add comment on version.
3352
3353 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3354
3355         * smiley.el: Add missing test smiley.
3356
3357 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * mm-decode.el (mm-with-part): New macro.
3360         (mm-get-part): Use it; work with message/external-body as well.
3361         (mm-save-part): Treat name and filename equally.
3362
3363         * mm-extern.el (mm-extern-cache-contents): New function.
3364         (mm-inline-external-body): Use it; force the part to be displayed;
3365         move undisplayer added to the cached handle to the parent.
3366
3367         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3368         (gnus-mime-view-part-as-type): Work with message/external-body.
3369
3370         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3371
3372 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3375         images in image-load-path.  [Sync with image.el, revision 1.60, in
3376         Emacs.]
3377
3378 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3381         path rather than symbol.  Always return list of directories.
3382         Guarantee that image directory comes first.  [Sync with image.el,
3383         revision 1.59, in Emacs.]
3384
3385         * message.el (message-make-tool-bar): Adjust to new API of
3386         `gmm-image-load-path-for-library'.
3387
3388         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3389
3390         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3391
3392 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3393
3394         * gnus-art.el (gnus-article-only-boring-p):
3395         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3396         intangible text.
3397         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3398
3399 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3400
3401         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3402         `defun' instead of `gmm-defun-compat'.
3403
3404 2006-03-14  Simon Josefsson  <jas@extundo.com>
3405
3406         * message.el (message-unique-id): Don't use message-number-base36
3407         if (user-uid) is a float.
3408         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3409
3410 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3413
3414         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3415         empty line between a part and a message part.
3416
3417 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3418
3419         * smiley.el: Add more test smileys.
3420         (smiley-data-directory, smiley-regexp-alist)
3421         (gnus-smiley-file-types): Fix doc strings.
3422         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3423         adding new elements.
3424         (smiley-mouse-map): Unused code.  Make it a comment.
3425
3426 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3429         scan latest NoCeM messages instead of old ones.
3430         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3431         delimiters that are recently used.
3432         (gnus-nocem-load-cache): Add autoload cookie.
3433
3434         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3435
3436         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3437         level which is larger than gnus-use-nocem is specified.
3438
3439         * gnus-group.el (gnus-group-get-new-news): Ditto.
3440
3441 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3442
3443         * gnus-util.el (gnus-tool-bar-update): New function.
3444
3445         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3446         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3447
3448         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3449
3450         * gnus-group.el (gnus-group-redraw-when-idle)
3451         (gnus-group-redraw-check): Remove.
3452         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3453
3454 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3457         if optional last element is specified in splits (FIELD VALUE...).
3458
3459 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3462         to gmm-image-load-path-for-library.  Call with no-error argument.
3463         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3464
3465         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3466
3467         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3468
3469         * gmm-utils.el (gmm-image-load-path): Remove alias.
3470
3471 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * gmm-utils.el (gmm-image-load-path): Add alias.
3474
3475         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3476         nnml-generate-nov-databases-1.
3477         (nnml-generate-nov-databases): Use it.
3478         (nnml-generate-nov-databases-directory): Document no-active
3479         argument.
3480
3481         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3482         directory if path is t.  Add no-error.
3483
3484         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3485         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3486
3487         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3488         resetting gnus-article-browse-html-temp-list.
3489
3490         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3491         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3492         Add example to docstring.  Rename local variables.  Move error
3493         checks to default case in cond and simplify.
3494
3495 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3498         handle is multipart when calling it recursively.
3499         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3500
3501 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3502
3503         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3504         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3505
3506 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3509         is loaded.
3510
3511         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3512         loaded.
3513
3514 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3517         to "Emacs 23 (unicode)" in doc string.
3518
3519         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3520         "Emacs 23 (unicode)" in comment.
3521
3522 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3525
3526         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3527         characters 160 through 255 in Emacs 23.
3528
3529 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3532         gnus-article-browse-html-temp.
3533         (gnus-article-browse-delete-temp): Make it customizable.  Add
3534         `file'.  Adjust doc string.
3535         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3536         query for each file.  Adjust doc string.
3537         (gnus-article-browse-html-parts): Add
3538         `gnus-article-browse-delete-temp-files' to
3539         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3540
3541 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3542
3543         * gnus-art.el (gnus-article-browse-html-temp)
3544         (gnus-article-browse-delete-temp): New variables.
3545         (gnus-article-browse-delete-temp-files): New function.
3546         (gnus-article-browse-html-parts): Use it.
3547
3548 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3551
3552         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3553         string.
3554
3555         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3556         gnus-summary-insert-new-articles when unplugged.  Remove
3557         gnus-summary-search-article-forward.
3558
3559         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3560         display-visual-class instead of display-color-cells.
3561
3562 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * dgnushack.el: Autoload customize-group for XEmacs.
3565
3566         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3567         message/* containing non-ASCII text properly.
3568
3569 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * message.el: Require gmm-utils, remove autoloads.
3572         (message-tool-bar): Set default based on
3573         gmm-tool-bar-style.
3574         (message-tool-bar-gnome): Add gmm-customize-mode.
3575
3576         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3577         gmm-tool-bar-style.
3578         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3579
3580         * gnus-group.el (gnus-group-tool-bar): Set default based on
3581         gmm-tool-bar-style.
3582         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3583
3584         * gmm-utils.el (gmm-image-directory): Rename variable from
3585         gmm-image-load-path.
3586         (gmm-image-load-path): Use gmm-image-directory.
3587         (gmm-customize-mode): New function.
3588         (gmm-tool-bar-style): New variable.
3589
3590         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3591         gnus-group-redraw-line-number.
3592         (gnus-group-redraw-check): Simplify.
3593         (gnus-group-tool-bar-update): Remove redraw check.
3594         (gnus-group-make-tool-bar): Add redraw check.
3595
3596 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3597
3598         * gnus-art.el (gnus-button): Add missing parentheses.
3599
3600 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * lpath.el: Fbind line-number-at-pos.
3603
3604 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3607
3608 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * gnus-art.el (gnus-button): New face.
3611         (gnus-article-button-face): Use it.
3612
3613         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3614         gnus-summary-next-page.  Re-order.
3615
3616         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3617         next-node are now included.
3618         (gnus-group-redraw-line-number): New internal variable.
3619         (gnus-group-redraw-check): Helper function for updating the tool
3620         bar.
3621         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3622
3623         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3624
3625         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3626         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3627         Use it to match format of Spamassassin 3.0 and later.  Reported by
3628         IRIE Tetsuya <irie@t.email.ne.jp>.
3629         (spam-check-bogofilter)
3630         (spam-bogofilter-register-with-bogofilter): Fix args of
3631         `gnus-error' calls.
3632
3633 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3634
3635         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3636         unnecessary interaction when sending queued mails.  Reported by
3637         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3638
3639 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3642         first or last are nil.
3643
3644 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3645
3646         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3647
3648 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3651
3652 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * dns.el (query-dns): Protect more against buggy tcp output.
3655
3656 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3659         nov.php.
3660
3661 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3662
3663         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3664         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3665         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3666         output on the server side.
3667         (nnweb-google-create-mapping): Update regexps and add some
3668         progress indication.
3669
3670 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3671
3672         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3673         gnus-agent-toggle-plugged.  Re-order icons.
3674         (gnus-group-tool-bar-gnome): Add
3675         gnus-group-{prev,next}-unread-group.
3676         (gnus-group-tool-bar-gnome): Re-order icons.
3677
3678         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3679         gnus-summary-insert-new-articles.
3680
3681         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3682         comments.
3683
3684         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3685         also available in Emacs 21.3.
3686
3687         * message.el (message-fix-before-sending): Change "Emacs 22" to
3688         "Emacs 23 (unicode)" in comment.
3689
3690         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3691         "Emacs 23 (unicode)" in comment.
3692
3693         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3694         comment.
3695         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3696
3697         * mm-view.el (mm-fill-flowed): Add :version.
3698
3699 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3702         and load-path.
3703
3704 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * message.el: Autoload gmm-image-load-path.
3707         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3708         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3709         consitency.
3710
3711         * gmm-utils.el (gmm-image-load-path): Also search in
3712         "../etc/images".  Don't set gmm-image-load-path if we don't find
3713         the image.
3714
3715 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gmm-utils.el (gmm-image-load-path): Don't make
3718         `gmm-image-load-path' include subdirectories which the second arg
3719         `image' might specify.
3720
3721         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3722         subdirectory to icon file names.
3723
3724         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3725
3726 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3727
3728         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3729         gmm-image-load-path calls.
3730
3731         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3732
3733         * message.el (message-make-tool-bar): Ditto.
3734
3735         * mml.el (mml-preview): Added comment concerning tool bar icons.
3736
3737         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3738         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3739
3740         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3741         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3742
3743         * message.el (message-tool-bar-gnome): Use new icon names.
3744         (message-make-tool-bar): Use `gmm-image-load-path'.
3745
3746         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3747         functions from MH-E.
3748         (gmm-image-load-path): New variable from MH-E.
3749         (gmm-image-load-path): New function from MH-E.  Added arguments
3750         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3751         *-image-load-path-called-flag.
3752
3753 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3754
3755         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3756
3757 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3758
3759         * nnimap.el (nnimap-request-move-article): Change folder back to
3760         source group before deleting.
3761
3762 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3763
3764         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3765
3766         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3767         mm-url.
3768
3769         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3770
3771 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3774         coding system which mm-charset-to-coding-system returns for a
3775         given charset is valid.
3776
3777 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3778
3779         * html2text.el (html2text-remove-tag-list):
3780         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3781
3782 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3783
3784         * gnus-cus.el: Revert 2005-10-17 change.
3785
3786 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-art.el (article-strip-banner): Call
3789         article-really-strip-banner only when the regexp match is made.
3790
3791 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-art.el (article-strip-banner): Use
3794         gnus-extract-address-components instead of
3795         mail-header-parse-addresses to make it work with non-ASCII text;
3796         remove mail-encode-encoded-word-string.
3797
3798         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3799         values which are surrounded with \"...\"; make it never cause a
3800         Lisp error; give up parsing of parameters if it failed in
3801         extracting type.
3802
3803 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3804
3805         * smime.el (smime-cert-by-ldap-1): Fix bug where
3806         `smime-ldap-search' returns results without userCertificates.
3807
3808 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3811
3812 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * spam.el (spam-check-spamassassin-headers): Adapt format for
3815         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3816         <ari@mbf.ocn.ne.jp>.
3817         (spam-list-of-processors): Add spam-use-gmane.
3818
3819 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3822         make-temp-file; make it work with XEmacs as well.
3823
3824         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3825         mm-make-temp-file.
3826
3827         * mm-decode.el (mm-display-external): Use the 3rd arg of
3828         mm-make-temp-file.
3829         (mm-create-image-xemacs): Ditto.
3830
3831 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3834         with message-narrow-to-headers.
3835         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3836         (gnus-draft-check-draft-articles): New function.
3837         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3838
3839 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3840
3841         * gnus-art.el (gnus-article-browse-html-parts):
3842         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3843         Don't use suffix argument for mm-make-temp-file for Emacs 21
3844         compatibility.  Remove useless `format'.
3845
3846 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3847
3848         * nnweb.el (nnweb-google-wash-article): Update regexps.
3849         (nnweb-group-alist): Use defvoo instead of defvar.
3850
3851 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3852
3853         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3854         re-loading nn* modules.
3855
3856 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3859         for `tool-bar-mode' and don't check it's default-value.
3860
3861         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3862
3863         * message.el (message-make-tool-bar): Ditto.
3864
3865         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3866         `substring'.  Shorten tmp-file name.
3867
3868         * gnus.el: Remove bogus comment.
3869
3870 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3871
3872         * gnus-art.el (gnus-article-browse-html-parts): New function.
3873         (gnus-article-browse-html-article): New function for viewing html
3874         articles with a browser.
3875
3876 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3877
3878         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3879         in elisp.
3880         (pgg-gpg-encrypt-symmetric-region): Ditto.
3881         (pgg-gpg-sign-region): Ditto.
3882
3883         * pgg-def.el (pgg-text-mode): New variable.
3884
3885         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3886         (mml2015-pgg-encrypt): Ditto.
3887
3888         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3889         (mml1991-pgg-encrypt): Ditto.
3890
3891 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3894         message-make-date instead of current-time-string.
3895
3896         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3897         to gnus-decoded which mm-uu might set.
3898
3899 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3902         don't decode quoted parameters; remove misimported Emacs code.
3903         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3904         (rfc2231-decode-encoded-string): Don't use split-string which
3905         behaves differently according to Emacs version; use
3906         mm-decode-coding-region to convert charset to coding-system.
3907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3908         (rfc2231-encode-string): Remove misimported Emacs code.
3909
3910 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3913         when calling mail-header-parse-content-type.
3914         (article-de-quoted-unreadable): Ditto.
3915         (article-de-base64-unreadable): Ditto.
3916         (article-wash-html): Ditto.
3917
3918         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3919         calling mail-header-parse-content-type and
3920         mail-header-parse-content-disposition.
3921         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3922         mail-header-parse-content-type.
3923
3924         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3925         insert charset and format parameters; encode description after
3926         inserting it to buffer.
3927         (mml-insert-parameter): Fold lines properly even if a parameter is
3928         segmented into two or more lines; change the max column to 76.
3929
3930         * rfc1843.el (rfc1843-decode-article-body): Don't use
3931         ignore-errors when calling mail-header-parse-content-type.
3932
3933         * rfc2231.el (rfc2231-parse-string): Return at least type if
3934         possible; don't cause an error even if it fails in parsing of
3935         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3936         (rfc2231-encode-string): Don't break lines at the beginning, leave
3937         it to mml-insert-parameter.
3938
3939         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3940         calling mail-header-parse-content-type.
3941
3942 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * spam-report.el (spam-report-gmane-use-article-number):
3945         Improve doc string.
3946         (spam-report-gmane-internal): Check if a suitable header was found
3947         in the article.
3948
3949 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3952         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3953
3954 2006-02-05  Romain Francoise  <romain@orebokech.com>
3955
3956         Update copyright notices of all files in the gnus directory.
3957
3958 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3959
3960         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3961
3962 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3965         segmented lines of parameter value to cope with Thunderbird 1.5
3966         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3967         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3968         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3969
3970 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3971
3972         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3973         parts.
3974
3975 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3976
3977         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3978         there's only one active file for all servers.
3979         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3980         solid groups.  Gnus might have used a FAST request to select the group.
3981         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3982         and nnweb-search redundantly in the active file.
3983         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3984         (nnweb-request-create-group): Don't use ARGS.
3985         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3986         initialisations.  Let nnoo do the work.
3987
3988 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3991         Say the part has been decoded.
3992
3993         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3994
3995 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3996
3997         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3998         mailcap-viewer-test-cache when there's no 'test clause, since that
3999         will invert the meaning of a "nil" test previously determined by
4000         mailcap-mailcap-entry-passes-test.
4001
4002 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4005         compiling.
4006
4007         * gnus-sum.el: Ditto.
4008
4009         * message.el: Don't bind tool-bar-map when compiling.
4010
4011 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4014
4015 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4016
4017         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4018         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4019         current Google Groups.
4020
4021 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4022
4023         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4024         and tool-bar-mode.
4025
4026         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4027         and tool-bar-mode.
4028
4029         * message.el (message-tool-bar-update): Simplify.
4030         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4031
4032         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4033         gnus-summary-buffer.
4034         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4035         gnus-summary-reply.
4036
4037         * gmm-utils.el (gmm): Add :version.
4038
4039 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * Makefile.in (clean): New rule.
4042         (distclean): Use it.
4043
4044 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4045
4046         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4047         autoload.
4048
4049 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gmm-utils.el (gmm-verbose): Add :group.
4052
4053 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * message.el: Change some comments WRT tool-bars.
4056
4057         * gnus-sum.el (gnus-summary-tool-bar)
4058         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4059         (gnus-summary-tool-bar-zap-list): New variables.
4060         (gnus-summary-make-tool-bar): Complete rewrite using
4061         `gmm-tool-bar-from-list'.
4062
4063         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4064         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4065         variables.
4066         (gnus-group-make-tool-bar): Complete rewrite using
4067         `gmm-tool-bar-from-list'.
4068         (gnus-group-tool-bar-update): New function.
4069
4070         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4071
4072 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4075         is dissected into a single part of which the type is the same as
4076         the given one; decode charset.
4077
4078 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4079
4080         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4081         into alists as symbol not string, since that's what
4082         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4083         look for.
4084
4085 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4086
4087         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4088         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4089
4090         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4091
4092 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4095         (gnus-xmas-mime-security-button-menu): New function.
4096
4097         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4098         (gnus-mime-security-button-menu): New definition.
4099         (gnus-mime-security-button-map): Use them.
4100         (gnus-mime-security-button-menu): New function.
4101         (gnus-insert-mime-security-button): Addition to help echo.
4102         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4103         (gnus-mime-security-pipe-part): New functions.
4104
4105         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4106         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4107
4108         * mm-decode.el (mm-handle-set-disposition): Remove.
4109         (mm-handle-set-description): Remove.
4110
4111 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4114         (mm-w3m-standalone-supports-m17n-p): New function.
4115         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4116         w3m usage.
4117
4118         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4119         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4120
4121 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * message.el (message-tool-bar-zap-list): Use
4124         gmm-tool-bar-zap-list as custom type.
4125         (message-tool-bar-update): New function.
4126         (message-tool-bar, message-tool-bar-gnome)
4127         (message-tool-bar-retro): Add message-tool-bar-update.
4128         (message-tool-bar-gnome): Add flyspell-buffer.
4129
4130         * gnus-util.el (gnus-error): Describe `args'.
4131
4132         * gmm-utils.el (gmm-error): Describe `args'.
4133         (gmm-tool-bar-zap-list): New widget.
4134         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4135
4136 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4139         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4140         the number of recursive calls.
4141
4142         * mm-decode.el (mm-handle-set-disposition): New macro.
4143         (mm-handle-set-description): New macro.
4144
4145 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4148         encoding.
4149
4150 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * message.el (message-tool-bar-zap-list, message-tool-bar)
4153         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4154         (message-tool-bar-local-item-from-menu): Remove.
4155         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4156         (message-make-tool-bar): New function.
4157         (message-mode): Use `message-make-tool-bar'.
4158
4159         * gmm-utils.el: New file.
4160         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4161         (gmm-lazy): New widget copied from `nnmail.el'.
4162         (gmm-tool-bar-from-list): New function for creating customizable
4163         tool bars.
4164         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4165         output.
4166         (gmm): Add :prefix to defgroup.
4167
4168 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4169
4170         * gmm-utils.el (gmm-widget-p): New function.
4171
4172 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * mml.el (mml-attach-file): Describe `description' in doc string.
4175         (mml-menu): Add Emacs MIME manual and PGG manual.
4176
4177 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4178
4179         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4180
4181 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4182
4183         * nntp.el (nntp-end-of-line): Doc fix.
4184
4185 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4186
4187         * imap.el (imap-open): Handle case where buffer is a buffer
4188         object.
4189
4190 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4191
4192         * gnus-delay.el (gnus-delay): Don't autoload.
4193         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4194         to be re-loaded when customizing the `gnus-delay' group.
4195
4196 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4197
4198         * message.el (message-insert-citation-line): Use newlines.
4199
4200 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4201
4202         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4203         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4204         these routines, so the passphrase can be managed externally and
4205         passed in to the system.
4206         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4207         pgg-add-passphrase-to-cache function.
4208
4209         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4210         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4211         these routines, so the passphrase can be managed externally and
4212         passed in to the system.
4213         (pgg-pgp5-sign-region): Use new name of
4214         pgg-add-passphrase-to-cache function.
4215
4216 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4217
4218         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4219         part of the decoded armor to find the key-identifier.
4220         (pgg-gpg-lookup-key-owner): New function to return the
4221         human-readable identifier of a key owner.
4222         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4223         itself.
4224         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4225         the key value) if we have a key and can match it against a secret
4226         key.  Also, added a note pointing out fact that the prompt only
4227         indicates the first matching key.
4228
4229         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4230         pgg-decrypt-region.
4231         (pgg-add-passphrase-to-cache): Rename from
4232         `pgg-add-passphrase-cache' to reduce confusion (all callers
4233         changed).
4234         (pgg-remove-passphrase-from-cache): Rename from
4235         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4236         changed).
4237         (pgg-read-passphrase, pgg-add-passphrase-cache)
4238         (pgg-remove-passphrase-cache): Add informative docstrings.
4239         (pgg-decrypt): Convey provided passphrase in subordinate call to
4240         pgg-decrypt-region.
4241
4242 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4243
4244         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4245         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4246         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4247         'passphrase' argument, so the passphrase can be managed externally
4248         and then passed in to the system.
4249
4250         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4251         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4252         so the passphrase cache can be used reliably with identifiers
4253         besides a pgp packet's key id.
4254
4255         * pgg-gpg.el (pgg-gpg-encrypt-region)
4256         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4257         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4258         these routines, so the passphrase can be managed externally and
4259         passed in to the system.
4260
4261         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4262         'notruncate' argument, so the passphrase cache can be used
4263         reliably with identifiers besides a pgp packet's key id.
4264
4265 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4266
4267         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4268         symmetric encryption.
4269         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4270         encrypted session key.
4271         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4272         message ask for the passphrase in a proper way.
4273
4274         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4275         New user commands for symmetric encryption.
4276
4277 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4280
4281         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4282
4283 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4284
4285         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4286
4287 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * mm-decode.el (mm-inlined-types): Add application/pgp.
4290         (mm-automatic-display): Ditto.
4291
4292         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4293         part as text.
4294
4295 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * nnrss.el: Update copyright.
4298         (nnrss-opml-import): Query whether to subscribe to each entry.
4299
4300         * gnus-art.el:
4301         * gnus-sum.el:
4302         * gnus-xmas.el:
4303         * messagexmas.el:
4304         * mm-uu.el:
4305         * mm-view.el: Update copyright.
4306
4307 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * message.el (message-info): New function.
4310         (message-mode-menu): Add it.
4311         Update copyright.
4312
4313         * ChangeLog: Fix and update copyright.
4314
4315 2006-01-13  Romain Francoise  <romain@orebokech.com>
4316
4317         * message.el (message-forward-subject-name-subject): Prefer the
4318         address to 'nowhere' if the sender has no name.
4319         Fix typo.  Update copyright year.
4320
4321 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-art.el (article-wash-html): Use
4324         gnus-summary-show-article-charset-alist if a numeric arg is given.
4325         (gnus-article-wash-html-with-w3m-standalone): New function.
4326
4327         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4328         mm-inline-text-html-render-with-w3m-standalone.
4329         (mm-text-html-washer-alist): Map w3m-standalone to
4330         gnus-article-wash-html-with-w3m-standalone.
4331         (mm-inline-text-html-render-with-w3m-standalone): New function.
4332
4333 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4336         Improve LaTeX.
4337
4338 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4341         (nnrss-request-article): Render text/plain parts as HTML.
4342
4343         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4344         the buffer.
4345
4346 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4347
4348         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4349         custom definition of `gnus-posting-styles'.
4350
4351         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4352         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4353
4354 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4357         Use nntp for bug archive.
4358
4359 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4362         parts.
4363         (nnrss-normalize-date): New function converts ISO 8601 date into
4364         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4365         (nnrss-check-group): Use it.
4366
4367 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4370
4371         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4372         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4373         (nnrss-insert-w3): Ditto.
4374
4375 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4378         the articles to be forwarded including the case where neither a
4379         number of articles nor a region is specified.
4380
4381 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * nnrss.el (nnrss-request-article): Fix last change; fill
4384         text/plain parts.
4385
4386 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4389         in text/plain part.
4390         (nnrss-check-group): Don't add excessive newline to dc:subject.
4391
4392 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4393
4394         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4395         article.
4396
4397 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4400         (nnml-use-compressed-files, nnml-save-mail): Support other
4401         comression programs such as bzip2.
4402
4403 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * dns.el (query-dns): Make sure we check the buffer size before
4406         removing tcp headers.
4407
4408 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4411         remove MIME buttons associated with multipart/alternative parts.
4412         (gnus-mime-display-alternative): Tag buttons using `article-type'
4413         text property.
4414
4415         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4416         associated with multipart/alternative parts.
4417
4418         * gnus-art.el (gnus-signature-separator): Fix custom type.
4419
4420         * mm-decode.el (mm-inlined-types): Fix custom type.
4421         (mm-keep-viewer-alive-types): Ditto.
4422         (mm-automatic-display): Ditto.
4423         (mm-attachment-override-types): Ditto.
4424         (mm-inline-override-types): Ditto.
4425         (mm-automatic-external-display): Ditto.
4426
4427 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * spam-report.el (spam-report-user-mail-address)
4430         (spam-report-user-agent): New variables.
4431         (spam-report-url-ping-plain): Use spam-report-user-agent.
4432
4433 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4434
4435         * gnus-art.el (gnus-button-handle-custom): Do not just use
4436         `customize-apropos' for any "M-x customize-*" button but the
4437         function called for.  Accept both the function name and its
4438         argument in order to achieve this.
4439         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4440         function name to `gnus-button-handle-custom' in case of "M-x
4441         customize-*" buttons.
4442
4443 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4444
4445         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4446         multipart/alternative and add xref to mm-discouraged-alternatives
4447         in doc string.
4448
4449         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4450         gnus-buttonized-mime-types in doc string.
4451
4452 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4455         Suggest image/.* in the doc string.
4456
4457 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4460         message-marks (Debian bug #342521).
4461
4462 2005-12-12  Simon Josefsson  <jas@extundo.com>
4463
4464         * password.el (password-read-from-cache): Add.
4465         (password-read): Use it.
4466
4467 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4470         us-ascii as a MIME charset.
4471
4472         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4473         against the case where the 2nd arg TYPE is nil.
4474
4475 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * pop3.el (pop3-stream-type): Fix custom version.
4478
4479         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4480
4481 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4482
4483         * mm-decode.el (mm-display-external): Add missing cdr.
4484
4485 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4488         RFC1524) if it is in mailcap or add a suffix according to
4489         mailcap-mime-extensions when generating a temp filename; postpone
4490         deleting a temp file for 2 seconds for some wrappers, shell
4491         scripts, and so on, which might exit right after having started a
4492         viewer command as a background job.
4493
4494 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * nntp.el (nntp-marks-directory): Fix custom group.
4497
4498         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4499         steps when < 10.
4500
4501         * gnus-start.el (gnus-no-server-1): Mention
4502         `gnus-level-default-subscribed' in doc string.
4503
4504 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4505
4506         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4507         parens.
4508
4509 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * gnus-xmas.el (gnus-use-toolbar): Revert.
4512         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4513         gnus-use-toolbar is default.
4514
4515         * messagexmas.el (message-use-toolbar): Revert.
4516         (message-setup-toolbar): Use global default-toolbar if
4517         message-use-toolbar is default.
4518
4519 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4522         according to default-toolbar-visible-p.
4523
4524         * messagexmas.el (message-use-toolbar): Ditto.
4525
4526 2005-11-26  Dave Love  <fx@gnu.org>
4527
4528         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4529         (tls-program, tls-success): Provide openssl alternative.
4530
4531         * starttls.el: Doc fixes.
4532         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4533         SERVICE to PORT.
4534
4535         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4536         port null or service name.
4537         (starttls-negotiate): Autoload.
4538
4539 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * message.el (message-kill-to-signature): Fix interactive spec.
4542
4543 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * pop3.el (pop3-open-server): Recognize a string as a service name.
4546
4547 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4548
4549         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4550
4551 2005-11-23  Dave Love  <fx@gnu.org>
4552
4553         Add pop3s, pop3/starttls.
4554
4555         * pop3.el (pop3-authentication-scheme): Clarify doc.
4556         (open-tls-stream, starttls-open-stream): Autoload.
4557         (pop3-stream-type): New.
4558         (pop3-open-server): Use it.
4559
4560         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4561         for POP.
4562         (mail-source-keyword-map): Add :stream for POP.
4563         (mail-source-fetch-pop): Use pop3-stream-type.
4564
4565 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4568         of current-time-string.
4569
4570 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4571
4572         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4573         date header.
4574
4575 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4576
4577         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4578         it can seriously impact performance as it bypasses the agent's
4579         local caches.
4580
4581 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4582
4583         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4584         must be explicitly online rather than "not explicitly offline" for
4585         its flags to be synchronized.
4586
4587         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4588         that gnus-uu-unmark-thread will function correctly.
4589
4590         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4591         1024K is instead displayed as 1M.
4592
4593 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594
4595         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4596
4597 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4598
4599         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4600
4601 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4602
4603         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4604         error message to display actual error condition.
4605         (gnus-agent-save-local): Avoid saving symbols that are bound to
4606         nil as they simply result in a warning message in
4607         gnus-agent-read-local.
4608
4609 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4612         rather than make-variable-buffer-local for file-precious-flag.
4613
4614 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4615
4616         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4617         for duplicates which are removed.  The invalid sort check then
4618         triggers a rescan after the sort as sorting may have moved
4619         duplicate entries such that they can be cheaply detected.
4620
4621 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4624
4625 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4626
4627         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4628         internal variable to a custom variable.  Changed default value
4629         from compressed(2) to uncompressed(1).
4630         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4631         support for uncompressed agentview files.  Taken together, reading
4632         the agentview file should now be 6-7 times faster.
4633
4634 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4635
4636         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4637         as a buffer-local variable.  This avoids creating truncated
4638         dribble files as a result of a hang up, eg.
4639
4640 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4641
4642         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4643         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4644         XEmacs.
4645
4646 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4647
4648         * gnus-start.el (gnus-start-draft-setup): Enforce
4649         `gnus-draft-mode' for nndraft:drafts at startup.
4650
4651         * gnus.el (gnus-splash): Change custom group.
4652         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4653         allow-list argument.
4654
4655         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4656         string.
4657
4658 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * gnus-art.el (gnus-default-article-saver): Add user-defined
4661         `function' to custom type.
4662
4663 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4664
4665         * imap.el (imap-open): Handle case where buffer is a buffer
4666         object.
4667
4668 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4671         long lines.
4672         (gnus-cache-delete-group): Wrap doc strings.
4673
4674         * gnus-agent.el (gnus-agent-rename-group)
4675         (gnus-agent-delete-group): Wrap doc strings.
4676
4677
4678 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * messagexmas.el (message-use-toolbar): Change the valid values
4681         into default, top, bottom, left, and right.
4682         (message-toolbar-thickness): New variable.
4683         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4684         well.
4685         (message-setup-toolbar): Make it work.
4686
4687         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4688         (gnus-use-toolbar): Change the valid values into default, top,
4689         bottom, left, and right.
4690         (gnus-toolbar-thickness): New variable.
4691         (gnus-xmas-setup-toolbar): New function.
4692         (gnus-xmas-setup-group-toolbar): Use it.
4693         (gnus-xmas-setup-summary-toolbar): Use it.
4694
4695 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-start.el (gnus-1): Add "native" to
4698         gnus-predefined-server-alist.
4699
4700         * gnus.el (gnus-method-to-server): Don't add "native" to the
4701         lists here, because that leads to problems when
4702         gnus-select-method is bound.
4703
4704 2005-11-09  Simon Josefsson  <jas@extundo.com>
4705
4706         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4707         use (not sort-by-date) instead.
4708
4709 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4710
4711         * gnus-delay.el (gnus-delay-group): Don't autoload.
4712         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4713         to be re-loaded when customizing the `gnus-delay' group.
4714
4715 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4716
4717         * message.el: Revert last changes.
4718         (message-insert-citation-line): Use newlines.
4719
4720 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4721
4722         * message.el (message-courtesy-message)
4723         (message-mark-insert-begin, message-mark-insert-end)
4724         (message-elide-ellipsis, message-cancel-message)
4725         (message-add-header, message-change-subject)
4726         (message-cross-post-followup-to-header)
4727         (message-cross-post-insert-note, message-reduce-to-to-cc)
4728         (message-widen-reply, message-delete-not-region)
4729         (message-kill-to-signature, message-insert-signature)
4730         (message-insert-importance-high, message-insert-importance-low)
4731         (message-insert-or-toggle-importance)
4732         (message-insert-disposition-notification-to)
4733         (message-indent-citation, message-yank-original)
4734         (message-cite-original-without-signature, message-cite-original)
4735         (message-insert-citation-line, message-position-on-field)
4736         (message-fix-before-sending, message-send-mail-partially)
4737         (message-send-mail, message-send-mail-with-sendmail)
4738         (message-send-mail-with-qmail, message-send-news)
4739         (message-check-news-header-syntax, message-generate-headers)
4740         (message-insert-courtesy-copy, message-fill-address)
4741         (message-fill-header, message-shorten-references)
4742         (message-setup-1, message-cancel-news)
4743         (message-forward-make-body-plain, message-forward-make-body-mime)
4744         (message-forward-make-body-mml, message-encode-message-body)
4745         (message-forward-make-body-digest-plain)
4746         (message-forward-make-body-digest-mime)
4747         (message-use-alternative-email-as-from): Insert `hard-newline'
4748         instead of ordinary newlines.
4749
4750 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * message.el (message-generate-headers): Downcase the argument
4753         given to message-check-element.
4754
4755 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4756
4757         * nntp.el (nntp-authinfo-rejected): New error condition.
4758         (nntp-wait-for): Use new error condition to signal authentication
4759         error.
4760         (nntp-retrieve-data): Rethrow new error condition to break out of
4761         recursive call to nntp-send-authinfo.
4762
4763 2005-11-08  Romain Francoise  <romain@orebokech.com>
4764
4765         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4766         (gnus-summary-exit-map): Bind to `Z p'.
4767         (gnus-summary-make-menu-bar): Add menu item.
4768
4769 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4772         (gnus-treat-*): Add `first' in all doc strings.
4773
4774         * gnus-group.el (gnus-group-compact-group): Fix typo.
4775
4776 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus.el (gnus-parameters-case-fold-search): New variable.
4779         (gnus-parameters-get-parameter): Use it.
4780
4781         * gnus-score.el (gnus-home-score-file): Doc fix.
4782
4783 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4784
4785         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4786
4787 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-util.el (mm-special-display-p): New function.
4790
4791         * mml.el (mml-preview): Use it; doc fix.
4792
4793 2005-10-29  Romain Francoise  <romain@orebokech.com>
4794
4795         * message.el (message-fix-before-sending): Fix comment.
4796
4797 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4798
4799         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4800
4801 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4802
4803         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4804         Used in gnus-score.el.
4805
4806 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4809
4810 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4813         whitespace removed in revision 7.8.  Use concatenated string to
4814         protect trailing whitespace.
4815
4816 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4817
4818         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4819         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4820         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4821         Courier IMAP ("some version from 2004").  Mostly based on similar
4822         code in the same function.
4823
4824 2005-10-26  Didier Verna  <didier@xemacs.org>
4825
4826         * gnus-group.el (gnus-group-compact-group): invalidate original
4827         article buffer.
4828         * gnus-srvr.el (gnus-server-compact-server): ditto.
4829         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4830         NOV database and in article itself.
4831         Invalidate article backlog.
4832
4833 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4836
4837 2005-10-26  Simon Josefsson  <jas@extundo.com>
4838
4839         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4840         part of 2004-07-25 change.
4841
4842 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * message.el (message-display-completion-list): New function.
4845         (message-expand-group): Use it; make sure the Completions buffer
4846         is modifiable.
4847
4848 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4849
4850         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4851         user-mail-name is an empty string.
4852
4853 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4854
4855         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4856         depending on gnus-score-decay-constant.
4857
4858         * encrypt.el (encrypt-insert-file-contents)
4859         (encrypt-write-file-contents): Don't use `gnus-message'.
4860
4861         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4862         arguments.
4863         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4864         arguments to mm-uu-verbatim-marks-extract.
4865         (mm-uu-hide-markers): New variable.
4866         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4867
4868         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4869         (gnus-convert-image-to-face-command): Use "convert" by default to
4870         allow other input image formats.
4871         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4872         accordingly.
4873
4874 2005-10-23  Simon Josefsson  <jas@extundo.com>
4875
4876         * imap.el (imap-gssapi-program): Align command line parameters
4877         with latest GNU SASL.
4878         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4879
4880 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4883         HTML.
4884         (nnslashdot-request-article): Ditto.
4885
4886         * lpath.el (featurep): Add nobreak-char-display.
4887
4888 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4889
4890         * mail-source.el (mail-source-fetch-pop): Require pop3.
4891         (mail-source-check-pop): Ditto.
4892
4893 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4896         errors.
4897
4898 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4899
4900         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4901         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4902
4903         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4904
4905         * mm-bodies.el (mm-decode-string): Call
4906         `mm-charset-to-coding-system' with allow-override argument.
4907
4908 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4911         (rfc2047-charset-to-coding-system): New function.
4912         (rfc2047-decode-encoded-words): New function.
4913         (rfc2047-decode-region): Use them.
4914         (rfc2047-decode-cte): Remove.
4915         (rfc2047-parse-and-decode): Remove.
4916         (rfc2047-decode): Remove.
4917
4918 2005-10-15  Kenichi Handa  <handa@m17n.org>
4919
4920         * rfc2047.el (rfc2047-decode-cte): New function.
4921         (rfc2047-decode-region): Change the way to decode successive
4922         encoded-words: decode B- or Q-encoding in each encoded-word,
4923         concatenate them, and decode it as charset.
4924
4925 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * lpath.el: Fbind codepage-setup for XEmacs.
4928
4929 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4930
4931         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4932         widget-move-and-invoke.
4933         (gnus-custom-mode): Use gnus-custom-map.
4934
4935 2005-10-15  Bill Wohler  <wohler@newt.com>
4936
4937         * message.el (message-tool-bar-map): Renamed image file from
4938         mail_send to mail/send.
4939
4940 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4941
4942         * message.el (message-expand-group): Pass the common
4943         prefix substring of completion to `display-completion-list'.
4944
4945 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4946
4947         * mml-sec.el (mml-secure-method): New internal variable.
4948         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4949         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4950         functions using mml-secure-method.
4951
4952         * mml.el (mml-mode-map): Add key bindings for those functions.
4953         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4954         Harder <harder@myrealbox.com>.
4955         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4956         end of message if point is the headers of the message.
4957
4958         * message.el (message-in-body-p): New function.
4959
4960         * assistant.el: Autoload gnus-util and netrc.
4961
4962         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4963         Use `mm-charset-override-alist' only when decoding.
4964
4965         * mm-bodies.el (mm-decode-body): Call
4966         `mm-charset-to-coding-system' with allow-override argument.
4967
4968         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4969         `filename' from Content-Disposition if Content-Type doesn't
4970         provide `name'.
4971         (gnus-mime-view-part-as-type): Set default instead of
4972         initial-input.
4973
4974 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4975
4976         * format-spec.el (format-spec): Propagate text properties of % spec.
4977
4978 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4979
4980         * gnus-art.el (gnus-treat-predicate): Add `first'.
4981
4982 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4985         (mm-charset-override-alist): New variable.
4986         (mm-charset-to-coding-system): Use it.
4987         (mm-codepage-setup): New helper function.
4988         (mm-charset-eval-alist): New variable.
4989         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4990         about unknown charsets.
4991
4992         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4993
4994 2005-10-04  David Hansen  <david.hansen@gmx.net>
4995
4996         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4997         (nnrss-check-group): Ditto.
4998
4999 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5002         Rename x-gnus-verbatim to x-verbatim.
5003         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5004
5005         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5006         x-verbatim.
5007
5008         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5009
5010         * gnus-util.el (gnus-remove-duplicates): Remove.
5011
5012         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5013         instead of gnus-remove-duplicates.
5014
5015         * message.el (message-remove-duplicates): Remove.
5016         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5017         message-remove-duplicates.
5018
5019         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5020         available, else use implementation from `delete-dups'.
5021
5022         * message.el (message-insert-expires): New function.
5023         (message-mode-map): Add key binding.
5024         (message-mode-field-menu): Add menu entry.
5025         (message-mode): Document it.
5026         (message-make-expires-date): Use `message-make-date'.
5027
5028 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5029
5030         * message.el (message-make-expires-date): New function.
5031
5032 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * Makefile.in (list-installed-shadows): New entry.
5035         (install): Use it.
5036         (remove-installed-shadows): New entry.
5037
5038         * dgnushack.el (dgnushack-default-load-path): New variable.
5039         (dgnushack-find-lisp-shadows): New function.
5040         (dgnushack-remove-lisp-shadows): New function.
5041
5042 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * Makefile.in (install-el-elc): New entry.
5045         (install): Use it so that .el files are necessarily installed.
5046
5047 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5050
5051 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5054         function rather than the diff-mode.el package.
5055         (mm-display-external): Use with-current-buffer.
5056         (mm-viewer-completion-map, mm-viewer-completion-map):
5057         Move initialization inside declaration.
5058
5059 2005-09-29  Simon Josefsson  <jas@extundo.com>
5060
5061         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5062         autoload mail-check-payment.
5063         (spam-check-hashcash): Define unconditionally, since hashcash.el
5064         is part of Gnus now.  Ignore errors from payment checking.
5065
5066 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5067
5068         * message.el (message-bold-region, message-unbold-region): Rename
5069         from `bold-region' and `unbold-region'.
5070
5071         * message.el: Remove useless autoloads.
5072
5073 2005-09-28  Simon Josefsson  <jas@extundo.com>
5074
5075         * message.el (message-use-idna): Default to t.
5076         (message-use-idna): Test whether encoding works too.  Doc fix.
5077
5078 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nntp.el (nntp-warn-about-losing-connection): Remove.
5081
5082 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5083
5084         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5085         customizable.  Change default value.
5086         (mm-uu-diff-groups-regexp): Change default value.
5087         (mm-uu-type-alist): Add doc string.
5088         (mm-uu-configure): Add doc string.  Make it interactive.
5089         (mm-uu-tex-groups-regexp): New variable.
5090         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5091         (mm-uu-type-alist): Add LaTeX documents.
5092         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5093         of "text/verbatim".
5094         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5095
5096         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5097         instead of "text/verbatim".
5098
5099         * message.el (message-mark-inserted-region)
5100         (message-mark-insert-file): Use slrn style marks when called with
5101         prefix argument.
5102
5103 2005-09-27  Simon Josefsson  <jas@extundo.com>
5104
5105         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5106
5107 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5108
5109         * message.el (message-remove-duplicates): New function.
5110         Implementation borrowed from `gnus-remove-duplicates'.
5111         (message-idna-to-ascii-rhs): Also encode idna addresses in
5112         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5113         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5114         only ask about the same idna domain once per header and also tell
5115         in what header to replace the idna domain.
5116
5117         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5118         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5119         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5120         a header is decoded and not just the last one.
5121
5122 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5125         has been decoded.
5126
5127         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5128         (mm-insert-part): Don't modify text if it has been decoded.
5129
5130         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5131         decoded.
5132
5133         * mm-view.el (mm-inline-text): Don't strip text props unless
5134         decoding enriched or richtext parts.
5135
5136 2005-09-25  Romain Francoise  <romain@orebokech.com>
5137
5138         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5139         * gnus-start.el (gnus-subscribe-interactively):
5140         * gnus-uu.el (gnus-uu-grab-articles):
5141         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5142         space.
5143
5144 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5145
5146         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5147         * mm-view.el (mm-view-pkcs7-decrypt):
5148         * gnus-sum.el (gnus-summary-limit-to-extra)
5149         (gnus-summary-respool-article, gnus-read-move-group-name):
5150         * gnus-score.el (gnus-summary-increase-score):
5151         * gnus-util.el (gnus-completing-read-with-default):
5152         * gnus-art.el (gnus-read-save-file-name)
5153         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5154         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5155         * message.el (message-check-news-header-syntax):
5156         Follow convention for reading with the minibuffer.
5157
5158 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * spam-report.el (spam-report-url-ping-plain):
5161         Use gnus-extended-version as User-Agent.
5162
5163         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5164         default value is nil.
5165
5166         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5167         (mm-uu-verbatim-marks-extract): New function.
5168         (mm-uu-extract): New face.
5169         (mm-uu-copy-to-buffer): Use it.
5170
5171         * spam-report.el (spam-report-gmane-ham): Renamed from
5172         `spam-report-gmane-unspam'.
5173         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5174         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5175
5176         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5177         Autoload.
5178         (spam-report-gmane-unregister-routine): Renamed
5179         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5180
5181 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5184         (spam-report-gmane-unregister-routine): Add support for gmane
5185         unregistration.
5186
5187         * spam-report.el (spam-report-gmane-unspam)
5188         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5189         (spam-report-gmane): Change to take a single article and do unspam
5190         registration.
5191
5192 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * mm-url.el (mm-url-decode-entities): Fix regexp.
5195
5196 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5199         default to nil, to be able to use Gnus at all.  If the default
5200         switches to something else, then the function should be fixed not
5201         be exceedingly slow.
5202
5203 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5206         fail hard.
5207
5208         * spam-report.el: Add better Keywords line.
5209
5210         * spam.el: Add Maintainer and better Keywords line.
5211
5212 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * gnus-art.el (gnus-article-replace-part)
5215         (gnus-mime-replace-part): New functions.
5216         (gnus-mime-action-alist, gnus-mime-button-commands)
5217         (gnus-mime-save-part-and-strip): Added file argument.
5218         (gnus-article-part-wrapper): Added interactive argument.
5219
5220         * gnus-sum.el (gnus-summary-mime-map): Add
5221         `gnus-article-replace-part'.
5222
5223 2005-09-19  Didier Verna  <didier@xemacs.org>
5224
5225         The nnml compaction feature:
5226         * nnml.el (nnml-request-compact-group): New function.
5227         * nnml.el (nnml-request-compact): New function.
5228         * gnus-int.el (gnus-request-compact-group): New function.
5229         * gnus-int.el (gnus-request-compact): New function.
5230         * gnus-group.el (gnus-group-compact-group): New function.
5231         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5232         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5233         * gnus-srvr.el (gnus-server-compact-server): New function.
5234         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5235         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5236
5237 2005-09-18  Deepak Goel  <deego@gnufans.org>
5238
5239         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5240         format spec.
5241
5242 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5245
5246 2005-09-15  Romain Francoise  <romain@orebokech.com>
5247
5248         * message.el (message-fill-paragraph): Clarify docstring.
5249
5250 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5251
5252         * gnus-art.el (gnus-mime-display-part): Protect against broken
5253         MIME messages.
5254
5255 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5258         before parsing header.
5259
5260 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5261
5262         * html2text.el: (html2text-replace-list): Add new entities.
5263
5264 2005-09-11  Romain Francoise  <romain@orebokech.com>
5265
5266         * message.el (message-alternative-emails): Improve docstring.
5267         (message-setup-1): Call `message-use-alternative-email-as-from'
5268         after `message-setup-hook' to give it precedence over posting
5269         styles, etc.
5270         (message-use-alternative-email-as-from): Add docstring.  Remove
5271         the original From header if present.
5272
5273         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5274         (nnml-save-mail): Use it.
5275
5276         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5277         articles.  Add new argument `silent'.
5278         (gnus-uu-mark-all): Report the total number of marked articles.
5279
5280 2005-09-10  Romain Francoise  <romain@orebokech.com>
5281
5282         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5283         (gnus-uu-mark-series): Likewise.
5284
5285 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * spam-report.el (spam-report-gmane): Fix generation of spam
5288         report URL.
5289
5290 2005-09-10  Simon Josefsson  <jas@extundo.com>
5291
5292         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5293         t, based on discussion on the ding list with Robert Epprecht
5294         <epprecht@solnet.ch>.
5295
5296 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * spam-report.el (spam-report-gmane): Make it work without
5299         X-Report-Spam header.  Gmane now only provides Archived-At.
5300         This is only used if `spam-report-gmane-use-article-number' is nil.
5301         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5302
5303         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5304         make `gnus-summary-sort-by-recipient' work with threading.
5305
5306         * nnweb.el (nnweb-google-wash-article): Print a message if article
5307         is not available.
5308
5309 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5310
5311         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5312         change.  Decode text/* parts content before displaying.
5313
5314 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5317
5318 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5321
5322         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5323         url-package-name, url-package-version,
5324         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5325         w3m-display-inline-images, and w3m-minor-mode-map.
5326
5327 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * message.el (message-tab-body-function): Fixed mismatched custom
5330         type.
5331
5332         * gnus.el (gnus-group-change-level-function): Ditto.
5333
5334         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5335
5336         * gnus-art.el (gnus-signature-limit)
5337         (gnus-article-mime-part-function): Ditto.
5338
5339 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * mml.el (mml-mode): Silence the byte compiler.
5342
5343         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5344         using `(sit-for 0)' before moving the point to the specified part;
5345         skip unbuttonized parts.
5346         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5347         return to the summary window if gnus-auto-select-part is non-nil.
5348
5349 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5352         variables.
5353         (mml-dnd-attach-file, mml-mode): Use them.
5354
5355         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5356         Make fetching article by MID work again for Google Groups.  Added
5357         FIXME concerning gnus-group-make-web-group.
5358
5359         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5360         Don't depend on Gnus by using mail-extract-address-components if
5361         gnus-extract-address-components is not bound.
5362
5363 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5364
5365         * gnus-art.el (gnus-mime-display-security): Don't display the
5366         signature, but only the signed part.
5367
5368 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5371
5372         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5373         list, not listp.
5374
5375 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5376
5377         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5378         when encoding.
5379
5380         * mm-bodies.el (mm-decode-content-transfer-encoding):
5381         De-canonicalize CRLF for all text content types, not just
5382         text/plain.
5383
5384 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5387         valid article; point arrow and cursor at the MIME button.
5388
5389 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5392         Suggested by Dan Christensen <jdc@uwo.ca>.
5393
5394         * mm-decode.el (mm-save-part): Enable change of prompt.
5395
5396 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5397
5398         * gnus-msg.el (gnus-inews-add-send-actions): Made
5399         `message-post-method' lambda parameter ARG `&optional'.
5400
5401 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * gnus-sum.el (gnus-summary-mime-map): Added
5404         gnus-article-save-part-and-strip, gnus-article-delete-part and
5405         gnus-article-jump-to-part.
5406
5407         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5408         (gnus-article-edit-part): Use it.
5409         (gnus-article-part-wrapper): Added no-handle argument.
5410         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5411         functions.
5412
5413 2005-08-29  Romain Francoise  <romain@orebokech.com>
5414
5415         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5416         docstring.
5417         (gnus-face-from-file): Likewise.
5418
5419 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5422         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5423         non-nil.
5424         (gnus-auto-select-part): New variable.
5425         (gnus-article-jump-to-part): New function.
5426         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5427         (gnus-mime-delete-part): Allow selecting specified part after
5428         deleting or stripping parts.
5429         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5430         part if argument is bogus.
5431
5432 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5433
5434         * gnus-art.el (w3m-minor-mode-map):
5435         * gnus-spec.el (gnus-newsrc-file-version):
5436         * gnus-util.el (nnmail-active-file-coding-system)
5437         (gnus-original-article-buffer, gnus-user-agent):
5438         * gnus.el (gnus-ham-process-destinations)
5439         (gnus-parameter-ham-marks-alist)
5440         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5441         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5442         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5443         * mm-decode.el (gnus-current-window-configuration):
5444         * mm-extern.el (gnus-article-mime-handles):
5445         * mm-url.el (url-current-object, url-package-name)
5446         (url-package-version):
5447         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5448         (smime-keys, w3m-cid-retrieve-function-alist)
5449         (w3m-current-buffer, w3m-display-inline-images)
5450         (w3m-minor-mode-map):
5451         * mml-smime.el (gnus-extract-address-components):
5452         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5453         (gnus-newsrc-hashtb, message-default-charset)
5454         (message-deletable-headers, message-options)
5455         (message-posting-charset, message-required-mail-headers)
5456         (message-required-news-headers):
5457         * mml1991.el (mc-pgp-always-sign):
5458         * mml2015.el (mc-pgp-always-sign):
5459         * nnheader.el (nnmail-extra-headers):
5460         * rfc1843.el (gnus-decode-encoded-word-function)
5461         (gnus-decode-header-function, gnus-newsgroup-name):
5462         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5463
5464 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5465
5466         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5467         the end of the date treatments.
5468
5469 2005-08-15  Simon Josefsson  <jas@extundo.com>
5470
5471         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5472         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5473         Capello and Romain Francoise.
5474         (pgg-fetch-key-function): Removed, not used?
5475         (pgg-insert-url-with-w3): Require url, to get
5476         url-insert-file-contents regardless of where it is defined.
5477
5478 2005-08-13  Romain Francoise  <romain@orebokech.com>
5479
5480         * message.el (message-cite-original-1): New function.
5481         (message-cite-original): Use it.
5482         (message-cite-original-without-signature): Ditto.
5483
5484 2005-08-08  Romain Francoise  <romain@orebokech.com>
5485
5486         * message.el (message-yank-empty-prefix): New variable.
5487         (message-indent-citation): Use it.
5488         (message-cite-original-without-signature): Respect X-No-Archive.
5489
5490 2005-08-08  Simon Josefsson  <jas@extundo.com>
5491
5492         * pgg.el: Autoload url-insert-file-contents instead of loading
5493         w3/url.
5494         (pgg-insert-url-with-w3): Don't load url here.
5495
5496 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5497
5498         * message.el (message-kill-to-signature): Don't insert newline at
5499         bol.
5500         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5501
5502 2005-08-06  Romain Francoise  <romain@orebokech.com>
5503
5504         * message.el (message-user-fqdn): Fix typo in docstring.
5505
5506 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5507
5508         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5509
5510         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5511
5512 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * mm-bodies.el (mm-encode-body): Use coding system rather than
5515         charset to encode text.
5516
5517         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5518         number of charsets if utf-8 is available (XEmacs).
5519
5520 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5523         taken from `gnus-button-mid-or-mail-regexp'.
5524         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5525         (gnus-button-alist): Improve regexp for domain part of the MIDs
5526         for news:localpart@domain buttons.
5527         (gnus-button-ctan-directory-regexp): Update.
5528
5529 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * sieve-manage.el (sieve-manage-interactive-login): Use
5532         make-local-variable rather than make-variable-buffer-local.
5533         (sieve-manage-open): Ditto.
5534         (sieve-manage-authenticate): Ditto.
5535
5536         * mml.el (mml-generate-mime-1): Make the content type default to
5537         text/plain if the filename is not specified.
5538
5539 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5542         instead of insert-buffer.
5543
5544         * message.el (message-yank-original): Ditto; set the mark at the
5545         end of the yanked message.
5546
5547 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5550         lines to scroll rather than to stop it.
5551
5552         * mml.el (mml-generate-default-type): Add doc string.
5553         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5554         default to application/octet-stream when determining the content
5555         type if it is not specified for the part or the mml contents; add
5556         a comment about mml-generate-default-type.
5557
5558 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5561         make it default to application/octet-stream when determining the
5562         content type if it is not specified for the external contents.
5563
5564 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5567         segmented parameter but also other parameters might be there.
5568
5569 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-decode.el (mm-display-external): Delete temp file, directory
5572         and buffer immediately if the external process is exited.
5573
5574 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5577         fewer lines than that of scroll-margin.
5578         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5579
5580 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-art.el (gnus-article-next-page): Revert.
5583         (gnus-article-beginning-of-window): New macro.
5584         (gnus-article-next-page-1): Use it.
5585         (gnus-article-prev-page): Ditto.
5586         (gnus-article-edit-part): Use insert-buffer-substring instead of
5587         insert-buffer.
5588         (gnus-article-edit-exit): Ditto.
5589
5590         * gnus-util.el (gnus-beginning-of-window): Remove.
5591         (gnus-end-of-window): Remove.
5592
5593         * lpath.el: Don't bind header-line-format and scroll-margin.
5594
5595 2005-07-25  Simon Josefsson  <jas@extundo.com>
5596
5597         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5598         to have the url package without w3.  Reported by Daiki Ueno
5599         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5600
5601 2005-07-20  Didier Verna  <didier@xemacs.org>
5602
5603         * gnus-diary.el: Remove the description comment (nndiary is now
5604         properly documented in the Gnus manual).
5605         Fix the spelling of "Back End".
5606         * nndiary.el: Ditto.
5607         Fix the copyright notice.
5608
5609 2005-07-18  Romain Francoise  <romain@orebokech.com>
5610
5611         * gnus-sum.el (gnus-summary-to-prefix,
5612         gnus-summary-newsgroup-prefix): New variables.
5613         (gnus-summary-from-or-to-or-newsgroups): Use them.
5614
5615 2005-07-17  Romain Francoise  <romain@orebokech.com>
5616
5617         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5618         space as it's generally not especially interesting to the user.
5619
5620 2005-07-16  Romain Francoise  <romain@orebokech.com>
5621
5622         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5623         nil to avoid prompting and file modification if one of the
5624         messages at the top of the nnfolder file contains a copyright
5625         notice.
5626         Update copyright notice.
5627
5628         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5629         instead of `current-time-string' as the latter creates a time
5630         string that is not RFC 2822 compliant (it lacks the zone).
5631         Update copyright notice.
5632
5633 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5634
5635         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5636         for text/rtf.  Display default in prompt.  Pass default for M-n.
5637
5638         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5639
5640 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5641
5642         * gnus-msg.el (gnus-button-mailto): Remove
5643         save-selected-window-window hackery because it relies on
5644         save-selected-window internals.
5645
5646 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5649         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5650         (gnus-article-prev-page): Ditto.
5651
5652         * gnus-util.el (gnus-beginning-of-window): New function.
5653         (gnus-end-of-window): New function.
5654
5655         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5656
5657 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5658
5659         * gnus-score.el (gnus-score-edit-all-score): Set
5660         gnus-score-edit-exit-function to gnus-score-edit-done and call
5661         gnus-message.
5662
5663 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * gnus-msg.el (gnus-button-mailto): Remove
5666         save-selected-window-window hackery because it relies on
5667         save-selected-window internals.
5668
5669 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5672         add-minor-mode.
5673         (gnus-binary-mode): Ditto.
5674
5675         * gnus-topic.el (gnus-topic-mode): Ditto.
5676
5677 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5678
5679         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5680         (gnus-article-prev-page): Take scroll-margin into consideration.
5681
5682 2005-07-04  Lute Kamstra  <lute@gnu.org>
5683
5684         Update FSF's address in GPL notices.
5685
5686 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5687
5688         * gnus.el (gnus-exit):
5689         * gnus-group.el (gnus-group-icons):
5690         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5691
5692         * gnus-nocem.el (gnus-nocem):
5693         * message.el (message-various, message-buffers, message-sending)
5694         (message-interface, message-forwarding, message-insertion)
5695         (message-headers, message-news, message-mail):
5696         * pgg-gpg.el (pgg-gpg):
5697         * pgg-parse.el (pgg-parse):
5698         * pgg-pgp.el (pgg-pgp):
5699         * pgg-pgp5.el (pgg-pgp5):
5700         * pop3.el (pop3): Finish `defgroup' description with period.
5701
5702 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (article-display-face): Improve the efficiency.
5705         (article-display-x-face): Ditto; remove grey x-face stuff.
5706
5707 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (article-display-face): Correct the position in
5710         which Faces are inserted.
5711
5712 2005-06-29  Didier Verna  <didier@xemacs.org>
5713
5714         * gnus-art.el (article-display-face): Display faces in correct
5715         order.
5716
5717 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5720         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5721         (gnus-nocem-check-article): Fetch the Type header.
5722         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5723         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5724         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5725         make sure gnus-nocem-hashtb is initialized.
5726         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5727         (gnus-nocem-unwanted-article-p): Ditto.
5728
5729         * pgg.el (pgg-verify): Return the verification result.
5730
5731 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5732
5733         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5734         is ascii.
5735
5736 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5737
5738         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5739         `show-nonbreak-escape'.
5740
5741 2005-06-23  Lute Kamstra  <lute@gnu.org>
5742
5743         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5744
5745         * dig.el (dig-mode):
5746         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5747
5748 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5749
5750         * nnimap.el (nnimap-split-download-body): Fix spellings.
5751
5752 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5753
5754         * gnus-art.el (gnus-article-encrypt-body):
5755         * gnus-cus.el (gnus-score-customize):
5756         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5757         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5758
5759 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5760
5761         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5762         header by looking for magic "MII" at the beginnig.
5763
5764 2005-06-16  Miles Bader  <miles@gnu.org>
5765
5766         * gnus-xmas.el (gnus-xmas-group-startup-message):
5767         Use renamed gnus-splash face.
5768
5769         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5770         (assistant-field-face): New backward-compatibility alias for renamed
5771         face.
5772         (assistant-render-text): Use renamed assistant-field face.
5773
5774         * spam.el (spam): Remove "-face" suffix from face name.
5775         (spam-face): New backward-compatibility alias for renamed face.
5776         (spam-face, spam-initialize): Use renamed spam face.
5777
5778         * message.el (message-header-to, message-header-cc)
5779         (message-header-subject, message-header-newsgroups)
5780         (message-header-other, message-header-name)
5781         (message-header-xheader, message-separator, message-cited-text)
5782         (message-mml): Remove "-face" suffix from face names.
5783         (message-header-to-face, message-header-cc-face)
5784         (message-header-subject-face, message-header-newsgroups-face)
5785         (message-header-other-face, message-header-name-face)
5786         (message-header-xheader-face, message-separator-face)
5787         (message-cited-text-face, message-mml-face):
5788         New backward-compatibility aliases for renamed faces.
5789         (message-font-lock-keywords): Use renamed message faces.
5790
5791         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5792         (sieve-test-commands, sieve-tagged-arguments):
5793         Remove "-face" suffix from face names.
5794         (sieve-control-commands-face, sieve-action-commands-face)
5795         (sieve-test-commands-face, sieve-tagged-arguments-face):
5796         New backward-compatibility aliases for renamed faces.
5797         (sieve-control-commands-face, sieve-action-commands-face)
5798         (sieve-test-commands-face, sieve-tagged-arguments-face):
5799         Use renamed sieve faces.
5800
5801         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5802         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5803         (gnus-group-news-3-empty, gnus-group-news-4)
5804         (gnus-group-news-4-empty, gnus-group-news-5)
5805         (gnus-group-news-5-empty, gnus-group-news-6)
5806         (gnus-group-news-6-empty, gnus-group-news-low)
5807         (gnus-group-news-low-empty, gnus-group-mail-1)
5808         (gnus-group-mail-1-empty, gnus-group-mail-2)
5809         (gnus-group-mail-2-empty, gnus-group-mail-3)
5810         (gnus-group-mail-3-empty, gnus-group-mail-low)
5811         (gnus-group-mail-low-empty, gnus-summary-selected)
5812         (gnus-summary-cancelled, gnus-summary-high-ticked)
5813         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5814         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5815         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5816         (gnus-summary-low-undownloaded)
5817         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5818         (gnus-summary-low-unread, gnus-summary-normal-unread)
5819         (gnus-summary-high-read, gnus-summary-low-read)
5820         (gnus-summary-normal-read, gnus-splash):
5821         Remove "-face" suffix from face names.
5822         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5823         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5824         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5825         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5826         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5827         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5828         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5829         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5830         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5831         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5832         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5833         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5834         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5835         (gnus-summary-normal-ticked-face)
5836         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5837         (gnus-summary-normal-ancient-face)
5838         (gnus-summary-high-undownloaded-face)
5839         (gnus-summary-low-undownloaded-face)
5840         (gnus-summary-normal-undownloaded-face)
5841         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5842         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5843         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5844         (gnus-splash-face):
5845         New backward-compatibility aliases for renamed faces.
5846         (gnus-group-startup-message): Use renamed gnus faces.
5847
5848         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5849         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5850         (gnus-server-agent): Remove "-face" suffix from face names.
5851         (gnus-server-agent-face, gnus-server-opened-face)
5852         (gnus-server-closed-face, gnus-server-denied-face)
5853         (gnus-server-offline-face):
5854         New backward-compatibility aliases for renamed faces.
5855         (gnus-server-agent-face, gnus-server-opened-face)
5856         (gnus-server-closed-face, gnus-server-denied-face)
5857         (gnus-server-offline-face): Use renamed gnus faces.
5858
5859         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5860         Remove "-face" suffix from face names.
5861         (gnus-picon-xbm-face, gnus-picon-face):
5862         New backward-compatibility aliases for renamed faces.
5863
5864         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5865         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5866         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5867         (gnus-cite-11): Remove "-face" suffix from face names.
5868         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5869         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5870         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5871         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5872         New backward-compatibility aliases for renamed faces.
5873         (gnus-cite-attribution-face, gnus-cite-face-list)
5874         (gnus-article-boring-faces): Use renamed gnus faces.
5875
5876         * gnus-art.el (gnus-signature, gnus-header-from)
5877         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5878         (gnus-header-content): Remove "-face" suffix from face names.
5879         (gnus-signature-face, gnus-header-from-face)
5880         (gnus-header-subject-face, gnus-header-newsgroups-face)
5881         (gnus-header-name-face, gnus-header-content-face):
5882         New backward-compatibility aliases for renamed faces.
5883         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5884
5885         * gnus-sum.el (gnus-summary-selected-face)
5886         (gnus-summary-highlight): Use renamed gnus faces.
5887         * gnus-group.el (gnus-group-highlight): Likewise.
5888
5889 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5890
5891         * gnus-sieve.el (gnus-sieve-article-add-rule):
5892         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5893         * spam-stat.el (spam-stat-buffer-change-to-spam)
5894         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5895
5896         * message.el (message-is-yours-p):
5897         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5898
5899 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * mm-view.el (mm-inline-text): Withdraw the last change.
5902
5903 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5906         executing enriched-decode.
5907
5908 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5911         charset of tar files.
5912
5913 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5914
5915         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5916
5917 2005-06-04  Lute Kamstra  <lute@gnu.org>
5918
5919         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5920         information is never recorded.
5921
5922 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5923
5924         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5925
5926 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * pop3.el (pop3-apop): Run md5 in the binary mode.
5929
5930         * starttls.el (starttls-set-process-query-on-exit-flag):
5931         Use eval-and-compile.
5932
5933 2005-05-31  Simon Josefsson  <jas@extundo.com>
5934
5935         * smime.el (smime-replace-in-string): Define.
5936         (smime-cert-by-ldap-1): Use it.
5937
5938 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-art.el (article-display-x-face): Replace
5941         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5942
5943         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5944         set-process-query-on-exit-flag or process-kill-without-query.
5945
5946         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5947         loop instead of replace-regexp.
5948
5949         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5950         instead of process-kill-without-query if it is available.
5951
5952         * lpath.el: Fbind ldap-search-entries.
5953
5954         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5955         instead of find-file-hooks if it is available.
5956
5957         * mml1991.el: Bind pgg-default-user-id when compiling.
5958
5959         * mml2015.el: Bind pgg-default-user-id when compiling.
5960
5961         * nndraft.el (nndraft-request-associate-buffer):
5962         Use write-contents-functions instead of write-contents-hooks if it is
5963         available.
5964
5965         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5966         instead of find-file-hooks if it is available.
5967
5968         * nntp.el (nntp-open-connection): Replace
5969         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5970         (nntp-open-ssl-stream): Ditto.
5971         (nntp-open-tls-stream): Ditto.
5972
5973         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5974         set-process-query-on-exit-flag or process-kill-without-query.
5975         (starttls-open-stream-gnutls): Use it instead of
5976         process-kill-without-query.
5977         (starttls-open-stream): Ditto.
5978
5979 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5980
5981         * smime.el (smime-cert-by-ldap-1): Don't use
5982         replace-regexp-in-string.
5983
5984 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5985
5986         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5987
5988         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5989         in PEM format. Adjust to the XEmacs compability.
5990
5991 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5992
5993         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5994         by `string-to-number'.
5995         * gnus-agent.el (gnus-agent-regenerate-group)
5996         (gnus-agent-fetch-articles): Ditto.
5997         * gnus-art.el (gnus-button-fetch-group): Ditto.
5998         * gnus-cache.el (gnus-cache-generate-active)
5999         (gnus-cache-articles-in-group): Ditto.
6000         * gnus-group.el (gnus-group-set-current-level)
6001         (gnus-group-insert-group-line): Ditto.
6002         * gnus-score.el (gnus-score-set-expunge-below)
6003         (gnus-score-set-mark-below, gnus-summary-score-effect)
6004         (gnus-summary-score-entry): Ditto.
6005         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6006         (gnus-soup-pack): Ditto.
6007         * gnus-spec.el (gnus-xmas-format): Ditto.
6008         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6009         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6010         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6011         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6012         * nndb.el (nndb-get-remote-expire-response): Ditto.
6013         * nndiary.el (nndiary-parse-schedule-value)
6014         (nndiary-string-to-number, nndiary-request-replace-article)
6015         (nndiary-request-article): Ditto.
6016         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6017         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6018         * nneething.el (nneething-make-head): Ditto.
6019         * nnfolder.el (nnfolder-request-article)
6020         (nnfolder-retrieve-headers): Ditto.
6021         * nnheader.el (nnheader-file-to-number): Ditto.
6022         * nnkiboze.el (nnkiboze-request-article): Ditto.
6023         * nnmail.el (nnmail-process-unix-mail-format)
6024         (nnmail-process-babyl-mail-format): Ditto.
6025         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6026         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6027         (nnmh-request-create-group, nnmh-request-list-1)
6028         (nnmh-request-group, nnmh-request-article): Ditto.
6029         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6030         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6031         * nnsoup.el (nnsoup-make-active): Ditto.
6032         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6033         * nntp.el (nntp-find-group-and-number)
6034         (nntp-retrieve-headers-with-xover): Ditto.
6035         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6036         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6037         (pgg-format-key-identifier): Ditto.
6038         * pop3.el (pop3-last, pop3-stat): Ditto.
6039         * qp.el (quoted-printable-decode-region): Ditto.
6040
6041         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6042         of concat.
6043
6044 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6047
6048         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6049
6050         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6051
6052         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6053
6054         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6055
6056         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6057
6058         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6059         (gnus-carpal-mode): Ditto.
6060
6061         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6062         (gnus-browse-mode): Ditto.
6063
6064         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6065
6066         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6067
6068 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6069
6070         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6071
6072 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus-util.el (gnus-run-mode-hooks): New function.
6075
6076         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6077
6078         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6079         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6080
6081 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6082
6083         * gnus-agent.el (gnus-agent-make-mode-line-string):
6084         Use mode-line-highlight as mouse-face.
6085
6086 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * canlock.el (canlock): Change the parent group to news.
6089
6090         * deuglify.el (gnus-outlook-deuglify): Add :group.
6091
6092         * dig.el (dig): Add :group.
6093
6094         * dns-mode.el (dns-mode): Add :group.
6095
6096         * encrypt.el (encrypt): Add :group.
6097
6098         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6099         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6100         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6101         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6102         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6103
6104         * gnus-diary.el (gnus-diary): Add :group.
6105
6106         * gnus.el (gnus-group-news-1-face): Add :group.
6107         (gnus-group-news-1-empty-face): Ditto.
6108         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6109         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6110         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6111         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6112         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6113         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6114         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6115         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6116         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6117         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6118         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6119         (gnus-summary-high-ticked-face): Ditto.
6120         (gnus-summary-low-ticked-face): Ditto.
6121         (gnus-summary-normal-ticked-face): Ditto.
6122         (gnus-summary-high-ancient-face): Ditto.
6123         (gnus-summary-low-ancient-face): Ditto.
6124         (gnus-summary-normal-ancient-face): Ditto.
6125         (gnus-summary-high-undownloaded-face): Ditto.
6126         (gnus-summary-low-undownloaded-face): Ditto.
6127         (gnus-summary-normal-undownloaded-face): Ditto.
6128         (gnus-summary-high-unread-face): Ditto.
6129         (gnus-summary-low-unread-face): Ditto.
6130         (gnus-summary-normal-unread-face): Ditto.
6131         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6132         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6133
6134         * hashcash.el (hashcash): New custom group.
6135         (hashcash-default-payment): Add :group.
6136         (hashcash-payment-alist): Ditto.
6137         (hashcash-default-accept-payment): Ditto.
6138         (hashcash-accept-resources): Ditto.
6139         (hashcash-path): Ditto.
6140         (hashcash-extra-generate-parameters): Ditto.
6141         (hashcash-double-spend-database): Ditto.
6142         (hashcash-in-news): Ditto.
6143
6144         * message.el (message-minibuffer-local-map): Add :group.
6145
6146         * netrc.el (netrc): Add :group.
6147
6148         * sieve-manage.el (sieve-manage-log): Add :group.
6149         (sieve-manage-default-user): Diito.
6150         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6151         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6152         (sieve-manage-authenticators): Ditto.
6153         (sieve-manage-authenticator-alist): Ditto.
6154         (sieve-manage-default-port): Ditto.
6155
6156         * sieve-mode.el (sieve-control-commands-face): Add :group.
6157         (sieve-action-commands-face): Ditto.
6158         (sieve-test-commands-face): Ditto.
6159         (sieve-tagged-arguments-face): Ditto.
6160
6161         * smime.el (smime): Add :group.
6162
6163         * spam-report.el (spam-report): Add :group.
6164
6165         * spam.el (spam, spam-face): Add :group.
6166
6167 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6168
6169         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6170         return \n.\n.\n at the end of articles.  Protect against that.
6171         (nntp-with-open-group): Allow debugging.
6172
6173         * nnheader.el (mail-header-set-extra): Make into a function
6174         because I just could't understand how to quote the list properly.
6175
6176         * dns.el (query-dns-cached): New function.
6177
6178 2005-05-26  Lute Kamstra  <lute@gnu.org>
6179
6180         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6181
6182 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6185
6186         * gnus-art.el: Don't autoload mail-extract-address-components.
6187
6188         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6189         eval-and-compile to evaluate it.
6190
6191         * hashcash.el: Don't autoload executable-find.
6192
6193         * nndb.el: Don't declare the nndb back end two or more times; don't
6194         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6195
6196         * nntp.el: Autoload format-spec instead of format; use
6197         eval-and-compile to evaluate autoload forms.
6198
6199 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6200
6201         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6202
6203 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * gnus.el (gnus-version-number): Bump version.
6206
6207 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6208
6209         * gnus.el: No Gnus v0.3 is released.
6210
6211 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * lpath.el (featurep): Bind show-nonbreak-escape.
6214
6215 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-article-edit-part): Disable undo.
6218
6219 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6222         gnus-article-date-lapsed-new-header is t if date timer is active;
6223         skip headers in which the original date value is empty.
6224         (gnus-article-save-original-date): Redefine it as a macro.
6225         (gnus-display-mime): Use it.
6226
6227 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-art.el (article-date-ut): Support converting date in
6230         forwarded parts as well.
6231         (gnus-article-save-original-date): New function.
6232         (gnus-display-mime): Use it.
6233
6234 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6235
6236         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6237         enclosure element of <item>.
6238
6239 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * message.el (message-kill-buffer-query): Renamed from
6242         `message-kill-buffer-query-if-modified'.  Added :version.
6243
6244 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6247         window layout.
6248
6249 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * mml.el: Autoload dnd when compiling.
6252
6253 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6256         x-dnd-*.
6257
6258 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * qp.el (quoted-printable-encode-region): Save excursion.
6261
6262 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6263
6264         * message.el (message-kill-buffer-query-if-modified): Add new variable
6265         so the user can kill a modified message buffer quickly.
6266         (message-kill-buffer): Use it.
6267
6268 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * lpath.el: Fbind display-time-event-handler; don't fbind
6271         string-to-multibyte.
6272
6273         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6274
6275 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6278         contained in text because xml.el decodes entities) with LFs.
6279
6280 2005-04-11  Lute Kamstra  <lute@gnu.org>
6281
6282         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6283         differently.
6284
6285 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * mm-util.el (mm-detect-coding-region): Typo.
6288
6289 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6292
6293 2005-04-06  D Goel  <deego@gnufans.org>
6294
6295         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6296         user-function allow user modifications of the scores.
6297         (spam-stat-score-buffer-user): New function, to allow
6298         user-computed modifications to the score.
6299         (spam-stat-score-buffer-user-functions): list of additional
6300         scoring functions
6301         (spam-stat-error-holder): global temporary error holder
6302         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6303         variable
6304
6305 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * gnus-registry.el (gnus-registry-clean-empty-function)
6308         (gnus-registry-trim, gnus-registry-fetch-groups)
6309         (gnus-registry-delete-group): Groups that match
6310         `gnus-registry-ignored-groups' are removed from the registry
6311         entries, not just ignored for splitting.  This helps clean up the
6312         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6313         to get all the groups a message ID is in.
6314
6315         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6316         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6317         (spam-stat-score-buffer-user-functions): Add :number custom type.
6318
6319 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6322         argument in XEmacs.
6323
6324         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6325         (nnrss-request-group): Decode group name first.
6326         (nnrss-request-article): Make a text/plain article if mml-to-mime
6327         failed.
6328         (nnrss-get-encoding): Return a compatible encoding according to
6329         nnrss-compatible-encoding-alist.
6330         (nnrss-find-el): Use consp instead of listp.
6331         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6332
6333 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6336         which Emacs 20 doesn't support.
6337         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6338
6339 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6342         silence the byte compiler inside the defun
6343
6344         * gnus-demon.el (parse-time-string): Add autoload.
6345
6346         * gnus-delay.el (parse-time-string): Add autoload.
6347
6348         * gnus-art.el (parse-time-string): Add autoload.
6349
6350         * nnultimate.el (parse-time): Require for `parse-time-string'.
6351
6352 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6355
6356         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6357
6358         * smime.el (smime-ldap-host-list): Add :version.
6359
6360 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6363         pass it to `gnus-browse-read-group'.
6364         (gnus-browse-read-group): Add NUMBER argument and pass it to
6365         `gnus-group-read-ephemeral-group'.
6366
6367         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6368         argument and pass it to `gnus-group-read-group'.
6369
6370 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6371
6372         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6373         mm-xemacs-find-mime-charset-1 if we have the mule feature
6374         available at runtime.
6375
6376 2005-03-25  Werner Lemberg  <wl@gnu.org>
6377
6378         * nnmaildir.el: Replace `illegal' with `invalid'.
6379
6380 2005-03-23  Lute Kamstra  <lute@gnu.org>
6381
6382         * time-date.el: Add comment on time value formats.
6383         Don't require parse-time.
6384         (with-decoded-time-value): New macro.
6385         (encode-time-value): New function.
6386         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6387         (days-to-time): Return a valid time value when arg is huge.
6388         (time-since): Use time-subtract.
6389         (time-to-number-of-days): Use time-to-seconds.
6390
6391 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * gnus-start.el (gnus-display-time-event-handler):
6394         Check display-time-timer at runtime rather than only at load time
6395         in case display-time-mode is turned off in the mean time.
6396
6397 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6400         used.
6401
6402         * nneething.el (nneething-map-file-directory): Derive from
6403         `gnus-directory'.
6404
6405         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6406         the To/Cc button.
6407
6408 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * nnmaildir.el (nnmaildir-request-accept-article):
6411         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6412
6413 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6414
6415         * gnus-async.el: Require timer-funcs at compile time when in
6416         XEmacs for `run-with-idle-timer'.
6417
6418 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6419
6420         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6421         autoloaded function.
6422
6423 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6424
6425         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6426
6427 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6428
6429         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6430
6431 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6434         gnus-expert-user to default.
6435
6436 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6437
6438         * nnimap.el (nnimap-open-server): Ditto.
6439
6440         * imap.el (imap-authenticate): Fix typo.
6441
6442 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6443
6444         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6445         buffer (since IMAP server might return FETCH response out of
6446         order, and the nntp buffer must be sorted).
6447
6448 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6449
6450         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6451         comparison on string.
6452
6453         * gnus-agent.el (gnus-agent-long-article,
6454         gnus-agent-short-article, gnus-agent-score): Renamed category
6455         keywords to match gnus-cus.
6456         (gnus-agent-summary-fetch-series): Modified to protect against
6457         gnus-agent-summary-fetch-group clearing processable flags.
6458         (gnus-agent-synchronize-group-flags): Update live group buffer as
6459         synchronization may occur due to the user toggle the plugged
6460         status.
6461         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6462         successfully downloaded.
6463         (gnus-agent-expire-group-1): Avoid using markers when the overview
6464         is in ascending order; greatly improves performance.
6465         (gnus-agent-regenerate-group): Use
6466         gnus-agent-synchronize-group-flags to reset read status in both
6467         gnus and server.
6468         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6469
6470 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * message.el: Don't autoload former message-utils variables.
6473         (message-strip-subject-trailing-was): Change doc string.
6474
6475         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6476         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6477         (nnweb-google-search): Add "hl=en" here.
6478         (nnweb-google-parse-1, nnweb-google-create-mapping):
6479         Don't hardcode URL.
6480
6481 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6482
6483         * message.el (message-get-reply-headers, message-followup):
6484         Mention related variables `message-use-followup-to' and
6485         `message-use-mail-followup-to', in the information buffer.
6486
6487         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6488         of broken groups(-beta).google.com.
6489
6490 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6493         parameter to invoked gnus-request-move-article; remove the
6494         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6495         all at once instead of once per article.
6496         (gnus-summary-remove-process-mark): Accept a list of articles as
6497         well as a single article for processing.
6498
6499         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6500         parameter.
6501
6502         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6503
6504         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6505
6506         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6507         parameter.
6508
6509         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6510         parameter.
6511
6512         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6513         parameter and remove the gnus-sum-hint-move-is-internal variable.
6514
6515         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6516         parameter.
6517
6518         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6519         parameter.
6520
6521         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6522         parameter.
6523
6524         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6525
6526         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6527         parameter.
6528
6529         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6530         parameter.
6531
6532 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6533
6534         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6535         a more conservative way.
6536
6537 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6538
6539         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6540         buffer, so it moves the window's cursor.
6541
6542 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6543
6544         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6545         `mm-dissect-multipart' and receive the from field as an (optional)
6546         argument from `mm-dissect-multipart'.
6547         (mm-dissect-multipart): Receive the from field as an argument and
6548         pass it on when we call `mm-dissect-buffer' on MIME parts.
6549         Fixes verification/decryption of signed/encrypted MIME parts.
6550
6551 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6552
6553         * gnus-sum.el (gnus-summary-move-article): Set
6554         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6555         whatever it calls (right now, only nnimap-request-move article
6556         respects it).
6557
6558         * nnimap.el (nnimap-request-move-article): When
6559         gnus-sum-hint-move-is-internal is set, don't do the extra
6560         nnimap-request-article.
6561
6562 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6565
6566         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6567         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6568
6569         * gnus-sum.el (gnus-summary-caesar-message):
6570         Apply `gnus-treat-article' after rotation.
6571
6572         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6573         doc string.
6574
6575 2005-02-22  Simon Josefsson  <jas@extundo.com>
6576
6577         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6578         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6579         <arne@arnested.dk>.
6580         (encrypt): Add password-cache and password-cache-expiry as group
6581         members.
6582
6583 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6584
6585         * smime.el (smime-ldap-host-list): Doc fix.
6586         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6587         cache) password.
6588         (smime-sign-region): Use it.
6589         (smime-decrypt-region): Use it.
6590         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6591         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6592         fails.
6593         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6594         certificate from DER to PEM format rather than calling openssl.
6595
6596         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6597
6598         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6599         for signing/encryption.
6600
6601         * mml.el (mml-parse-1): Use them.
6602
6603 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6604
6605         * nnrss.el (nnrss-verbose): Removed.
6606         (nnrss-request-group): Use `nnheader-message' instead.
6607
6608 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6609
6610         * nnrss.el (nnrss-verbose): New variable.
6611         (nnrss-request-group): Make it say nnrss is requesting a group.
6612
6613 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6616         Handle news URL with given port correctly.
6617
6618 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6621         containing special characters.
6622
6623         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6624
6625         * mml.el (mime-to-mml): Ditto.
6626
6627         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6628         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6629         (rfc2047-decode-region): Quote decoded words containing special
6630         characters when rfc2047-quote-decoded-words-containing-tspecials
6631         is non-nil.
6632
6633 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6634
6635         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6636
6637         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6638
6639 2005-02-15  Simon Josefsson  <jas@extundo.com>
6640
6641         * nnimap.el (nnimap-debug): Doc fix.
6642
6643         * imap.el (imap-debug): Doc fix.
6644
6645 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6648
6649 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus.el (spam-contents): Improve docs for spam-contents
6652         parameter in its variable incarnation.
6653
6654 2005-02-14  Simon Josefsson  <jas@extundo.com>
6655
6656         * smime-ldap.el: Use require instead of load-library for ldap.
6657         (smime-ldap-search): Indent.
6658         (smime-ldap-search-internal): Shorten line.
6659
6660         * smime.el (smime-cert-by-dns): Add doc-string.
6661         (smime-cert-by-ldap-1): Indent.
6662
6663         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6664         mml-smime-get-dns-ldap.
6665         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6666
6667 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6668
6669         * smime.el: Require smime-ldap.
6670         (smime-ldap-host-list): New variable.
6671         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6672
6673         * mml-smime.el (mml-smime-encrypt-query): New function.
6674         (mml-smime-encrypt-query): Use it.
6675
6676         * smime-ldap.el: New file.
6677
6678 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6681
6682 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6685         argument in doc string.  Make query for type more clear.
6686
6687 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * gnus.el (gnus-group-startup-message): Search for gnus images in
6690         etc/images/gnus.
6691         * mm-util.el (mm-image-load-path): Likewise.
6692         * smiley.el (smiley-data-directory): Search for smilies in
6693         etc/images/smilies.
6694
6695 2005-02-09  Kim F. Storm  <storm@cua.dk>
6696
6697         Change Emacs release version from 21.4 to 22.1 throughout.
6698         Change Emacs development version from 21.3.50 to 22.0.50.
6699
6700 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6703
6704         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6705         non-Mule XEmacs as well.
6706         (mm-decompress-buffer): Signal an error intentionally if it does
6707         not decompress compressed data because auto-compression-mode is
6708         disabled.
6709
6710 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6713         an ID in the registry even if it has no groups.
6714
6715 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6718         merge it into mm-decompress-buffer.
6719         (gnus-mime-copy-part): Use the MIME part charset, the value which
6720         a user specified or gnus-newsgroup-charset for decoding, like
6721         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6722         save-buffer what was used.  Suggested by Kevin Ryde
6723         <user42@zip.com.au>.
6724         (gnus-mime-inline-part): Allow the name parameter as well as the
6725         filename parameter; force decompressing of compressed data; always
6726         display contents being not decoded as unibyte.
6727
6728         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6729         as well as the filename parameter.
6730
6731         * mm-util.el (mm-decompress-buffer): Merge
6732         gnus-mime-jka-compr-maybe-uncompress.
6733         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6734         of compressed data.
6735
6736 2005-02-08  Simon Josefsson  <jas@extundo.com>
6737
6738         * imap.el (imap-log): Doc fix.
6739
6740 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6743         the coding cookies; decompress compressed parts.
6744
6745         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6746         to the value which a user specified manually or the coding cookie.
6747
6748         * mm-util.el (mm-string-to-multibyte): New function.
6749         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6750         (mm-coding-system-to-mime-charset): New function.
6751         (mm-decompress-buffer): New function.
6752         (mm-find-buffer-file-coding-system): New function.
6753
6754         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6755         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6756         parts.
6757
6758 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6759
6760         * mm-view.el (mm-display-inline-fontify): Decode a part according
6761         to the charset parameter.
6762
6763 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6766         prefix arg is neither nil nor a number, as info specifies.
6767
6768 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6771         timestamps.
6772
6773 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6774
6775         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6776         groups error checking and notify user.
6777
6778 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6779
6780         * message.el (message-send-mail-function): Check existence of
6781         sendmail-program first before using default value
6782         `message-send-mail-with-sendmail'.  Otherwise use more generic
6783         `smtpmail-send-it'.
6784
6785 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * nntp.el (nntp-request-update-info): Always return nil.
6788
6789 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6792
6793 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6794
6795         * message.el (message-beginning-of-line): Change the behavior when
6796         invoked between BOL and : so that it first moves backward.
6797
6798 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6801         article buffer when editing of the article is discarded.
6802         (gnus-article-prepare): Revert.
6803
6804 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-art.el (gnus-article-prepare):
6807         Remove message-strip-forbidden-properties from the local hook.
6808
6809 2005-01-27  Simon Josefsson  <jas@extundo.com>
6810
6811         * password.el (password-cache-add): Only start one timer per key.
6812         Reported by Derek Atkins <warlord@MIT.EDU>.
6813
6814 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6815
6816         * run-at-time.el: Removed.  It is no longer needed as
6817         timer-funcs.el in the xemacs-base package has a working version of
6818         `run-at-time'.
6819
6820         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6821
6822         * password.el: Require timer-funcs instead of run-at-time in
6823         XEmacs.
6824         Remove `password-run-at-time' macro.
6825         (password-cache-add): Use `run-at-time' instead of
6826         `password-run-at-time'.
6827
6828         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6829         Remove `nnheader-cancel-function-timers' alias,
6830         `cancel-function-timers' exists in XEmacs in timer-funcs.
6831
6832         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6833         for `run-with-idle-timer'.
6834
6835         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6836         for `run-at-time'.
6837
6838         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6839         for `with-timeout'.
6840
6841         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6842         the same as for XEmacs 21.4.
6843         No need to ignore `run-with-idle-timer', this function exists in
6844         XEmacs now in timer-funcs.el in the xemacs-base package.
6845         (dgnushack-compile): No need to delete
6846         run-at-time.el from the list of files to compile because it
6847         doesn't exist anymore.
6848
6849 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6852         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6853
6854 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6855
6856         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6857         sensitively.
6858
6859 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6860
6861         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6862
6863 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6866         which will be inserted according to the multibyteness of a buffer
6867         rather than the type of contents.  Suggested by ARISAWA Akihiro
6868         <ari@mbf.ocn.ne.jp>.
6869
6870         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6871         of string which old xml.el may return rather than a string.
6872
6873 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6876
6877 2005-01-16  Simon Josefsson  <jas@extundo.com>
6878
6879         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6880         idn/idna.el isn't available.
6881         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6882         <michael@waxrat.com>.
6883
6884         * hashcash.el: Remove non-FSF copyright header.
6885
6886         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6887         (hashcash-generate-payment): Use it.
6888         (hashcash-generate-payment-async): Use it.
6889
6890 2005-01-15  Simon Josefsson  <jas@extundo.com>
6891
6892         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6893         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6894
6895         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6896         gnus-summary-idna-message.
6897         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6898         (gnus-summary-idna-message): New function.
6899
6900 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6903         gnus-novice-user.
6904
6905 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6906
6907         * nnrss.el (nnrss-request-delete-group): Delete entries in
6908         nnrss-group-alist as well.
6909         (nnrss-save-server-data): Insert newline.
6910
6911 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus.el (gnus-user-agent): Use list of symbols instead of
6914         symbols.  Display full version number for (S)XEmacs.  Optionally
6915         display (S)XEmacs codename.
6916
6917         * gnus-util.el (gnus-emacs-version): Update for new
6918         `gnus-user-agent'.
6919
6920         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6921         Gnus version.
6922
6923 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6926         which is unreadable in some setups.
6927
6928 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-spec.el (gnus-update-format-specifications): Flush the
6931         group format spec cache if it doesn't support decoded group names.
6932
6933 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6934
6935         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6936         to apply decay on score files matching a regexp.
6937
6938 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6941         compatibility in %g and %c.
6942
6943 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6946         name for only %g and %c.
6947         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6948         of gnus-tmp-group to decoded group name.
6949         (gnus-group-make-rss-group): Exclude `/'s from group names.
6950
6951 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * nnrss.el (nnrss-get-encoding): Fix regexp.
6954
6955 2004-12-27  Simon Josefsson  <jas@extundo.com>
6956
6957         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6958         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6959         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6960
6961 2004-12-17  Kim F. Storm  <storm@cua.dk>
6962
6963         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6964
6965         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6966
6967 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6968
6969         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6970
6971 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * nnrss.el: Require rfc2047 and mml.
6974         (nnrss-file-coding-system): New variable.
6975         (nnrss-format-string): Redefine it as an inline function.
6976         (nnrss-decode-group-name): New function.
6977         (nnrss-string-as-multibyte): Remove.
6978         (nnrss-retrieve-headers): Decode group name; don't use
6979         nnrss-format-string.
6980         (nnrss-request-group): Decode group name.
6981         (nnrss-request-article): Decode group name; allow a Message-ID as
6982         well as an article number; don't use nnrss-format-string; encode a
6983         Message-ID string which may contain non-ASCII characters; use
6984         mml-to-mime to compose a MIME article.
6985         (nnrss-request-expire-articles): Decode group name.
6986         (nnrss-request-delete-group): Decode group name.
6987         (nnrss-fetch): Clarify error message.
6988         (nnrss-read-server-data): Use insert-file-contents instead of load;
6989         bind file-name-coding-system; use multibyte buffer.
6990         (nnrss-save-server-data): Bind coding-system-for-write to the
6991         value of nnrss-file-coding-system; bind file-name-coding-system;
6992         add coding cookie.
6993         (nnrss-read-group-data): Use insert-file-contents instead of load;
6994         bind file-name-coding-system; use multibyte buffer.
6995         (nnrss-save-group-data): Bind coding-system-for-write to the
6996         value of nnrss-file-coding-system; bind file-name-coding-system.
6997         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6998         make it work with non-ASCII text.
6999         (nnrss-find-el): Make it work with old xml.el as well.
7000
7001 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7002
7003         * nnrss.el (nnrss-get-encoding): New function.
7004         (nnrss-fetch): Use unibyte buffer initially; bind
7005         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7006         decode contents according to the encoding attribute.
7007         (nnrss-save-group-data): Add coding cookie.
7008         (nnrss-mime-encode-string): New function.
7009         (nnrss-check-group): Use it to encode subject and author.
7010
7011 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7014         imaginary variable.
7015
7016 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7019         correctly even if there are wide characters.
7020
7021 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7022
7023         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7024         downcased symbol names; make a new cache instead of reusing
7025         bbdb-hashtable.
7026
7027 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7030         concatenating segments rather than before concatenating them.
7031         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7032
7033         * message.el (message-get-reply-headers): Bind `extra'.
7034
7035 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * message.el (message-extra-wide-headers): New variable.
7038         (message-get-reply-headers): Use it.
7039
7040 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7043         (gnus-agent-group-pathname): Ditto.
7044
7045         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7046
7047         * gnus-group.el (gnus-group-make-group): Decode group name.
7048         (gnus-group-make-rss-group): Register the group data after opening
7049         the nnrss group.
7050
7051 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7052
7053         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7054         by expiry now get marked as read.
7055
7056 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7059
7060 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7061
7062         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7063         unify Latin characters in XEmacs.
7064         (mm-find-mime-charset-region): Use it.
7065
7066 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-util.el (gnus-delete-directory): New function.
7069
7070         * gnus-agent.el (gnus-agent-delete-group): Use it.
7071
7072         * gnus-cache.el (gnus-cache-delete-group): Use it.
7073
7074 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7077         names.
7078
7079 2004-12-16  Simon Josefsson  <jas@extundo.com>
7080
7081         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7082
7083 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7086
7087         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7088         (gnus-group-set-current-level): Decode group name.
7089
7090 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7091
7092         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7093         failed.
7094
7095 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-group.el (gnus-group-delete-group): Decode group name.
7098         (gnus-group-make-rss-group): Encode group name.
7099         (gnus-group-catchup-current): Decode group name.
7100         (gnus-group-kill-group): Decode group name.
7101
7102 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7103
7104         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7105
7106 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-group.el (gnus-group-make-rss-group):
7109         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7110
7111         * gnus-start.el (gnus-setup-news): Honor user's setting to
7112         gnus-message-archive-method.  Suggested by Lute Kamstra
7113         <lute@gnu.org>.
7114
7115 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7116
7117         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7118         global counterparts of the buffer-local variables.
7119
7120 2004-11-16  Romain Francoise  <romain@orebokech.com>
7121
7122         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7123         counterparts of the buffer-local variables.
7124
7125 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * message.el (message-forbidden-properties): Fixed typo in doc
7128         string.
7129
7130 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-util.el (gnus-replace-in-string): Added doc string.
7133
7134         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7135         to avoid problems when splitting mails with many recipients.
7136
7137 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7140         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7141
7142 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7143
7144         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7145         if there is no hashtable in memory or file modification time is
7146         newer than cached timestamp.
7147
7148 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7151         not-matching option.
7152
7153 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7156         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7157         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7158         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7159         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7160         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7161
7162 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * message.el (message-forward-make-body-mml): Remove headers
7165         according to message-forward-ignored-headers if a message is decoded.
7166
7167 2004-12-02  Romain Francoise  <romain@orebokech.com>
7168
7169         * message.el (message-forward-make-body-plain): Always remove
7170         headers according to message-forward-ignored-headers.
7171
7172 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7173
7174         * spam.el (spam-summary-prepare-exit): Remove the
7175         gnus-summary-limit pop for now, it has problems with ham marks for
7176         me.
7177
7178 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7179
7180         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7181         correctly.
7182
7183 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7184
7185         * format-spec.el (format-spec): Message the char.
7186
7187 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7188
7189         * gnus-art.el (gnus-split-methods): Reformat comments.
7190
7191         * spam.el (spam-summary-prepare-exit): Remove article limits
7192         before exiting the summary buffer.
7193
7194 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7197         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7198
7199         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7200         order to silence the byte compiler.
7201
7202         * spam.el: Fix the way to silence the byte compiler, which
7203         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7204         bbdb-search-simple, spam-BBDB-register-routine,
7205         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7206         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7207         spam-stat-buffer-is-spam, spam-stat-load,
7208         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7209         spam-stat-save and spam-stat-split-fancy.
7210
7211 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7214         which may confuse users.
7215         (canlock-password-for-verify): Ditto.
7216
7217         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7218
7219         * gnus-art.el (gnus-emphasis-alist): Ditto.
7220
7221         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7222
7223         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7224
7225         * gnus-start.el (gnus-save-killed-list): Ditto.
7226
7227         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7228         (gnus-sum-thread-tree-root): Ditto.
7229         (gnus-sum-thread-tree-false-root): Ditto.
7230         (gnus-sum-thread-tree-single-indent): Ditto.
7231
7232         * message.el (message-courtesy-message): Ditto.
7233         (message-archive-note): Ditto.
7234         (message-subscribed-address-file): Ditto.
7235         (message-user-fqdn): Ditto.
7236
7237         * spam-report.el (spam-report-gmane-regex): Ditto.
7238
7239         * spam.el (spam-blackhole-good-server-regex): Ditto.
7240
7241 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * mml.el (mml-preview): Widen the message buffer before copying
7244         the contents to the preview buffer; sort headers before previewing.
7245
7246         * message.el (message-hidden-headers): Fix the way to avoid a bug
7247         in the `repeat' widget in Emacs 21.3 or earlier.
7248
7249 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * message.el (message-hidden-headers): Default to "^References:".
7252         Improve customization type.  Suggested by Reiner Steib
7253         <Reiner.Steib@gmx.de>.
7254
7255 2004-11-25  Romain Francoise  <romain@orebokech.com>
7256
7257         * message.el (message-strip-forbidden-properties): Remove check for
7258         obsolete `message-hidden' text property, hidden headers are not
7259         accessible in the buffer anymore.
7260
7261 2004-11-22  Romain Francoise  <romain@orebokech.com>
7262
7263         * message.el (message-header-format-alist): Add `From' in list
7264         so that it can be sorted.
7265         (message-fix-before-sending): Widen and sort headers before
7266         sending.
7267         (message-hide-headers): Use narrowing to hide headers by moving
7268         them to the top of the buffer and narrowing to the region
7269         underneath.
7270
7271 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * message.el (message-strip-forbidden-properties): Bind
7274         buffer-read-only (etc) to nil.
7275
7276 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7279         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7280
7281 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7282
7283         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7284
7285 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286
7287         * dns.el (query-dns): Use sit-for to time instead of
7288         accept-process-output, since that doesn't seem to work on udp
7289         sockets.
7290
7291 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7294
7295 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7296
7297         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7298         doc string.  Improve doc string.
7299
7300 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * nntp.el (nntp-request-update-info): Return nil if
7303         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7304         may not call gnus-activate-group which uselessly issues the GROUP
7305         commands for all nntp groups and wastes time.  Reported by Romain
7306         Francoise <romain@orebokech.com>.
7307
7308         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7309
7310 2004-11-15  Simon Josefsson  <jas@extundo.com>
7311
7312         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7313         headers separately.
7314         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7315         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7316
7317 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * gnus-start.el (gnus-convert-old-newsrc):
7320         Assign legacy-gnus-agent to 5.10.7.
7321
7322 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7325         start of the lines.
7326
7327 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7328
7329         * hashcash.el (hashcash-default-payment): Change default to 20
7330         (hashcash-default-accept-payment): Change default to 20
7331         (hashcash-process-alist): New variable
7332         (hashcash-generate-payment-async): Add
7333         (hashcash-already-paid-p): Add
7334         (hashcash-insert-payment): Don't generate payments twice
7335         (hashcash-insert-payment-async): Add
7336         (hashcash-insert-payment-async-2): Add
7337         (hashcash-cancel-async): Add
7338         (hashcash-wait-async): Add
7339         (hashcash-processes-running-p): Add
7340         (hashcash-wait-or-cancel): Add
7341         (mail-add-payment): New optional argument.  Conditionally start
7342         asynchronous calculation.
7343         (mail-add-payment-async): Add
7344
7345         * message.el (message-send-mail): Wait for asynchronous hashcash
7346         results.  Don't clobber existing X-Hashcash headers.
7347         (message-setup-1): Call mail-add-payment-async when
7348         message-generate-hashcash is non-nil.
7349
7350 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7351
7352         * message.el (message-use-alternative-email-as-from): Examine the
7353         From header as well; use message-make-from in order to include a
7354         user's full name.
7355
7356 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7359         default; improve customization type.
7360         (gnus-emphasis-custom-with-format): New macro.
7361         (gnus-emphasis-custom-value-to-external): New function.
7362         (gnus-emphasis-custom-value-to-internal): New function.
7363
7364 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7365
7366         * dns.el (query-dns): Resolve reverse addresses.
7367
7368 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * gnus-group.el (gnus-group-get-new-news): Use it.
7371
7372         * gnus-start.el (gnus-check-reasonable-setup): New function.
7373
7374 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7377         "Args out of range" error.  Reported by Arnaud Giersch
7378         <arnaud.giersch@free.fr>.
7379
7380 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7381
7382         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7383
7384 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7385
7386         * spam.el (spam group): Add :version.
7387
7388         * pgg-def.el (pgg group): Add :version.
7389
7390 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-art.el (gnus-article-edit-article): Don't associate the
7393         article buffer with a draft file.  This is a temporary measure
7394         against the 2004-08-22 change to gnus-article-edit-mode.
7395
7396 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7399         (html2text-format-tags): Remove unused variable `attr'.
7400
7401 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7404
7405         * tls.el (tls-process-connection-type, tls-success)
7406         (tls-certtool-program): Add :version.
7407
7408         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7409         (starttls-extra-arguments, starttls-process-connection-type)
7410         (starttls-connect, starttls-failure, starttls-success):
7411
7412         * spam-stat.el (spam-stat): Add :version.
7413
7414         * sieve.el (sieve): Add :version.
7415
7416         * sha1.el (sha1): Add :version.
7417         (sha1-use-external): Remove redundant version.
7418
7419         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7420         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7421         (nnmail-split-fancy-match-partial-words)
7422         (nnmail-split-lowercase-expanded): Add :version.
7423
7424         * nndiary.el (nndiary): Add :version.
7425
7426         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7427
7428         * mml-sec.el (mml-default-sign-method)
7429         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7430         Add :version.
7431
7432         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7433
7434         * mm-url.el (mm-url-use-external, mm-url-program)
7435         (mm-url-arguments): Add :version.
7436
7437         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7438         (mm-attachment-file-modes, mm-decrypt-option)
7439         (mm-w3m-safe-url-regexp): Add :version.
7440
7441         * message.el (message-cite-prefix-regexp)
7442         (message-sendmail-envelope-from, message-minibuffer-local-map)
7443         (message-user-fqdn, message-completion-alist): Add :version.
7444
7445         * gnus-win.el (gnus-configure-windows-hook)
7446         (gnus-use-frames-on-any-display): Add :version.
7447
7448         * gnus-art.el (gnus-article-address-banner-alist)
7449         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7450         (gnus-treat-from-picon, gnus-treat-mail-picon)
7451         (gnus-treat-x-pgp-sig): Add :version.
7452
7453         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7454         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7455         (gnus-summary-article-delete-hook)
7456         (gnus-summary-display-while-building): Add :version.
7457
7458         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7459         (gnus-get-top-new-news-hook):Add :version.
7460
7461         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7462         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7463
7464         * gnus-registry.el (gnus-registry): Add :version.
7465
7466         * gnus-spec.el (gnus-use-correct-string-widths)
7467         (gnus-make-format-preserve-properties): Add :version.
7468
7469         * gnus.el (gnus-group-charter-alist)
7470         (gnus-group-fetch-control-use-browse-url)
7471         (gnus-install-group-spam-parameters): Add :version.
7472
7473         * gnus-diary.el (gnus-diary): Add :version.
7474
7475         * gnus-delay.el (gnus-delay): Add :version.
7476
7477         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7478         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7479         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7480         Add :version.
7481
7482         * gnus-agent.el (gnus-agent-max-fetch-size)
7483         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7484         (gnus-agent-prompt-send-queue): Add :version.
7485
7486         * deuglify.el (gnus-outlook-deuglify): Add :version.
7487
7488         * html2text.el: Beautify code.  Improve doc strings.  Some
7489         checkdoc cleanup.
7490         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7491
7492 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7493
7494         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7495
7496 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7497
7498         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7499         when package is loaded.
7500
7501         * spam.el (spam-summary-score-preferred-header): Add global preference
7502         for people who want to override the default SpamAssassin over
7503         Bogofilter preference (when both are set).
7504         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7505         (spam-user-format-function-S): Check
7506         spam-summary-score-preferred-header.
7507         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7508         (spam-user-format-function-S): Format the score correctly.
7509
7510 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7513         signature file.  Suggested by Manoj Srivastava
7514         <srivasta@golden-gryphon.com>.
7515
7516         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7517         iso-2022-jp even in the Japanese language environment.
7518         Suggested by Jason Rumney <jasonr@gnu.org>.
7519
7520 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7523         use the same characters as the dummy marks; make it free from
7524         getting affected by the language environment.
7525         (gnus-summary-read-group-1): Update mark positions only when the
7526         format spec is updated.
7527
7528         * gnus-spec.el (gnus-update-format-specifications): Return a list
7529         of updated types.
7530
7531 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7534         of boundp to check if display-warning is available.
7535
7536 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7537
7538         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7539
7540 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * nnspool.el (nnspool-spool-directory): Use news-path if the
7543         news-directory variable is not bound.
7544
7545         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7546         function instead of display-warning if it is not available.
7547
7548 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7551         v5-10: Use `point-at-bol'.
7552
7553 2004-10-26  Simon Josefsson  <jas@extundo.com>
7554
7555         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7556         <chenggao@gmail.com>.
7557
7558 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7561         instead.
7562
7563 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7564
7565         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7566         to remove a server from the nnimap-server-buffer-alist.
7567         (nnimap-open-connection, nnimap-close-server): Use it.
7568
7569         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7570
7571 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7574         running the major-mode function.
7575
7576 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7579         dummy marks in the right way.
7580
7581 2004-10-18  David Edmondson  <dme@dme.org>
7582
7583         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7584         excessively.
7585
7586 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7587
7588         * gnus-util.el (gnus-split-references): Accept a nil references
7589         string and go on blissfully.
7590
7591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7592         cases where the references string is non-nil but has no references.
7593
7594         * encrypt.el: Add autoload tags.
7595
7596         * spam.el (spam-resolve-registrations-routine): Remove article
7597         from unregistration list too.  Reported by David Hanak
7598         <dhanak@isis.vanderbilt.edu>
7599
7600 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7601
7602         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7603         nil.  Changed custom type.
7604
7605 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7606
7607         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7608
7609         * gnus-sum.el (gnus-summary-move-article): Use it.
7610
7611 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7612
7613         * encrypt.el: Add autoload cookies.
7614
7615         * spam.el (spam-backend-article-list-property)
7616         (spam-backend-get-article-todo-list)
7617         (spam-backend-put-article-todo-list, )
7618         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7619         Resolve registrations separately.
7620         (spam-register-routine): Format comments.
7621         (spam-unregister-routine, spam-register-routine): Always call with
7622         specific-articles, no default list.
7623         (spam-summary-prepare-exit): Use the spam-classifications function.
7624
7625         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7626         gnus-encrypt.el.
7627
7628         * encrypt.el: copied from gnus-encrypt.el
7629
7630         * gnus-encrypt.el: commented that it's obsolete
7631
7632 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7635         (gnus-score-save): Use it.
7636
7637         * message.el (message-bury): Use `window-dedicated-p'.
7638
7639 2004-10-15  Simon Josefsson  <jas@extundo.com>
7640
7641         * pop3.el (top-level): Don't require nnheader.
7642         (pop3-read-timeout): Add.
7643         (pop3-accept-process-output): Add.
7644         (pop3-read-response, pop3-retr): Use it.
7645
7646 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7647
7648         * spam.el (spam-register-routine): Move comment.
7649         (spam-verify-bogofilter): Use 'unknown for the initial
7650         spam-bogofilter-valid state, not 'never.
7651
7652         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7653         for netrc-machine.
7654
7655         * nnimap.el (nnimap-open-connection): Use
7656         netrc-machine-user-or-password.
7657
7658 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7659
7660         * gnus-registry.el (gnus-registry-unload-hook):
7661         Set as a variable with add-hook.
7662
7663         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7664         of news-path.
7665
7666         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7667
7668         * spam.el: Delete duplicate `provide'.
7669         (spam-unload-hook): Set as a variable with add-hook.
7670
7671 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7674         in the doc string.
7675
7676         * message.el (message-ignored-news-headers)
7677         (message-ignored-supersedes-headers)
7678         (message-ignored-resent-headers)
7679         (message-forward-ignored-headers): Improve custom type.
7680
7681 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * message.el (message-tokenize-header): Fix 2004-09-06 change
7684         which used point-min in the wrong place.
7685
7686 2004-10-12  Simon Josefsson  <jas@extundo.com>
7687
7688         * tls.el (tls-certtool-program): New variable.
7689         (tls-certificate-information): New function, based on
7690         ssl-certificate-information.
7691
7692 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * compface.el: Move the version of ELisp-based uncompface program
7695         to the contrib directory because of the copyright problem.
7696
7697 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * message.el (message-kill-buffer): Raise the current frame.
7700
7701 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7704
7705         * gnus.el (message-y-or-n-p): Autoload.
7706
7707         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7708         (pop3-password-required, pop3-authentication-scheme)
7709         (pop3-leave-mail-on-server): Made customizable.
7710         (pop3): New custom group.
7711         (pop3-retr): Remove `sleep-for' statements.
7712         Suggested by Dave Love <fx@gnu.org>.
7713
7714         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7715         Windows/DOS.
7716
7717         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7718         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7719         Dave Love <fx@gnu.org>.
7720
7721         * mml.el (mml-minibuffer-read-disposition): Require match.
7722         Suggested by Dave Love <fx@gnu.org>.
7723
7724 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7727         doc string.
7728
7729 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7732
7733 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7734
7735         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7736         instead of calling `mm-insert-inline', to decode text/* parts
7737         before displaying them.
7738
7739 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * mm-uu.el (mm-uu-text-plain-type): New variable.
7742         (mm-uu-pgp-signed-extract-1): Use it.
7743         (mm-uu-pgp-encrypted-extract-1): Use it.
7744         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7745         bind mm-uu-text-plain-type with that value.
7746         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7747         mm-uu-dissect.
7748
7749 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-group.el (gnus-update-group-mark-positions):
7752         * gnus-sum.el (gnus-update-summary-mark-positions):
7753         * message.el (message-check-news-body-syntax):
7754         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7755         of string-as-multibyte.
7756
7757 2004-10-05  Juri Linkov  <juri@jurta.org>
7758
7759         * gnus-group.el (gnus-update-group-mark-positions):
7760         * gnus-sum.el (gnus-update-summary-mark-positions):
7761         * message.el (message-check-news-body-syntax):
7762         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7763         8-bit unibyte values to a multibyte string for search functions.
7764
7765 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7768         (mm-uu-dissect-text-parts): New function.
7769
7770         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7771         dissect text parts.
7772
7773         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7774         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7775
7776         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7777
7778         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7779         gnus-current-topics instead of gnus-current-topic.
7780
7781 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7782
7783         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7784
7785 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7786
7787         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7788         where approriate.
7789
7790         * nnml.el (nnml-generate-active-info): do.
7791
7792         * nndiary.el (nndiary-generate-active-info): do.
7793
7794         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7795         (gnus-topic-move): do.
7796
7797         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7798         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7799
7800         * gnus-srvr.el (gnus-server-prepare)
7801         (gnus-server-open-all-servers): do.
7802
7803         * gnus-msg.el (gnus-summary-cancel-article)
7804         (gnus-summary-resend-message)
7805         (gnus-summary-mail-crosspost-complaint): do.
7806
7807         * gnus-move.el (gnus-change-server): do.
7808
7809         * gnus-group.el (gnus-group-unmark-all-groups)
7810         (gnus-group-set-current-level): do.
7811
7812 2004-10-04  Simon Josefsson  <jas@extundo.com>
7813
7814         * message.el (message-generate-hashcash): Doc fix.
7815
7816 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7817
7818         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7819         avoid infinite recursion via gnus-get-function.
7820
7821 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7822
7823         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7824
7825         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7826
7827         * nnmail.el (nnmail-split-history): do.
7828
7829         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7830         (nnml-request-delete-group): do.
7831
7832         * nnslashdot.el (nnslashdot-read-groups): do.
7833
7834         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7835         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7836
7837         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7838         (nnspool-sift-nov-with-sed): Use last
7839         (nnspool-retrieve-headers-with-nov): Use mapc.
7840         (nnspool-request-newgroups): Use dolist.
7841         (nnspool-request-group): Use last.
7842
7843         * nntp.el (nntp-read-server-type): Use dolist.
7844
7845         * nnvirtual.el (nnvirtual-create-mapping)
7846         (nnvirtual-update-read-and-marked): Use dolist.
7847         (nnvirtual-convert-headers): Simplify.
7848
7849 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7850
7851         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7852         support for sync'ing tick marks.
7853
7854 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7857         there's no visible header.
7858
7859 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7860
7861         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7862         necessary, pass full group name to gnus-request-set-marks.
7863
7864 2004-10-01  Simon Josefsson  <jas@extundo.com>
7865
7866         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7867         acroread.
7868
7869 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * spam-report.el (spam-report-gmane): Fix interactive.
7872
7873         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7874
7875         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7876         when writing file.
7877         (gnus-agent-synchronize-flags): Don't default to being
7878         interactive.
7879
7880 2004-09-30  Simon Josefsson  <jas@extundo.com>
7881
7882         * message.el (message-generate-hashcash): Add.
7883         (message-send-mail): Use it, call mail-add-payment.
7884
7885 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7886
7887         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7888
7889 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7890
7891         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7892         gnus-requst-update-info with explicit code to sync the in-memory
7893         info read flags with the marks being sync'd to the backend.
7894
7895         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7896
7897 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7898
7899         * spam.el (spam-verify-bogofilter): Add new function.
7900         (spam-check-bogofilter)
7901         (spam-bogofilter-register-with-bogofilter): Use it.
7902         (spam-verify-bogofilter): Add small fixes.
7903
7904 2004-09-28  Simon Josefsson  <jas@extundo.com>
7905
7906         * hashcash.el (hashcash-generate-payment): Revert.
7907
7908 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7909
7910         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7911         gnus-extract-references instead of gnus-split-references.
7912
7913         * gnus-util.el (gnus-extract-references): Add new function, analogous
7914         to gnus-split-references but extracts only the message-ID without
7915         anything extra.
7916
7917         * hashcash.el (hashcash-generate-payment)
7918         (hashcash-check-payment): Do the right thing if hashcash-path is
7919         nil (because the hashcash program could not be found).
7920
7921         * spam.el (spam-use-hashcash): Remove comment.
7922
7923 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7924
7925         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7926         (gnus-cache-enter-article, gnus-cache-remove-article)
7927         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7928
7929         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7930
7931         * gnus-art.el (article-hide-boring-headers)
7932         (article-translate-strings, article-display-face)
7933         (gnus-article-mime-match-handle-first)
7934         (gnus-article-highlight-headers)
7935         (gnus-article-add-buttons-to-head): do.
7936
7937 2004-09-27  Simon Josefsson  <jas@extundo.com>
7938
7939         * hashcash.el: New version, from
7940         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7941         ../contrib/.
7942
7943 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7946
7947 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7948
7949         * gnus-dup.el (gnus-dup-open): Use mapc.
7950         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7951
7952         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7953         Reported by Stefan Wiens <s.wi@gmx.net>.
7954
7955         * gnus.el (gnus-shutdown): Use dolist.
7956
7957         * gnus-undo.el (gnus-undo): Use mapc.
7958
7959         * nnrss.el (nnrss-generate-active): do.
7960
7961         * message.el (message-cite-original-without-signature)
7962         (message-cite-original): Use mapc.
7963         (message-do-actions, message-make-forward-subject): Use dolist.
7964
7965 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7966
7967         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7968         deletion to remove entire duplicate line.  Fixes merged article
7969         number bug.
7970
7971 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7972
7973         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7974         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7975         first ask if you want to open a server and then, even when you
7976         responded with no, asking if you want to synchronize the server's
7977         flags.
7978         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7979         multi-line expressions.
7980         (gnus-agent-synchronize-group-flags): New internal function.
7981         Updates marks in memory (in the info structure) AND in the
7982         backend.
7983
7984         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7985
7986         * nnagent.el (nnagent-request-set-mark): Use
7987         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7988         method, to ensure that synchronization updates marks in the
7989         backend and in the info (in memory) structure.
7990
7991 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7994         convention fully; don't miss the root article of a thread; make
7995         the X-Draft-From header with correct article numbers.
7996
7997 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7998
7999         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8000         unless plugged.  Disable the agent so that an open failure causes
8001         an error.
8002
8003         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8004         Reverted 2004-09-21 change.  The backend must be opened while
8005         synchronizing flags even when the backend stores the flags
8006         locally.
8007
8008 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8011         in `header' match.  Reported by Svend Tollak Munkejord.
8012
8013         * message.el (message-cite-original): Fix use of
8014         `message-cite-articles-with-x-no-archive'.
8015
8016 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8019         (gnus-window-to-buffer): Ditto.
8020
8021         * mml.el (mml-preview-buffer): New variable.
8022         (mml-preview): Manage window layout with gnus-buffer-configuration.
8023
8024         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8025         X-Draft-From header even if those articles aren't quoted.
8026
8027 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8028
8029         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8030         (gnus-request-set-mark, gnus-request-update-mark): Use new
8031         g-s-t-u-l-m to decide to use backend even when unplugged.
8032
8033 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8036         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8037
8038 2004-09-20  Simon Josefsson  <jas@extundo.com>
8039
8040         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8041         "utf-16-le".
8042
8043 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8044
8045         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8046
8047 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * uudecode.el (uudecode-use-external): Add :version.
8050
8051         * smime.el (smime-CA-file, smime-encrypt-cipher)
8052         (smime-dns-server): Add :version.
8053
8054         * smiley.el (gnus-smiley-file-types): Add :version.
8055
8056         * sha1.el (sha1-use-external): Add :version.
8057
8058         * pgg-def.el (pgg-query-keyserver): Add :version.
8059
8060         * nnmail.el (nnmail-fancy-expiry-targets)
8061         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8062         Add :version.
8063
8064         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8065         (nnimap-retrieve-groups-asynchronous): Add :version.
8066         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8067
8068         * mml.el (mml-content-disposition-parameters)
8069         (mml-insert-mime-headers-always): Add :version.
8070
8071         * mm-util.el (mm-coding-system-priorities): Add :version.
8072
8073         * mm-decode.el (mm-inline-text-html-with-images)
8074         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8075         (mm-verify-option): Add :version.
8076         (mm-text-html-renderer): Change :version.
8077
8078         * message.el (message-fcc-externalize-attachments)
8079         (message-required-headers, message-draft-headers)
8080         (message-subject-trailing-was-query)
8081         (message-subject-trailing-was-ask-regexp)
8082         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8083         (message-mark-insert-end, message-archive-header)
8084         (message-archive-note, message-cross-post-default)
8085         (message-cross-post-note, message-followup-to-note)
8086         (message-cross-post-note-function, message-use-mail-followup-to)
8087         (message-subscribed-address-functions)
8088         (message-subscribed-address-file, message-subscribed-addresses)
8089         (message-subscribed-regexps, message-allow-no-recipients)
8090         (message-yank-cited-prefix, message-signature-insert-empty-line)
8091         (message-hidden-headers, message-hierarchical-addresses)
8092         (message-mail-user-agent, message-use-idna)
8093         (message-valid-fqdn-regexp)
8094         (message-strip-special-text-properties, message-header-synonyms)
8095         (message-beginning-of-line, message-tab-body-function): Add :version.
8096         (message-insert-canlock, message-wide-reply-confirm-recipients):
8097         Change :version.
8098
8099         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8100         and :version.
8101         (mail-source-delete-old-incoming-confirm)
8102         (mail-source-movemail-program): Add :version.
8103
8104         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8105         (gnus-agent-cache, gnus-agent): Change :version.
8106
8107         * gnus-util.el (gnus-use-byte-compile): Change :version.
8108
8109         * gnus-sum.el (gnus-summary-make-false-root-always)
8110         (gnus-summary-default-high-score)
8111         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8112         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8113         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8114         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8115         (gnus-sum-thread-tree-single-indent)
8116         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8117         (gnus-sum-thread-tree-leaf-with-other)
8118         (gnus-sum-thread-tree-single-leaf): Add :version.
8119         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8120         (gnus-article-loose-mime): Change :version.
8121
8122         * gnus-start.el (gnus-backup-startup-file)
8123         (gnus-save-startup-file-via-temp-buffer): Add :version.
8124
8125         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8126         (gnus-server-offline-face): Add :version.
8127
8128         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8129
8130         * gnus-msg.el (gnus-gcc-externalize-attachments)
8131         (gnus-debug-files, gnus-debug-exclude-variables)
8132         (gnus-discouraged-post-methods): Change :version.
8133         (gnus-confirm-mail-reply-to-news)
8134         (gnus-confirm-treat-mail-like-news): Add :version.
8135
8136         * gnus-int.el (gnus-server-unopen-status): Add :version.
8137
8138         * gnus-group.el (gnus-group-jump-to-group-prompt)
8139         (gnus-large-ephemeral-newsgroup)
8140         (gnus-fetch-old-ephemeral-headers): Add :version.
8141
8142         * gnus-fun.el (gnus-x-face-directory)
8143         (gnus-convert-pbm-to-x-face-command)
8144         (gnus-convert-image-to-x-face-command)
8145         (gnus-convert-image-to-face-command): Add :version.
8146
8147         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8148
8149         * gnus-cite.el (gnus-cite-blank-line-after-header)
8150         (gnus-article-boring-faces): Add :version.
8151
8152         * gnus-art.el (gnus-buttonized-mime-types)
8153         (gnus-inhibit-mime-unbuttonizing)
8154         (gnus-treat-display-face)
8155         (gnus-treat-body-boundary): Change :version.
8156         (gnus-body-boundary-delimiter, gnus-picon-databases)
8157         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8158         (gnus-treat-date-english, gnus-treat-fold-headers)
8159         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8160         (gnus-treat-mail-picon, gnus-treat-wash-html)
8161         (gnus-article-encrypt-protocol)
8162         (gnus-use-idna, gnus-article-over-scroll)
8163         (gnus-mime-display-multipart-alternative-as-mixed)
8164         (gnus-mime-display-multipart-related-as-mixed)
8165         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8166         (gnus-ctan-url, gnus-button-ctan-handler)
8167         (gnus-button-handle-ctan-bogus-regexp)
8168         (gnus-button-ctan-directory-regexp)
8169         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8170         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8171         (gnus-button-man-level, gnus-button-emacs-level)
8172         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8173
8174         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8175         (gnus-agent-go-online): Change :version.
8176         (gnus-agent-expire-unagentized-dirs)
8177         (gnus-agent-auto-agentize-methods): Add :version.
8178
8179         * flow-fill.el (fill-flowed-display-column)
8180         (fill-flowed-encode-column): Add :version.
8181
8182         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8183         (gnus-outlook-deuglify-unwrap-max)
8184         (gnus-outlook-deuglify-cite-marks)
8185         (gnus-outlook-deuglify-unwrap-stop-chars)
8186         (gnus-outlook-deuglify-no-wrap-chars)
8187         (gnus-outlook-deuglify-attrib-cut-regexp)
8188         (gnus-outlook-deuglify-attrib-verb-regexp)
8189         (gnus-outlook-deuglify-attrib-end-regexp)
8190         (gnus-outlook-display-hook): Add :version.
8191
8192         * binhex.el (binhex-use-external): Add :version.
8193
8194 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8195
8196         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8197         and `invisible'.
8198
8199 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8202         in gnus-registry-trim.
8203
8204 2004-09-13  Simon Josefsson  <jas@extundo.com>
8205
8206         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8207
8208         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8209
8210         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8211         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8212         <yamaoka@jpl.org>.
8213         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8214         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8215         <yamaoka@jpl.org>.
8216
8217         * sieve.el (sieve-manage-mode): Ditto.
8218
8219 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8222
8223 2004-09-11  Simon Josefsson  <jas@extundo.com>
8224
8225         * dns-mode.el: Add.
8226
8227         * mm-view.el (mm-display-dns-inline): Add.
8228
8229         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8230         (mm-automatic-display): Ditto.
8231
8232         * mailcap.el (mailcap-mime-data): Add text/dns.
8233         (mailcap-mime-extensions): Map .soa to text/dns.
8234
8235 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8236
8237         * gnus-art.el (article-decode-mime-words, article-babel)
8238         (gnus-article-highlight-signature, gnus-article-add-buttons)
8239         (gnus-signature-toggle): Remove unnecessary bindings of
8240         `inhibit-read-only' inherited from v5.10 merge.
8241
8242 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * nntp.el (nntp): New customization group.
8245         (nntp-authinfo-file): Add customization group.
8246
8247         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8248
8249         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8250
8251         * gnus.el (to-address, to-list, subscribed)
8252         (large-newsgroup-initial): Ditto.
8253
8254         * flow-fill.el (fill-flowed-display-column)
8255         (fill-flowed-encode-column): Ditto.
8256
8257 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8258
8259         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8260         Use point-min rather than 1.
8261         (message-send-mail): Use buffer-size rather than point-max.
8262
8263         * gnus-sum.el (gnus-summary-search-article-forward):
8264         Signal a specific `search-failed' rather than a generic `error'.
8265
8266         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8267         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8268         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8269
8270 2004-09-10  Simon Josefsson  <jas@extundo.com>
8271
8272         * nndb.el (require): Remove tcp and duplicate cl.
8273
8274 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-agent.el (directory-files-and-attributes): Move forward.
8277
8278 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8279
8280         * gnus-agent.el (directory-files-and-attributes): Optionally
8281         defined to support XEmacs.
8282
8283 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8284
8285         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8286         to avoid run-time CL dependencies.
8287         (gnus-agent-unfetch-articles): New function.
8288         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8289         article numbers even when local .overview file is missing.
8290         (gnus-agent-read-article-number): New function. Only accepts
8291         27-bit article numbers.
8292         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8293         gnus-agent-read-article-number.
8294         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8295         from backend while recognizing that article numbers in .overview
8296         must be valid.
8297         (gnus-agent-update-files-total-fetched-for): Use
8298         directory-files-and-attributes to improve performance.
8299         * gnus-int.el (gnus-request-move-article): Use
8300         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8301         improve performance.
8302
8303         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8304         some users confused by references to .newsrc when they only have a
8305         .newsrc.eld file.
8306         (gnus-convert-mark-converter-prompt,
8307         gnus-convert-converter-needs-prompt): Fixed use of property list.
8308         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8309         New function. Used internally to only display 'gnus converting
8310         files' message when actually necessary.
8311
8312         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8313         methods now autoloaded.
8314
8315 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8318         identifiers.
8319
8320 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * gnus-picon.el: Fix indentation and closing parenthesis.
8323
8324 2004-09-01  Simon Josefsson  <jas@extundo.com>
8325
8326         * message.el (message-canlock-generate): Require sha1, not
8327         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8328         to require within a function.  Sadly, if sha1.el isn't loaded, the
8329         let binding in m-c-g will hide the defcustom definition, which is
8330         bad.)
8331
8332         * canlock.el: Require sha1, not sha1-el.
8333
8334         * message.el: Don't autoload sha1 (there is a autoload cookie in
8335         sha1.el).
8336
8337         * sha1-el.el: Renamed to sha1.el.
8338
8339 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8340
8341         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8342
8343 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8344
8345         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8346
8347 2004-08-30  Kim F. Storm  <storm@cua.dk>
8348
8349         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8350
8351         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8352         Add :group 'nnimap.
8353
8354 2004-08-30  Andreas Schwab  <schwab@suse.de>
8355
8356         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8357         ?* and ?\;.
8358
8359         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8360         and ?\' to symbol instead of whitespace.
8361
8362 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8365
8366         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8367         instead of re-search-forward.
8368
8369         * gnus-uu.el (gnus-uu-save-article): Ditto.
8370         (gnus-uu-post-encode-uuencode): Ditto.
8371
8372         * html2text.el (html2text-clean-list-items): Ditto.
8373         (html2text-clean-dtdd): Ditto.
8374         (html2text-format-tags): Ditto.
8375
8376         * message.el (message-send-mail-with-sendmail): Fix regexp.
8377         (message-fill-field-general): Use search-forward instead of
8378         re-search-forward.
8379         (unbold-region): Ditto.
8380
8381         * nnrss.el (nnrss-request-article): Ditto.
8382
8383         * nnslashdot.el (nnslashdot-request-article): Ditto.
8384
8385         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8386
8387         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8388         "Unrecognized menu descriptor" error in XEmacs.
8389
8390 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8391
8392         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8393         parent article of a sparse article in the thread hashtb.
8394
8395 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8396
8397         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8398         (nnmail-expand-newtext): Lowercase expanded entries if
8399         nnmail-split-lowercase-expanded is non-nil.
8400
8401 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8404         entry.
8405
8406         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8407         of gnus-tmp-news-method into string under XEmacs.  It will be
8408         passed to gnus-correct-length which takes only a string argument.
8409
8410 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-util.el (gnus-bind-print-variables): New macro.
8413         (gnus-prin1): Use it.
8414         (gnus-prin1-to-string): Use it.
8415         (gnus-pp): New function.
8416         (gnus-pp-to-string): New function.
8417
8418         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8419         pp-to-string with gnus-pp-to-string.
8420         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8421         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8422         * gnus-msg.el (gnus-debug): Ditto.
8423         * gnus-score.el (gnus-score-save): Ditto.
8424         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8425         gnus-pp-to-string.
8426         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8427         with gnus-pp.
8428         * score-mode.el (gnus-score-pretty-print): Ditto.
8429         * webmail.el (webmail-debug): Ditto.
8430
8431 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (article-display-face, article-display-x-face): Use
8434         buffer-read-only.
8435
8436 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-art.el (article-hide-list-identifiers): Bind
8439         inhibit-read-only as t.
8440
8441 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8444
8445 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8446
8447         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8448         (gnus-narrow-to-page): Don't assume point-min == 1.
8449         (gnus-article-edit-mode): Derive from message-mode.
8450
8451         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8452         point-min == 1.
8453
8454         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8455         Disable incorrect use of `assert'.
8456
8457         * message.el (message-mode): Set comment-start-skip.
8458
8459
8460 2004-08-22  Sam Steingold  <sds@gnu.org>
8461
8462         * pop3.el (pop3-leave-mail-on-server): New user variable.
8463         (pop3-movemail): Delete mail only when it is nil.
8464
8465 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8468
8469         * mml.el (mml-preview): Use `pop-to-buffer'.
8470
8471         * message.el (message-goto-mail-followup-to): Insert after "To".
8472         (message-carefully-insert-headers): Add comment.
8473
8474         * gnus.el: Remove unused variable `gnus-article-check-size'.
8475
8476         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8477
8478         * gnus-art.el (gnus-button-alist): Improve
8479         `gnus-button-handle-library' entry.
8480
8481 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8482
8483         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8484         downcase, since XEmacs capitalizes error messages differently.
8485
8486 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8487
8488         * nntp.el: Add (require 'gnus) due to reference to
8489         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8490
8491 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8492
8493         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8494         `mm-fill-flowed'.
8495
8496         * mm-decode.el (mm-dissect-singlepart): Check it.
8497
8498 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8501         'imap' for netrc parsing.
8502
8503 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * mailcap.el (mailcap-mime-data): Mark as risky.
8506
8507 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8510         may be included in the encoded word.
8511         (rfc2047-encode): Don't append a space if the encoded word
8512         includes close parenthesis.
8513
8514 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8517         of text within parentheses.
8518
8519 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8522         (gnus-encrypt-write-file-contents): Make the password key the file
8523         name PLUS the cipher, not just the cipher.  Also remove failed
8524         passwords from the cache.
8525
8526 2004-08-06  Simon Josefsson  <jas@extundo.com>
8527
8528         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8529         fix.
8530
8531 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8534         LWSP.
8535
8536 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8537
8538         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8539         to append in-reply-to: data to the references: header.
8540
8541         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8542         (netrc-parse): Use gnus-encrypt.el functions.
8543
8544         * gnus-encrypt.el: Add new file for encryption support; currently
8545         does only a few GPG ciphers and an internal XOR cipher.
8546
8547         * password.el: Add comments on using password-read-and-add.
8548         (password-read-and-add): Add function to read and add the
8549         password to the cache at once.
8550
8551 2004-07-28  Simon Josefsson  <jas@extundo.com>
8552
8553         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8554         parameter (but don't use it, for now).
8555
8556         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8557         instead of hard coding to nil.
8558
8559 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8562         as mm-inline-image-xemacs does.
8563
8564 2004-07-26  Simon Josefsson  <jas@extundo.com>
8565
8566         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8567         Revert part of 2004-07-17 change below.
8568
8569 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8572         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8573
8574 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8577         quotes that actually start with ">" at the beginning of the
8578         lines.
8579
8580 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * rfc2047.el (rfc2047-encode-region): Fix last change.
8583         (rfc2047-encode-parameter): Remove useless concat.
8584
8585 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8588         encode special characters; fix some kind of misconfigured headers;
8589         signal a real error if debug-on-quit or debug-on-error is non-nil.
8590         (rfc2047-encode-max-chars): New variable.
8591         (rfc2047-encode-1): Use it.
8592         (rfc2047-encode-parameter): New function.
8593
8594         * mml.el (mml-insert-parameter): Remove an excessive space.
8595
8596 2004-07-17  Simon Josefsson  <jas@extundo.com>
8597
8598         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8599         Kai Grossjohann <kai@emptydomain.de>.
8600         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8601         (gnus-group-make-menu-bar): Ditto.
8602
8603         * gnus-util.el (gnus-group-server): Add.
8604
8605 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8606
8607         * message.el (message-clone-locals): Clone sendmail and smtp
8608         variables.
8609
8610 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * rfc2047.el (rfc2047-encode-region): Fix last change.
8613
8614 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8617         characters as non-special.
8618
8619 2004-07-09  Simon Josefsson  <jas@extundo.com>
8620
8621         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8622         Users will lose all flag changes made while unplugged with
8623         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8624         good default.  See numerous reports on ding mailing list.
8625
8626 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8629         add generate-head-function and generate-article-function to the
8630         rfc822-forward entry.
8631         (nndoc-rfc822-forward-generate-article): New function.
8632         (nndoc-rfc822-forward-generate-head): New function.
8633
8634         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8635
8636 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8637
8638         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8639         respect display group parameter and gnus-summary-expunge-below.
8640         (gnus-articles-to-read): Remove unused reference to display group
8641         parameter.
8642
8643 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * nnheader.el (nnheader-uniquify-message-id): New experimental
8646         variable.
8647         (nnheader-nov-read-message-id): Use it.
8648
8649         * spam-report.el (spam-report-gmane): Add interactive.
8650
8651 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8654         qp-or-base64 for the application/* types.
8655
8656 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8657
8658         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8659
8660 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8661
8662         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8663         trim value.
8664
8665 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8666
8667         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8668         New macro and function.
8669         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8670
8671 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8674         after-load-alist.
8675
8676 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8679         update info that isn't there.
8680
8681 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8682
8683         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8684         entry.
8685
8686 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * mm-view.el (mm-inline-render-with-function): Use multibyte
8689         buffer; decode html source by charset.
8690
8691         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8692
8693         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8694         Mule-UCS is loaded under XEmacs.
8695         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8696
8697 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8698
8699         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8700
8701 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * mm-util.el (mm-coding-system-p): Return a coding-system.
8704         (mm-mime-mule-charset-alist): Use shift_jis instead of
8705         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8706         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8707         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8708         instead of japanese-shift-jis and iso-latin-1 respectively in
8709         order to share the default value with both Emacs and XEmacs-mule.
8710         (mm-mule-charset-to-mime-charset): Make
8711         mm-coding-system-priorities effective.
8712         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8713         while predicating of candidates upon the priorities.
8714
8715 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8716
8717         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8718         gnus-uu-invert-processable.
8719
8720         * gnus.el: Autoload gnus-uu-invert-processable.
8721
8722 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * mm-util.el (mm-with-multibyte-buffer): New macro.
8725
8726         * rfc2047.el (rfc2047-encode-string): Use it.
8727         (rfc2047-encode-region): Move point to the end of the region after
8728         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8729
8730 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8733         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8734
8735 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8738         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8739         Karl Chen <quarl@nospam.quarl.org>.
8740
8741 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8742
8743         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8744         invalid addresses.
8745
8746 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * spam.el: Change section markers, revise TODO list.
8749         (spam-backends): Make new master list of all installed backends.
8750         (spam-summary-exit-behavior): Add new variable to determine how
8751         messages moves are done at summary exit.
8752         (spam-move-spam-nonspam-groups-only)
8753         (spam-process-ham-in-nonham-groups)
8754         (spam-process-ham-in-spam-groups): Remove variables, the
8755         spam-summary-exit-behavior variable should be used to manage this
8756         behavior.
8757         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8758         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8759         and spam-old-spam-articles.
8760         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8761         Add empty variables, placeholders for the backends they represent.
8762         (spam-set-difference): Move, unchanged.
8763         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8764         unless the user has a processor variable.
8765         (spam-classifications, spam-classification-valid-p)
8766         (spam-backend-properties, spam-backend-property-valid-p)
8767         (spam-backend-function-type-valid-p)
8768         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8769         (spam-report-articles-gmane, spam-report-articles-resend):
8770         Remove functions, they are not needed.
8771         (spam-install-backend-super, spam-backend-list)
8772         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8773         (spam-backend-function, spam-backend-ham-registration-function)
8774         (spam-backend-spam-registration-function)
8775         (spam-backend-ham-unregistration-function)
8776         (spam-backend-spam-unregistration-function)
8777         (spam-backend-statistical-p, spam-backend-mover-p)
8778         (spam-install-backend-alias, spam-install-checkonly-backend)
8779         (spam-install-mover-backend, spam-install-nocheck-backend)
8780         (spam-install-backend, spam-install-statistical-backend)
8781         (spam-install-statistical-checkonly-backend): Add backend installation
8782         support.
8783         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8784         (spam-group-processor-p): Use the new backend code and respect the
8785         summary exit behavior.
8786         (spam-mark-spam-as-expired-and-move-routine): Remove.
8787         (spam-summary-prepare): Change to use the new spam-old-articles
8788         variable.
8789         (spam-copy-or-move-routine, spam-copy-spam-routine)
8790         (spam-move-spam-routine, spam-copy-ham-routine)
8791         (spam-move-ham-routine): Add code to copy/move ham or spam.
8792         (spam-fetch-field-fast): Improve doc and code, plus allow the
8793         'number request.
8794         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8795         variables.
8796         (spam-split, spam-find-spam): Use the new backend code.
8797         (spam-registration-functions): Remove variable.
8798         (spam-unregister-routine): Add convenience wrapper.
8799         (spam-log-undo-registration, spam-register-routine)
8800         (spam-log-processing-to-registry)
8801         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8802         where possible.
8803         (spam-check-gmane-xref, spam-check-regex-headers)
8804         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8805         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8806         (spam-check-bogofilter-headers, spam-check-spamoracle)
8807         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8808         (spam-check-crm114-headers): Use the spam-split-group that
8809         spam-split prepares, no need to determine it every time.
8810
8811         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8812         to the nnheader-parse-naked-head call.
8813
8814         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8815
8816         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8817         the nnheader-nov-read-message-id call.
8818
8819 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8822         gnus-activate-group twice.  Suggested by Markus Peter
8823         <warp@spin.de>.
8824
8825 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-art.el (gnus-article-time-format): Exchange the order of
8828         day and month in the default value; fix customization type.
8829         (article-date-ut): Use add-text-properties.
8830         (article-make-date-line): Use message-make-date instead of
8831         current-time-string.
8832
8833         * message.el (message-fetch-field): Don't use set-text-properties.
8834         (message-make-date): Simplify.
8835
8836         * messagexmas.el (message-xmas-make-date): New function.
8837         (message-xmas-redefine): Defalias message-make-date to it.
8838
8839 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8842         (rfc2047-encode-region): Treat text within parentheses as special;
8843         show the original text when error has occurred.
8844
8845         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8846         already-computed method to gnus-activate-group.
8847
8848         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8849         same select-methods identical Lisp objects.
8850
8851         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8852         object when modifying the info.
8853
8854 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8857         gnus-opened-servers since it has never been opened with the new
8858         configuration yet.
8859
8860 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8863         arg to nnheader-generate-fake-message-id.
8864
8865 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8866
8867         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8868         number and build a fake message ID localized to a group and
8869         article number (so it's repeatable from that point on).
8870         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8871         ID format.
8872
8873         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8874         nnheader-generate-fake-message-id with the article number.
8875
8876 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8877
8878         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8879         end-of-buffer.
8880
8881 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * message.el (message-ignored-supersedes-headers): Add Approved.
8884
8885 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8888         goto-char.
8889         (rfc2047-encode): Fold the line before encoding.
8890
8891 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8894         folding -- not all headers can be folded, and this should be done
8895         by the message composition mode.  Probably.  I think.
8896
8897 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8900         fast.
8901
8902         * gnus-ems.el (gnus-remove-image): Don't use
8903         message-text-with-property; remove only the image found first.
8904
8905         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8906         found first.
8907
8908 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8909
8910         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8911
8912 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * message.el (message-text-with-property): Make it fast and accept
8915         optional arguments.
8916         (message-strip-forbidden-properties): Use it.
8917         (message-fix-before-sending): Follow the m-t-w-p change.
8918
8919         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8920
8921 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (article-hide-headers): Don't change the buffer
8924         mistakenly when performing mml-preview even if
8925         gnus-single-article-buffer is nil.
8926
8927 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8928
8929         * message.el (message-expand-name-databases): New user option.
8930         (message-expand-name): Use it.
8931
8932 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8933
8934         * spam.el (spam-report-articles-resend)
8935         (spam-report-resend-register-routine): Allow ham reporting.
8936         (spam-report-resend-register-ham-routine): Add wrapper.
8937         (spam-registration-functions): Add ham resending functions.
8938         (spam-list-of-processors): Add ham resend processor.
8939
8940         * gnus.el (ham-resend-to): Add new group parameter.
8941         (spam-process): Add ham resend option.
8942
8943         * spam-report.el (spam-report-resend): Allow reporting ham.
8944         (spam-report-resend-ham): Add wrapper.
8945
8946 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * message.el (message-cite-articles-with-x-no-archive): New
8949         variable.
8950         (message-cite-original): Use it.
8951
8952 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8953
8954         * message.el (message-cite-original): Respect X-No-Archive.
8955
8956 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-art.el (article-hide-headers): Refer to the values for
8959         gnus-ignored-headers and gnus-visible-headers in the summary
8960         buffer since a user may have set them as group parameters.
8961
8962 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * assistant.el (assistant-node-name): Add convenience function.
8965         (assistant-render-text, assistant-render-node): Add error handling,
8966         plus handle multiple next nodes.
8967         (assistant-find-next-node): Comment out for now.
8968         (assistant-find-next-nodes): Add function, returns list of next
8969         nodes.
8970
8971 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * mail-source.el (mail-source-directory): Fix doc-string.
8974
8975 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8976
8977         * assistant.el (assistant-render-text, assistant-eval): Add :set
8978         widget type, which is different because it takes and returns a
8979         list.  Much hilarity ensues.
8980
8981 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8984
8985         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8986         doc-string.
8987
8988         * gnus-start.el (gnus-activate-group): Added doc-string.
8989
8990 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8993
8994 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * assistant.el (assistant-render-text): Try to add a :set
8997         widget, more to come.
8998
8999         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9000         strings.
9001         (spam-report-articles-resend)
9002         (spam-register-routine): Do registration iff any articles warrant
9003         it.
9004         (spam-summary-prepare-exit): Change log message for nil group
9005         destinations.
9006
9007 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9008
9009         * spam.el (spam-report-resend-register-routine): Allow
9010         spam-report-resend-to to be a group parameter or a global value.
9011
9012 2004-05-26  Simon Josefsson  <jas@extundo.com>
9013
9014         * starttls.el: Merge with my GNUTLS based starttls.el.
9015         (starttls-gnutls-program, starttls-use-gnutls)
9016         (starttls-extra-arguments, starttls-process-connection-type)
9017         (starttls-connect, starttls-failure, starttls-success): New
9018         variables.
9019         (starttls-program, starttls-extra-args): Doc fix.
9020         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9021         functions.
9022         (starttls-negotiate, starttls-open-stream): Check
9023         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9024         function if it is set.
9025
9026 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9029         structured fields.
9030
9031 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9034
9035 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9036
9037         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9038         variable.
9039         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9040         assigning the spam-mark to new messages.
9041
9042 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9043
9044         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9045
9046 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9049
9050         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9051         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9052         default.
9053
9054 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9055
9056         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9057         correct data.
9058
9059 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9060
9061         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9062         (spam-group-processor-p): Fix function.
9063         (spam-group-processor-multiple-p)
9064         (spam-group-spam-processor-report-gmane-p)
9065         (spam-group-spam-processor-report-resend-p)
9066         (spam-group-spam-processor-bogofilter-p)
9067         (spam-group-spam-processor-blacklist-p)
9068         (spam-group-spam-processor-ifile-p)
9069         (spam-group-ham-processor-ifile-p)
9070         (spam-group-spam-processor-spamoracle-p)
9071         (spam-group-spam-processor-crm114-p)
9072         (spam-group-ham-processor-bogofilter-p)
9073         (spam-group-spam-processor-stat-p)
9074         (spam-group-ham-processor-stat-p)
9075         (spam-group-ham-processor-whitelist-p)
9076         (spam-group-ham-processor-BBDB-p)
9077         (spam-group-ham-processor-spamoracle-p)
9078         (spam-group-ham-processor-copy-p): Remove functions with some
9079         prejudice against unneeded code.
9080         (spam-report-articles-resend)
9081         (spam-report-resend-register-routine): Allow the group/topic
9082         spam-resend-to value to override spam-report-resend-to.
9083         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9084         properly now.
9085
9086         * gnus.el (spam-resend-to): Add group/topic parameter.
9087         (spam-process): Move the OBSOLETE processors to the end of the
9088         choices.
9089
9090 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9091
9092         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9093         with resend-to set to nil, and then ask the user if necessary.
9094         (spam-report-resend): spam-report-resend takes a list of articles, not
9095         separate article numbers.
9096
9097 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9100         addition to emacs-w3m.
9101
9102 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * assistant.el (assistant-authinfo-data): New function.
9105         (assistant-eval): Eval for entire assistant.
9106
9107         * netrc.el (netrc-services-file): New variable.
9108         (netrc-parse-services): New function.
9109         (netrc-find-service-name): New function.
9110         (netrc-find-service-number): New function.
9111         (netrc-port-equal): New function.
9112         (netrc-machine): Use it.
9113
9114         * nnimap.el (nnimap-open-connection): Use netrc.
9115
9116         * gnus-util.el (gnus-netrc-get): Remove aliases.
9117
9118         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9119
9120         * assistant.el (wid-edit): Fix compilation.
9121
9122         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9123
9124 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9125
9126         * gnus-util.el (gnus-set-file-modes): New function.  (small
9127         patch).
9128
9129 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9132
9133         * assistant.el (assistant-render-node): Fix up rendering and
9134         read-only text.
9135         (assistant-render-node): Reset.
9136         (assistant-make-read-only): Not sticky.
9137
9138 2004-05-20  Danny Siu  <dsiu@adobe.com>
9139
9140         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9141         centered even when gnus-auto-center-summary is t
9142
9143 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144
9145         * dns.el (dns-get-txt-answer): New function.
9146         (dns-read-txt): Ditto.
9147         (query-dns): Use it.
9148
9149 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9152         active for foreign groups even if the group level is higher than
9153         the specified value.
9154
9155 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9156
9157         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9158         non-active groups.
9159
9160         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9161
9162 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9163
9164         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9165
9166 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9167
9168         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9169         (spam-crm114-header, spam-crm114-spam-switch)
9170         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9171         (spam-crm114-positive-spam-header)
9172         (spam-crm114-database-directory, spam-list-of-processors)
9173         (spam-group-spam-processor-crm114-p)
9174         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9175         (spam-generic-score, spam-list-of-checks)
9176         (spam-list-of-statistical-checks, spam-registration-functions)
9177         (spam-check-crm114-headers, spam-crm114-score)
9178         (spam-check-crm114, spam-crm114-register-with-crm114)
9179         (spam-crm114-register-spam-routine)
9180         (spam-crm114-unregister-spam-routine)
9181         (spam-crm114-register-ham-routine)
9182         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9183         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9184
9185         * gnus.el: Add spam-use-crm114.
9186
9187         * spam.el (spam-list-of-processors, spam-registration-functions):
9188         Add spam-use-resend.
9189         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9190         (spam-report-articles-gmane): Add doc fix.
9191         (spam-report-articles-resend,
9192         spam-report-resend-register-routine): Add wrappers around
9193         spam-report-resend-to.
9194
9195         * spam-report.el (spam-report-resend-to, spam-report-resend):
9196         Add support for resending spam.
9197         (spam-report-gmane): Fix line length >80.
9198
9199         * gnus.el (spam-process): Add spam-use-resend.
9200
9201 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9202
9203         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9204         number of processed spam messages.
9205         (spam-ham-copy-or-move-routine): Return the number of processed
9206         ham messages.
9207         (spam-summary-prepare-exit): Use the above values to decide
9208         whether status messages shouled be displayed.
9209
9210 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9213         `rfc2047-encoding-function-alist' in order to avoid conflicting
9214         with the old version.
9215         (rfc2047-encode-region): Concatenate words containing non-ASCII
9216         characters in structured fields; don't encode space-delimited
9217         ASCII words even in unstructured fields; don't break words at
9218         char-category boundaries.
9219         (rfc2047-encode-1): New function.
9220         (rfc2047-encode): Use it; encode text so that it occupies the
9221         maximum width within 76-column; work correctly on Q encoding for
9222         iso-2022-* charsets.
9223         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9224         sure not to break a line just after the header name.
9225         (rfc2047-b-encode-region): Removed.
9226         (rfc2047-b-encode-string): New function.
9227         (rfc2047-q-encode-region): Removed.
9228         (rfc2047-q-encode-string): New function.
9229
9230         * mm-util.el (mm-replace-in-string): New function.
9231
9232 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9235         get it right.
9236         (gnus-inews-make-draft): Really.
9237
9238 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9239
9240         * nnmh.el (nnmh-request-list-1): Don't check the link count
9241         before descending.  (small patch)
9242
9243 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9246         stuff.
9247
9248         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9249         on real group name.
9250
9251         * gnus-art.el (gnus-signature-limit): Doc fix.
9252
9253         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9254
9255         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9256
9257 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9258
9259         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9260         isn't a string.
9261
9262 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * gnus-draft.el (gnus-draft-send): Bind
9265         rfc2047-encode-encoded-words.
9266
9267         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9268         (rfc2047-encodable-p): Say that =? needs encoding.
9269         (rfc2047-encode-encoded-words): New variable.
9270
9271         * gnus-group.el (gnus-group-select-group): Doc fix.
9272
9273         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9274
9275         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9276         to nil.
9277
9278         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9279
9280         * nnheader.el (nnheader-get-lines-and-char): New function.
9281
9282 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * gnus-msg.el (gnus-summary-followup-with-original): Document
9285         yanking of region when active.
9286
9287 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9290         groups if the group level is higher than the specified value.
9291
9292 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9295         (gnus-group-jump-to-group): Added prefix argument using
9296         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9297         non-active group.
9298
9299         * compface.el (uncompface): Be verbose when changing
9300         `uncompface-use-external'.
9301
9302         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9303         handle manual section.
9304
9305 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9306
9307         * gnus-art.el (gnus-button-alist): Revert previous change.
9308
9309 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9312
9313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9316         whether backend can accept message.
9317
9318         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9319
9320 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9321
9322         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9323         Avoid creating directory when nntp-marks-is-evil is true.
9324         Reported by Reiner Steib.
9325
9326 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-picon.el (gnus-picon-style): New variable.
9329         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9330         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9331         Jesper Harder <harder@ifa.au.dk>.
9332
9333 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * message.el (message-fill-field): Return point.
9336         (message-generate-headers): Go to end of field.
9337
9338         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9339         stuff for non-living groups.
9340
9341 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9342
9343         * gnus-art.el (gnus-article-followup-with-original)
9344         (gnus-article-reply-with-original): gnus-mark-active-p ->
9345         gnus-region-active-p.
9346
9347 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9348
9349         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9350         only when there is spam or ham to be processed.
9351
9352 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * mail-source.el (mail-source-delete-crash-box): Refactor.
9355         (mail-source-fetch): Use it.
9356         (mail-source-fetch-file): Ditto.
9357         (mail-source-fetch-directory): Run postscript in loop.
9358         (mail-source-fetch-pop): Delete.
9359         (mail-source-fetch-maildir): Ditto.
9360         (mail-source-fetch-imap): Ditto.
9361
9362         * imap.el (imap-authenticators): Comment out sasl.
9363
9364         * message.el (message-skip-to-next-address): New function.
9365         (message-fill-header-address): Refactor.
9366         (message-fill-address): Use it.
9367         (message-delete-address): Use it.
9368         (message-fill-header-general): Refactor.
9369         (message-fill-field-address): Rename.
9370         (message-narrow-to-field): Find the start of the header.
9371         (message-header-format-alist): Don't pre-fill.
9372         (message-fill-header): Removed.
9373         (message-insert-header): New function.
9374         (message-shorten-references): Use it.
9375
9376         * rfc2047.el (rfc2047-field-value): Strip props.
9377
9378         * mail-parse.el (mail-header-make-address): New alias.
9379
9380         * ietf-drums.el (ietf-drums-make-address): New function.
9381
9382         * imap.el: Add compiler directives.
9383
9384         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9385
9386         * gnus-art.el (article-decode-idna-rhs): Don't use
9387         message-idna-inside-rhs-p.
9388
9389 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * message.el (message-idna-inside-rhs-p): Removed.
9392         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9393
9394         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9395         false positives.
9396
9397 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9398
9399         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9400
9401 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * nneething.el (nneething-file-name): Don't create spurions
9404         files.
9405
9406         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9407         (gnus-inews-do-gcc): Remove sleep.
9408
9409         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9410         part under point.
9411
9412         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9413         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9414
9415 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9416
9417         * spam.el (spam-summary-prepare-exit): Fixed (length).
9418
9419 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9420
9421         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9422         as expired without moving it" message when there are spam
9423         messages left.
9424
9425 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9426
9427         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9428         header is not nil.
9429
9430 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9431
9432         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9433         nntp-possibly-create-directory, not nntp-possibly-change-group.
9434         (nntp-marks-changed-p): New arg SERVER.
9435         (nntp-request-update-info): Adjust caller.
9436
9437 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9438
9439         * nntp.el (nntp-save-marks): Pass missing arg.
9440
9441 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9442
9443         * nntp.el: Support marks.
9444         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9445         (nntp-marks-modtime, nntp-marks-directory): New variables.
9446         (nntp-request-set-mark, nntp-request-update-info)
9447         (nntp-possibly-create-directory, nntp-marks-changed-p)
9448         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9449         functions.
9450
9451 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9452
9453         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9454         (gnus-xmas-redefine): Rename.
9455
9456         * gnus-score.el (gnus-score-insert-help): Use
9457         gnus-select-lowest-window.
9458
9459         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9460         appt-select-lowest-window and rename to gnus-select-lowest-window.
9461
9462         * gnus.el: do.
9463
9464 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9465
9466         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9467         encodings of MIME-encoded words, in order to improve
9468         interoperability with several broken MUAs.
9469
9470 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9471
9472         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9473         tags, only when charsets are not specified in headers.
9474         (mm-inline-text-html-render-with-w3m): Ditto.
9475
9476         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9477         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9478
9479 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9480
9481         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9482         instead of MIME-decoded from fields when checking
9483         `gnus-article-address-banner-alist'.
9484
9485 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9486
9487         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9488         description rather than subject.
9489
9490 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9491
9492         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9493
9494 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * gnus.el (gnus-version-number): Bump.
9497
9498 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9499
9500         * gnus.el: No Gnus v0.2 is released.
9501
9502 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * gnus-agent.el (gnus-agent-read-agentview): Inline
9505         gnus-uncompress-range.
9506
9507 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9508
9509         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9510         `exec-installed-p'.
9511
9512 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9513
9514         * gnus.el (spam-process, spam-autodetect-methods): Add
9515         bsfilter and bsfilter-headers.
9516
9517         * spam.el (spam-bsfilter): New customize group.
9518         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9519         (spam-bsfilter-header, spam-bsfilter-probability-header)
9520         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9521         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9522         (spam-bsfilter-database-directory): New options.
9523         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9524         (spam-list-of-statistical-checks, spam-registration-functions):
9525         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9526         (spam-bsfilter-score): New command.
9527         (spam-check-bsfilter-headers, spam-check-bsfilter)
9528         (spam-bsfilter-register-with-bsfilter)
9529         (spam-bsfilter-register-spam-routine)
9530         (spam-bsfilter-unregister-spam-routine)
9531         (spam-bsfilter-register-ham-routine)
9532         (spam-bsfilter-unregister-ham-routine): New functions.
9533         (spam-generic-score): Support bsfilter; Accept an optional argument
9534         to recalcurate spam score even if scoring header has already been
9535         added.
9536         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9537         optional argument to recalcurate spam score even if scoring header
9538         has already been added.
9539
9540 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9541
9542         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9543         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9544         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9545         link is missing.
9546
9547 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9548
9549         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9550         (html2text-get-attr): Rewrite.
9551
9552         * message.el (message-setup-1): Remove redundant put-text-property
9553         on mail-header-separator.
9554
9555 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9556
9557         * gnus-registry.el (gnus-registry-cache-whitespace)
9558         (gnus-registry-action, gnus-registry-spool-action)
9559         (gnus-registry-split-fancy-with-parent): Change message levels
9560         from 5 to 3 or 7, as needed.
9561
9562         * spam.el (spam-summary-prepare-exit)
9563         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9564         (spam-split, spam-find-spam, spam-log-undo-registration)
9565         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9566         level from 5 to 6.
9567
9568 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9571         2004-03-04 change).
9572
9573 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9574
9575         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9576         Use mapc when appropriate.
9577
9578         * sieve-manage.el (sieve-manage-open): do.
9579
9580         * nnweb.el (nnweb-insert-html): do.
9581
9582         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9583         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9584
9585         * nnspool.el (nnspool-request-group): do.
9586
9587         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9588         do.
9589
9590         * nnml.el (nnml-request-update-info): do.
9591
9592         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9593         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9594
9595         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9596         (nnimap-request-set-mark): do.
9597
9598         * nnfolder.el (nnfolder-request-update-info): do.
9599
9600         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9601         do.
9602
9603         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9604
9605         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9606
9607         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9608         do.
9609
9610         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9611         do.
9612
9613         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9614
9615         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9616
9617         * gnus-int.el (gnus-start-news-server): do.
9618
9619         * gnus-group.el (gnus-group-make-kiboze-group)
9620         (gnus-group-browse-foreign-server): do.
9621
9622 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9623
9624         FIXME: Make separate entries for each person.
9625
9626         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9627         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9628         <shields@msrl.com>:
9629
9630         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9631         may need for spam sorting and scoring.
9632         (spam-user-format-function-S): Add user format function suitable for
9633         general use.
9634         (spam-article-sort-by-spam-status): Add sorting function for summary
9635         sorting.
9636         (spam-extra-header-to-number): Add function to get a score from a
9637         header.
9638         (spam-summary-score): Add function to  get a numeric score from the
9639         headers.
9640         (spam-generic-score): Fixed function doc, was in wrong place.
9641         (spam-initialize): Take symbols when it's run, and install the
9642         extra headers that spam-necessary-extra-headers thinks we need.
9643
9644 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9647         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9648
9649 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9650
9651         * gnus-sum.el (gnus-set-global-variables)
9652         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9653         (gnus-article-get-xrefs, gnus-summary-best-group)
9654         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9655         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9656         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9657         with-current-buffer.
9658
9659 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * spam.el (spam-summary-prepare-exit): Simplify logic.
9662         (spam-fetch-article-header): Read the article header if it's not
9663         available.
9664         (spam-list-articles): Simplify logic.
9665         (spam-filelist-register-routine): Fix bug with unregister-list.
9666
9667         * gnus-registry.el: Fix comments at beginning.
9668
9669 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9670
9671         * message.el (message-cater-to-broken-inn): Remove.
9672         (message-shorten-references): Make sure the total folded length of
9673         References is shorter than 998 characters to cater to a bug in INN
9674         2.3.  Also, don't pretend that references aren't folded -- this
9675         hasn't worked for a while.
9676
9677 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9678
9679         * gnus-agent.el (gnus-agentize):
9680         gnus-agent-send-mail-real-function no longer set to current value
9681         of message-send-mail-function but rather a lambda that calls
9682         message-send-mail-function.  The change makes the agent real-time
9683         responsive to user changes to message-send-mail-function.
9684
9685 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9686
9687         * legacy-gnus-agent.el
9688         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9689         help from Florian Weimer <fw@deneb.enyo.de>
9690
9691 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * nnmail.el (nnmail-cache-insert): Revert last change.
9694
9695 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * nnmail.el (nnmail-cache-insert): Always check whether
9698         nnmail-cache-ignore-groups matches a group name.
9699
9700 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9703         (spam-find-spam, spam-log-processing-to-registry)
9704         (spam-log-registered-p, spam-log-unregistration-needed-p)
9705         (spam-log-undo-registration): Use gnus-message instead of
9706         gnus-error, none of these errors are fatal.
9707
9708         * gnus-registry.el (gnus-registry-clean-empty-function)
9709         (gnus-registry-clean-empty): Remove only empty entries without
9710         extra data.
9711
9712 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9713
9714         * spam-stat.el (spam-stat-buffer-change-to-spam)
9715         (spam-stat-buffer-change-to-non-spam): Change (error) to
9716         (gnus-message 8) invocation.
9717
9718 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * nntp.el (nntp-via-netcat-command): New variable.
9721         (nntp-via-netcat-switches): New variable.
9722         (nntp-open-via-rlogin-and-netcat): New function.
9723         (nntp-open-connection-function): Doc fix.
9724         (nntp-telnet-command): Doc fix.
9725         (nntp-end-of-line): Doc fix.
9726         (nntp-via-rlogin-command): Doc fix.
9727         (nntp-via-user-name): Doc fix.
9728         (nntp-via-address): Doc fix.
9729
9730 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9731
9732         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9733         error in Emacs 21.1.
9734
9735 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9738
9739 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9740         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9741         (gnus-agent-with-refreshed-group): New macro.
9742         (gnus-agent-rename-group): New function.
9743         (gnus-agent-delete-group): New function.
9744         (gnus-agent-save-group-info): Use gnus-command-method when
9745         `method' parameter is nil.  Don't write nil entries into the
9746         active file.
9747         (gnus-agent-get-group-info): New function.
9748         (gnus-agent-fetch-articles): Use
9749         gnus-agent-update-files-total-fetched-for to increment disk space
9750         used.
9751         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9752         gnus-agent-update-view-total-fetched-for to increment disk space
9753         used.
9754         (gnus-agent-get-local): Added optional parameters to avoid calling
9755         gnus-group-real-name and gnus-find-method-for-group.
9756         (gnus-agent-set-local): Delete stored entry if either min, or max,
9757         are nil.
9758         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9759         quit, use gnus-agent-regenerate-group to record existance of any
9760         articles fetched to disk before the quit occurred.
9761         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9762         gnus-agent-update-view-total-fetched-for, and
9763         gnus-agent-update-files-total-fetched-for to decrement disk space
9764         used.
9765         (gnus-agent-retrieve-headers): Use
9766         gnus-agent-update-view-total-fetched-for to increment disk space
9767         used.
9768         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9769         with gnus-agent-update-files-total-fetched-for to decrement disk
9770         space and fresh group buffer.
9771         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9772         (gnus-agent-need-update-total-fetched-for): New variable.
9773         (gnus-agent-update-files-total-fetched-for): New function.
9774         (gnus-agent-update-view-total-fetched-for): New function.
9775         (gnus-agent-total-fetched-for): New function.
9776
9777         * gnus-cache.el (gnus-cache-save-buffers): Use
9778         gnus-cache-update-overview-total-fetched-for to change disk space
9779         used by this group.
9780         (gnus-cache-possibly-enter-article): Use
9781         gnus-cache-update-file-total-fetched-for to increment disk space
9782         used by this group.
9783         (gnus-cache-possibly-remove-article): Use
9784         gnus-cache-update-file-total-fetched-for to decrement disk space
9785         used by this group.
9786         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9787         (gnus-cache-rename-group): New function.
9788         (gnus-cache-delete-group): New function.
9789         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9790         (gnus-cache-need-update-total-fetched-for): New variable.
9791         (gnus-cache-with-refreshed-group): New macro.
9792         (gnus-cache-update-file-total-fetched-for): New function.
9793         (gnus-cache-update-overview-total-fetched-for): New function.
9794         (gnus-cache-rename-group-total-fetched-for): New function.
9795         (gnus-cache-delete-group-total-fetched-for): New function.
9796         (gnus-cache-total-fetched-for): New function.
9797
9798         * gnus-group.el: Require gnus-sum and autoload functions to
9799         resolve warnings when gnus-group.el compiled alone.
9800         (gnus-group-line-format): Documented new %F
9801         (size of Fetched data) group line format; identifies disk space
9802         used by agent and cache.
9803         (gnus-group-line-format-alist): Defined new F format.
9804         (gnus-total-fetched-for): New function.
9805         (gnus-group-delete-group): No longer update
9806         gnus-cache-active-altered as gnus-request-delete-group now keeps
9807         the cache in sync.
9808         (gnus-group-list-active): Let the agent store a server's active
9809         list if currently plugged.
9810
9811         * gnus-int.el (gnus-request-delete-group): Use
9812         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9813         local disk in sync with the server.
9814          (gnus-request-rename-group): Use
9815         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9816         local disk in sync with the server.
9817
9818         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9819         simplification to logic.
9820
9821         * gnus-util.el (gnus-rename-file): New function.
9822
9823 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9824
9825         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9826
9827 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9828
9829         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9830         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9831
9832 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9833
9834         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9835         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9836
9837 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9838
9839         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9840
9841 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9842
9843         * spam.el (spam-set-difference): Add function to replace
9844         gnus-set-difference in spam.el.
9845         (spam-summary-prepare-exit): Use spam-set-difference.
9846
9847 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9848
9849         * gnus-registry.el (gnus-registry-cache-file): Update to use
9850         gnus-dribble-directory OR gnus-home-directory OR ~.
9851         (gnus-registry-split-fancy-with-parent): Fix doc.
9852
9853 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * message.el (message-exchange-point-and-mark): Use
9856         message-mark-active-p.  Suggested by Jesper Harder
9857         <harder@ifa.au.dk>.
9858
9859 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * message.el (message-exchange-point-and-mark): Don't activate
9862         region if it was inactive.  Suggested by Hiroshi Fujishima
9863         <pooh@nature.tsukuba.ac.jp>.
9864
9865 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-art.el (article-display-face): Display Faces in the same
9868         order as X-Faces.
9869
9870 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9873
9874 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9877         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9878         (gnus-article-mime-hierarchy): Remove.
9879         (gnus-article-mime-hierarchy-next): Remove.
9880         (gnus-article-mode): Revert 2004-03-19 change.
9881         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9882         (gnus-insert-mime-button): Revert 2004-03-19 change.
9883         (gnus-mime-accumulate-hierarchy): Remove.
9884         (gnus-mime-enter-multipart): Remove.
9885         (gnus-mime-leave-multipart): Remove,
9886         (gnus-mime-display-part): Revert 2004-03-19 change.
9887         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9888
9889         * mml.el (mml-preview): Revert 2004-03-19 change.
9890
9891 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9892
9893         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9894
9895 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9898         t while entering a file name using the mm-with-multibyte macro.
9899         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9900
9901         * mm-util.el (mm-with-multibyte): New macro.
9902
9903 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9906         user option.
9907         (gnus-mime-multipart-functions): Doc and customization fix.
9908         (gnus-article-mime-hierarchy): New variable.
9909         (gnus-article-mime-hierarchy-next): New variable.
9910         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9911         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9912         gnus-article-mime-hierarchy-next to nil.
9913         (gnus-insert-mime-button): Show hierarchy numbers.
9914         (gnus-mime-accumulate-hierarchy): New function.
9915         (gnus-mime-enter-multipart): New function.
9916         (gnus-mime-leave-multipart): New function.
9917         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9918         (gnus-mime-display-alternative): Show hierarchy numbers.
9919
9920         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9921         gnus-article-mime-hierarchy-next to nil.
9922
9923 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9924
9925         * dns.el: Don't require gnus-xmas.
9926
9927 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9928
9929         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9930         inline PGP.
9931         (mml-menu): Disable mml-quote-region if mark is inactive.
9932
9933 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9936         when the group's active is not available.
9937
9938 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9941         error.
9942
9943 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * imap.el (imap-store-password): New variable.
9946         (imap-interactive-login): Use it.
9947         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9948
9949 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9952         window-start and hscroll to summary window.
9953
9954 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9955
9956         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9957         conversion message to newsrc-dribble when an actual conversion is
9958         performed.
9959
9960 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9961
9962         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9963
9964 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * mm-decode.el (mm-complicated-handles): New function reviving
9967         former definition of mm-multiple-handles.
9968
9969         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9970         (gnus-mime-delete-part): Use it.
9971
9972 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9973
9974         * gnus-agent.el (gnus-agent-read-local): Bind
9975         nnheader-file-coding-system to gnus-agent-file-coding-system to
9976         avoid the implicit assumption that they will always be equal.
9977         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9978         coding-system-for-write, as the with-temp-file macro first prints
9979         to a buffer then saves the buffer.
9980
9981 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-art.el (gnus-article-edit-part): New function.
9984         (gnus-mime-save-part-and-strip): Use it; do query instead of
9985         signaling an error; don't use mm-multiple-handles.
9986         (gnus-mime-delete-part): Ditto.
9987
9988 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9989
9990         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9991         old file versions.
9992         (gnus-group-prepare-hook): Removed function that converted list
9993         form of gnus-agent-expire-days to group properties.
9994
9995         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9996         (gnus-request-accept-article): Re-indented.
9997
9998         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9999         converters to handle old agent file formats.  Added logic for a
10000         "backup before upgrading warning".
10001         (gnus-convert-mark-converter-prompt): Developers can mark
10002         functions as needing (default), or not needing,
10003         gnus-convert-old-newsrc's "backup before upgrading warning".
10004         (gnus-convert-converter-needs-prompt): Tests whether the user
10005         should be protected from potentially irreversable changes by the
10006         function.
10007
10008         * legacy-gnus-agent.el (): New. Provides converters that are only
10009         loaded when gnus-convert-old-newsrc needs to call them.
10010
10011 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * mail-source.el (mail-source-touch-pop): Doc fix.
10014
10015         * message.el (message-smtpmail-send-it): Doc fix.
10016
10017 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10018
10019         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10020
10021         * nnmail.el (nnmail-split-fancy): do.
10022
10023         * gnus-kill.el (gnus-kill, gnus-execute): do.
10024
10025 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10026
10027         * gnus-sum.el (gnus-widget-reversible-match)
10028         (gnus-widget-reversible-to-internal)
10029         (gnus-widget-reversible-to-external): New functions.
10030         (gnus-widget-reversible): New widget.
10031         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10032
10033 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10034
10035         * gnus-sum.el (gnus-thread-sort-functions)
10036         (gnus-article-sort-functions): Document `(not F)' items.
10037
10038 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10039
10040         * spam.el (spam-use-gmane-xref): Add new backend.
10041         (spam-gmane-xref-spam-group): Add variable to control the name of the
10042         Gmane spam group.
10043         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10044         (spam-regex-headers-spam, spam-regex-headers-ham)
10045         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10046         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10047         backends and checks.
10048         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10049
10050         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10051         an autodetect method.
10052
10053 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10054
10055         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10056         articles are being added to a group.
10057         (gnus-request-replace-article): Inform the agent that articles
10058         need to be uncached as the cached contents are no longer valid.
10059
10060 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * binhex.el: Don't autoload executable-find.
10063
10064         * canlock.el: Don't autoload mail-fetch-field.
10065
10066         * dgnushack.el: Autoload c-mode for XEmacs.
10067
10068         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10069
10070         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10071         rmail-dont-reply-to and rmail-output.
10072
10073         * gnus-score.el: Don't autoload ffap-string-at-point.
10074
10075         * gnus-setup.el: Don't autoload sc-cite-original.
10076
10077         * imap.el: Don't autoload base64-decode-string,
10078         base64-encode-string and md5.
10079
10080         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10081         and rmail-msg-restore-non-pruned-header.
10082
10083         * mm-decode.el: Don't autoload executable-find.
10084
10085         * mm-url.el: Don't autoload executable-find.
10086
10087         * mm-view.el: Don't autoload diff-mode.
10088
10089         * nndb.el: Don't autoload news-reply-mode, news-setup,
10090         cancel-timer and telnet.
10091
10092         * password.el: Don't autoload run-at-time for Emacs.
10093
10094         * sha1-el.el: Don't autoload executable-find.
10095
10096         * sieve-mode.el: Don't autoload c-mode.
10097
10098         * uudecode.el: Don't autoload executable-find.
10099
10100 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10101
10102         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10103         (gnus-agent-possibly-alter-active): Avoid null in numeric
10104         comparison.
10105         (gnus-agent-set-local): Refuse to save null in local object table.
10106         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10107         list of articles that will be marked as unread.
10108
10109 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10112
10113 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10114
10115         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10116         language tags.
10117
10118 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10119
10120         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10121         Don't bind "obarray".
10122
10123         * gnus-sum.el (gnus-thread-sort-functions): Added
10124         `gnus-thread-sort-by-most-recent-number' and
10125         `gnus-thread-sort-by-most-recent-date'.
10126         Reported by Kai Grossjohann <kai@emptydomain.de>.
10127
10128 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10131
10132 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10133
10134         * gnus-cus.el (gnus-agent-customize-category): Removed
10135         ignore-errors macro reference that required cl to be loaded at
10136         run-time.
10137
10138         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10139         single-interval range of the form (min . max).  Previously the
10140         range had to look like ((min . max)).  Likewise, return
10141         (min . max) rather than ((min . max)).
10142         (gnus-range-map): Use gnus-range-normalize to accept
10143         single-interval range.
10144
10145         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10146         the cache, but not the agent, now appear with their usual face.
10147
10148         * dgnushack.el (loaddir): New variable that is bound to the
10149         directory containing the dgnushack.el file. Use loaddir, rather
10150         than srcdir, to update load-path. Change lets dgnushack compile
10151         code in directories other than GNUS/lisp.
10152
10153 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * lpath.el: Don't bind w3m-safe-url-regexp.
10156
10157         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10158         w3m-safe-url-regexp variable buffer-local.
10159
10160         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10161
10162 2004-02-27  Simon Josefsson  <jas@extundo.com>
10163
10164         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10165         gnus-group-real-prefix.
10166         (gnus-summary-move-article): Use it, instead of
10167         gnus-group-real-prefix.
10168
10169 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * lpath.el: Bind w3m-safe-url-regexp.
10172
10173         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10174         w3m-safe-url-regexp variable buffer-local and set it as the value
10175         of mm-w3m-safe-url-regexp.
10176
10177         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10178
10179         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10180         parsing gnus-posting-styles when the message is not for replying.
10181
10182         * dgnushack.el: Autoload sgml-mode for XEmacs.
10183
10184         * nnrss.el (nnrss-opml-export): Use
10185         mm-set-buffer-file-coding-system instead of
10186         set-buffer-file-coding-system.
10187
10188 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10189
10190         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10191         of checkdoc.el).
10192         * nnrss.el: do.
10193         * gnus-mlspl.el: do.
10194         * gnus-ml.el: do.
10195         * gnus-srvr.el: do.
10196
10197         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10198
10199 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10200
10201         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10202         Corrections to custom-manual links.
10203
10204         * gnus-art.el (gnus-article): Ditto.
10205
10206         * mm-decode.el (mime-display, mime-security): Ditto.
10207
10208 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10209
10210         * flow-fill.el: Typo.
10211
10212 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10213
10214         * spam-wash.el: New file.
10215
10216 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10217
10218         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10219
10220 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10221
10222         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10223         to be run with new-articles as LIST1, not LIST2.
10224         (spam-registration-functions): Add spam-use-ham-copy as a nil
10225         registration backend.
10226
10227 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10228
10229         * spam-stat.el (spam-stat-washing-hook): New option.
10230         (spam-stat-buffer-words): Use it.
10231         (spam-stat-process-directory, spam-stat-test-directory): Use
10232         insert-file-contents-literally.
10233         (spam-stat-coding-system): New variable.
10234         (spam-stat-load, spam-stat-save): Use it.
10235
10236 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * spam-report.el (spam-report-plug-agent): Quote
10239         spam-report-url-to-file and spam-report-url-ping-plain.
10240
10241 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10244         / in mailto URLs.
10245
10246 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * spam-report.el (spam-report-process-queue): Fix interactive use.
10249         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10250         (spam-report-unplug-agent): Doc fixes.
10251         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10252         (spam-report-agentize, spam-report-deagentize): Autoload
10253
10254 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10255
10256         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10257
10258         * message.el (message-setup-fill-variables): Add mml tags to
10259         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10260         <ajk@iu.edu>.
10261         (message-mode): Don't modify paragraph-separate there.
10262
10263 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * compface.el (uncompface-use-external): Default to undecided.
10266         (uncompface-use-external-threshold): New variable.
10267         (uncompface-float-time): New macro.
10268         (uncompface): Determine whether to use the external decoder if
10269         uncompface-use-external is undecided.
10270
10271 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10272
10273         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10274         after images.
10275
10276         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10277
10278 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10279
10280         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10281
10282         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10283
10284         * gnus-sum.el (gnus-summary-limit-to-age)
10285         (gnus-summary-limit-children): do.
10286
10287         * gnus-int.el (gnus-request-scan): do.
10288
10289         * gnus-group.el (gnus-group-suspend): do.
10290
10291         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10292
10293         * gnus-cite.el (gnus-cite-parse-attributions): do.
10294
10295         * gnus-agent.el (gnus-summary-set-agent-mark)
10296         (gnus-agent-regenerate-group): do.
10297
10298         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10299
10300         * binhex.el (binhex-decode-region-internal): do.
10301
10302 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-fun.el (gnus-face-properties-alist): New user option.
10305         (gnus-display-x-face-in-from): Use it.
10306
10307         * gnus-art.el (article-display-face): Ditto.
10308
10309         * compface.el (uncompface-use-external): Default to nil.
10310
10311 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10312
10313         * nntp.el (nntp-erase-buffer): New function.
10314         (nntp-retrieve-data, nntp-send-command)
10315         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10316         (nntp-possibly-change-group): Use it.
10317
10318         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10319         with-current-buffer.
10320
10321 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10322
10323         * compface.el: Merge the ELisp-based uncompface program.
10324         (compface): New customization group.
10325         (uncompface-use-external): New user option.
10326         (uncompface): Call uncompface-internal if uncompface-use-external
10327         is nil.
10328         (uncompface-internal): New function.  Note that there are also
10329         some other functions and variables added for this function.
10330
10331 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10332
10333         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10334         if necessary.
10335
10336 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10337
10338         * spam-report.el (spam-report-unplug-agent)
10339         (spam-report-plug-agent, spam-report-deagentize)
10340         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10341         Add support for the Agent in spam-report: when unplugged, report to a
10342         file; when plugged, submit all the requests.
10343
10344         * spam.el (spam-register-routine): Fix message about
10345         registration.
10346
10347 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10348
10349         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10350         dependencies.
10351         (rfc2047-encode): Use it.
10352
10353         * gnus-art.el (gnus-button-marker-list): Move before first
10354         reference.
10355
10356         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10357         (imap-parse-body): Fix format string mismatch.
10358
10359         * gnus-score.el (gnus-summary-increase-score): do.
10360
10361         * nnrss.el (nnrss-close): New function.
10362
10363 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10364
10365         * nnrss.el (nnrss-make-filename): New function.
10366         (nnrss-request-delete-group, nnrss-read-server-data)
10367         (nnrss-save-server-data, nnrss-read-group-data)
10368         (nnrss-save-group-data): Use it.
10369         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10370         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10371         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10372
10373 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10374
10375         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10376
10377 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10378
10379         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10380         files.
10381
10382         * message.el (message-generate-headers-first): Don't quote nil
10383         and t in docstrings.
10384
10385         * imap.el (imap-id): do.
10386
10387         * gnus-agent.el (gnus-agent-consider-all-articles)
10388         (gnus-agent-queue-mail): do.
10389
10390 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * spam-report.el (spam-report-process-queue): New function.
10393         Process requests from `spam-report-requests-file'.
10394         (spam-report-process-queue): Doc fix.
10395
10396 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10397
10398         * spam.el (spam-register-routine)
10399         (spam-log-processing-to-registry, spam-log-registered-p)
10400         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10401         Change "check" to "spam-check" for semi-clarity.
10402
10403 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10404
10405         * pop3.el: Require nnheader.
10406
10407         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10408
10409         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10410
10411         * gnus-picon.el: Require cl.
10412
10413         * gnus-fun.el: Require gnus-ems and gnus-util.
10414
10415         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10416
10417         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10418
10419         * gnus-art.el (gnus-article-edit-mode): Define before first
10420         reference.
10421
10422 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10423
10424         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10425         (gnus-uu-post-encoded): Use point-at-bol.
10426
10427         * gnus-topic.el (gnus-group-active-topic-p): do.
10428
10429         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10430
10431         * gnus-group.el (gnus-group-kill-region): do.
10432
10433         * gnus-art.el (article-date-ut): do.
10434
10435         * message.el (message-fetch-field): Remove redundant
10436         case-fold-search binding.
10437         (message-narrow-to-field): Simplify.
10438
10439 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * spam.el (spam-directory): Derive from `gnus-directory'.
10442
10443         * spam-report.el (spam-report-url-to-file)
10444         (spam-report-requests-file): New function and variable for offline
10445         reporting.
10446         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10447         and user defined function.
10448         (spam-report-url-ping-mm-url): Remove doubled slash.
10449
10450 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10451
10452         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10453
10454 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10455
10456         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10457         format string mismatch.
10458
10459         * sieve.el (sieve-deactivate-all): do.
10460
10461         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10462
10463         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10464
10465         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10466
10467         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10468
10469 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10470
10471         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10472         the list of checks.
10473
10474 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10475
10476         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10477         padding.
10478
10479 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10480
10481         * mm-view.el (mm-fill-flowed): New variable.
10482         (mm-inline-text): Use it.
10483
10484 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10485
10486         * spam.el (spam-spamassassin-register-ham-routine)
10487         (spam-spamassassin-register-spam-routine): Fix function names.
10488
10489 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus.el (gnus-tmp-grouplens): Remove.
10492         (gnus-summary-line-format): Remove grouplens.
10493
10494         * gnus-group.el (gnus-group-line-format): Ditto.
10495
10496         * gnus-spec.el (gnus-format-specs): Ditto.
10497         (gnus-update-format-specifications): Flush the group format spec
10498         cache if there's the grouplens stuff.
10499         (gnus-parse-simple-format): Replace %l with the empty string.
10500
10501 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10502
10503         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10504         omission.
10505
10506 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10509         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10510
10511 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10512
10513         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10514         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10515         New macros and functions.
10516         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10517         Handle > NLINK_MAX messages.
10518         * nnmaildir.el (nnmaildir-request-set-mark): Use
10519         nnmaildir--emlink-p and nnmaildir--eexist-p.
10520
10521 2004-01-25  Alex Schroeder  <alex@gnu.org>
10522
10523         * spam-stat.el (spam-stat-process-directory-age): New option.
10524         (spam-stat-process-directory): Use it.
10525
10526 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10527
10528         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10529         (spam-stat-save): Accept prefix argument.
10530
10531 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10532
10533         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10534         links" error.
10535
10536 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10539         the rest of the and/or forms.
10540
10541 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10542
10543         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10544         compatibility with old .newsrc.eld files.
10545
10546         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10547
10548         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10549
10550         * gnus-start.el (gnus-1): do.
10551
10552         * gnus-group.el (gnus-group-line-format-alist): do.
10553
10554         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10555
10556         * gnus-gl.el: Remove.
10557
10558 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10559
10560         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10561         marks consisting of a single range {for example, (3 . 5)} rather
10562         than a list of a single range { ((3 . 5)) }.
10563
10564 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10565
10566         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10567         with-current-buffer.
10568         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10569         avoid consing a string.
10570
10571         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10572         Remove obsolete entries for big5 and gb2312.
10573
10574 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10575
10576         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10577         uncompressed list.
10578
10579 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10580
10581         * spam-stat.el (spam-stat-strip-xref): New function.
10582         (spam-stat-process-directory): Use it.
10583
10584         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10585         here -- it's done in message-fetch-field.
10586
10587 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10588
10589         * gnus-agent.el (gnus-agent-queue-mail,
10590         gnus-agent-prompt-send-queue): New variables.
10591         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10592         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10593         "nndraft:queue" along to gnus-draft-send.  Use
10594         gnus-agent-prompt-send-queue.
10595         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10596         is "nndraft:queue".  Suggested by Gaute Strokkenes
10597         <gs234@srcf.ucam.org>
10598
10599         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10600         (agent-enable-undownloaded-faces): Added
10601         (gnus-agent-cat-groups): Use eval-and-compile, not
10602         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10603         method of gnus-agent-cat-groups even when the buffer has been
10604         evaled.
10605         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10606         delete gnus-agent-save-active-1.
10607         (gnus-agent-save-groups): Deleted. Identical to
10608         gnus-agent-save-active.
10609         (gnus-agent-write-active): No longer adjust agent's copy of active
10610         file as agent's adjustments are now stored in their own
10611         file. Removed optional parameter.
10612         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10613         servers.  Add use of min/max range limits from server's local
10614         file.
10615         (gnus-agent-save-alist): Removed unused optional argument.
10616         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10617         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10618         (gnus-agent-set-local): A per-server file that keeps min/max range
10619         limits for articles known to the agent.  Provides a fast mechanism
10620         for altering many active ranges.
10621         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10622         active file (local makes it unnecessary).
10623         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10624
10625         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10626         (agent-enable-undownloaded-faces): Added
10627
10628         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10629         disable it when sending to "nndraft:queue".
10630         (gnus-group-send-queue): Add safety check to avoid sending queue
10631         when unplugged.
10632
10633         * gnus-group.el (gnus-group-catchup): Use new
10634         gnus-sequence-of-unread-articles, not
10635         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10636         numbers of articles.  Use gnus-range-map to avoid having to
10637         uncompress the unread list.
10638         (gnus-group-archive-directory,
10639         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10640         reference.
10641
10642         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10643         (gnus-sorted-range-intersection): Intersection of two ranges
10644         without requiring that they first be uncompressed.
10645
10646         * gnus-start.el (gnus-activate-group): Unless blocked by the
10647         caller, possibly expand the active range to include both cached
10648         and agentized articles.
10649         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10650         multiple version-dependent converters.
10651         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10652         gnus-agent-save-active.
10653         (gnus-save-newsrc-file): Save dirty agent range limits.
10654
10655         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10656         gnus-agent-possibly-alter-active.
10657         (gnus-adjust-marked-articles): Faster handling of simple lists
10658
10659 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10660
10661         * spam-stat.el (spam-stat-test-directory): New optional argument
10662         displays a list of files detected.  Suggested by Andrew Cohen
10663         <cohen@andy.bu.edu>.
10664         (spam-stat-buffer-words-with-scores): Don't narrow and change
10665         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10666
10667 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10668
10669         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10670         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10671         (spam-spamassassin-arguments)
10672         (spam-spamassassin-spam-flag-header)
10673         (spam-spamassassin-positive-spam-flag-header)
10674         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10675         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10677         (spam-list-of-processors, spam-list-of-checks)
10678         (spam-list-of-statistical-checks, spam-registration-functions)
10679         (spam-check-spamassassin-headers, spam-check-spamassassin)
10680         (spam-spamassassin-score)
10681         (spam-spamassassin-register-with-sa-learn)
10682         (spam-spamassassin-register-spam-routine)
10683         (spam-spamassassin-register-ham-routine)
10684         (spam-assassin-register-spam-routine)
10685         (spam-assassin-register-ham-routine): add SpamAssassin support
10686         (spam-bogofilter-score): fix to show article before scoring
10687
10688 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10689
10690         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10691         default scoring function.
10692         (spam-generic-score): Call spam-spamassassin-score if
10693         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10694         spam-bogofilter-score otherwise.
10695
10696         * gnus.el (spam-process, spam-autodetect-methods): Add
10697         spamassassin and spamassassin-headers.
10698
10699 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10700
10701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10702         Suppress unnecessary messages.
10703
10704 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10705
10706         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10707         make-hash-table.
10708
10709 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * canlock.el (base64-encode-string): Don't autoload it.
10712
10713 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * run-at-time.el: Remove useless (require 'itimer),
10716         eval-and-compile and (featurep 'xemacs).
10717
10718 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10719
10720         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10721         GROUP is a virtual group.
10722
10723 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10724
10725         * gnus.el: Autoload `message-y-or-n-p'.
10726
10727 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10728
10729         * pgg-parse.el: Remove unnecessary (require 'custom).
10730
10731         * pgg-def.el: do.
10732
10733         * nnmail.el: do.
10734
10735         * gnus-undo.el: do.
10736
10737         * gnus-picon.el: do.
10738
10739         * gnus-util.el: do.
10740
10741 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10744
10745 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10748         handle, as well as a list.
10749
10750         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10751         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10752         (mm-w3m-cid-retrieve): Simplify.
10753
10754 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10755
10756         * message.el (message-kill-to-signature): Allow prefix arg to
10757         specify number of lines to keep before signature.
10758
10759 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10760
10761         (message-kill-to-signature): Change docstring.
10762
10763 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * canlock.el: Always require sha1-el.
10766         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10767
10768         * message.el: Autoload sha1 only when compiling.
10769
10770         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10771         eudc-expand-inline for XEmacs.
10772
10773 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * message.el (message-canlock-generate): Require sha1-el.
10776
10777 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10778
10779         * message.el (message-expand-name): Silence the byte compiler.
10780
10781         * lpath.el: Add detect-coding-system.
10782
10783         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10784         cus-edit.
10785
10786 2004-01-13  Simon Josefsson  <jas@extundo.com>
10787
10788         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10789         Invoke gnus-score-mode.  Reported by
10790         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10791
10792         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10793         Jim Blandy <jimb@redhat.com> (tiny change).
10794
10795 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10796
10797         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10798
10799 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10800
10801         * spam.el (spam-get-article-as-string): Update to use
10802         gnus-request-article-this-buffer, much simpler.
10803         (spam-get-article-as-buffer): Remove.
10804
10805 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10806
10807         * message.el (message-expand-name): Use EUDC if the user uses
10808         that.
10809
10810 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10811
10812         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10813         character for the encoding to avoid consing a string.
10814
10815         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10816         unnecessarily.
10817
10818         * mm-util.el (mm-replace-chars-in-string): Remove.
10819
10820         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10821         of mm-replace-chars-in-string.
10822
10823 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10824
10825         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10826         strings.
10827
10828         * mm-util.el (mm-subst-char-in-string): Support inplace.
10829
10830         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10831         a new string in every iteration.  Use shy groups.
10832
10833 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10834
10835         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10836         (gnus-group-change-level, gnus-kill-newsgroup)
10837         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10838         (gnus-get-unread-articles, gnus-make-articles-unread)
10839         (gnus-make-ascending-articles-unread): Use accessor
10840         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10841         to get group information for improved readability.
10842
10843         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10844
10845         * gnus-soup.el (gnus-soup-group-brew): do.
10846
10847         * gnus-msg.el (gnus-put-message): do.
10848
10849         * gnus-move.el (gnus-group-move-group-to-server): do.
10850
10851         * gnus-kill.el (gnus-batch-score): do.
10852
10853         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10854         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10855         (gnus-group-update-group, gnus-group-read-group)
10856         (gnus-group-make-group, gnus-group-make-help-group)
10857         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10858         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10859         (gnus-group-sort-by-unread, gnus-group-catchup)
10860         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10861         (gnus-group-yank-group, gnus-group-set-info)
10862         (gnus-group-list-groups): do.
10863
10864         * gnus.el (gnus-generate-new-group-name): do.
10865
10866         * gnus-delay.el (gnus-delay-send-queue): do.
10867
10868         * nnvirtual.el (nnvirtual-catchup-group): do.
10869
10870         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10871         do.
10872
10873         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10874         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10875
10876         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10877         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10878         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10879         (gnus-group-make-articles-read): do.
10880
10881 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10882
10883         * gnus-art.el (article-decode-mime-words, article-babel)
10884         (gnus-article-highlight-signature, gnus-article-add-buttons)
10885         (gnus-signature-toggle): Use gnus-with-article-buffer.
10886
10887         * gnus-art.el (gnus-article-highlight-headers)
10888         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10889
10890         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10891         (gnus-article-set-globals, gnus-request-article-this-buffer)
10892         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10893         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10894         (gnus-mime-display-alternative): Use with-current-buffer.
10895
10896 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10897
10898         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10899         also under 80 char limit, and call gnus-error if needed.
10900         (spam-fetch-article-header): Fix - it was a
10901         buffer-local variable (gnus-newsgroup-data).
10902         (spam-find-spam): Use spam-generate-fake-headers, forget about
10903         spam-insert-fake-headers.
10904         (spam-insert-fake-headers): Remove.
10905
10906 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10907
10908         * deuglify.el (gnus-article-outlook-unwrap-lines)
10909         (gnus-outlook-rearrange-article)
10910         (gnus-outlook-repair-attribution-outlook)
10911         (gnus-outlook-repair-attribution-block)
10912         (gnus-outlook-repair-attribution-other): Remove redundant
10913         save-excursion.
10914
10915 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10916
10917         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10918         (spam-fetch-field-subject-fast)
10919         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10920         (spam-fetch-article-header): Add functions to deal with Gnus
10921         internals for fast retrieval of article header data.
10922         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10923
10924 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10925
10926         * pop3.el (pop3-md5): Remove.
10927         (pop3-apop): Replace pop3-md5 with md5.
10928
10929         * mm-bodies.el: base64 is always built-in.
10930
10931         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10932         with-current-buffer.
10933
10934 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * canlock.el (canlock-insert-header): Remove excessive grouping in
10937         regexp.
10938
10939         * gnus-sum.el (gnus-summary-read-document): Ditto.
10940
10941         * gnus-uu.el (gnus-uu-part-number): Ditto.
10942
10943         * html2text.el (html2text-remove-tags): Ditto.
10944         (html2text-format-tags): Ditto.
10945         (html2text-format-single-elements): Ditto.
10946
10947         * mml.el (mml-parse-1): Ditto.
10948
10949 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10950
10951         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10952
10953         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10954
10955         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10956
10957         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10958
10959 2003-11-15  Simon Josefsson  <jas@extundo.com>
10960
10961         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10962         (pgg-gpg-lookup-key): Use regexp match instead of
10963         split-string (split-string is different between emacs 21.2 and
10964         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10965
10966 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10967
10968         * gnus-art.el (gnus-mime-view-all-parts)
10969         (gnus-article-part-wrapper, gnus-article-view-part): Use
10970         with-current-buffer.
10971
10972 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10973
10974         * spam.el (spam-disable-spam-split-during-ham-respool)
10975         (spam-spamoracle-database, spam-cache-lookups)
10976         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10977         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10978         (spam-group-ham-marks, spam-group-spam-marks)
10979         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10980         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10981         also add spam-use-blackholes to the statistical checks.
10982         (spam-fetch-field-fast): Add interface to fetching fields, may
10983         become a macro.
10984         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10985         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10986         (spam-insert-fake-headers): Fake an article when needed.
10987         (spam-find-spam): Fake article when possible.
10988         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10989         (spam-check-bogofilter-headers): Use message-fetch-field instead
10990         of nnmail-fetch-field.
10991
10992 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10995
10996 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10997
10998         * spam.el (spam-split): Do not require spam-use-CHECK to be
10999         enabled if that check is passed to spam-split explicitly; also
11000         fix so 'spam doesn't get converted to spam-split-group when
11001         spam-split-symbolic-return is t.
11002         (spam-find-spam): Find registrations of the article and use those
11003         instead of re-running spam-split to find the spam/ham
11004         classification of the article.
11005         (spam-log-processing-to-registry, spam-log-registered-p)
11006         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11007         Use gnus-error instead of gnus-message.
11008         (spam-log-registration-type): Add function to determine the
11009         classification of a message based on registry entries; will
11010         return nil if both 'spam and 'ham are found.
11011         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11012         a reasonably fast local cache without the loading errors.
11013         (spam-cache-lookups): Set to t by default.
11014         (spam-find-spam): Don't try to guess spam-cache-lookups.
11015         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11016         spam-caches entry.
11017         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11018         caching of whitelist/blacklist entries.
11019         (spam-check-whitelist, spam-check-blacklist): Invoke
11020         spam-from-listed-p with a type, not a cache variable.
11021         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11022
11023 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11024
11025         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11026
11027         * nnmail.el (nnmail-split-fancy): do.
11028
11029         * mml.el (mml-parse): do.
11030
11031         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11032         (gnus-score-adaptive): do.
11033
11034 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11037         (gnus-mime-button-map): Don't set keymap parent.
11038         (gnus-button-ctan-directory-regexp): Use shy grouping.
11039         (gnus-prev-page-map): Don't set keymap parent.
11040         (gnus-prev-page-map): Remove duplicated one.
11041         (gnus-next-page-map): Don't set keymap parent.
11042         (gnus-mime-security-button-map): Ditto.
11043
11044         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11045         version number.
11046
11047         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11048
11049 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * canlock.el (canlock-sha1-function): Remove.
11052         (canlock-sha1-function-for-verify): Remove.
11053         (canlock-openssl-program): Remove.
11054         (canlock-openssl-args): Remove.
11055         (canlock-ignore-errors): Remove.
11056         (canlock-sha1-with-openssl): Remove.
11057         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11058         (canlock-verify): Don't use canlock-ignore-errors.
11059
11060         * sha1-el.el (sha1-string-external): Make it can return a string
11061         in binary form.
11062         (sha1-region-external): Ditto.
11063         (sha1-string-internal): Ditto.
11064         (sha1-region-internal): Ditto.
11065         (sha1-region): Ditto.
11066         (sha1-string): Ditto.
11067         (sha1): Ditto.
11068
11069 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11070
11071         * spam.el (spam-report-articles-gmane): New command.
11072
11073 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11076
11077         * run-at-time.el (run-at-time-saved): Remove.
11078         (run-at-time): Doc fix.
11079
11080 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11081
11082         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11083         (gnus-summary-limit-map): Add it.
11084         (gnus-summary-make-menu-bar): do.
11085
11086 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11087
11088         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11089         Make attempt at some caching support (done for BBDB only now).
11090         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11091         addresses to be checked.
11092         (spam-clear-cache-BBDB): Add function, to be invoked by
11093         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11094         (spam-check-BBDB): Check and use the caches, if
11095         spam-cache-lookups is on, remove superfluous (provide).
11096
11097 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11100
11101 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11102
11103         * run-at-time.el (run-at-time-saved): Move to after the definition
11104         of `run-at-time'.
11105
11106         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11107
11108 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11111         mm-w3m-local-map-property.
11112
11113         * mm-view.el (mm-w3m-mode-map): Remove.
11114         (mm-w3m-local-map-property): Remove.
11115         (mm-inline-text-html-render-with-w3m): Don't use
11116         mm-w3m-local-map-property.
11117
11118 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11119
11120         * run-at-time.el: New file.
11121
11122         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11123         under Emacs.
11124
11125         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11126         of gnus-set-text-properties.
11127
11128         * gnus-uu.el (gnus-uu-save-article): Ditto.
11129
11130         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11131
11132         * gnus-cite.el (gnus-cite-parse): Ditto.
11133
11134         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11135         of gnus-.
11136
11137         * gnus-xmas.el (run-at-time): Require run-at-time.
11138
11139         * gnus.el: Changed calls to nnheader-run-at-time and
11140         password-run-at-time throughout to use run-at-time directly.
11141
11142         * password.el: Removed definition of run-at-time.
11143
11144         * nnheaderxm.el: Remove definition of run-at-time.
11145
11146 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11147
11148         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11149         in prompt.
11150
11151 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11152
11153         * messagexmas.el (message-xmas-redefine): Alias
11154         `message-make-caesar-translation-table' to
11155         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11156         version.
11157
11158         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11159         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11160         `gnus-xmas-set-text-properties'.
11161         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11162         `gnus-xmas-completing-read'.
11163         (gnus-xmas-completing-read): Removed.
11164         (gnus-xmas-open-network-stream): Removed.
11165
11166         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11167         XEmacs version.
11168
11169         * dns.el (dns-make-network-process): Use `open-network-stream'
11170         instead of `gnus-xmas-open-network-stream'.
11171
11172         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11173
11174         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11175
11176 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11177
11178         * gnus-art.el (gnus-mime-display-alternative)
11179         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11180         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11181         Don't use gnus-local-map-property.
11182
11183         * gnus-util.el (gnus-local-map-property): Remove.
11184
11185         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11186         gnus-completing-read-maybe-default with completing-read.
11187
11188         * gnus-util.el (gnus-completing-read): do.
11189         (gnus-completing-read-maybe-default): Remove.
11190
11191 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11192
11193         * password.el: Only autoload `run-at-time' if not XEmacs.
11194         Only autoload the itimer functions if XEmacs.
11195
11196 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11199         XEmacsen.
11200
11201         * dgnushack.el: Autoload executable-find for XEmacs.
11202
11203 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11204
11205         * gnus-art.el (gnus-read-string): Remove.
11206         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11207         read-string.
11208
11209 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11210
11211         * netrc.el: Autoload password-read.
11212         (netrc): Add configuration group.
11213         (netrc-encoding-method, netrc-openssl-path): Add
11214         variables for encoding and decoding of files with symmetric
11215         ciphers.
11216         (netrc-encode): Add assistant function to encode a file with
11217         netrc-encoding-method.
11218         (netrc-parse): Add interactive parameter, added optional
11219         decoding if netrc-encoding-method is non-nil but otherwise
11220         behavior is standard.
11221         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11222         Do s/encode/encrypt/ everywhere.
11223
11224         * spam.el: Remove executable-find autoload.
11225
11226 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11227
11228         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11229
11230         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11231
11232 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-art.el (gnus-treat-ansi-sequences,
11235         article-treat-ansi-sequences): New variable and function.
11236         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11237
11238         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11239         Use it.
11240
11241 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11242
11243         * mm-util.el (mm-quote-arg): Remove.
11244
11245         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11246         shell-quote-argument.
11247
11248         * gnus-uu.el (gnus-uu-command): do.
11249
11250         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11251
11252         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11253         with make-char.
11254
11255         * mm-util.el (mm-make-char): Remove.
11256
11257         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11258         add-minor-mode.
11259
11260         * gnus-undo.el (gnus-undo-mode): do.
11261
11262         * gnus-topic.el (gnus-topic-mode): do.
11263
11264         * gnus-sum.el (gnus-dead-summary-mode): do.
11265
11266         * gnus-start.el (gnus-slave-mode): do.
11267
11268         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11269
11270         * gnus-ml.el (gnus-mailing-list-mode): do.
11271
11272         * gnus-gl.el (gnus-grouplens-mode): do.
11273
11274         * gnus-draft.el (gnus-draft-mode): do.
11275
11276         * gnus-dired.el (gnus-dired-mode): do.
11277
11278         * gnus-ems.el (gnus-add-minor-mode): Remove.
11279
11280         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11281         Replace gnus-char-width with char-width.
11282
11283         * gnus-ems.el (gnus-char-width): Remove.
11284
11285         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11286         Replace gnus-char-width with char-width.
11287
11288         * gnus-ems.el (gnus-char-width): Remove.
11289
11290         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11291         definition.
11292         Remove Emacs 20 hash table compatibility code.
11293
11294         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11295         20 compatibility code.
11296
11297         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11298
11299         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11300
11301         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11302         with point-at-{eol,bol}.
11303
11304         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11305
11306         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11307
11308         * flow-fill.el (fill-flowed-point-at-bol,
11309         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11310
11311         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11312         Replace with point-at-{eol,bol} throughout all files.
11313
11314 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * ntlm.el (ntlm-string-as-unibyte): New macro.
11317         (ntlm-build-auth-response): Use it.
11318
11319         Remove Emacs 20 stuff:
11320         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11321         (butlast, mapc, remove): Remove the compiler macros.
11322         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11323         of delq and copy-sequence.
11324         * gnus-art.el (popup-menu): Remove the compiler macro.
11325         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11326         Emacs 20.
11327
11328 2004-01-05  Simon Josefsson  <jas@extundo.com>
11329
11330         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11331         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11332         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11333         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11334         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11335         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11336         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11337         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11338         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11339         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11340         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11341         string-xor into ntlm-string-xor.  Suggested by
11342         Jesper Harder <harder@myrealbox.com>.
11343
11344         * ntlm.el: Don't include poem.
11345
11346         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11347         Jesper Harder <harder@myrealbox.com>.
11348
11349         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11350
11351         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11352         probably breaks emacs with DL patch, but do we care? Is anyone
11353         still using the DL stuff?)
11354
11355         * sieve-manage.el: Use the password package.
11356         (sieve-manage-read-passwd): Remove.
11357         (sieve-manage-interactive-login): Use password.  Re-add
11358         condition-case around loop.
11359
11360         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11361         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11362         the password package.
11363
11364 2003-02-19  Simon Josefsson  <jas@extundo.com>
11365
11366         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11367         token.
11368
11369 2002-08-07  Simon Josefsson  <jas@extundo.com>
11370
11371         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11372         (sieve-manage-authenticators):
11373         (sieve-manage-authenticator-alist): Add some SASL mechs.
11374         (sieve-sasl-auth): New function.
11375         (sieve-manage-cram-md5-auth):
11376         (sieve-manage-plain-auth): Rewrite using SASL library.
11377         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11378         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11379         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11380         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11381
11382 2004-01-05  Simon Josefsson  <jas@extundo.com>
11383
11384         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11385         New files.
11386
11387 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11388
11389         * gnus-group.el (gnus-no-groups-message): Update.
11390
11391         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11392
11393 2003-11-09  Simon Josefsson  <jas@extundo.com>
11394
11395         * imap.el: Support for ID IMAP extension (RFC 2971).
11396         (imap-local-variables): Add imap-id.
11397         (imap-id): New variable.
11398         (imap-id): New function.
11399         (imap-parse-response): Parse untagged ID response.
11400         * nnimap.el (nnimap-id): New variable.
11401         (nnimap-open-connection): Use it.
11402
11403 2003-12-28  Simon Josefsson  <jas@extundo.com>
11404
11405         * gnus-score.el (gnus-score-edit-all-score): New.
11406         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11407
11408 2004-01-04  Simon Josefsson  <jas@extundo.com>
11409
11410         * password.el: Add.
11411
11412 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11413
11414         * dns.el: Add support for AAAA records (see RFC 3596)
11415
11416         * Fix typo PRT -> PTR
11417
11418         * Parse MX, PTR and SOA replies (see RFC 1035)
11419
11420 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11421
11422         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11423
11424         * Moved to Changelog.2.
11425
11426 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus.el (gnus-version-number): Bump version.
11429
11430 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11431
11432         * gnus.el: No Gnus v0.1 is released.
11433
11434 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11435
11436         * gnus.el: No Gnus v0.0 is released.
11437
11438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus.el (gnus-version-number): Bump.
11441         (gnus-version): No.
11442
11443 See ChangeLog.2 for earlier changes.
11444
11445     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11446
11447   This file is part of GNU Emacs.
11448
11449   GNU Emacs is free software; you can redistribute it and/or modify
11450   it under the terms of the GNU General Public License as published by
11451   the Free Software Foundation; either version 3, or (at your option)
11452   any later version.
11453
11454   GNU Emacs is distributed in the hope that it will be useful,
11455   but WITHOUT ANY WARRANTY; without even the implied warranty of
11456   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11457   GNU General Public License for more details.
11458
11459   You should have received a copy of the GNU General Public License
11460   along with GNU Emacs; see the file COPYING.  If not, write to the
11461   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11462   Boston, MA 02110-1301, USA.
11463
11464 ;; Local Variables:
11465 ;; coding: iso-2022-7bit
11466 ;; fill-column: 79
11467 ;; add-log-time-zone-rule: t
11468 ;; End:
11469
11470 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4