(message-bogus-address-regexp): New variable.
[gnus] / lisp / ChangeLog
1 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-remove-blank-cited-lines): Fix if remove is
4         given.
5         (message-bogus-address-regexp): New variable.
6         (message-bogus-recipient-p): New function.
7         (message-check-recipients): New command.
8         (message-syntax-checks): Add `bogus-recipient'.
9         (message-fix-before-sending): Add `bogus-recipient'.
10
11         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
13         window-system.
14
15 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * gnus-msg.el (gnus-message-setup-hook): Add
18         `message-remove-blank-cited-lines' to options.
19
20 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21
22         * message.el (message-remove-blank-cited-lines): New function.
23         Suggested by Karl Pl\e,Ad\e(Bsterer.
24
25 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
28         mapc.
29
30         * imap.el (imap-open): Replace mapcar called for effect with mapc.
31         (top-level): Use mapc to set functions to be traced for debugging.
32
33         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
34         called for effect with while loop.
35
36         * message.el (message-talkative-question): Replace mapcar called for
37         effect with mapc.
38
39         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
40         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
41         called for effect with dolist.
42
43         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
44
45         * nndiary.el: Use dolist instead of mapcar to add diary headers to
46         gnus-extra-headers and nnmail-extra-headers.
47
48         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
49         called for effect with dolist.
50         (top-level): Use mapc to set functions to be traced for debugging.
51
52         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
53         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
54         dolist.
55
56         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
57         Replace mapcar called for effect with mapc.
58         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
59         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
60         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
61         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
62
63         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
64         remove-if that's a cl function.
65
66         * webmail.el (webmail-debug): Replace mapcar called for effect with
67         dolist.
68
69         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
70         with mapc.
71
72 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
75         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
76         with while loop.
77
78         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
79         functions from article-* functions.
80         (gnus-multi-decode-header): Replace mapcar called for effect with
81         dolist.
82
83         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
84         (gnus-bookmark-show-details): Replace mapcar called for effect with
85         while loop.
86
87         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
88         called for effect with while loop.
89
90         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
91         with dolist.
92
93         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
94         mapcar called for effect with dolist.
95
96         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
97
98         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
99         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
100         Replace mapcar called for effect with dolist.
101         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
102         mapc.
103
104         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
105         Replace mapcar called for effect with dolist.
106         (gnus-topic-list): Replace mapcar called for effect with mapc.
107
108         * gnus.el: Use mapc instead of mapcar to add autoloads.
109
110 2007-10-23  Richard Stallman  <rms@gnu.org>
111
112         * gnus-group.el (gnus-group-highlight): Mark as risky.
113
114 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * gnus.el (gnus-server-to-method): Return method found first in
117         gnus-newsrc-alist.
118
119         * gnus-art.el (gnus-article-highlight-signature)
120         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
121         button overlay without the front stickiness.
122
123 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
124
125         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
126         overview buffer needed a catch to receive its throw.
127         (gnus-agent-flush-cache): Declared as interactive to make this function
128         easier to use.
129
130 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
131
132         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
133         `next-line'.
134
135 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
138         exclude address matching message-dont-reply-to-names.
139
140 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-util.el (gnus-string<): New function.
143
144         * gnus-sum.el (gnus-article-sort-by-author)
145         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
146
147 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
150         the frame-focus tag is set in gnus-buffer-configuration.
151
152 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * gnus-art.el (gnus-article-add-button): Make a button overlay without
155         the front stickiness.
156
157 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
160         url pattern; remove duplicate one.
161         (gnus-article-extend-url-button): New function.
162         (gnus-article-add-buttons): Use it.
163         (gnus-button-push): Use concatenated url that it makes.
164
165 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
166
167         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
168         Fix comment about "iso8859-1".
169
170 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
171
172         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
173         ones returned from the verify-function.
174
175         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
176         mml2015-extract-cleartext-signature if extraction failed.
177
178 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
179
180         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
181         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
182         failed.
183
184 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
185
186         * Relicense "GPLv2 or later" files to "GPLv3 or later".
187
188 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
189
190         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
191         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
192         recommends to use EasyPG instead of PGG.
193
194         * pgg.el: Revert to revision 6.23.2.16
195
196         * pgg-def.el: Revert to revision 6.6.2.14.
197
198         * pgg-gpg.el: Revert to revision 6.23.2.34.
199
200 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
203         to mark a thread as expirable.  Add variable `hide' to handle hiding of
204         thread for both the null and zero (kill/expire thread) universal prefix
205         cases.
206         (gnus-summary-expire-thread): Add new function to expire a thread,
207         using gnus-summary-kill-thread.
208         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
209         shortcuts for gnus-summary-expire-thread.
210         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
211         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
212
213 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
216         extras value, so an extras entry can be deleted.
217         (gnus-registry-delete-extra-entry): Use it.
218         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
219         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
220         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
221          storage through the gnus-registry, and provide an appropriate API for
222          it.
223
224 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
227         Suggested by Leo <sdl.web@gmail.com>.
228
229         * gnus.el: Do.
230
231 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
234         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
235
236         * gnus-agent.el (gnus-agent-fetch-headers): Do.
237
238         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
239         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
240
241 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
244         newline.
245         (nnmbox-request-accept-article): Don't change article in source buffer;
246         narrow to header to use message-fetch-field rather than
247         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
248         (nnmbox-request-replace-article): Quote lines that'll be misidentified
249         as delimiters; make sure article ends with newline.
250         (nnmbox-delete-mail): Correct last position of article to be deleted;
251         ignore X-Gnus-Newsgroup header in article body.
252         (nnmbox-save-mail): Quote lines looking like delimiters at the right
253         positions; make sure article ends with newline.
254
255         * message.el (message-display-abbrev): Don't infloop when a user
256         inserts SPC in the beginning of header.
257
258         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
259         coding-system-for-read and coding-system-for-write for XEmacs having no
260         file-coding feature.
261
262         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
263
264 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
267         list of groups not followed by default.  Fix type to be regexp.
268         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
269
270 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
271
272         * hmac-def.el (define-hmac-function): Switch from old-style to
273         new-style backquotes.
274
275         * md4.el (md4-make-step): likewise.
276
277 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
280         raw-text coding system when saving .newsrc file, which may contain
281         non-ASCII group names.
282
283 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-cus.el (gnus-score-extra): New widget.
286         (gnus-score-extra-convert): New function.
287         (gnus-score-customize): Use it for Extra.
288
289 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
290
291         * mml2015.el (mml2015-extract-cleartext-signature): New function.
292         (mml2015-mailcrypt-clear-verify): Use it.
293         (mml2015-gpg-clear-verify): Use it.
294         (mml2015-pgg-clear-verify): Use it.
295         (mml2015-epg-clear-verify): Replace the current part with the output
296         from GnuPG; don't extract the plaintext by itself.
297
298         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
299         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
300         mml2015-clear-verify-function; don't touch the armor headers or
301         dash-escaped text here.
302
303 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
306         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
307         parts, or application/octet-stream as a last resort.
308         (gnus-mime-view-part-as-type): Don't toggle display.
309         (gnus-mime-view-part-as-charset): Don't turn off display before
310         querying charset.
311
312         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
313         stuff to undisplayer function in Emacs.
314         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
315
316         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
317         text/calendar parts.
318
319 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
322         decoding text/calendar parts.
323
324         * message.el (message-forward-make-body-mime): Always mark body as
325         having no illegible text; remove signed-or-encrypted argument.
326         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
327
328         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
329         (mml-generate-mime-1): Don't encode body if it is specified to be in
330         raw form; don't make buffer be unibyte when inserting multibyte string.
331
332 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
333
334         * sha1.el: Fix up comment style.
335         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
336         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
337
338         * hex-util.el: Fix up comment style.
339         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
340
341         * gnus-salt.el: Use with-current-buffer.
342         (gnus-pick-setup-message): Fix long-standing typo.
343
344 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * imap.el (imap-logout-timeout): New variable.
347         (imap-logout, imap-logout-wait): New functions.
348         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
349
350         * nnimap.el (nnimap-logout-timeout): New server variable.
351         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
352         nnimap-logout-timeout.
353
354         * gnus-art.el (gnus-article-summary-command-nosave)
355         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
356
357 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * gnus.el (gnus-maximum-newsgroup): New variable.
360
361         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
362         according to gnus-maximum-newsgroup.
363
364         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
365         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
366         Limit the range of articles according to gnus-maximum-newsgroup.
367
368 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
369
370         * gnus-art.el (gnus-sticky-article): Fixed problems described in
371         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
372         Don't perform gnus-configure-windows here; reuse existing sticky
373         article buffer.
374
375         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
376         it doesn't exist in gnus-article-mode.
377
378 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
381         (gnus-agent-decoded-group-name): New function.
382         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
383         (gnus-agent-expire-group-1): Use it; decode group name in messages.
384
385 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
386
387         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
388         Add binding for gnus-sticky-article.
389         (gnus-summary-exit): Don't kill sticky article buffers.
390
391         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
392         article buffer.
393         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
394         (gnus-kill-sticky-article-buffers): New commands.
395
396 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * nntp.el (nntp-xref-number-is-evil): New server variable.
399         (nntp-find-group-and-number): If it is non-nil, don't trust article
400         numbers in the Xref header.
401
402 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-agent.el (gnus-agent-read-group): New function.
405         (gnus-agent-flush-group, gnus-agent-expire-group)
406         (gnus-agent-regenerate-group): Use it.
407         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
408         nnmail-pathname-coding-system.
409
410 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
413
414         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
415         that are unread as unread, and also as selected so that information of
416         marks having been changed by a user may be updated when exiting group.
417
418 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * gnus-art.el (gnus-mime-display-single): Pass part number that is
421         calculated ignoring signature parts to gnus-treat-article.
422
423 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
426         a point here in order to keep the window start.
427         (gnus-insert-mime-security-button): Make a button overlay without the
428         front stickiness.
429         (gnus-mime-display-security): Goto the end of a button.
430
431         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
432
433 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
436         group-name-at-point.
437         (gnus-group-completing-read): New function that offers decoded
438         non-ASCII group names for completion.
439         (gnus-fetch-group, gnus-group-read-ephemeral-group)
440         (gnus-group-jump-to-group, gnus-group-make-group-simple)
441         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
442         (gnus-group-fetch-control): Use it.
443         (gnus-fetch-group): Use group-name-at-point for the initial value
444         rather than the default value; use gnus-alive-p.
445
446         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
447         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
448         (gnus-summary-post-news): Use gnus-group-completing-read.
449
450         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
451         (gnus-read-move-group-name): Decode group name for completion.
452
453 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
454
455         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
456         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
457         Yamaoka slightly modified the code).
458
459 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
462         (nnmail-split-incoming): Bind it.
463
464         * nnml.el (nnml-group-name-charset): New function.
465         (nnml-decoded-group-name): Use it; don't decode group name if
466         nnmail-group-names-not-encoded-p is non-nil.
467         (nnml-encoded-group-name): New function.
468         (nnml-group-pathname): Inline nnml-decoded-group-name.
469         (nnml-request-expire-articles): Decode group name in message.
470         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
471         nnmail-pathname-coding-system.
472         (nnml-save-mail, nnml-active-number): Work with decoded group names and
473         not decoded ones according to nnmail-group-names-not-encoded-p.
474         (nnml-generate-active-info): Use nnml-encoded-group-name.
475
476 2007-08-08  Glenn Morris  <rgm@gnu.org>
477
478         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
479         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
480         doc-strings and comments.
481
482 2007-07-25  Glenn Morris  <rgm@gnu.org>
483
484         * Relicense all FSF files to GPLv3 or later.
485
486 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-sum.el (gnus-summary-move-article): Make
489         gnus-summary-respool-article work.
490
491 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
494         string.
495
496 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
497
498         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
499         that should be ignored when comparing distant RSS articles with local
500         ones.
501         (nnrss-make-hash-index): New function.  Create a hash index according
502         to the ignored fields.
503         (nnrss-check-group): Use it.
504
505 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
508
509         * gnus-art.el (article-decode-group-name): Decode Xref header too.
510
511         * gnus-group.el (gnus-group-make-group): Encode group name here unless
512         the new optional argument ENCODED is non-nil.
513         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
514         coding system for encoding group name.
515         (gnus-group-make-rss-group): Pass un-encoded group name to
516         gnus-group-make-group.
517         (gnus-group-set-info): Tell gnus-group-make-group that group name is
518         encoded.
519
520         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
521         Encode group name to which articles are moved or copied.
522         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
523         coding system for encoding Newsgroup, Followup-To and Xref headers.
524
525         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
526         marks; use nnheader-file-coding-system to write a file.
527         (nnagent-retrieve-headers): Bind file-name-coding-system to
528         nnmail-pathname-coding-system.
529
530         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
531
532         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
533         (nnml-request-article, nnml-request-create-group)
534         (nnml-request-rename-group, nnml-find-id)
535         (nnml-possibly-change-directory, nnml-possibly-create-directory)
536         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
537         (nnml-save-marks): Use nnml-group-pathname instead of
538         nnmail-group-pathname.
539
540         (nnml-request-create-group, nnml-request-expire-articles)
541         (nnml-request-move-article, nnml-request-delete-group)
542         (nnml-deletable-article-p, nnml-possibly-create-directory)
543         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
544         (nnml-open-marks): Bind file-name-coding-system to
545         nnmail-pathname-coding-system.
546
547         (nnml-request-article): Pass server argument to nnml-find-group-number.
548         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
549         server argument to nnml-possibly-create-directory.
550         (nnml-request-accept-article): Pass server argument to
551         nnml-active-number and nnml-save-mail.
552         (nnml-find-group-number): Pass server argument to nnml-find-id.
553         (nnml-request-update-info): Pass server argument to
554         nnml-marks-changed-p.
555
556         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
557         (nnml-save-mail, nnml-active-number): Add server argument.
558
559         (nnml-request-delete-group): Warn if group is missing.
560         (nnml-get-nov-buffer): Decode group name.
561         (nnml-generate-active-info): Encode group name.
562         (nnml-open-marks): Decode group name in messages.
563
564 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
567         if it is not specified.
568         (gnus-article-pipe-part, gnus-article-save-part)
569         (gnus-article-interactively-view-part, gnus-article-copy-part)
570         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
571         (gnus-article-inline-part, gnus-article-save-part-and-strip)
572         (gnus-article-replace-part, gnus-article-delete-part)
573         (gnus-article-view-part-as-type): Pass raw prefix argument to
574         gnus-article-part-wrapper.
575
576 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * gnus-agent.el (gnus-agent-save-active): Bind
579         nnheader-file-coding-system to gnus-agent-file-coding-system.
580
581         * gnus-cache.el (gnus-cache-save-buffers)
582         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
583         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
584         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
585         (gnus-cache-braid-nov, gnus-cache-braid-heads)
586         (gnus-cache-generate-active, gnus-cache-rename-group)
587         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
588         (gnus-cache-update-overview-total-fetched-for): Bind
589         file-name-coding-system to nnmail-pathname-coding-system.
590         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
591         variables.
592         (gnus-cache-decoded-group-name): New function.
593         (gnus-cache-file-name): Use it.
594         (gnus-cache-generate-active): Use non-decoded group name for active.
595
596         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
597         right place.
598         (gnus-write-active-file): Don't break non-ASCII group names.
599
600         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
601         nnmail-pathname-coding-system.
602
603         * lpath.el: Bind default-file-name-coding-system,
604         file-name-coding-system and language-info-alist for XEmacs.
605
606         * gnus-uu.el (gnus-uu-decode-save): Typo.
607
608 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
611
612 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
615         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
616         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
617         (gnus-agent-flush-group, gnus-agent-flush-cache)
618         (gnus-agent-fetch-headers, gnus-agent-load-alist)
619         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
620         (gnus-agent-retrieve-headers, gnus-agent-request-article)
621         (gnus-agent-regenerate-group)
622         (gnus-agent-update-files-total-fetched-for)
623         (gnus-agent-update-view-total-fetched-for): Bind
624         file-name-coding-system to nnmail-pathname-coding-system.
625         (gnus-agent-group-pathname): Don't encode file names by
626         nnmail-pathname-coding-system.
627         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
628         coding-system-for-write instead of buffer-file-coding-system to
629         gnus-agent-file-coding-system.
630
631         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
632         Decode group name.
633
634         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
635
636         * gnus-start.el (gnus-update-active-hashtb-from-killed)
637         (gnus-read-newsrc-el-file): Make group names unibyte.
638
639         * nnmail.el (nnmail-group-pathname): Don't encode file names by
640         nnmail-pathname-coding-system.
641
642         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
643         (nnrss-request-delete-group): Bind file-name-coding-system to
644         nnmail-pathname-coding-system.
645         (nnrss-read-server-data, nnrss-read-group-data): Bind
646         file-name-coding-system correctly.
647         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
648
649         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
650         (nntp-server-to-method-cache): New variable.
651         (nntp-group-pathname): New function that decodes non-ASCII group names.
652         (nntp-possibly-create-directory, nntp-marks-changed-p)
653         (nntp-save-marks, nntp-open-marks): Use it.
654         (nntp-possibly-create-directory, nntp-open-marks):
655         Bind file-name-coding-system to nnmail-pathname-coding-system.
656         (nntp-open-marks): Decode group names when bootstrapping marks.
657
658         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
659         Newsgroups and Folowup-To headers.
660
661 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
664         (gnus-server-closed-face, gnus-server-denied-face)
665         (gnus-server-offline-face): Remove variable.
666         (gnus-server-font-lock-keywords): Use faces that are not aliases.
667
668         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
669         of modifying message-stack directly for XEmacs.
670
671         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
672         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
673         if the coding-system argument is nil for XEmacs.
674
675         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
676         mm-charset-override-alist.
677
678         * rfc2047.el: Don't require base64; require rfc2045 for the function
679         rfc2045-encode-string.
680         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
681         to quote the parameter value.
682
683 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
686         form in gnus-group-name-charset-method-alist.
687
688         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
689         overrides the default layout edit-form.
690
691         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
692
693         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
694
695 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
698         as unfetched articles.
699
700 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
701
702         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
703
704 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
707         original back end that keeps marks in the local system.
708
709 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
712         arg of pop-to-buffer for XEmacs.
713         (gnus-article-read-summary-keys): Ditto; don't restore window
714         configuration if summary command ends up with neither article buffer
715         nor summary buffer; describe bindings if summary keys end with C-h.
716
717 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * message.el (message-fix-before-sending): Skip raw message part to be
720         forwarded while checking illegible text.
721         (message-forward-make-body-mime, message-forward-make-body): Mark
722         signed or encrypted raw message as having no illegible text.
723
724 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
727         (gnus-message-with-timestamp-1): New macro.
728         (gnus-message-with-timestamp): New function.
729         (gnus-message): Use them.
730
731         * nnheader.el (nnheader-message): Use them.
732
733 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
734
735         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
736         .newsrc.eld file.
737
738 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * gnus-agent.el (gnus-agent-fetch-headers)
741         (gnus-agent-retrieve-headers): Bind
742         gnus-decode-encoded-address-function to identity.
743
744         * nntp.el (nntp-send-xover-command): Recognize an xover command is
745         available also when the server returns simply a dot.
746
747         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
748
749 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
752
753 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-ems.el (gnus-x-splash): Make it work.
756
757         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
758         from being used.
759
760         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
761
762 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
765         4th and the 5th arguments.
766
767         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
768         the front stickiness.
769         (gnus-article-summary-command-nosave): Correct the order of the
770         arguments passed to pop-to-buffer.
771         (gnus-article-read-summary-keys): Ditto; make it work properly when the
772         summary command ends up with the article buffer.
773
774         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
775         the same faces.
776
777 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
778
779         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
780
781 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
782
783         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
784         * gnus-sum.el (gnus-summary-highlight):
785         * pgg.el (pgg-sign-region, pgg-sign):
786         * mail-source.el (mail-source-delete-old-incoming-confirm):
787         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
788
789 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (gnus-mime-view-part-externally)
792         (gnus-mime-view-part-internally): Fix predicate function passed to
793         completing-read.
794
795         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
796
797         * gnus.el (gnus-update-message-archive-method): Add :version.
798
799 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
800
801         * gnus.el (gnus-update-message-archive-method): New variable.
802
803         * gnus-start.el (gnus-setup-news): Update saved "archive" method
804         according to gnus-message-archive-method if
805         gnus-update-message-archive-method is non-nil.
806
807 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
810         by Loic Dachary <loic@dachary.org>.
811         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
812
813 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
814
815         * message.el (message-pop-to-buffer): Add switch-function argument.
816         (message-mail): Pass switch-function argument to it.
817
818 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
819
820         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
821         Improve doc string.
822
823 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
826         (gnus-header-content)
827         * gnus-cite.el (gnus-cite-10)
828         * gnus-srvr.el (gnus-server-closed)
829         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
830         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
831         (gnus-group-mail-3-empty, gnus-group-mail-low)
832         (gnus-group-mail-low-empty, gnus-splash)
833         * message.el (message-header-to, message-header-cc)
834         (message-header-subject, message-header-other, message-header-name)
835         (message-header-xheader, message-separator, message-cited-text)
836         (message-mml): Lighten colors of faces used for dark background.
837
838 2007-05-24  Simon Josefsson  <simon@josefsson.org>
839
840         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
841         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
842
843 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * message.el (message-narrow-to-headers-or-head): Ignore
846         mail-header-separator in the body.
847
848 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
851         same as window size.
852
853 2007-05-22  Kevin Ryde  <user42@zip.com.au>
854
855         * message.el (message-font-lock-keywords): Use message-header-xheader
856         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
857         ahead of the anything pattern, to get it recognised.
858
859 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
862         spam.el loads uses it in the compiled defadvice form.
863
864 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
865
866         * gnus-sum.el (gnus-articles-to-read)
867         (gnus-summary-insert-old-articles): Don't truncate group name for
868         `read-string'.
869
870         * gnus-util.el (gnus-limit-string): Delete this function.
871
872         * gnus-sum.el (gnus-simplify-subject-fully): Use
873         `truncate-string-to-width' instead.
874
875 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
876
877         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
878         if, on summary exit, the next group has to be selected.
879         (gnus-summary-exit): Use it.
880
881 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
882
883         * gnus-art.el (gnus-article-mode): Fix comment about displaying
884         non-break space.
885
886 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
889         Check if group is not a directory.
890         (nnfolder-request-expire-articles): Don't delete articles if the target
891         group is not available.
892
893         * nnml.el (nnml-request-create-group): Properly check if group is not a
894         file.
895         (nnml-request-expire-articles): Don't delete articles if the target
896         group is not available.
897
898         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
899         Don't quote characters that are within parentheses.
900
901 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
904         (gnus-handle-ephemeral-exit): Select article according to it.
905
906 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
907
908         * message.el (message-insert-formated-citation-line): Remove newline.
909         (message-citation-line-format): Add final \n here so that the user can
910         avoid a blank line.
911
912 2007-05-03  Dan Christensen  <jdc@uwo.ca>
913
914         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
915         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
916         Update lanl/arXiv support.
917
918 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
919
920         * gnus.el: Bump version number.
921
922 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus.el (gnus-version-number): Bump version.
925
926 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
927
928         * gnus.el: No Gnus v0.6 is released.
929
930 2007-04-27  Didier Verna  <didier@xemacs.org>
931
932         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
933         * gmm-utils.el (gmm-regexp-concat): here.
934         * message.el: Don't require 'gnus-util.
935         (message-dont-reply-to-names): Handle name change above.
936         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
937
938 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
941         since the initial value varies according to the system.
942
943 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * mm-util.el (mm-charset-synonym-alist): Defcustom.
946
947 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
948
949         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
950
951 2007-04-24  Didier Verna  <didier@xemacs.org>
952
953         Improve the type of gnus-ignored-from-addresses.
954         * gnus-util.el (gnus-orify-regexp): New function.
955         * message.el (gnus-util): Require it.
956         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
957         * gnus-sum.el (gnus-ignored-from-addresses): New function.
958         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
959
960 2007-04-24  Didier Verna  <didier@xemacs.org>
961
962         * gnus-sum.el:
963         * gnus-utils.el: Fix some trailing whitespaces.
964
965 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
968         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
969         article's Message-ID; refer parent article in summary buffer.
970
971         * message.el (message-bounce): Call mime-to-mml.
972
973         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
974         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
975         optimize and/or forms properly.
976
977 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
980         URL.
981
982 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
985
986 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
989         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
990         displayed of multipart/alternative part if it is invoked from summary
991         buffer.
992
993         * mm-view.el (mm-inline-text-html-render-with-w3m)
994         (mm-inline-text-html-render-with-w3m-standalone)
995         (mm-inline-render-with-function): Use mail-parse-charset by default.
996
997 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
998
999         * parse-time.el (parse-time-string-chars): Check if CHAR
1000         is less than the length of parse-time-syntax.
1001
1002 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1005         from gnus-newsgroup-processable.
1006
1007 2007-04-16  Didier Verna  <didier@xemacs.org>
1008
1009         * gnus-msg.el (gnus-configure-posting-styles): Handle
1010         message-signature-directory properly with :file syntax. Reported by
1011         "Leo".
1012
1013 2007-04-11  Didier Verna  <didier@xemacs.org>
1014
1015         New user option: message-signature-directory.
1016         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1017         * message.el (message-insert-signature): Ditto.
1018         * message.el (message-signature-file): Doc update.
1019         * message.el (message-signature-directory): New.
1020
1021 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * gnus-msg.el (gnus-inews-yank-articles): Use
1024         message-exchange-point-and-mark instead of exchange-point-and-mark.
1025
1026 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1027
1028         * message.el (message-yank-original): Make sure cited text ends with
1029         newline; don't exchange point and mark.
1030
1031 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1032
1033         * tls.el (open-tls-stream): Properly handle case where there
1034         is no associated buffer.
1035
1036 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1037
1038         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1039         message-yank-original, make sure (< mark TEXT point).
1040
1041 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1042
1043         * message.el (message-fill-column): New variable.
1044         (message-mode): Use it.  Add comment on a possible new hook.
1045
1046         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1047         (nnmail-get-new-mail): Reformat.
1048
1049         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1050
1051         * gmm-utils.el: Fix Commentary.
1052         (gmm-tool-bar-from-list): Fix typo in doc string.
1053
1054 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1055
1056         * message.el (message-yank-original): Don't switch point and mark
1057         unnecessarily to put point and mark as documented.
1058
1059 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1062         from the message heads.
1063
1064 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1065
1066         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1067         article buffer does not have a window.  This may not be the best
1068         solution but is certainly better than setting the start of the null,
1069         that is the current, window.
1070
1071 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1072
1073         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1074         (gnus-draft-setup): Run it.
1075
1076         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1077         gnus-score-fast-scoring.  Allow regexp.
1078         (gnus-score-headers): Use it.
1079
1080         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1081         XEmacs.
1082
1083         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1084         string.
1085         (gnus-button-alist): Also catch `<f1> k ...'.
1086         (gnus-treat-display-x-face): Fix doc string.
1087
1088 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1089
1090         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1091         evaluation of gnus-extended-version to ensure correct generation of the
1092         User-Agent header when message-generate-headers-first is used.
1093
1094 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1095
1096         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1097         hashcash-path is nil.  Don't call callback with incorrect number of
1098         parameters if val is 0.
1099
1100 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1101
1102         * message.el (message-required-news-headers):
1103         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1104
1105 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1106
1107         * tls.el (open-tls-stream): In handshake-waiting loop,
1108         don't wait more if there is output available to process.
1109
1110 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1111
1112         * tls.el (tls-program): Doc fix.
1113
1114 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * message.el (message-generate-new-buffers): Change the meaning of the
1117         nil value; add `standard' to the choices; treat t as `unique'; improve
1118         doc string.
1119         (gnus-select-frame-set-input-focus): Autoload.
1120         (message-buffer-name): Search for the existing message buffer if
1121         message-generate-new-buffers is nil or `standard'; treat the value t of
1122         message-generate-new-buffers as `unique'.
1123         (message-pop-to-buffer): Raise the frame already displaying the message
1124         buffer; clear the echo area after querying.
1125         (message-setup): Pass the `continue' argument to compose-mail.
1126         (message-mail): Prefer `switch-function' if it is given; search for the
1127         existing message buffer if the `continue' argument is non-nil; pass
1128         continue and switch-function arguments to compose-mail by way of
1129         message-setup.
1130         (message-mail-other-window): Adjust argument of message-setup.
1131         (message-mail-other-frame): Ditto.
1132
1133 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1136         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1137         to turn font-lock on when turning gnus-message-citation-mode on.
1138
1139 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1140
1141         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1142         (mml-smime-function-alist): New variable; add epg as the backend.
1143         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1144         mml-smime- functions instead.
1145         * mm-view.el: Require smime.
1146
1147 2007-03-05  Didier Verna  <didier@xemacs.org>
1148
1149         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1150         instead of just inheritance for posting styles.
1151         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1152
1153 2007-02-24  Chris Moore  <dooglus@gmail.com>
1154
1155         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1156         * pgg-pgp.el (pgg-pgp-encrypt-region):
1157         * pgg-gpg.el (pgg-gpg-encrypt-region):
1158         Check pgg-encrypt-for-me if no other recipients.
1159
1160 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1161
1162         * tls.el (tls-certtool-program): Fix custom type.
1163
1164 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1167         and point-at-eol instead of line-(beginning|end)-position.
1168
1169         * assistant.el (assistant-parse-buffer): Ditto.
1170
1171         * netrc.el (netrc-parse-services): Ditto.
1172
1173 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1174
1175         * mml2015.el (mml2015-epg-find-usable-key): New function.
1176         (mml2015-epg-sign): Use it.
1177         (mml2015-epg-encrypt): Use it.
1178
1179 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * message.el (message-make-in-reply-to): Quote name containing
1182         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1183         if there are special characters.  Reported by NAKAJI Hiroyuki
1184         <nakaji@jp.freebsd.org>.
1185
1186 2007-02-27  Didier Verna  <didier@xemacs.org>
1187
1188         Include the group parameters as well as the topic ones in the
1189         inheritance filter process.
1190         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1191         argument GROUP-PARAMS-LIST.
1192         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1193
1194 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * nntp.el (nntp-never-echoes-commands)
1197         (nntp-open-connection-functions-never-echo-commands): New variables.
1198         (nntp-send-command): Use them.
1199
1200 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1201
1202         * mml2015.el (mml2015-epg-verify): Simplified.
1203
1204 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1205
1206         * mml.el (mml-content-disposition-alist): New user option.
1207         (mml-content-disposition): New function.
1208         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1209         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1210
1211 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1212
1213         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1214         verification.
1215
1216 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1217
1218         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1219         articles posted in the last 24 hours.
1220
1221 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1222
1223         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1224
1225 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1226
1227         * nntp.el (nntp-send-command): Don't wait for echoes when
1228         nntp-open-ssl-stream is used.
1229
1230 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1233         (gnus-message-add-citation-keywords)
1234         (gnus-message-remove-citation-keywords): Remove.
1235         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1236         directly, make the variables in font-lock-defaults buffer-local, add
1237         gnus-message-citation-keywords to them and then update the value of
1238         font-lock-keywords.
1239
1240 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * message.el (message-cite-original-1): Don't call
1243         gnus-article-highlight-citation.
1244
1245         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1246         citations; fix line count.
1247
1248 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1251         (gnus-message-add-citation-keywords)
1252         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1253         versions of font-lock-add-keywords and font-lock-remove-keywords to
1254         work with XEmacs correctly.
1255
1256 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-cite.el (gnus-cite-face-list): Set the values of
1259         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1260         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1261         (gnus-message-cite-prefix-regexp): New variable.
1262         (gnus-message-search-citation-line): Use it; protect against long
1263         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1264         the 0th match data for Emacs.
1265         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1266         (gnus-message-add-citation-keywords): Append keywords rather than
1267         prepending; emulate font-lock-add-keywords if it is not available.
1268         (gnus-message-remove-citation-keywords): Emulate
1269         font-lock-remove-keywords if it is not available.
1270
1271         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1272
1273         * message.el (message-cite-prefix-regexp): Set the value of
1274         gnus-message-cite-prefix-regexp.
1275
1276 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1277
1278         * nnweb.el (nnweb-google-parse-1): Update parser.
1279
1280 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1281
1282         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1283
1284 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1285
1286         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1287         regexp.
1288
1289 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1292         string-to-multibyte.
1293         (uudecode-decode-region-internal): Use it.
1294
1295         * lpath.el: Fbind string-as-multibyte for XEmacs.
1296
1297 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1298
1299         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1300         custom choice.
1301
1302         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1303
1304 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1305
1306         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1307
1308         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1309         `write-region' to respect `mm-inhibit-file-name-handlers'.
1310
1311 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1314         Use gnus-home-directory instead of "~/" or "$HOME".
1315
1316 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1319         to mention filename.
1320         Add comments at beginning regarding usage.
1321         (encrypt-write-file-contents): Change interactive so a string is
1322         acceptable.  If the file has no associated model, show an error instead
1323         of a nonsense prompt.
1324
1325 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1326
1327         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1328         Thanks to Yoshihiko Yamada for kind notification of this typo.
1329
1330 2007-01-12  Kenichi Handa  <handa@m17n.org>
1331
1332         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1333         multibyte buffer.
1334
1335 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-score.el (gnus-score-fast-scoring): New variable.
1338         (gnus-score-headers): Use it.
1339
1340         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1341
1342         * message.el (message-cite-original-1): Call
1343         gnus-article-highlight-citation if requested.
1344
1345         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1346
1347         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1348         bugs to doc string.
1349         (gnus-button-alist): Add mid\\|message-id.
1350         (gnus-button-fetch-group): Extend for use in
1351         `browse-url-browser-function'.
1352         (gnus-button-url-regexp): Try to catch paired parentheses like in
1353         Wikipedia URLs.
1354
1355         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1356         Suggested by Simon Krahnke <overlord@gmx.li>.
1357
1358 2007-01-13  Romain Francoise  <romain@orebokech.com>
1359
1360         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1361         Update copyright.
1362
1363 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1364
1365         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1366
1367 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1368
1369         * gnus-registry.el (gnus-registry-unfollowed-groups)
1370         (gnus-registry-split-fancy-with-parent): Fix documentation.
1371
1372 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1375         from nnweb groups.
1376
1377 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1380         Xref urls.  Erase buffer before requesting head.
1381
1382 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1383
1384         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1385         customizable.
1386
1387 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1388
1389         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1390         no signing key is found.
1391         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1392         no encrypting and/or signing key is found.
1393
1394 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1397
1398 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1399
1400         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1401         headers read from disk with the ones newly found in the current search.
1402         This should no longer cause problems, because the article numbers in
1403         Gmane's `nov.php' output are ignored since the previous change.
1404
1405 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1406
1407         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1408
1409 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1412         replace-regexp-in-string; bind url-version; fbind display-images-p and
1413         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1414         find-face and set-itimer-function for Emacs; bind itimer-list for
1415         Emacs.
1416
1417         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1418
1419 2007-01-01  Romain Francoise  <romain@orebokech.com>
1420
1421         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1422
1423 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1424
1425         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1426         `define-minor-mode' macro definition expanded properly.
1427         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1428         exclude it there.
1429
1430         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1431         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1432         `fboundp' test.
1433         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1434         This is OK to autoload in (S)XEmacs now.
1435
1436 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1439         keystroke.
1440         (gnus-summary-limit-to-singletons): Fix typo.
1441
1442         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1443         else fails.
1444
1445 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1446
1447         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1448         docstring.
1449
1450         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1451         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1452         (gnus-summary-insert-dormant-articles): Fix typo in message.
1453
1454 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1455
1456         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1457         nil for XEmacs.
1458         (gnus-message-citation-mode): Don't autoload in XEmacs.
1459
1460         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1461
1462 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1463
1464         * nnimap.el (nnimap-expunge-search-string): Mention
1465         nnimap-search-uids-not-since-is-evil in docstring.
1466
1467 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1468
1469         * spam.el: Revert to make-obsolete-variable because
1470         define-obsolete-variable-alias is not supported in Emacs 21.
1471
1472         * spam.el (spam-ifile-path, spam-ifile-database-path)
1473         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1474         make-obsolete-variable.
1475         (spam-bsfilter-path, spam-bsfilter-program)
1476         (spam-spamassassin-path, spam-spamassassin-program)
1477         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1478         use "path" inappropriately.
1479         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1480         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1481         variable names.
1482
1483 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1484
1485         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1486         summary buffer.
1487
1488         * password.el (password-cache-remove): Use clear-string to burn
1489         password, if available.
1490
1491 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1492
1493         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1494
1495         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1496
1497         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1498         (gnus-message-highlight-citation): Move defcustom here from
1499         gnus-cite.el.
1500         (gnus-message-citation-mode): Autoload.
1501
1502         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1503         checks to make it compile with XEmacs.
1504         (gnus-message-citation-mode): New minor mode.
1505         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1506         (gnus-message-highlight-citation): New variables.
1507         (gnus-message-search-citation-line)
1508         (gnus-message-add-citation-keywords)
1509         (gnus-message-remove-citation-keywords)
1510         (turn-on-gnus-message-citation-mode)
1511         (turn-off-gnus-message-citation-mode): New functions.
1512
1513 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1514
1515         * gnus-cite.el: Enable highlighting of different citation levels in
1516         message-mode.
1517
1518 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1519
1520         * message.el (message-make-fqdn): Fix comment.
1521         (message-bogus-system-names): Add ".local".
1522
1523         * spam.el (spam-ifile-path, spam-ifile-program)
1524         (spam-ifile-database-path, spam-ifile-database)
1525         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1526         Don't use "path" inappropriately.
1527         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1528         strings.
1529         (spam-check-ifile, spam-ifile-register-with-ifile)
1530         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1531         new variable names.
1532
1533         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1534         (gnus-treat-display-smileys): Simplify using
1535         gnus-image-type-available-p.
1536
1537         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1538         available.
1539
1540         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1541         `display-images-p' if available.
1542
1543 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1546         one after turning on the buffer's multibyteness instead of decoding
1547         them directly in the unibyte buffer that causes unexpected conversion
1548         in Emacs 23 (unicode).
1549
1550 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1551
1552         * message.el (message-generate-hashcash): Fix custom type.
1553
1554 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1557
1558 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1559
1560         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1561         disconnect icons.  Add help text.
1562
1563 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1564
1565         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1566         negated to be consistent with the others we handle.
1567
1568 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1571         version of gnus-summary-buffer to something, so that we can use two
1572         article buffers at the same time.
1573
1574 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1575
1576         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1577         trigger all the extra headers.
1578         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1579         sorting.
1580
1581 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1582
1583         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1584         solid groups.
1585
1586 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1587
1588         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1589
1590 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * legacy-gnus-agent.el: Add Copyright notice.
1593
1594 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1595
1596         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1597
1598 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1601
1602         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1603         to make it work reliably in CVS Emacs.
1604         (gnus-summary-limit-strange-charsets-predicate)
1605         (gnus-summary-limit-to-predicate): New functions.
1606
1607 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1608
1609         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1610         specifying array size.
1611         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1612         array if it is too small.
1613         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1614         (gnus-sort-threads-loop): New function.
1615
1616 2006-12-06  Chris Moore  <dooglus@gmail.com>
1617
1618         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1619         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1620
1621 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1622
1623         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1624         options.
1625
1626 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1629         DOS-ing the recipient.
1630
1631         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1632         the headers when creating the mapping to avoid mismappings.
1633         (nnweb-gmane-create-mapping): Always nix out old mapping.
1634
1635 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1638         and mm-verify-option to never.
1639
1640 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * message.el (message-signed-or-encrypted-p): New function.
1643         (message-forward-make-body): Use it.
1644
1645         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1646         Replace encode-coding-string with mm-encode-coding-string.
1647
1648 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * nneething.el (nneething-decode-file-name): Replace
1651         decode-coding-string with mm-decode-coding-string.
1652
1653         * gnus-int.el (gnus-open-server): Say failed server's name.
1654
1655 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1656
1657         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1658         strings to a single string.  Quote `errors-file-name'.
1659         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1660         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1661         Adjust calls.  Use `shell-quote-argument'.
1662
1663 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1664
1665         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1666         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1667
1668         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1669         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1670         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1671         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1672         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1673         (gnus-subscribe-newsgroup, gnus-1):
1674         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1675         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1676         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1677         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1678
1679 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1682         keystroke.
1683         (gnus-summary-limit-to-bodies): Implement headersp.
1684
1685 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1688
1689 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1692
1693 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * message.el (message-generate-hashcash): Expand range of values to
1696         include `opportunistic'.
1697         (message-send-mail): Use it.
1698
1699 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1700
1701         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1702         and comment it.
1703
1704         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1705
1706 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1707
1708         * gnus-util.el (gnus-extract-address-components): Improve comment.
1709
1710 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-util.el (gnus-extract-address-components): Work with address in
1713         which the name portion contains @.
1714
1715         * lpath.el: Fbind custom-autoload.
1716
1717 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * gnus.el (gnus-start): Move custom group up.
1720         (gnus-select-method): Don't autoload, but make it available for
1721         `customize-variable'.
1722         (gnus-getenv-nntpserver): Don't autoload.
1723
1724 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1727
1728 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1729
1730         * message.el (message-sendmail-extra-arguments): New variable.
1731         (message-send-mail-with-sendmail): Use it.
1732
1733 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1734
1735         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1736         mm-with-unibyte-current-buffer to make string unibyte.
1737
1738         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1739         mm-string-as-multibyte.
1740
1741 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1742
1743         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1744         Reported by Werner Koch <wk@gnupg.org>.
1745
1746 2006-11-14  Daiki Ueno  <ueno@p360>
1747
1748         * mml2015.el: Autoload epa-select-keys when compiling.
1749
1750 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1751
1752         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1753         message-options.
1754         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1755
1756 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1757
1758         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1759         EasyPG (< 0.0.6).
1760         (mml2015-always-trust): New user option.
1761         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1762         prompt.
1763
1764 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * nntp.el (nntp-authinfo-force): New variable.
1767         (nntp-send-authinfo): Use it.
1768
1769 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1772         decode encoded words.  Improve prompt.  Add comment about forwarding.
1773         (message-replacement-char): Move up.
1774
1775 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1776
1777         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1778         instead of gnus-intersection because arguments of gnus-sorted-nunion
1779         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1780
1781 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1784         (message-simplify-subject-functions): Enable
1785         message-strip-subject-encoded-words by default.
1786
1787 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * message.el (message-strip-subject-encoded-words): New function
1790         (message-simplify-subject-functions): New variable.
1791         (message-simplify-subject): Use it.  Fix typo in doc string.
1792         Support message-strip-subject-encoded-words.
1793
1794 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1795
1796         * gnus-diary.el (gnus-diary-delay-format-function):
1797         * nndiary.el (nndiary-reminders):
1798         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1799
1800 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * gnus-art.el (article-hide-boring-headers): Fetch date from
1803         gnus-original-article-buffer to avoid problems with localized date
1804         strings.
1805
1806 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1809
1810 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1813         New variables.
1814         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1815         (mm-charset-synonym-alist): Move some entries to
1816         mm-codepage-iso-8859-list.
1817         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1818         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1819
1820 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1823
1824 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1825
1826         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1827         with Emacs 21 and XEmacs.
1828
1829 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * spam.el (spam-parse-address): New function for better parsing,
1832         catching errors, etc.
1833         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1834
1835 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * mm-view.el: Add interactive arg to html2text autoload.
1838
1839 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1842
1843 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1846         variables.
1847         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1848         (mm-charset-synonym-alist): Move some entries to
1849         mm-codepage-iso-8859-list.
1850
1851         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1852
1853 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1854
1855         * message.el (message-citation-line-format)
1856         (message-insert-formated-citation-line): Fix implementation of %E, %N
1857         and %n according to the doc string.
1858
1859 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1862         car-safe to avoid bad parses.
1863
1864 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1867         names.
1868
1869         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1870
1871 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1874         header.
1875
1876         * message.el (message-draft-headers): Add Date.
1877         (message-headers-to-generate): Fix typo in docstring.
1878
1879         * nndraft.el (nndraft-required-headers): New variable.
1880         (nndraft-generate-headers): Use it.
1881
1882         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1883
1884 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1885
1886         * gnus-registry.el (gnus-registry-wash-for-keywords)
1887         (gnus-registry-find-keywords): New functions to allow easy searching of
1888         articles that are in the registry.
1889
1890 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1891
1892         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1893         ietf-drums-parse-address instead of gnus-extract-address-components.
1894         Reported by Damien Elmes <damien@repose.cx>.
1895
1896 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1897
1898         * gnus.el (gnus-mime): Remove unused custom group.
1899
1900 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1901
1902         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1903         "blank line" when searching for end of armor headers.
1904
1905 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gmm-utils.el (gmm-write-region): Fix variable name.
1908
1909 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1910
1911         * gmm-utils.el (gmm-write-region): New function based on compatibility
1912         code from `mm-make-temp-file'.
1913
1914         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1915
1916         * nnmaildir.el (nnmaildir--update-nov)
1917         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1918         Use `gmm-write-region'.
1919
1920 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1923         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1924
1925         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1926
1927         * message.el (message-replacement-char): New variable.
1928         (message-fix-before-sending): Use it.
1929         (message-simplify-subject): New function to remove duplicate code.
1930         (message-reply, message-followup): Use it.
1931
1932         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1933         gnus-summary-limit-to-articles.
1934
1935 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1936
1937         * gnus-util.el (gnus-with-local-quit): New macro.
1938
1939         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1940
1941 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1942
1943         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1944         ignore non-string data.
1945
1946 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1947
1948         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1949         non-string data (needs to be done in the registry too).
1950
1951 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1952
1953         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1954         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1955         (gnus-registry-split-fancy-with-parent)
1956         (gnus-registry-fetch-simplified-message-subject-fast)
1957         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1958         Remove text properties on ingress into the registry and when it's saved.
1959         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1960         registry from entries with no groups.
1961
1962 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1963
1964         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1965         function to remove string properties.
1966
1967 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1968
1969         * gmm-utils.el (gmm): Adjust custom version.
1970
1971         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1972         custom version.
1973
1974         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1975
1976 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1977
1978         * gnus-art.el (gnus-insert-prev-page-button)
1979         (gnus-insert-next-page-button): Simplify.  Reformat.
1980
1981 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1982
1983         * gnus-art.el (gnus-insert-prev-page-button)
1984         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1985
1986 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1987
1988         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1989
1990 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1991
1992         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1993         gnus-article-button-face to MIME and security buttons.
1994
1995 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1998         readable.
1999
2000 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2003
2004 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2005
2006         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2007         `browse-url-of-file' instead of `browse-url'.
2008
2009 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2010
2011         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2012         regexp.  Articles containing quotation were cut prematurely.
2013
2014 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * message.el (message-cite-original-1): Use nobody by default for the
2017         value of From header.
2018         (message-reply): Ditto.
2019
2020 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2021
2022         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2023         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2024         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2025
2026 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2027
2028         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2029         mails in the doc string.  Add some URLs in comment.
2030         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2031
2032 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2035         backslashes handling and the way to find boundaries of quoted strings.
2036
2037 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2038
2039         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2040         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2041         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2042         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2043
2044 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2045
2046         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2047         doc string.
2048         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2049
2050 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * lpath.el: Fbind epg-check-configuration.
2053
2054 2006-09-06  Simon Josefsson  <jas@extundo.com>
2055
2056         * mml2015.el (mml2015-use): Doc fix, mention epg.
2057
2058 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2059
2060         * mml2015.el (mml2015-use): Default to epg, if available.
2061
2062 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2063
2064         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2065         message-sender.
2066         (mml1991-epg-encrypt): Ditto.
2067         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2068         message-sender.
2069         (mml2015-epg-encrypt): Ditto.
2070
2071 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2072
2073         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2074         several common directories.
2075
2076 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2077
2078         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2079         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2080
2081 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-art.el (article-decode-encoded-words): Make it fast.
2084
2085 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2088
2089         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2090         in quoted string into `\'.
2091
2092 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2095         Use standard-syntax-table.
2096
2097 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-art.el (gnus-decode-address-function): New variable.
2100         (article-decode-encoded-words): Use it to decode headers which are
2101         assumed to contain addresses.
2102         (gnus-mime-delete-part): Remove useless `or'.
2103
2104         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2105         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2106         (gnus-nov-parse-line): Use it to decode From header.
2107         (gnus-get-newsgroup-headers): Ditto.
2108         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2109
2110         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2111         (mail-decode-encoded-address-string): New alias.
2112
2113         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2114         New function.
2115         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2116         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2117         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2118         (rfc2047-decode-string): Ditto.
2119         (rfc2047-decode-address-region): New function.
2120         (rfc2047-decode-address-string): New function.
2121
2122 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2123
2124         * message.el (message-caesar-buffer-body): Allow rotating headers.
2125
2126         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2127
2128         * message.el (message-insert-formated-citation-line): Fix %f.
2129         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2130
2131 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2134         (gnus-bookmark-mouse-available-p): New macro.
2135         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2136         (gnus-bookmark-bmenu-show-infos): Use it.
2137         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2138         (gnus-bookmark-bmenu-hide-infos): Ditto.
2139         (gnus-bookmark-remove-properties): New function.
2140         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2141         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2142         (gnus-bookmark-write-file): Bind coding-system-for-write.
2143         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2144         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2145         group before selecting it.
2146         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2147         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2148         quit-window if it is not available; use gnus-mouse-2 and bind it to
2149         gnus-bookmark-bmenu-select-by-mouse.
2150         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2151         (gnus-bookmark-bmenu-select-by-mouse): New function.
2152
2153 2006-08-13  Romain Francoise  <romain@orebokech.com>
2154
2155         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2156         space.
2157
2158 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * compface.el (uncompface): Use binary rather than raw-text-unix.
2161
2162 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * compface.el (uncompface): Make sure the eol conversion doesn't take
2165         place when communicating with the external programs.  Reported by
2166         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2167
2168 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2171
2172 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2173
2174         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2175         Make it more robust by parsing author and date independently.
2176
2177 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2180
2181 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2182
2183         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2184         first matching secret key.
2185         (mml2015-epg-encrypt): Ditto.
2186
2187         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2188         first matching secret key.
2189         (mml1991-epg-encrypt): Ditto.
2190
2191         * mml2015.el (mml2015-encrypt-to-self): New user option.
2192         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2193         mml2015-epg-encrypt-to-self is set.
2194
2195         * mml1991.el (mml1991-encrypt-to-self): New variable.
2196         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2197         mml1991-epg-encrypt-to-self is set.
2198
2199         * mml2015.el (mml2015-signers): New user option.
2200         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2201         (mml2015-epg-encrypt): Allow to select signing keys.
2202
2203         * mml1991.el (mml1991-signers): New variable.
2204         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2205         (mml1991-epg-encrypt): Allow to select signing keys.
2206
2207 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * nnheader.el (nnheader-insert-head): Make it work even if the file
2210         uses CRLF for the line-break code.
2211
2212 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2213
2214         * mml2015.el: Require mml-sec instead of password.
2215         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2216         (mml2015-cache-passphrase): Inherit the default value from
2217         mml-secure-cache-passphrase.
2218         (mml2015-passphrase-cache-expiry): Inherit the default value from
2219         mml-secure-passphrase-cache-expiry.
2220
2221         * mml1991.el: Require mml-sec instead of password.
2222         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2223         (mml1991-cache-passphrase): Inherit the default value from
2224         mml-secure-cache-passphrase.
2225         (mml1991-passphrase-cache-expiry): Inherit the default value from
2226         mml-secure-passphrase-cache-expiry.
2227
2228         * mml-sec.el: Require password.
2229         (mml-secure-verbose): New user option.
2230         (mml-secure-cache-passphrase): New user option.
2231         (mml-secure-passphrase-cache-expiry): New user option.
2232
2233 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2234
2235         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2236         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2237         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2238
2239         FIXME: Use `tiny change'?
2240
2241 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2242
2243         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2244         workaround for the url package included with Emacs.
2245
2246         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2247
2248 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2251         correctly.  This fixes a bug caused by the 2006-05-12 change.
2252
2253 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2254
2255         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2256         some information about the error when saying that the `bogus' mail
2257         group will be used.
2258
2259 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2260
2261         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2262         string.
2263
2264 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2265
2266         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2267
2268 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2269
2270         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2271
2272 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2273
2274         * mml1991.el (mml1991-function-alist): Add epg.
2275         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2276         (mml1991-epg-encrypt): New functions.
2277
2278 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2279
2280         * mml2015.el (mml2015-verbose): New variable.
2281         (mml2015-cache-passphrase): Ditto.
2282         (mml2015-passphrase-cache-expiry): Ditto.
2283         (mml2015-function-alist): Add epg.
2284         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2285         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2286         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2287         functions.
2288
2289 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2290
2291         * message.el (message-cite-original-1): Preserve region when removing
2292         quoted text due to X-No-Archive in order to avoid bogus attribution
2293         when citing multiple messages.
2294
2295 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2296
2297         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2298         Kenneth Jacker <khj@be.cs.appstate.edu>.
2299
2300 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2301
2302         * gnus-diary.el (gnus-user-format-function-d)
2303         (gnus-user-format-function-D): Autoload.
2304
2305         * imap.el (Commentary): Fix typo.
2306
2307         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2308         2006-04-22 contribution.
2309
2310 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2311
2312         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2313         It didn't really fix the bogosity I'm seeing with solid web groups.
2314
2315 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2316
2317         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2318         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2319         created using server names.  If we use the feature without declaring
2320         it, Gnus does not properly manage server and group state.
2321
2322         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2323         bound.
2324
2325 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2326
2327         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2328         looking up the method using GROUP's prefix before inventing a new one.
2329         It is used on killed/unknown groups in various places where returning
2330         an all-new method isn't expected by the caller.
2331
2332         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2333         and match semantics of gnus-group-real-prefix.
2334
2335 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * nnmail.el (nnmail-broken-references-mailers): New variable.
2338         (nnmail-ignore-broken-references): New function generalizing
2339         nnmail-fix-eudora-headers.
2340         (nnmail-fix-eudora-headers): Now obsolete.
2341
2342         * gnus-art.el (gnus-button-handle-custom): Support
2343         `customize-apropos*'.
2344
2345 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2348
2349         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2350         articles.
2351
2352 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * message.el (message-cite-reply-above): New variable.
2355         (message-yank-original): Use it.
2356
2357 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2360
2361 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2362
2363         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2364         as read.
2365
2366         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2367
2368 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2371         (gnus-bookmark-default-file): Use gnus-directory.
2372         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2373         Remove "*" in doc string.
2374         (gnus-bookmark-write-file): Simplify.
2375         (gnus-bookmark-maybe-sort-alist): Use `when'.
2376         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2377         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2378         FIXME about Emacs 21 and XEmacs compatibility.
2379         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2380         compatibility.
2381         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2382         compatibility.
2383         (gnus-bookmark-menu-heading): Fix version.
2384
2385 2006-06-19  Bastien Guerry  <bzg@altern.org>
2386
2387         * gnus-bookmark.el: New file.
2388
2389 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * message.el (message-syntax-checks): Doc fix.
2392
2393 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2394
2395         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2396         unsubscribed groups as if they were killed ones.  It causes duplicate
2397         entries in gnus-newsrc-alist.
2398
2399 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * message.el (message-syntax-checks): Doc fix.
2402         (message-send-mail): Add check for continuation headers.
2403         (message-check-news-header-syntax): Fix regexp used to check for
2404         continuation headers.
2405
2406 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2409
2410 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2413
2414 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2417         default-truncate-lines.
2418
2419 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2422         to fill the utf-8 entry.
2423
2424         * lpath.el: Fbind unicode-precedence-list.
2425
2426 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2427
2428         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2429
2430 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2431
2432         * gnus-agent.el (directory-files-and-attributes): Move all the way
2433         forward (the third and final move).
2434         (gnus-agent-read-agentview): Trap reconstruction errors due to
2435         nonexistant directory.  Handle by returning nil.
2436
2437 2006-05-30  Didier Verna  <didier@xemacs.org>
2438
2439         * message.el (message-dont-reply-to-names): Update the custom type.
2440         * message.el (message-dont-reply-to-names): New defsubst: potentially
2441         convert a list of regexps into a single one.
2442         * message.el (message-get-reply-headers): Use it.
2443         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2444
2445 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * gnus-agent.el (directory-files-and-attributes): Move forward.
2448
2449 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2450
2451         * gnus-ml.el (gnus-mailing-list-subscribe)
2452         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2453         (gnus-mailing-list-message): Fix doc strings.
2454
2455 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2456
2457         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2458         of doing it manually.
2459
2460 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2461
2462         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2463         comment.
2464
2465 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2466
2467         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2468         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2469         (gnus-agent-read-local): All symbols allocated in my-obarray
2470         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2471         (gnus-agent-regenerate-group): Check numeric names to see if they are
2472         messages or groups.
2473         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2474         better way of do this...)
2475
2476         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2477         'dummy.group' (there should be a better way of do this...)
2478
2479 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2482         (gnus-saved-headers): Ditto.
2483         (gnus-default-article-saver): Mention functions may have properties.
2484         (gnus-article-save): Override gnus-save-all-headers and
2485         gnus-saved-headers by :headers property which saver function may have.
2486         (gnus-summary-save-in-file): Add :headers property.
2487         (gnus-summary-write-to-file): Ditto.
2488
2489         * gnus-sum.el (gnus-summary-save-article): Bind
2490         gnus-prompt-before-saving to t when saving many articles in a file;
2491         always show all headers.
2492
2493         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2494
2495 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2496
2497         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2498         marks.
2499
2500         * message.el (message-indent-citation): Add optional arguments to allow
2501         using it outside of message buffers.
2502
2503         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2504         (gnus-article-treat-unfold-headers): Use it.
2505         (gnus-article-truncate-lines): New variable.
2506         (gnus-article-mode): Use it.
2507         (gnus-article-toggle-truncate-lines): New function.
2508
2509         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2510         gnus-article-toggle-truncate-lines.
2511
2512         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2513         coding system in XEmacs, use binary.
2514
2515 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2518         after-load-alist.
2519
2520         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2521         this function should save decoded articles.
2522         (gnus-summary-write-to-file): Use property to specify this function
2523         should save decoded articles and specify gnus-summary-save-in-file
2524         should be used to save articles other than the first one when saving
2525         many articles.
2526         (gnus-summary-save-body-in-file): Use property to specify this
2527         function should save decoded articles.
2528         (gnus-summary-write-body-to-file): Use property to specify this
2529         function should save decoded articles and specify
2530         gnus-summary-save-body-in-file should be used to save articles other
2531         than the first one when saving many articles.
2532
2533         * gnus-sum.el (gnus-summary-save-article): Simplify.
2534
2535 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-art.el (gnus-default-article-saver): Add
2538         gnus-summary-write-body-to-file.
2539         (gnus-article-save-coding-system): Don't use coding system object
2540         in XEmacs.
2541         (gnus-read-save-file-name): Add optional `dir-var' argument which
2542         specifies directory in which files are saved; work even if optional
2543         `variable' argument is not specified.
2544         (gnus-summary-write-to-file): Read file name.
2545         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2546         (gnus-summary-write-body-to-file): New function.
2547
2548         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2549         (gnus-summary-local-variables): Add it.
2550         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2551         (gnus-summary-save-article): Remove optional `decode' argument;
2552         determine whether to decode articles by the value of
2553         gnus-default-article-saver; when saving many files using
2554         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2555         it first and use gnus-summary-save-in-file or
2556         gnus-summary-save-body-in-file thereafter unless
2557         gnus-prompt-before-saving is always; move point to article which
2558         will be saved.
2559         (gnus-summary-save-article-file): Revert.
2560         (gnus-summary-write-article-file): Revert.
2561         (gnus-summary-save-article-body-file): Revert.
2562         (gnus-summary-write-article-body-file): New function.
2563
2564 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-art.el (gnus-default-article-saver): Doc fix.
2567         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2568         from gnus-summary-save-article-coding-system, and default to a
2569         certain coding system.
2570         (gnus-output-to-file): Add coding cookie and encode text according
2571         to gnus-article-save-coding-system; don't use mm-append-to-file.
2572
2573         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2574         gnus-art.el and rename to gnus-article-save-coding-system.
2575         (gnus-summary-save-article): Require gnus-art; don't show all
2576         headers if it decodes articles; don't add coding cookie here;
2577         don't bind mm-text-coding-system-for-write.
2578         (gnus-summary-save-article-file): Save decoded articles.
2579         (gnus-summary-write-article-file): When saving many files, use
2580         gnus-summary-write-to-file first and gnus-summary-save-in-file
2581         thereafter unless gnus-prompt-before-saving is always.
2582         (gnus-summary-save-article-body-file): Save decoded articles.
2583
2584         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2585
2586 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * nnrss.el (nnrss-check-group): Bind hash-index.
2589
2590 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2591
2592         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2593         its hash index.  Store this hash in `nnrss-group-data'.
2594         (nnrss-read-group-data): Update accordingly.
2595
2596 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2599         entry.
2600
2601         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2602         gnus-article-browse-html-article.
2603
2604 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2605
2606         * gnus-sum.el (gnus-summary-mime-map): Add
2607         gnus-article-browse-html-article.
2608
2609         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2610
2611 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2612
2613         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2614         suitable coding systems in customize.
2615
2616 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * mail-source.el (mail-sources): Fix custom type.
2619
2620 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2621
2622         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2623         (gnus-summary-expire-articles-now): Shorten prompt.
2624
2625         * gmm-utils.el (wid-edit): Require.
2626         (defun-gmm): Renamed from `gmm-defun-compat'.
2627         (gmm-image-search-load-path): Use it.
2628         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2629
2630 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2633         variable.
2634         (gnus-summary-save-article): Add optional `decode' argument.  If
2635         it is set and gnus-summary-save-article-coding-system is non-nil,
2636         save decoded article.
2637         (gnus-summary-write-article-file): Save decoded article if
2638         gnus-summary-save-article-coding-system is non-nil.
2639
2640         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2641         type.
2642
2643 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2646
2647 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2650         first to test gnus-single-article-buffer which may be buffer-local.
2651
2652         * gnus-sum.el (gnus-summary-setup-buffer): Make
2653         gnus-single-article-buffer buffer-local and nil in ephemeral
2654         group; make gnus-article-buffer, gnus-article-current, and
2655         gnus-original-article-buffer always buffer-local.
2656         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2657         group.
2658         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2659
2660 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2661
2662         * nnml.el (nnml-request-compact-group): Compressed files might not
2663         have .gz extension.
2664
2665 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2666
2667         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2668         (mm-copy-to-buffer): Use with-current-buffer.
2669         (mm-display-part): Simplify.
2670         (mm-inlinable-p): Add optional arg `type'.
2671
2672 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2673
2674         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2675         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2676         Try harder to show the attachment internally or externally using
2677         gnus-mime-view-part-as-type.
2678
2679 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * message.el (message-from-style, message-signature-separator)
2682         (message-user-organization-file, message-send-mail-function)
2683         (message-citation-line-function, message-yank-prefix)
2684         (message-indent-citation-function, message-signature)
2685         (message-signature-file, message-signature-insert-empty-line):
2686         Remove autoloads.
2687
2688         * gnus-art.el (gnus-buttonized-mime-types): Remove
2689         "multipart/signed".  Revert 2006-04-26 change.
2690
2691 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus.el (gnus-version-number): Bump version.
2694
2695 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2696
2697         * gnus.el: No Gnus v0.5 is released.
2698
2699 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2700
2701         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2702         fetching articles by message-id.
2703
2704 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * message.el (hashcash): Require hashcash as normal.
2707
2708         * ecomplete.el (ecomplete-highlight-match-line): Use
2709         point-at-eol.
2710         (ecomplete-highlight-match-line): Use `highlight', because that
2711         face exists in both Emacs and XEmacs.
2712
2713         * message.el (message-display-abbrev): Use point-at-bol.
2714
2715         * mail-source.el: Don't require timer/timer-funcs.
2716
2717         * gnus-async.el: Ditto.
2718
2719         * password.el: Ditto.
2720
2721         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2722
2723         * mm-url.el: Ditto.
2724
2725         * gnus-xmas.el: Don't require timer-funcs.
2726
2727         * mm-util.el: Require timer/timer-funcs.
2728
2729 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2730
2731         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2732         Close.
2733
2734 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2737         unibyte after clear-decrypt function runs.
2738
2739         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2740         returns as a unibyte string.
2741
2742 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * lpath.el: Revert.
2745
2746         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2747         (pgg-gpg-process-sentinel): Revert.
2748
2749         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2750         (pgg-pgp-lookup-key): Revert.
2751
2752         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2753         (pgg-pgp5-lookup-key): Revert.
2754
2755         * pgg.el (pgg-fetch-key): Revert.
2756
2757 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * lpath.el: Fbind string-as-multibyte for XEmacs.
2760
2761         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2762         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2763         (mml1991-pgg-encrypt): Ditto.
2764
2765         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2766         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2767         a multibyte buffer.
2768
2769         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2770         (pgg-pgp-lookup-key): Ditto.
2771
2772         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2773         (pgg-pgp5-lookup-key): Ditto.
2774
2775         * pgg.el (pgg-fetch-key): Ditto.
2776
2777 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * message.el (message-user-organization-file): Check several
2780         locations of the organization file.
2781
2782         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2783         Add gnus-article-view-part-as-type.
2784
2785         * gnus-art.el (gnus-article-view-part-as-type): New function.
2786
2787         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2788         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2789
2790         * mml.el: Simplify autoload.
2791         (mml-mode): defvar dnd-protocol-alist instead of using
2792         symbol-value.
2793         (mml-default-directory): New variable.
2794         (mml-minibuffer-read-file): Use it.
2795         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2796
2797         * message.el (message-citation-line-format): New variable.
2798         (message-insert-formated-citation-line): New function.
2799         (message-citation-line-function): Add
2800         `message-insert-formated-citation-line' to custom type.
2801
2802         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2803         to doc string.
2804
2805         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2806         depending on mm-verify-option.
2807
2808 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2811         binding pgg-* variables; reimplement the section which prevents
2812         MIME header from being signed.
2813         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2814         pgg-text-mode; remove a blank line at the top of body.
2815
2816         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2817         lines at the top of body; use gnus-newsgroup-charset if there's no
2818         Charset header.
2819
2820 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * message.el (message-self-insert-commands): Doc fix.
2823
2824         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2825         (mm-uu-pgp-encrypted-test): Ditto.
2826         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2827         between header and body; return application/pgp-encrypted handle
2828         if decryption failed; decode decrypted body by charset.
2829
2830         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2831         element match to application/pgp-*.
2832
2833 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2834
2835         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2836         HTML.
2837
2838 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * mail-source.el (mail-source-call-script): Message the error
2841         string.
2842
2843 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-util.el (gnus-byte-compile): Use it.
2846
2847 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2848
2849         * gnus-util.el (kill-empty-logs): New function.
2850
2851 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * message.el (message-mail-alias-type): Doc fix.
2854         (message-mail-alias-type-p): New function.
2855         (message-send): Use it.
2856         (message-mode): Ditto.
2857         (message-strip-forbidden-properties): Ditto.
2858
2859         * ecomplete.el (ecomplete-database-file-coding-system): New
2860         variable.
2861         (ecomplete-save): Use it.
2862         (ecomplete-setup): Use it.
2863
2864 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * message.el (message-self-insert-commands): New variable.
2867         (message-strip-forbidden-properties): Use it.
2868
2869 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870
2871         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2872         that doesn't make XEmacs choke.
2873
2874 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         * gnus-util.el (gnus-replace-in-string):
2877         Prefer replace-regexp-in-string over of replace-in-string.
2878
2879 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-util.el (gnus-select-frame-set-input-focus):
2882         Use select-frame-set-input-focus if it is available in XEmacs; use
2883         definition defined in Emacs 22 for old Emacsen.
2884
2885         * dgnushack.el: Autoload unmorse-region for XEmacs.
2886
2887         * lpath.el: Bind cursor-in-non-selected-windows and
2888         select-frame-set-input-focus for XEmacs.
2889
2890 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2893
2894 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         * gnus-registry.el (gnus-registry-cache-save): Remove text
2897         properties when saving via the temp buffer.
2898
2899 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2900
2901         * message.el (message-generate-hashcash): Honor custom type.
2902
2903 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * message.el (message-generate-hashcash): Default to non-nil when
2906         hashcash is found.
2907
2908         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2909         (gnus-refer-thread-limit): Increase default to 500.
2910
2911         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2912
2913         * flow-fill.el (fill-flowed): Allow delete-space.
2914
2915 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2916
2917         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2918         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2919         Remove autoloads.
2920
2921 2006-04-18  Simon Josefsson  <jas@extundo.com>
2922
2923         * message.el (message-generate-hashcash): Default to.
2924
2925 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2928         concatenating segments rather than before concatenating them.
2929
2930 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2931
2932         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2933
2934 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2937
2938         * message.el (message-forward-make-body-plain): Allow
2939         message-forward-ignored-headers to be a list.
2940         (message-remove-ignored-headers): Factor out into function.
2941         (message-forward-make-body-mml): Use it.
2942
2943         * imap.el (imap-quote-specials): New function.
2944         (imap-login-auth): Quote specials.
2945
2946         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2947         (rfc2231-parse-string): Allow concatanation of parameters that
2948         aren't contiguous.  The test case is
2949           (mail-header-parse-content-type "message/external-body;
2950             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2951             access-type=LOCAL-FILE;
2952             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2953
2954 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nntp.el (nntp-accept-process-output): Return the value of
2957         `nnheader-accept-process-output'.
2958
2959 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2962         (gnus-button-alist): Recognize more diff formats.
2963         (gnus-button-patch): Strip directory.
2964
2965 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2968         Emacs 22 when setting focus.
2969
2970 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * gnus-art.el (gnus-article-treat-types): Do treatment of
2973         text/x-verbatim parts.
2974         (gnus-button-patch): New command.
2975
2976         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2977         addresses that contain invalid characters.
2978
2979 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * message.el (message-put-addresses-in-ecomplete): Use
2982         gnus-replace-in-string.
2983         (message-is-yours-p): Use the more correct
2984         mail-header-parse-address instead of
2985         mail-extract-address-components.
2986         (message-put-addresses-in-ecomplete): Fix typo.
2987
2988         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2989         keystroke.
2990
2991         * gnus-art.el (gnus-treatment-function-alist): Change order of
2992         newsgroups/generic header folding to avoid double-folding.
2993
2994         * message.el (message-hidden-headers): Add X-Draft-From.
2995
2996         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2997         command.
2998         (gnus-summary-repeat-search-article-backward): New command.
2999
3000         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3001         groups in the parent topic.
3002
3003 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3004
3005         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3006         (spam-extra-header-to-number): Return the CRM114 number as a
3007         number instead of a string.
3008
3009 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * gnus-art.el (gnus-face-properties-alist): Moved here from
3012         gnus-fun.
3013
3014         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3015
3016 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * message.el (message-strip-forbidden-properties): Only display on
3019         self-insert-command.
3020
3021         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3022         reindent.
3023         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3024
3025 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3026
3027         * smiley.el (smiley-style): Fix typo.
3028
3029 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * hashcash.el (hashcash-insert-payment-async-2): Use
3032         message-goto-eoh instead of doing it manually.
3033         (mail-add-payment): Use message-narrow-to-header instead of trying
3034         to do the same itself.
3035
3036         * message.el (message-hidden-headers): Add Face.
3037
3038         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3039         reparenting code.
3040         (gnus-summary-reparent-children): Refactored out code.
3041         (gnus-summary-thread-map): New keystroke.
3042         (gnus-summary-reparent-children): Make into command.
3043
3044         * smiley.el (smiley-style): Default to `medium' if using a large
3045         font.
3046
3047         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3048         does it itself.
3049
3050         * message.el (message-point-in-header-p): Simplify definition.
3051
3052 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * nnagent.el (nnagent-request-set-mark): Silence log file
3055         writing.
3056         (nnagent-request-set-mark): Use write-region instead of
3057         append-to-file.
3058
3059         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3060         strange select method.
3061
3062         * ecomplete.el (ecomplete-display-matches): Get highlightling
3063         right.
3064         (ecomplete-display-matches): Use literals.
3065         (ecomplete-display-matches): Disable message logging.
3066
3067         * message.el (message-display-abbrev): Small optimization.
3068
3069         * ecomplete.el (ecomplete-display-matches): Allow automatic
3070         display.
3071
3072         * message.el (message-strip-forbidden-properties): Display
3073         abbrevs.
3074         (message-display-abbrev): Get automatic display right.
3075
3076         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3077         keystrokes.
3078
3079 2006-04-13  Romain Francoise  <romain@orebokech.com>
3080
3081         TODO: Backport to v5-10!
3082
3083         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3084         Moved here (and renamed) from gnus-registry.el.
3085
3086         * gnus-registry.el: Require gnus-util.
3087         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3088
3089 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * gnus-group.el (gnus-group-catchup-current): Change
3092         if-then-else-if-then-else into cond.
3093         (gnus-group-catchup): Indent.
3094         (group-name-at-point): New function.
3095         (gnus-fetch-group): Provide default from thing at point.
3096
3097 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * message.el (message-display-abbrev): Fix regexp.
3100
3101         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3102         choosing.
3103         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3104         dead variables.
3105
3106         * message.el (message-newline-and-indent): Remove debugging.
3107         (message-display-abbrev): Use new implementation.
3108
3109 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * gnus-art.el (gnus-article-mode): Set
3112         cursor-in-non-selected-windows to nil.
3113
3114         * smiley.el: Revert previous change.
3115         (smiley-data-directory): defvar it before using it in the
3116         defcustom of `smiley-style'.
3117
3118 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * message.el (message-newline-and-indent): New function.
3121
3122         * ecomplete.el: Implement more bits.
3123
3124         * message.el (message-put-addresses-in-ecomplete): Clean up the
3125         string.
3126
3127         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3128
3129         * gnus-sum.el (gnus-summary-save-parts): Bind
3130         gnus-summary-save-parts-counter and use it to make unique file
3131         names.
3132
3133         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3134
3135         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3136         parameter to say whether to actually parse the individual
3137         addresses.
3138
3139         * message.el (message-put-addresses-in-ecomplete): New function.
3140         (ecomplete): Require.
3141         (message-mail-alias-type): Add ecomplete as an option.
3142
3143 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3144
3145         * flow-fill.el (fill-flowed): Remove trailing space from blank
3146         quoted lines.
3147
3148 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * smiley.el (smiley-style): Move definition later to avoid a
3151         compilation warning.
3152
3153 2006-04-12  Kenichi Handa  <handa@m17n.org>
3154
3155         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3156         buffer and then decode the buffer text if necessary.
3157         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3158         first, and after mm-encode-body, change the buffer to unibyte.
3159         Use mm-disable-multibyte instead of set-buffer-multibyte.
3160
3161 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3164         Content-Type header instead of Content-Disposition header.
3165         (gnus-mime-inline-part): Ditto.
3166         (gnus-mime-view-part-as-charset): Ignore charset that the part
3167         specifies.
3168
3169         * mm-decode.el (mm-display-part): Work with external parts and
3170         usual parts similarly.
3171
3172         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3173         instead of gnus-display-mime.
3174
3175         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3176         instead of with-temp-buffer.
3177
3178         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3179         tag to summarized topics part in order to encode non-ASCII text.
3180
3181 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * smiley.el (smiley-style): New variable.
3184         (smiley-directory): New function.
3185         (smiley-data-directory): Derive from `smiley-style' using
3186         `smiley-directory'.
3187         (smiley-regexp-alist): Add new entries.
3188
3189         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3190         (gnus-article-browse-delete-temp): Add :version.
3191
3192 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3193
3194         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3195         the sieve region.
3196
3197 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * gnus.el (gnus-version-number): Bump version.
3200
3201 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3202
3203         * gnus.el: No Gnus v0.4 is released.
3204
3205 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3208         layout.
3209
3210         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3211         unknown charset.
3212
3213         * message.el (message-header-synonyms): Add Original-To to the
3214         default.
3215
3216         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3217         optional parameter.
3218
3219 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3220
3221         * gnus-fun.el (gnus): Require it for gnus-directory.
3222
3223 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3226
3227 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3228
3229         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3230
3231 2006-04-05  Simon Josefsson  <jas@extundo.com>
3232
3233         * password.el (password-reset): New function.
3234
3235 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3236
3237         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3238         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3239
3240 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3241
3242         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3243         Some whitespace was matched into the url, which broke browsing hits
3244         > 100 when mm-url-use-external was nil.
3245
3246 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3249         gnus-extra-headers for 'Newsgroups.
3250
3251         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3252         bound.
3253
3254 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3255
3256         * pgg-gpg.el: Clean up process buffers every time gpg processes
3257         complete.
3258
3259 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3262         doc string.
3263
3264 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3265
3266         * pgg-gpg.el (pgg-gpg-process-filter)
3267         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3268
3269         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3270         lines, temporary fix.
3271
3272 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3275
3276 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3277
3278         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3279         default-enable-multibyte-characters.  This reverts the change from
3280         revision 6.17 which is no longer necessary because the passphrase
3281         is sent separately now.  GnuPG messages are unreadable under
3282         multibyte locales with default-enable-multibyte-characters set to
3283         nil.
3284
3285 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3286
3287         * message.el (message-tool-bar-gnome): Move "spell".
3288
3289 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3292         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3293         instead.
3294
3295 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3296
3297         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3298         newsgroups handling for NNTP overviews which don't include
3299         Newsgroups.
3300
3301 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3302
3303         * message.el (message-resend): Bind message-generate-hashcash to nil.
3304
3305 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3306
3307         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3308         when searching for already-paid recipients.
3309
3310 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3311
3312         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3313         passphrases when it is not needed.
3314         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3315         passphrase stuff from gpg, should only be necessary when you use
3316         gpg with a smartcard.
3317
3318 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * mml.el (mml-insert-mime): Ignore cached contents of
3321         message/external-body part.
3322
3323         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3324         (mm-insert-part): Ditto.
3325
3326 2006-03-23  Simon Josefsson  <jas@extundo.com>
3327
3328         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3329         Reiner.
3330         (pgg-gpg-use-agent-p): Use it again.
3331
3332 2006-03-23  Simon Josefsson  <jas@extundo.com>
3333
3334         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3335         older emacsen.
3336         (pgg-gpg-use-agent-p): Don't use it.
3337
3338 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3341         if we can.
3342
3343 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3344
3345         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3346         (pgg-gpg-update-agent): New function.
3347         (pgg-gpg-use-agent-p): New function.
3348         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3349         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3350         (pgg-gpg-sign-region): Use it.
3351
3352 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3353
3354         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3355         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3356
3357 2006-03-21  Simon Josefsson  <jas@extundo.com>
3358
3359         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3360         <wilde@sha-bang.de>.
3361         (pgg-gpg-use-agent): New variable.
3362         (pgg-gpg-process-region): Use it.
3363         (pgg-gpg-encrypt-region): Likewise.
3364         (pgg-gpg-encrypt-symmetric-region): Likewise.
3365         (pgg-gpg-decrypt-region): Likewise.
3366         (pgg-gpg-sign-region): Likewise.
3367         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3368
3369 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3370
3371         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3372
3373         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3374         Add comment on version.
3375
3376 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * smiley.el: Add missing test smiley.
3379
3380 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * mm-decode.el (mm-with-part): New macro.
3383         (mm-get-part): Use it; work with message/external-body as well.
3384         (mm-save-part): Treat name and filename equally.
3385
3386         * mm-extern.el (mm-extern-cache-contents): New function.
3387         (mm-inline-external-body): Use it; force the part to be displayed;
3388         move undisplayer added to the cached handle to the parent.
3389
3390         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3391         (gnus-mime-view-part-as-type): Work with message/external-body.
3392
3393         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3394
3395 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3396
3397         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3398         images in image-load-path.  [Sync with image.el, revision 1.60, in
3399         Emacs.]
3400
3401 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3402
3403         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3404         path rather than symbol.  Always return list of directories.
3405         Guarantee that image directory comes first.  [Sync with image.el,
3406         revision 1.59, in Emacs.]
3407
3408         * message.el (message-make-tool-bar): Adjust to new API of
3409         `gmm-image-load-path-for-library'.
3410
3411         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3412
3413         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3414
3415 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3416
3417         * gnus-art.el (gnus-article-only-boring-p):
3418         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3419         intangible text.
3420         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3421
3422 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3425         `defun' instead of `gmm-defun-compat'.
3426
3427 2006-03-14  Simon Josefsson  <jas@extundo.com>
3428
3429         * message.el (message-unique-id): Don't use message-number-base36
3430         if (user-uid) is a float.
3431         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3432
3433 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3436
3437         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3438         empty line between a part and a message part.
3439
3440 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * smiley.el: Add more test smileys.
3443         (smiley-data-directory, smiley-regexp-alist)
3444         (gnus-smiley-file-types): Fix doc strings.
3445         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3446         adding new elements.
3447         (smiley-mouse-map): Unused code.  Make it a comment.
3448
3449 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3450
3451         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3452         scan latest NoCeM messages instead of old ones.
3453         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3454         delimiters that are recently used.
3455         (gnus-nocem-load-cache): Add autoload cookie.
3456
3457         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3458
3459         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3460         level which is larger than gnus-use-nocem is specified.
3461
3462         * gnus-group.el (gnus-group-get-new-news): Ditto.
3463
3464 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3465
3466         * gnus-util.el (gnus-tool-bar-update): New function.
3467
3468         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3469         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3470
3471         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3472
3473         * gnus-group.el (gnus-group-redraw-when-idle)
3474         (gnus-group-redraw-check): Remove.
3475         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3476
3477 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3480         if optional last element is specified in splits (FIELD VALUE...).
3481
3482 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3483
3484         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3485         to gmm-image-load-path-for-library.  Call with no-error argument.
3486         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3487
3488         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3489
3490         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3491
3492         * gmm-utils.el (gmm-image-load-path): Remove alias.
3493
3494 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * gmm-utils.el (gmm-image-load-path): Add alias.
3497
3498         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3499         nnml-generate-nov-databases-1.
3500         (nnml-generate-nov-databases): Use it.
3501         (nnml-generate-nov-databases-directory): Document no-active
3502         argument.
3503
3504         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3505         directory if path is t.  Add no-error.
3506
3507         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3508         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3509
3510         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3511         resetting gnus-article-browse-html-temp-list.
3512
3513         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3514         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3515         Add example to docstring.  Rename local variables.  Move error
3516         checks to default case in cond and simplify.
3517
3518 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3521         handle is multipart when calling it recursively.
3522         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3523
3524 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3525
3526         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3527         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3528
3529 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3532         is loaded.
3533
3534         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3535         loaded.
3536
3537 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3540         to "Emacs 23 (unicode)" in doc string.
3541
3542         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3543         "Emacs 23 (unicode)" in comment.
3544
3545 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3548
3549         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3550         characters 160 through 255 in Emacs 23.
3551
3552 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3555         gnus-article-browse-html-temp.
3556         (gnus-article-browse-delete-temp): Make it customizable.  Add
3557         `file'.  Adjust doc string.
3558         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3559         query for each file.  Adjust doc string.
3560         (gnus-article-browse-html-parts): Add
3561         `gnus-article-browse-delete-temp-files' to
3562         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3563
3564 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3565
3566         * gnus-art.el (gnus-article-browse-html-temp)
3567         (gnus-article-browse-delete-temp): New variables.
3568         (gnus-article-browse-delete-temp-files): New function.
3569         (gnus-article-browse-html-parts): Use it.
3570
3571 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3574
3575         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3576         string.
3577
3578         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3579         gnus-summary-insert-new-articles when unplugged.  Remove
3580         gnus-summary-search-article-forward.
3581
3582         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3583         display-visual-class instead of display-color-cells.
3584
3585 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * dgnushack.el: Autoload customize-group for XEmacs.
3588
3589         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3590         message/* containing non-ASCII text properly.
3591
3592 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3593
3594         * message.el: Require gmm-utils, remove autoloads.
3595         (message-tool-bar): Set default based on
3596         gmm-tool-bar-style.
3597         (message-tool-bar-gnome): Add gmm-customize-mode.
3598
3599         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3600         gmm-tool-bar-style.
3601         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3602
3603         * gnus-group.el (gnus-group-tool-bar): Set default based on
3604         gmm-tool-bar-style.
3605         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3606
3607         * gmm-utils.el (gmm-image-directory): Rename variable from
3608         gmm-image-load-path.
3609         (gmm-image-load-path): Use gmm-image-directory.
3610         (gmm-customize-mode): New function.
3611         (gmm-tool-bar-style): New variable.
3612
3613         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3614         gnus-group-redraw-line-number.
3615         (gnus-group-redraw-check): Simplify.
3616         (gnus-group-tool-bar-update): Remove redraw check.
3617         (gnus-group-make-tool-bar): Add redraw check.
3618
3619 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3620
3621         * gnus-art.el (gnus-button): Add missing parentheses.
3622
3623 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * lpath.el: Fbind line-number-at-pos.
3626
3627 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3630
3631 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * gnus-art.el (gnus-button): New face.
3634         (gnus-article-button-face): Use it.
3635
3636         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3637         gnus-summary-next-page.  Re-order.
3638
3639         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3640         next-node are now included.
3641         (gnus-group-redraw-line-number): New internal variable.
3642         (gnus-group-redraw-check): Helper function for updating the tool
3643         bar.
3644         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3645
3646         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3647
3648         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3649         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3650         Use it to match format of Spamassassin 3.0 and later.  Reported by
3651         IRIE Tetsuya <irie@t.email.ne.jp>.
3652         (spam-check-bogofilter)
3653         (spam-bogofilter-register-with-bogofilter): Fix args of
3654         `gnus-error' calls.
3655
3656 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3659         unnecessary interaction when sending queued mails.  Reported by
3660         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3661
3662 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3663
3664         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3665         first or last are nil.
3666
3667 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3668
3669         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3670
3671 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3674
3675 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * dns.el (query-dns): Protect more against buggy tcp output.
3678
3679 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3680
3681         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3682         nov.php.
3683
3684 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3685
3686         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3687         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3688         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3689         output on the server side.
3690         (nnweb-google-create-mapping): Update regexps and add some
3691         progress indication.
3692
3693 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3696         gnus-agent-toggle-plugged.  Re-order icons.
3697         (gnus-group-tool-bar-gnome): Add
3698         gnus-group-{prev,next}-unread-group.
3699         (gnus-group-tool-bar-gnome): Re-order icons.
3700
3701         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3702         gnus-summary-insert-new-articles.
3703
3704         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3705         comments.
3706
3707         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3708         also available in Emacs 21.3.
3709
3710         * message.el (message-fix-before-sending): Change "Emacs 22" to
3711         "Emacs 23 (unicode)" in comment.
3712
3713         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3714         "Emacs 23 (unicode)" in comment.
3715
3716         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3717         comment.
3718         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3719
3720         * mm-view.el (mm-fill-flowed): Add :version.
3721
3722 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3725         and load-path.
3726
3727 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * message.el: Autoload gmm-image-load-path.
3730         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3731         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3732         consitency.
3733
3734         * gmm-utils.el (gmm-image-load-path): Also search in
3735         "../etc/images".  Don't set gmm-image-load-path if we don't find
3736         the image.
3737
3738 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gmm-utils.el (gmm-image-load-path): Don't make
3741         `gmm-image-load-path' include subdirectories which the second arg
3742         `image' might specify.
3743
3744         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3745         subdirectory to icon file names.
3746
3747         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3748
3749 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3752         gmm-image-load-path calls.
3753
3754         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3755
3756         * message.el (message-make-tool-bar): Ditto.
3757
3758         * mml.el (mml-preview): Added comment concerning tool bar icons.
3759
3760         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3761         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3762
3763         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3764         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3765
3766         * message.el (message-tool-bar-gnome): Use new icon names.
3767         (message-make-tool-bar): Use `gmm-image-load-path'.
3768
3769         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3770         functions from MH-E.
3771         (gmm-image-load-path): New variable from MH-E.
3772         (gmm-image-load-path): New function from MH-E.  Added arguments
3773         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3774         *-image-load-path-called-flag.
3775
3776 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3777
3778         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3779
3780 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3781
3782         * nnimap.el (nnimap-request-move-article): Change folder back to
3783         source group before deleting.
3784
3785 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3788
3789         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3790         mm-url.
3791
3792         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3793
3794 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3797         coding system which mm-charset-to-coding-system returns for a
3798         given charset is valid.
3799
3800 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3801
3802         * html2text.el (html2text-remove-tag-list):
3803         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3804
3805 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3806
3807         * gnus-cus.el: Revert 2005-10-17 change.
3808
3809 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-art.el (article-strip-banner): Call
3812         article-really-strip-banner only when the regexp match is made.
3813
3814 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * gnus-art.el (article-strip-banner): Use
3817         gnus-extract-address-components instead of
3818         mail-header-parse-addresses to make it work with non-ASCII text;
3819         remove mail-encode-encoded-word-string.
3820
3821         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3822         values which are surrounded with \"...\"; make it never cause a
3823         Lisp error; give up parsing of parameters if it failed in
3824         extracting type.
3825
3826 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3827
3828         * smime.el (smime-cert-by-ldap-1): Fix bug where
3829         `smime-ldap-search' returns results without userCertificates.
3830
3831 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3834
3835 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * spam.el (spam-check-spamassassin-headers): Adapt format for
3838         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3839         <ari@mbf.ocn.ne.jp>.
3840         (spam-list-of-processors): Add spam-use-gmane.
3841
3842 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3845         make-temp-file; make it work with XEmacs as well.
3846
3847         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3848         mm-make-temp-file.
3849
3850         * mm-decode.el (mm-display-external): Use the 3rd arg of
3851         mm-make-temp-file.
3852         (mm-create-image-xemacs): Ditto.
3853
3854 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3857         with message-narrow-to-headers.
3858         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3859         (gnus-draft-check-draft-articles): New function.
3860         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3861
3862 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * gnus-art.el (gnus-article-browse-html-parts):
3865         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3866         Don't use suffix argument for mm-make-temp-file for Emacs 21
3867         compatibility.  Remove useless `format'.
3868
3869 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3870
3871         * nnweb.el (nnweb-google-wash-article): Update regexps.
3872         (nnweb-group-alist): Use defvoo instead of defvar.
3873
3874 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3877         re-loading nn* modules.
3878
3879 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3882         for `tool-bar-mode' and don't check it's default-value.
3883
3884         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3885
3886         * message.el (message-make-tool-bar): Ditto.
3887
3888         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3889         `substring'.  Shorten tmp-file name.
3890
3891         * gnus.el: Remove bogus comment.
3892
3893 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3894
3895         * gnus-art.el (gnus-article-browse-html-parts): New function.
3896         (gnus-article-browse-html-article): New function for viewing html
3897         articles with a browser.
3898
3899 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3900
3901         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3902         in elisp.
3903         (pgg-gpg-encrypt-symmetric-region): Ditto.
3904         (pgg-gpg-sign-region): Ditto.
3905
3906         * pgg-def.el (pgg-text-mode): New variable.
3907
3908         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3909         (mml2015-pgg-encrypt): Ditto.
3910
3911         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3912         (mml1991-pgg-encrypt): Ditto.
3913
3914 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3917         message-make-date instead of current-time-string.
3918
3919         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3920         to gnus-decoded which mm-uu might set.
3921
3922 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3925         don't decode quoted parameters; remove misimported Emacs code.
3926         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3927         (rfc2231-decode-encoded-string): Don't use split-string which
3928         behaves differently according to Emacs version; use
3929         mm-decode-coding-region to convert charset to coding-system.
3930         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3931         (rfc2231-encode-string): Remove misimported Emacs code.
3932
3933 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3936         when calling mail-header-parse-content-type.
3937         (article-de-quoted-unreadable): Ditto.
3938         (article-de-base64-unreadable): Ditto.
3939         (article-wash-html): Ditto.
3940
3941         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3942         calling mail-header-parse-content-type and
3943         mail-header-parse-content-disposition.
3944         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3945         mail-header-parse-content-type.
3946
3947         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3948         insert charset and format parameters; encode description after
3949         inserting it to buffer.
3950         (mml-insert-parameter): Fold lines properly even if a parameter is
3951         segmented into two or more lines; change the max column to 76.
3952
3953         * rfc1843.el (rfc1843-decode-article-body): Don't use
3954         ignore-errors when calling mail-header-parse-content-type.
3955
3956         * rfc2231.el (rfc2231-parse-string): Return at least type if
3957         possible; don't cause an error even if it fails in parsing of
3958         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3959         (rfc2231-encode-string): Don't break lines at the beginning, leave
3960         it to mml-insert-parameter.
3961
3962         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3963         calling mail-header-parse-content-type.
3964
3965 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3966
3967         * spam-report.el (spam-report-gmane-use-article-number):
3968         Improve doc string.
3969         (spam-report-gmane-internal): Check if a suitable header was found
3970         in the article.
3971
3972 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3975         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3976
3977 2006-02-05  Romain Francoise  <romain@orebokech.com>
3978
3979         Update copyright notices of all files in the gnus directory.
3980
3981 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3982
3983         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3984
3985 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3988         segmented lines of parameter value to cope with Thunderbird 1.5
3989         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3990         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3991         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3992
3993 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3994
3995         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3996         parts.
3997
3998 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3999
4000         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4001         there's only one active file for all servers.
4002         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4003         solid groups.  Gnus might have used a FAST request to select the group.
4004         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4005         and nnweb-search redundantly in the active file.
4006         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4007         (nnweb-request-create-group): Don't use ARGS.
4008         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4009         initialisations.  Let nnoo do the work.
4010
4011 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4014         Say the part has been decoded.
4015
4016         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4017
4018 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4019
4020         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4021         mailcap-viewer-test-cache when there's no 'test clause, since that
4022         will invert the meaning of a "nil" test previously determined by
4023         mailcap-mailcap-entry-passes-test.
4024
4025 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4028         compiling.
4029
4030         * gnus-sum.el: Ditto.
4031
4032         * message.el: Don't bind tool-bar-map when compiling.
4033
4034 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4035
4036         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4037
4038 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4039
4040         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4041         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4042         current Google Groups.
4043
4044 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4045
4046         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4047         and tool-bar-mode.
4048
4049         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4050         and tool-bar-mode.
4051
4052         * message.el (message-tool-bar-update): Simplify.
4053         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4054
4055         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4056         gnus-summary-buffer.
4057         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4058         gnus-summary-reply.
4059
4060         * gmm-utils.el (gmm): Add :version.
4061
4062 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * Makefile.in (clean): New rule.
4065         (distclean): Use it.
4066
4067 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4068
4069         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4070         autoload.
4071
4072 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gmm-utils.el (gmm-verbose): Add :group.
4075
4076 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * message.el: Change some comments WRT tool-bars.
4079
4080         * gnus-sum.el (gnus-summary-tool-bar)
4081         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4082         (gnus-summary-tool-bar-zap-list): New variables.
4083         (gnus-summary-make-tool-bar): Complete rewrite using
4084         `gmm-tool-bar-from-list'.
4085
4086         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4087         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4088         variables.
4089         (gnus-group-make-tool-bar): Complete rewrite using
4090         `gmm-tool-bar-from-list'.
4091         (gnus-group-tool-bar-update): New function.
4092
4093         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4094
4095 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4098         is dissected into a single part of which the type is the same as
4099         the given one; decode charset.
4100
4101 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4102
4103         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4104         into alists as symbol not string, since that's what
4105         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4106         look for.
4107
4108 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4111         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4112
4113         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4114
4115 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4118         (gnus-xmas-mime-security-button-menu): New function.
4119
4120         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4121         (gnus-mime-security-button-menu): New definition.
4122         (gnus-mime-security-button-map): Use them.
4123         (gnus-mime-security-button-menu): New function.
4124         (gnus-insert-mime-security-button): Addition to help echo.
4125         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4126         (gnus-mime-security-pipe-part): New functions.
4127
4128         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4129         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4130
4131         * mm-decode.el (mm-handle-set-disposition): Remove.
4132         (mm-handle-set-description): Remove.
4133
4134 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4137         (mm-w3m-standalone-supports-m17n-p): New function.
4138         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4139         w3m usage.
4140
4141         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4142         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4143
4144 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * message.el (message-tool-bar-zap-list): Use
4147         gmm-tool-bar-zap-list as custom type.
4148         (message-tool-bar-update): New function.
4149         (message-tool-bar, message-tool-bar-gnome)
4150         (message-tool-bar-retro): Add message-tool-bar-update.
4151         (message-tool-bar-gnome): Add flyspell-buffer.
4152
4153         * gnus-util.el (gnus-error): Describe `args'.
4154
4155         * gmm-utils.el (gmm-error): Describe `args'.
4156         (gmm-tool-bar-zap-list): New widget.
4157         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4158
4159 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4162         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4163         the number of recursive calls.
4164
4165         * mm-decode.el (mm-handle-set-disposition): New macro.
4166         (mm-handle-set-description): New macro.
4167
4168 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4171         encoding.
4172
4173 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * message.el (message-tool-bar-zap-list, message-tool-bar)
4176         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4177         (message-tool-bar-local-item-from-menu): Remove.
4178         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4179         (message-make-tool-bar): New function.
4180         (message-mode): Use `message-make-tool-bar'.
4181
4182         * gmm-utils.el: New file.
4183         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4184         (gmm-lazy): New widget copied from `nnmail.el'.
4185         (gmm-tool-bar-from-list): New function for creating customizable
4186         tool bars.
4187         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4188         output.
4189         (gmm): Add :prefix to defgroup.
4190
4191 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4192
4193         * gmm-utils.el (gmm-widget-p): New function.
4194
4195 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * mml.el (mml-attach-file): Describe `description' in doc string.
4198         (mml-menu): Add Emacs MIME manual and PGG manual.
4199
4200 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4201
4202         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4203
4204 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4205
4206         * nntp.el (nntp-end-of-line): Doc fix.
4207
4208 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4209
4210         * imap.el (imap-open): Handle case where buffer is a buffer
4211         object.
4212
4213 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4214
4215         * gnus-delay.el (gnus-delay): Don't autoload.
4216         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4217         to be re-loaded when customizing the `gnus-delay' group.
4218
4219 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4220
4221         * message.el (message-insert-citation-line): Use newlines.
4222
4223 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4224
4225         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4226         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4227         these routines, so the passphrase can be managed externally and
4228         passed in to the system.
4229         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4230         pgg-add-passphrase-to-cache function.
4231
4232         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4233         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4234         these routines, so the passphrase can be managed externally and
4235         passed in to the system.
4236         (pgg-pgp5-sign-region): Use new name of
4237         pgg-add-passphrase-to-cache function.
4238
4239 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4240
4241         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4242         part of the decoded armor to find the key-identifier.
4243         (pgg-gpg-lookup-key-owner): New function to return the
4244         human-readable identifier of a key owner.
4245         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4246         itself.
4247         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4248         the key value) if we have a key and can match it against a secret
4249         key.  Also, added a note pointing out fact that the prompt only
4250         indicates the first matching key.
4251
4252         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4253         pgg-decrypt-region.
4254         (pgg-add-passphrase-to-cache): Rename from
4255         `pgg-add-passphrase-cache' to reduce confusion (all callers
4256         changed).
4257         (pgg-remove-passphrase-from-cache): Rename from
4258         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4259         changed).
4260         (pgg-read-passphrase, pgg-add-passphrase-cache)
4261         (pgg-remove-passphrase-cache): Add informative docstrings.
4262         (pgg-decrypt): Convey provided passphrase in subordinate call to
4263         pgg-decrypt-region.
4264
4265 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4266
4267         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4268         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4269         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4270         'passphrase' argument, so the passphrase can be managed externally
4271         and then passed in to the system.
4272
4273         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4274         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4275         so the passphrase cache can be used reliably with identifiers
4276         besides a pgp packet's key id.
4277
4278         * pgg-gpg.el (pgg-gpg-encrypt-region)
4279         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4280         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4281         these routines, so the passphrase can be managed externally and
4282         passed in to the system.
4283
4284         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4285         'notruncate' argument, so the passphrase cache can be used
4286         reliably with identifiers besides a pgp packet's key id.
4287
4288 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4289
4290         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4291         symmetric encryption.
4292         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4293         encrypted session key.
4294         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4295         message ask for the passphrase in a proper way.
4296
4297         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4298         New user commands for symmetric encryption.
4299
4300 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4303
4304         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4305
4306 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4307
4308         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4309
4310 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * mm-decode.el (mm-inlined-types): Add application/pgp.
4313         (mm-automatic-display): Ditto.
4314
4315         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4316         part as text.
4317
4318 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * nnrss.el: Update copyright.
4321         (nnrss-opml-import): Query whether to subscribe to each entry.
4322
4323         * gnus-art.el:
4324         * gnus-sum.el:
4325         * gnus-xmas.el:
4326         * messagexmas.el:
4327         * mm-uu.el:
4328         * mm-view.el: Update copyright.
4329
4330 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * message.el (message-info): New function.
4333         (message-mode-menu): Add it.
4334         Update copyright.
4335
4336         * ChangeLog: Fix and update copyright.
4337
4338 2006-01-13  Romain Francoise  <romain@orebokech.com>
4339
4340         * message.el (message-forward-subject-name-subject): Prefer the
4341         address to 'nowhere' if the sender has no name.
4342         Fix typo.  Update copyright year.
4343
4344 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (article-wash-html): Use
4347         gnus-summary-show-article-charset-alist if a numeric arg is given.
4348         (gnus-article-wash-html-with-w3m-standalone): New function.
4349
4350         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4351         mm-inline-text-html-render-with-w3m-standalone.
4352         (mm-text-html-washer-alist): Map w3m-standalone to
4353         gnus-article-wash-html-with-w3m-standalone.
4354         (mm-inline-text-html-render-with-w3m-standalone): New function.
4355
4356 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4359         Improve LaTeX.
4360
4361 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4364         (nnrss-request-article): Render text/plain parts as HTML.
4365
4366         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4367         the buffer.
4368
4369 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4370
4371         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4372         custom definition of `gnus-posting-styles'.
4373
4374         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4375         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4376
4377 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4378
4379         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4380         Use nntp for bug archive.
4381
4382 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4385         parts.
4386         (nnrss-normalize-date): New function converts ISO 8601 date into
4387         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4388         (nnrss-check-group): Use it.
4389
4390 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4393
4394         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4395         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4396         (nnrss-insert-w3): Ditto.
4397
4398 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4401         the articles to be forwarded including the case where neither a
4402         number of articles nor a region is specified.
4403
4404 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * nnrss.el (nnrss-request-article): Fix last change; fill
4407         text/plain parts.
4408
4409 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4412         in text/plain part.
4413         (nnrss-check-group): Don't add excessive newline to dc:subject.
4414
4415 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4416
4417         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4418         article.
4419
4420 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4421
4422         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4423         (nnml-use-compressed-files, nnml-save-mail): Support other
4424         comression programs such as bzip2.
4425
4426 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * dns.el (query-dns): Make sure we check the buffer size before
4429         removing tcp headers.
4430
4431 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4434         remove MIME buttons associated with multipart/alternative parts.
4435         (gnus-mime-display-alternative): Tag buttons using `article-type'
4436         text property.
4437
4438         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4439         associated with multipart/alternative parts.
4440
4441         * gnus-art.el (gnus-signature-separator): Fix custom type.
4442
4443         * mm-decode.el (mm-inlined-types): Fix custom type.
4444         (mm-keep-viewer-alive-types): Ditto.
4445         (mm-automatic-display): Ditto.
4446         (mm-attachment-override-types): Ditto.
4447         (mm-inline-override-types): Ditto.
4448         (mm-automatic-external-display): Ditto.
4449
4450 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * spam-report.el (spam-report-user-mail-address)
4453         (spam-report-user-agent): New variables.
4454         (spam-report-url-ping-plain): Use spam-report-user-agent.
4455
4456 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4457
4458         * gnus-art.el (gnus-button-handle-custom): Do not just use
4459         `customize-apropos' for any "M-x customize-*" button but the
4460         function called for.  Accept both the function name and its
4461         argument in order to achieve this.
4462         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4463         function name to `gnus-button-handle-custom' in case of "M-x
4464         customize-*" buttons.
4465
4466 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4469         multipart/alternative and add xref to mm-discouraged-alternatives
4470         in doc string.
4471
4472         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4473         gnus-buttonized-mime-types in doc string.
4474
4475 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4478         Suggest image/.* in the doc string.
4479
4480 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4483         message-marks (Debian bug #342521).
4484
4485 2005-12-12  Simon Josefsson  <jas@extundo.com>
4486
4487         * password.el (password-read-from-cache): Add.
4488         (password-read): Use it.
4489
4490 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4493         us-ascii as a MIME charset.
4494
4495         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4496         against the case where the 2nd arg TYPE is nil.
4497
4498 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4499
4500         * pop3.el (pop3-stream-type): Fix custom version.
4501
4502         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4503
4504 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4505
4506         * mm-decode.el (mm-display-external): Add missing cdr.
4507
4508 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4511         RFC1524) if it is in mailcap or add a suffix according to
4512         mailcap-mime-extensions when generating a temp filename; postpone
4513         deleting a temp file for 2 seconds for some wrappers, shell
4514         scripts, and so on, which might exit right after having started a
4515         viewer command as a background job.
4516
4517 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * nntp.el (nntp-marks-directory): Fix custom group.
4520
4521         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4522         steps when < 10.
4523
4524         * gnus-start.el (gnus-no-server-1): Mention
4525         `gnus-level-default-subscribed' in doc string.
4526
4527 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4528
4529         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4530         parens.
4531
4532 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-xmas.el (gnus-use-toolbar): Revert.
4535         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4536         gnus-use-toolbar is default.
4537
4538         * messagexmas.el (message-use-toolbar): Revert.
4539         (message-setup-toolbar): Use global default-toolbar if
4540         message-use-toolbar is default.
4541
4542 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4545         according to default-toolbar-visible-p.
4546
4547         * messagexmas.el (message-use-toolbar): Ditto.
4548
4549 2005-11-26  Dave Love  <fx@gnu.org>
4550
4551         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4552         (tls-program, tls-success): Provide openssl alternative.
4553
4554         * starttls.el: Doc fixes.
4555         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4556         SERVICE to PORT.
4557
4558         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4559         port null or service name.
4560         (starttls-negotiate): Autoload.
4561
4562 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * message.el (message-kill-to-signature): Fix interactive spec.
4565
4566 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * pop3.el (pop3-open-server): Recognize a string as a service name.
4569
4570 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4571
4572         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4573
4574 2005-11-23  Dave Love  <fx@gnu.org>
4575
4576         Add pop3s, pop3/starttls.
4577
4578         * pop3.el (pop3-authentication-scheme): Clarify doc.
4579         (open-tls-stream, starttls-open-stream): Autoload.
4580         (pop3-stream-type): New.
4581         (pop3-open-server): Use it.
4582
4583         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4584         for POP.
4585         (mail-source-keyword-map): Add :stream for POP.
4586         (mail-source-fetch-pop): Use pop3-stream-type.
4587
4588 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4591         of current-time-string.
4592
4593 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4594
4595         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4596         date header.
4597
4598 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4599
4600         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4601         it can seriously impact performance as it bypasses the agent's
4602         local caches.
4603
4604 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4605
4606         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4607         must be explicitly online rather than "not explicitly offline" for
4608         its flags to be synchronized.
4609
4610         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4611         that gnus-uu-unmark-thread will function correctly.
4612
4613         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4614         1024K is instead displayed as 1M.
4615
4616 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4619
4620 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4621
4622         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4623
4624 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4625
4626         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4627         error message to display actual error condition.
4628         (gnus-agent-save-local): Avoid saving symbols that are bound to
4629         nil as they simply result in a warning message in
4630         gnus-agent-read-local.
4631
4632 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4635         rather than make-variable-buffer-local for file-precious-flag.
4636
4637 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4638
4639         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4640         for duplicates which are removed.  The invalid sort check then
4641         triggers a rescan after the sort as sorting may have moved
4642         duplicate entries such that they can be cheaply detected.
4643
4644 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4647
4648 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4649
4650         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4651         internal variable to a custom variable.  Changed default value
4652         from compressed(2) to uncompressed(1).
4653         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4654         support for uncompressed agentview files.  Taken together, reading
4655         the agentview file should now be 6-7 times faster.
4656
4657 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4660         as a buffer-local variable.  This avoids creating truncated
4661         dribble files as a result of a hang up, eg.
4662
4663 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4664
4665         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4666         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4667         XEmacs.
4668
4669 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * gnus-start.el (gnus-start-draft-setup): Enforce
4672         `gnus-draft-mode' for nndraft:drafts at startup.
4673
4674         * gnus.el (gnus-splash): Change custom group.
4675         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4676         allow-list argument.
4677
4678         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4679         string.
4680
4681 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * gnus-art.el (gnus-default-article-saver): Add user-defined
4684         `function' to custom type.
4685
4686 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4687
4688         * imap.el (imap-open): Handle case where buffer is a buffer
4689         object.
4690
4691 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4694         long lines.
4695         (gnus-cache-delete-group): Wrap doc strings.
4696
4697         * gnus-agent.el (gnus-agent-rename-group)
4698         (gnus-agent-delete-group): Wrap doc strings.
4699
4700
4701 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * messagexmas.el (message-use-toolbar): Change the valid values
4704         into default, top, bottom, left, and right.
4705         (message-toolbar-thickness): New variable.
4706         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4707         well.
4708         (message-setup-toolbar): Make it work.
4709
4710         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4711         (gnus-use-toolbar): Change the valid values into default, top,
4712         bottom, left, and right.
4713         (gnus-toolbar-thickness): New variable.
4714         (gnus-xmas-setup-toolbar): New function.
4715         (gnus-xmas-setup-group-toolbar): Use it.
4716         (gnus-xmas-setup-summary-toolbar): Use it.
4717
4718 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * gnus-start.el (gnus-1): Add "native" to
4721         gnus-predefined-server-alist.
4722
4723         * gnus.el (gnus-method-to-server): Don't add "native" to the
4724         lists here, because that leads to problems when
4725         gnus-select-method is bound.
4726
4727 2005-11-09  Simon Josefsson  <jas@extundo.com>
4728
4729         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4730         use (not sort-by-date) instead.
4731
4732 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * gnus-delay.el (gnus-delay-group): Don't autoload.
4735         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4736         to be re-loaded when customizing the `gnus-delay' group.
4737
4738 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4739
4740         * message.el: Revert last changes.
4741         (message-insert-citation-line): Use newlines.
4742
4743 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4744
4745         * message.el (message-courtesy-message)
4746         (message-mark-insert-begin, message-mark-insert-end)
4747         (message-elide-ellipsis, message-cancel-message)
4748         (message-add-header, message-change-subject)
4749         (message-cross-post-followup-to-header)
4750         (message-cross-post-insert-note, message-reduce-to-to-cc)
4751         (message-widen-reply, message-delete-not-region)
4752         (message-kill-to-signature, message-insert-signature)
4753         (message-insert-importance-high, message-insert-importance-low)
4754         (message-insert-or-toggle-importance)
4755         (message-insert-disposition-notification-to)
4756         (message-indent-citation, message-yank-original)
4757         (message-cite-original-without-signature, message-cite-original)
4758         (message-insert-citation-line, message-position-on-field)
4759         (message-fix-before-sending, message-send-mail-partially)
4760         (message-send-mail, message-send-mail-with-sendmail)
4761         (message-send-mail-with-qmail, message-send-news)
4762         (message-check-news-header-syntax, message-generate-headers)
4763         (message-insert-courtesy-copy, message-fill-address)
4764         (message-fill-header, message-shorten-references)
4765         (message-setup-1, message-cancel-news)
4766         (message-forward-make-body-plain, message-forward-make-body-mime)
4767         (message-forward-make-body-mml, message-encode-message-body)
4768         (message-forward-make-body-digest-plain)
4769         (message-forward-make-body-digest-mime)
4770         (message-use-alternative-email-as-from): Insert `hard-newline'
4771         instead of ordinary newlines.
4772
4773 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * message.el (message-generate-headers): Downcase the argument
4776         given to message-check-element.
4777
4778 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4779
4780         * nntp.el (nntp-authinfo-rejected): New error condition.
4781         (nntp-wait-for): Use new error condition to signal authentication
4782         error.
4783         (nntp-retrieve-data): Rethrow new error condition to break out of
4784         recursive call to nntp-send-authinfo.
4785
4786 2005-11-08  Romain Francoise  <romain@orebokech.com>
4787
4788         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4789         (gnus-summary-exit-map): Bind to `Z p'.
4790         (gnus-summary-make-menu-bar): Add menu item.
4791
4792 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4795         (gnus-treat-*): Add `first' in all doc strings.
4796
4797         * gnus-group.el (gnus-group-compact-group): Fix typo.
4798
4799 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus.el (gnus-parameters-case-fold-search): New variable.
4802         (gnus-parameters-get-parameter): Use it.
4803
4804         * gnus-score.el (gnus-home-score-file): Doc fix.
4805
4806 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4807
4808         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4809
4810 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * mm-util.el (mm-special-display-p): New function.
4813
4814         * mml.el (mml-preview): Use it; doc fix.
4815
4816 2005-10-29  Romain Francoise  <romain@orebokech.com>
4817
4818         * message.el (message-fix-before-sending): Fix comment.
4819
4820 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4821
4822         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4823
4824 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4825
4826         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4827         Used in gnus-score.el.
4828
4829 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4832
4833 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4834
4835         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4836         whitespace removed in revision 7.8.  Use concatenated string to
4837         protect trailing whitespace.
4838
4839 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4840
4841         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4842         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4843         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4844         Courier IMAP ("some version from 2004").  Mostly based on similar
4845         code in the same function.
4846
4847 2005-10-26  Didier Verna  <didier@xemacs.org>
4848
4849         * gnus-group.el (gnus-group-compact-group): invalidate original
4850         article buffer.
4851         * gnus-srvr.el (gnus-server-compact-server): ditto.
4852         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4853         NOV database and in article itself.
4854         Invalidate article backlog.
4855
4856 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4859
4860 2005-10-26  Simon Josefsson  <jas@extundo.com>
4861
4862         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4863         part of 2004-07-25 change.
4864
4865 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * message.el (message-display-completion-list): New function.
4868         (message-expand-group): Use it; make sure the Completions buffer
4869         is modifiable.
4870
4871 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4872
4873         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4874         user-mail-name is an empty string.
4875
4876 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4879         depending on gnus-score-decay-constant.
4880
4881         * encrypt.el (encrypt-insert-file-contents)
4882         (encrypt-write-file-contents): Don't use `gnus-message'.
4883
4884         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4885         arguments.
4886         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4887         arguments to mm-uu-verbatim-marks-extract.
4888         (mm-uu-hide-markers): New variable.
4889         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4890
4891         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4892         (gnus-convert-image-to-face-command): Use "convert" by default to
4893         allow other input image formats.
4894         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4895         accordingly.
4896
4897 2005-10-23  Simon Josefsson  <jas@extundo.com>
4898
4899         * imap.el (imap-gssapi-program): Align command line parameters
4900         with latest GNU SASL.
4901         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4902
4903 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4906         HTML.
4907         (nnslashdot-request-article): Ditto.
4908
4909         * lpath.el (featurep): Add nobreak-char-display.
4910
4911 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4912
4913         * mail-source.el (mail-source-fetch-pop): Require pop3.
4914         (mail-source-check-pop): Ditto.
4915
4916 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4919         errors.
4920
4921 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4922
4923         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4924         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4925
4926         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4927
4928         * mm-bodies.el (mm-decode-string): Call
4929         `mm-charset-to-coding-system' with allow-override argument.
4930
4931 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4934         (rfc2047-charset-to-coding-system): New function.
4935         (rfc2047-decode-encoded-words): New function.
4936         (rfc2047-decode-region): Use them.
4937         (rfc2047-decode-cte): Remove.
4938         (rfc2047-parse-and-decode): Remove.
4939         (rfc2047-decode): Remove.
4940
4941 2005-10-15  Kenichi Handa  <handa@m17n.org>
4942
4943         * rfc2047.el (rfc2047-decode-cte): New function.
4944         (rfc2047-decode-region): Change the way to decode successive
4945         encoded-words: decode B- or Q-encoding in each encoded-word,
4946         concatenate them, and decode it as charset.
4947
4948 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * lpath.el: Fbind codepage-setup for XEmacs.
4951
4952 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4953
4954         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4955         widget-move-and-invoke.
4956         (gnus-custom-mode): Use gnus-custom-map.
4957
4958 2005-10-15  Bill Wohler  <wohler@newt.com>
4959
4960         * message.el (message-tool-bar-map): Renamed image file from
4961         mail_send to mail/send.
4962
4963 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4964
4965         * message.el (message-expand-group): Pass the common
4966         prefix substring of completion to `display-completion-list'.
4967
4968 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * mml-sec.el (mml-secure-method): New internal variable.
4971         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4972         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4973         functions using mml-secure-method.
4974
4975         * mml.el (mml-mode-map): Add key bindings for those functions.
4976         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4977         Harder <harder@myrealbox.com>.
4978         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4979         end of message if point is the headers of the message.
4980
4981         * message.el (message-in-body-p): New function.
4982
4983         * assistant.el: Autoload gnus-util and netrc.
4984
4985         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4986         Use `mm-charset-override-alist' only when decoding.
4987
4988         * mm-bodies.el (mm-decode-body): Call
4989         `mm-charset-to-coding-system' with allow-override argument.
4990
4991         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4992         `filename' from Content-Disposition if Content-Type doesn't
4993         provide `name'.
4994         (gnus-mime-view-part-as-type): Set default instead of
4995         initial-input.
4996
4997 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4998
4999         * format-spec.el (format-spec): Propagate text properties of % spec.
5000
5001 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-art.el (gnus-treat-predicate): Add `first'.
5004
5005 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5008         (mm-charset-override-alist): New variable.
5009         (mm-charset-to-coding-system): Use it.
5010         (mm-codepage-setup): New helper function.
5011         (mm-charset-eval-alist): New variable.
5012         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5013         about unknown charsets.
5014
5015         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5016
5017 2005-10-04  David Hansen  <david.hansen@gmx.net>
5018
5019         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5020         (nnrss-check-group): Ditto.
5021
5022 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5025         Rename x-gnus-verbatim to x-verbatim.
5026         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5027
5028         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5029         x-verbatim.
5030
5031         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5032
5033         * gnus-util.el (gnus-remove-duplicates): Remove.
5034
5035         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5036         instead of gnus-remove-duplicates.
5037
5038         * message.el (message-remove-duplicates): Remove.
5039         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5040         message-remove-duplicates.
5041
5042         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5043         available, else use implementation from `delete-dups'.
5044
5045         * message.el (message-insert-expires): New function.
5046         (message-mode-map): Add key binding.
5047         (message-mode-field-menu): Add menu entry.
5048         (message-mode): Document it.
5049         (message-make-expires-date): Use `message-make-date'.
5050
5051 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5052
5053         * message.el (message-make-expires-date): New function.
5054
5055 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * Makefile.in (list-installed-shadows): New entry.
5058         (install): Use it.
5059         (remove-installed-shadows): New entry.
5060
5061         * dgnushack.el (dgnushack-default-load-path): New variable.
5062         (dgnushack-find-lisp-shadows): New function.
5063         (dgnushack-remove-lisp-shadows): New function.
5064
5065 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * Makefile.in (install-el-elc): New entry.
5068         (install): Use it so that .el files are necessarily installed.
5069
5070 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5073
5074 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5077         function rather than the diff-mode.el package.
5078         (mm-display-external): Use with-current-buffer.
5079         (mm-viewer-completion-map, mm-viewer-completion-map):
5080         Move initialization inside declaration.
5081
5082 2005-09-29  Simon Josefsson  <jas@extundo.com>
5083
5084         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5085         autoload mail-check-payment.
5086         (spam-check-hashcash): Define unconditionally, since hashcash.el
5087         is part of Gnus now.  Ignore errors from payment checking.
5088
5089 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-bold-region, message-unbold-region): Rename
5092         from `bold-region' and `unbold-region'.
5093
5094         * message.el: Remove useless autoloads.
5095
5096 2005-09-28  Simon Josefsson  <jas@extundo.com>
5097
5098         * message.el (message-use-idna): Default to t.
5099         (message-use-idna): Test whether encoding works too.  Doc fix.
5100
5101 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * nntp.el (nntp-warn-about-losing-connection): Remove.
5104
5105 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5106
5107         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5108         customizable.  Change default value.
5109         (mm-uu-diff-groups-regexp): Change default value.
5110         (mm-uu-type-alist): Add doc string.
5111         (mm-uu-configure): Add doc string.  Make it interactive.
5112         (mm-uu-tex-groups-regexp): New variable.
5113         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5114         (mm-uu-type-alist): Add LaTeX documents.
5115         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5116         of "text/verbatim".
5117         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5118
5119         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5120         instead of "text/verbatim".
5121
5122         * message.el (message-mark-inserted-region)
5123         (message-mark-insert-file): Use slrn style marks when called with
5124         prefix argument.
5125
5126 2005-09-27  Simon Josefsson  <jas@extundo.com>
5127
5128         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5129
5130 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5131
5132         * message.el (message-remove-duplicates): New function.
5133         Implementation borrowed from `gnus-remove-duplicates'.
5134         (message-idna-to-ascii-rhs): Also encode idna addresses in
5135         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5136         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5137         only ask about the same idna domain once per header and also tell
5138         in what header to replace the idna domain.
5139
5140         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5141         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5142         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5143         a header is decoded and not just the last one.
5144
5145 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5148         has been decoded.
5149
5150         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5151         (mm-insert-part): Don't modify text if it has been decoded.
5152
5153         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5154         decoded.
5155
5156         * mm-view.el (mm-inline-text): Don't strip text props unless
5157         decoding enriched or richtext parts.
5158
5159 2005-09-25  Romain Francoise  <romain@orebokech.com>
5160
5161         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5162         * gnus-start.el (gnus-subscribe-interactively):
5163         * gnus-uu.el (gnus-uu-grab-articles):
5164         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5165         space.
5166
5167 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5168
5169         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5170         * mm-view.el (mm-view-pkcs7-decrypt):
5171         * gnus-sum.el (gnus-summary-limit-to-extra)
5172         (gnus-summary-respool-article, gnus-read-move-group-name):
5173         * gnus-score.el (gnus-summary-increase-score):
5174         * gnus-util.el (gnus-completing-read-with-default):
5175         * gnus-art.el (gnus-read-save-file-name)
5176         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5177         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5178         * message.el (message-check-news-header-syntax):
5179         Follow convention for reading with the minibuffer.
5180
5181 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * spam-report.el (spam-report-url-ping-plain):
5184         Use gnus-extended-version as User-Agent.
5185
5186         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5187         default value is nil.
5188
5189         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5190         (mm-uu-verbatim-marks-extract): New function.
5191         (mm-uu-extract): New face.
5192         (mm-uu-copy-to-buffer): Use it.
5193
5194         * spam-report.el (spam-report-gmane-ham): Renamed from
5195         `spam-report-gmane-unspam'.
5196         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5197         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5198
5199         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5200         Autoload.
5201         (spam-report-gmane-unregister-routine): Renamed
5202         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5203
5204 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5207         (spam-report-gmane-unregister-routine): Add support for gmane
5208         unregistration.
5209
5210         * spam-report.el (spam-report-gmane-unspam)
5211         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5212         (spam-report-gmane): Change to take a single article and do unspam
5213         registration.
5214
5215 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * mm-url.el (mm-url-decode-entities): Fix regexp.
5218
5219 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5222         default to nil, to be able to use Gnus at all.  If the default
5223         switches to something else, then the function should be fixed not
5224         be exceedingly slow.
5225
5226 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5227
5228         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5229         fail hard.
5230
5231         * spam-report.el: Add better Keywords line.
5232
5233         * spam.el: Add Maintainer and better Keywords line.
5234
5235 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * gnus-art.el (gnus-article-replace-part)
5238         (gnus-mime-replace-part): New functions.
5239         (gnus-mime-action-alist, gnus-mime-button-commands)
5240         (gnus-mime-save-part-and-strip): Added file argument.
5241         (gnus-article-part-wrapper): Added interactive argument.
5242
5243         * gnus-sum.el (gnus-summary-mime-map): Add
5244         `gnus-article-replace-part'.
5245
5246 2005-09-19  Didier Verna  <didier@xemacs.org>
5247
5248         The nnml compaction feature:
5249         * nnml.el (nnml-request-compact-group): New function.
5250         * nnml.el (nnml-request-compact): New function.
5251         * gnus-int.el (gnus-request-compact-group): New function.
5252         * gnus-int.el (gnus-request-compact): New function.
5253         * gnus-group.el (gnus-group-compact-group): New function.
5254         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5255         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5256         * gnus-srvr.el (gnus-server-compact-server): New function.
5257         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5258         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5259
5260 2005-09-18  Deepak Goel  <deego@gnufans.org>
5261
5262         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5263         format spec.
5264
5265 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5268
5269 2005-09-15  Romain Francoise  <romain@orebokech.com>
5270
5271         * message.el (message-fill-paragraph): Clarify docstring.
5272
5273 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-art.el (gnus-mime-display-part): Protect against broken
5276         MIME messages.
5277
5278 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5281         before parsing header.
5282
5283 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5284
5285         * html2text.el: (html2text-replace-list): Add new entities.
5286
5287 2005-09-11  Romain Francoise  <romain@orebokech.com>
5288
5289         * message.el (message-alternative-emails): Improve docstring.
5290         (message-setup-1): Call `message-use-alternative-email-as-from'
5291         after `message-setup-hook' to give it precedence over posting
5292         styles, etc.
5293         (message-use-alternative-email-as-from): Add docstring.  Remove
5294         the original From header if present.
5295
5296         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5297         (nnml-save-mail): Use it.
5298
5299         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5300         articles.  Add new argument `silent'.
5301         (gnus-uu-mark-all): Report the total number of marked articles.
5302
5303 2005-09-10  Romain Francoise  <romain@orebokech.com>
5304
5305         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5306         (gnus-uu-mark-series): Likewise.
5307
5308 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * spam-report.el (spam-report-gmane): Fix generation of spam
5311         report URL.
5312
5313 2005-09-10  Simon Josefsson  <jas@extundo.com>
5314
5315         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5316         t, based on discussion on the ding list with Robert Epprecht
5317         <epprecht@solnet.ch>.
5318
5319 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * spam-report.el (spam-report-gmane): Make it work without
5322         X-Report-Spam header.  Gmane now only provides Archived-At.
5323         This is only used if `spam-report-gmane-use-article-number' is nil.
5324         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5325
5326         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5327         make `gnus-summary-sort-by-recipient' work with threading.
5328
5329         * nnweb.el (nnweb-google-wash-article): Print a message if article
5330         is not available.
5331
5332 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5333
5334         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5335         change.  Decode text/* parts content before displaying.
5336
5337 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5340
5341 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5342
5343         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5344
5345         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5346         url-package-name, url-package-version,
5347         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5348         w3m-display-inline-images, and w3m-minor-mode-map.
5349
5350 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * message.el (message-tab-body-function): Fixed mismatched custom
5353         type.
5354
5355         * gnus.el (gnus-group-change-level-function): Ditto.
5356
5357         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5358
5359         * gnus-art.el (gnus-signature-limit)
5360         (gnus-article-mime-part-function): Ditto.
5361
5362 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mml.el (mml-mode): Silence the byte compiler.
5365
5366         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5367         using `(sit-for 0)' before moving the point to the specified part;
5368         skip unbuttonized parts.
5369         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5370         return to the summary window if gnus-auto-select-part is non-nil.
5371
5372 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5375         variables.
5376         (mml-dnd-attach-file, mml-mode): Use them.
5377
5378         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5379         Make fetching article by MID work again for Google Groups.  Added
5380         FIXME concerning gnus-group-make-web-group.
5381
5382         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5383         Don't depend on Gnus by using mail-extract-address-components if
5384         gnus-extract-address-components is not bound.
5385
5386 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5387
5388         * gnus-art.el (gnus-mime-display-security): Don't display the
5389         signature, but only the signed part.
5390
5391 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5394
5395         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5396         list, not listp.
5397
5398 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5399
5400         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5401         when encoding.
5402
5403         * mm-bodies.el (mm-decode-content-transfer-encoding):
5404         De-canonicalize CRLF for all text content types, not just
5405         text/plain.
5406
5407 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5410         valid article; point arrow and cursor at the MIME button.
5411
5412 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5415         Suggested by Dan Christensen <jdc@uwo.ca>.
5416
5417         * mm-decode.el (mm-save-part): Enable change of prompt.
5418
5419 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5420
5421         * gnus-msg.el (gnus-inews-add-send-actions): Made
5422         `message-post-method' lambda parameter ARG `&optional'.
5423
5424 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-sum.el (gnus-summary-mime-map): Added
5427         gnus-article-save-part-and-strip, gnus-article-delete-part and
5428         gnus-article-jump-to-part.
5429
5430         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5431         (gnus-article-edit-part): Use it.
5432         (gnus-article-part-wrapper): Added no-handle argument.
5433         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5434         functions.
5435
5436 2005-08-29  Romain Francoise  <romain@orebokech.com>
5437
5438         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5439         docstring.
5440         (gnus-face-from-file): Likewise.
5441
5442 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5445         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5446         non-nil.
5447         (gnus-auto-select-part): New variable.
5448         (gnus-article-jump-to-part): New function.
5449         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5450         (gnus-mime-delete-part): Allow selecting specified part after
5451         deleting or stripping parts.
5452         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5453         part if argument is bogus.
5454
5455 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5456
5457         * gnus-art.el (w3m-minor-mode-map):
5458         * gnus-spec.el (gnus-newsrc-file-version):
5459         * gnus-util.el (nnmail-active-file-coding-system)
5460         (gnus-original-article-buffer, gnus-user-agent):
5461         * gnus.el (gnus-ham-process-destinations)
5462         (gnus-parameter-ham-marks-alist)
5463         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5464         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5465         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5466         * mm-decode.el (gnus-current-window-configuration):
5467         * mm-extern.el (gnus-article-mime-handles):
5468         * mm-url.el (url-current-object, url-package-name)
5469         (url-package-version):
5470         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5471         (smime-keys, w3m-cid-retrieve-function-alist)
5472         (w3m-current-buffer, w3m-display-inline-images)
5473         (w3m-minor-mode-map):
5474         * mml-smime.el (gnus-extract-address-components):
5475         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5476         (gnus-newsrc-hashtb, message-default-charset)
5477         (message-deletable-headers, message-options)
5478         (message-posting-charset, message-required-mail-headers)
5479         (message-required-news-headers):
5480         * mml1991.el (mc-pgp-always-sign):
5481         * mml2015.el (mc-pgp-always-sign):
5482         * nnheader.el (nnmail-extra-headers):
5483         * rfc1843.el (gnus-decode-encoded-word-function)
5484         (gnus-decode-header-function, gnus-newsgroup-name):
5485         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5486
5487 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5488
5489         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5490         the end of the date treatments.
5491
5492 2005-08-15  Simon Josefsson  <jas@extundo.com>
5493
5494         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5495         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5496         Capello and Romain Francoise.
5497         (pgg-fetch-key-function): Removed, not used?
5498         (pgg-insert-url-with-w3): Require url, to get
5499         url-insert-file-contents regardless of where it is defined.
5500
5501 2005-08-13  Romain Francoise  <romain@orebokech.com>
5502
5503         * message.el (message-cite-original-1): New function.
5504         (message-cite-original): Use it.
5505         (message-cite-original-without-signature): Ditto.
5506
5507 2005-08-08  Romain Francoise  <romain@orebokech.com>
5508
5509         * message.el (message-yank-empty-prefix): New variable.
5510         (message-indent-citation): Use it.
5511         (message-cite-original-without-signature): Respect X-No-Archive.
5512
5513 2005-08-08  Simon Josefsson  <jas@extundo.com>
5514
5515         * pgg.el: Autoload url-insert-file-contents instead of loading
5516         w3/url.
5517         (pgg-insert-url-with-w3): Don't load url here.
5518
5519 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5520
5521         * message.el (message-kill-to-signature): Don't insert newline at
5522         bol.
5523         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5524
5525 2005-08-06  Romain Francoise  <romain@orebokech.com>
5526
5527         * message.el (message-user-fqdn): Fix typo in docstring.
5528
5529 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5530
5531         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5532
5533         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5534
5535 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mm-bodies.el (mm-encode-body): Use coding system rather than
5538         charset to encode text.
5539
5540         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5541         number of charsets if utf-8 is available (XEmacs).
5542
5543 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5546         taken from `gnus-button-mid-or-mail-regexp'.
5547         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5548         (gnus-button-alist): Improve regexp for domain part of the MIDs
5549         for news:localpart@domain buttons.
5550         (gnus-button-ctan-directory-regexp): Update.
5551
5552 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * sieve-manage.el (sieve-manage-interactive-login): Use
5555         make-local-variable rather than make-variable-buffer-local.
5556         (sieve-manage-open): Ditto.
5557         (sieve-manage-authenticate): Ditto.
5558
5559         * mml.el (mml-generate-mime-1): Make the content type default to
5560         text/plain if the filename is not specified.
5561
5562 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5565         instead of insert-buffer.
5566
5567         * message.el (message-yank-original): Ditto; set the mark at the
5568         end of the yanked message.
5569
5570 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5573         lines to scroll rather than to stop it.
5574
5575         * mml.el (mml-generate-default-type): Add doc string.
5576         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5577         default to application/octet-stream when determining the content
5578         type if it is not specified for the part or the mml contents; add
5579         a comment about mml-generate-default-type.
5580
5581 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5584         make it default to application/octet-stream when determining the
5585         content type if it is not specified for the external contents.
5586
5587 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5590         segmented parameter but also other parameters might be there.
5591
5592 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * mm-decode.el (mm-display-external): Delete temp file, directory
5595         and buffer immediately if the external process is exited.
5596
5597 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5600         fewer lines than that of scroll-margin.
5601         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5602
5603 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-art.el (gnus-article-next-page): Revert.
5606         (gnus-article-beginning-of-window): New macro.
5607         (gnus-article-next-page-1): Use it.
5608         (gnus-article-prev-page): Ditto.
5609         (gnus-article-edit-part): Use insert-buffer-substring instead of
5610         insert-buffer.
5611         (gnus-article-edit-exit): Ditto.
5612
5613         * gnus-util.el (gnus-beginning-of-window): Remove.
5614         (gnus-end-of-window): Remove.
5615
5616         * lpath.el: Don't bind header-line-format and scroll-margin.
5617
5618 2005-07-25  Simon Josefsson  <jas@extundo.com>
5619
5620         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5621         to have the url package without w3.  Reported by Daiki Ueno
5622         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5623
5624 2005-07-20  Didier Verna  <didier@xemacs.org>
5625
5626         * gnus-diary.el: Remove the description comment (nndiary is now
5627         properly documented in the Gnus manual).
5628         Fix the spelling of "Back End".
5629         * nndiary.el: Ditto.
5630         Fix the copyright notice.
5631
5632 2005-07-18  Romain Francoise  <romain@orebokech.com>
5633
5634         * gnus-sum.el (gnus-summary-to-prefix,
5635         gnus-summary-newsgroup-prefix): New variables.
5636         (gnus-summary-from-or-to-or-newsgroups): Use them.
5637
5638 2005-07-17  Romain Francoise  <romain@orebokech.com>
5639
5640         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5641         space as it's generally not especially interesting to the user.
5642
5643 2005-07-16  Romain Francoise  <romain@orebokech.com>
5644
5645         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5646         nil to avoid prompting and file modification if one of the
5647         messages at the top of the nnfolder file contains a copyright
5648         notice.
5649         Update copyright notice.
5650
5651         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5652         instead of `current-time-string' as the latter creates a time
5653         string that is not RFC 2822 compliant (it lacks the zone).
5654         Update copyright notice.
5655
5656 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5657
5658         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5659         for text/rtf.  Display default in prompt.  Pass default for M-n.
5660
5661         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5662
5663 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5672         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5673         (gnus-article-prev-page): Ditto.
5674
5675         * gnus-util.el (gnus-beginning-of-window): New function.
5676         (gnus-end-of-window): New function.
5677
5678         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5679
5680 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5681
5682         * gnus-score.el (gnus-score-edit-all-score): Set
5683         gnus-score-edit-exit-function to gnus-score-edit-done and call
5684         gnus-message.
5685
5686 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus-msg.el (gnus-button-mailto): Remove
5689         save-selected-window-window hackery because it relies on
5690         save-selected-window internals.
5691
5692 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5695         add-minor-mode.
5696         (gnus-binary-mode): Ditto.
5697
5698         * gnus-topic.el (gnus-topic-mode): Ditto.
5699
5700 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5701
5702         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5703         (gnus-article-prev-page): Take scroll-margin into consideration.
5704
5705 2005-07-04  Lute Kamstra  <lute@gnu.org>
5706
5707         Update FSF's address in GPL notices.
5708
5709 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5710
5711         * gnus.el (gnus-exit):
5712         * gnus-group.el (gnus-group-icons):
5713         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5714
5715         * gnus-nocem.el (gnus-nocem):
5716         * message.el (message-various, message-buffers, message-sending)
5717         (message-interface, message-forwarding, message-insertion)
5718         (message-headers, message-news, message-mail):
5719         * pgg-gpg.el (pgg-gpg):
5720         * pgg-parse.el (pgg-parse):
5721         * pgg-pgp.el (pgg-pgp):
5722         * pgg-pgp5.el (pgg-pgp5):
5723         * pop3.el (pop3): Finish `defgroup' description with period.
5724
5725 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (article-display-face): Improve the efficiency.
5728         (article-display-x-face): Ditto; remove grey x-face stuff.
5729
5730 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-art.el (article-display-face): Correct the position in
5733         which Faces are inserted.
5734
5735 2005-06-29  Didier Verna  <didier@xemacs.org>
5736
5737         * gnus-art.el (article-display-face): Display faces in correct
5738         order.
5739
5740 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5743         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5744         (gnus-nocem-check-article): Fetch the Type header.
5745         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5746         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5747         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5748         make sure gnus-nocem-hashtb is initialized.
5749         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5750         (gnus-nocem-unwanted-article-p): Ditto.
5751
5752         * pgg.el (pgg-verify): Return the verification result.
5753
5754 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5757         is ascii.
5758
5759 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5760
5761         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5762         `show-nonbreak-escape'.
5763
5764 2005-06-23  Lute Kamstra  <lute@gnu.org>
5765
5766         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5767
5768         * dig.el (dig-mode):
5769         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5770
5771 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5772
5773         * nnimap.el (nnimap-split-download-body): Fix spellings.
5774
5775 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5776
5777         * gnus-art.el (gnus-article-encrypt-body):
5778         * gnus-cus.el (gnus-score-customize):
5779         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5780         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5781
5782 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5783
5784         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5785         header by looking for magic "MII" at the beginnig.
5786
5787 2005-06-16  Miles Bader  <miles@gnu.org>
5788
5789         * gnus-xmas.el (gnus-xmas-group-startup-message):
5790         Use renamed gnus-splash face.
5791
5792         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5793         (assistant-field-face): New backward-compatibility alias for renamed
5794         face.
5795         (assistant-render-text): Use renamed assistant-field face.
5796
5797         * spam.el (spam): Remove "-face" suffix from face name.
5798         (spam-face): New backward-compatibility alias for renamed face.
5799         (spam-face, spam-initialize): Use renamed spam face.
5800
5801         * message.el (message-header-to, message-header-cc)
5802         (message-header-subject, message-header-newsgroups)
5803         (message-header-other, message-header-name)
5804         (message-header-xheader, message-separator, message-cited-text)
5805         (message-mml): Remove "-face" suffix from face names.
5806         (message-header-to-face, message-header-cc-face)
5807         (message-header-subject-face, message-header-newsgroups-face)
5808         (message-header-other-face, message-header-name-face)
5809         (message-header-xheader-face, message-separator-face)
5810         (message-cited-text-face, message-mml-face):
5811         New backward-compatibility aliases for renamed faces.
5812         (message-font-lock-keywords): Use renamed message faces.
5813
5814         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5815         (sieve-test-commands, sieve-tagged-arguments):
5816         Remove "-face" suffix from face names.
5817         (sieve-control-commands-face, sieve-action-commands-face)
5818         (sieve-test-commands-face, sieve-tagged-arguments-face):
5819         New backward-compatibility aliases for renamed faces.
5820         (sieve-control-commands-face, sieve-action-commands-face)
5821         (sieve-test-commands-face, sieve-tagged-arguments-face):
5822         Use renamed sieve faces.
5823
5824         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5825         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5826         (gnus-group-news-3-empty, gnus-group-news-4)
5827         (gnus-group-news-4-empty, gnus-group-news-5)
5828         (gnus-group-news-5-empty, gnus-group-news-6)
5829         (gnus-group-news-6-empty, gnus-group-news-low)
5830         (gnus-group-news-low-empty, gnus-group-mail-1)
5831         (gnus-group-mail-1-empty, gnus-group-mail-2)
5832         (gnus-group-mail-2-empty, gnus-group-mail-3)
5833         (gnus-group-mail-3-empty, gnus-group-mail-low)
5834         (gnus-group-mail-low-empty, gnus-summary-selected)
5835         (gnus-summary-cancelled, gnus-summary-high-ticked)
5836         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5837         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5838         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5839         (gnus-summary-low-undownloaded)
5840         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5841         (gnus-summary-low-unread, gnus-summary-normal-unread)
5842         (gnus-summary-high-read, gnus-summary-low-read)
5843         (gnus-summary-normal-read, gnus-splash):
5844         Remove "-face" suffix from face names.
5845         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5846         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5847         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5848         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5849         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5850         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5851         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5852         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5853         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5854         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5855         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5856         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5857         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5858         (gnus-summary-normal-ticked-face)
5859         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5860         (gnus-summary-normal-ancient-face)
5861         (gnus-summary-high-undownloaded-face)
5862         (gnus-summary-low-undownloaded-face)
5863         (gnus-summary-normal-undownloaded-face)
5864         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5865         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5866         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5867         (gnus-splash-face):
5868         New backward-compatibility aliases for renamed faces.
5869         (gnus-group-startup-message): Use renamed gnus faces.
5870
5871         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5872         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5873         (gnus-server-agent): Remove "-face" suffix from face names.
5874         (gnus-server-agent-face, gnus-server-opened-face)
5875         (gnus-server-closed-face, gnus-server-denied-face)
5876         (gnus-server-offline-face):
5877         New backward-compatibility aliases for renamed faces.
5878         (gnus-server-agent-face, gnus-server-opened-face)
5879         (gnus-server-closed-face, gnus-server-denied-face)
5880         (gnus-server-offline-face): Use renamed gnus faces.
5881
5882         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5883         Remove "-face" suffix from face names.
5884         (gnus-picon-xbm-face, gnus-picon-face):
5885         New backward-compatibility aliases for renamed faces.
5886
5887         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5888         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5889         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5890         (gnus-cite-11): Remove "-face" suffix from face names.
5891         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5892         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5893         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5894         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5895         New backward-compatibility aliases for renamed faces.
5896         (gnus-cite-attribution-face, gnus-cite-face-list)
5897         (gnus-article-boring-faces): Use renamed gnus faces.
5898
5899         * gnus-art.el (gnus-signature, gnus-header-from)
5900         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5901         (gnus-header-content): Remove "-face" suffix from face names.
5902         (gnus-signature-face, gnus-header-from-face)
5903         (gnus-header-subject-face, gnus-header-newsgroups-face)
5904         (gnus-header-name-face, gnus-header-content-face):
5905         New backward-compatibility aliases for renamed faces.
5906         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5907
5908         * gnus-sum.el (gnus-summary-selected-face)
5909         (gnus-summary-highlight): Use renamed gnus faces.
5910         * gnus-group.el (gnus-group-highlight): Likewise.
5911
5912 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5913
5914         * gnus-sieve.el (gnus-sieve-article-add-rule):
5915         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5916         * spam-stat.el (spam-stat-buffer-change-to-spam)
5917         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5918
5919         * message.el (message-is-yours-p):
5920         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5921
5922 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * mm-view.el (mm-inline-text): Withdraw the last change.
5925
5926 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5929         executing enriched-decode.
5930
5931 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5934         charset of tar files.
5935
5936 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5937
5938         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5939
5940 2005-06-04  Lute Kamstra  <lute@gnu.org>
5941
5942         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5943         information is never recorded.
5944
5945 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5946
5947         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5948
5949 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * pop3.el (pop3-apop): Run md5 in the binary mode.
5952
5953         * starttls.el (starttls-set-process-query-on-exit-flag):
5954         Use eval-and-compile.
5955
5956 2005-05-31  Simon Josefsson  <jas@extundo.com>
5957
5958         * smime.el (smime-replace-in-string): Define.
5959         (smime-cert-by-ldap-1): Use it.
5960
5961 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-art.el (article-display-x-face): Replace
5964         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5965
5966         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5967         set-process-query-on-exit-flag or process-kill-without-query.
5968
5969         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5970         loop instead of replace-regexp.
5971
5972         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5973         instead of process-kill-without-query if it is available.
5974
5975         * lpath.el: Fbind ldap-search-entries.
5976
5977         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5978         instead of find-file-hooks if it is available.
5979
5980         * mml1991.el: Bind pgg-default-user-id when compiling.
5981
5982         * mml2015.el: Bind pgg-default-user-id when compiling.
5983
5984         * nndraft.el (nndraft-request-associate-buffer):
5985         Use write-contents-functions instead of write-contents-hooks if it is
5986         available.
5987
5988         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5989         instead of find-file-hooks if it is available.
5990
5991         * nntp.el (nntp-open-connection): Replace
5992         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5993         (nntp-open-ssl-stream): Ditto.
5994         (nntp-open-tls-stream): Ditto.
5995
5996         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5997         set-process-query-on-exit-flag or process-kill-without-query.
5998         (starttls-open-stream-gnutls): Use it instead of
5999         process-kill-without-query.
6000         (starttls-open-stream): Ditto.
6001
6002 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6003
6004         * smime.el (smime-cert-by-ldap-1): Don't use
6005         replace-regexp-in-string.
6006
6007 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6008
6009         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6010
6011         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6012         in PEM format. Adjust to the XEmacs compability.
6013
6014 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6017         by `string-to-number'.
6018         * gnus-agent.el (gnus-agent-regenerate-group)
6019         (gnus-agent-fetch-articles): Ditto.
6020         * gnus-art.el (gnus-button-fetch-group): Ditto.
6021         * gnus-cache.el (gnus-cache-generate-active)
6022         (gnus-cache-articles-in-group): Ditto.
6023         * gnus-group.el (gnus-group-set-current-level)
6024         (gnus-group-insert-group-line): Ditto.
6025         * gnus-score.el (gnus-score-set-expunge-below)
6026         (gnus-score-set-mark-below, gnus-summary-score-effect)
6027         (gnus-summary-score-entry): Ditto.
6028         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6029         (gnus-soup-pack): Ditto.
6030         * gnus-spec.el (gnus-xmas-format): Ditto.
6031         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6032         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6033         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6034         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6035         * nndb.el (nndb-get-remote-expire-response): Ditto.
6036         * nndiary.el (nndiary-parse-schedule-value)
6037         (nndiary-string-to-number, nndiary-request-replace-article)
6038         (nndiary-request-article): Ditto.
6039         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6040         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6041         * nneething.el (nneething-make-head): Ditto.
6042         * nnfolder.el (nnfolder-request-article)
6043         (nnfolder-retrieve-headers): Ditto.
6044         * nnheader.el (nnheader-file-to-number): Ditto.
6045         * nnkiboze.el (nnkiboze-request-article): Ditto.
6046         * nnmail.el (nnmail-process-unix-mail-format)
6047         (nnmail-process-babyl-mail-format): Ditto.
6048         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6049         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6050         (nnmh-request-create-group, nnmh-request-list-1)
6051         (nnmh-request-group, nnmh-request-article): Ditto.
6052         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6053         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6054         * nnsoup.el (nnsoup-make-active): Ditto.
6055         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6056         * nntp.el (nntp-find-group-and-number)
6057         (nntp-retrieve-headers-with-xover): Ditto.
6058         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6059         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6060         (pgg-format-key-identifier): Ditto.
6061         * pop3.el (pop3-last, pop3-stat): Ditto.
6062         * qp.el (quoted-printable-decode-region): Ditto.
6063
6064         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6065         of concat.
6066
6067 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6070
6071         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6072
6073         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6074
6075         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6076
6077         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6078
6079         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6080
6081         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6082         (gnus-carpal-mode): Ditto.
6083
6084         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6085         (gnus-browse-mode): Ditto.
6086
6087         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6088
6089         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6090
6091 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6092
6093         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6094
6095 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-util.el (gnus-run-mode-hooks): New function.
6098
6099         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6100
6101         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6102         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6103
6104 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6105
6106         * gnus-agent.el (gnus-agent-make-mode-line-string):
6107         Use mode-line-highlight as mouse-face.
6108
6109 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * canlock.el (canlock): Change the parent group to news.
6112
6113         * deuglify.el (gnus-outlook-deuglify): Add :group.
6114
6115         * dig.el (dig): Add :group.
6116
6117         * dns-mode.el (dns-mode): Add :group.
6118
6119         * encrypt.el (encrypt): Add :group.
6120
6121         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6122         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6123         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6124         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6125         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6126
6127         * gnus-diary.el (gnus-diary): Add :group.
6128
6129         * gnus.el (gnus-group-news-1-face): Add :group.
6130         (gnus-group-news-1-empty-face): Ditto.
6131         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6132         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6133         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6134         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6135         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6136         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6137         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6138         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6139         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6140         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6141         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6142         (gnus-summary-high-ticked-face): Ditto.
6143         (gnus-summary-low-ticked-face): Ditto.
6144         (gnus-summary-normal-ticked-face): Ditto.
6145         (gnus-summary-high-ancient-face): Ditto.
6146         (gnus-summary-low-ancient-face): Ditto.
6147         (gnus-summary-normal-ancient-face): Ditto.
6148         (gnus-summary-high-undownloaded-face): Ditto.
6149         (gnus-summary-low-undownloaded-face): Ditto.
6150         (gnus-summary-normal-undownloaded-face): Ditto.
6151         (gnus-summary-high-unread-face): Ditto.
6152         (gnus-summary-low-unread-face): Ditto.
6153         (gnus-summary-normal-unread-face): Ditto.
6154         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6155         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6156
6157         * hashcash.el (hashcash): New custom group.
6158         (hashcash-default-payment): Add :group.
6159         (hashcash-payment-alist): Ditto.
6160         (hashcash-default-accept-payment): Ditto.
6161         (hashcash-accept-resources): Ditto.
6162         (hashcash-path): Ditto.
6163         (hashcash-extra-generate-parameters): Ditto.
6164         (hashcash-double-spend-database): Ditto.
6165         (hashcash-in-news): Ditto.
6166
6167         * message.el (message-minibuffer-local-map): Add :group.
6168
6169         * netrc.el (netrc): Add :group.
6170
6171         * sieve-manage.el (sieve-manage-log): Add :group.
6172         (sieve-manage-default-user): Diito.
6173         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6174         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6175         (sieve-manage-authenticators): Ditto.
6176         (sieve-manage-authenticator-alist): Ditto.
6177         (sieve-manage-default-port): Ditto.
6178
6179         * sieve-mode.el (sieve-control-commands-face): Add :group.
6180         (sieve-action-commands-face): Ditto.
6181         (sieve-test-commands-face): Ditto.
6182         (sieve-tagged-arguments-face): Ditto.
6183
6184         * smime.el (smime): Add :group.
6185
6186         * spam-report.el (spam-report): Add :group.
6187
6188         * spam.el (spam, spam-face): Add :group.
6189
6190 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191
6192         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6193         return \n.\n.\n at the end of articles.  Protect against that.
6194         (nntp-with-open-group): Allow debugging.
6195
6196         * nnheader.el (mail-header-set-extra): Make into a function
6197         because I just could't understand how to quote the list properly.
6198
6199         * dns.el (query-dns-cached): New function.
6200
6201 2005-05-26  Lute Kamstra  <lute@gnu.org>
6202
6203         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6204
6205 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6208
6209         * gnus-art.el: Don't autoload mail-extract-address-components.
6210
6211         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6212         eval-and-compile to evaluate it.
6213
6214         * hashcash.el: Don't autoload executable-find.
6215
6216         * nndb.el: Don't declare the nndb back end two or more times; don't
6217         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6218
6219         * nntp.el: Autoload format-spec instead of format; use
6220         eval-and-compile to evaluate autoload forms.
6221
6222 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6223
6224         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6225
6226 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus.el (gnus-version-number): Bump version.
6229
6230 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6231
6232         * gnus.el: No Gnus v0.3 is released.
6233
6234 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6235
6236         * lpath.el (featurep): Bind show-nonbreak-escape.
6237
6238 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-art.el (gnus-article-edit-part): Disable undo.
6241
6242 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6245         gnus-article-date-lapsed-new-header is t if date timer is active;
6246         skip headers in which the original date value is empty.
6247         (gnus-article-save-original-date): Redefine it as a macro.
6248         (gnus-display-mime): Use it.
6249
6250 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (article-date-ut): Support converting date in
6253         forwarded parts as well.
6254         (gnus-article-save-original-date): New function.
6255         (gnus-display-mime): Use it.
6256
6257 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6258
6259         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6260         enclosure element of <item>.
6261
6262 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * message.el (message-kill-buffer-query): Renamed from
6265         `message-kill-buffer-query-if-modified'.  Added :version.
6266
6267 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6270         window layout.
6271
6272 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * mml.el: Autoload dnd when compiling.
6275
6276 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6279         x-dnd-*.
6280
6281 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * qp.el (quoted-printable-encode-region): Save excursion.
6284
6285 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6286
6287         * message.el (message-kill-buffer-query-if-modified): Add new variable
6288         so the user can kill a modified message buffer quickly.
6289         (message-kill-buffer): Use it.
6290
6291 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * lpath.el: Fbind display-time-event-handler; don't fbind
6294         string-to-multibyte.
6295
6296         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6297
6298 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6301         contained in text because xml.el decodes entities) with LFs.
6302
6303 2005-04-11  Lute Kamstra  <lute@gnu.org>
6304
6305         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6306         differently.
6307
6308 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * mm-util.el (mm-detect-coding-region): Typo.
6311
6312 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6315
6316 2005-04-06  D Goel  <deego@gnufans.org>
6317
6318         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6319         user-function allow user modifications of the scores.
6320         (spam-stat-score-buffer-user): New function, to allow
6321         user-computed modifications to the score.
6322         (spam-stat-score-buffer-user-functions): list of additional
6323         scoring functions
6324         (spam-stat-error-holder): global temporary error holder
6325         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6326         variable
6327
6328 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6329
6330         * gnus-registry.el (gnus-registry-clean-empty-function)
6331         (gnus-registry-trim, gnus-registry-fetch-groups)
6332         (gnus-registry-delete-group): Groups that match
6333         `gnus-registry-ignored-groups' are removed from the registry
6334         entries, not just ignored for splitting.  This helps clean up the
6335         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6336         to get all the groups a message ID is in.
6337
6338         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6339         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6340         (spam-stat-score-buffer-user-functions): Add :number custom type.
6341
6342 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6345         argument in XEmacs.
6346
6347         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6348         (nnrss-request-group): Decode group name first.
6349         (nnrss-request-article): Make a text/plain article if mml-to-mime
6350         failed.
6351         (nnrss-get-encoding): Return a compatible encoding according to
6352         nnrss-compatible-encoding-alist.
6353         (nnrss-find-el): Use consp instead of listp.
6354         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6355
6356 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6359         which Emacs 20 doesn't support.
6360         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6361
6362 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6365         silence the byte compiler inside the defun
6366
6367         * gnus-demon.el (parse-time-string): Add autoload.
6368
6369         * gnus-delay.el (parse-time-string): Add autoload.
6370
6371         * gnus-art.el (parse-time-string): Add autoload.
6372
6373         * nnultimate.el (parse-time): Require for `parse-time-string'.
6374
6375 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6378
6379         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6380
6381         * smime.el (smime-ldap-host-list): Add :version.
6382
6383 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6386         pass it to `gnus-browse-read-group'.
6387         (gnus-browse-read-group): Add NUMBER argument and pass it to
6388         `gnus-group-read-ephemeral-group'.
6389
6390         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6391         argument and pass it to `gnus-group-read-group'.
6392
6393 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6394
6395         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6396         mm-xemacs-find-mime-charset-1 if we have the mule feature
6397         available at runtime.
6398
6399 2005-03-25  Werner Lemberg  <wl@gnu.org>
6400
6401         * nnmaildir.el: Replace `illegal' with `invalid'.
6402
6403 2005-03-23  Lute Kamstra  <lute@gnu.org>
6404
6405         * time-date.el: Add comment on time value formats.
6406         Don't require parse-time.
6407         (with-decoded-time-value): New macro.
6408         (encode-time-value): New function.
6409         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6410         (days-to-time): Return a valid time value when arg is huge.
6411         (time-since): Use time-subtract.
6412         (time-to-number-of-days): Use time-to-seconds.
6413
6414 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6415
6416         * gnus-start.el (gnus-display-time-event-handler):
6417         Check display-time-timer at runtime rather than only at load time
6418         in case display-time-mode is turned off in the mean time.
6419
6420 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6423         used.
6424
6425         * nneething.el (nneething-map-file-directory): Derive from
6426         `gnus-directory'.
6427
6428         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6429         the To/Cc button.
6430
6431 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * nnmaildir.el (nnmaildir-request-accept-article):
6434         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6435
6436 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6437
6438         * gnus-async.el: Require timer-funcs at compile time when in
6439         XEmacs for `run-with-idle-timer'.
6440
6441 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6442
6443         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6444         autoloaded function.
6445
6446 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6449
6450 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6451
6452         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6453
6454 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6457         gnus-expert-user to default.
6458
6459 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6460
6461         * nnimap.el (nnimap-open-server): Ditto.
6462
6463         * imap.el (imap-authenticate): Fix typo.
6464
6465 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6466
6467         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6468         buffer (since IMAP server might return FETCH response out of
6469         order, and the nntp buffer must be sorted).
6470
6471 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6472
6473         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6474         comparison on string.
6475
6476         * gnus-agent.el (gnus-agent-long-article,
6477         gnus-agent-short-article, gnus-agent-score): Renamed category
6478         keywords to match gnus-cus.
6479         (gnus-agent-summary-fetch-series): Modified to protect against
6480         gnus-agent-summary-fetch-group clearing processable flags.
6481         (gnus-agent-synchronize-group-flags): Update live group buffer as
6482         synchronization may occur due to the user toggle the plugged
6483         status.
6484         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6485         successfully downloaded.
6486         (gnus-agent-expire-group-1): Avoid using markers when the overview
6487         is in ascending order; greatly improves performance.
6488         (gnus-agent-regenerate-group): Use
6489         gnus-agent-synchronize-group-flags to reset read status in both
6490         gnus and server.
6491         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6492
6493 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * message.el: Don't autoload former message-utils variables.
6496         (message-strip-subject-trailing-was): Change doc string.
6497
6498         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6499         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6500         (nnweb-google-search): Add "hl=en" here.
6501         (nnweb-google-parse-1, nnweb-google-create-mapping):
6502         Don't hardcode URL.
6503
6504 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * message.el (message-get-reply-headers, message-followup):
6507         Mention related variables `message-use-followup-to' and
6508         `message-use-mail-followup-to', in the information buffer.
6509
6510         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6511         of broken groups(-beta).google.com.
6512
6513 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6514
6515         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6516         parameter to invoked gnus-request-move-article; remove the
6517         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6518         all at once instead of once per article.
6519         (gnus-summary-remove-process-mark): Accept a list of articles as
6520         well as a single article for processing.
6521
6522         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6523         parameter.
6524
6525         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6526
6527         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6528
6529         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6530         parameter.
6531
6532         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6533         parameter.
6534
6535         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6536         parameter and remove the gnus-sum-hint-move-is-internal variable.
6537
6538         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6539         parameter.
6540
6541         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6542         parameter.
6543
6544         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6545         parameter.
6546
6547         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6548
6549         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6550         parameter.
6551
6552         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6553         parameter.
6554
6555 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6556
6557         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6558         a more conservative way.
6559
6560 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6561
6562         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6563         buffer, so it moves the window's cursor.
6564
6565 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6566
6567         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6568         `mm-dissect-multipart' and receive the from field as an (optional)
6569         argument from `mm-dissect-multipart'.
6570         (mm-dissect-multipart): Receive the from field as an argument and
6571         pass it on when we call `mm-dissect-buffer' on MIME parts.
6572         Fixes verification/decryption of signed/encrypted MIME parts.
6573
6574 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * gnus-sum.el (gnus-summary-move-article): Set
6577         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6578         whatever it calls (right now, only nnimap-request-move article
6579         respects it).
6580
6581         * nnimap.el (nnimap-request-move-article): When
6582         gnus-sum-hint-move-is-internal is set, don't do the extra
6583         nnimap-request-article.
6584
6585 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6588
6589         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6590         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6591
6592         * gnus-sum.el (gnus-summary-caesar-message):
6593         Apply `gnus-treat-article' after rotation.
6594
6595         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6596         doc string.
6597
6598 2005-02-22  Simon Josefsson  <jas@extundo.com>
6599
6600         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6601         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6602         <arne@arnested.dk>.
6603         (encrypt): Add password-cache and password-cache-expiry as group
6604         members.
6605
6606 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6607
6608         * smime.el (smime-ldap-host-list): Doc fix.
6609         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6610         cache) password.
6611         (smime-sign-region): Use it.
6612         (smime-decrypt-region): Use it.
6613         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6614         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6615         fails.
6616         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6617         certificate from DER to PEM format rather than calling openssl.
6618
6619         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6620
6621         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6622         for signing/encryption.
6623
6624         * mml.el (mml-parse-1): Use them.
6625
6626 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6627
6628         * nnrss.el (nnrss-verbose): Removed.
6629         (nnrss-request-group): Use `nnheader-message' instead.
6630
6631 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6632
6633         * nnrss.el (nnrss-verbose): New variable.
6634         (nnrss-request-group): Make it say nnrss is requesting a group.
6635
6636 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6639         Handle news URL with given port correctly.
6640
6641 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6644         containing special characters.
6645
6646         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6647
6648         * mml.el (mime-to-mml): Ditto.
6649
6650         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6651         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6652         (rfc2047-decode-region): Quote decoded words containing special
6653         characters when rfc2047-quote-decoded-words-containing-tspecials
6654         is non-nil.
6655
6656 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6659
6660         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6661
6662 2005-02-15  Simon Josefsson  <jas@extundo.com>
6663
6664         * nnimap.el (nnimap-debug): Doc fix.
6665
6666         * imap.el (imap-debug): Doc fix.
6667
6668 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6671
6672 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * gnus.el (spam-contents): Improve docs for spam-contents
6675         parameter in its variable incarnation.
6676
6677 2005-02-14  Simon Josefsson  <jas@extundo.com>
6678
6679         * smime-ldap.el: Use require instead of load-library for ldap.
6680         (smime-ldap-search): Indent.
6681         (smime-ldap-search-internal): Shorten line.
6682
6683         * smime.el (smime-cert-by-dns): Add doc-string.
6684         (smime-cert-by-ldap-1): Indent.
6685
6686         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6687         mml-smime-get-dns-ldap.
6688         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6689
6690 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6691
6692         * smime.el: Require smime-ldap.
6693         (smime-ldap-host-list): New variable.
6694         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6695
6696         * mml-smime.el (mml-smime-encrypt-query): New function.
6697         (mml-smime-encrypt-query): Use it.
6698
6699         * smime-ldap.el: New file.
6700
6701 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6704
6705 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6708         argument in doc string.  Make query for type more clear.
6709
6710 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * gnus.el (gnus-group-startup-message): Search for gnus images in
6713         etc/images/gnus.
6714         * mm-util.el (mm-image-load-path): Likewise.
6715         * smiley.el (smiley-data-directory): Search for smilies in
6716         etc/images/smilies.
6717
6718 2005-02-09  Kim F. Storm  <storm@cua.dk>
6719
6720         Change Emacs release version from 21.4 to 22.1 throughout.
6721         Change Emacs development version from 21.3.50 to 22.0.50.
6722
6723 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6726
6727         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6728         non-Mule XEmacs as well.
6729         (mm-decompress-buffer): Signal an error intentionally if it does
6730         not decompress compressed data because auto-compression-mode is
6731         disabled.
6732
6733 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6736         an ID in the registry even if it has no groups.
6737
6738 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6741         merge it into mm-decompress-buffer.
6742         (gnus-mime-copy-part): Use the MIME part charset, the value which
6743         a user specified or gnus-newsgroup-charset for decoding, like
6744         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6745         save-buffer what was used.  Suggested by Kevin Ryde
6746         <user42@zip.com.au>.
6747         (gnus-mime-inline-part): Allow the name parameter as well as the
6748         filename parameter; force decompressing of compressed data; always
6749         display contents being not decoded as unibyte.
6750
6751         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6752         as well as the filename parameter.
6753
6754         * mm-util.el (mm-decompress-buffer): Merge
6755         gnus-mime-jka-compr-maybe-uncompress.
6756         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6757         of compressed data.
6758
6759 2005-02-08  Simon Josefsson  <jas@extundo.com>
6760
6761         * imap.el (imap-log): Doc fix.
6762
6763 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6764
6765         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6766         the coding cookies; decompress compressed parts.
6767
6768         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6769         to the value which a user specified manually or the coding cookie.
6770
6771         * mm-util.el (mm-string-to-multibyte): New function.
6772         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6773         (mm-coding-system-to-mime-charset): New function.
6774         (mm-decompress-buffer): New function.
6775         (mm-find-buffer-file-coding-system): New function.
6776
6777         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6778         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6779         parts.
6780
6781 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6782
6783         * mm-view.el (mm-display-inline-fontify): Decode a part according
6784         to the charset parameter.
6785
6786 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6789         prefix arg is neither nil nor a number, as info specifies.
6790
6791 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6794         timestamps.
6795
6796 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6797
6798         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6799         groups error checking and notify user.
6800
6801 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6802
6803         * message.el (message-send-mail-function): Check existence of
6804         sendmail-program first before using default value
6805         `message-send-mail-with-sendmail'.  Otherwise use more generic
6806         `smtpmail-send-it'.
6807
6808 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * nntp.el (nntp-request-update-info): Always return nil.
6811
6812 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6813
6814         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6815
6816 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * message.el (message-beginning-of-line): Change the behavior when
6819         invoked between BOL and : so that it first moves backward.
6820
6821 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6824         article buffer when editing of the article is discarded.
6825         (gnus-article-prepare): Revert.
6826
6827 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-art.el (gnus-article-prepare):
6830         Remove message-strip-forbidden-properties from the local hook.
6831
6832 2005-01-27  Simon Josefsson  <jas@extundo.com>
6833
6834         * password.el (password-cache-add): Only start one timer per key.
6835         Reported by Derek Atkins <warlord@MIT.EDU>.
6836
6837 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6838
6839         * run-at-time.el: Removed.  It is no longer needed as
6840         timer-funcs.el in the xemacs-base package has a working version of
6841         `run-at-time'.
6842
6843         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6844
6845         * password.el: Require timer-funcs instead of run-at-time in
6846         XEmacs.
6847         Remove `password-run-at-time' macro.
6848         (password-cache-add): Use `run-at-time' instead of
6849         `password-run-at-time'.
6850
6851         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6852         Remove `nnheader-cancel-function-timers' alias,
6853         `cancel-function-timers' exists in XEmacs in timer-funcs.
6854
6855         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6856         for `run-with-idle-timer'.
6857
6858         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6859         for `run-at-time'.
6860
6861         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6862         for `with-timeout'.
6863
6864         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6865         the same as for XEmacs 21.4.
6866         No need to ignore `run-with-idle-timer', this function exists in
6867         XEmacs now in timer-funcs.el in the xemacs-base package.
6868         (dgnushack-compile): No need to delete
6869         run-at-time.el from the list of files to compile because it
6870         doesn't exist anymore.
6871
6872 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6875         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6876
6877 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6878
6879         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6880         sensitively.
6881
6882 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6883
6884         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6885
6886 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6889         which will be inserted according to the multibyteness of a buffer
6890         rather than the type of contents.  Suggested by ARISAWA Akihiro
6891         <ari@mbf.ocn.ne.jp>.
6892
6893         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6894         of string which old xml.el may return rather than a string.
6895
6896 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6899
6900 2005-01-16  Simon Josefsson  <jas@extundo.com>
6901
6902         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6903         idn/idna.el isn't available.
6904         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6905         <michael@waxrat.com>.
6906
6907         * hashcash.el: Remove non-FSF copyright header.
6908
6909         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6910         (hashcash-generate-payment): Use it.
6911         (hashcash-generate-payment-async): Use it.
6912
6913 2005-01-15  Simon Josefsson  <jas@extundo.com>
6914
6915         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6916         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6917
6918         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6919         gnus-summary-idna-message.
6920         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6921         (gnus-summary-idna-message): New function.
6922
6923 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6926         gnus-novice-user.
6927
6928 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * nnrss.el (nnrss-request-delete-group): Delete entries in
6931         nnrss-group-alist as well.
6932         (nnrss-save-server-data): Insert newline.
6933
6934 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * gnus.el (gnus-user-agent): Use list of symbols instead of
6937         symbols.  Display full version number for (S)XEmacs.  Optionally
6938         display (S)XEmacs codename.
6939
6940         * gnus-util.el (gnus-emacs-version): Update for new
6941         `gnus-user-agent'.
6942
6943         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6944         Gnus version.
6945
6946 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6949         which is unreadable in some setups.
6950
6951 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-spec.el (gnus-update-format-specifications): Flush the
6954         group format spec cache if it doesn't support decoded group names.
6955
6956 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6959         to apply decay on score files matching a regexp.
6960
6961 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6964         compatibility in %g and %c.
6965
6966 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6969         name for only %g and %c.
6970         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6971         of gnus-tmp-group to decoded group name.
6972         (gnus-group-make-rss-group): Exclude `/'s from group names.
6973
6974 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * nnrss.el (nnrss-get-encoding): Fix regexp.
6977
6978 2004-12-27  Simon Josefsson  <jas@extundo.com>
6979
6980         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6981         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6982         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6983
6984 2004-12-17  Kim F. Storm  <storm@cua.dk>
6985
6986         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6987
6988         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6989
6990 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6991
6992         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6993
6994 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * nnrss.el: Require rfc2047 and mml.
6997         (nnrss-file-coding-system): New variable.
6998         (nnrss-format-string): Redefine it as an inline function.
6999         (nnrss-decode-group-name): New function.
7000         (nnrss-string-as-multibyte): Remove.
7001         (nnrss-retrieve-headers): Decode group name; don't use
7002         nnrss-format-string.
7003         (nnrss-request-group): Decode group name.
7004         (nnrss-request-article): Decode group name; allow a Message-ID as
7005         well as an article number; don't use nnrss-format-string; encode a
7006         Message-ID string which may contain non-ASCII characters; use
7007         mml-to-mime to compose a MIME article.
7008         (nnrss-request-expire-articles): Decode group name.
7009         (nnrss-request-delete-group): Decode group name.
7010         (nnrss-fetch): Clarify error message.
7011         (nnrss-read-server-data): Use insert-file-contents instead of load;
7012         bind file-name-coding-system; use multibyte buffer.
7013         (nnrss-save-server-data): Bind coding-system-for-write to the
7014         value of nnrss-file-coding-system; bind file-name-coding-system;
7015         add coding cookie.
7016         (nnrss-read-group-data): Use insert-file-contents instead of load;
7017         bind file-name-coding-system; use multibyte buffer.
7018         (nnrss-save-group-data): Bind coding-system-for-write to the
7019         value of nnrss-file-coding-system; bind file-name-coding-system.
7020         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7021         make it work with non-ASCII text.
7022         (nnrss-find-el): Make it work with old xml.el as well.
7023
7024 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7025
7026         * nnrss.el (nnrss-get-encoding): New function.
7027         (nnrss-fetch): Use unibyte buffer initially; bind
7028         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7029         decode contents according to the encoding attribute.
7030         (nnrss-save-group-data): Add coding cookie.
7031         (nnrss-mime-encode-string): New function.
7032         (nnrss-check-group): Use it to encode subject and author.
7033
7034 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7037         imaginary variable.
7038
7039 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7042         correctly even if there are wide characters.
7043
7044 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7047         downcased symbol names; make a new cache instead of reusing
7048         bbdb-hashtable.
7049
7050 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7053         concatenating segments rather than before concatenating them.
7054         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7055
7056         * message.el (message-get-reply-headers): Bind `extra'.
7057
7058 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059
7060         * message.el (message-extra-wide-headers): New variable.
7061         (message-get-reply-headers): Use it.
7062
7063 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7066         (gnus-agent-group-pathname): Ditto.
7067
7068         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7069
7070         * gnus-group.el (gnus-group-make-group): Decode group name.
7071         (gnus-group-make-rss-group): Register the group data after opening
7072         the nnrss group.
7073
7074 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7075
7076         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7077         by expiry now get marked as read.
7078
7079 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7082
7083 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7084
7085         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7086         unify Latin characters in XEmacs.
7087         (mm-find-mime-charset-region): Use it.
7088
7089 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-util.el (gnus-delete-directory): New function.
7092
7093         * gnus-agent.el (gnus-agent-delete-group): Use it.
7094
7095         * gnus-cache.el (gnus-cache-delete-group): Use it.
7096
7097 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7100         names.
7101
7102 2004-12-16  Simon Josefsson  <jas@extundo.com>
7103
7104         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7105
7106 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7109
7110         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7111         (gnus-group-set-current-level): Decode group name.
7112
7113 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7114
7115         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7116         failed.
7117
7118 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-group.el (gnus-group-delete-group): Decode group name.
7121         (gnus-group-make-rss-group): Encode group name.
7122         (gnus-group-catchup-current): Decode group name.
7123         (gnus-group-kill-group): Decode group name.
7124
7125 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7126
7127         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7128
7129 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-group.el (gnus-group-make-rss-group):
7132         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7133
7134         * gnus-start.el (gnus-setup-news): Honor user's setting to
7135         gnus-message-archive-method.  Suggested by Lute Kamstra
7136         <lute@gnu.org>.
7137
7138 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7139
7140         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7141         global counterparts of the buffer-local variables.
7142
7143 2004-11-16  Romain Francoise  <romain@orebokech.com>
7144
7145         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7146         counterparts of the buffer-local variables.
7147
7148 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * message.el (message-forbidden-properties): Fixed typo in doc
7151         string.
7152
7153 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * gnus-util.el (gnus-replace-in-string): Added doc string.
7156
7157         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7158         to avoid problems when splitting mails with many recipients.
7159
7160 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7161
7162         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7163         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7164
7165 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7166
7167         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7168         if there is no hashtable in memory or file modification time is
7169         newer than cached timestamp.
7170
7171 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7174         not-matching option.
7175
7176 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7179         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7180         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7181         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7182         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7183         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7184
7185 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * message.el (message-forward-make-body-mml): Remove headers
7188         according to message-forward-ignored-headers if a message is decoded.
7189
7190 2004-12-02  Romain Francoise  <romain@orebokech.com>
7191
7192         * message.el (message-forward-make-body-plain): Always remove
7193         headers according to message-forward-ignored-headers.
7194
7195 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7196
7197         * spam.el (spam-summary-prepare-exit): Remove the
7198         gnus-summary-limit pop for now, it has problems with ham marks for
7199         me.
7200
7201 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7204         correctly.
7205
7206 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7207
7208         * format-spec.el (format-spec): Message the char.
7209
7210 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * gnus-art.el (gnus-split-methods): Reformat comments.
7213
7214         * spam.el (spam-summary-prepare-exit): Remove article limits
7215         before exiting the summary buffer.
7216
7217 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7220         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7221
7222         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7223         order to silence the byte compiler.
7224
7225         * spam.el: Fix the way to silence the byte compiler, which
7226         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7227         bbdb-search-simple, spam-BBDB-register-routine,
7228         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7229         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7230         spam-stat-buffer-is-spam, spam-stat-load,
7231         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7232         spam-stat-save and spam-stat-split-fancy.
7233
7234 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7237         which may confuse users.
7238         (canlock-password-for-verify): Ditto.
7239
7240         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7241
7242         * gnus-art.el (gnus-emphasis-alist): Ditto.
7243
7244         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7245
7246         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7247
7248         * gnus-start.el (gnus-save-killed-list): Ditto.
7249
7250         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7251         (gnus-sum-thread-tree-root): Ditto.
7252         (gnus-sum-thread-tree-false-root): Ditto.
7253         (gnus-sum-thread-tree-single-indent): Ditto.
7254
7255         * message.el (message-courtesy-message): Ditto.
7256         (message-archive-note): Ditto.
7257         (message-subscribed-address-file): Ditto.
7258         (message-user-fqdn): Ditto.
7259
7260         * spam-report.el (spam-report-gmane-regex): Ditto.
7261
7262         * spam.el (spam-blackhole-good-server-regex): Ditto.
7263
7264 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * mml.el (mml-preview): Widen the message buffer before copying
7267         the contents to the preview buffer; sort headers before previewing.
7268
7269         * message.el (message-hidden-headers): Fix the way to avoid a bug
7270         in the `repeat' widget in Emacs 21.3 or earlier.
7271
7272 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * message.el (message-hidden-headers): Default to "^References:".
7275         Improve customization type.  Suggested by Reiner Steib
7276         <Reiner.Steib@gmx.de>.
7277
7278 2004-11-25  Romain Francoise  <romain@orebokech.com>
7279
7280         * message.el (message-strip-forbidden-properties): Remove check for
7281         obsolete `message-hidden' text property, hidden headers are not
7282         accessible in the buffer anymore.
7283
7284 2004-11-22  Romain Francoise  <romain@orebokech.com>
7285
7286         * message.el (message-header-format-alist): Add `From' in list
7287         so that it can be sorted.
7288         (message-fix-before-sending): Widen and sort headers before
7289         sending.
7290         (message-hide-headers): Use narrowing to hide headers by moving
7291         them to the top of the buffer and narrowing to the region
7292         underneath.
7293
7294 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295
7296         * message.el (message-strip-forbidden-properties): Bind
7297         buffer-read-only (etc) to nil.
7298
7299 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7302         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7303
7304 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7305
7306         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7307
7308 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7309
7310         * dns.el (query-dns): Use sit-for to time instead of
7311         accept-process-output, since that doesn't seem to work on udp
7312         sockets.
7313
7314 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7317
7318 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7319
7320         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7321         doc string.  Improve doc string.
7322
7323 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7324
7325         * nntp.el (nntp-request-update-info): Return nil if
7326         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7327         may not call gnus-activate-group which uselessly issues the GROUP
7328         commands for all nntp groups and wastes time.  Reported by Romain
7329         Francoise <romain@orebokech.com>.
7330
7331         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7332
7333 2004-11-15  Simon Josefsson  <jas@extundo.com>
7334
7335         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7336         headers separately.
7337         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7338         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7339
7340 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * gnus-start.el (gnus-convert-old-newsrc):
7343         Assign legacy-gnus-agent to 5.10.7.
7344
7345 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7346
7347         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7348         start of the lines.
7349
7350 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7351
7352         * hashcash.el (hashcash-default-payment): Change default to 20
7353         (hashcash-default-accept-payment): Change default to 20
7354         (hashcash-process-alist): New variable
7355         (hashcash-generate-payment-async): Add
7356         (hashcash-already-paid-p): Add
7357         (hashcash-insert-payment): Don't generate payments twice
7358         (hashcash-insert-payment-async): Add
7359         (hashcash-insert-payment-async-2): Add
7360         (hashcash-cancel-async): Add
7361         (hashcash-wait-async): Add
7362         (hashcash-processes-running-p): Add
7363         (hashcash-wait-or-cancel): Add
7364         (mail-add-payment): New optional argument.  Conditionally start
7365         asynchronous calculation.
7366         (mail-add-payment-async): Add
7367
7368         * message.el (message-send-mail): Wait for asynchronous hashcash
7369         results.  Don't clobber existing X-Hashcash headers.
7370         (message-setup-1): Call mail-add-payment-async when
7371         message-generate-hashcash is non-nil.
7372
7373 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7374
7375         * message.el (message-use-alternative-email-as-from): Examine the
7376         From header as well; use message-make-from in order to include a
7377         user's full name.
7378
7379 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7382         default; improve customization type.
7383         (gnus-emphasis-custom-with-format): New macro.
7384         (gnus-emphasis-custom-value-to-external): New function.
7385         (gnus-emphasis-custom-value-to-internal): New function.
7386
7387 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * dns.el (query-dns): Resolve reverse addresses.
7390
7391 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus-group.el (gnus-group-get-new-news): Use it.
7394
7395         * gnus-start.el (gnus-check-reasonable-setup): New function.
7396
7397 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7400         "Args out of range" error.  Reported by Arnaud Giersch
7401         <arnaud.giersch@free.fr>.
7402
7403 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7404
7405         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7406
7407 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7408
7409         * spam.el (spam group): Add :version.
7410
7411         * pgg-def.el (pgg group): Add :version.
7412
7413 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-article-edit-article): Don't associate the
7416         article buffer with a draft file.  This is a temporary measure
7417         against the 2004-08-22 change to gnus-article-edit-mode.
7418
7419 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7422         (html2text-format-tags): Remove unused variable `attr'.
7423
7424 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7425
7426         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7427
7428         * tls.el (tls-process-connection-type, tls-success)
7429         (tls-certtool-program): Add :version.
7430
7431         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7432         (starttls-extra-arguments, starttls-process-connection-type)
7433         (starttls-connect, starttls-failure, starttls-success):
7434
7435         * spam-stat.el (spam-stat): Add :version.
7436
7437         * sieve.el (sieve): Add :version.
7438
7439         * sha1.el (sha1): Add :version.
7440         (sha1-use-external): Remove redundant version.
7441
7442         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7443         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7444         (nnmail-split-fancy-match-partial-words)
7445         (nnmail-split-lowercase-expanded): Add :version.
7446
7447         * nndiary.el (nndiary): Add :version.
7448
7449         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7450
7451         * mml-sec.el (mml-default-sign-method)
7452         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7453         Add :version.
7454
7455         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7456
7457         * mm-url.el (mm-url-use-external, mm-url-program)
7458         (mm-url-arguments): Add :version.
7459
7460         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7461         (mm-attachment-file-modes, mm-decrypt-option)
7462         (mm-w3m-safe-url-regexp): Add :version.
7463
7464         * message.el (message-cite-prefix-regexp)
7465         (message-sendmail-envelope-from, message-minibuffer-local-map)
7466         (message-user-fqdn, message-completion-alist): Add :version.
7467
7468         * gnus-win.el (gnus-configure-windows-hook)
7469         (gnus-use-frames-on-any-display): Add :version.
7470
7471         * gnus-art.el (gnus-article-address-banner-alist)
7472         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7473         (gnus-treat-from-picon, gnus-treat-mail-picon)
7474         (gnus-treat-x-pgp-sig): Add :version.
7475
7476         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7477         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7478         (gnus-summary-article-delete-hook)
7479         (gnus-summary-display-while-building): Add :version.
7480
7481         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7482         (gnus-get-top-new-news-hook):Add :version.
7483
7484         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7485         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7486
7487         * gnus-registry.el (gnus-registry): Add :version.
7488
7489         * gnus-spec.el (gnus-use-correct-string-widths)
7490         (gnus-make-format-preserve-properties): Add :version.
7491
7492         * gnus.el (gnus-group-charter-alist)
7493         (gnus-group-fetch-control-use-browse-url)
7494         (gnus-install-group-spam-parameters): Add :version.
7495
7496         * gnus-diary.el (gnus-diary): Add :version.
7497
7498         * gnus-delay.el (gnus-delay): Add :version.
7499
7500         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7501         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7502         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7503         Add :version.
7504
7505         * gnus-agent.el (gnus-agent-max-fetch-size)
7506         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7507         (gnus-agent-prompt-send-queue): Add :version.
7508
7509         * deuglify.el (gnus-outlook-deuglify): Add :version.
7510
7511         * html2text.el: Beautify code.  Improve doc strings.  Some
7512         checkdoc cleanup.
7513         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7514
7515 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7516
7517         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7518
7519 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7520
7521         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7522         when package is loaded.
7523
7524         * spam.el (spam-summary-score-preferred-header): Add global preference
7525         for people who want to override the default SpamAssassin over
7526         Bogofilter preference (when both are set).
7527         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7528         (spam-user-format-function-S): Check
7529         spam-summary-score-preferred-header.
7530         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7531         (spam-user-format-function-S): Format the score correctly.
7532
7533 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7536         signature file.  Suggested by Manoj Srivastava
7537         <srivasta@golden-gryphon.com>.
7538
7539         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7540         iso-2022-jp even in the Japanese language environment.
7541         Suggested by Jason Rumney <jasonr@gnu.org>.
7542
7543 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7546         use the same characters as the dummy marks; make it free from
7547         getting affected by the language environment.
7548         (gnus-summary-read-group-1): Update mark positions only when the
7549         format spec is updated.
7550
7551         * gnus-spec.el (gnus-update-format-specifications): Return a list
7552         of updated types.
7553
7554 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7557         of boundp to check if display-warning is available.
7558
7559 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7562
7563 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * nnspool.el (nnspool-spool-directory): Use news-path if the
7566         news-directory variable is not bound.
7567
7568         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7569         function instead of display-warning if it is not available.
7570
7571 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7574         v5-10: Use `point-at-bol'.
7575
7576 2004-10-26  Simon Josefsson  <jas@extundo.com>
7577
7578         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7579         <chenggao@gmail.com>.
7580
7581 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7584         instead.
7585
7586 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7587
7588         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7589         to remove a server from the nnimap-server-buffer-alist.
7590         (nnimap-open-connection, nnimap-close-server): Use it.
7591
7592         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7593
7594 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7597         running the major-mode function.
7598
7599 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7602         dummy marks in the right way.
7603
7604 2004-10-18  David Edmondson  <dme@dme.org>
7605
7606         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7607         excessively.
7608
7609 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7610
7611         * gnus-util.el (gnus-split-references): Accept a nil references
7612         string and go on blissfully.
7613
7614         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7615         cases where the references string is non-nil but has no references.
7616
7617         * encrypt.el: Add autoload tags.
7618
7619         * spam.el (spam-resolve-registrations-routine): Remove article
7620         from unregistration list too.  Reported by David Hanak
7621         <dhanak@isis.vanderbilt.edu>
7622
7623 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7626         nil.  Changed custom type.
7627
7628 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7631
7632         * gnus-sum.el (gnus-summary-move-article): Use it.
7633
7634 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * encrypt.el: Add autoload cookies.
7637
7638         * spam.el (spam-backend-article-list-property)
7639         (spam-backend-get-article-todo-list)
7640         (spam-backend-put-article-todo-list, )
7641         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7642         Resolve registrations separately.
7643         (spam-register-routine): Format comments.
7644         (spam-unregister-routine, spam-register-routine): Always call with
7645         specific-articles, no default list.
7646         (spam-summary-prepare-exit): Use the spam-classifications function.
7647
7648         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7649         gnus-encrypt.el.
7650
7651         * encrypt.el: copied from gnus-encrypt.el
7652
7653         * gnus-encrypt.el: commented that it's obsolete
7654
7655 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7658         (gnus-score-save): Use it.
7659
7660         * message.el (message-bury): Use `window-dedicated-p'.
7661
7662 2004-10-15  Simon Josefsson  <jas@extundo.com>
7663
7664         * pop3.el (top-level): Don't require nnheader.
7665         (pop3-read-timeout): Add.
7666         (pop3-accept-process-output): Add.
7667         (pop3-read-response, pop3-retr): Use it.
7668
7669 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * spam.el (spam-register-routine): Move comment.
7672         (spam-verify-bogofilter): Use 'unknown for the initial
7673         spam-bogofilter-valid state, not 'never.
7674
7675         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7676         for netrc-machine.
7677
7678         * nnimap.el (nnimap-open-connection): Use
7679         netrc-machine-user-or-password.
7680
7681 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7682
7683         * gnus-registry.el (gnus-registry-unload-hook):
7684         Set as a variable with add-hook.
7685
7686         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7687         of news-path.
7688
7689         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7690
7691         * spam.el: Delete duplicate `provide'.
7692         (spam-unload-hook): Set as a variable with add-hook.
7693
7694 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7697         in the doc string.
7698
7699         * message.el (message-ignored-news-headers)
7700         (message-ignored-supersedes-headers)
7701         (message-ignored-resent-headers)
7702         (message-forward-ignored-headers): Improve custom type.
7703
7704 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * message.el (message-tokenize-header): Fix 2004-09-06 change
7707         which used point-min in the wrong place.
7708
7709 2004-10-12  Simon Josefsson  <jas@extundo.com>
7710
7711         * tls.el (tls-certtool-program): New variable.
7712         (tls-certificate-information): New function, based on
7713         ssl-certificate-information.
7714
7715 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * compface.el: Move the version of ELisp-based uncompface program
7718         to the contrib directory because of the copyright problem.
7719
7720 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7721
7722         * message.el (message-kill-buffer): Raise the current frame.
7723
7724 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7727
7728         * gnus.el (message-y-or-n-p): Autoload.
7729
7730         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7731         (pop3-password-required, pop3-authentication-scheme)
7732         (pop3-leave-mail-on-server): Made customizable.
7733         (pop3): New custom group.
7734         (pop3-retr): Remove `sleep-for' statements.
7735         Suggested by Dave Love <fx@gnu.org>.
7736
7737         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7738         Windows/DOS.
7739
7740         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7741         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7742         Dave Love <fx@gnu.org>.
7743
7744         * mml.el (mml-minibuffer-read-disposition): Require match.
7745         Suggested by Dave Love <fx@gnu.org>.
7746
7747 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7750         doc string.
7751
7752 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7755
7756 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7757
7758         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7759         instead of calling `mm-insert-inline', to decode text/* parts
7760         before displaying them.
7761
7762 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7763
7764         * mm-uu.el (mm-uu-text-plain-type): New variable.
7765         (mm-uu-pgp-signed-extract-1): Use it.
7766         (mm-uu-pgp-encrypted-extract-1): Use it.
7767         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7768         bind mm-uu-text-plain-type with that value.
7769         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7770         mm-uu-dissect.
7771
7772 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * gnus-group.el (gnus-update-group-mark-positions):
7775         * gnus-sum.el (gnus-update-summary-mark-positions):
7776         * message.el (message-check-news-body-syntax):
7777         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7778         of string-as-multibyte.
7779
7780 2004-10-05  Juri Linkov  <juri@jurta.org>
7781
7782         * gnus-group.el (gnus-update-group-mark-positions):
7783         * gnus-sum.el (gnus-update-summary-mark-positions):
7784         * message.el (message-check-news-body-syntax):
7785         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7786         8-bit unibyte values to a multibyte string for search functions.
7787
7788 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7789
7790         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7791         (mm-uu-dissect-text-parts): New function.
7792
7793         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7794         dissect text parts.
7795
7796         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7797         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7798
7799         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7800
7801         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7802         gnus-current-topics instead of gnus-current-topic.
7803
7804 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7805
7806         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7807
7808 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7809
7810         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7811         where approriate.
7812
7813         * nnml.el (nnml-generate-active-info): do.
7814
7815         * nndiary.el (nndiary-generate-active-info): do.
7816
7817         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7818         (gnus-topic-move): do.
7819
7820         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7821         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7822
7823         * gnus-srvr.el (gnus-server-prepare)
7824         (gnus-server-open-all-servers): do.
7825
7826         * gnus-msg.el (gnus-summary-cancel-article)
7827         (gnus-summary-resend-message)
7828         (gnus-summary-mail-crosspost-complaint): do.
7829
7830         * gnus-move.el (gnus-change-server): do.
7831
7832         * gnus-group.el (gnus-group-unmark-all-groups)
7833         (gnus-group-set-current-level): do.
7834
7835 2004-10-04  Simon Josefsson  <jas@extundo.com>
7836
7837         * message.el (message-generate-hashcash): Doc fix.
7838
7839 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7840
7841         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7842         avoid infinite recursion via gnus-get-function.
7843
7844 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7845
7846         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7847
7848         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7849
7850         * nnmail.el (nnmail-split-history): do.
7851
7852         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7853         (nnml-request-delete-group): do.
7854
7855         * nnslashdot.el (nnslashdot-read-groups): do.
7856
7857         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7858         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7859
7860         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7861         (nnspool-sift-nov-with-sed): Use last
7862         (nnspool-retrieve-headers-with-nov): Use mapc.
7863         (nnspool-request-newgroups): Use dolist.
7864         (nnspool-request-group): Use last.
7865
7866         * nntp.el (nntp-read-server-type): Use dolist.
7867
7868         * nnvirtual.el (nnvirtual-create-mapping)
7869         (nnvirtual-update-read-and-marked): Use dolist.
7870         (nnvirtual-convert-headers): Simplify.
7871
7872 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7873
7874         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7875         support for sync'ing tick marks.
7876
7877 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7880         there's no visible header.
7881
7882 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7883
7884         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7885         necessary, pass full group name to gnus-request-set-marks.
7886
7887 2004-10-01  Simon Josefsson  <jas@extundo.com>
7888
7889         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7890         acroread.
7891
7892 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * spam-report.el (spam-report-gmane): Fix interactive.
7895
7896         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7897
7898         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7899         when writing file.
7900         (gnus-agent-synchronize-flags): Don't default to being
7901         interactive.
7902
7903 2004-09-30  Simon Josefsson  <jas@extundo.com>
7904
7905         * message.el (message-generate-hashcash): Add.
7906         (message-send-mail): Use it, call mail-add-payment.
7907
7908 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7909
7910         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7911
7912 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7913
7914         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7915         gnus-requst-update-info with explicit code to sync the in-memory
7916         info read flags with the marks being sync'd to the backend.
7917
7918         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7919
7920 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7921
7922         * spam.el (spam-verify-bogofilter): Add new function.
7923         (spam-check-bogofilter)
7924         (spam-bogofilter-register-with-bogofilter): Use it.
7925         (spam-verify-bogofilter): Add small fixes.
7926
7927 2004-09-28  Simon Josefsson  <jas@extundo.com>
7928
7929         * hashcash.el (hashcash-generate-payment): Revert.
7930
7931 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7934         gnus-extract-references instead of gnus-split-references.
7935
7936         * gnus-util.el (gnus-extract-references): Add new function, analogous
7937         to gnus-split-references but extracts only the message-ID without
7938         anything extra.
7939
7940         * hashcash.el (hashcash-generate-payment)
7941         (hashcash-check-payment): Do the right thing if hashcash-path is
7942         nil (because the hashcash program could not be found).
7943
7944         * spam.el (spam-use-hashcash): Remove comment.
7945
7946 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7947
7948         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7949         (gnus-cache-enter-article, gnus-cache-remove-article)
7950         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7951
7952         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7953
7954         * gnus-art.el (article-hide-boring-headers)
7955         (article-translate-strings, article-display-face)
7956         (gnus-article-mime-match-handle-first)
7957         (gnus-article-highlight-headers)
7958         (gnus-article-add-buttons-to-head): do.
7959
7960 2004-09-27  Simon Josefsson  <jas@extundo.com>
7961
7962         * hashcash.el: New version, from
7963         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7964         ../contrib/.
7965
7966 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7969
7970 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7971
7972         * gnus-dup.el (gnus-dup-open): Use mapc.
7973         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7974
7975         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7976         Reported by Stefan Wiens <s.wi@gmx.net>.
7977
7978         * gnus.el (gnus-shutdown): Use dolist.
7979
7980         * gnus-undo.el (gnus-undo): Use mapc.
7981
7982         * nnrss.el (nnrss-generate-active): do.
7983
7984         * message.el (message-cite-original-without-signature)
7985         (message-cite-original): Use mapc.
7986         (message-do-actions, message-make-forward-subject): Use dolist.
7987
7988 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7989
7990         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7991         deletion to remove entire duplicate line.  Fixes merged article
7992         number bug.
7993
7994 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7995
7996         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7997         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7998         first ask if you want to open a server and then, even when you
7999         responded with no, asking if you want to synchronize the server's
8000         flags.
8001         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8002         multi-line expressions.
8003         (gnus-agent-synchronize-group-flags): New internal function.
8004         Updates marks in memory (in the info structure) AND in the
8005         backend.
8006
8007         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8008
8009         * nnagent.el (nnagent-request-set-mark): Use
8010         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8011         method, to ensure that synchronization updates marks in the
8012         backend and in the info (in memory) structure.
8013
8014 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8017         convention fully; don't miss the root article of a thread; make
8018         the X-Draft-From header with correct article numbers.
8019
8020 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8021
8022         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8023         unless plugged.  Disable the agent so that an open failure causes
8024         an error.
8025
8026         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8027         Reverted 2004-09-21 change.  The backend must be opened while
8028         synchronizing flags even when the backend stores the flags
8029         locally.
8030
8031 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8034         in `header' match.  Reported by Svend Tollak Munkejord.
8035
8036         * message.el (message-cite-original): Fix use of
8037         `message-cite-articles-with-x-no-archive'.
8038
8039 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8042         (gnus-window-to-buffer): Ditto.
8043
8044         * mml.el (mml-preview-buffer): New variable.
8045         (mml-preview): Manage window layout with gnus-buffer-configuration.
8046
8047         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8048         X-Draft-From header even if those articles aren't quoted.
8049
8050 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8051
8052         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8053         (gnus-request-set-mark, gnus-request-update-mark): Use new
8054         g-s-t-u-l-m to decide to use backend even when unplugged.
8055
8056 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8059         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8060
8061 2004-09-20  Simon Josefsson  <jas@extundo.com>
8062
8063         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8064         "utf-16-le".
8065
8066 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8067
8068         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8069
8070 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * uudecode.el (uudecode-use-external): Add :version.
8073
8074         * smime.el (smime-CA-file, smime-encrypt-cipher)
8075         (smime-dns-server): Add :version.
8076
8077         * smiley.el (gnus-smiley-file-types): Add :version.
8078
8079         * sha1.el (sha1-use-external): Add :version.
8080
8081         * pgg-def.el (pgg-query-keyserver): Add :version.
8082
8083         * nnmail.el (nnmail-fancy-expiry-targets)
8084         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8085         Add :version.
8086
8087         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8088         (nnimap-retrieve-groups-asynchronous): Add :version.
8089         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8090
8091         * mml.el (mml-content-disposition-parameters)
8092         (mml-insert-mime-headers-always): Add :version.
8093
8094         * mm-util.el (mm-coding-system-priorities): Add :version.
8095
8096         * mm-decode.el (mm-inline-text-html-with-images)
8097         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8098         (mm-verify-option): Add :version.
8099         (mm-text-html-renderer): Change :version.
8100
8101         * message.el (message-fcc-externalize-attachments)
8102         (message-required-headers, message-draft-headers)
8103         (message-subject-trailing-was-query)
8104         (message-subject-trailing-was-ask-regexp)
8105         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8106         (message-mark-insert-end, message-archive-header)
8107         (message-archive-note, message-cross-post-default)
8108         (message-cross-post-note, message-followup-to-note)
8109         (message-cross-post-note-function, message-use-mail-followup-to)
8110         (message-subscribed-address-functions)
8111         (message-subscribed-address-file, message-subscribed-addresses)
8112         (message-subscribed-regexps, message-allow-no-recipients)
8113         (message-yank-cited-prefix, message-signature-insert-empty-line)
8114         (message-hidden-headers, message-hierarchical-addresses)
8115         (message-mail-user-agent, message-use-idna)
8116         (message-valid-fqdn-regexp)
8117         (message-strip-special-text-properties, message-header-synonyms)
8118         (message-beginning-of-line, message-tab-body-function): Add :version.
8119         (message-insert-canlock, message-wide-reply-confirm-recipients):
8120         Change :version.
8121
8122         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8123         and :version.
8124         (mail-source-delete-old-incoming-confirm)
8125         (mail-source-movemail-program): Add :version.
8126
8127         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8128         (gnus-agent-cache, gnus-agent): Change :version.
8129
8130         * gnus-util.el (gnus-use-byte-compile): Change :version.
8131
8132         * gnus-sum.el (gnus-summary-make-false-root-always)
8133         (gnus-summary-default-high-score)
8134         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8135         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8136         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8137         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8138         (gnus-sum-thread-tree-single-indent)
8139         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8140         (gnus-sum-thread-tree-leaf-with-other)
8141         (gnus-sum-thread-tree-single-leaf): Add :version.
8142         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8143         (gnus-article-loose-mime): Change :version.
8144
8145         * gnus-start.el (gnus-backup-startup-file)
8146         (gnus-save-startup-file-via-temp-buffer): Add :version.
8147
8148         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8149         (gnus-server-offline-face): Add :version.
8150
8151         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8152
8153         * gnus-msg.el (gnus-gcc-externalize-attachments)
8154         (gnus-debug-files, gnus-debug-exclude-variables)
8155         (gnus-discouraged-post-methods): Change :version.
8156         (gnus-confirm-mail-reply-to-news)
8157         (gnus-confirm-treat-mail-like-news): Add :version.
8158
8159         * gnus-int.el (gnus-server-unopen-status): Add :version.
8160
8161         * gnus-group.el (gnus-group-jump-to-group-prompt)
8162         (gnus-large-ephemeral-newsgroup)
8163         (gnus-fetch-old-ephemeral-headers): Add :version.
8164
8165         * gnus-fun.el (gnus-x-face-directory)
8166         (gnus-convert-pbm-to-x-face-command)
8167         (gnus-convert-image-to-x-face-command)
8168         (gnus-convert-image-to-face-command): Add :version.
8169
8170         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8171
8172         * gnus-cite.el (gnus-cite-blank-line-after-header)
8173         (gnus-article-boring-faces): Add :version.
8174
8175         * gnus-art.el (gnus-buttonized-mime-types)
8176         (gnus-inhibit-mime-unbuttonizing)
8177         (gnus-treat-display-face)
8178         (gnus-treat-body-boundary): Change :version.
8179         (gnus-body-boundary-delimiter, gnus-picon-databases)
8180         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8181         (gnus-treat-date-english, gnus-treat-fold-headers)
8182         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8183         (gnus-treat-mail-picon, gnus-treat-wash-html)
8184         (gnus-article-encrypt-protocol)
8185         (gnus-use-idna, gnus-article-over-scroll)
8186         (gnus-mime-display-multipart-alternative-as-mixed)
8187         (gnus-mime-display-multipart-related-as-mixed)
8188         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8189         (gnus-ctan-url, gnus-button-ctan-handler)
8190         (gnus-button-handle-ctan-bogus-regexp)
8191         (gnus-button-ctan-directory-regexp)
8192         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8193         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8194         (gnus-button-man-level, gnus-button-emacs-level)
8195         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8196
8197         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8198         (gnus-agent-go-online): Change :version.
8199         (gnus-agent-expire-unagentized-dirs)
8200         (gnus-agent-auto-agentize-methods): Add :version.
8201
8202         * flow-fill.el (fill-flowed-display-column)
8203         (fill-flowed-encode-column): Add :version.
8204
8205         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8206         (gnus-outlook-deuglify-unwrap-max)
8207         (gnus-outlook-deuglify-cite-marks)
8208         (gnus-outlook-deuglify-unwrap-stop-chars)
8209         (gnus-outlook-deuglify-no-wrap-chars)
8210         (gnus-outlook-deuglify-attrib-cut-regexp)
8211         (gnus-outlook-deuglify-attrib-verb-regexp)
8212         (gnus-outlook-deuglify-attrib-end-regexp)
8213         (gnus-outlook-display-hook): Add :version.
8214
8215         * binhex.el (binhex-use-external): Add :version.
8216
8217 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8220         and `invisible'.
8221
8222 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8225         in gnus-registry-trim.
8226
8227 2004-09-13  Simon Josefsson  <jas@extundo.com>
8228
8229         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8230
8231         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8232
8233         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8234         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8235         <yamaoka@jpl.org>.
8236         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8237         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8238         <yamaoka@jpl.org>.
8239
8240         * sieve.el (sieve-manage-mode): Ditto.
8241
8242 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8245
8246 2004-09-11  Simon Josefsson  <jas@extundo.com>
8247
8248         * dns-mode.el: Add.
8249
8250         * mm-view.el (mm-display-dns-inline): Add.
8251
8252         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8253         (mm-automatic-display): Ditto.
8254
8255         * mailcap.el (mailcap-mime-data): Add text/dns.
8256         (mailcap-mime-extensions): Map .soa to text/dns.
8257
8258 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8259
8260         * gnus-art.el (article-decode-mime-words, article-babel)
8261         (gnus-article-highlight-signature, gnus-article-add-buttons)
8262         (gnus-signature-toggle): Remove unnecessary bindings of
8263         `inhibit-read-only' inherited from v5.10 merge.
8264
8265 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * nntp.el (nntp): New customization group.
8268         (nntp-authinfo-file): Add customization group.
8269
8270         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8271
8272         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8273
8274         * gnus.el (to-address, to-list, subscribed)
8275         (large-newsgroup-initial): Ditto.
8276
8277         * flow-fill.el (fill-flowed-display-column)
8278         (fill-flowed-encode-column): Ditto.
8279
8280 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8281
8282         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8283         Use point-min rather than 1.
8284         (message-send-mail): Use buffer-size rather than point-max.
8285
8286         * gnus-sum.el (gnus-summary-search-article-forward):
8287         Signal a specific `search-failed' rather than a generic `error'.
8288
8289         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8290         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8291         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8292
8293 2004-09-10  Simon Josefsson  <jas@extundo.com>
8294
8295         * nndb.el (require): Remove tcp and duplicate cl.
8296
8297 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-agent.el (directory-files-and-attributes): Move forward.
8300
8301 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8302
8303         * gnus-agent.el (directory-files-and-attributes): Optionally
8304         defined to support XEmacs.
8305
8306 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8307
8308         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8309         to avoid run-time CL dependencies.
8310         (gnus-agent-unfetch-articles): New function.
8311         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8312         article numbers even when local .overview file is missing.
8313         (gnus-agent-read-article-number): New function. Only accepts
8314         27-bit article numbers.
8315         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8316         gnus-agent-read-article-number.
8317         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8318         from backend while recognizing that article numbers in .overview
8319         must be valid.
8320         (gnus-agent-update-files-total-fetched-for): Use
8321         directory-files-and-attributes to improve performance.
8322         * gnus-int.el (gnus-request-move-article): Use
8323         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8324         improve performance.
8325
8326         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8327         some users confused by references to .newsrc when they only have a
8328         .newsrc.eld file.
8329         (gnus-convert-mark-converter-prompt,
8330         gnus-convert-converter-needs-prompt): Fixed use of property list.
8331         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8332         New function. Used internally to only display 'gnus converting
8333         files' message when actually necessary.
8334
8335         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8336         methods now autoloaded.
8337
8338 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8341         identifiers.
8342
8343 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-picon.el: Fix indentation and closing parenthesis.
8346
8347 2004-09-01  Simon Josefsson  <jas@extundo.com>
8348
8349         * message.el (message-canlock-generate): Require sha1, not
8350         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8351         to require within a function.  Sadly, if sha1.el isn't loaded, the
8352         let binding in m-c-g will hide the defcustom definition, which is
8353         bad.)
8354
8355         * canlock.el: Require sha1, not sha1-el.
8356
8357         * message.el: Don't autoload sha1 (there is a autoload cookie in
8358         sha1.el).
8359
8360         * sha1-el.el: Renamed to sha1.el.
8361
8362 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8363
8364         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8365
8366 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8367
8368         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8369
8370 2004-08-30  Kim F. Storm  <storm@cua.dk>
8371
8372         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8373
8374         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8375         Add :group 'nnimap.
8376
8377 2004-08-30  Andreas Schwab  <schwab@suse.de>
8378
8379         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8380         ?* and ?\;.
8381
8382         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8383         and ?\' to symbol instead of whitespace.
8384
8385 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8388
8389         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8390         instead of re-search-forward.
8391
8392         * gnus-uu.el (gnus-uu-save-article): Ditto.
8393         (gnus-uu-post-encode-uuencode): Ditto.
8394
8395         * html2text.el (html2text-clean-list-items): Ditto.
8396         (html2text-clean-dtdd): Ditto.
8397         (html2text-format-tags): Ditto.
8398
8399         * message.el (message-send-mail-with-sendmail): Fix regexp.
8400         (message-fill-field-general): Use search-forward instead of
8401         re-search-forward.
8402         (unbold-region): Ditto.
8403
8404         * nnrss.el (nnrss-request-article): Ditto.
8405
8406         * nnslashdot.el (nnslashdot-request-article): Ditto.
8407
8408         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8409
8410         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8411         "Unrecognized menu descriptor" error in XEmacs.
8412
8413 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8414
8415         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8416         parent article of a sparse article in the thread hashtb.
8417
8418 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8419
8420         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8421         (nnmail-expand-newtext): Lowercase expanded entries if
8422         nnmail-split-lowercase-expanded is non-nil.
8423
8424 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8427         entry.
8428
8429         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8430         of gnus-tmp-news-method into string under XEmacs.  It will be
8431         passed to gnus-correct-length which takes only a string argument.
8432
8433 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-util.el (gnus-bind-print-variables): New macro.
8436         (gnus-prin1): Use it.
8437         (gnus-prin1-to-string): Use it.
8438         (gnus-pp): New function.
8439         (gnus-pp-to-string): New function.
8440
8441         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8442         pp-to-string with gnus-pp-to-string.
8443         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8444         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8445         * gnus-msg.el (gnus-debug): Ditto.
8446         * gnus-score.el (gnus-score-save): Ditto.
8447         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8448         gnus-pp-to-string.
8449         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8450         with gnus-pp.
8451         * score-mode.el (gnus-score-pretty-print): Ditto.
8452         * webmail.el (webmail-debug): Ditto.
8453
8454 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (article-display-face, article-display-x-face): Use
8457         buffer-read-only.
8458
8459 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (article-hide-list-identifiers): Bind
8462         inhibit-read-only as t.
8463
8464 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8467
8468 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8469
8470         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8471         (gnus-narrow-to-page): Don't assume point-min == 1.
8472         (gnus-article-edit-mode): Derive from message-mode.
8473
8474         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8475         point-min == 1.
8476
8477         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8478         Disable incorrect use of `assert'.
8479
8480         * message.el (message-mode): Set comment-start-skip.
8481
8482
8483 2004-08-22  Sam Steingold  <sds@gnu.org>
8484
8485         * pop3.el (pop3-leave-mail-on-server): New user variable.
8486         (pop3-movemail): Delete mail only when it is nil.
8487
8488 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8491
8492         * mml.el (mml-preview): Use `pop-to-buffer'.
8493
8494         * message.el (message-goto-mail-followup-to): Insert after "To".
8495         (message-carefully-insert-headers): Add comment.
8496
8497         * gnus.el: Remove unused variable `gnus-article-check-size'.
8498
8499         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8500
8501         * gnus-art.el (gnus-button-alist): Improve
8502         `gnus-button-handle-library' entry.
8503
8504 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8505
8506         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8507         downcase, since XEmacs capitalizes error messages differently.
8508
8509 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8510
8511         * nntp.el: Add (require 'gnus) due to reference to
8512         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8513
8514 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8515
8516         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8517         `mm-fill-flowed'.
8518
8519         * mm-decode.el (mm-dissect-singlepart): Check it.
8520
8521 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8522
8523         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8524         'imap' for netrc parsing.
8525
8526 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8527
8528         * mailcap.el (mailcap-mime-data): Mark as risky.
8529
8530 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8533         may be included in the encoded word.
8534         (rfc2047-encode): Don't append a space if the encoded word
8535         includes close parenthesis.
8536
8537 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8540         of text within parentheses.
8541
8542 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8545         (gnus-encrypt-write-file-contents): Make the password key the file
8546         name PLUS the cipher, not just the cipher.  Also remove failed
8547         passwords from the cache.
8548
8549 2004-08-06  Simon Josefsson  <jas@extundo.com>
8550
8551         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8552         fix.
8553
8554 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8557         LWSP.
8558
8559 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8560
8561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8562         to append in-reply-to: data to the references: header.
8563
8564         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8565         (netrc-parse): Use gnus-encrypt.el functions.
8566
8567         * gnus-encrypt.el: Add new file for encryption support; currently
8568         does only a few GPG ciphers and an internal XOR cipher.
8569
8570         * password.el: Add comments on using password-read-and-add.
8571         (password-read-and-add): Add function to read and add the
8572         password to the cache at once.
8573
8574 2004-07-28  Simon Josefsson  <jas@extundo.com>
8575
8576         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8577         parameter (but don't use it, for now).
8578
8579         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8580         instead of hard coding to nil.
8581
8582 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8585         as mm-inline-image-xemacs does.
8586
8587 2004-07-26  Simon Josefsson  <jas@extundo.com>
8588
8589         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8590         Revert part of 2004-07-17 change below.
8591
8592 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8595         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8596
8597 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598
8599         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8600         quotes that actually start with ">" at the beginning of the
8601         lines.
8602
8603 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * rfc2047.el (rfc2047-encode-region): Fix last change.
8606         (rfc2047-encode-parameter): Remove useless concat.
8607
8608 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8611         encode special characters; fix some kind of misconfigured headers;
8612         signal a real error if debug-on-quit or debug-on-error is non-nil.
8613         (rfc2047-encode-max-chars): New variable.
8614         (rfc2047-encode-1): Use it.
8615         (rfc2047-encode-parameter): New function.
8616
8617         * mml.el (mml-insert-parameter): Remove an excessive space.
8618
8619 2004-07-17  Simon Josefsson  <jas@extundo.com>
8620
8621         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8622         Kai Grossjohann <kai@emptydomain.de>.
8623         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8624         (gnus-group-make-menu-bar): Ditto.
8625
8626         * gnus-util.el (gnus-group-server): Add.
8627
8628 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8629
8630         * message.el (message-clone-locals): Clone sendmail and smtp
8631         variables.
8632
8633 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * rfc2047.el (rfc2047-encode-region): Fix last change.
8636
8637 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8640         characters as non-special.
8641
8642 2004-07-09  Simon Josefsson  <jas@extundo.com>
8643
8644         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8645         Users will lose all flag changes made while unplugged with
8646         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8647         good default.  See numerous reports on ding mailing list.
8648
8649 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8652         add generate-head-function and generate-article-function to the
8653         rfc822-forward entry.
8654         (nndoc-rfc822-forward-generate-article): New function.
8655         (nndoc-rfc822-forward-generate-head): New function.
8656
8657         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8658
8659 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8660
8661         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8662         respect display group parameter and gnus-summary-expunge-below.
8663         (gnus-articles-to-read): Remove unused reference to display group
8664         parameter.
8665
8666 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * nnheader.el (nnheader-uniquify-message-id): New experimental
8669         variable.
8670         (nnheader-nov-read-message-id): Use it.
8671
8672         * spam-report.el (spam-report-gmane): Add interactive.
8673
8674 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8677         qp-or-base64 for the application/* types.
8678
8679 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8680
8681         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8682
8683 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8684
8685         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8686         trim value.
8687
8688 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8689
8690         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8691         New macro and function.
8692         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8693
8694 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8697         after-load-alist.
8698
8699 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8702         update info that isn't there.
8703
8704 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8705
8706         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8707         entry.
8708
8709 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * mm-view.el (mm-inline-render-with-function): Use multibyte
8712         buffer; decode html source by charset.
8713
8714         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8715
8716         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8717         Mule-UCS is loaded under XEmacs.
8718         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8719
8720 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8721
8722         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8723
8724 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * mm-util.el (mm-coding-system-p): Return a coding-system.
8727         (mm-mime-mule-charset-alist): Use shift_jis instead of
8728         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8729         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8730         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8731         instead of japanese-shift-jis and iso-latin-1 respectively in
8732         order to share the default value with both Emacs and XEmacs-mule.
8733         (mm-mule-charset-to-mime-charset): Make
8734         mm-coding-system-priorities effective.
8735         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8736         while predicating of candidates upon the priorities.
8737
8738 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8739
8740         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8741         gnus-uu-invert-processable.
8742
8743         * gnus.el: Autoload gnus-uu-invert-processable.
8744
8745 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * mm-util.el (mm-with-multibyte-buffer): New macro.
8748
8749         * rfc2047.el (rfc2047-encode-string): Use it.
8750         (rfc2047-encode-region): Move point to the end of the region after
8751         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8752
8753 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8756         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8757
8758 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8761         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8762         Karl Chen <quarl@nospam.quarl.org>.
8763
8764 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8765
8766         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8767         invalid addresses.
8768
8769 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8770
8771         * spam.el: Change section markers, revise TODO list.
8772         (spam-backends): Make new master list of all installed backends.
8773         (spam-summary-exit-behavior): Add new variable to determine how
8774         messages moves are done at summary exit.
8775         (spam-move-spam-nonspam-groups-only)
8776         (spam-process-ham-in-nonham-groups)
8777         (spam-process-ham-in-spam-groups): Remove variables, the
8778         spam-summary-exit-behavior variable should be used to manage this
8779         behavior.
8780         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8781         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8782         and spam-old-spam-articles.
8783         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8784         Add empty variables, placeholders for the backends they represent.
8785         (spam-set-difference): Move, unchanged.
8786         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8787         unless the user has a processor variable.
8788         (spam-classifications, spam-classification-valid-p)
8789         (spam-backend-properties, spam-backend-property-valid-p)
8790         (spam-backend-function-type-valid-p)
8791         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8792         (spam-report-articles-gmane, spam-report-articles-resend):
8793         Remove functions, they are not needed.
8794         (spam-install-backend-super, spam-backend-list)
8795         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8796         (spam-backend-function, spam-backend-ham-registration-function)
8797         (spam-backend-spam-registration-function)
8798         (spam-backend-ham-unregistration-function)
8799         (spam-backend-spam-unregistration-function)
8800         (spam-backend-statistical-p, spam-backend-mover-p)
8801         (spam-install-backend-alias, spam-install-checkonly-backend)
8802         (spam-install-mover-backend, spam-install-nocheck-backend)
8803         (spam-install-backend, spam-install-statistical-backend)
8804         (spam-install-statistical-checkonly-backend): Add backend installation
8805         support.
8806         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8807         (spam-group-processor-p): Use the new backend code and respect the
8808         summary exit behavior.
8809         (spam-mark-spam-as-expired-and-move-routine): Remove.
8810         (spam-summary-prepare): Change to use the new spam-old-articles
8811         variable.
8812         (spam-copy-or-move-routine, spam-copy-spam-routine)
8813         (spam-move-spam-routine, spam-copy-ham-routine)
8814         (spam-move-ham-routine): Add code to copy/move ham or spam.
8815         (spam-fetch-field-fast): Improve doc and code, plus allow the
8816         'number request.
8817         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8818         variables.
8819         (spam-split, spam-find-spam): Use the new backend code.
8820         (spam-registration-functions): Remove variable.
8821         (spam-unregister-routine): Add convenience wrapper.
8822         (spam-log-undo-registration, spam-register-routine)
8823         (spam-log-processing-to-registry)
8824         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8825         where possible.
8826         (spam-check-gmane-xref, spam-check-regex-headers)
8827         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8828         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8829         (spam-check-bogofilter-headers, spam-check-spamoracle)
8830         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8831         (spam-check-crm114-headers): Use the spam-split-group that
8832         spam-split prepares, no need to determine it every time.
8833
8834         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8835         to the nnheader-parse-naked-head call.
8836
8837         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8838
8839         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8840         the nnheader-nov-read-message-id call.
8841
8842 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8845         gnus-activate-group twice.  Suggested by Markus Peter
8846         <warp@spin.de>.
8847
8848 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-art.el (gnus-article-time-format): Exchange the order of
8851         day and month in the default value; fix customization type.
8852         (article-date-ut): Use add-text-properties.
8853         (article-make-date-line): Use message-make-date instead of
8854         current-time-string.
8855
8856         * message.el (message-fetch-field): Don't use set-text-properties.
8857         (message-make-date): Simplify.
8858
8859         * messagexmas.el (message-xmas-make-date): New function.
8860         (message-xmas-redefine): Defalias message-make-date to it.
8861
8862 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8865         (rfc2047-encode-region): Treat text within parentheses as special;
8866         show the original text when error has occurred.
8867
8868         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8869         already-computed method to gnus-activate-group.
8870
8871         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8872         same select-methods identical Lisp objects.
8873
8874         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8875         object when modifying the info.
8876
8877 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8880         gnus-opened-servers since it has never been opened with the new
8881         configuration yet.
8882
8883 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8886         arg to nnheader-generate-fake-message-id.
8887
8888 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8889
8890         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8891         number and build a fake message ID localized to a group and
8892         article number (so it's repeatable from that point on).
8893         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8894         ID format.
8895
8896         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8897         nnheader-generate-fake-message-id with the article number.
8898
8899 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8900
8901         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8902         end-of-buffer.
8903
8904 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * message.el (message-ignored-supersedes-headers): Add Approved.
8907
8908 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8911         goto-char.
8912         (rfc2047-encode): Fold the line before encoding.
8913
8914 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8917         folding -- not all headers can be folded, and this should be done
8918         by the message composition mode.  Probably.  I think.
8919
8920 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8923         fast.
8924
8925         * gnus-ems.el (gnus-remove-image): Don't use
8926         message-text-with-property; remove only the image found first.
8927
8928         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8929         found first.
8930
8931 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8932
8933         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8934
8935 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * message.el (message-text-with-property): Make it fast and accept
8938         optional arguments.
8939         (message-strip-forbidden-properties): Use it.
8940         (message-fix-before-sending): Follow the m-t-w-p change.
8941
8942         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8943
8944 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-art.el (article-hide-headers): Don't change the buffer
8947         mistakenly when performing mml-preview even if
8948         gnus-single-article-buffer is nil.
8949
8950 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8951
8952         * message.el (message-expand-name-databases): New user option.
8953         (message-expand-name): Use it.
8954
8955 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8956
8957         * spam.el (spam-report-articles-resend)
8958         (spam-report-resend-register-routine): Allow ham reporting.
8959         (spam-report-resend-register-ham-routine): Add wrapper.
8960         (spam-registration-functions): Add ham resending functions.
8961         (spam-list-of-processors): Add ham resend processor.
8962
8963         * gnus.el (ham-resend-to): Add new group parameter.
8964         (spam-process): Add ham resend option.
8965
8966         * spam-report.el (spam-report-resend): Allow reporting ham.
8967         (spam-report-resend-ham): Add wrapper.
8968
8969 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * message.el (message-cite-articles-with-x-no-archive): New
8972         variable.
8973         (message-cite-original): Use it.
8974
8975 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * message.el (message-cite-original): Respect X-No-Archive.
8978
8979 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-art.el (article-hide-headers): Refer to the values for
8982         gnus-ignored-headers and gnus-visible-headers in the summary
8983         buffer since a user may have set them as group parameters.
8984
8985 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         * assistant.el (assistant-node-name): Add convenience function.
8988         (assistant-render-text, assistant-render-node): Add error handling,
8989         plus handle multiple next nodes.
8990         (assistant-find-next-node): Comment out for now.
8991         (assistant-find-next-nodes): Add function, returns list of next
8992         nodes.
8993
8994 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * mail-source.el (mail-source-directory): Fix doc-string.
8997
8998 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8999
9000         * assistant.el (assistant-render-text, assistant-eval): Add :set
9001         widget type, which is different because it takes and returns a
9002         list.  Much hilarity ensues.
9003
9004 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9007
9008         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9009         doc-string.
9010
9011         * gnus-start.el (gnus-activate-group): Added doc-string.
9012
9013 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9016
9017 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * assistant.el (assistant-render-text): Try to add a :set
9020         widget, more to come.
9021
9022         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9023         strings.
9024         (spam-report-articles-resend)
9025         (spam-register-routine): Do registration iff any articles warrant
9026         it.
9027         (spam-summary-prepare-exit): Change log message for nil group
9028         destinations.
9029
9030 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9031
9032         * spam.el (spam-report-resend-register-routine): Allow
9033         spam-report-resend-to to be a group parameter or a global value.
9034
9035 2004-05-26  Simon Josefsson  <jas@extundo.com>
9036
9037         * starttls.el: Merge with my GNUTLS based starttls.el.
9038         (starttls-gnutls-program, starttls-use-gnutls)
9039         (starttls-extra-arguments, starttls-process-connection-type)
9040         (starttls-connect, starttls-failure, starttls-success): New
9041         variables.
9042         (starttls-program, starttls-extra-args): Doc fix.
9043         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9044         functions.
9045         (starttls-negotiate, starttls-open-stream): Check
9046         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9047         function if it is set.
9048
9049 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9052         structured fields.
9053
9054 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9057
9058 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9059
9060         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9061         variable.
9062         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9063         assigning the spam-mark to new messages.
9064
9065 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9066
9067         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9068
9069 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9072
9073         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9074         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9075         default.
9076
9077 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9078
9079         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9080         correct data.
9081
9082 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9083
9084         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9085         (spam-group-processor-p): Fix function.
9086         (spam-group-processor-multiple-p)
9087         (spam-group-spam-processor-report-gmane-p)
9088         (spam-group-spam-processor-report-resend-p)
9089         (spam-group-spam-processor-bogofilter-p)
9090         (spam-group-spam-processor-blacklist-p)
9091         (spam-group-spam-processor-ifile-p)
9092         (spam-group-ham-processor-ifile-p)
9093         (spam-group-spam-processor-spamoracle-p)
9094         (spam-group-spam-processor-crm114-p)
9095         (spam-group-ham-processor-bogofilter-p)
9096         (spam-group-spam-processor-stat-p)
9097         (spam-group-ham-processor-stat-p)
9098         (spam-group-ham-processor-whitelist-p)
9099         (spam-group-ham-processor-BBDB-p)
9100         (spam-group-ham-processor-spamoracle-p)
9101         (spam-group-ham-processor-copy-p): Remove functions with some
9102         prejudice against unneeded code.
9103         (spam-report-articles-resend)
9104         (spam-report-resend-register-routine): Allow the group/topic
9105         spam-resend-to value to override spam-report-resend-to.
9106         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9107         properly now.
9108
9109         * gnus.el (spam-resend-to): Add group/topic parameter.
9110         (spam-process): Move the OBSOLETE processors to the end of the
9111         choices.
9112
9113 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9114
9115         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9116         with resend-to set to nil, and then ask the user if necessary.
9117         (spam-report-resend): spam-report-resend takes a list of articles, not
9118         separate article numbers.
9119
9120 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9123         addition to emacs-w3m.
9124
9125 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9126
9127         * assistant.el (assistant-authinfo-data): New function.
9128         (assistant-eval): Eval for entire assistant.
9129
9130         * netrc.el (netrc-services-file): New variable.
9131         (netrc-parse-services): New function.
9132         (netrc-find-service-name): New function.
9133         (netrc-find-service-number): New function.
9134         (netrc-port-equal): New function.
9135         (netrc-machine): Use it.
9136
9137         * nnimap.el (nnimap-open-connection): Use netrc.
9138
9139         * gnus-util.el (gnus-netrc-get): Remove aliases.
9140
9141         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9142
9143         * assistant.el (wid-edit): Fix compilation.
9144
9145         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9146
9147 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9148
9149         * gnus-util.el (gnus-set-file-modes): New function.  (small
9150         patch).
9151
9152 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9155
9156         * assistant.el (assistant-render-node): Fix up rendering and
9157         read-only text.
9158         (assistant-render-node): Reset.
9159         (assistant-make-read-only): Not sticky.
9160
9161 2004-05-20  Danny Siu  <dsiu@adobe.com>
9162
9163         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9164         centered even when gnus-auto-center-summary is t
9165
9166 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * dns.el (dns-get-txt-answer): New function.
9169         (dns-read-txt): Ditto.
9170         (query-dns): Use it.
9171
9172 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9175         active for foreign groups even if the group level is higher than
9176         the specified value.
9177
9178 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9181         non-active groups.
9182
9183         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9184
9185 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9186
9187         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9188
9189 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9190
9191         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9192         (spam-crm114-header, spam-crm114-spam-switch)
9193         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9194         (spam-crm114-positive-spam-header)
9195         (spam-crm114-database-directory, spam-list-of-processors)
9196         (spam-group-spam-processor-crm114-p)
9197         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9198         (spam-generic-score, spam-list-of-checks)
9199         (spam-list-of-statistical-checks, spam-registration-functions)
9200         (spam-check-crm114-headers, spam-crm114-score)
9201         (spam-check-crm114, spam-crm114-register-with-crm114)
9202         (spam-crm114-register-spam-routine)
9203         (spam-crm114-unregister-spam-routine)
9204         (spam-crm114-register-ham-routine)
9205         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9206         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9207
9208         * gnus.el: Add spam-use-crm114.
9209
9210         * spam.el (spam-list-of-processors, spam-registration-functions):
9211         Add spam-use-resend.
9212         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9213         (spam-report-articles-gmane): Add doc fix.
9214         (spam-report-articles-resend,
9215         spam-report-resend-register-routine): Add wrappers around
9216         spam-report-resend-to.
9217
9218         * spam-report.el (spam-report-resend-to, spam-report-resend):
9219         Add support for resending spam.
9220         (spam-report-gmane): Fix line length >80.
9221
9222         * gnus.el (spam-process): Add spam-use-resend.
9223
9224 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9225
9226         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9227         number of processed spam messages.
9228         (spam-ham-copy-or-move-routine): Return the number of processed
9229         ham messages.
9230         (spam-summary-prepare-exit): Use the above values to decide
9231         whether status messages shouled be displayed.
9232
9233 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9236         `rfc2047-encoding-function-alist' in order to avoid conflicting
9237         with the old version.
9238         (rfc2047-encode-region): Concatenate words containing non-ASCII
9239         characters in structured fields; don't encode space-delimited
9240         ASCII words even in unstructured fields; don't break words at
9241         char-category boundaries.
9242         (rfc2047-encode-1): New function.
9243         (rfc2047-encode): Use it; encode text so that it occupies the
9244         maximum width within 76-column; work correctly on Q encoding for
9245         iso-2022-* charsets.
9246         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9247         sure not to break a line just after the header name.
9248         (rfc2047-b-encode-region): Removed.
9249         (rfc2047-b-encode-string): New function.
9250         (rfc2047-q-encode-region): Removed.
9251         (rfc2047-q-encode-string): New function.
9252
9253         * mm-util.el (mm-replace-in-string): New function.
9254
9255 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9256
9257         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9258         get it right.
9259         (gnus-inews-make-draft): Really.
9260
9261 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9262
9263         * nnmh.el (nnmh-request-list-1): Don't check the link count
9264         before descending.  (small patch)
9265
9266 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9269         stuff.
9270
9271         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9272         on real group name.
9273
9274         * gnus-art.el (gnus-signature-limit): Doc fix.
9275
9276         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9277
9278         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9279
9280 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9281
9282         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9283         isn't a string.
9284
9285 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286
9287         * gnus-draft.el (gnus-draft-send): Bind
9288         rfc2047-encode-encoded-words.
9289
9290         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9291         (rfc2047-encodable-p): Say that =? needs encoding.
9292         (rfc2047-encode-encoded-words): New variable.
9293
9294         * gnus-group.el (gnus-group-select-group): Doc fix.
9295
9296         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9297
9298         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9299         to nil.
9300
9301         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9302
9303         * nnheader.el (nnheader-get-lines-and-char): New function.
9304
9305 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-msg.el (gnus-summary-followup-with-original): Document
9308         yanking of region when active.
9309
9310 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9313         groups if the group level is higher than the specified value.
9314
9315 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9318         (gnus-group-jump-to-group): Added prefix argument using
9319         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9320         non-active group.
9321
9322         * compface.el (uncompface): Be verbose when changing
9323         `uncompface-use-external'.
9324
9325         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9326         handle manual section.
9327
9328 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * gnus-art.el (gnus-button-alist): Revert previous change.
9331
9332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9335
9336 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9339         whether backend can accept message.
9340
9341         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9342
9343 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9344
9345         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9346         Avoid creating directory when nntp-marks-is-evil is true.
9347         Reported by Reiner Steib.
9348
9349 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * gnus-picon.el (gnus-picon-style): New variable.
9352         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9353         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9354         Jesper Harder <harder@ifa.au.dk>.
9355
9356 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * message.el (message-fill-field): Return point.
9359         (message-generate-headers): Go to end of field.
9360
9361         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9362         stuff for non-living groups.
9363
9364 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9365
9366         * gnus-art.el (gnus-article-followup-with-original)
9367         (gnus-article-reply-with-original): gnus-mark-active-p ->
9368         gnus-region-active-p.
9369
9370 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9371
9372         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9373         only when there is spam or ham to be processed.
9374
9375 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * mail-source.el (mail-source-delete-crash-box): Refactor.
9378         (mail-source-fetch): Use it.
9379         (mail-source-fetch-file): Ditto.
9380         (mail-source-fetch-directory): Run postscript in loop.
9381         (mail-source-fetch-pop): Delete.
9382         (mail-source-fetch-maildir): Ditto.
9383         (mail-source-fetch-imap): Ditto.
9384
9385         * imap.el (imap-authenticators): Comment out sasl.
9386
9387         * message.el (message-skip-to-next-address): New function.
9388         (message-fill-header-address): Refactor.
9389         (message-fill-address): Use it.
9390         (message-delete-address): Use it.
9391         (message-fill-header-general): Refactor.
9392         (message-fill-field-address): Rename.
9393         (message-narrow-to-field): Find the start of the header.
9394         (message-header-format-alist): Don't pre-fill.
9395         (message-fill-header): Removed.
9396         (message-insert-header): New function.
9397         (message-shorten-references): Use it.
9398
9399         * rfc2047.el (rfc2047-field-value): Strip props.
9400
9401         * mail-parse.el (mail-header-make-address): New alias.
9402
9403         * ietf-drums.el (ietf-drums-make-address): New function.
9404
9405         * imap.el: Add compiler directives.
9406
9407         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9408
9409         * gnus-art.el (article-decode-idna-rhs): Don't use
9410         message-idna-inside-rhs-p.
9411
9412 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * message.el (message-idna-inside-rhs-p): Removed.
9415         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9416
9417         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9418         false positives.
9419
9420 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9421
9422         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9423
9424 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * nneething.el (nneething-file-name): Don't create spurions
9427         files.
9428
9429         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9430         (gnus-inews-do-gcc): Remove sleep.
9431
9432         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9433         part under point.
9434
9435         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9436         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9437
9438 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9439
9440         * spam.el (spam-summary-prepare-exit): Fixed (length).
9441
9442 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9443
9444         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9445         as expired without moving it" message when there are spam
9446         messages left.
9447
9448 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9449
9450         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9451         header is not nil.
9452
9453 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9454
9455         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9456         nntp-possibly-create-directory, not nntp-possibly-change-group.
9457         (nntp-marks-changed-p): New arg SERVER.
9458         (nntp-request-update-info): Adjust caller.
9459
9460 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9461
9462         * nntp.el (nntp-save-marks): Pass missing arg.
9463
9464 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9465
9466         * nntp.el: Support marks.
9467         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9468         (nntp-marks-modtime, nntp-marks-directory): New variables.
9469         (nntp-request-set-mark, nntp-request-update-info)
9470         (nntp-possibly-create-directory, nntp-marks-changed-p)
9471         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9472         functions.
9473
9474 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9475
9476         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9477         (gnus-xmas-redefine): Rename.
9478
9479         * gnus-score.el (gnus-score-insert-help): Use
9480         gnus-select-lowest-window.
9481
9482         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9483         appt-select-lowest-window and rename to gnus-select-lowest-window.
9484
9485         * gnus.el: do.
9486
9487 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9488
9489         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9490         encodings of MIME-encoded words, in order to improve
9491         interoperability with several broken MUAs.
9492
9493 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9494
9495         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9496         tags, only when charsets are not specified in headers.
9497         (mm-inline-text-html-render-with-w3m): Ditto.
9498
9499         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9500         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9501
9502 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9503
9504         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9505         instead of MIME-decoded from fields when checking
9506         `gnus-article-address-banner-alist'.
9507
9508 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9509
9510         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9511         description rather than subject.
9512
9513 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9514
9515         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9516
9517 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus.el (gnus-version-number): Bump.
9520
9521 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9522
9523         * gnus.el: No Gnus v0.2 is released.
9524
9525 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * gnus-agent.el (gnus-agent-read-agentview): Inline
9528         gnus-uncompress-range.
9529
9530 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9531
9532         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9533         `exec-installed-p'.
9534
9535 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9536
9537         * gnus.el (spam-process, spam-autodetect-methods): Add
9538         bsfilter and bsfilter-headers.
9539
9540         * spam.el (spam-bsfilter): New customize group.
9541         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9542         (spam-bsfilter-header, spam-bsfilter-probability-header)
9543         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9544         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9545         (spam-bsfilter-database-directory): New options.
9546         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9547         (spam-list-of-statistical-checks, spam-registration-functions):
9548         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9549         (spam-bsfilter-score): New command.
9550         (spam-check-bsfilter-headers, spam-check-bsfilter)
9551         (spam-bsfilter-register-with-bsfilter)
9552         (spam-bsfilter-register-spam-routine)
9553         (spam-bsfilter-unregister-spam-routine)
9554         (spam-bsfilter-register-ham-routine)
9555         (spam-bsfilter-unregister-ham-routine): New functions.
9556         (spam-generic-score): Support bsfilter; Accept an optional argument
9557         to recalcurate spam score even if scoring header has already been
9558         added.
9559         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9560         optional argument to recalcurate spam score even if scoring header
9561         has already been added.
9562
9563 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9564
9565         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9566         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9567         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9568         link is missing.
9569
9570 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9571
9572         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9573         (html2text-get-attr): Rewrite.
9574
9575         * message.el (message-setup-1): Remove redundant put-text-property
9576         on mail-header-separator.
9577
9578 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9579
9580         * gnus-registry.el (gnus-registry-cache-whitespace)
9581         (gnus-registry-action, gnus-registry-spool-action)
9582         (gnus-registry-split-fancy-with-parent): Change message levels
9583         from 5 to 3 or 7, as needed.
9584
9585         * spam.el (spam-summary-prepare-exit)
9586         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9587         (spam-split, spam-find-spam, spam-log-undo-registration)
9588         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9589         level from 5 to 6.
9590
9591 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9594         2004-03-04 change).
9595
9596 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9597
9598         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9599         Use mapc when appropriate.
9600
9601         * sieve-manage.el (sieve-manage-open): do.
9602
9603         * nnweb.el (nnweb-insert-html): do.
9604
9605         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9606         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9607
9608         * nnspool.el (nnspool-request-group): do.
9609
9610         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9611         do.
9612
9613         * nnml.el (nnml-request-update-info): do.
9614
9615         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9616         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9617
9618         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9619         (nnimap-request-set-mark): do.
9620
9621         * nnfolder.el (nnfolder-request-update-info): do.
9622
9623         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9624         do.
9625
9626         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9627
9628         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9629
9630         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9631         do.
9632
9633         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9634         do.
9635
9636         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9637
9638         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9639
9640         * gnus-int.el (gnus-start-news-server): do.
9641
9642         * gnus-group.el (gnus-group-make-kiboze-group)
9643         (gnus-group-browse-foreign-server): do.
9644
9645 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         FIXME: Make separate entries for each person.
9648
9649         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9650         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9651         <shields@msrl.com>:
9652
9653         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9654         may need for spam sorting and scoring.
9655         (spam-user-format-function-S): Add user format function suitable for
9656         general use.
9657         (spam-article-sort-by-spam-status): Add sorting function for summary
9658         sorting.
9659         (spam-extra-header-to-number): Add function to get a score from a
9660         header.
9661         (spam-summary-score): Add function to  get a numeric score from the
9662         headers.
9663         (spam-generic-score): Fixed function doc, was in wrong place.
9664         (spam-initialize): Take symbols when it's run, and install the
9665         extra headers that spam-necessary-extra-headers thinks we need.
9666
9667 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9668
9669         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9670         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9671
9672 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9673
9674         * gnus-sum.el (gnus-set-global-variables)
9675         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9676         (gnus-article-get-xrefs, gnus-summary-best-group)
9677         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9678         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9679         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9680         with-current-buffer.
9681
9682 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * spam.el (spam-summary-prepare-exit): Simplify logic.
9685         (spam-fetch-article-header): Read the article header if it's not
9686         available.
9687         (spam-list-articles): Simplify logic.
9688         (spam-filelist-register-routine): Fix bug with unregister-list.
9689
9690         * gnus-registry.el: Fix comments at beginning.
9691
9692 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9693
9694         * message.el (message-cater-to-broken-inn): Remove.
9695         (message-shorten-references): Make sure the total folded length of
9696         References is shorter than 998 characters to cater to a bug in INN
9697         2.3.  Also, don't pretend that references aren't folded -- this
9698         hasn't worked for a while.
9699
9700 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9701
9702         * gnus-agent.el (gnus-agentize):
9703         gnus-agent-send-mail-real-function no longer set to current value
9704         of message-send-mail-function but rather a lambda that calls
9705         message-send-mail-function.  The change makes the agent real-time
9706         responsive to user changes to message-send-mail-function.
9707
9708 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9709
9710         * legacy-gnus-agent.el
9711         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9712         help from Florian Weimer <fw@deneb.enyo.de>
9713
9714 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * nnmail.el (nnmail-cache-insert): Revert last change.
9717
9718 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * nnmail.el (nnmail-cache-insert): Always check whether
9721         nnmail-cache-ignore-groups matches a group name.
9722
9723 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9724
9725         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9726         (spam-find-spam, spam-log-processing-to-registry)
9727         (spam-log-registered-p, spam-log-unregistration-needed-p)
9728         (spam-log-undo-registration): Use gnus-message instead of
9729         gnus-error, none of these errors are fatal.
9730
9731         * gnus-registry.el (gnus-registry-clean-empty-function)
9732         (gnus-registry-clean-empty): Remove only empty entries without
9733         extra data.
9734
9735 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9736
9737         * spam-stat.el (spam-stat-buffer-change-to-spam)
9738         (spam-stat-buffer-change-to-non-spam): Change (error) to
9739         (gnus-message 8) invocation.
9740
9741 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * nntp.el (nntp-via-netcat-command): New variable.
9744         (nntp-via-netcat-switches): New variable.
9745         (nntp-open-via-rlogin-and-netcat): New function.
9746         (nntp-open-connection-function): Doc fix.
9747         (nntp-telnet-command): Doc fix.
9748         (nntp-end-of-line): Doc fix.
9749         (nntp-via-rlogin-command): Doc fix.
9750         (nntp-via-user-name): Doc fix.
9751         (nntp-via-address): Doc fix.
9752
9753 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9756         error in Emacs 21.1.
9757
9758 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9761
9762 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9763         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9764         (gnus-agent-with-refreshed-group): New macro.
9765         (gnus-agent-rename-group): New function.
9766         (gnus-agent-delete-group): New function.
9767         (gnus-agent-save-group-info): Use gnus-command-method when
9768         `method' parameter is nil.  Don't write nil entries into the
9769         active file.
9770         (gnus-agent-get-group-info): New function.
9771         (gnus-agent-fetch-articles): Use
9772         gnus-agent-update-files-total-fetched-for to increment disk space
9773         used.
9774         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9775         gnus-agent-update-view-total-fetched-for to increment disk space
9776         used.
9777         (gnus-agent-get-local): Added optional parameters to avoid calling
9778         gnus-group-real-name and gnus-find-method-for-group.
9779         (gnus-agent-set-local): Delete stored entry if either min, or max,
9780         are nil.
9781         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9782         quit, use gnus-agent-regenerate-group to record existance of any
9783         articles fetched to disk before the quit occurred.
9784         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9785         gnus-agent-update-view-total-fetched-for, and
9786         gnus-agent-update-files-total-fetched-for to decrement disk space
9787         used.
9788         (gnus-agent-retrieve-headers): Use
9789         gnus-agent-update-view-total-fetched-for to increment disk space
9790         used.
9791         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9792         with gnus-agent-update-files-total-fetched-for to decrement disk
9793         space and fresh group buffer.
9794         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9795         (gnus-agent-need-update-total-fetched-for): New variable.
9796         (gnus-agent-update-files-total-fetched-for): New function.
9797         (gnus-agent-update-view-total-fetched-for): New function.
9798         (gnus-agent-total-fetched-for): New function.
9799
9800         * gnus-cache.el (gnus-cache-save-buffers): Use
9801         gnus-cache-update-overview-total-fetched-for to change disk space
9802         used by this group.
9803         (gnus-cache-possibly-enter-article): Use
9804         gnus-cache-update-file-total-fetched-for to increment disk space
9805         used by this group.
9806         (gnus-cache-possibly-remove-article): Use
9807         gnus-cache-update-file-total-fetched-for to decrement disk space
9808         used by this group.
9809         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9810         (gnus-cache-rename-group): New function.
9811         (gnus-cache-delete-group): New function.
9812         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9813         (gnus-cache-need-update-total-fetched-for): New variable.
9814         (gnus-cache-with-refreshed-group): New macro.
9815         (gnus-cache-update-file-total-fetched-for): New function.
9816         (gnus-cache-update-overview-total-fetched-for): New function.
9817         (gnus-cache-rename-group-total-fetched-for): New function.
9818         (gnus-cache-delete-group-total-fetched-for): New function.
9819         (gnus-cache-total-fetched-for): New function.
9820
9821         * gnus-group.el: Require gnus-sum and autoload functions to
9822         resolve warnings when gnus-group.el compiled alone.
9823         (gnus-group-line-format): Documented new %F
9824         (size of Fetched data) group line format; identifies disk space
9825         used by agent and cache.
9826         (gnus-group-line-format-alist): Defined new F format.
9827         (gnus-total-fetched-for): New function.
9828         (gnus-group-delete-group): No longer update
9829         gnus-cache-active-altered as gnus-request-delete-group now keeps
9830         the cache in sync.
9831         (gnus-group-list-active): Let the agent store a server's active
9832         list if currently plugged.
9833
9834         * gnus-int.el (gnus-request-delete-group): Use
9835         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9836         local disk in sync with the server.
9837          (gnus-request-rename-group): Use
9838         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9839         local disk in sync with the server.
9840
9841         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9842         simplification to logic.
9843
9844         * gnus-util.el (gnus-rename-file): New function.
9845
9846 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9847
9848         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9849
9850 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9851
9852         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9853         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9854
9855 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9856
9857         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9858         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9859
9860 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9861
9862         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9863
9864 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9865
9866         * spam.el (spam-set-difference): Add function to replace
9867         gnus-set-difference in spam.el.
9868         (spam-summary-prepare-exit): Use spam-set-difference.
9869
9870 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * gnus-registry.el (gnus-registry-cache-file): Update to use
9873         gnus-dribble-directory OR gnus-home-directory OR ~.
9874         (gnus-registry-split-fancy-with-parent): Fix doc.
9875
9876 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * message.el (message-exchange-point-and-mark): Use
9879         message-mark-active-p.  Suggested by Jesper Harder
9880         <harder@ifa.au.dk>.
9881
9882 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * message.el (message-exchange-point-and-mark): Don't activate
9885         region if it was inactive.  Suggested by Hiroshi Fujishima
9886         <pooh@nature.tsukuba.ac.jp>.
9887
9888 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (article-display-face): Display Faces in the same
9891         order as X-Faces.
9892
9893 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9896
9897 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9900         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9901         (gnus-article-mime-hierarchy): Remove.
9902         (gnus-article-mime-hierarchy-next): Remove.
9903         (gnus-article-mode): Revert 2004-03-19 change.
9904         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9905         (gnus-insert-mime-button): Revert 2004-03-19 change.
9906         (gnus-mime-accumulate-hierarchy): Remove.
9907         (gnus-mime-enter-multipart): Remove.
9908         (gnus-mime-leave-multipart): Remove,
9909         (gnus-mime-display-part): Revert 2004-03-19 change.
9910         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9911
9912         * mml.el (mml-preview): Revert 2004-03-19 change.
9913
9914 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9915
9916         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9917
9918 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9921         t while entering a file name using the mm-with-multibyte macro.
9922         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9923
9924         * mm-util.el (mm-with-multibyte): New macro.
9925
9926 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9929         user option.
9930         (gnus-mime-multipart-functions): Doc and customization fix.
9931         (gnus-article-mime-hierarchy): New variable.
9932         (gnus-article-mime-hierarchy-next): New variable.
9933         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9934         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9935         gnus-article-mime-hierarchy-next to nil.
9936         (gnus-insert-mime-button): Show hierarchy numbers.
9937         (gnus-mime-accumulate-hierarchy): New function.
9938         (gnus-mime-enter-multipart): New function.
9939         (gnus-mime-leave-multipart): New function.
9940         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9941         (gnus-mime-display-alternative): Show hierarchy numbers.
9942
9943         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9944         gnus-article-mime-hierarchy-next to nil.
9945
9946 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9947
9948         * dns.el: Don't require gnus-xmas.
9949
9950 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9951
9952         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9953         inline PGP.
9954         (mml-menu): Disable mml-quote-region if mark is inactive.
9955
9956 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9959         when the group's active is not available.
9960
9961 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9964         error.
9965
9966 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * imap.el (imap-store-password): New variable.
9969         (imap-interactive-login): Use it.
9970         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9971
9972 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9975         window-start and hscroll to summary window.
9976
9977 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9978
9979         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9980         conversion message to newsrc-dribble when an actual conversion is
9981         performed.
9982
9983 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9984
9985         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9986
9987 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * mm-decode.el (mm-complicated-handles): New function reviving
9990         former definition of mm-multiple-handles.
9991
9992         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9993         (gnus-mime-delete-part): Use it.
9994
9995 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9996
9997         * gnus-agent.el (gnus-agent-read-local): Bind
9998         nnheader-file-coding-system to gnus-agent-file-coding-system to
9999         avoid the implicit assumption that they will always be equal.
10000         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10001         coding-system-for-write, as the with-temp-file macro first prints
10002         to a buffer then saves the buffer.
10003
10004 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-art.el (gnus-article-edit-part): New function.
10007         (gnus-mime-save-part-and-strip): Use it; do query instead of
10008         signaling an error; don't use mm-multiple-handles.
10009         (gnus-mime-delete-part): Ditto.
10010
10011 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10012
10013         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10014         old file versions.
10015         (gnus-group-prepare-hook): Removed function that converted list
10016         form of gnus-agent-expire-days to group properties.
10017
10018         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10019         (gnus-request-accept-article): Re-indented.
10020
10021         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10022         converters to handle old agent file formats.  Added logic for a
10023         "backup before upgrading warning".
10024         (gnus-convert-mark-converter-prompt): Developers can mark
10025         functions as needing (default), or not needing,
10026         gnus-convert-old-newsrc's "backup before upgrading warning".
10027         (gnus-convert-converter-needs-prompt): Tests whether the user
10028         should be protected from potentially irreversable changes by the
10029         function.
10030
10031         * legacy-gnus-agent.el (): New. Provides converters that are only
10032         loaded when gnus-convert-old-newsrc needs to call them.
10033
10034 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * mail-source.el (mail-source-touch-pop): Doc fix.
10037
10038         * message.el (message-smtpmail-send-it): Doc fix.
10039
10040 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10041
10042         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10043
10044         * nnmail.el (nnmail-split-fancy): do.
10045
10046         * gnus-kill.el (gnus-kill, gnus-execute): do.
10047
10048 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10049
10050         * gnus-sum.el (gnus-widget-reversible-match)
10051         (gnus-widget-reversible-to-internal)
10052         (gnus-widget-reversible-to-external): New functions.
10053         (gnus-widget-reversible): New widget.
10054         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10055
10056 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10057
10058         * gnus-sum.el (gnus-thread-sort-functions)
10059         (gnus-article-sort-functions): Document `(not F)' items.
10060
10061 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10062
10063         * spam.el (spam-use-gmane-xref): Add new backend.
10064         (spam-gmane-xref-spam-group): Add variable to control the name of the
10065         Gmane spam group.
10066         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10067         (spam-regex-headers-spam, spam-regex-headers-ham)
10068         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10069         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10070         backends and checks.
10071         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10072
10073         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10074         an autodetect method.
10075
10076 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10077
10078         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10079         articles are being added to a group.
10080         (gnus-request-replace-article): Inform the agent that articles
10081         need to be uncached as the cached contents are no longer valid.
10082
10083 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * binhex.el: Don't autoload executable-find.
10086
10087         * canlock.el: Don't autoload mail-fetch-field.
10088
10089         * dgnushack.el: Autoload c-mode for XEmacs.
10090
10091         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10092
10093         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10094         rmail-dont-reply-to and rmail-output.
10095
10096         * gnus-score.el: Don't autoload ffap-string-at-point.
10097
10098         * gnus-setup.el: Don't autoload sc-cite-original.
10099
10100         * imap.el: Don't autoload base64-decode-string,
10101         base64-encode-string and md5.
10102
10103         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10104         and rmail-msg-restore-non-pruned-header.
10105
10106         * mm-decode.el: Don't autoload executable-find.
10107
10108         * mm-url.el: Don't autoload executable-find.
10109
10110         * mm-view.el: Don't autoload diff-mode.
10111
10112         * nndb.el: Don't autoload news-reply-mode, news-setup,
10113         cancel-timer and telnet.
10114
10115         * password.el: Don't autoload run-at-time for Emacs.
10116
10117         * sha1-el.el: Don't autoload executable-find.
10118
10119         * sieve-mode.el: Don't autoload c-mode.
10120
10121         * uudecode.el: Don't autoload executable-find.
10122
10123 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10124
10125         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10126         (gnus-agent-possibly-alter-active): Avoid null in numeric
10127         comparison.
10128         (gnus-agent-set-local): Refuse to save null in local object table.
10129         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10130         list of articles that will be marked as unread.
10131
10132 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10135
10136 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10137
10138         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10139         language tags.
10140
10141 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10142
10143         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10144         Don't bind "obarray".
10145
10146         * gnus-sum.el (gnus-thread-sort-functions): Added
10147         `gnus-thread-sort-by-most-recent-number' and
10148         `gnus-thread-sort-by-most-recent-date'.
10149         Reported by Kai Grossjohann <kai@emptydomain.de>.
10150
10151 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10152
10153         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10154
10155 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10156
10157         * gnus-cus.el (gnus-agent-customize-category): Removed
10158         ignore-errors macro reference that required cl to be loaded at
10159         run-time.
10160
10161         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10162         single-interval range of the form (min . max).  Previously the
10163         range had to look like ((min . max)).  Likewise, return
10164         (min . max) rather than ((min . max)).
10165         (gnus-range-map): Use gnus-range-normalize to accept
10166         single-interval range.
10167
10168         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10169         the cache, but not the agent, now appear with their usual face.
10170
10171         * dgnushack.el (loaddir): New variable that is bound to the
10172         directory containing the dgnushack.el file. Use loaddir, rather
10173         than srcdir, to update load-path. Change lets dgnushack compile
10174         code in directories other than GNUS/lisp.
10175
10176 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * lpath.el: Don't bind w3m-safe-url-regexp.
10179
10180         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10181         w3m-safe-url-regexp variable buffer-local.
10182
10183         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10184
10185 2004-02-27  Simon Josefsson  <jas@extundo.com>
10186
10187         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10188         gnus-group-real-prefix.
10189         (gnus-summary-move-article): Use it, instead of
10190         gnus-group-real-prefix.
10191
10192 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * lpath.el: Bind w3m-safe-url-regexp.
10195
10196         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10197         w3m-safe-url-regexp variable buffer-local and set it as the value
10198         of mm-w3m-safe-url-regexp.
10199
10200         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10201
10202         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10203         parsing gnus-posting-styles when the message is not for replying.
10204
10205         * dgnushack.el: Autoload sgml-mode for XEmacs.
10206
10207         * nnrss.el (nnrss-opml-export): Use
10208         mm-set-buffer-file-coding-system instead of
10209         set-buffer-file-coding-system.
10210
10211 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10212
10213         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10214         of checkdoc.el).
10215         * nnrss.el: do.
10216         * gnus-mlspl.el: do.
10217         * gnus-ml.el: do.
10218         * gnus-srvr.el: do.
10219
10220         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10221
10222 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10223
10224         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10225         Corrections to custom-manual links.
10226
10227         * gnus-art.el (gnus-article): Ditto.
10228
10229         * mm-decode.el (mime-display, mime-security): Ditto.
10230
10231 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10232
10233         * flow-fill.el: Typo.
10234
10235 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10236
10237         * spam-wash.el: New file.
10238
10239 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10240
10241         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10242
10243 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10244
10245         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10246         to be run with new-articles as LIST1, not LIST2.
10247         (spam-registration-functions): Add spam-use-ham-copy as a nil
10248         registration backend.
10249
10250 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10251
10252         * spam-stat.el (spam-stat-washing-hook): New option.
10253         (spam-stat-buffer-words): Use it.
10254         (spam-stat-process-directory, spam-stat-test-directory): Use
10255         insert-file-contents-literally.
10256         (spam-stat-coding-system): New variable.
10257         (spam-stat-load, spam-stat-save): Use it.
10258
10259 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * spam-report.el (spam-report-plug-agent): Quote
10262         spam-report-url-to-file and spam-report-url-ping-plain.
10263
10264 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10267         / in mailto URLs.
10268
10269 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * spam-report.el (spam-report-process-queue): Fix interactive use.
10272         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10273         (spam-report-unplug-agent): Doc fixes.
10274         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10275         (spam-report-agentize, spam-report-deagentize): Autoload
10276
10277 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10280
10281         * message.el (message-setup-fill-variables): Add mml tags to
10282         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10283         <ajk@iu.edu>.
10284         (message-mode): Don't modify paragraph-separate there.
10285
10286 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * compface.el (uncompface-use-external): Default to undecided.
10289         (uncompface-use-external-threshold): New variable.
10290         (uncompface-float-time): New macro.
10291         (uncompface): Determine whether to use the external decoder if
10292         uncompface-use-external is undecided.
10293
10294 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10295
10296         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10297         after images.
10298
10299         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10300
10301 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10302
10303         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10304
10305         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10306
10307         * gnus-sum.el (gnus-summary-limit-to-age)
10308         (gnus-summary-limit-children): do.
10309
10310         * gnus-int.el (gnus-request-scan): do.
10311
10312         * gnus-group.el (gnus-group-suspend): do.
10313
10314         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10315
10316         * gnus-cite.el (gnus-cite-parse-attributions): do.
10317
10318         * gnus-agent.el (gnus-summary-set-agent-mark)
10319         (gnus-agent-regenerate-group): do.
10320
10321         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10322
10323         * binhex.el (binhex-decode-region-internal): do.
10324
10325 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-fun.el (gnus-face-properties-alist): New user option.
10328         (gnus-display-x-face-in-from): Use it.
10329
10330         * gnus-art.el (article-display-face): Ditto.
10331
10332         * compface.el (uncompface-use-external): Default to nil.
10333
10334 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10335
10336         * nntp.el (nntp-erase-buffer): New function.
10337         (nntp-retrieve-data, nntp-send-command)
10338         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10339         (nntp-possibly-change-group): Use it.
10340
10341         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10342         with-current-buffer.
10343
10344 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10345
10346         * compface.el: Merge the ELisp-based uncompface program.
10347         (compface): New customization group.
10348         (uncompface-use-external): New user option.
10349         (uncompface): Call uncompface-internal if uncompface-use-external
10350         is nil.
10351         (uncompface-internal): New function.  Note that there are also
10352         some other functions and variables added for this function.
10353
10354 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10355
10356         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10357         if necessary.
10358
10359 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10360
10361         * spam-report.el (spam-report-unplug-agent)
10362         (spam-report-plug-agent, spam-report-deagentize)
10363         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10364         Add support for the Agent in spam-report: when unplugged, report to a
10365         file; when plugged, submit all the requests.
10366
10367         * spam.el (spam-register-routine): Fix message about
10368         registration.
10369
10370 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10371
10372         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10373         dependencies.
10374         (rfc2047-encode): Use it.
10375
10376         * gnus-art.el (gnus-button-marker-list): Move before first
10377         reference.
10378
10379         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10380         (imap-parse-body): Fix format string mismatch.
10381
10382         * gnus-score.el (gnus-summary-increase-score): do.
10383
10384         * nnrss.el (nnrss-close): New function.
10385
10386 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10387
10388         * nnrss.el (nnrss-make-filename): New function.
10389         (nnrss-request-delete-group, nnrss-read-server-data)
10390         (nnrss-save-server-data, nnrss-read-group-data)
10391         (nnrss-save-group-data): Use it.
10392         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10393         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10394         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10395
10396 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10397
10398         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10399
10400 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10401
10402         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10403         files.
10404
10405         * message.el (message-generate-headers-first): Don't quote nil
10406         and t in docstrings.
10407
10408         * imap.el (imap-id): do.
10409
10410         * gnus-agent.el (gnus-agent-consider-all-articles)
10411         (gnus-agent-queue-mail): do.
10412
10413 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * spam-report.el (spam-report-process-queue): New function.
10416         Process requests from `spam-report-requests-file'.
10417         (spam-report-process-queue): Doc fix.
10418
10419 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10420
10421         * spam.el (spam-register-routine)
10422         (spam-log-processing-to-registry, spam-log-registered-p)
10423         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10424         Change "check" to "spam-check" for semi-clarity.
10425
10426 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10427
10428         * pop3.el: Require nnheader.
10429
10430         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10431
10432         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10433
10434         * gnus-picon.el: Require cl.
10435
10436         * gnus-fun.el: Require gnus-ems and gnus-util.
10437
10438         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10439
10440         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10441
10442         * gnus-art.el (gnus-article-edit-mode): Define before first
10443         reference.
10444
10445 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10446
10447         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10448         (gnus-uu-post-encoded): Use point-at-bol.
10449
10450         * gnus-topic.el (gnus-group-active-topic-p): do.
10451
10452         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10453
10454         * gnus-group.el (gnus-group-kill-region): do.
10455
10456         * gnus-art.el (article-date-ut): do.
10457
10458         * message.el (message-fetch-field): Remove redundant
10459         case-fold-search binding.
10460         (message-narrow-to-field): Simplify.
10461
10462 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * spam.el (spam-directory): Derive from `gnus-directory'.
10465
10466         * spam-report.el (spam-report-url-to-file)
10467         (spam-report-requests-file): New function and variable for offline
10468         reporting.
10469         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10470         and user defined function.
10471         (spam-report-url-ping-mm-url): Remove doubled slash.
10472
10473 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10474
10475         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10476
10477 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10478
10479         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10480         format string mismatch.
10481
10482         * sieve.el (sieve-deactivate-all): do.
10483
10484         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10485
10486         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10487
10488         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10489
10490         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10491
10492 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10493
10494         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10495         the list of checks.
10496
10497 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10498
10499         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10500         padding.
10501
10502 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10503
10504         * mm-view.el (mm-fill-flowed): New variable.
10505         (mm-inline-text): Use it.
10506
10507 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10508
10509         * spam.el (spam-spamassassin-register-ham-routine)
10510         (spam-spamassassin-register-spam-routine): Fix function names.
10511
10512 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus.el (gnus-tmp-grouplens): Remove.
10515         (gnus-summary-line-format): Remove grouplens.
10516
10517         * gnus-group.el (gnus-group-line-format): Ditto.
10518
10519         * gnus-spec.el (gnus-format-specs): Ditto.
10520         (gnus-update-format-specifications): Flush the group format spec
10521         cache if there's the grouplens stuff.
10522         (gnus-parse-simple-format): Replace %l with the empty string.
10523
10524 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10525
10526         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10527         omission.
10528
10529 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10532         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10533
10534 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10535
10536         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10537         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10538         New macros and functions.
10539         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10540         Handle > NLINK_MAX messages.
10541         * nnmaildir.el (nnmaildir-request-set-mark): Use
10542         nnmaildir--emlink-p and nnmaildir--eexist-p.
10543
10544 2004-01-25  Alex Schroeder  <alex@gnu.org>
10545
10546         * spam-stat.el (spam-stat-process-directory-age): New option.
10547         (spam-stat-process-directory): Use it.
10548
10549 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10550
10551         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10552         (spam-stat-save): Accept prefix argument.
10553
10554 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10555
10556         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10557         links" error.
10558
10559 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10562         the rest of the and/or forms.
10563
10564 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10565
10566         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10567         compatibility with old .newsrc.eld files.
10568
10569         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10570
10571         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10572
10573         * gnus-start.el (gnus-1): do.
10574
10575         * gnus-group.el (gnus-group-line-format-alist): do.
10576
10577         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10578
10579         * gnus-gl.el: Remove.
10580
10581 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10582
10583         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10584         marks consisting of a single range {for example, (3 . 5)} rather
10585         than a list of a single range { ((3 . 5)) }.
10586
10587 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10588
10589         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10590         with-current-buffer.
10591         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10592         avoid consing a string.
10593
10594         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10595         Remove obsolete entries for big5 and gb2312.
10596
10597 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10598
10599         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10600         uncompressed list.
10601
10602 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10603
10604         * spam-stat.el (spam-stat-strip-xref): New function.
10605         (spam-stat-process-directory): Use it.
10606
10607         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10608         here -- it's done in message-fetch-field.
10609
10610 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10611
10612         * gnus-agent.el (gnus-agent-queue-mail,
10613         gnus-agent-prompt-send-queue): New variables.
10614         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10615         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10616         "nndraft:queue" along to gnus-draft-send.  Use
10617         gnus-agent-prompt-send-queue.
10618         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10619         is "nndraft:queue".  Suggested by Gaute Strokkenes
10620         <gs234@srcf.ucam.org>
10621
10622         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10623         (agent-enable-undownloaded-faces): Added
10624         (gnus-agent-cat-groups): Use eval-and-compile, not
10625         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10626         method of gnus-agent-cat-groups even when the buffer has been
10627         evaled.
10628         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10629         delete gnus-agent-save-active-1.
10630         (gnus-agent-save-groups): Deleted. Identical to
10631         gnus-agent-save-active.
10632         (gnus-agent-write-active): No longer adjust agent's copy of active
10633         file as agent's adjustments are now stored in their own
10634         file. Removed optional parameter.
10635         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10636         servers.  Add use of min/max range limits from server's local
10637         file.
10638         (gnus-agent-save-alist): Removed unused optional argument.
10639         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10640         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10641         (gnus-agent-set-local): A per-server file that keeps min/max range
10642         limits for articles known to the agent.  Provides a fast mechanism
10643         for altering many active ranges.
10644         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10645         active file (local makes it unnecessary).
10646         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10647
10648         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10649         (agent-enable-undownloaded-faces): Added
10650
10651         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10652         disable it when sending to "nndraft:queue".
10653         (gnus-group-send-queue): Add safety check to avoid sending queue
10654         when unplugged.
10655
10656         * gnus-group.el (gnus-group-catchup): Use new
10657         gnus-sequence-of-unread-articles, not
10658         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10659         numbers of articles.  Use gnus-range-map to avoid having to
10660         uncompress the unread list.
10661         (gnus-group-archive-directory,
10662         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10663         reference.
10664
10665         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10666         (gnus-sorted-range-intersection): Intersection of two ranges
10667         without requiring that they first be uncompressed.
10668
10669         * gnus-start.el (gnus-activate-group): Unless blocked by the
10670         caller, possibly expand the active range to include both cached
10671         and agentized articles.
10672         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10673         multiple version-dependent converters.
10674         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10675         gnus-agent-save-active.
10676         (gnus-save-newsrc-file): Save dirty agent range limits.
10677
10678         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10679         gnus-agent-possibly-alter-active.
10680         (gnus-adjust-marked-articles): Faster handling of simple lists
10681
10682 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10683
10684         * spam-stat.el (spam-stat-test-directory): New optional argument
10685         displays a list of files detected.  Suggested by Andrew Cohen
10686         <cohen@andy.bu.edu>.
10687         (spam-stat-buffer-words-with-scores): Don't narrow and change
10688         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10689
10690 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10691
10692         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10693         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10694         (spam-spamassassin-arguments)
10695         (spam-spamassassin-spam-flag-header)
10696         (spam-spamassassin-positive-spam-flag-header)
10697         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10698         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10699         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10700         (spam-list-of-processors, spam-list-of-checks)
10701         (spam-list-of-statistical-checks, spam-registration-functions)
10702         (spam-check-spamassassin-headers, spam-check-spamassassin)
10703         (spam-spamassassin-score)
10704         (spam-spamassassin-register-with-sa-learn)
10705         (spam-spamassassin-register-spam-routine)
10706         (spam-spamassassin-register-ham-routine)
10707         (spam-assassin-register-spam-routine)
10708         (spam-assassin-register-ham-routine): add SpamAssassin support
10709         (spam-bogofilter-score): fix to show article before scoring
10710
10711 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10712
10713         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10714         default scoring function.
10715         (spam-generic-score): Call spam-spamassassin-score if
10716         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10717         spam-bogofilter-score otherwise.
10718
10719         * gnus.el (spam-process, spam-autodetect-methods): Add
10720         spamassassin and spamassassin-headers.
10721
10722 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10723
10724         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10725         Suppress unnecessary messages.
10726
10727 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10728
10729         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10730         make-hash-table.
10731
10732 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * canlock.el (base64-encode-string): Don't autoload it.
10735
10736 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * run-at-time.el: Remove useless (require 'itimer),
10739         eval-and-compile and (featurep 'xemacs).
10740
10741 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10742
10743         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10744         GROUP is a virtual group.
10745
10746 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10747
10748         * gnus.el: Autoload `message-y-or-n-p'.
10749
10750 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10751
10752         * pgg-parse.el: Remove unnecessary (require 'custom).
10753
10754         * pgg-def.el: do.
10755
10756         * nnmail.el: do.
10757
10758         * gnus-undo.el: do.
10759
10760         * gnus-picon.el: do.
10761
10762         * gnus-util.el: do.
10763
10764 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10767
10768 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10771         handle, as well as a list.
10772
10773         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10774         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10775         (mm-w3m-cid-retrieve): Simplify.
10776
10777 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10778
10779         * message.el (message-kill-to-signature): Allow prefix arg to
10780         specify number of lines to keep before signature.
10781
10782 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10783
10784         (message-kill-to-signature): Change docstring.
10785
10786 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * canlock.el: Always require sha1-el.
10789         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10790
10791         * message.el: Autoload sha1 only when compiling.
10792
10793         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10794         eudc-expand-inline for XEmacs.
10795
10796 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * message.el (message-canlock-generate): Require sha1-el.
10799
10800 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10801
10802         * message.el (message-expand-name): Silence the byte compiler.
10803
10804         * lpath.el: Add detect-coding-system.
10805
10806         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10807         cus-edit.
10808
10809 2004-01-13  Simon Josefsson  <jas@extundo.com>
10810
10811         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10812         Invoke gnus-score-mode.  Reported by
10813         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10814
10815         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10816         Jim Blandy <jimb@redhat.com> (tiny change).
10817
10818 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10819
10820         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10821
10822 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10823
10824         * spam.el (spam-get-article-as-string): Update to use
10825         gnus-request-article-this-buffer, much simpler.
10826         (spam-get-article-as-buffer): Remove.
10827
10828 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10829
10830         * message.el (message-expand-name): Use EUDC if the user uses
10831         that.
10832
10833 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10834
10835         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10836         character for the encoding to avoid consing a string.
10837
10838         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10839         unnecessarily.
10840
10841         * mm-util.el (mm-replace-chars-in-string): Remove.
10842
10843         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10844         of mm-replace-chars-in-string.
10845
10846 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10847
10848         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10849         strings.
10850
10851         * mm-util.el (mm-subst-char-in-string): Support inplace.
10852
10853         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10854         a new string in every iteration.  Use shy groups.
10855
10856 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10857
10858         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10859         (gnus-group-change-level, gnus-kill-newsgroup)
10860         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10861         (gnus-get-unread-articles, gnus-make-articles-unread)
10862         (gnus-make-ascending-articles-unread): Use accessor
10863         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10864         to get group information for improved readability.
10865
10866         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10867
10868         * gnus-soup.el (gnus-soup-group-brew): do.
10869
10870         * gnus-msg.el (gnus-put-message): do.
10871
10872         * gnus-move.el (gnus-group-move-group-to-server): do.
10873
10874         * gnus-kill.el (gnus-batch-score): do.
10875
10876         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10877         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10878         (gnus-group-update-group, gnus-group-read-group)
10879         (gnus-group-make-group, gnus-group-make-help-group)
10880         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10881         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10882         (gnus-group-sort-by-unread, gnus-group-catchup)
10883         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10884         (gnus-group-yank-group, gnus-group-set-info)
10885         (gnus-group-list-groups): do.
10886
10887         * gnus.el (gnus-generate-new-group-name): do.
10888
10889         * gnus-delay.el (gnus-delay-send-queue): do.
10890
10891         * nnvirtual.el (nnvirtual-catchup-group): do.
10892
10893         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10894         do.
10895
10896         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10897         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10898
10899         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10900         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10901         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10902         (gnus-group-make-articles-read): do.
10903
10904 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10905
10906         * gnus-art.el (article-decode-mime-words, article-babel)
10907         (gnus-article-highlight-signature, gnus-article-add-buttons)
10908         (gnus-signature-toggle): Use gnus-with-article-buffer.
10909
10910         * gnus-art.el (gnus-article-highlight-headers)
10911         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10912
10913         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10914         (gnus-article-set-globals, gnus-request-article-this-buffer)
10915         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10916         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10917         (gnus-mime-display-alternative): Use with-current-buffer.
10918
10919 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10920
10921         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10922         also under 80 char limit, and call gnus-error if needed.
10923         (spam-fetch-article-header): Fix - it was a
10924         buffer-local variable (gnus-newsgroup-data).
10925         (spam-find-spam): Use spam-generate-fake-headers, forget about
10926         spam-insert-fake-headers.
10927         (spam-insert-fake-headers): Remove.
10928
10929 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10930
10931         * deuglify.el (gnus-article-outlook-unwrap-lines)
10932         (gnus-outlook-rearrange-article)
10933         (gnus-outlook-repair-attribution-outlook)
10934         (gnus-outlook-repair-attribution-block)
10935         (gnus-outlook-repair-attribution-other): Remove redundant
10936         save-excursion.
10937
10938 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10939
10940         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10941         (spam-fetch-field-subject-fast)
10942         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10943         (spam-fetch-article-header): Add functions to deal with Gnus
10944         internals for fast retrieval of article header data.
10945         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10946
10947 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10948
10949         * pop3.el (pop3-md5): Remove.
10950         (pop3-apop): Replace pop3-md5 with md5.
10951
10952         * mm-bodies.el: base64 is always built-in.
10953
10954         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10955         with-current-buffer.
10956
10957 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10958
10959         * canlock.el (canlock-insert-header): Remove excessive grouping in
10960         regexp.
10961
10962         * gnus-sum.el (gnus-summary-read-document): Ditto.
10963
10964         * gnus-uu.el (gnus-uu-part-number): Ditto.
10965
10966         * html2text.el (html2text-remove-tags): Ditto.
10967         (html2text-format-tags): Ditto.
10968         (html2text-format-single-elements): Ditto.
10969
10970         * mml.el (mml-parse-1): Ditto.
10971
10972 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10973
10974         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10975
10976         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10977
10978         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10979
10980         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10981
10982 2003-11-15  Simon Josefsson  <jas@extundo.com>
10983
10984         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10985         (pgg-gpg-lookup-key): Use regexp match instead of
10986         split-string (split-string is different between emacs 21.2 and
10987         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10988
10989 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10990
10991         * gnus-art.el (gnus-mime-view-all-parts)
10992         (gnus-article-part-wrapper, gnus-article-view-part): Use
10993         with-current-buffer.
10994
10995 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10996
10997         * spam.el (spam-disable-spam-split-during-ham-respool)
10998         (spam-spamoracle-database, spam-cache-lookups)
10999         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11000         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11001         (spam-group-ham-marks, spam-group-spam-marks)
11002         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11003         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11004         also add spam-use-blackholes to the statistical checks.
11005         (spam-fetch-field-fast): Add interface to fetching fields, may
11006         become a macro.
11007         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11008         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11009         (spam-insert-fake-headers): Fake an article when needed.
11010         (spam-find-spam): Fake article when possible.
11011         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11012         (spam-check-bogofilter-headers): Use message-fetch-field instead
11013         of nnmail-fetch-field.
11014
11015 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11018
11019 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11020
11021         * spam.el (spam-split): Do not require spam-use-CHECK to be
11022         enabled if that check is passed to spam-split explicitly; also
11023         fix so 'spam doesn't get converted to spam-split-group when
11024         spam-split-symbolic-return is t.
11025         (spam-find-spam): Find registrations of the article and use those
11026         instead of re-running spam-split to find the spam/ham
11027         classification of the article.
11028         (spam-log-processing-to-registry, spam-log-registered-p)
11029         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11030         Use gnus-error instead of gnus-message.
11031         (spam-log-registration-type): Add function to determine the
11032         classification of a message based on registry entries; will
11033         return nil if both 'spam and 'ham are found.
11034         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11035         a reasonably fast local cache without the loading errors.
11036         (spam-cache-lookups): Set to t by default.
11037         (spam-find-spam): Don't try to guess spam-cache-lookups.
11038         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11039         spam-caches entry.
11040         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11041         caching of whitelist/blacklist entries.
11042         (spam-check-whitelist, spam-check-blacklist): Invoke
11043         spam-from-listed-p with a type, not a cache variable.
11044         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11045
11046 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11047
11048         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11049
11050         * nnmail.el (nnmail-split-fancy): do.
11051
11052         * mml.el (mml-parse): do.
11053
11054         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11055         (gnus-score-adaptive): do.
11056
11057 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11060         (gnus-mime-button-map): Don't set keymap parent.
11061         (gnus-button-ctan-directory-regexp): Use shy grouping.
11062         (gnus-prev-page-map): Don't set keymap parent.
11063         (gnus-prev-page-map): Remove duplicated one.
11064         (gnus-next-page-map): Don't set keymap parent.
11065         (gnus-mime-security-button-map): Ditto.
11066
11067         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11068         version number.
11069
11070         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11071
11072 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * canlock.el (canlock-sha1-function): Remove.
11075         (canlock-sha1-function-for-verify): Remove.
11076         (canlock-openssl-program): Remove.
11077         (canlock-openssl-args): Remove.
11078         (canlock-ignore-errors): Remove.
11079         (canlock-sha1-with-openssl): Remove.
11080         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11081         (canlock-verify): Don't use canlock-ignore-errors.
11082
11083         * sha1-el.el (sha1-string-external): Make it can return a string
11084         in binary form.
11085         (sha1-region-external): Ditto.
11086         (sha1-string-internal): Ditto.
11087         (sha1-region-internal): Ditto.
11088         (sha1-region): Ditto.
11089         (sha1-string): Ditto.
11090         (sha1): Ditto.
11091
11092 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093
11094         * spam.el (spam-report-articles-gmane): New command.
11095
11096 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11099
11100         * run-at-time.el (run-at-time-saved): Remove.
11101         (run-at-time): Doc fix.
11102
11103 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11104
11105         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11106         (gnus-summary-limit-map): Add it.
11107         (gnus-summary-make-menu-bar): do.
11108
11109 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11110
11111         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11112         Make attempt at some caching support (done for BBDB only now).
11113         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11114         addresses to be checked.
11115         (spam-clear-cache-BBDB): Add function, to be invoked by
11116         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11117         (spam-check-BBDB): Check and use the caches, if
11118         spam-cache-lookups is on, remove superfluous (provide).
11119
11120 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11123
11124 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11125
11126         * run-at-time.el (run-at-time-saved): Move to after the definition
11127         of `run-at-time'.
11128
11129         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11130
11131 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11134         mm-w3m-local-map-property.
11135
11136         * mm-view.el (mm-w3m-mode-map): Remove.
11137         (mm-w3m-local-map-property): Remove.
11138         (mm-inline-text-html-render-with-w3m): Don't use
11139         mm-w3m-local-map-property.
11140
11141 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11142
11143         * run-at-time.el: New file.
11144
11145         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11146         under Emacs.
11147
11148         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11149         of gnus-set-text-properties.
11150
11151         * gnus-uu.el (gnus-uu-save-article): Ditto.
11152
11153         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11154
11155         * gnus-cite.el (gnus-cite-parse): Ditto.
11156
11157         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11158         of gnus-.
11159
11160         * gnus-xmas.el (run-at-time): Require run-at-time.
11161
11162         * gnus.el: Changed calls to nnheader-run-at-time and
11163         password-run-at-time throughout to use run-at-time directly.
11164
11165         * password.el: Removed definition of run-at-time.
11166
11167         * nnheaderxm.el: Remove definition of run-at-time.
11168
11169 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11170
11171         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11172         in prompt.
11173
11174 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11175
11176         * messagexmas.el (message-xmas-redefine): Alias
11177         `message-make-caesar-translation-table' to
11178         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11179         version.
11180
11181         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11182         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11183         `gnus-xmas-set-text-properties'.
11184         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11185         `gnus-xmas-completing-read'.
11186         (gnus-xmas-completing-read): Removed.
11187         (gnus-xmas-open-network-stream): Removed.
11188
11189         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11190         XEmacs version.
11191
11192         * dns.el (dns-make-network-process): Use `open-network-stream'
11193         instead of `gnus-xmas-open-network-stream'.
11194
11195         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11196
11197         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11198
11199 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11200
11201         * gnus-art.el (gnus-mime-display-alternative)
11202         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11203         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11204         Don't use gnus-local-map-property.
11205
11206         * gnus-util.el (gnus-local-map-property): Remove.
11207
11208         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11209         gnus-completing-read-maybe-default with completing-read.
11210
11211         * gnus-util.el (gnus-completing-read): do.
11212         (gnus-completing-read-maybe-default): Remove.
11213
11214 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11215
11216         * password.el: Only autoload `run-at-time' if not XEmacs.
11217         Only autoload the itimer functions if XEmacs.
11218
11219 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11222         XEmacsen.
11223
11224         * dgnushack.el: Autoload executable-find for XEmacs.
11225
11226 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11227
11228         * gnus-art.el (gnus-read-string): Remove.
11229         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11230         read-string.
11231
11232 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11233
11234         * netrc.el: Autoload password-read.
11235         (netrc): Add configuration group.
11236         (netrc-encoding-method, netrc-openssl-path): Add
11237         variables for encoding and decoding of files with symmetric
11238         ciphers.
11239         (netrc-encode): Add assistant function to encode a file with
11240         netrc-encoding-method.
11241         (netrc-parse): Add interactive parameter, added optional
11242         decoding if netrc-encoding-method is non-nil but otherwise
11243         behavior is standard.
11244         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11245         Do s/encode/encrypt/ everywhere.
11246
11247         * spam.el: Remove executable-find autoload.
11248
11249 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11250
11251         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11252
11253         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11254
11255 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus-art.el (gnus-treat-ansi-sequences,
11258         article-treat-ansi-sequences): New variable and function.
11259         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11260
11261         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11262         Use it.
11263
11264 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11265
11266         * mm-util.el (mm-quote-arg): Remove.
11267
11268         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11269         shell-quote-argument.
11270
11271         * gnus-uu.el (gnus-uu-command): do.
11272
11273         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11274
11275         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11276         with make-char.
11277
11278         * mm-util.el (mm-make-char): Remove.
11279
11280         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11281         add-minor-mode.
11282
11283         * gnus-undo.el (gnus-undo-mode): do.
11284
11285         * gnus-topic.el (gnus-topic-mode): do.
11286
11287         * gnus-sum.el (gnus-dead-summary-mode): do.
11288
11289         * gnus-start.el (gnus-slave-mode): do.
11290
11291         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11292
11293         * gnus-ml.el (gnus-mailing-list-mode): do.
11294
11295         * gnus-gl.el (gnus-grouplens-mode): do.
11296
11297         * gnus-draft.el (gnus-draft-mode): do.
11298
11299         * gnus-dired.el (gnus-dired-mode): do.
11300
11301         * gnus-ems.el (gnus-add-minor-mode): Remove.
11302
11303         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11304         Replace gnus-char-width with char-width.
11305
11306         * gnus-ems.el (gnus-char-width): Remove.
11307
11308         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11309         Replace gnus-char-width with char-width.
11310
11311         * gnus-ems.el (gnus-char-width): Remove.
11312
11313         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11314         definition.
11315         Remove Emacs 20 hash table compatibility code.
11316
11317         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11318         20 compatibility code.
11319
11320         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11321
11322         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11323
11324         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11325         with point-at-{eol,bol}.
11326
11327         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11328
11329         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11330
11331         * flow-fill.el (fill-flowed-point-at-bol,
11332         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11333
11334         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11335         Replace with point-at-{eol,bol} throughout all files.
11336
11337 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * ntlm.el (ntlm-string-as-unibyte): New macro.
11340         (ntlm-build-auth-response): Use it.
11341
11342         Remove Emacs 20 stuff:
11343         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11344         (butlast, mapc, remove): Remove the compiler macros.
11345         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11346         of delq and copy-sequence.
11347         * gnus-art.el (popup-menu): Remove the compiler macro.
11348         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11349         Emacs 20.
11350
11351 2004-01-05  Simon Josefsson  <jas@extundo.com>
11352
11353         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11354         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11355         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11356         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11357         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11358         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11359         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11360         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11361         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11362         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11363         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11364         string-xor into ntlm-string-xor.  Suggested by
11365         Jesper Harder <harder@myrealbox.com>.
11366
11367         * ntlm.el: Don't include poem.
11368
11369         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11370         Jesper Harder <harder@myrealbox.com>.
11371
11372         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11373
11374         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11375         probably breaks emacs with DL patch, but do we care? Is anyone
11376         still using the DL stuff?)
11377
11378         * sieve-manage.el: Use the password package.
11379         (sieve-manage-read-passwd): Remove.
11380         (sieve-manage-interactive-login): Use password.  Re-add
11381         condition-case around loop.
11382
11383         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11384         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11385         the password package.
11386
11387 2003-02-19  Simon Josefsson  <jas@extundo.com>
11388
11389         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11390         token.
11391
11392 2002-08-07  Simon Josefsson  <jas@extundo.com>
11393
11394         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11395         (sieve-manage-authenticators):
11396         (sieve-manage-authenticator-alist): Add some SASL mechs.
11397         (sieve-sasl-auth): New function.
11398         (sieve-manage-cram-md5-auth):
11399         (sieve-manage-plain-auth): Rewrite using SASL library.
11400         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11401         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11402         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11403         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11404
11405 2004-01-05  Simon Josefsson  <jas@extundo.com>
11406
11407         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11408         New files.
11409
11410 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11411
11412         * gnus-group.el (gnus-no-groups-message): Update.
11413
11414         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11415
11416 2003-11-09  Simon Josefsson  <jas@extundo.com>
11417
11418         * imap.el: Support for ID IMAP extension (RFC 2971).
11419         (imap-local-variables): Add imap-id.
11420         (imap-id): New variable.
11421         (imap-id): New function.
11422         (imap-parse-response): Parse untagged ID response.
11423         * nnimap.el (nnimap-id): New variable.
11424         (nnimap-open-connection): Use it.
11425
11426 2003-12-28  Simon Josefsson  <jas@extundo.com>
11427
11428         * gnus-score.el (gnus-score-edit-all-score): New.
11429         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11430
11431 2004-01-04  Simon Josefsson  <jas@extundo.com>
11432
11433         * password.el: Add.
11434
11435 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11436
11437         * dns.el: Add support for AAAA records (see RFC 3596)
11438
11439         * Fix typo PRT -> PTR
11440
11441         * Parse MX, PTR and SOA replies (see RFC 1035)
11442
11443 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11446
11447         * Moved to Changelog.2.
11448
11449 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11450
11451         * gnus.el (gnus-version-number): Bump version.
11452
11453 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11454
11455         * gnus.el: No Gnus v0.1 is released.
11456
11457 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11458
11459         * gnus.el: No Gnus v0.0 is released.
11460
11461 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus.el (gnus-version-number): Bump.
11464         (gnus-version): No.
11465
11466 See ChangeLog.2 for earlier changes.
11467
11468     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11469
11470   This file is part of GNU Emacs.
11471
11472   GNU Emacs is free software; you can redistribute it and/or modify
11473   it under the terms of the GNU General Public License as published by
11474   the Free Software Foundation; either version 3, or (at your option)
11475   any later version.
11476
11477   GNU Emacs is distributed in the hope that it will be useful,
11478   but WITHOUT ANY WARRANTY; without even the implied warranty of
11479   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11480   GNU General Public License for more details.
11481
11482   You should have received a copy of the GNU General Public License
11483   along with GNU Emacs; see the file COPYING.  If not, write to the
11484   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11485   Boston, MA 02110-1301, USA.
11486
11487 ;; Local Variables:
11488 ;; coding: iso-2022-7bit
11489 ;; fill-column: 79
11490 ;; add-log-time-zone-rule: t
11491 ;; End:
11492
11493 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4