Update.
[gnus] / lisp / ChangeLog
1 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4         macros.
5         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7         copy data from unibyte buffer to multibyte current buffer.
8         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
9         to copy data from unibyte current buffer to multibyte buffer.
10         (nntp-make-process-buffer): Make process buffer unibyte.
11
12         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13
14 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
15
16         * pop3.el (pop3-open-server): Accept and process data more robustly at
17         connexion start to avoid spurious "POP SSL connexion failed" errors.
18
19 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
22         read group names.
23
24 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
27
28 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * nnmail.el (nnmail-parse-active): Make group names unibyte.
31         (nnmail-save-active): Use a unibyte buffer when saving active file,
32         which may contain non-ASCII group names.
33
34         * nnml.el (nnml-request-group): Decode group names in messages.
35
36 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
37
38         * message.el (message-citation-line-function)
39         (message-insert-formatted-citation-line): Fix spelling of
40         `message-insert-formated-citation-line'.
41
42 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
43
44         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
45
46 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
49         nnmail-pathname-coding-system.
50
51         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
52         that a user enters; decode group names in messages.
53
54         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
55
56 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
57
58         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
59
60         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
61
62         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
63         risky local variable.
64
65         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
66
67 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
68
69         * encrypt.el: Improve documentation to fix function name typo.
70         Reported by Daiki Ueno <ueno@unixuser.org>.
71
72 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
75         even if the point is not in the last page of an article.
76         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
77         back to the previous page.
78
79 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
82
83 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
86
87 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
88
89         * message.el (message-remove-blank-cited-lines): Fix if remove is
90         given.
91         (message-bogus-address-regexp): New variable.
92         (message-bogus-recipient-p): New function.
93         (message-check-recipients): New command.
94         (message-syntax-checks): Add `bogus-recipient'.
95         (message-fix-before-sending): Add `bogus-recipient'.
96
97         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
98         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
99         window-system.
100
101 2007-10-28  Miles Bader  <miles@gnu.org>
102
103         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
104         at compile-time too.
105
106 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
107
108         * gnus-msg.el (gnus-message-setup-hook): Add
109         `message-remove-blank-cited-lines' to options.
110
111 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
112
113         * message.el (message-remove-blank-cited-lines): New function.
114         Suggested by Karl Pl\e,Ad\e(Bsterer.
115
116 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
119         mapc.
120
121         * imap.el (imap-open): Replace mapcar called for effect with mapc.
122         (top-level): Use mapc to set functions to be traced for debugging.
123
124         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
125         called for effect with while loop.
126
127         * message.el (message-talkative-question): Replace mapcar called for
128         effect with mapc.
129
130         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
131         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
132         called for effect with dolist.
133
134         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
135
136         * nndiary.el: Use dolist instead of mapcar to add diary headers to
137         gnus-extra-headers and nnmail-extra-headers.
138
139         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
140         called for effect with dolist.
141         (top-level): Use mapc to set functions to be traced for debugging.
142
143         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
144         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
145         dolist.
146
147         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
148         Replace mapcar called for effect with mapc.
149         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
150         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
151         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
152         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
153
154         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
155         remove-if that's a cl function.
156
157         * webmail.el (webmail-debug): Replace mapcar called for effect with
158         dolist.
159
160         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
161         with mapc.
162
163 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
166         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
167         with while loop.
168
169         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
170         functions from article-* functions.
171         (gnus-multi-decode-header): Replace mapcar called for effect with
172         dolist.
173
174         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
175         (gnus-bookmark-show-details): Replace mapcar called for effect with
176         while loop.
177
178         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
179         called for effect with while loop.
180
181         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
182         with dolist.
183
184         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
185         mapcar called for effect with dolist.
186
187         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
188
189         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
190         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
191         Replace mapcar called for effect with dolist.
192         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
193         mapc.
194
195         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
196         Replace mapcar called for effect with dolist.
197         (gnus-topic-list): Replace mapcar called for effect with mapc.
198
199         * gnus.el: Use mapc instead of mapcar to add autoloads.
200
201 2007-10-23  Richard Stallman  <rms@gnu.org>
202
203         * gnus-group.el (gnus-group-highlight): Mark as risky.
204
205 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus.el (gnus-server-to-method): Return method found first in
208         gnus-newsrc-alist.
209
210         * gnus-art.el (gnus-article-highlight-signature)
211         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
212         button overlay without the front stickiness.
213
214 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
215
216         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
217         overview buffer needed a catch to receive its throw.
218         (gnus-agent-flush-cache): Declared as interactive to make this function
219         easier to use.
220
221 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
222
223         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
224         `next-line'.
225
226 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
229         exclude address matching message-dont-reply-to-names.
230
231 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-util.el (gnus-string<): New function.
234
235         * gnus-sum.el (gnus-article-sort-by-author)
236         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
237
238 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
241         the frame-focus tag is set in gnus-buffer-configuration.
242
243 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-art.el (gnus-article-add-button): Make a button overlay without
246         the front stickiness.
247
248 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
251         url pattern; remove duplicate one.
252         (gnus-article-extend-url-button): New function.
253         (gnus-article-add-buttons): Use it.
254         (gnus-button-push): Use concatenated url that it makes.
255
256 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
257
258         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
259
260 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
261
262         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
263         Don't hardcode point-min==1.
264
265 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
266
267         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
268         Fix comment about "iso8859-1".
269
270 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
271
272         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
273         ones returned from the verify-function.
274
275         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
276         mml2015-extract-cleartext-signature if extraction failed.
277
278 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
279
280         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
281         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
282         failed.
283
284 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
285
286         * Relicense "GPLv2 or later" files to "GPLv3 or later".
287
288 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
289
290         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
291         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
292         recommends to use EasyPG instead of PGG.
293
294         * pgg.el: Revert to revision 6.23.2.16
295
296         * pgg-def.el: Revert to revision 6.6.2.14.
297
298         * pgg-gpg.el: Revert to revision 6.23.2.34.
299
300 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
303         to mark a thread as expirable.  Add variable `hide' to handle hiding of
304         thread for both the null and zero (kill/expire thread) universal prefix
305         cases.
306         (gnus-summary-expire-thread): Add new function to expire a thread,
307         using gnus-summary-kill-thread.
308         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
309         shortcuts for gnus-summary-expire-thread.
310         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
311         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
312
313 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
316         extras value, so an extras entry can be deleted.
317         (gnus-registry-delete-extra-entry): Use it.
318         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
319         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
320         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
321          storage through the gnus-registry, and provide an appropriate API for
322          it.
323
324 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
327         Suggested by Leo <sdl.web@gmail.com>.
328
329         * gnus.el: Do.
330
331 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
334         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
335
336         * gnus-agent.el (gnus-agent-fetch-headers): Do.
337
338         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
339         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
340
341 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
344         newline.
345         (nnmbox-request-accept-article): Don't change article in source buffer;
346         narrow to header to use message-fetch-field rather than
347         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
348         (nnmbox-request-replace-article): Quote lines that'll be misidentified
349         as delimiters; make sure article ends with newline.
350         (nnmbox-delete-mail): Correct last position of article to be deleted;
351         ignore X-Gnus-Newsgroup header in article body.
352         (nnmbox-save-mail): Quote lines looking like delimiters at the right
353         positions; make sure article ends with newline.
354
355         * message.el (message-display-abbrev): Don't infloop when a user
356         inserts SPC in the beginning of header.
357
358         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
359         coding-system-for-read and coding-system-for-write for XEmacs having no
360         file-coding feature.
361
362         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
363
364 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
365
366         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
367         list of groups not followed by default.  Fix type to be regexp.
368         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
369
370 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
371
372         * hmac-def.el (define-hmac-function): Switch from old-style to
373         new-style backquotes.
374
375         * md4.el (md4-make-step): likewise.
376
377 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
380         raw-text coding system when saving .newsrc file, which may contain
381         non-ASCII group names.
382
383 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-cus.el (gnus-score-extra): New widget.
386         (gnus-score-extra-convert): New function.
387         (gnus-score-customize): Use it for Extra.
388
389 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
390
391         * mml2015.el (mml2015-extract-cleartext-signature): New function.
392         (mml2015-mailcrypt-clear-verify): Use it.
393         (mml2015-gpg-clear-verify): Use it.
394         (mml2015-pgg-clear-verify): Use it.
395         (mml2015-epg-clear-verify): Replace the current part with the output
396         from GnuPG; don't extract the plaintext by itself.
397
398         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
399         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
400         mml2015-clear-verify-function; don't touch the armor headers or
401         dash-escaped text here.
402
403 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
406         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
407         parts, or application/octet-stream as a last resort.
408         (gnus-mime-view-part-as-type): Don't toggle display.
409         (gnus-mime-view-part-as-charset): Don't turn off display before
410         querying charset.
411
412         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
413         stuff to undisplayer function in Emacs.
414         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
415
416         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
417         text/calendar parts.
418
419 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
420
421         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
422         decoding text/calendar parts.
423
424         * message.el (message-forward-make-body-mime): Always mark body as
425         having no illegible text; remove signed-or-encrypted argument.
426         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
427
428         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
429         (mml-generate-mime-1): Don't encode body if it is specified to be in
430         raw form; don't make buffer be unibyte when inserting multibyte string.
431
432 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
433
434         * sha1.el: Fix up comment style.
435         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
436         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
437
438         * hex-util.el: Fix up comment style.
439         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
440
441         * gnus-salt.el: Use with-current-buffer.
442         (gnus-pick-setup-message): Fix long-standing typo.
443
444 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * imap.el (imap-logout-timeout): New variable.
447         (imap-logout, imap-logout-wait): New functions.
448         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
449
450         * nnimap.el (nnimap-logout-timeout): New server variable.
451         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
452         nnimap-logout-timeout.
453
454         * gnus-art.el (gnus-article-summary-command-nosave)
455         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
456
457 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus.el (gnus-maximum-newsgroup): New variable.
460
461         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
462         according to gnus-maximum-newsgroup.
463
464         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
465         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
466         Limit the range of articles according to gnus-maximum-newsgroup.
467
468 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
469
470         * gnus-art.el (gnus-sticky-article): Fixed problems described in
471         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
472         Don't perform gnus-configure-windows here; reuse existing sticky
473         article buffer.
474
475         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
476         it doesn't exist in gnus-article-mode.
477
478 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
481         (gnus-agent-decoded-group-name): New function.
482         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
483         (gnus-agent-expire-group-1): Use it; decode group name in messages.
484
485 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
486
487         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
488         Add binding for gnus-sticky-article.
489         (gnus-summary-exit): Don't kill sticky article buffers.
490
491         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
492         article buffer.
493         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
494         (gnus-kill-sticky-article-buffers): New commands.
495
496 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * nntp.el (nntp-xref-number-is-evil): New server variable.
499         (nntp-find-group-and-number): If it is non-nil, don't trust article
500         numbers in the Xref header.
501
502 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gnus-agent.el (gnus-agent-read-group): New function.
505         (gnus-agent-flush-group, gnus-agent-expire-group)
506         (gnus-agent-regenerate-group): Use it.
507         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
508         nnmail-pathname-coding-system.
509
510 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
513
514         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
515         that are unread as unread, and also as selected so that information of
516         marks having been changed by a user may be updated when exiting group.
517
518 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-art.el (gnus-mime-display-single): Pass part number that is
521         calculated ignoring signature parts to gnus-treat-article.
522
523 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
526         a point here in order to keep the window start.
527         (gnus-insert-mime-security-button): Make a button overlay without the
528         front stickiness.
529         (gnus-mime-display-security): Goto the end of a button.
530
531         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
532
533 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
536         group-name-at-point.
537         (gnus-group-completing-read): New function that offers decoded
538         non-ASCII group names for completion.
539         (gnus-fetch-group, gnus-group-read-ephemeral-group)
540         (gnus-group-jump-to-group, gnus-group-make-group-simple)
541         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
542         (gnus-group-fetch-control): Use it.
543         (gnus-fetch-group): Use group-name-at-point for the initial value
544         rather than the default value; use gnus-alive-p.
545
546         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
547         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
548         (gnus-summary-post-news): Use gnus-group-completing-read.
549
550         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
551         (gnus-read-move-group-name): Decode group name for completion.
552
553 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
554
555         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
556         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
557         Yamaoka slightly modified the code).
558
559 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
562         (nnmail-split-incoming): Bind it.
563
564         * nnml.el (nnml-group-name-charset): New function.
565         (nnml-decoded-group-name): Use it; don't decode group name if
566         nnmail-group-names-not-encoded-p is non-nil.
567         (nnml-encoded-group-name): New function.
568         (nnml-group-pathname): Inline nnml-decoded-group-name.
569         (nnml-request-expire-articles): Decode group name in message.
570         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
571         nnmail-pathname-coding-system.
572         (nnml-save-mail, nnml-active-number): Work with decoded group names and
573         not decoded ones according to nnmail-group-names-not-encoded-p.
574         (nnml-generate-active-info): Use nnml-encoded-group-name.
575
576 2007-08-08  Glenn Morris  <rgm@gnu.org>
577
578         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
579         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
580         doc-strings and comments.
581
582 2007-07-25  Glenn Morris  <rgm@gnu.org>
583
584         * Relicense all FSF files to GPLv3 or later.
585
586 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * gnus-sum.el (gnus-summary-move-article): Make
589         gnus-summary-respool-article work.
590
591 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
592
593         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
594         string.
595
596 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
597
598         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
599         that should be ignored when comparing distant RSS articles with local
600         ones.
601         (nnrss-make-hash-index): New function.  Create a hash index according
602         to the ignored fields.
603         (nnrss-check-group): Use it.
604
605 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
608
609         * gnus-art.el (article-decode-group-name): Decode Xref header too.
610
611         * gnus-group.el (gnus-group-make-group): Encode group name here unless
612         the new optional argument ENCODED is non-nil.
613         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
614         coding system for encoding group name.
615         (gnus-group-make-rss-group): Pass un-encoded group name to
616         gnus-group-make-group.
617         (gnus-group-set-info): Tell gnus-group-make-group that group name is
618         encoded.
619
620         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
621         Encode group name to which articles are moved or copied.
622         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
623         coding system for encoding Newsgroup, Followup-To and Xref headers.
624
625         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
626         marks; use nnheader-file-coding-system to write a file.
627         (nnagent-retrieve-headers): Bind file-name-coding-system to
628         nnmail-pathname-coding-system.
629
630         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
631
632         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
633         (nnml-request-article, nnml-request-create-group)
634         (nnml-request-rename-group, nnml-find-id)
635         (nnml-possibly-change-directory, nnml-possibly-create-directory)
636         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
637         (nnml-save-marks): Use nnml-group-pathname instead of
638         nnmail-group-pathname.
639
640         (nnml-request-create-group, nnml-request-expire-articles)
641         (nnml-request-move-article, nnml-request-delete-group)
642         (nnml-deletable-article-p, nnml-possibly-create-directory)
643         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
644         (nnml-open-marks): Bind file-name-coding-system to
645         nnmail-pathname-coding-system.
646
647         (nnml-request-article): Pass server argument to nnml-find-group-number.
648         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
649         server argument to nnml-possibly-create-directory.
650         (nnml-request-accept-article): Pass server argument to
651         nnml-active-number and nnml-save-mail.
652         (nnml-find-group-number): Pass server argument to nnml-find-id.
653         (nnml-request-update-info): Pass server argument to
654         nnml-marks-changed-p.
655
656         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
657         (nnml-save-mail, nnml-active-number): Add server argument.
658
659         (nnml-request-delete-group): Warn if group is missing.
660         (nnml-get-nov-buffer): Decode group name.
661         (nnml-generate-active-info): Encode group name.
662         (nnml-open-marks): Decode group name in messages.
663
664 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
667         if it is not specified.
668         (gnus-article-pipe-part, gnus-article-save-part)
669         (gnus-article-interactively-view-part, gnus-article-copy-part)
670         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
671         (gnus-article-inline-part, gnus-article-save-part-and-strip)
672         (gnus-article-replace-part, gnus-article-delete-part)
673         (gnus-article-view-part-as-type): Pass raw prefix argument to
674         gnus-article-part-wrapper.
675
676 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-agent.el (gnus-agent-save-active): Bind
679         nnheader-file-coding-system to gnus-agent-file-coding-system.
680
681         * gnus-cache.el (gnus-cache-save-buffers)
682         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
683         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
684         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
685         (gnus-cache-braid-nov, gnus-cache-braid-heads)
686         (gnus-cache-generate-active, gnus-cache-rename-group)
687         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
688         (gnus-cache-update-overview-total-fetched-for): Bind
689         file-name-coding-system to nnmail-pathname-coding-system.
690         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
691         variables.
692         (gnus-cache-decoded-group-name): New function.
693         (gnus-cache-file-name): Use it.
694         (gnus-cache-generate-active): Use non-decoded group name for active.
695
696         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
697         right place.
698         (gnus-write-active-file): Don't break non-ASCII group names.
699
700         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
701         nnmail-pathname-coding-system.
702
703         * lpath.el: Bind default-file-name-coding-system,
704         file-name-coding-system and language-info-alist for XEmacs.
705
706         * gnus-uu.el (gnus-uu-decode-save): Typo.
707
708 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
711
712 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
715         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
716         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
717         (gnus-agent-flush-group, gnus-agent-flush-cache)
718         (gnus-agent-fetch-headers, gnus-agent-load-alist)
719         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
720         (gnus-agent-retrieve-headers, gnus-agent-request-article)
721         (gnus-agent-regenerate-group)
722         (gnus-agent-update-files-total-fetched-for)
723         (gnus-agent-update-view-total-fetched-for): Bind
724         file-name-coding-system to nnmail-pathname-coding-system.
725         (gnus-agent-group-pathname): Don't encode file names by
726         nnmail-pathname-coding-system.
727         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
728         coding-system-for-write instead of buffer-file-coding-system to
729         gnus-agent-file-coding-system.
730
731         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
732         Decode group name.
733
734         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
735
736         * gnus-start.el (gnus-update-active-hashtb-from-killed)
737         (gnus-read-newsrc-el-file): Make group names unibyte.
738
739         * nnmail.el (nnmail-group-pathname): Don't encode file names by
740         nnmail-pathname-coding-system.
741
742         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
743         (nnrss-request-delete-group): Bind file-name-coding-system to
744         nnmail-pathname-coding-system.
745         (nnrss-read-server-data, nnrss-read-group-data): Bind
746         file-name-coding-system correctly.
747         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
748
749         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
750         (nntp-server-to-method-cache): New variable.
751         (nntp-group-pathname): New function that decodes non-ASCII group names.
752         (nntp-possibly-create-directory, nntp-marks-changed-p)
753         (nntp-save-marks, nntp-open-marks): Use it.
754         (nntp-possibly-create-directory, nntp-open-marks):
755         Bind file-name-coding-system to nnmail-pathname-coding-system.
756         (nntp-open-marks): Decode group names when bootstrapping marks.
757
758         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
759         Newsgroups and Folowup-To headers.
760
761 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
764         (gnus-server-closed-face, gnus-server-denied-face)
765         (gnus-server-offline-face): Remove variable.
766         (gnus-server-font-lock-keywords): Use faces that are not aliases.
767
768         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
769         of modifying message-stack directly for XEmacs.
770
771         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
772         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
773         if the coding-system argument is nil for XEmacs.
774
775         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
776         mm-charset-override-alist.
777
778         * rfc2047.el: Don't require base64; require rfc2045 for the function
779         rfc2045-encode-string.
780         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
781         to quote the parameter value.
782
783 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
786         form in gnus-group-name-charset-method-alist.
787
788         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
789         overrides the default layout edit-form.
790
791         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
792
793         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
794
795 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
798         as unfetched articles.
799
800 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
801
802         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
803
804 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
807         original back end that keeps marks in the local system.
808
809 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
812         arg of pop-to-buffer for XEmacs.
813         (gnus-article-read-summary-keys): Ditto; don't restore window
814         configuration if summary command ends up with neither article buffer
815         nor summary buffer; describe bindings if summary keys end with C-h.
816
817 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * message.el (message-fix-before-sending): Skip raw message part to be
820         forwarded while checking illegible text.
821         (message-forward-make-body-mime, message-forward-make-body): Mark
822         signed or encrypted raw message as having no illegible text.
823
824 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
827         (gnus-message-with-timestamp-1): New macro.
828         (gnus-message-with-timestamp): New function.
829         (gnus-message): Use them.
830
831         * nnheader.el (nnheader-message): Use them.
832
833 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
834
835         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
836         .newsrc.eld file.
837
838 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-agent.el (gnus-agent-fetch-headers)
841         (gnus-agent-retrieve-headers): Bind
842         gnus-decode-encoded-address-function to identity.
843
844         * nntp.el (nntp-send-xover-command): Recognize an xover command is
845         available also when the server returns simply a dot.
846
847         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
848
849 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
852
853 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-ems.el (gnus-x-splash): Make it work.
856
857         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
858         from being used.
859
860         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
861
862 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
865         4th and the 5th arguments.
866
867         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
868         the front stickiness.
869         (gnus-article-summary-command-nosave): Correct the order of the
870         arguments passed to pop-to-buffer.
871         (gnus-article-read-summary-keys): Ditto; make it work properly when the
872         summary command ends up with the article buffer.
873
874         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
875         the same faces.
876
877 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
878
879         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
880
881 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
882
883         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
884         * gnus-sum.el (gnus-summary-highlight):
885         * pgg.el (pgg-sign-region, pgg-sign):
886         * mail-source.el (mail-source-delete-old-incoming-confirm):
887         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
888
889 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * gnus-art.el (gnus-mime-view-part-externally)
892         (gnus-mime-view-part-internally): Fix predicate function passed to
893         completing-read.
894
895         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
896
897         * gnus.el (gnus-update-message-archive-method): Add :version.
898
899 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus.el (gnus-update-message-archive-method): New variable.
902
903         * gnus-start.el (gnus-setup-news): Update saved "archive" method
904         according to gnus-message-archive-method if
905         gnus-update-message-archive-method is non-nil.
906
907 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
908
909         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
910         by Loic Dachary <loic@dachary.org>.
911         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
912
913 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * message.el (message-pop-to-buffer): Add switch-function argument.
916         (message-mail): Pass switch-function argument to it.
917
918 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
919
920         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
921         Improve doc string.
922
923 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
926         (gnus-header-content)
927         * gnus-cite.el (gnus-cite-10)
928         * gnus-srvr.el (gnus-server-closed)
929         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
930         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
931         (gnus-group-mail-3-empty, gnus-group-mail-low)
932         (gnus-group-mail-low-empty, gnus-splash)
933         * message.el (message-header-to, message-header-cc)
934         (message-header-subject, message-header-other, message-header-name)
935         (message-header-xheader, message-separator, message-cited-text)
936         (message-mml): Lighten colors of faces used for dark background.
937
938 2007-05-24  Simon Josefsson  <simon@josefsson.org>
939
940         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
941         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
942
943 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * message.el (message-narrow-to-headers-or-head): Ignore
946         mail-header-separator in the body.
947
948 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
951         same as window size.
952
953 2007-05-22  Kevin Ryde  <user42@zip.com.au>
954
955         * message.el (message-font-lock-keywords): Use message-header-xheader
956         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
957         ahead of the anything pattern, to get it recognised.
958
959 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
962         spam.el loads uses it in the compiled defadvice form.
963
964 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
965
966         * gnus-sum.el (gnus-articles-to-read)
967         (gnus-summary-insert-old-articles): Don't truncate group name for
968         `read-string'.
969
970         * gnus-util.el (gnus-limit-string): Delete this function.
971
972         * gnus-sum.el (gnus-simplify-subject-fully): Use
973         `truncate-string-to-width' instead.
974
975 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
976
977         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
978         if, on summary exit, the next group has to be selected.
979         (gnus-summary-exit): Use it.
980
981 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
982
983         * gnus-art.el (gnus-article-mode): Fix comment about displaying
984         non-break space.
985
986 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
989         Check if group is not a directory.
990         (nnfolder-request-expire-articles): Don't delete articles if the target
991         group is not available.
992
993         * nnml.el (nnml-request-create-group): Properly check if group is not a
994         file.
995         (nnml-request-expire-articles): Don't delete articles if the target
996         group is not available.
997
998         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
999         Don't quote characters that are within parentheses.
1000
1001 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
1004         (gnus-handle-ephemeral-exit): Select article according to it.
1005
1006 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1007
1008         * message.el (message-insert-formated-citation-line): Remove newline.
1009         (message-citation-line-format): Add final \n here so that the user can
1010         avoid a blank line.
1011
1012 2007-05-03  Dan Christensen  <jdc@uwo.ca>
1013
1014         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
1015         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
1016         Update lanl/arXiv support.
1017
1018 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1019
1020         * gnus.el: Bump version number.
1021
1022 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus.el (gnus-version-number): Bump version.
1025
1026 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1027
1028         * gnus.el: No Gnus v0.6 is released.
1029
1030 2007-04-27  Didier Verna  <didier@xemacs.org>
1031
1032         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1033         * gmm-utils.el (gmm-regexp-concat): here.
1034         * message.el: Don't require 'gnus-util.
1035         (message-dont-reply-to-names): Handle name change above.
1036         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1037
1038 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1041         since the initial value varies according to the system.
1042
1043 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1046
1047 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1048
1049         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1050
1051 2007-04-24  Didier Verna  <didier@xemacs.org>
1052
1053         Improve the type of gnus-ignored-from-addresses.
1054         * gnus-util.el (gnus-orify-regexp): New function.
1055         * message.el (gnus-util): Require it.
1056         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1057         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1059
1060 2007-04-24  Didier Verna  <didier@xemacs.org>
1061
1062         * gnus-sum.el:
1063         * gnus-utils.el: Fix some trailing whitespaces.
1064
1065 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1068         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1069         article's Message-ID; refer parent article in summary buffer.
1070
1071         * message.el (message-bounce): Call mime-to-mml.
1072
1073         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1074         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1075         optimize and/or forms properly.
1076
1077 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1078
1079         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1080         URL.
1081
1082 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1085
1086 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1089         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1090         displayed of multipart/alternative part if it is invoked from summary
1091         buffer.
1092
1093         * mm-view.el (mm-inline-text-html-render-with-w3m)
1094         (mm-inline-text-html-render-with-w3m-standalone)
1095         (mm-inline-render-with-function): Use mail-parse-charset by default.
1096
1097 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1098
1099         * parse-time.el (parse-time-string-chars): Check if CHAR
1100         is less than the length of parse-time-syntax.
1101
1102 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1105         from gnus-newsgroup-processable.
1106
1107 2007-04-16  Didier Verna  <didier@xemacs.org>
1108
1109         * gnus-msg.el (gnus-configure-posting-styles): Handle
1110         message-signature-directory properly with :file syntax. Reported by
1111         "Leo".
1112
1113 2007-04-11  Didier Verna  <didier@xemacs.org>
1114
1115         New user option: message-signature-directory.
1116         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1117         * message.el (message-insert-signature): Ditto.
1118         * message.el (message-signature-file): Doc update.
1119         * message.el (message-signature-directory): New.
1120
1121 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * gnus-msg.el (gnus-inews-yank-articles): Use
1124         message-exchange-point-and-mark instead of exchange-point-and-mark.
1125
1126 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * message.el (message-yank-original): Make sure cited text ends with
1129         newline; don't exchange point and mark.
1130
1131 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1132
1133         * tls.el (open-tls-stream): Properly handle case where there
1134         is no associated buffer.
1135
1136 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1137
1138         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1139         message-yank-original, make sure (< mark TEXT point).
1140
1141 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1142
1143         * message.el (message-fill-column): New variable.
1144         (message-mode): Use it.  Add comment on a possible new hook.
1145
1146         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1147         (nnmail-get-new-mail): Reformat.
1148
1149         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1150
1151         * gmm-utils.el: Fix Commentary.
1152         (gmm-tool-bar-from-list): Fix typo in doc string.
1153
1154 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1155
1156         * message.el (message-yank-original): Don't switch point and mark
1157         unnecessarily to put point and mark as documented.
1158
1159 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1162         from the message heads.
1163
1164 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1165
1166         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1167         article buffer does not have a window.  This may not be the best
1168         solution but is certainly better than setting the start of the null,
1169         that is the current, window.
1170
1171 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1172
1173         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1174         (gnus-draft-setup): Run it.
1175
1176         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1177         gnus-score-fast-scoring.  Allow regexp.
1178         (gnus-score-headers): Use it.
1179
1180         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1181         XEmacs.
1182
1183         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1184         string.
1185         (gnus-button-alist): Also catch `<f1> k ...'.
1186         (gnus-treat-display-x-face): Fix doc string.
1187
1188 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1189
1190         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1191         evaluation of gnus-extended-version to ensure correct generation of the
1192         User-Agent header when message-generate-headers-first is used.
1193
1194 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1195
1196         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1197         hashcash-path is nil.  Don't call callback with incorrect number of
1198         parameters if val is 0.
1199
1200 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1201
1202         * message.el (message-required-news-headers):
1203         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1204
1205 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1206
1207         * tls.el (open-tls-stream): In handshake-waiting loop,
1208         don't wait more if there is output available to process.
1209
1210 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1211
1212         * tls.el (tls-program): Doc fix.
1213
1214 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * message.el (message-generate-new-buffers): Change the meaning of the
1217         nil value; add `standard' to the choices; treat t as `unique'; improve
1218         doc string.
1219         (gnus-select-frame-set-input-focus): Autoload.
1220         (message-buffer-name): Search for the existing message buffer if
1221         message-generate-new-buffers is nil or `standard'; treat the value t of
1222         message-generate-new-buffers as `unique'.
1223         (message-pop-to-buffer): Raise the frame already displaying the message
1224         buffer; clear the echo area after querying.
1225         (message-setup): Pass the `continue' argument to compose-mail.
1226         (message-mail): Prefer `switch-function' if it is given; search for the
1227         existing message buffer if the `continue' argument is non-nil; pass
1228         continue and switch-function arguments to compose-mail by way of
1229         message-setup.
1230         (message-mail-other-window): Adjust argument of message-setup.
1231         (message-mail-other-frame): Ditto.
1232
1233 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1236         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1237         to turn font-lock on when turning gnus-message-citation-mode on.
1238
1239 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1240
1241         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1242         (mml-smime-function-alist): New variable; add epg as the backend.
1243         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1244         mml-smime- functions instead.
1245         * mm-view.el: Require smime.
1246
1247 2007-03-05  Didier Verna  <didier@xemacs.org>
1248
1249         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1250         instead of just inheritance for posting styles.
1251         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1252
1253 2007-02-24  Chris Moore  <dooglus@gmail.com>
1254
1255         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1256         * pgg-pgp.el (pgg-pgp-encrypt-region):
1257         * pgg-gpg.el (pgg-gpg-encrypt-region):
1258         Check pgg-encrypt-for-me if no other recipients.
1259
1260 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1261
1262         * tls.el (tls-certtool-program): Fix custom type.
1263
1264 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1267         and point-at-eol instead of line-(beginning|end)-position.
1268
1269         * assistant.el (assistant-parse-buffer): Ditto.
1270
1271         * netrc.el (netrc-parse-services): Ditto.
1272
1273 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1274
1275         * mml2015.el (mml2015-epg-find-usable-key): New function.
1276         (mml2015-epg-sign): Use it.
1277         (mml2015-epg-encrypt): Use it.
1278
1279 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * message.el (message-make-in-reply-to): Quote name containing
1282         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1283         if there are special characters.  Reported by NAKAJI Hiroyuki
1284         <nakaji@jp.freebsd.org>.
1285
1286 2007-02-27  Didier Verna  <didier@xemacs.org>
1287
1288         Include the group parameters as well as the topic ones in the
1289         inheritance filter process.
1290         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1291         argument GROUP-PARAMS-LIST.
1292         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1293
1294 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * nntp.el (nntp-never-echoes-commands)
1297         (nntp-open-connection-functions-never-echo-commands): New variables.
1298         (nntp-send-command): Use them.
1299
1300 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1301
1302         * mml2015.el (mml2015-epg-verify): Simplified.
1303
1304 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * mml.el (mml-content-disposition-alist): New user option.
1307         (mml-content-disposition): New function.
1308         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1309         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1310
1311 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1312
1313         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1314         verification.
1315
1316 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1317
1318         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1319         articles posted in the last 24 hours.
1320
1321 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1322
1323         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1324
1325 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1326
1327         * nntp.el (nntp-send-command): Don't wait for echoes when
1328         nntp-open-ssl-stream is used.
1329
1330 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1333         (gnus-message-add-citation-keywords)
1334         (gnus-message-remove-citation-keywords): Remove.
1335         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1336         directly, make the variables in font-lock-defaults buffer-local, add
1337         gnus-message-citation-keywords to them and then update the value of
1338         font-lock-keywords.
1339
1340 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * message.el (message-cite-original-1): Don't call
1343         gnus-article-highlight-citation.
1344
1345         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1346         citations; fix line count.
1347
1348 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1351         (gnus-message-add-citation-keywords)
1352         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1353         versions of font-lock-add-keywords and font-lock-remove-keywords to
1354         work with XEmacs correctly.
1355
1356 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * gnus-cite.el (gnus-cite-face-list): Set the values of
1359         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1360         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1361         (gnus-message-cite-prefix-regexp): New variable.
1362         (gnus-message-search-citation-line): Use it; protect against long
1363         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1364         the 0th match data for Emacs.
1365         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1366         (gnus-message-add-citation-keywords): Append keywords rather than
1367         prepending; emulate font-lock-add-keywords if it is not available.
1368         (gnus-message-remove-citation-keywords): Emulate
1369         font-lock-remove-keywords if it is not available.
1370
1371         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1372
1373         * message.el (message-cite-prefix-regexp): Set the value of
1374         gnus-message-cite-prefix-regexp.
1375
1376 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1377
1378         * nnweb.el (nnweb-google-parse-1): Update parser.
1379
1380 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1381
1382         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1383
1384 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1385
1386         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1387         regexp.
1388
1389 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1392         string-to-multibyte.
1393         (uudecode-decode-region-internal): Use it.
1394
1395         * lpath.el: Fbind string-as-multibyte for XEmacs.
1396
1397 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1398
1399         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1400         custom choice.
1401
1402         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1403
1404 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1405
1406         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1407
1408         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1409         `write-region' to respect `mm-inhibit-file-name-handlers'.
1410
1411 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1414         Use gnus-home-directory instead of "~/" or "$HOME".
1415
1416 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1419         to mention filename.
1420         Add comments at beginning regarding usage.
1421         (encrypt-write-file-contents): Change interactive so a string is
1422         acceptable.  If the file has no associated model, show an error instead
1423         of a nonsense prompt.
1424
1425 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1426
1427         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1428         Thanks to Yoshihiko Yamada for kind notification of this typo.
1429
1430 2007-01-12  Kenichi Handa  <handa@m17n.org>
1431
1432         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1433         multibyte buffer.
1434
1435 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1436
1437         * gnus-score.el (gnus-score-fast-scoring): New variable.
1438         (gnus-score-headers): Use it.
1439
1440         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1441
1442         * message.el (message-cite-original-1): Call
1443         gnus-article-highlight-citation if requested.
1444         (message-make-from): Allow name and address as optional arguments.
1445
1446         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1447
1448         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1449         bugs to doc string.
1450         (gnus-button-alist): Add mid\\|message-id.
1451         (gnus-button-fetch-group): Extend for use in
1452         `browse-url-browser-function'.
1453         (gnus-button-url-regexp): Try to catch paired parentheses like in
1454         Wikipedia URLs.
1455
1456         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1457         Suggested by Simon Krahnke <overlord@gmx.li>.
1458
1459 2007-01-13  Romain Francoise  <romain@orebokech.com>
1460
1461         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1462         Update copyright.
1463
1464 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1465
1466         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1467
1468 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1469
1470         * gnus-registry.el (gnus-registry-unfollowed-groups)
1471         (gnus-registry-split-fancy-with-parent): Fix documentation.
1472
1473 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1476         from nnweb groups.
1477
1478 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1481         Xref urls.  Erase buffer before requesting head.
1482
1483 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1484
1485         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1486         customizable.
1487
1488 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1489
1490         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1491         no signing key is found.
1492         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1493         no encrypting and/or signing key is found.
1494
1495 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1498
1499 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1500
1501         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1502         headers read from disk with the ones newly found in the current search.
1503         This should no longer cause problems, because the article numbers in
1504         Gmane's `nov.php' output are ignored since the previous change.
1505
1506 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1507
1508         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1509
1510 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1511
1512         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1513         replace-regexp-in-string; bind url-version; fbind display-images-p and
1514         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1515         find-face and set-itimer-function for Emacs; bind itimer-list for
1516         Emacs.
1517
1518         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1519
1520 2007-01-01  Romain Francoise  <romain@orebokech.com>
1521
1522         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1523
1524 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1525
1526         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1527         `define-minor-mode' macro definition expanded properly.
1528         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1529         exclude it there.
1530
1531         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1532         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1533         `fboundp' test.
1534         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1535         This is OK to autoload in (S)XEmacs now.
1536
1537 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1540         keystroke.
1541         (gnus-summary-limit-to-singletons): Fix typo.
1542
1543         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1544         else fails.
1545
1546 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1547
1548         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1549         docstring.
1550
1551         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1552         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1553         (gnus-summary-insert-dormant-articles): Fix typo in message.
1554
1555 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1558         nil for XEmacs.
1559         (gnus-message-citation-mode): Don't autoload in XEmacs.
1560
1561         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1562
1563 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1564
1565         * nnimap.el (nnimap-expunge-search-string): Mention
1566         nnimap-search-uids-not-since-is-evil in docstring.
1567
1568 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * spam.el: Revert to make-obsolete-variable because
1571         define-obsolete-variable-alias is not supported in Emacs 21.
1572
1573         * spam.el (spam-ifile-path, spam-ifile-database-path)
1574         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1575         make-obsolete-variable.
1576         (spam-bsfilter-path, spam-bsfilter-program)
1577         (spam-spamassassin-path, spam-spamassassin-program)
1578         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1579         use "path" inappropriately.
1580         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1581         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1582         variable names.
1583
1584 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1585
1586         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1587         summary buffer.
1588
1589         * password.el (password-cache-remove): Use clear-string to burn
1590         password, if available.
1591
1592 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1595
1596         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1597
1598         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1599         (gnus-message-highlight-citation): Move defcustom here from
1600         gnus-cite.el.
1601         (gnus-message-citation-mode): Autoload.
1602
1603         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1604         checks to make it compile with XEmacs.
1605         (gnus-message-citation-mode): New minor mode.
1606         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1607         (gnus-message-highlight-citation): New variables.
1608         (gnus-message-search-citation-line)
1609         (gnus-message-add-citation-keywords)
1610         (gnus-message-remove-citation-keywords)
1611         (turn-on-gnus-message-citation-mode)
1612         (turn-off-gnus-message-citation-mode): New functions.
1613
1614 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1615
1616         * gnus-cite.el: Enable highlighting of different citation levels in
1617         message-mode.
1618
1619 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1620
1621         * message.el (message-make-fqdn): Fix comment.
1622         (message-bogus-system-names): Add ".local".
1623
1624         * spam.el (spam-ifile-path, spam-ifile-program)
1625         (spam-ifile-database-path, spam-ifile-database)
1626         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1627         Don't use "path" inappropriately.
1628         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1629         strings.
1630         (spam-check-ifile, spam-ifile-register-with-ifile)
1631         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1632         new variable names.
1633
1634         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1635         (gnus-treat-display-smileys): Simplify using
1636         gnus-image-type-available-p.
1637
1638         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1639         available.
1640
1641         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1642         `display-images-p' if available.
1643
1644 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1647         one after turning on the buffer's multibyteness instead of decoding
1648         them directly in the unibyte buffer that causes unexpected conversion
1649         in Emacs 23 (unicode).
1650
1651 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1652
1653         * message.el (message-generate-hashcash): Fix custom type.
1654
1655 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1656
1657         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1658
1659 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1660
1661         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1662         disconnect icons.  Add help text.
1663
1664 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1665
1666         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1667         negated to be consistent with the others we handle.
1668
1669 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1672         version of gnus-summary-buffer to something, so that we can use two
1673         article buffers at the same time.
1674
1675 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1678         trigger all the extra headers.
1679         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1680         sorting.
1681
1682 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1683
1684         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1685         solid groups.
1686
1687 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1688
1689         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1690
1691 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * legacy-gnus-agent.el: Add Copyright notice.
1694
1695 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1696
1697         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1698
1699 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1702
1703         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1704         to make it work reliably in CVS Emacs.
1705         (gnus-summary-limit-strange-charsets-predicate)
1706         (gnus-summary-limit-to-predicate): New functions.
1707
1708 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1709
1710         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1711         specifying array size.
1712         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1713         array if it is too small.
1714         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1715         (gnus-sort-threads-loop): New function.
1716
1717 2006-12-06  Chris Moore  <dooglus@gmail.com>
1718
1719         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1720         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1721
1722 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1723
1724         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1725         options.
1726
1727 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1730         DOS-ing the recipient.
1731
1732         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1733         the headers when creating the mapping to avoid mismappings.
1734         (nnweb-gmane-create-mapping): Always nix out old mapping.
1735
1736 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1739         and mm-verify-option to never.
1740
1741 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * message.el (message-signed-or-encrypted-p): New function.
1744         (message-forward-make-body): Use it.
1745
1746         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1747         Replace encode-coding-string with mm-encode-coding-string.
1748
1749 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * nneething.el (nneething-decode-file-name): Replace
1752         decode-coding-string with mm-decode-coding-string.
1753
1754         * gnus-int.el (gnus-open-server): Say failed server's name.
1755
1756 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1757
1758         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1759         strings to a single string.  Quote `errors-file-name'.
1760         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1761         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1762         Adjust calls.  Use `shell-quote-argument'.
1763
1764 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1765
1766         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1767         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1768
1769         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1770         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1771         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1772         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1773         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1774         (gnus-subscribe-newsgroup, gnus-1):
1775         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1776         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1777         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1778         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1779
1780 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1783         keystroke.
1784         (gnus-summary-limit-to-bodies): Implement headersp.
1785
1786 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1789
1790 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1793
1794 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * message.el (message-generate-hashcash): Expand range of values to
1797         include `opportunistic'.
1798         (message-send-mail): Use it.
1799
1800 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1801
1802         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1803         and comment it.
1804
1805         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1806
1807 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1808
1809         * gnus-util.el (gnus-extract-address-components): Improve comment.
1810
1811 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * gnus-util.el (gnus-extract-address-components): Work with address in
1814         which the name portion contains @.
1815
1816         * lpath.el: Fbind custom-autoload.
1817
1818 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * gnus.el (gnus-start): Move custom group up.
1821         (gnus-select-method): Don't autoload, but make it available for
1822         `customize-variable'.
1823         (gnus-getenv-nntpserver): Don't autoload.
1824
1825 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1828
1829 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * message.el (message-sendmail-extra-arguments): New variable.
1832         (message-send-mail-with-sendmail): Use it.
1833
1834 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1837         mm-with-unibyte-current-buffer to make string unibyte.
1838
1839         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1840         mm-string-as-multibyte.
1841
1842 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1843
1844         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1845         Reported by Werner Koch <wk@gnupg.org>.
1846
1847 2006-11-14  Daiki Ueno  <ueno@p360>
1848
1849         * mml2015.el: Autoload epa-select-keys when compiling.
1850
1851 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1852
1853         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1854         message-options.
1855         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1856
1857 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1858
1859         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1860         EasyPG (< 0.0.6).
1861         (mml2015-always-trust): New user option.
1862         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1863         prompt.
1864
1865 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * nntp.el (nntp-authinfo-force): New variable.
1868         (nntp-send-authinfo): Use it.
1869
1870 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1873         decode encoded words.  Improve prompt.  Add comment about forwarding.
1874         (message-replacement-char): Move up.
1875
1876 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1877
1878         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1879         instead of gnus-intersection because arguments of gnus-sorted-nunion
1880         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1881
1882 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1883
1884         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1885         (message-simplify-subject-functions): Enable
1886         message-strip-subject-encoded-words by default.
1887
1888 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * message.el (message-strip-subject-encoded-words): New function
1891         (message-simplify-subject-functions): New variable.
1892         (message-simplify-subject): Use it.  Fix typo in doc string.
1893         Support message-strip-subject-encoded-words.
1894
1895 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1896
1897         * gnus-diary.el (gnus-diary-delay-format-function):
1898         * nndiary.el (nndiary-reminders):
1899         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1900
1901 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * gnus-art.el (article-hide-boring-headers): Fetch date from
1904         gnus-original-article-buffer to avoid problems with localized date
1905         strings.
1906
1907 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1910
1911 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1914         New variables.
1915         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1916         (mm-charset-synonym-alist): Move some entries to
1917         mm-codepage-iso-8859-list.
1918         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1919         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1920
1921 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1924
1925 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1926
1927         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1928         with Emacs 21 and XEmacs.
1929
1930 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * spam.el (spam-parse-address): New function for better parsing,
1933         catching errors, etc.
1934         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1935
1936 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1937
1938         * mm-view.el: Add interactive arg to html2text autoload.
1939
1940 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1943
1944 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1945
1946         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1947         variables.
1948         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1949         (mm-charset-synonym-alist): Move some entries to
1950         mm-codepage-iso-8859-list.
1951
1952         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1953
1954 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1955
1956         * message.el (message-citation-line-format)
1957         (message-insert-formated-citation-line): Fix implementation of %E, %N
1958         and %n according to the doc string.
1959
1960 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1961
1962         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1963         car-safe to avoid bad parses.
1964
1965 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1968         names.
1969
1970         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1971
1972 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1975         header.
1976
1977         * message.el (message-draft-headers): Add Date.
1978         (message-headers-to-generate): Fix typo in docstring.
1979
1980         * nndraft.el (nndraft-required-headers): New variable.
1981         (nndraft-generate-headers): Use it.
1982
1983         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1984
1985 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1986
1987         * gnus-registry.el (gnus-registry-wash-for-keywords)
1988         (gnus-registry-find-keywords): New functions to allow easy searching of
1989         articles that are in the registry.
1990
1991 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1992
1993         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1994         ietf-drums-parse-address instead of gnus-extract-address-components.
1995         Reported by Damien Elmes <damien@repose.cx>.
1996
1997 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1998
1999         * gnus.el (gnus-mime): Remove unused custom group.
2000
2001 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2002
2003         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2004         "blank line" when searching for end of armor headers.
2005
2006 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gmm-utils.el (gmm-write-region): Fix variable name.
2009
2010 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
2011
2012         * gmm-utils.el (gmm-write-region): New function based on compatibility
2013         code from `mm-make-temp-file'.
2014
2015         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2016
2017         * nnmaildir.el (nnmaildir--update-nov)
2018         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2019         Use `gmm-write-region'.
2020
2021 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
2024         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2025
2026         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2027
2028         * message.el (message-replacement-char): New variable.
2029         (message-fix-before-sending): Use it.
2030         (message-simplify-subject): New function to remove duplicate code.
2031         (message-reply, message-followup): Use it.
2032
2033         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2034         gnus-summary-limit-to-articles.
2035
2036 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-util.el (gnus-with-local-quit): New macro.
2039
2040         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2041
2042 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2045         ignore non-string data.
2046
2047 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2048
2049         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2050         non-string data (needs to be done in the registry too).
2051
2052 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2053
2054         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2055         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2056         (gnus-registry-split-fancy-with-parent)
2057         (gnus-registry-fetch-simplified-message-subject-fast)
2058         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2059         Remove text properties on ingress into the registry and when it's saved.
2060         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2061         registry from entries with no groups.
2062
2063 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2066         function to remove string properties.
2067
2068 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * gmm-utils.el (gmm): Adjust custom version.
2071
2072         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2073         custom version.
2074
2075         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2076
2077 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2078
2079         * gnus-art.el (gnus-insert-prev-page-button)
2080         (gnus-insert-next-page-button): Simplify.  Reformat.
2081
2082 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2083
2084         * gnus-art.el (gnus-insert-prev-page-button)
2085         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2086
2087 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2088
2089         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2090
2091 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2092
2093         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2094         gnus-article-button-face to MIME and security buttons.
2095
2096 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2097
2098         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2099         readable.
2100
2101 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2104
2105 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2106
2107         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2108         `browse-url-of-file' instead of `browse-url'.
2109
2110 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2111
2112         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2113         regexp.  Articles containing quotation were cut prematurely.
2114
2115 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * message.el (message-cite-original-1): Use nobody by default for the
2118         value of From header.
2119         (message-reply): Ditto.
2120
2121 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2122
2123         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2124         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2125         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2126
2127 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2130         mails in the doc string.  Add some URLs in comment.
2131         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2132
2133 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2136         backslashes handling and the way to find boundaries of quoted strings.
2137
2138 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2139
2140         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2141         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2142         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2143         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2144
2145 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2146
2147         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2148         doc string.
2149         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2150
2151 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * lpath.el: Fbind epg-check-configuration.
2154
2155 2006-09-06  Simon Josefsson  <jas@extundo.com>
2156
2157         * mml2015.el (mml2015-use): Doc fix, mention epg.
2158
2159 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2160
2161         * mml2015.el (mml2015-use): Default to epg, if available.
2162
2163 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2166         message-sender.
2167         (mml1991-epg-encrypt): Ditto.
2168         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2169         message-sender.
2170         (mml2015-epg-encrypt): Ditto.
2171
2172 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2173
2174         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2175         several common directories.
2176
2177 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2178
2179         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2180         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2181
2182 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (article-decode-encoded-words): Make it fast.
2185
2186 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2189
2190         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2191         in quoted string into `\'.
2192
2193 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2196         Use standard-syntax-table.
2197
2198 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-art.el (gnus-decode-address-function): New variable.
2201         (article-decode-encoded-words): Use it to decode headers which are
2202         assumed to contain addresses.
2203         (gnus-mime-delete-part): Remove useless `or'.
2204
2205         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2206         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2207         (gnus-nov-parse-line): Use it to decode From header.
2208         (gnus-get-newsgroup-headers): Ditto.
2209         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2210
2211         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2212         (mail-decode-encoded-address-string): New alias.
2213
2214         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2215         New function.
2216         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2217         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2218         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2219         (rfc2047-decode-string): Ditto.
2220         (rfc2047-decode-address-region): New function.
2221         (rfc2047-decode-address-string): New function.
2222
2223 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2224
2225         * message.el (message-caesar-buffer-body): Allow rotating headers.
2226
2227         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2228
2229         * message.el (message-insert-formated-citation-line): Fix %f.
2230         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2231
2232 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2235         (gnus-bookmark-mouse-available-p): New macro.
2236         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2237         (gnus-bookmark-bmenu-show-infos): Use it.
2238         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2239         (gnus-bookmark-bmenu-hide-infos): Ditto.
2240         (gnus-bookmark-remove-properties): New function.
2241         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2242         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2243         (gnus-bookmark-write-file): Bind coding-system-for-write.
2244         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2245         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2246         group before selecting it.
2247         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2248         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2249         quit-window if it is not available; use gnus-mouse-2 and bind it to
2250         gnus-bookmark-bmenu-select-by-mouse.
2251         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2252         (gnus-bookmark-bmenu-select-by-mouse): New function.
2253
2254 2006-08-13  Romain Francoise  <romain@orebokech.com>
2255
2256         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2257         space.
2258
2259 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2260
2261         * compface.el (uncompface): Use binary rather than raw-text-unix.
2262
2263 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * compface.el (uncompface): Make sure the eol conversion doesn't take
2266         place when communicating with the external programs.  Reported by
2267         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2268
2269 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2272
2273 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2274
2275         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2276         Make it more robust by parsing author and date independently.
2277
2278 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2281
2282 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2283
2284         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2285         first matching secret key.
2286         (mml2015-epg-encrypt): Ditto.
2287
2288         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2289         first matching secret key.
2290         (mml1991-epg-encrypt): Ditto.
2291
2292         * mml2015.el (mml2015-encrypt-to-self): New user option.
2293         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2294         mml2015-epg-encrypt-to-self is set.
2295
2296         * mml1991.el (mml1991-encrypt-to-self): New variable.
2297         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2298         mml1991-epg-encrypt-to-self is set.
2299
2300         * mml2015.el (mml2015-signers): New user option.
2301         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2302         (mml2015-epg-encrypt): Allow to select signing keys.
2303
2304         * mml1991.el (mml1991-signers): New variable.
2305         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2306         (mml1991-epg-encrypt): Allow to select signing keys.
2307
2308 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * nnheader.el (nnheader-insert-head): Make it work even if the file
2311         uses CRLF for the line-break code.
2312
2313 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2314
2315         * mml2015.el: Require mml-sec instead of password.
2316         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2317         (mml2015-cache-passphrase): Inherit the default value from
2318         mml-secure-cache-passphrase.
2319         (mml2015-passphrase-cache-expiry): Inherit the default value from
2320         mml-secure-passphrase-cache-expiry.
2321
2322         * mml1991.el: Require mml-sec instead of password.
2323         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2324         (mml1991-cache-passphrase): Inherit the default value from
2325         mml-secure-cache-passphrase.
2326         (mml1991-passphrase-cache-expiry): Inherit the default value from
2327         mml-secure-passphrase-cache-expiry.
2328
2329         * mml-sec.el: Require password.
2330         (mml-secure-verbose): New user option.
2331         (mml-secure-cache-passphrase): New user option.
2332         (mml-secure-passphrase-cache-expiry): New user option.
2333
2334 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2335
2336         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2337         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2338         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2339
2340         FIXME: Use `tiny change'?
2341
2342 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2343
2344         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2345         workaround for the url package included with Emacs.
2346
2347         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2348
2349 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2352         correctly.  This fixes a bug caused by the 2006-05-12 change.
2353
2354 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2355
2356         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2357         some information about the error when saying that the `bogus' mail
2358         group will be used.
2359
2360 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2361
2362         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2363         string.
2364
2365 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2366
2367         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2368
2369 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2370
2371         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2372
2373 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2374
2375         * mml1991.el (mml1991-function-alist): Add epg.
2376         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2377         (mml1991-epg-encrypt): New functions.
2378
2379 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2380
2381         * mml2015.el (mml2015-verbose): New variable.
2382         (mml2015-cache-passphrase): Ditto.
2383         (mml2015-passphrase-cache-expiry): Ditto.
2384         (mml2015-function-alist): Add epg.
2385         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2386         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2387         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2388         functions.
2389
2390 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2391
2392         * message.el (message-cite-original-1): Preserve region when removing
2393         quoted text due to X-No-Archive in order to avoid bogus attribution
2394         when citing multiple messages.
2395
2396 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2397
2398         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2399         Kenneth Jacker <khj@be.cs.appstate.edu>.
2400
2401 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * gnus-diary.el (gnus-user-format-function-d)
2404         (gnus-user-format-function-D): Autoload.
2405
2406         * imap.el (Commentary): Fix typo.
2407
2408         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2409         2006-04-22 contribution.
2410
2411 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2412
2413         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2414         It didn't really fix the bogosity I'm seeing with solid web groups.
2415
2416 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2417
2418         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2419         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2420         created using server names.  If we use the feature without declaring
2421         it, Gnus does not properly manage server and group state.
2422
2423         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2424         bound.
2425
2426 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2427
2428         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2429         looking up the method using GROUP's prefix before inventing a new one.
2430         It is used on killed/unknown groups in various places where returning
2431         an all-new method isn't expected by the caller.
2432
2433         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2434         and match semantics of gnus-group-real-prefix.
2435
2436 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2437
2438         * nnmail.el (nnmail-broken-references-mailers): New variable.
2439         (nnmail-ignore-broken-references): New function generalizing
2440         nnmail-fix-eudora-headers.
2441         (nnmail-fix-eudora-headers): Now obsolete.
2442
2443         * gnus-art.el (gnus-button-handle-custom): Support
2444         `customize-apropos*'.
2445
2446 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2449
2450         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2451         articles.
2452
2453 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2454
2455         * message.el (message-cite-reply-above): New variable.
2456         (message-yank-original): Use it.
2457
2458 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2461
2462 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2463
2464         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2465         as read.
2466
2467         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2468
2469 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2472         (gnus-bookmark-default-file): Use gnus-directory.
2473         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2474         Remove "*" in doc string.
2475         (gnus-bookmark-write-file): Simplify.
2476         (gnus-bookmark-maybe-sort-alist): Use `when'.
2477         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2478         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2479         FIXME about Emacs 21 and XEmacs compatibility.
2480         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2481         compatibility.
2482         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2483         compatibility.
2484         (gnus-bookmark-menu-heading): Fix version.
2485
2486 2006-06-19  Bastien Guerry  <bzg@altern.org>
2487
2488         * gnus-bookmark.el: New file.
2489
2490 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * message.el (message-syntax-checks): Doc fix.
2493
2494 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2495
2496         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2497         unsubscribed groups as if they were killed ones.  It causes duplicate
2498         entries in gnus-newsrc-alist.
2499
2500 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * message.el (message-syntax-checks): Doc fix.
2503         (message-send-mail): Add check for continuation headers.
2504         (message-check-news-header-syntax): Fix regexp used to check for
2505         continuation headers.
2506
2507 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2510
2511 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2512
2513         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2514
2515 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2518         default-truncate-lines.
2519
2520 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2523         to fill the utf-8 entry.
2524
2525         * lpath.el: Fbind unicode-precedence-list.
2526
2527 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2528
2529         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2530
2531 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2532
2533         * gnus-agent.el (directory-files-and-attributes): Move all the way
2534         forward (the third and final move).
2535         (gnus-agent-read-agentview): Trap reconstruction errors due to
2536         nonexistant directory.  Handle by returning nil.
2537
2538 2006-05-30  Didier Verna  <didier@xemacs.org>
2539
2540         * message.el (message-dont-reply-to-names): Update the custom type.
2541         * message.el (message-dont-reply-to-names): New defsubst: potentially
2542         convert a list of regexps into a single one.
2543         * message.el (message-get-reply-headers): Use it.
2544         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2545
2546 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-agent.el (directory-files-and-attributes): Move forward.
2549
2550 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2551
2552         * gnus-ml.el (gnus-mailing-list-subscribe)
2553         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2554         (gnus-mailing-list-message): Fix doc strings.
2555
2556 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2557
2558         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2559         of doing it manually.
2560
2561 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2564         comment.
2565
2566 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2567
2568         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2569         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2570         (gnus-agent-read-local): All symbols allocated in my-obarray
2571         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2572         (gnus-agent-regenerate-group): Check numeric names to see if they are
2573         messages or groups.
2574         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2575         better way of do this...)
2576
2577         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2578         'dummy.group' (there should be a better way of do this...)
2579
2580 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2583         (gnus-saved-headers): Ditto.
2584         (gnus-default-article-saver): Mention functions may have properties.
2585         (gnus-article-save): Override gnus-save-all-headers and
2586         gnus-saved-headers by :headers property which saver function may have.
2587         (gnus-summary-save-in-file): Add :headers property.
2588         (gnus-summary-write-to-file): Ditto.
2589
2590         * gnus-sum.el (gnus-summary-save-article): Bind
2591         gnus-prompt-before-saving to t when saving many articles in a file;
2592         always show all headers.
2593
2594         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2595
2596 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2597
2598         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2599         marks.
2600
2601         * message.el (message-indent-citation): Add optional arguments to allow
2602         using it outside of message buffers.
2603
2604         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2605         (gnus-article-treat-unfold-headers): Use it.
2606         (gnus-article-truncate-lines): New variable.
2607         (gnus-article-mode): Use it.
2608         (gnus-article-toggle-truncate-lines): New function.
2609
2610         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2611         gnus-article-toggle-truncate-lines.
2612
2613         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2614         coding system in XEmacs, use binary.
2615
2616 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2619         after-load-alist.
2620
2621         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2622         this function should save decoded articles.
2623         (gnus-summary-write-to-file): Use property to specify this function
2624         should save decoded articles and specify gnus-summary-save-in-file
2625         should be used to save articles other than the first one when saving
2626         many articles.
2627         (gnus-summary-save-body-in-file): Use property to specify this
2628         function should save decoded articles.
2629         (gnus-summary-write-body-to-file): Use property to specify this
2630         function should save decoded articles and specify
2631         gnus-summary-save-body-in-file should be used to save articles other
2632         than the first one when saving many articles.
2633
2634         * gnus-sum.el (gnus-summary-save-article): Simplify.
2635
2636 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * gnus-art.el (gnus-default-article-saver): Add
2639         gnus-summary-write-body-to-file.
2640         (gnus-article-save-coding-system): Don't use coding system object
2641         in XEmacs.
2642         (gnus-read-save-file-name): Add optional `dir-var' argument which
2643         specifies directory in which files are saved; work even if optional
2644         `variable' argument is not specified.
2645         (gnus-summary-write-to-file): Read file name.
2646         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2647         (gnus-summary-write-body-to-file): New function.
2648
2649         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2650         (gnus-summary-local-variables): Add it.
2651         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2652         (gnus-summary-save-article): Remove optional `decode' argument;
2653         determine whether to decode articles by the value of
2654         gnus-default-article-saver; when saving many files using
2655         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2656         it first and use gnus-summary-save-in-file or
2657         gnus-summary-save-body-in-file thereafter unless
2658         gnus-prompt-before-saving is always; move point to article which
2659         will be saved.
2660         (gnus-summary-save-article-file): Revert.
2661         (gnus-summary-write-article-file): Revert.
2662         (gnus-summary-save-article-body-file): Revert.
2663         (gnus-summary-write-article-body-file): New function.
2664
2665 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2666
2667         * gnus-art.el (gnus-default-article-saver): Doc fix.
2668         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2669         from gnus-summary-save-article-coding-system, and default to a
2670         certain coding system.
2671         (gnus-output-to-file): Add coding cookie and encode text according
2672         to gnus-article-save-coding-system; don't use mm-append-to-file.
2673
2674         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2675         gnus-art.el and rename to gnus-article-save-coding-system.
2676         (gnus-summary-save-article): Require gnus-art; don't show all
2677         headers if it decodes articles; don't add coding cookie here;
2678         don't bind mm-text-coding-system-for-write.
2679         (gnus-summary-save-article-file): Save decoded articles.
2680         (gnus-summary-write-article-file): When saving many files, use
2681         gnus-summary-write-to-file first and gnus-summary-save-in-file
2682         thereafter unless gnus-prompt-before-saving is always.
2683         (gnus-summary-save-article-body-file): Save decoded articles.
2684
2685         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2686
2687 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2688
2689         * nnrss.el (nnrss-check-group): Bind hash-index.
2690
2691 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2692
2693         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2694         its hash index.  Store this hash in `nnrss-group-data'.
2695         (nnrss-read-group-data): Update accordingly.
2696
2697 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2700         entry.
2701
2702         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2703         gnus-article-browse-html-article.
2704
2705 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2706
2707         * gnus-sum.el (gnus-summary-mime-map): Add
2708         gnus-article-browse-html-article.
2709
2710         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2711
2712 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2715         suitable coding systems in customize.
2716
2717 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2718
2719         * mail-source.el (mail-sources): Fix custom type.
2720
2721 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2722
2723         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2724         (gnus-summary-expire-articles-now): Shorten prompt.
2725
2726         * gmm-utils.el (wid-edit): Require.
2727         (defun-gmm): Renamed from `gmm-defun-compat'.
2728         (gmm-image-search-load-path): Use it.
2729         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2730
2731 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2734         variable.
2735         (gnus-summary-save-article): Add optional `decode' argument.  If
2736         it is set and gnus-summary-save-article-coding-system is non-nil,
2737         save decoded article.
2738         (gnus-summary-write-article-file): Save decoded article if
2739         gnus-summary-save-article-coding-system is non-nil.
2740
2741         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2742         type.
2743
2744 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2747
2748 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2751         first to test gnus-single-article-buffer which may be buffer-local.
2752
2753         * gnus-sum.el (gnus-summary-setup-buffer): Make
2754         gnus-single-article-buffer buffer-local and nil in ephemeral
2755         group; make gnus-article-buffer, gnus-article-current, and
2756         gnus-original-article-buffer always buffer-local.
2757         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2758         group.
2759         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2760
2761 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2762
2763         * nnml.el (nnml-request-compact-group): Compressed files might not
2764         have .gz extension.
2765
2766 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2767
2768         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2769         (mm-copy-to-buffer): Use with-current-buffer.
2770         (mm-display-part): Simplify.
2771         (mm-inlinable-p): Add optional arg `type'.
2772
2773 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2774
2775         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2776         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2777         Try harder to show the attachment internally or externally using
2778         gnus-mime-view-part-as-type.
2779
2780 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2781
2782         * message.el (message-from-style, message-signature-separator)
2783         (message-user-organization-file, message-send-mail-function)
2784         (message-citation-line-function, message-yank-prefix)
2785         (message-indent-citation-function, message-signature)
2786         (message-signature-file, message-signature-insert-empty-line):
2787         Remove autoloads.
2788
2789         * gnus-art.el (gnus-buttonized-mime-types): Remove
2790         "multipart/signed".  Revert 2006-04-26 change.
2791
2792 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * gnus.el (gnus-version-number): Bump version.
2795
2796 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2797
2798         * gnus.el: No Gnus v0.5 is released.
2799
2800 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2801
2802         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2803         fetching articles by message-id.
2804
2805 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * message.el (hashcash): Require hashcash as normal.
2808
2809         * ecomplete.el (ecomplete-highlight-match-line): Use
2810         point-at-eol.
2811         (ecomplete-highlight-match-line): Use `highlight', because that
2812         face exists in both Emacs and XEmacs.
2813
2814         * message.el (message-display-abbrev): Use point-at-bol.
2815
2816         * mail-source.el: Don't require timer/timer-funcs.
2817
2818         * gnus-async.el: Ditto.
2819
2820         * password.el: Ditto.
2821
2822         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2823
2824         * mm-url.el: Ditto.
2825
2826         * gnus-xmas.el: Don't require timer-funcs.
2827
2828         * mm-util.el: Require timer/timer-funcs.
2829
2830 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2831
2832         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2833         Close.
2834
2835 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2838         unibyte after clear-decrypt function runs.
2839
2840         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2841         returns as a unibyte string.
2842
2843 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * lpath.el: Revert.
2846
2847         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2848         (pgg-gpg-process-sentinel): Revert.
2849
2850         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2851         (pgg-pgp-lookup-key): Revert.
2852
2853         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2854         (pgg-pgp5-lookup-key): Revert.
2855
2856         * pgg.el (pgg-fetch-key): Revert.
2857
2858 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * lpath.el: Fbind string-as-multibyte for XEmacs.
2861
2862         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2863         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2864         (mml1991-pgg-encrypt): Ditto.
2865
2866         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2867         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2868         a multibyte buffer.
2869
2870         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2871         (pgg-pgp-lookup-key): Ditto.
2872
2873         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2874         (pgg-pgp5-lookup-key): Ditto.
2875
2876         * pgg.el (pgg-fetch-key): Ditto.
2877
2878 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2879
2880         * message.el (message-user-organization-file): Check several
2881         locations of the organization file.
2882
2883         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2884         Add gnus-article-view-part-as-type.
2885
2886         * gnus-art.el (gnus-article-view-part-as-type): New function.
2887
2888         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2889         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2890
2891         * mml.el: Simplify autoload.
2892         (mml-mode): defvar dnd-protocol-alist instead of using
2893         symbol-value.
2894         (mml-default-directory): New variable.
2895         (mml-minibuffer-read-file): Use it.
2896         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2897
2898         * message.el (message-citation-line-format): New variable.
2899         (message-insert-formated-citation-line): New function.
2900         (message-citation-line-function): Add
2901         `message-insert-formated-citation-line' to custom type.
2902
2903         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2904         to doc string.
2905
2906         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2907         depending on mm-verify-option.
2908
2909 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2912         binding pgg-* variables; reimplement the section which prevents
2913         MIME header from being signed.
2914         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2915         pgg-text-mode; remove a blank line at the top of body.
2916
2917         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2918         lines at the top of body; use gnus-newsgroup-charset if there's no
2919         Charset header.
2920
2921 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2922
2923         * message.el (message-self-insert-commands): Doc fix.
2924
2925         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2926         (mm-uu-pgp-encrypted-test): Ditto.
2927         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2928         between header and body; return application/pgp-encrypted handle
2929         if decryption failed; decode decrypted body by charset.
2930
2931         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2932         element match to application/pgp-*.
2933
2934 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2935
2936         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2937         HTML.
2938
2939 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * mail-source.el (mail-source-call-script): Message the error
2942         string.
2943
2944 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * gnus-util.el (gnus-byte-compile): Use it.
2947
2948 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2949
2950         * gnus-util.el (kill-empty-logs): New function.
2951
2952 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * message.el (message-mail-alias-type): Doc fix.
2955         (message-mail-alias-type-p): New function.
2956         (message-send): Use it.
2957         (message-mode): Ditto.
2958         (message-strip-forbidden-properties): Ditto.
2959
2960         * ecomplete.el (ecomplete-database-file-coding-system): New
2961         variable.
2962         (ecomplete-save): Use it.
2963         (ecomplete-setup): Use it.
2964
2965 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * message.el (message-self-insert-commands): New variable.
2968         (message-strip-forbidden-properties): Use it.
2969
2970 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971
2972         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2973         that doesn't make XEmacs choke.
2974
2975 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2976
2977         * gnus-util.el (gnus-replace-in-string):
2978         Prefer replace-regexp-in-string over of replace-in-string.
2979
2980 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-util.el (gnus-select-frame-set-input-focus):
2983         Use select-frame-set-input-focus if it is available in XEmacs; use
2984         definition defined in Emacs 22 for old Emacsen.
2985
2986         * dgnushack.el: Autoload unmorse-region for XEmacs.
2987
2988         * lpath.el: Bind cursor-in-non-selected-windows and
2989         select-frame-set-input-focus for XEmacs.
2990
2991 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2994
2995 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         * gnus-registry.el (gnus-registry-cache-save): Remove text
2998         properties when saving via the temp buffer.
2999
3000 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * message.el (message-generate-hashcash): Honor custom type.
3003
3004 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * message.el (message-generate-hashcash): Default to non-nil when
3007         hashcash is found.
3008
3009         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3010         (gnus-refer-thread-limit): Increase default to 500.
3011
3012         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3013
3014         * flow-fill.el (fill-flowed): Allow delete-space.
3015
3016 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3019         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3020         Remove autoloads.
3021
3022 2006-04-18  Simon Josefsson  <jas@extundo.com>
3023
3024         * message.el (message-generate-hashcash): Default to.
3025
3026 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3029         concatenating segments rather than before concatenating them.
3030
3031 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3034
3035 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3038
3039         * message.el (message-forward-make-body-plain): Allow
3040         message-forward-ignored-headers to be a list.
3041         (message-remove-ignored-headers): Factor out into function.
3042         (message-forward-make-body-mml): Use it.
3043
3044         * imap.el (imap-quote-specials): New function.
3045         (imap-login-auth): Quote specials.
3046
3047         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3048         (rfc2231-parse-string): Allow concatanation of parameters that
3049         aren't contiguous.  The test case is
3050           (mail-header-parse-content-type "message/external-body;
3051             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3052             access-type=LOCAL-FILE;
3053             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3054
3055 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3056
3057         * nntp.el (nntp-accept-process-output): Return the value of
3058         `nnheader-accept-process-output'.
3059
3060 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3061
3062         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3063         (gnus-button-alist): Recognize more diff formats.
3064         (gnus-button-patch): Strip directory.
3065
3066 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3069         Emacs 22 when setting focus.
3070
3071 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * gnus-art.el (gnus-article-treat-types): Do treatment of
3074         text/x-verbatim parts.
3075         (gnus-button-patch): New command.
3076
3077         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3078         addresses that contain invalid characters.
3079
3080 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * message.el (message-put-addresses-in-ecomplete): Use
3083         gnus-replace-in-string.
3084         (message-is-yours-p): Use the more correct
3085         mail-header-parse-address instead of
3086         mail-extract-address-components.
3087         (message-put-addresses-in-ecomplete): Fix typo.
3088
3089         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3090         keystroke.
3091
3092         * gnus-art.el (gnus-treatment-function-alist): Change order of
3093         newsgroups/generic header folding to avoid double-folding.
3094
3095         * message.el (message-hidden-headers): Add X-Draft-From.
3096
3097         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3098         command.
3099         (gnus-summary-repeat-search-article-backward): New command.
3100
3101         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3102         groups in the parent topic.
3103
3104 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3105
3106         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3107         (spam-extra-header-to-number): Return the CRM114 number as a
3108         number instead of a string.
3109
3110 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-art.el (gnus-face-properties-alist): Moved here from
3113         gnus-fun.
3114
3115         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3116
3117 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * message.el (message-strip-forbidden-properties): Only display on
3120         self-insert-command.
3121
3122         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3123         reindent.
3124         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3125
3126 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3127
3128         * smiley.el (smiley-style): Fix typo.
3129
3130 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * hashcash.el (hashcash-insert-payment-async-2): Use
3133         message-goto-eoh instead of doing it manually.
3134         (mail-add-payment): Use message-narrow-to-header instead of trying
3135         to do the same itself.
3136
3137         * message.el (message-hidden-headers): Add Face.
3138
3139         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3140         reparenting code.
3141         (gnus-summary-reparent-children): Refactored out code.
3142         (gnus-summary-thread-map): New keystroke.
3143         (gnus-summary-reparent-children): Make into command.
3144
3145         * smiley.el (smiley-style): Default to `medium' if using a large
3146         font.
3147
3148         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3149         does it itself.
3150
3151         * message.el (message-point-in-header-p): Simplify definition.
3152
3153 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * nnagent.el (nnagent-request-set-mark): Silence log file
3156         writing.
3157         (nnagent-request-set-mark): Use write-region instead of
3158         append-to-file.
3159
3160         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3161         strange select method.
3162
3163         * ecomplete.el (ecomplete-display-matches): Get highlightling
3164         right.
3165         (ecomplete-display-matches): Use literals.
3166         (ecomplete-display-matches): Disable message logging.
3167
3168         * message.el (message-display-abbrev): Small optimization.
3169
3170         * ecomplete.el (ecomplete-display-matches): Allow automatic
3171         display.
3172
3173         * message.el (message-strip-forbidden-properties): Display
3174         abbrevs.
3175         (message-display-abbrev): Get automatic display right.
3176
3177         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3178         keystrokes.
3179
3180 2006-04-13  Romain Francoise  <romain@orebokech.com>
3181
3182         TODO: Backport to v5-10!
3183
3184         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3185         Moved here (and renamed) from gnus-registry.el.
3186
3187         * gnus-registry.el: Require gnus-util.
3188         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3189
3190 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-group.el (gnus-group-catchup-current): Change
3193         if-then-else-if-then-else into cond.
3194         (gnus-group-catchup): Indent.
3195         (group-name-at-point): New function.
3196         (gnus-fetch-group): Provide default from thing at point.
3197
3198 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199
3200         * message.el (message-display-abbrev): Fix regexp.
3201
3202         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3203         choosing.
3204         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3205         dead variables.
3206
3207         * message.el (message-newline-and-indent): Remove debugging.
3208         (message-display-abbrev): Use new implementation.
3209
3210 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3211
3212         * gnus-art.el (gnus-article-mode): Set
3213         cursor-in-non-selected-windows to nil.
3214
3215         * smiley.el: Revert previous change.
3216         (smiley-data-directory): defvar it before using it in the
3217         defcustom of `smiley-style'.
3218
3219 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * message.el (message-newline-and-indent): New function.
3222
3223         * ecomplete.el: Implement more bits.
3224
3225         * message.el (message-put-addresses-in-ecomplete): Clean up the
3226         string.
3227
3228         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3229
3230         * gnus-sum.el (gnus-summary-save-parts): Bind
3231         gnus-summary-save-parts-counter and use it to make unique file
3232         names.
3233
3234         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3235
3236         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3237         parameter to say whether to actually parse the individual
3238         addresses.
3239
3240         * message.el (message-put-addresses-in-ecomplete): New function.
3241         (ecomplete): Require.
3242         (message-mail-alias-type): Add ecomplete as an option.
3243
3244 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3245
3246         * flow-fill.el (fill-flowed): Remove trailing space from blank
3247         quoted lines.
3248
3249 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * smiley.el (smiley-style): Move definition later to avoid a
3252         compilation warning.
3253
3254 2006-04-12  Kenichi Handa  <handa@m17n.org>
3255
3256         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3257         buffer and then decode the buffer text if necessary.
3258         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3259         first, and after mm-encode-body, change the buffer to unibyte.
3260         Use mm-disable-multibyte instead of set-buffer-multibyte.
3261
3262 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3265         Content-Type header instead of Content-Disposition header.
3266         (gnus-mime-inline-part): Ditto.
3267         (gnus-mime-view-part-as-charset): Ignore charset that the part
3268         specifies.
3269
3270         * mm-decode.el (mm-display-part): Work with external parts and
3271         usual parts similarly.
3272
3273         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3274         instead of gnus-display-mime.
3275
3276         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3277         instead of with-temp-buffer.
3278
3279         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3280         tag to summarized topics part in order to encode non-ASCII text.
3281
3282 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3283
3284         * smiley.el (smiley-style): New variable.
3285         (smiley-directory): New function.
3286         (smiley-data-directory): Derive from `smiley-style' using
3287         `smiley-directory'.
3288         (smiley-regexp-alist): Add new entries.
3289
3290         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3291         (gnus-article-browse-delete-temp): Add :version.
3292
3293 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3294
3295         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3296         the sieve region.
3297
3298 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus.el (gnus-version-number): Bump version.
3301
3302 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * gnus.el: No Gnus v0.4 is released.
3305
3306 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3309         layout.
3310
3311         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3312         unknown charset.
3313
3314         * message.el (message-header-synonyms): Add Original-To to the
3315         default.
3316
3317         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3318         optional parameter.
3319
3320 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-fun.el (gnus): Require it for gnus-directory.
3323
3324 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3327
3328 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3329
3330         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3331
3332 2006-04-05  Simon Josefsson  <jas@extundo.com>
3333
3334         * password.el (password-reset): New function.
3335
3336 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3337
3338         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3339         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3340
3341 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3342
3343         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3344         Some whitespace was matched into the url, which broke browsing hits
3345         > 100 when mm-url-use-external was nil.
3346
3347 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3350         gnus-extra-headers for 'Newsgroups.
3351
3352         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3353         bound.
3354
3355 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3356
3357         * pgg-gpg.el: Clean up process buffers every time gpg processes
3358         complete.
3359
3360 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3361
3362         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3363         doc string.
3364
3365 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3366
3367         * pgg-gpg.el (pgg-gpg-process-filter)
3368         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3369
3370         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3371         lines, temporary fix.
3372
3373 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3376
3377 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3378
3379         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3380         default-enable-multibyte-characters.  This reverts the change from
3381         revision 6.17 which is no longer necessary because the passphrase
3382         is sent separately now.  GnuPG messages are unreadable under
3383         multibyte locales with default-enable-multibyte-characters set to
3384         nil.
3385
3386 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3387
3388         * message.el (message-tool-bar-gnome): Move "spell".
3389
3390 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3391
3392         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3393         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3394         instead.
3395
3396 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3397
3398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3399         newsgroups handling for NNTP overviews which don't include
3400         Newsgroups.
3401
3402 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3403
3404         * message.el (message-resend): Bind message-generate-hashcash to nil.
3405
3406 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3407
3408         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3409         when searching for already-paid recipients.
3410
3411 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3412
3413         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3414         passphrases when it is not needed.
3415         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3416         passphrase stuff from gpg, should only be necessary when you use
3417         gpg with a smartcard.
3418
3419 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * mml.el (mml-insert-mime): Ignore cached contents of
3422         message/external-body part.
3423
3424         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3425         (mm-insert-part): Ditto.
3426
3427 2006-03-23  Simon Josefsson  <jas@extundo.com>
3428
3429         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3430         Reiner.
3431         (pgg-gpg-use-agent-p): Use it again.
3432
3433 2006-03-23  Simon Josefsson  <jas@extundo.com>
3434
3435         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3436         older emacsen.
3437         (pgg-gpg-use-agent-p): Don't use it.
3438
3439 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3440
3441         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3442         if we can.
3443
3444 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3445
3446         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3447         (pgg-gpg-update-agent): New function.
3448         (pgg-gpg-use-agent-p): New function.
3449         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3450         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3451         (pgg-gpg-sign-region): Use it.
3452
3453 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3456         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3457
3458 2006-03-21  Simon Josefsson  <jas@extundo.com>
3459
3460         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3461         <wilde@sha-bang.de>.
3462         (pgg-gpg-use-agent): New variable.
3463         (pgg-gpg-process-region): Use it.
3464         (pgg-gpg-encrypt-region): Likewise.
3465         (pgg-gpg-encrypt-symmetric-region): Likewise.
3466         (pgg-gpg-decrypt-region): Likewise.
3467         (pgg-gpg-sign-region): Likewise.
3468         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3469
3470 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3471
3472         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3473
3474         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3475         Add comment on version.
3476
3477 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * smiley.el: Add missing test smiley.
3480
3481 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * mm-decode.el (mm-with-part): New macro.
3484         (mm-get-part): Use it; work with message/external-body as well.
3485         (mm-save-part): Treat name and filename equally.
3486
3487         * mm-extern.el (mm-extern-cache-contents): New function.
3488         (mm-inline-external-body): Use it; force the part to be displayed;
3489         move undisplayer added to the cached handle to the parent.
3490
3491         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3492         (gnus-mime-view-part-as-type): Work with message/external-body.
3493
3494         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3495
3496 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3499         images in image-load-path.  [Sync with image.el, revision 1.60, in
3500         Emacs.]
3501
3502 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3503
3504         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3505         path rather than symbol.  Always return list of directories.
3506         Guarantee that image directory comes first.  [Sync with image.el,
3507         revision 1.59, in Emacs.]
3508
3509         * message.el (message-make-tool-bar): Adjust to new API of
3510         `gmm-image-load-path-for-library'.
3511
3512         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3513
3514         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3515
3516 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3517
3518         * gnus-art.el (gnus-article-only-boring-p):
3519         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3520         intangible text.
3521         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3522
3523 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3526         `defun' instead of `gmm-defun-compat'.
3527
3528 2006-03-14  Simon Josefsson  <jas@extundo.com>
3529
3530         * message.el (message-unique-id): Don't use message-number-base36
3531         if (user-uid) is a float.
3532         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3533
3534 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3537
3538         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3539         empty line between a part and a message part.
3540
3541 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3542
3543         * smiley.el: Add more test smileys.
3544         (smiley-data-directory, smiley-regexp-alist)
3545         (gnus-smiley-file-types): Fix doc strings.
3546         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3547         adding new elements.
3548         (smiley-mouse-map): Unused code.  Make it a comment.
3549
3550 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3553         scan latest NoCeM messages instead of old ones.
3554         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3555         delimiters that are recently used.
3556         (gnus-nocem-load-cache): Add autoload cookie.
3557
3558         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3559
3560         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3561         level which is larger than gnus-use-nocem is specified.
3562
3563         * gnus-group.el (gnus-group-get-new-news): Ditto.
3564
3565 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus-util.el (gnus-tool-bar-update): New function.
3568
3569         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3570         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3571
3572         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3573
3574         * gnus-group.el (gnus-group-redraw-when-idle)
3575         (gnus-group-redraw-check): Remove.
3576         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3577
3578 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3581         if optional last element is specified in splits (FIELD VALUE...).
3582
3583 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3586         to gmm-image-load-path-for-library.  Call with no-error argument.
3587         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3588
3589         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3590
3591         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3592
3593         * gmm-utils.el (gmm-image-load-path): Remove alias.
3594
3595 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3596
3597         * gmm-utils.el (gmm-image-load-path): Add alias.
3598
3599         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3600         nnml-generate-nov-databases-1.
3601         (nnml-generate-nov-databases): Use it.
3602         (nnml-generate-nov-databases-directory): Document no-active
3603         argument.
3604
3605         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3606         directory if path is t.  Add no-error.
3607
3608         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3609         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3610
3611         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3612         resetting gnus-article-browse-html-temp-list.
3613
3614         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3615         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3616         Add example to docstring.  Rename local variables.  Move error
3617         checks to default case in cond and simplify.
3618
3619 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3622         handle is multipart when calling it recursively.
3623         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3624
3625 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3626
3627         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3628         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3629
3630 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3633         is loaded.
3634
3635         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3636         loaded.
3637
3638 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3639
3640         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3641         to "Emacs 23 (unicode)" in doc string.
3642
3643         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3644         "Emacs 23 (unicode)" in comment.
3645
3646 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3649
3650         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3651         characters 160 through 255 in Emacs 23.
3652
3653 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3654
3655         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3656         gnus-article-browse-html-temp.
3657         (gnus-article-browse-delete-temp): Make it customizable.  Add
3658         `file'.  Adjust doc string.
3659         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3660         query for each file.  Adjust doc string.
3661         (gnus-article-browse-html-parts): Add
3662         `gnus-article-browse-delete-temp-files' to
3663         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3664
3665 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3666
3667         * gnus-art.el (gnus-article-browse-html-temp)
3668         (gnus-article-browse-delete-temp): New variables.
3669         (gnus-article-browse-delete-temp-files): New function.
3670         (gnus-article-browse-html-parts): Use it.
3671
3672 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3675
3676         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3677         string.
3678
3679         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3680         gnus-summary-insert-new-articles when unplugged.  Remove
3681         gnus-summary-search-article-forward.
3682
3683         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3684         display-visual-class instead of display-color-cells.
3685
3686 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * dgnushack.el: Autoload customize-group for XEmacs.
3689
3690         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3691         message/* containing non-ASCII text properly.
3692
3693 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3694
3695         * message.el: Require gmm-utils, remove autoloads.
3696         (message-tool-bar): Set default based on
3697         gmm-tool-bar-style.
3698         (message-tool-bar-gnome): Add gmm-customize-mode.
3699
3700         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3701         gmm-tool-bar-style.
3702         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3703
3704         * gnus-group.el (gnus-group-tool-bar): Set default based on
3705         gmm-tool-bar-style.
3706         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3707
3708         * gmm-utils.el (gmm-image-directory): Rename variable from
3709         gmm-image-load-path.
3710         (gmm-image-load-path): Use gmm-image-directory.
3711         (gmm-customize-mode): New function.
3712         (gmm-tool-bar-style): New variable.
3713
3714         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3715         gnus-group-redraw-line-number.
3716         (gnus-group-redraw-check): Simplify.
3717         (gnus-group-tool-bar-update): Remove redraw check.
3718         (gnus-group-make-tool-bar): Add redraw check.
3719
3720 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3721
3722         * gnus-art.el (gnus-button): Add missing parentheses.
3723
3724 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * lpath.el: Fbind line-number-at-pos.
3727
3728 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3731
3732 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * gnus-art.el (gnus-button): New face.
3735         (gnus-article-button-face): Use it.
3736
3737         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3738         gnus-summary-next-page.  Re-order.
3739
3740         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3741         next-node are now included.
3742         (gnus-group-redraw-line-number): New internal variable.
3743         (gnus-group-redraw-check): Helper function for updating the tool
3744         bar.
3745         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3746
3747         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3748
3749         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3750         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3751         Use it to match format of Spamassassin 3.0 and later.  Reported by
3752         IRIE Tetsuya <irie@t.email.ne.jp>.
3753         (spam-check-bogofilter)
3754         (spam-bogofilter-register-with-bogofilter): Fix args of
3755         `gnus-error' calls.
3756
3757 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3760         unnecessary interaction when sending queued mails.  Reported by
3761         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3762
3763 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3764
3765         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3766         first or last are nil.
3767
3768 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3769
3770         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3771
3772 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3775
3776 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * dns.el (query-dns): Protect more against buggy tcp output.
3779
3780 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3783         nov.php.
3784
3785 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3786
3787         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3788         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3789         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3790         output on the server side.
3791         (nnweb-google-create-mapping): Update regexps and add some
3792         progress indication.
3793
3794 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3797         gnus-agent-toggle-plugged.  Re-order icons.
3798         (gnus-group-tool-bar-gnome): Add
3799         gnus-group-{prev,next}-unread-group.
3800         (gnus-group-tool-bar-gnome): Re-order icons.
3801
3802         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3803         gnus-summary-insert-new-articles.
3804
3805         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3806         comments.
3807
3808         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3809         also available in Emacs 21.3.
3810
3811         * message.el (message-fix-before-sending): Change "Emacs 22" to
3812         "Emacs 23 (unicode)" in comment.
3813
3814         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3815         "Emacs 23 (unicode)" in comment.
3816
3817         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3818         comment.
3819         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3820
3821         * mm-view.el (mm-fill-flowed): Add :version.
3822
3823 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3824
3825         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3826         and load-path.
3827
3828 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * message.el: Autoload gmm-image-load-path.
3831         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3832         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3833         consitency.
3834
3835         * gmm-utils.el (gmm-image-load-path): Also search in
3836         "../etc/images".  Don't set gmm-image-load-path if we don't find
3837         the image.
3838
3839 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gmm-utils.el (gmm-image-load-path): Don't make
3842         `gmm-image-load-path' include subdirectories which the second arg
3843         `image' might specify.
3844
3845         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3846         subdirectory to icon file names.
3847
3848         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3849
3850 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3853         gmm-image-load-path calls.
3854
3855         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3856
3857         * message.el (message-make-tool-bar): Ditto.
3858
3859         * mml.el (mml-preview): Added comment concerning tool bar icons.
3860
3861         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3862         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3863
3864         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3865         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3866
3867         * message.el (message-tool-bar-gnome): Use new icon names.
3868         (message-make-tool-bar): Use `gmm-image-load-path'.
3869
3870         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3871         functions from MH-E.
3872         (gmm-image-load-path): New variable from MH-E.
3873         (gmm-image-load-path): New function from MH-E.  Added arguments
3874         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3875         *-image-load-path-called-flag.
3876
3877 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3878
3879         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3880
3881 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3882
3883         * nnimap.el (nnimap-request-move-article): Change folder back to
3884         source group before deleting.
3885
3886 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3887
3888         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3889
3890         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3891         mm-url.
3892
3893         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3894
3895 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3898         coding system which mm-charset-to-coding-system returns for a
3899         given charset is valid.
3900
3901 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3902
3903         * html2text.el (html2text-remove-tag-list):
3904         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3905
3906 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3907
3908         * gnus-cus.el: Revert 2005-10-17 change.
3909
3910 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-art.el (article-strip-banner): Call
3913         article-really-strip-banner only when the regexp match is made.
3914
3915 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (article-strip-banner): Use
3918         gnus-extract-address-components instead of
3919         mail-header-parse-addresses to make it work with non-ASCII text;
3920         remove mail-encode-encoded-word-string.
3921
3922         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3923         values which are surrounded with \"...\"; make it never cause a
3924         Lisp error; give up parsing of parameters if it failed in
3925         extracting type.
3926
3927 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3928
3929         * smime.el (smime-cert-by-ldap-1): Fix bug where
3930         `smime-ldap-search' returns results without userCertificates.
3931
3932 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3935
3936 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * spam.el (spam-check-spamassassin-headers): Adapt format for
3939         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3940         <ari@mbf.ocn.ne.jp>.
3941         (spam-list-of-processors): Add spam-use-gmane.
3942
3943 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3946         make-temp-file; make it work with XEmacs as well.
3947
3948         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3949         mm-make-temp-file.
3950
3951         * mm-decode.el (mm-display-external): Use the 3rd arg of
3952         mm-make-temp-file.
3953         (mm-create-image-xemacs): Ditto.
3954
3955 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3958         with message-narrow-to-headers.
3959         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3960         (gnus-draft-check-draft-articles): New function.
3961         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3962
3963 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3964
3965         * gnus-art.el (gnus-article-browse-html-parts):
3966         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3967         Don't use suffix argument for mm-make-temp-file for Emacs 21
3968         compatibility.  Remove useless `format'.
3969
3970 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3971
3972         * nnweb.el (nnweb-google-wash-article): Update regexps.
3973         (nnweb-group-alist): Use defvoo instead of defvar.
3974
3975 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3976
3977         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3978         re-loading nn* modules.
3979
3980 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3983         for `tool-bar-mode' and don't check it's default-value.
3984
3985         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3986
3987         * message.el (message-make-tool-bar): Ditto.
3988
3989         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3990         `substring'.  Shorten tmp-file name.
3991
3992         * gnus.el: Remove bogus comment.
3993
3994 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3995
3996         * gnus-art.el (gnus-article-browse-html-parts): New function.
3997         (gnus-article-browse-html-article): New function for viewing html
3998         articles with a browser.
3999
4000 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
4001
4002         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
4003         in elisp.
4004         (pgg-gpg-encrypt-symmetric-region): Ditto.
4005         (pgg-gpg-sign-region): Ditto.
4006
4007         * pgg-def.el (pgg-text-mode): New variable.
4008
4009         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4010         (mml2015-pgg-encrypt): Ditto.
4011
4012         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4013         (mml1991-pgg-encrypt): Ditto.
4014
4015 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4018         message-make-date instead of current-time-string.
4019
4020         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4021         to gnus-decoded which mm-uu might set.
4022
4023 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4026         don't decode quoted parameters; remove misimported Emacs code.
4027         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4028         (rfc2231-decode-encoded-string): Don't use split-string which
4029         behaves differently according to Emacs version; use
4030         mm-decode-coding-region to convert charset to coding-system.
4031         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4032         (rfc2231-encode-string): Remove misimported Emacs code.
4033
4034 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4037         when calling mail-header-parse-content-type.
4038         (article-de-quoted-unreadable): Ditto.
4039         (article-de-base64-unreadable): Ditto.
4040         (article-wash-html): Ditto.
4041
4042         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4043         calling mail-header-parse-content-type and
4044         mail-header-parse-content-disposition.
4045         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4046         mail-header-parse-content-type.
4047
4048         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4049         insert charset and format parameters; encode description after
4050         inserting it to buffer.
4051         (mml-insert-parameter): Fold lines properly even if a parameter is
4052         segmented into two or more lines; change the max column to 76.
4053
4054         * rfc1843.el (rfc1843-decode-article-body): Don't use
4055         ignore-errors when calling mail-header-parse-content-type.
4056
4057         * rfc2231.el (rfc2231-parse-string): Return at least type if
4058         possible; don't cause an error even if it fails in parsing of
4059         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4060         (rfc2231-encode-string): Don't break lines at the beginning, leave
4061         it to mml-insert-parameter.
4062
4063         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4064         calling mail-header-parse-content-type.
4065
4066 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * spam-report.el (spam-report-gmane-use-article-number):
4069         Improve doc string.
4070         (spam-report-gmane-internal): Check if a suitable header was found
4071         in the article.
4072
4073 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4076         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4077
4078 2006-02-05  Romain Francoise  <romain@orebokech.com>
4079
4080         Update copyright notices of all files in the gnus directory.
4081
4082 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4083
4084         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4085
4086 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4089         segmented lines of parameter value to cope with Thunderbird 1.5
4090         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4091         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4092         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4093
4094 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4095
4096         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4097         parts.
4098
4099 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4100
4101         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4102         there's only one active file for all servers.
4103         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4104         solid groups.  Gnus might have used a FAST request to select the group.
4105         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4106         and nnweb-search redundantly in the active file.
4107         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4108         (nnweb-request-create-group): Don't use ARGS.
4109         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4110         initialisations.  Let nnoo do the work.
4111
4112 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4115         Say the part has been decoded.
4116
4117         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4118
4119 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4120
4121         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4122         mailcap-viewer-test-cache when there's no 'test clause, since that
4123         will invert the meaning of a "nil" test previously determined by
4124         mailcap-mailcap-entry-passes-test.
4125
4126 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4129         compiling.
4130
4131         * gnus-sum.el: Ditto.
4132
4133         * message.el: Don't bind tool-bar-map when compiling.
4134
4135 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4138
4139 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4140
4141         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4142         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4143         current Google Groups.
4144
4145 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4148         and tool-bar-mode.
4149
4150         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4151         and tool-bar-mode.
4152
4153         * message.el (message-tool-bar-update): Simplify.
4154         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4155
4156         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4157         gnus-summary-buffer.
4158         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4159         gnus-summary-reply.
4160
4161         * gmm-utils.el (gmm): Add :version.
4162
4163 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * Makefile.in (clean): New rule.
4166         (distclean): Use it.
4167
4168 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4169
4170         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4171         autoload.
4172
4173 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * gmm-utils.el (gmm-verbose): Add :group.
4176
4177 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4178
4179         * message.el: Change some comments WRT tool-bars.
4180
4181         * gnus-sum.el (gnus-summary-tool-bar)
4182         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4183         (gnus-summary-tool-bar-zap-list): New variables.
4184         (gnus-summary-make-tool-bar): Complete rewrite using
4185         `gmm-tool-bar-from-list'.
4186
4187         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4188         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4189         variables.
4190         (gnus-group-make-tool-bar): Complete rewrite using
4191         `gmm-tool-bar-from-list'.
4192         (gnus-group-tool-bar-update): New function.
4193
4194         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4195
4196 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4199         is dissected into a single part of which the type is the same as
4200         the given one; decode charset.
4201
4202 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4203
4204         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4205         into alists as symbol not string, since that's what
4206         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4207         look for.
4208
4209 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4212         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4213
4214         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4215
4216 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4219         (gnus-xmas-mime-security-button-menu): New function.
4220
4221         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4222         (gnus-mime-security-button-menu): New definition.
4223         (gnus-mime-security-button-map): Use them.
4224         (gnus-mime-security-button-menu): New function.
4225         (gnus-insert-mime-security-button): Addition to help echo.
4226         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4227         (gnus-mime-security-pipe-part): New functions.
4228
4229         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4230         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4231
4232         * mm-decode.el (mm-handle-set-disposition): Remove.
4233         (mm-handle-set-description): Remove.
4234
4235 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4238         (mm-w3m-standalone-supports-m17n-p): New function.
4239         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4240         w3m usage.
4241
4242         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4243         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4244
4245 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * message.el (message-tool-bar-zap-list): Use
4248         gmm-tool-bar-zap-list as custom type.
4249         (message-tool-bar-update): New function.
4250         (message-tool-bar, message-tool-bar-gnome)
4251         (message-tool-bar-retro): Add message-tool-bar-update.
4252         (message-tool-bar-gnome): Add flyspell-buffer.
4253
4254         * gnus-util.el (gnus-error): Describe `args'.
4255
4256         * gmm-utils.el (gmm-error): Describe `args'.
4257         (gmm-tool-bar-zap-list): New widget.
4258         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4259
4260 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4263         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4264         the number of recursive calls.
4265
4266         * mm-decode.el (mm-handle-set-disposition): New macro.
4267         (mm-handle-set-description): New macro.
4268
4269 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4272         encoding.
4273
4274 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * message.el (message-tool-bar-zap-list, message-tool-bar)
4277         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4278         (message-tool-bar-local-item-from-menu): Remove.
4279         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4280         (message-make-tool-bar): New function.
4281         (message-mode): Use `message-make-tool-bar'.
4282
4283         * gmm-utils.el: New file.
4284         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4285         (gmm-lazy): New widget copied from `nnmail.el'.
4286         (gmm-tool-bar-from-list): New function for creating customizable
4287         tool bars.
4288         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4289         output.
4290         (gmm): Add :prefix to defgroup.
4291
4292 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4293
4294         * gmm-utils.el (gmm-widget-p): New function.
4295
4296 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4297
4298         * mml.el (mml-attach-file): Describe `description' in doc string.
4299         (mml-menu): Add Emacs MIME manual and PGG manual.
4300
4301 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4302
4303         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4304
4305 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4306
4307         * nntp.el (nntp-end-of-line): Doc fix.
4308
4309 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4310
4311         * imap.el (imap-open): Handle case where buffer is a buffer
4312         object.
4313
4314 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * gnus-delay.el (gnus-delay): Don't autoload.
4317         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4318         to be re-loaded when customizing the `gnus-delay' group.
4319
4320 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4321
4322         * message.el (message-insert-citation-line): Use newlines.
4323
4324 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4325
4326         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4327         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4328         these routines, so the passphrase can be managed externally and
4329         passed in to the system.
4330         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4331         pgg-add-passphrase-to-cache function.
4332
4333         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4334         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4335         these routines, so the passphrase can be managed externally and
4336         passed in to the system.
4337         (pgg-pgp5-sign-region): Use new name of
4338         pgg-add-passphrase-to-cache function.
4339
4340 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4341
4342         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4343         part of the decoded armor to find the key-identifier.
4344         (pgg-gpg-lookup-key-owner): New function to return the
4345         human-readable identifier of a key owner.
4346         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4347         itself.
4348         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4349         the key value) if we have a key and can match it against a secret
4350         key.  Also, added a note pointing out fact that the prompt only
4351         indicates the first matching key.
4352
4353         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4354         pgg-decrypt-region.
4355         (pgg-add-passphrase-to-cache): Rename from
4356         `pgg-add-passphrase-cache' to reduce confusion (all callers
4357         changed).
4358         (pgg-remove-passphrase-from-cache): Rename from
4359         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4360         changed).
4361         (pgg-read-passphrase, pgg-add-passphrase-cache)
4362         (pgg-remove-passphrase-cache): Add informative docstrings.
4363         (pgg-decrypt): Convey provided passphrase in subordinate call to
4364         pgg-decrypt-region.
4365
4366 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4367
4368         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4369         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4370         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4371         'passphrase' argument, so the passphrase can be managed externally
4372         and then passed in to the system.
4373
4374         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4375         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4376         so the passphrase cache can be used reliably with identifiers
4377         besides a pgp packet's key id.
4378
4379         * pgg-gpg.el (pgg-gpg-encrypt-region)
4380         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4381         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4382         these routines, so the passphrase can be managed externally and
4383         passed in to the system.
4384
4385         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4386         'notruncate' argument, so the passphrase cache can be used
4387         reliably with identifiers besides a pgp packet's key id.
4388
4389 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4390
4391         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4392         symmetric encryption.
4393         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4394         encrypted session key.
4395         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4396         message ask for the passphrase in a proper way.
4397
4398         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4399         New user commands for symmetric encryption.
4400
4401 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4404
4405         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4406
4407 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4408
4409         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4410
4411 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * mm-decode.el (mm-inlined-types): Add application/pgp.
4414         (mm-automatic-display): Ditto.
4415
4416         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4417         part as text.
4418
4419 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * nnrss.el: Update copyright.
4422         (nnrss-opml-import): Query whether to subscribe to each entry.
4423
4424         * gnus-art.el:
4425         * gnus-sum.el:
4426         * gnus-xmas.el:
4427         * messagexmas.el:
4428         * mm-uu.el:
4429         * mm-view.el: Update copyright.
4430
4431 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * message.el (message-info): New function.
4434         (message-mode-menu): Add it.
4435         Update copyright.
4436
4437         * ChangeLog: Fix and update copyright.
4438
4439 2006-01-13  Romain Francoise  <romain@orebokech.com>
4440
4441         * message.el (message-forward-subject-name-subject): Prefer the
4442         address to 'nowhere' if the sender has no name.
4443         Fix typo.  Update copyright year.
4444
4445 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (article-wash-html): Use
4448         gnus-summary-show-article-charset-alist if a numeric arg is given.
4449         (gnus-article-wash-html-with-w3m-standalone): New function.
4450
4451         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4452         mm-inline-text-html-render-with-w3m-standalone.
4453         (mm-text-html-washer-alist): Map w3m-standalone to
4454         gnus-article-wash-html-with-w3m-standalone.
4455         (mm-inline-text-html-render-with-w3m-standalone): New function.
4456
4457 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4460         Improve LaTeX.
4461
4462 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4465         (nnrss-request-article): Render text/plain parts as HTML.
4466
4467         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4468         the buffer.
4469
4470 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4471
4472         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4473         custom definition of `gnus-posting-styles'.
4474
4475         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4476         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4477
4478 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4481         Use nntp for bug archive.
4482
4483 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4486         parts.
4487         (nnrss-normalize-date): New function converts ISO 8601 date into
4488         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4489         (nnrss-check-group): Use it.
4490
4491 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4494
4495         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4496         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4497         (nnrss-insert-w3): Ditto.
4498
4499 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4502         the articles to be forwarded including the case where neither a
4503         number of articles nor a region is specified.
4504
4505 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * nnrss.el (nnrss-request-article): Fix last change; fill
4508         text/plain parts.
4509
4510 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4513         in text/plain part.
4514         (nnrss-check-group): Don't add excessive newline to dc:subject.
4515
4516 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4517
4518         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4519         article.
4520
4521 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4524         (nnml-use-compressed-files, nnml-save-mail): Support other
4525         comression programs such as bzip2.
4526
4527 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528
4529         * dns.el (query-dns): Make sure we check the buffer size before
4530         removing tcp headers.
4531
4532 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4535         remove MIME buttons associated with multipart/alternative parts.
4536         (gnus-mime-display-alternative): Tag buttons using `article-type'
4537         text property.
4538
4539         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4540         associated with multipart/alternative parts.
4541
4542         * gnus-art.el (gnus-signature-separator): Fix custom type.
4543
4544         * mm-decode.el (mm-inlined-types): Fix custom type.
4545         (mm-keep-viewer-alive-types): Ditto.
4546         (mm-automatic-display): Ditto.
4547         (mm-attachment-override-types): Ditto.
4548         (mm-inline-override-types): Ditto.
4549         (mm-automatic-external-display): Ditto.
4550
4551 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4552
4553         * spam-report.el (spam-report-user-mail-address)
4554         (spam-report-user-agent): New variables.
4555         (spam-report-url-ping-plain): Use spam-report-user-agent.
4556
4557 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4558
4559         * gnus-art.el (gnus-button-handle-custom): Do not just use
4560         `customize-apropos' for any "M-x customize-*" button but the
4561         function called for.  Accept both the function name and its
4562         argument in order to achieve this.
4563         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4564         function name to `gnus-button-handle-custom' in case of "M-x
4565         customize-*" buttons.
4566
4567 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4570         multipart/alternative and add xref to mm-discouraged-alternatives
4571         in doc string.
4572
4573         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4574         gnus-buttonized-mime-types in doc string.
4575
4576 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4579         Suggest image/.* in the doc string.
4580
4581 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4584         message-marks (Debian bug #342521).
4585
4586 2005-12-12  Simon Josefsson  <jas@extundo.com>
4587
4588         * password.el (password-read-from-cache): Add.
4589         (password-read): Use it.
4590
4591 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4594         us-ascii as a MIME charset.
4595
4596         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4597         against the case where the 2nd arg TYPE is nil.
4598
4599 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4600
4601         * pop3.el (pop3-stream-type): Fix custom version.
4602
4603         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4604
4605 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4606
4607         * mm-decode.el (mm-display-external): Add missing cdr.
4608
4609 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4612         RFC1524) if it is in mailcap or add a suffix according to
4613         mailcap-mime-extensions when generating a temp filename; postpone
4614         deleting a temp file for 2 seconds for some wrappers, shell
4615         scripts, and so on, which might exit right after having started a
4616         viewer command as a background job.
4617
4618 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * nntp.el (nntp-marks-directory): Fix custom group.
4621
4622         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4623         steps when < 10.
4624
4625         * gnus-start.el (gnus-no-server-1): Mention
4626         `gnus-level-default-subscribed' in doc string.
4627
4628 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4629
4630         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4631         parens.
4632
4633 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * gnus-xmas.el (gnus-use-toolbar): Revert.
4636         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4637         gnus-use-toolbar is default.
4638
4639         * messagexmas.el (message-use-toolbar): Revert.
4640         (message-setup-toolbar): Use global default-toolbar if
4641         message-use-toolbar is default.
4642
4643 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4646         according to default-toolbar-visible-p.
4647
4648         * messagexmas.el (message-use-toolbar): Ditto.
4649
4650 2005-11-26  Dave Love  <fx@gnu.org>
4651
4652         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4653         (tls-program, tls-success): Provide openssl alternative.
4654
4655         * starttls.el: Doc fixes.
4656         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4657         SERVICE to PORT.
4658
4659         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4660         port null or service name.
4661         (starttls-negotiate): Autoload.
4662
4663 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * message.el (message-kill-to-signature): Fix interactive spec.
4666
4667 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * pop3.el (pop3-open-server): Recognize a string as a service name.
4670
4671 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4672
4673         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4674
4675 2005-11-23  Dave Love  <fx@gnu.org>
4676
4677         Add pop3s, pop3/starttls.
4678
4679         * pop3.el (pop3-authentication-scheme): Clarify doc.
4680         (open-tls-stream, starttls-open-stream): Autoload.
4681         (pop3-stream-type): New.
4682         (pop3-open-server): Use it.
4683
4684         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4685         for POP.
4686         (mail-source-keyword-map): Add :stream for POP.
4687         (mail-source-fetch-pop): Use pop3-stream-type.
4688
4689 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4692         of current-time-string.
4693
4694 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4695
4696         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4697         date header.
4698
4699 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4700
4701         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4702         it can seriously impact performance as it bypasses the agent's
4703         local caches.
4704
4705 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4706
4707         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4708         must be explicitly online rather than "not explicitly offline" for
4709         its flags to be synchronized.
4710
4711         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4712         that gnus-uu-unmark-thread will function correctly.
4713
4714         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4715         1024K is instead displayed as 1M.
4716
4717 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4720
4721 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4722
4723         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4724
4725 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4726
4727         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4728         error message to display actual error condition.
4729         (gnus-agent-save-local): Avoid saving symbols that are bound to
4730         nil as they simply result in a warning message in
4731         gnus-agent-read-local.
4732
4733 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4736         rather than make-variable-buffer-local for file-precious-flag.
4737
4738 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4739
4740         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4741         for duplicates which are removed.  The invalid sort check then
4742         triggers a rescan after the sort as sorting may have moved
4743         duplicate entries such that they can be cheaply detected.
4744
4745 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4748
4749 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4750
4751         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4752         internal variable to a custom variable.  Changed default value
4753         from compressed(2) to uncompressed(1).
4754         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4755         support for uncompressed agentview files.  Taken together, reading
4756         the agentview file should now be 6-7 times faster.
4757
4758 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4759
4760         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4761         as a buffer-local variable.  This avoids creating truncated
4762         dribble files as a result of a hang up, eg.
4763
4764 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4765
4766         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4767         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4768         XEmacs.
4769
4770 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * gnus-start.el (gnus-start-draft-setup): Enforce
4773         `gnus-draft-mode' for nndraft:drafts at startup.
4774
4775         * gnus.el (gnus-splash): Change custom group.
4776         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4777         allow-list argument.
4778
4779         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4780         string.
4781
4782 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * gnus-art.el (gnus-default-article-saver): Add user-defined
4785         `function' to custom type.
4786
4787 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4788
4789         * imap.el (imap-open): Handle case where buffer is a buffer
4790         object.
4791
4792 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4795         long lines.
4796         (gnus-cache-delete-group): Wrap doc strings.
4797
4798         * gnus-agent.el (gnus-agent-rename-group)
4799         (gnus-agent-delete-group): Wrap doc strings.
4800
4801
4802 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * messagexmas.el (message-use-toolbar): Change the valid values
4805         into default, top, bottom, left, and right.
4806         (message-toolbar-thickness): New variable.
4807         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4808         well.
4809         (message-setup-toolbar): Make it work.
4810
4811         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4812         (gnus-use-toolbar): Change the valid values into default, top,
4813         bottom, left, and right.
4814         (gnus-toolbar-thickness): New variable.
4815         (gnus-xmas-setup-toolbar): New function.
4816         (gnus-xmas-setup-group-toolbar): Use it.
4817         (gnus-xmas-setup-summary-toolbar): Use it.
4818
4819 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-start.el (gnus-1): Add "native" to
4822         gnus-predefined-server-alist.
4823
4824         * gnus.el (gnus-method-to-server): Don't add "native" to the
4825         lists here, because that leads to problems when
4826         gnus-select-method is bound.
4827
4828 2005-11-09  Simon Josefsson  <jas@extundo.com>
4829
4830         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4831         use (not sort-by-date) instead.
4832
4833 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4834
4835         * gnus-delay.el (gnus-delay-group): Don't autoload.
4836         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4837         to be re-loaded when customizing the `gnus-delay' group.
4838
4839 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4840
4841         * message.el: Revert last changes.
4842         (message-insert-citation-line): Use newlines.
4843
4844 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4845
4846         * message.el (message-courtesy-message)
4847         (message-mark-insert-begin, message-mark-insert-end)
4848         (message-elide-ellipsis, message-cancel-message)
4849         (message-add-header, message-change-subject)
4850         (message-cross-post-followup-to-header)
4851         (message-cross-post-insert-note, message-reduce-to-to-cc)
4852         (message-widen-reply, message-delete-not-region)
4853         (message-kill-to-signature, message-insert-signature)
4854         (message-insert-importance-high, message-insert-importance-low)
4855         (message-insert-or-toggle-importance)
4856         (message-insert-disposition-notification-to)
4857         (message-indent-citation, message-yank-original)
4858         (message-cite-original-without-signature, message-cite-original)
4859         (message-insert-citation-line, message-position-on-field)
4860         (message-fix-before-sending, message-send-mail-partially)
4861         (message-send-mail, message-send-mail-with-sendmail)
4862         (message-send-mail-with-qmail, message-send-news)
4863         (message-check-news-header-syntax, message-generate-headers)
4864         (message-insert-courtesy-copy, message-fill-address)
4865         (message-fill-header, message-shorten-references)
4866         (message-setup-1, message-cancel-news)
4867         (message-forward-make-body-plain, message-forward-make-body-mime)
4868         (message-forward-make-body-mml, message-encode-message-body)
4869         (message-forward-make-body-digest-plain)
4870         (message-forward-make-body-digest-mime)
4871         (message-use-alternative-email-as-from): Insert `hard-newline'
4872         instead of ordinary newlines.
4873
4874 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * message.el (message-generate-headers): Downcase the argument
4877         given to message-check-element.
4878
4879 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4880
4881         * nntp.el (nntp-authinfo-rejected): New error condition.
4882         (nntp-wait-for): Use new error condition to signal authentication
4883         error.
4884         (nntp-retrieve-data): Rethrow new error condition to break out of
4885         recursive call to nntp-send-authinfo.
4886
4887 2005-11-08  Romain Francoise  <romain@orebokech.com>
4888
4889         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4890         (gnus-summary-exit-map): Bind to `Z p'.
4891         (gnus-summary-make-menu-bar): Add menu item.
4892
4893 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4896         (gnus-treat-*): Add `first' in all doc strings.
4897
4898         * gnus-group.el (gnus-group-compact-group): Fix typo.
4899
4900 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus.el (gnus-parameters-case-fold-search): New variable.
4903         (gnus-parameters-get-parameter): Use it.
4904
4905         * gnus-score.el (gnus-home-score-file): Doc fix.
4906
4907 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4908
4909         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4910
4911 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * mm-util.el (mm-special-display-p): New function.
4914
4915         * mml.el (mml-preview): Use it; doc fix.
4916
4917 2005-10-29  Romain Francoise  <romain@orebokech.com>
4918
4919         * message.el (message-fix-before-sending): Fix comment.
4920
4921 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4922
4923         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4924
4925 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4926
4927         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4928         Used in gnus-score.el.
4929
4930 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4933
4934 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4937         whitespace removed in revision 7.8.  Use concatenated string to
4938         protect trailing whitespace.
4939
4940 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4941
4942         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4943         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4944         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4945         Courier IMAP ("some version from 2004").  Mostly based on similar
4946         code in the same function.
4947
4948 2005-10-26  Didier Verna  <didier@xemacs.org>
4949
4950         * gnus-group.el (gnus-group-compact-group): invalidate original
4951         article buffer.
4952         * gnus-srvr.el (gnus-server-compact-server): ditto.
4953         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4954         NOV database and in article itself.
4955         Invalidate article backlog.
4956
4957 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4960
4961 2005-10-26  Simon Josefsson  <jas@extundo.com>
4962
4963         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4964         part of 2004-07-25 change.
4965
4966 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * message.el (message-display-completion-list): New function.
4969         (message-expand-group): Use it; make sure the Completions buffer
4970         is modifiable.
4971
4972 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4973
4974         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4975         user-mail-name is an empty string.
4976
4977 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4980         depending on gnus-score-decay-constant.
4981
4982         * encrypt.el (encrypt-insert-file-contents)
4983         (encrypt-write-file-contents): Don't use `gnus-message'.
4984
4985         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4986         arguments.
4987         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4988         arguments to mm-uu-verbatim-marks-extract.
4989         (mm-uu-hide-markers): New variable.
4990         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4991
4992         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4993         (gnus-convert-image-to-face-command): Use "convert" by default to
4994         allow other input image formats.
4995         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4996         accordingly.
4997
4998 2005-10-23  Simon Josefsson  <jas@extundo.com>
4999
5000         * imap.el (imap-gssapi-program): Align command line parameters
5001         with latest GNU SASL.
5002         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5003
5004 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5005
5006         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5007         HTML.
5008         (nnslashdot-request-article): Ditto.
5009
5010         * lpath.el (featurep): Add nobreak-char-display.
5011
5012 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5013
5014         * mail-source.el (mail-source-fetch-pop): Require pop3.
5015         (mail-source-check-pop): Ditto.
5016
5017 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5020         errors.
5021
5022 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5025         (gnus-treat-strip-leading-blank-lines): Improve doc string.
5026
5027         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5028
5029         * mm-bodies.el (mm-decode-string): Call
5030         `mm-charset-to-coding-system' with allow-override argument.
5031
5032 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5035         (rfc2047-charset-to-coding-system): New function.
5036         (rfc2047-decode-encoded-words): New function.
5037         (rfc2047-decode-region): Use them.
5038         (rfc2047-decode-cte): Remove.
5039         (rfc2047-parse-and-decode): Remove.
5040         (rfc2047-decode): Remove.
5041
5042 2005-10-15  Kenichi Handa  <handa@m17n.org>
5043
5044         * rfc2047.el (rfc2047-decode-cte): New function.
5045         (rfc2047-decode-region): Change the way to decode successive
5046         encoded-words: decode B- or Q-encoding in each encoded-word,
5047         concatenate them, and decode it as charset.
5048
5049 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * lpath.el: Fbind codepage-setup for XEmacs.
5052
5053 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5054
5055         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5056         widget-move-and-invoke.
5057         (gnus-custom-mode): Use gnus-custom-map.
5058
5059 2005-10-15  Bill Wohler  <wohler@newt.com>
5060
5061         * message.el (message-tool-bar-map): Renamed image file from
5062         mail_send to mail/send.
5063
5064 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5065
5066         * message.el (message-expand-group): Pass the common
5067         prefix substring of completion to `display-completion-list'.
5068
5069 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * mml-sec.el (mml-secure-method): New internal variable.
5072         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5073         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5074         functions using mml-secure-method.
5075
5076         * mml.el (mml-mode-map): Add key bindings for those functions.
5077         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5078         Harder <harder@myrealbox.com>.
5079         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5080         end of message if point is the headers of the message.
5081
5082         * message.el (message-in-body-p): New function.
5083
5084         * assistant.el: Autoload gnus-util and netrc.
5085
5086         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5087         Use `mm-charset-override-alist' only when decoding.
5088
5089         * mm-bodies.el (mm-decode-body): Call
5090         `mm-charset-to-coding-system' with allow-override argument.
5091
5092         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5093         `filename' from Content-Disposition if Content-Type doesn't
5094         provide `name'.
5095         (gnus-mime-view-part-as-type): Set default instead of
5096         initial-input.
5097
5098 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5099
5100         * format-spec.el (format-spec): Propagate text properties of % spec.
5101
5102 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * gnus-art.el (gnus-treat-predicate): Add `first'.
5105
5106 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5109         (mm-charset-override-alist): New variable.
5110         (mm-charset-to-coding-system): Use it.
5111         (mm-codepage-setup): New helper function.
5112         (mm-charset-eval-alist): New variable.
5113         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5114         about unknown charsets.
5115
5116         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5117
5118 2005-10-04  David Hansen  <david.hansen@gmx.net>
5119
5120         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5121         (nnrss-check-group): Ditto.
5122
5123 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5126         Rename x-gnus-verbatim to x-verbatim.
5127         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5128
5129         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5130         x-verbatim.
5131
5132         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5133
5134         * gnus-util.el (gnus-remove-duplicates): Remove.
5135
5136         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5137         instead of gnus-remove-duplicates.
5138
5139         * message.el (message-remove-duplicates): Remove.
5140         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5141         message-remove-duplicates.
5142
5143         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5144         available, else use implementation from `delete-dups'.
5145
5146         * message.el (message-insert-expires): New function.
5147         (message-mode-map): Add key binding.
5148         (message-mode-field-menu): Add menu entry.
5149         (message-mode): Document it.
5150         (message-make-expires-date): Use `message-make-date'.
5151
5152 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5153
5154         * message.el (message-make-expires-date): New function.
5155
5156 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * Makefile.in (list-installed-shadows): New entry.
5159         (install): Use it.
5160         (remove-installed-shadows): New entry.
5161
5162         * dgnushack.el (dgnushack-default-load-path): New variable.
5163         (dgnushack-find-lisp-shadows): New function.
5164         (dgnushack-remove-lisp-shadows): New function.
5165
5166 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * Makefile.in (install-el-elc): New entry.
5169         (install): Use it so that .el files are necessarily installed.
5170
5171 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5174
5175 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5178         function rather than the diff-mode.el package.
5179         (mm-display-external): Use with-current-buffer.
5180         (mm-viewer-completion-map, mm-viewer-completion-map):
5181         Move initialization inside declaration.
5182
5183 2005-09-29  Simon Josefsson  <jas@extundo.com>
5184
5185         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5186         autoload mail-check-payment.
5187         (spam-check-hashcash): Define unconditionally, since hashcash.el
5188         is part of Gnus now.  Ignore errors from payment checking.
5189
5190 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * message.el (message-bold-region, message-unbold-region): Rename
5193         from `bold-region' and `unbold-region'.
5194
5195         * message.el: Remove useless autoloads.
5196
5197 2005-09-28  Simon Josefsson  <jas@extundo.com>
5198
5199         * message.el (message-use-idna): Default to t.
5200         (message-use-idna): Test whether encoding works too.  Doc fix.
5201
5202 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * nntp.el (nntp-warn-about-losing-connection): Remove.
5205
5206 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5209         customizable.  Change default value.
5210         (mm-uu-diff-groups-regexp): Change default value.
5211         (mm-uu-type-alist): Add doc string.
5212         (mm-uu-configure): Add doc string.  Make it interactive.
5213         (mm-uu-tex-groups-regexp): New variable.
5214         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5215         (mm-uu-type-alist): Add LaTeX documents.
5216         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5217         of "text/verbatim".
5218         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5219
5220         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5221         instead of "text/verbatim".
5222
5223         * message.el (message-mark-inserted-region)
5224         (message-mark-insert-file): Use slrn style marks when called with
5225         prefix argument.
5226
5227 2005-09-27  Simon Josefsson  <jas@extundo.com>
5228
5229         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5230
5231 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5232
5233         * message.el (message-remove-duplicates): New function.
5234         Implementation borrowed from `gnus-remove-duplicates'.
5235         (message-idna-to-ascii-rhs): Also encode idna addresses in
5236         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5237         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5238         only ask about the same idna domain once per header and also tell
5239         in what header to replace the idna domain.
5240
5241         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5242         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5243         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5244         a header is decoded and not just the last one.
5245
5246 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5249         has been decoded.
5250
5251         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5252         (mm-insert-part): Don't modify text if it has been decoded.
5253
5254         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5255         decoded.
5256
5257         * mm-view.el (mm-inline-text): Don't strip text props unless
5258         decoding enriched or richtext parts.
5259
5260 2005-09-25  Romain Francoise  <romain@orebokech.com>
5261
5262         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5263         * gnus-start.el (gnus-subscribe-interactively):
5264         * gnus-uu.el (gnus-uu-grab-articles):
5265         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5266         space.
5267
5268 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5269
5270         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5271         * mm-view.el (mm-view-pkcs7-decrypt):
5272         * gnus-sum.el (gnus-summary-limit-to-extra)
5273         (gnus-summary-respool-article, gnus-read-move-group-name):
5274         * gnus-score.el (gnus-summary-increase-score):
5275         * gnus-util.el (gnus-completing-read-with-default):
5276         * gnus-art.el (gnus-read-save-file-name)
5277         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5278         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5279         * message.el (message-check-news-header-syntax):
5280         Follow convention for reading with the minibuffer.
5281
5282 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * spam-report.el (spam-report-url-ping-plain):
5285         Use gnus-extended-version as User-Agent.
5286
5287         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5288         default value is nil.
5289
5290         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5291         (mm-uu-verbatim-marks-extract): New function.
5292         (mm-uu-extract): New face.
5293         (mm-uu-copy-to-buffer): Use it.
5294
5295         * spam-report.el (spam-report-gmane-ham): Renamed from
5296         `spam-report-gmane-unspam'.
5297         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5298         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5299
5300         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5301         Autoload.
5302         (spam-report-gmane-unregister-routine): Renamed
5303         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5304
5305 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5308         (spam-report-gmane-unregister-routine): Add support for gmane
5309         unregistration.
5310
5311         * spam-report.el (spam-report-gmane-unspam)
5312         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5313         (spam-report-gmane): Change to take a single article and do unspam
5314         registration.
5315
5316 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * mm-url.el (mm-url-decode-entities): Fix regexp.
5319
5320 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5323         default to nil, to be able to use Gnus at all.  If the default
5324         switches to something else, then the function should be fixed not
5325         be exceedingly slow.
5326
5327 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5330         fail hard.
5331
5332         * spam-report.el: Add better Keywords line.
5333
5334         * spam.el: Add Maintainer and better Keywords line.
5335
5336 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * gnus-art.el (gnus-article-replace-part)
5339         (gnus-mime-replace-part): New functions.
5340         (gnus-mime-action-alist, gnus-mime-button-commands)
5341         (gnus-mime-save-part-and-strip): Added file argument.
5342         (gnus-article-part-wrapper): Added interactive argument.
5343
5344         * gnus-sum.el (gnus-summary-mime-map): Add
5345         `gnus-article-replace-part'.
5346
5347 2005-09-19  Didier Verna  <didier@xemacs.org>
5348
5349         The nnml compaction feature:
5350         * nnml.el (nnml-request-compact-group): New function.
5351         * nnml.el (nnml-request-compact): New function.
5352         * gnus-int.el (gnus-request-compact-group): New function.
5353         * gnus-int.el (gnus-request-compact): New function.
5354         * gnus-group.el (gnus-group-compact-group): New function.
5355         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5356         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5357         * gnus-srvr.el (gnus-server-compact-server): New function.
5358         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5359         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5360
5361 2005-09-18  Deepak Goel  <deego@gnufans.org>
5362
5363         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5364         format spec.
5365
5366 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5369
5370 2005-09-15  Romain Francoise  <romain@orebokech.com>
5371
5372         * message.el (message-fill-paragraph): Clarify docstring.
5373
5374 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-art.el (gnus-mime-display-part): Protect against broken
5377         MIME messages.
5378
5379 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5382         before parsing header.
5383
5384 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5385
5386         * html2text.el: (html2text-replace-list): Add new entities.
5387
5388 2005-09-11  Romain Francoise  <romain@orebokech.com>
5389
5390         * message.el (message-alternative-emails): Improve docstring.
5391         (message-setup-1): Call `message-use-alternative-email-as-from'
5392         after `message-setup-hook' to give it precedence over posting
5393         styles, etc.
5394         (message-use-alternative-email-as-from): Add docstring.  Remove
5395         the original From header if present.
5396
5397         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5398         (nnml-save-mail): Use it.
5399
5400         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5401         articles.  Add new argument `silent'.
5402         (gnus-uu-mark-all): Report the total number of marked articles.
5403
5404 2005-09-10  Romain Francoise  <romain@orebokech.com>
5405
5406         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5407         (gnus-uu-mark-series): Likewise.
5408
5409 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * spam-report.el (spam-report-gmane): Fix generation of spam
5412         report URL.
5413
5414 2005-09-10  Simon Josefsson  <jas@extundo.com>
5415
5416         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5417         t, based on discussion on the ding list with Robert Epprecht
5418         <epprecht@solnet.ch>.
5419
5420 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * spam-report.el (spam-report-gmane): Make it work without
5423         X-Report-Spam header.  Gmane now only provides Archived-At.
5424         This is only used if `spam-report-gmane-use-article-number' is nil.
5425         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5426
5427         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5428         make `gnus-summary-sort-by-recipient' work with threading.
5429
5430         * nnweb.el (nnweb-google-wash-article): Print a message if article
5431         is not available.
5432
5433 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5434
5435         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5436         change.  Decode text/* parts content before displaying.
5437
5438 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5441
5442 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5445
5446         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5447         url-package-name, url-package-version,
5448         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5449         w3m-display-inline-images, and w3m-minor-mode-map.
5450
5451 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * message.el (message-tab-body-function): Fixed mismatched custom
5454         type.
5455
5456         * gnus.el (gnus-group-change-level-function): Ditto.
5457
5458         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5459
5460         * gnus-art.el (gnus-signature-limit)
5461         (gnus-article-mime-part-function): Ditto.
5462
5463 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * mml.el (mml-mode): Silence the byte compiler.
5466
5467         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5468         using `(sit-for 0)' before moving the point to the specified part;
5469         skip unbuttonized parts.
5470         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5471         return to the summary window if gnus-auto-select-part is non-nil.
5472
5473 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5476         variables.
5477         (mml-dnd-attach-file, mml-mode): Use them.
5478
5479         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5480         Make fetching article by MID work again for Google Groups.  Added
5481         FIXME concerning gnus-group-make-web-group.
5482
5483         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5484         Don't depend on Gnus by using mail-extract-address-components if
5485         gnus-extract-address-components is not bound.
5486
5487 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488
5489         * gnus-art.el (gnus-mime-display-security): Don't display the
5490         signature, but only the signed part.
5491
5492 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5495
5496         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5497         list, not listp.
5498
5499 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5500
5501         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5502         when encoding.
5503
5504         * mm-bodies.el (mm-decode-content-transfer-encoding):
5505         De-canonicalize CRLF for all text content types, not just
5506         text/plain.
5507
5508 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5511         valid article; point arrow and cursor at the MIME button.
5512
5513 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5516         Suggested by Dan Christensen <jdc@uwo.ca>.
5517
5518         * mm-decode.el (mm-save-part): Enable change of prompt.
5519
5520 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5521
5522         * gnus-msg.el (gnus-inews-add-send-actions): Made
5523         `message-post-method' lambda parameter ARG `&optional'.
5524
5525 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * gnus-sum.el (gnus-summary-mime-map): Added
5528         gnus-article-save-part-and-strip, gnus-article-delete-part and
5529         gnus-article-jump-to-part.
5530
5531         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5532         (gnus-article-edit-part): Use it.
5533         (gnus-article-part-wrapper): Added no-handle argument.
5534         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5535         functions.
5536
5537 2005-08-29  Romain Francoise  <romain@orebokech.com>
5538
5539         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5540         docstring.
5541         (gnus-face-from-file): Likewise.
5542
5543 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5546         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5547         non-nil.
5548         (gnus-auto-select-part): New variable.
5549         (gnus-article-jump-to-part): New function.
5550         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5551         (gnus-mime-delete-part): Allow selecting specified part after
5552         deleting or stripping parts.
5553         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5554         part if argument is bogus.
5555
5556 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5557
5558         * gnus-art.el (w3m-minor-mode-map):
5559         * gnus-spec.el (gnus-newsrc-file-version):
5560         * gnus-util.el (nnmail-active-file-coding-system)
5561         (gnus-original-article-buffer, gnus-user-agent):
5562         * gnus.el (gnus-ham-process-destinations)
5563         (gnus-parameter-ham-marks-alist)
5564         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5565         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5566         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5567         * mm-decode.el (gnus-current-window-configuration):
5568         * mm-extern.el (gnus-article-mime-handles):
5569         * mm-url.el (url-current-object, url-package-name)
5570         (url-package-version):
5571         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5572         (smime-keys, w3m-cid-retrieve-function-alist)
5573         (w3m-current-buffer, w3m-display-inline-images)
5574         (w3m-minor-mode-map):
5575         * mml-smime.el (gnus-extract-address-components):
5576         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5577         (gnus-newsrc-hashtb, message-default-charset)
5578         (message-deletable-headers, message-options)
5579         (message-posting-charset, message-required-mail-headers)
5580         (message-required-news-headers):
5581         * mml1991.el (mc-pgp-always-sign):
5582         * mml2015.el (mc-pgp-always-sign):
5583         * nnheader.el (nnmail-extra-headers):
5584         * rfc1843.el (gnus-decode-encoded-word-function)
5585         (gnus-decode-header-function, gnus-newsgroup-name):
5586         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5587
5588 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5589
5590         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5591         the end of the date treatments.
5592
5593 2005-08-15  Simon Josefsson  <jas@extundo.com>
5594
5595         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5596         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5597         Capello and Romain Francoise.
5598         (pgg-fetch-key-function): Removed, not used?
5599         (pgg-insert-url-with-w3): Require url, to get
5600         url-insert-file-contents regardless of where it is defined.
5601
5602 2005-08-13  Romain Francoise  <romain@orebokech.com>
5603
5604         * message.el (message-cite-original-1): New function.
5605         (message-cite-original): Use it.
5606         (message-cite-original-without-signature): Ditto.
5607
5608 2005-08-08  Romain Francoise  <romain@orebokech.com>
5609
5610         * message.el (message-yank-empty-prefix): New variable.
5611         (message-indent-citation): Use it.
5612         (message-cite-original-without-signature): Respect X-No-Archive.
5613
5614 2005-08-08  Simon Josefsson  <jas@extundo.com>
5615
5616         * pgg.el: Autoload url-insert-file-contents instead of loading
5617         w3/url.
5618         (pgg-insert-url-with-w3): Don't load url here.
5619
5620 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5621
5622         * message.el (message-kill-to-signature): Don't insert newline at
5623         bol.
5624         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5625
5626 2005-08-06  Romain Francoise  <romain@orebokech.com>
5627
5628         * message.el (message-user-fqdn): Fix typo in docstring.
5629
5630 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5631
5632         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5633
5634         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5635
5636 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * mm-bodies.el (mm-encode-body): Use coding system rather than
5639         charset to encode text.
5640
5641         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5642         number of charsets if utf-8 is available (XEmacs).
5643
5644 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5645
5646         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5647         taken from `gnus-button-mid-or-mail-regexp'.
5648         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5649         (gnus-button-alist): Improve regexp for domain part of the MIDs
5650         for news:localpart@domain buttons.
5651         (gnus-button-ctan-directory-regexp): Update.
5652
5653 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * sieve-manage.el (sieve-manage-interactive-login): Use
5656         make-local-variable rather than make-variable-buffer-local.
5657         (sieve-manage-open): Ditto.
5658         (sieve-manage-authenticate): Ditto.
5659
5660         * mml.el (mml-generate-mime-1): Make the content type default to
5661         text/plain if the filename is not specified.
5662
5663 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5666         instead of insert-buffer.
5667
5668         * message.el (message-yank-original): Ditto; set the mark at the
5669         end of the yanked message.
5670
5671 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5674         lines to scroll rather than to stop it.
5675
5676         * mml.el (mml-generate-default-type): Add doc string.
5677         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5678         default to application/octet-stream when determining the content
5679         type if it is not specified for the part or the mml contents; add
5680         a comment about mml-generate-default-type.
5681
5682 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5685         make it default to application/octet-stream when determining the
5686         content type if it is not specified for the external contents.
5687
5688 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5691         segmented parameter but also other parameters might be there.
5692
5693 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * mm-decode.el (mm-display-external): Delete temp file, directory
5696         and buffer immediately if the external process is exited.
5697
5698 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5701         fewer lines than that of scroll-margin.
5702         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5703
5704 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-art.el (gnus-article-next-page): Revert.
5707         (gnus-article-beginning-of-window): New macro.
5708         (gnus-article-next-page-1): Use it.
5709         (gnus-article-prev-page): Ditto.
5710         (gnus-article-edit-part): Use insert-buffer-substring instead of
5711         insert-buffer.
5712         (gnus-article-edit-exit): Ditto.
5713
5714         * gnus-util.el (gnus-beginning-of-window): Remove.
5715         (gnus-end-of-window): Remove.
5716
5717         * lpath.el: Don't bind header-line-format and scroll-margin.
5718
5719 2005-07-25  Simon Josefsson  <jas@extundo.com>
5720
5721         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5722         to have the url package without w3.  Reported by Daiki Ueno
5723         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5724
5725 2005-07-20  Didier Verna  <didier@xemacs.org>
5726
5727         * gnus-diary.el: Remove the description comment (nndiary is now
5728         properly documented in the Gnus manual).
5729         Fix the spelling of "Back End".
5730         * nndiary.el: Ditto.
5731         Fix the copyright notice.
5732
5733 2005-07-18  Romain Francoise  <romain@orebokech.com>
5734
5735         * gnus-sum.el (gnus-summary-to-prefix,
5736         gnus-summary-newsgroup-prefix): New variables.
5737         (gnus-summary-from-or-to-or-newsgroups): Use them.
5738
5739 2005-07-17  Romain Francoise  <romain@orebokech.com>
5740
5741         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5742         space as it's generally not especially interesting to the user.
5743
5744 2005-07-16  Romain Francoise  <romain@orebokech.com>
5745
5746         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5747         nil to avoid prompting and file modification if one of the
5748         messages at the top of the nnfolder file contains a copyright
5749         notice.
5750         Update copyright notice.
5751
5752         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5753         instead of `current-time-string' as the latter creates a time
5754         string that is not RFC 2822 compliant (it lacks the zone).
5755         Update copyright notice.
5756
5757 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5758
5759         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5760         for text/rtf.  Display default in prompt.  Pass default for M-n.
5761
5762         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5763
5764 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus-msg.el (gnus-button-mailto): Remove
5767         save-selected-window-window hackery because it relies on
5768         save-selected-window internals.
5769
5770 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5773         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5774         (gnus-article-prev-page): Ditto.
5775
5776         * gnus-util.el (gnus-beginning-of-window): New function.
5777         (gnus-end-of-window): New function.
5778
5779         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5780
5781 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5782
5783         * gnus-score.el (gnus-score-edit-all-score): Set
5784         gnus-score-edit-exit-function to gnus-score-edit-done and call
5785         gnus-message.
5786
5787 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus-msg.el (gnus-button-mailto): Remove
5790         save-selected-window-window hackery because it relies on
5791         save-selected-window internals.
5792
5793 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5796         add-minor-mode.
5797         (gnus-binary-mode): Ditto.
5798
5799         * gnus-topic.el (gnus-topic-mode): Ditto.
5800
5801 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5802
5803         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5804         (gnus-article-prev-page): Take scroll-margin into consideration.
5805
5806 2005-07-04  Lute Kamstra  <lute@gnu.org>
5807
5808         Update FSF's address in GPL notices.
5809
5810 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5811
5812         * gnus.el (gnus-exit):
5813         * gnus-group.el (gnus-group-icons):
5814         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5815
5816         * gnus-nocem.el (gnus-nocem):
5817         * message.el (message-various, message-buffers, message-sending)
5818         (message-interface, message-forwarding, message-insertion)
5819         (message-headers, message-news, message-mail):
5820         * pgg-gpg.el (pgg-gpg):
5821         * pgg-parse.el (pgg-parse):
5822         * pgg-pgp.el (pgg-pgp):
5823         * pgg-pgp5.el (pgg-pgp5):
5824         * pop3.el (pop3): Finish `defgroup' description with period.
5825
5826 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-art.el (article-display-face): Improve the efficiency.
5829         (article-display-x-face): Ditto; remove grey x-face stuff.
5830
5831 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (article-display-face): Correct the position in
5834         which Faces are inserted.
5835
5836 2005-06-29  Didier Verna  <didier@xemacs.org>
5837
5838         * gnus-art.el (article-display-face): Display faces in correct
5839         order.
5840
5841 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5844         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5845         (gnus-nocem-check-article): Fetch the Type header.
5846         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5847         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5848         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5849         make sure gnus-nocem-hashtb is initialized.
5850         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5851         (gnus-nocem-unwanted-article-p): Ditto.
5852
5853         * pgg.el (pgg-verify): Return the verification result.
5854
5855 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5858         is ascii.
5859
5860 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5861
5862         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5863         `show-nonbreak-escape'.
5864
5865 2005-06-23  Lute Kamstra  <lute@gnu.org>
5866
5867         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5868
5869         * dig.el (dig-mode):
5870         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5871
5872 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5873
5874         * nnimap.el (nnimap-split-download-body): Fix spellings.
5875
5876 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5877
5878         * gnus-art.el (gnus-article-encrypt-body):
5879         * gnus-cus.el (gnus-score-customize):
5880         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5881         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5882
5883 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5884
5885         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5886         header by looking for magic "MII" at the beginnig.
5887
5888 2005-06-16  Miles Bader  <miles@gnu.org>
5889
5890         * gnus-xmas.el (gnus-xmas-group-startup-message):
5891         Use renamed gnus-splash face.
5892
5893         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5894         (assistant-field-face): New backward-compatibility alias for renamed
5895         face.
5896         (assistant-render-text): Use renamed assistant-field face.
5897
5898         * spam.el (spam): Remove "-face" suffix from face name.
5899         (spam-face): New backward-compatibility alias for renamed face.
5900         (spam-face, spam-initialize): Use renamed spam face.
5901
5902         * message.el (message-header-to, message-header-cc)
5903         (message-header-subject, message-header-newsgroups)
5904         (message-header-other, message-header-name)
5905         (message-header-xheader, message-separator, message-cited-text)
5906         (message-mml): Remove "-face" suffix from face names.
5907         (message-header-to-face, message-header-cc-face)
5908         (message-header-subject-face, message-header-newsgroups-face)
5909         (message-header-other-face, message-header-name-face)
5910         (message-header-xheader-face, message-separator-face)
5911         (message-cited-text-face, message-mml-face):
5912         New backward-compatibility aliases for renamed faces.
5913         (message-font-lock-keywords): Use renamed message faces.
5914
5915         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5916         (sieve-test-commands, sieve-tagged-arguments):
5917         Remove "-face" suffix from face names.
5918         (sieve-control-commands-face, sieve-action-commands-face)
5919         (sieve-test-commands-face, sieve-tagged-arguments-face):
5920         New backward-compatibility aliases for renamed faces.
5921         (sieve-control-commands-face, sieve-action-commands-face)
5922         (sieve-test-commands-face, sieve-tagged-arguments-face):
5923         Use renamed sieve faces.
5924
5925         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5926         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5927         (gnus-group-news-3-empty, gnus-group-news-4)
5928         (gnus-group-news-4-empty, gnus-group-news-5)
5929         (gnus-group-news-5-empty, gnus-group-news-6)
5930         (gnus-group-news-6-empty, gnus-group-news-low)
5931         (gnus-group-news-low-empty, gnus-group-mail-1)
5932         (gnus-group-mail-1-empty, gnus-group-mail-2)
5933         (gnus-group-mail-2-empty, gnus-group-mail-3)
5934         (gnus-group-mail-3-empty, gnus-group-mail-low)
5935         (gnus-group-mail-low-empty, gnus-summary-selected)
5936         (gnus-summary-cancelled, gnus-summary-high-ticked)
5937         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5938         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5939         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5940         (gnus-summary-low-undownloaded)
5941         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5942         (gnus-summary-low-unread, gnus-summary-normal-unread)
5943         (gnus-summary-high-read, gnus-summary-low-read)
5944         (gnus-summary-normal-read, gnus-splash):
5945         Remove "-face" suffix from face names.
5946         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5947         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5948         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5949         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5950         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5951         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5952         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5953         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5954         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5955         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5956         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5957         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5958         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5959         (gnus-summary-normal-ticked-face)
5960         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5961         (gnus-summary-normal-ancient-face)
5962         (gnus-summary-high-undownloaded-face)
5963         (gnus-summary-low-undownloaded-face)
5964         (gnus-summary-normal-undownloaded-face)
5965         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5966         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5967         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5968         (gnus-splash-face):
5969         New backward-compatibility aliases for renamed faces.
5970         (gnus-group-startup-message): Use renamed gnus faces.
5971
5972         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5973         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5974         (gnus-server-agent): Remove "-face" suffix from face names.
5975         (gnus-server-agent-face, gnus-server-opened-face)
5976         (gnus-server-closed-face, gnus-server-denied-face)
5977         (gnus-server-offline-face):
5978         New backward-compatibility aliases for renamed faces.
5979         (gnus-server-agent-face, gnus-server-opened-face)
5980         (gnus-server-closed-face, gnus-server-denied-face)
5981         (gnus-server-offline-face): Use renamed gnus faces.
5982
5983         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5984         Remove "-face" suffix from face names.
5985         (gnus-picon-xbm-face, gnus-picon-face):
5986         New backward-compatibility aliases for renamed faces.
5987
5988         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5989         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5990         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5991         (gnus-cite-11): Remove "-face" suffix from face names.
5992         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5993         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5994         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5995         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5996         New backward-compatibility aliases for renamed faces.
5997         (gnus-cite-attribution-face, gnus-cite-face-list)
5998         (gnus-article-boring-faces): Use renamed gnus faces.
5999
6000         * gnus-art.el (gnus-signature, gnus-header-from)
6001         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6002         (gnus-header-content): Remove "-face" suffix from face names.
6003         (gnus-signature-face, gnus-header-from-face)
6004         (gnus-header-subject-face, gnus-header-newsgroups-face)
6005         (gnus-header-name-face, gnus-header-content-face):
6006         New backward-compatibility aliases for renamed faces.
6007         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6008
6009         * gnus-sum.el (gnus-summary-selected-face)
6010         (gnus-summary-highlight): Use renamed gnus faces.
6011         * gnus-group.el (gnus-group-highlight): Likewise.
6012
6013 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
6014
6015         * gnus-sieve.el (gnus-sieve-article-add-rule):
6016         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6017         * spam-stat.el (spam-stat-buffer-change-to-spam)
6018         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6019
6020         * message.el (message-is-yours-p):
6021         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6022
6023 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * mm-view.el (mm-inline-text): Withdraw the last change.
6026
6027 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6030         executing enriched-decode.
6031
6032 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6035         charset of tar files.
6036
6037 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6038
6039         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6040
6041 2005-06-04  Lute Kamstra  <lute@gnu.org>
6042
6043         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6044         information is never recorded.
6045
6046 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6047
6048         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6049
6050 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * pop3.el (pop3-apop): Run md5 in the binary mode.
6053
6054         * starttls.el (starttls-set-process-query-on-exit-flag):
6055         Use eval-and-compile.
6056
6057 2005-05-31  Simon Josefsson  <jas@extundo.com>
6058
6059         * smime.el (smime-replace-in-string): Define.
6060         (smime-cert-by-ldap-1): Use it.
6061
6062 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-art.el (article-display-x-face): Replace
6065         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6066
6067         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6068         set-process-query-on-exit-flag or process-kill-without-query.
6069
6070         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6071         loop instead of replace-regexp.
6072
6073         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6074         instead of process-kill-without-query if it is available.
6075
6076         * lpath.el: Fbind ldap-search-entries.
6077
6078         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6079         instead of find-file-hooks if it is available.
6080
6081         * mml1991.el: Bind pgg-default-user-id when compiling.
6082
6083         * mml2015.el: Bind pgg-default-user-id when compiling.
6084
6085         * nndraft.el (nndraft-request-associate-buffer):
6086         Use write-contents-functions instead of write-contents-hooks if it is
6087         available.
6088
6089         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6090         instead of find-file-hooks if it is available.
6091
6092         * nntp.el (nntp-open-connection): Replace
6093         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6094         (nntp-open-ssl-stream): Ditto.
6095         (nntp-open-tls-stream): Ditto.
6096
6097         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6098         set-process-query-on-exit-flag or process-kill-without-query.
6099         (starttls-open-stream-gnutls): Use it instead of
6100         process-kill-without-query.
6101         (starttls-open-stream): Ditto.
6102
6103 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6104
6105         * smime.el (smime-cert-by-ldap-1): Don't use
6106         replace-regexp-in-string.
6107
6108 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6109
6110         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6111
6112         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6113         in PEM format. Adjust to the XEmacs compability.
6114
6115 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6118         by `string-to-number'.
6119         * gnus-agent.el (gnus-agent-regenerate-group)
6120         (gnus-agent-fetch-articles): Ditto.
6121         * gnus-art.el (gnus-button-fetch-group): Ditto.
6122         * gnus-cache.el (gnus-cache-generate-active)
6123         (gnus-cache-articles-in-group): Ditto.
6124         * gnus-group.el (gnus-group-set-current-level)
6125         (gnus-group-insert-group-line): Ditto.
6126         * gnus-score.el (gnus-score-set-expunge-below)
6127         (gnus-score-set-mark-below, gnus-summary-score-effect)
6128         (gnus-summary-score-entry): Ditto.
6129         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6130         (gnus-soup-pack): Ditto.
6131         * gnus-spec.el (gnus-xmas-format): Ditto.
6132         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6133         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6134         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6135         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6136         * nndb.el (nndb-get-remote-expire-response): Ditto.
6137         * nndiary.el (nndiary-parse-schedule-value)
6138         (nndiary-string-to-number, nndiary-request-replace-article)
6139         (nndiary-request-article): Ditto.
6140         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6141         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6142         * nneething.el (nneething-make-head): Ditto.
6143         * nnfolder.el (nnfolder-request-article)
6144         (nnfolder-retrieve-headers): Ditto.
6145         * nnheader.el (nnheader-file-to-number): Ditto.
6146         * nnkiboze.el (nnkiboze-request-article): Ditto.
6147         * nnmail.el (nnmail-process-unix-mail-format)
6148         (nnmail-process-babyl-mail-format): Ditto.
6149         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6150         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6151         (nnmh-request-create-group, nnmh-request-list-1)
6152         (nnmh-request-group, nnmh-request-article): Ditto.
6153         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6154         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6155         * nnsoup.el (nnsoup-make-active): Ditto.
6156         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6157         * nntp.el (nntp-find-group-and-number)
6158         (nntp-retrieve-headers-with-xover): Ditto.
6159         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6160         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6161         (pgg-format-key-identifier): Ditto.
6162         * pop3.el (pop3-last, pop3-stat): Ditto.
6163         * qp.el (quoted-printable-decode-region): Ditto.
6164
6165         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6166         of concat.
6167
6168 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6171
6172         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6173
6174         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6175
6176         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6177
6178         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6179
6180         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6181
6182         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6183         (gnus-carpal-mode): Ditto.
6184
6185         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6186         (gnus-browse-mode): Ditto.
6187
6188         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6189
6190         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6191
6192 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6193
6194         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6195
6196 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * gnus-util.el (gnus-run-mode-hooks): New function.
6199
6200         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6201
6202         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6203         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6204
6205 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6206
6207         * gnus-agent.el (gnus-agent-make-mode-line-string):
6208         Use mode-line-highlight as mouse-face.
6209
6210 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6211
6212         * canlock.el (canlock): Change the parent group to news.
6213
6214         * deuglify.el (gnus-outlook-deuglify): Add :group.
6215
6216         * dig.el (dig): Add :group.
6217
6218         * dns-mode.el (dns-mode): Add :group.
6219
6220         * encrypt.el (encrypt): Add :group.
6221
6222         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6223         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6224         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6225         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6226         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6227
6228         * gnus-diary.el (gnus-diary): Add :group.
6229
6230         * gnus.el (gnus-group-news-1-face): Add :group.
6231         (gnus-group-news-1-empty-face): Ditto.
6232         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6233         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6234         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6235         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6236         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6237         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6242         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6243         (gnus-summary-high-ticked-face): Ditto.
6244         (gnus-summary-low-ticked-face): Ditto.
6245         (gnus-summary-normal-ticked-face): Ditto.
6246         (gnus-summary-high-ancient-face): Ditto.
6247         (gnus-summary-low-ancient-face): Ditto.
6248         (gnus-summary-normal-ancient-face): Ditto.
6249         (gnus-summary-high-undownloaded-face): Ditto.
6250         (gnus-summary-low-undownloaded-face): Ditto.
6251         (gnus-summary-normal-undownloaded-face): Ditto.
6252         (gnus-summary-high-unread-face): Ditto.
6253         (gnus-summary-low-unread-face): Ditto.
6254         (gnus-summary-normal-unread-face): Ditto.
6255         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6256         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6257
6258         * hashcash.el (hashcash): New custom group.
6259         (hashcash-default-payment): Add :group.
6260         (hashcash-payment-alist): Ditto.
6261         (hashcash-default-accept-payment): Ditto.
6262         (hashcash-accept-resources): Ditto.
6263         (hashcash-path): Ditto.
6264         (hashcash-extra-generate-parameters): Ditto.
6265         (hashcash-double-spend-database): Ditto.
6266         (hashcash-in-news): Ditto.
6267
6268         * message.el (message-minibuffer-local-map): Add :group.
6269
6270         * netrc.el (netrc): Add :group.
6271
6272         * sieve-manage.el (sieve-manage-log): Add :group.
6273         (sieve-manage-default-user): Diito.
6274         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6275         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6276         (sieve-manage-authenticators): Ditto.
6277         (sieve-manage-authenticator-alist): Ditto.
6278         (sieve-manage-default-port): Ditto.
6279
6280         * sieve-mode.el (sieve-control-commands-face): Add :group.
6281         (sieve-action-commands-face): Ditto.
6282         (sieve-test-commands-face): Ditto.
6283         (sieve-tagged-arguments-face): Ditto.
6284
6285         * smime.el (smime): Add :group.
6286
6287         * spam-report.el (spam-report): Add :group.
6288
6289         * spam.el (spam, spam-face): Add :group.
6290
6291 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6294         return \n.\n.\n at the end of articles.  Protect against that.
6295         (nntp-with-open-group): Allow debugging.
6296
6297         * nnheader.el (mail-header-set-extra): Make into a function
6298         because I just could't understand how to quote the list properly.
6299
6300         * dns.el (query-dns-cached): New function.
6301
6302 2005-05-26  Lute Kamstra  <lute@gnu.org>
6303
6304         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6305
6306 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6309
6310         * gnus-art.el: Don't autoload mail-extract-address-components.
6311
6312         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6313         eval-and-compile to evaluate it.
6314
6315         * hashcash.el: Don't autoload executable-find.
6316
6317         * nndb.el: Don't declare the nndb back end two or more times; don't
6318         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6319
6320         * nntp.el: Autoload format-spec instead of format; use
6321         eval-and-compile to evaluate autoload forms.
6322
6323 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6324
6325         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6326
6327 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus.el (gnus-version-number): Bump version.
6330
6331 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6332
6333         * gnus.el: No Gnus v0.3 is released.
6334
6335 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6336
6337         * lpath.el (featurep): Bind show-nonbreak-escape.
6338
6339 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-art.el (gnus-article-edit-part): Disable undo.
6342
6343 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6346         gnus-article-date-lapsed-new-header is t if date timer is active;
6347         skip headers in which the original date value is empty.
6348         (gnus-article-save-original-date): Redefine it as a macro.
6349         (gnus-display-mime): Use it.
6350
6351 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-art.el (article-date-ut): Support converting date in
6354         forwarded parts as well.
6355         (gnus-article-save-original-date): New function.
6356         (gnus-display-mime): Use it.
6357
6358 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6359
6360         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6361         enclosure element of <item>.
6362
6363 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * message.el (message-kill-buffer-query): Renamed from
6366         `message-kill-buffer-query-if-modified'.  Added :version.
6367
6368 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6371         window layout.
6372
6373 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * mml.el: Autoload dnd when compiling.
6376
6377 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6380         x-dnd-*.
6381
6382 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * qp.el (quoted-printable-encode-region): Save excursion.
6385
6386 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * message.el (message-kill-buffer-query-if-modified): Add new variable
6389         so the user can kill a modified message buffer quickly.
6390         (message-kill-buffer): Use it.
6391
6392 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * lpath.el: Fbind display-time-event-handler; don't fbind
6395         string-to-multibyte.
6396
6397         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6398
6399 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6402         contained in text because xml.el decodes entities) with LFs.
6403
6404 2005-04-11  Lute Kamstra  <lute@gnu.org>
6405
6406         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6407         differently.
6408
6409 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6410
6411         * mm-util.el (mm-detect-coding-region): Typo.
6412
6413 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6416
6417 2005-04-06  D Goel  <deego@gnufans.org>
6418
6419         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6420         user-function allow user modifications of the scores.
6421         (spam-stat-score-buffer-user): New function, to allow
6422         user-computed modifications to the score.
6423         (spam-stat-score-buffer-user-functions): list of additional
6424         scoring functions
6425         (spam-stat-error-holder): global temporary error holder
6426         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6427         variable
6428
6429 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * gnus-registry.el (gnus-registry-clean-empty-function)
6432         (gnus-registry-trim, gnus-registry-fetch-groups)
6433         (gnus-registry-delete-group): Groups that match
6434         `gnus-registry-ignored-groups' are removed from the registry
6435         entries, not just ignored for splitting.  This helps clean up the
6436         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6437         to get all the groups a message ID is in.
6438
6439         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6440         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6441         (spam-stat-score-buffer-user-functions): Add :number custom type.
6442
6443 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6446         argument in XEmacs.
6447
6448         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6449         (nnrss-request-group): Decode group name first.
6450         (nnrss-request-article): Make a text/plain article if mml-to-mime
6451         failed.
6452         (nnrss-get-encoding): Return a compatible encoding according to
6453         nnrss-compatible-encoding-alist.
6454         (nnrss-find-el): Use consp instead of listp.
6455         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6456
6457 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6460         which Emacs 20 doesn't support.
6461         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6462
6463 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6466         silence the byte compiler inside the defun
6467
6468         * gnus-demon.el (parse-time-string): Add autoload.
6469
6470         * gnus-delay.el (parse-time-string): Add autoload.
6471
6472         * gnus-art.el (parse-time-string): Add autoload.
6473
6474         * nnultimate.el (parse-time): Require for `parse-time-string'.
6475
6476 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6479
6480         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6481
6482         * smime.el (smime-ldap-host-list): Add :version.
6483
6484 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6487         pass it to `gnus-browse-read-group'.
6488         (gnus-browse-read-group): Add NUMBER argument and pass it to
6489         `gnus-group-read-ephemeral-group'.
6490
6491         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6492         argument and pass it to `gnus-group-read-group'.
6493
6494 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6495
6496         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6497         mm-xemacs-find-mime-charset-1 if we have the mule feature
6498         available at runtime.
6499
6500 2005-03-25  Werner Lemberg  <wl@gnu.org>
6501
6502         * nnmaildir.el: Replace `illegal' with `invalid'.
6503
6504 2005-03-23  Lute Kamstra  <lute@gnu.org>
6505
6506         * time-date.el: Add comment on time value formats.
6507         Don't require parse-time.
6508         (with-decoded-time-value): New macro.
6509         (encode-time-value): New function.
6510         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6511         (days-to-time): Return a valid time value when arg is huge.
6512         (time-since): Use time-subtract.
6513         (time-to-number-of-days): Use time-to-seconds.
6514
6515 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * gnus-start.el (gnus-display-time-event-handler):
6518         Check display-time-timer at runtime rather than only at load time
6519         in case display-time-mode is turned off in the mean time.
6520
6521 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6524         used.
6525
6526         * nneething.el (nneething-map-file-directory): Derive from
6527         `gnus-directory'.
6528
6529         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6530         the To/Cc button.
6531
6532 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * nnmaildir.el (nnmaildir-request-accept-article):
6535         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6536
6537 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6538
6539         * gnus-async.el: Require timer-funcs at compile time when in
6540         XEmacs for `run-with-idle-timer'.
6541
6542 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6543
6544         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6545         autoloaded function.
6546
6547 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6548
6549         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6550
6551 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6552
6553         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6554
6555 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6558         gnus-expert-user to default.
6559
6560 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6561
6562         * nnimap.el (nnimap-open-server): Ditto.
6563
6564         * imap.el (imap-authenticate): Fix typo.
6565
6566 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6567
6568         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6569         buffer (since IMAP server might return FETCH response out of
6570         order, and the nntp buffer must be sorted).
6571
6572 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6573
6574         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6575         comparison on string.
6576
6577         * gnus-agent.el (gnus-agent-long-article,
6578         gnus-agent-short-article, gnus-agent-score): Renamed category
6579         keywords to match gnus-cus.
6580         (gnus-agent-summary-fetch-series): Modified to protect against
6581         gnus-agent-summary-fetch-group clearing processable flags.
6582         (gnus-agent-synchronize-group-flags): Update live group buffer as
6583         synchronization may occur due to the user toggle the plugged
6584         status.
6585         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6586         successfully downloaded.
6587         (gnus-agent-expire-group-1): Avoid using markers when the overview
6588         is in ascending order; greatly improves performance.
6589         (gnus-agent-regenerate-group): Use
6590         gnus-agent-synchronize-group-flags to reset read status in both
6591         gnus and server.
6592         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6593
6594 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * message.el: Don't autoload former message-utils variables.
6597         (message-strip-subject-trailing-was): Change doc string.
6598
6599         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6600         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6601         (nnweb-google-search): Add "hl=en" here.
6602         (nnweb-google-parse-1, nnweb-google-create-mapping):
6603         Don't hardcode URL.
6604
6605 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * message.el (message-get-reply-headers, message-followup):
6608         Mention related variables `message-use-followup-to' and
6609         `message-use-mail-followup-to', in the information buffer.
6610
6611         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6612         of broken groups(-beta).google.com.
6613
6614 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6615
6616         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6617         parameter to invoked gnus-request-move-article; remove the
6618         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6619         all at once instead of once per article.
6620         (gnus-summary-remove-process-mark): Accept a list of articles as
6621         well as a single article for processing.
6622
6623         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6624         parameter.
6625
6626         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6627
6628         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6629
6630         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6631         parameter.
6632
6633         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6634         parameter.
6635
6636         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6637         parameter and remove the gnus-sum-hint-move-is-internal variable.
6638
6639         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6640         parameter.
6641
6642         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6643         parameter.
6644
6645         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6646         parameter.
6647
6648         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6649
6650         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6651         parameter.
6652
6653         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6654         parameter.
6655
6656 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6659         a more conservative way.
6660
6661 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6662
6663         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6664         buffer, so it moves the window's cursor.
6665
6666 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6667
6668         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6669         `mm-dissect-multipart' and receive the from field as an (optional)
6670         argument from `mm-dissect-multipart'.
6671         (mm-dissect-multipart): Receive the from field as an argument and
6672         pass it on when we call `mm-dissect-buffer' on MIME parts.
6673         Fixes verification/decryption of signed/encrypted MIME parts.
6674
6675 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6676
6677         * gnus-sum.el (gnus-summary-move-article): Set
6678         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6679         whatever it calls (right now, only nnimap-request-move article
6680         respects it).
6681
6682         * nnimap.el (nnimap-request-move-article): When
6683         gnus-sum-hint-move-is-internal is set, don't do the extra
6684         nnimap-request-article.
6685
6686 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6689
6690         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6691         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6692
6693         * gnus-sum.el (gnus-summary-caesar-message):
6694         Apply `gnus-treat-article' after rotation.
6695
6696         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6697         doc string.
6698
6699 2005-02-22  Simon Josefsson  <jas@extundo.com>
6700
6701         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6702         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6703         <arne@arnested.dk>.
6704         (encrypt): Add password-cache and password-cache-expiry as group
6705         members.
6706
6707 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6708
6709         * smime.el (smime-ldap-host-list): Doc fix.
6710         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6711         cache) password.
6712         (smime-sign-region): Use it.
6713         (smime-decrypt-region): Use it.
6714         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6715         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6716         fails.
6717         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6718         certificate from DER to PEM format rather than calling openssl.
6719
6720         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6721
6722         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6723         for signing/encryption.
6724
6725         * mml.el (mml-parse-1): Use them.
6726
6727 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6728
6729         * nnrss.el (nnrss-verbose): Removed.
6730         (nnrss-request-group): Use `nnheader-message' instead.
6731
6732 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6733
6734         * nnrss.el (nnrss-verbose): New variable.
6735         (nnrss-request-group): Make it say nnrss is requesting a group.
6736
6737 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6740         Handle news URL with given port correctly.
6741
6742 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6745         containing special characters.
6746
6747         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6748
6749         * mml.el (mime-to-mml): Ditto.
6750
6751         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6752         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6753         (rfc2047-decode-region): Quote decoded words containing special
6754         characters when rfc2047-quote-decoded-words-containing-tspecials
6755         is non-nil.
6756
6757 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6758
6759         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6760
6761         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6762
6763 2005-02-15  Simon Josefsson  <jas@extundo.com>
6764
6765         * nnimap.el (nnimap-debug): Doc fix.
6766
6767         * imap.el (imap-debug): Doc fix.
6768
6769 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6772
6773 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * gnus.el (spam-contents): Improve docs for spam-contents
6776         parameter in its variable incarnation.
6777
6778 2005-02-14  Simon Josefsson  <jas@extundo.com>
6779
6780         * smime-ldap.el: Use require instead of load-library for ldap.
6781         (smime-ldap-search): Indent.
6782         (smime-ldap-search-internal): Shorten line.
6783
6784         * smime.el (smime-cert-by-dns): Add doc-string.
6785         (smime-cert-by-ldap-1): Indent.
6786
6787         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6788         mml-smime-get-dns-ldap.
6789         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6790
6791 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6792
6793         * smime.el: Require smime-ldap.
6794         (smime-ldap-host-list): New variable.
6795         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6796
6797         * mml-smime.el (mml-smime-encrypt-query): New function.
6798         (mml-smime-encrypt-query): Use it.
6799
6800         * smime-ldap.el: New file.
6801
6802 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6805
6806 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6809         argument in doc string.  Make query for type more clear.
6810
6811 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus.el (gnus-group-startup-message): Search for gnus images in
6814         etc/images/gnus.
6815         * mm-util.el (mm-image-load-path): Likewise.
6816         * smiley.el (smiley-data-directory): Search for smilies in
6817         etc/images/smilies.
6818
6819 2005-02-09  Kim F. Storm  <storm@cua.dk>
6820
6821         Change Emacs release version from 21.4 to 22.1 throughout.
6822         Change Emacs development version from 21.3.50 to 22.0.50.
6823
6824 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6827
6828         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6829         non-Mule XEmacs as well.
6830         (mm-decompress-buffer): Signal an error intentionally if it does
6831         not decompress compressed data because auto-compression-mode is
6832         disabled.
6833
6834 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6837         an ID in the registry even if it has no groups.
6838
6839 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6842         merge it into mm-decompress-buffer.
6843         (gnus-mime-copy-part): Use the MIME part charset, the value which
6844         a user specified or gnus-newsgroup-charset for decoding, like
6845         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6846         save-buffer what was used.  Suggested by Kevin Ryde
6847         <user42@zip.com.au>.
6848         (gnus-mime-inline-part): Allow the name parameter as well as the
6849         filename parameter; force decompressing of compressed data; always
6850         display contents being not decoded as unibyte.
6851
6852         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6853         as well as the filename parameter.
6854
6855         * mm-util.el (mm-decompress-buffer): Merge
6856         gnus-mime-jka-compr-maybe-uncompress.
6857         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6858         of compressed data.
6859
6860 2005-02-08  Simon Josefsson  <jas@extundo.com>
6861
6862         * imap.el (imap-log): Doc fix.
6863
6864 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6867         the coding cookies; decompress compressed parts.
6868
6869         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6870         to the value which a user specified manually or the coding cookie.
6871
6872         * mm-util.el (mm-string-to-multibyte): New function.
6873         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6874         (mm-coding-system-to-mime-charset): New function.
6875         (mm-decompress-buffer): New function.
6876         (mm-find-buffer-file-coding-system): New function.
6877
6878         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6879         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6880         parts.
6881
6882 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6883
6884         * mm-view.el (mm-display-inline-fontify): Decode a part according
6885         to the charset parameter.
6886
6887 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6890         prefix arg is neither nil nor a number, as info specifies.
6891
6892 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6895         timestamps.
6896
6897 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6898
6899         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6900         groups error checking and notify user.
6901
6902 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6903
6904         * message.el (message-send-mail-function): Check existence of
6905         sendmail-program first before using default value
6906         `message-send-mail-with-sendmail'.  Otherwise use more generic
6907         `smtpmail-send-it'.
6908
6909 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * nntp.el (nntp-request-update-info): Always return nil.
6912
6913 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6914
6915         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6916
6917 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * message.el (message-beginning-of-line): Change the behavior when
6920         invoked between BOL and : so that it first moves backward.
6921
6922 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6925         article buffer when editing of the article is discarded.
6926         (gnus-article-prepare): Revert.
6927
6928 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-article-prepare):
6931         Remove message-strip-forbidden-properties from the local hook.
6932
6933 2005-01-27  Simon Josefsson  <jas@extundo.com>
6934
6935         * password.el (password-cache-add): Only start one timer per key.
6936         Reported by Derek Atkins <warlord@MIT.EDU>.
6937
6938 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6939
6940         * run-at-time.el: Removed.  It is no longer needed as
6941         timer-funcs.el in the xemacs-base package has a working version of
6942         `run-at-time'.
6943
6944         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6945
6946         * password.el: Require timer-funcs instead of run-at-time in
6947         XEmacs.
6948         Remove `password-run-at-time' macro.
6949         (password-cache-add): Use `run-at-time' instead of
6950         `password-run-at-time'.
6951
6952         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6953         Remove `nnheader-cancel-function-timers' alias,
6954         `cancel-function-timers' exists in XEmacs in timer-funcs.
6955
6956         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6957         for `run-with-idle-timer'.
6958
6959         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6960         for `run-at-time'.
6961
6962         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6963         for `with-timeout'.
6964
6965         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6966         the same as for XEmacs 21.4.
6967         No need to ignore `run-with-idle-timer', this function exists in
6968         XEmacs now in timer-funcs.el in the xemacs-base package.
6969         (dgnushack-compile): No need to delete
6970         run-at-time.el from the list of files to compile because it
6971         doesn't exist anymore.
6972
6973 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6976         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6977
6978 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6979
6980         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6981         sensitively.
6982
6983 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6984
6985         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6986
6987 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6990         which will be inserted according to the multibyteness of a buffer
6991         rather than the type of contents.  Suggested by ARISAWA Akihiro
6992         <ari@mbf.ocn.ne.jp>.
6993
6994         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6995         of string which old xml.el may return rather than a string.
6996
6997 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7000
7001 2005-01-16  Simon Josefsson  <jas@extundo.com>
7002
7003         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7004         idn/idna.el isn't available.
7005         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
7006         <michael@waxrat.com>.
7007
7008         * hashcash.el: Remove non-FSF copyright header.
7009
7010         * hashcash.el (hashcash-extra-generate-parameters): New variable.
7011         (hashcash-generate-payment): Use it.
7012         (hashcash-generate-payment-async): Use it.
7013
7014 2005-01-15  Simon Josefsson  <jas@extundo.com>
7015
7016         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7017         Suggested by Raymond Scholz <ray-2005@zonix.de>.
7018
7019         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7020         gnus-summary-idna-message.
7021         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7022         (gnus-summary-idna-message): New function.
7023
7024 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7027         gnus-novice-user.
7028
7029 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * nnrss.el (nnrss-request-delete-group): Delete entries in
7032         nnrss-group-alist as well.
7033         (nnrss-save-server-data): Insert newline.
7034
7035 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7036
7037         * gnus.el (gnus-user-agent): Use list of symbols instead of
7038         symbols.  Display full version number for (S)XEmacs.  Optionally
7039         display (S)XEmacs codename.
7040
7041         * gnus-util.el (gnus-emacs-version): Update for new
7042         `gnus-user-agent'.
7043
7044         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7045         Gnus version.
7046
7047 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7050         which is unreadable in some setups.
7051
7052 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-spec.el (gnus-update-format-specifications): Flush the
7055         group format spec cache if it doesn't support decoded group names.
7056
7057 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7060         to apply decay on score files matching a regexp.
7061
7062 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7065         compatibility in %g and %c.
7066
7067 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7070         name for only %g and %c.
7071         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7072         of gnus-tmp-group to decoded group name.
7073         (gnus-group-make-rss-group): Exclude `/'s from group names.
7074
7075 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * nnrss.el (nnrss-get-encoding): Fix regexp.
7078
7079 2004-12-27  Simon Josefsson  <jas@extundo.com>
7080
7081         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7082         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7083         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7084
7085 2004-12-17  Kim F. Storm  <storm@cua.dk>
7086
7087         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7088
7089         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7090
7091 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7092
7093         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7094
7095 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * nnrss.el: Require rfc2047 and mml.
7098         (nnrss-file-coding-system): New variable.
7099         (nnrss-format-string): Redefine it as an inline function.
7100         (nnrss-decode-group-name): New function.
7101         (nnrss-string-as-multibyte): Remove.
7102         (nnrss-retrieve-headers): Decode group name; don't use
7103         nnrss-format-string.
7104         (nnrss-request-group): Decode group name.
7105         (nnrss-request-article): Decode group name; allow a Message-ID as
7106         well as an article number; don't use nnrss-format-string; encode a
7107         Message-ID string which may contain non-ASCII characters; use
7108         mml-to-mime to compose a MIME article.
7109         (nnrss-request-expire-articles): Decode group name.
7110         (nnrss-request-delete-group): Decode group name.
7111         (nnrss-fetch): Clarify error message.
7112         (nnrss-read-server-data): Use insert-file-contents instead of load;
7113         bind file-name-coding-system; use multibyte buffer.
7114         (nnrss-save-server-data): Bind coding-system-for-write to the
7115         value of nnrss-file-coding-system; bind file-name-coding-system;
7116         add coding cookie.
7117         (nnrss-read-group-data): Use insert-file-contents instead of load;
7118         bind file-name-coding-system; use multibyte buffer.
7119         (nnrss-save-group-data): Bind coding-system-for-write to the
7120         value of nnrss-file-coding-system; bind file-name-coding-system.
7121         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7122         make it work with non-ASCII text.
7123         (nnrss-find-el): Make it work with old xml.el as well.
7124
7125 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7126
7127         * nnrss.el (nnrss-get-encoding): New function.
7128         (nnrss-fetch): Use unibyte buffer initially; bind
7129         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7130         decode contents according to the encoding attribute.
7131         (nnrss-save-group-data): Add coding cookie.
7132         (nnrss-mime-encode-string): New function.
7133         (nnrss-check-group): Use it to encode subject and author.
7134
7135 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7136
7137         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7138         imaginary variable.
7139
7140 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7143         correctly even if there are wide characters.
7144
7145 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7148         downcased symbol names; make a new cache instead of reusing
7149         bbdb-hashtable.
7150
7151 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7154         concatenating segments rather than before concatenating them.
7155         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7156
7157         * message.el (message-get-reply-headers): Bind `extra'.
7158
7159 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * message.el (message-extra-wide-headers): New variable.
7162         (message-get-reply-headers): Use it.
7163
7164 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7167         (gnus-agent-group-pathname): Ditto.
7168
7169         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7170
7171         * gnus-group.el (gnus-group-make-group): Decode group name.
7172         (gnus-group-make-rss-group): Register the group data after opening
7173         the nnrss group.
7174
7175 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7176
7177         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7178         by expiry now get marked as read.
7179
7180 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7183
7184 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7185
7186         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7187         unify Latin characters in XEmacs.
7188         (mm-find-mime-charset-region): Use it.
7189
7190 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * gnus-util.el (gnus-delete-directory): New function.
7193
7194         * gnus-agent.el (gnus-agent-delete-group): Use it.
7195
7196         * gnus-cache.el (gnus-cache-delete-group): Use it.
7197
7198 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7201         names.
7202
7203 2004-12-16  Simon Josefsson  <jas@extundo.com>
7204
7205         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7206
7207 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7210
7211         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7212         (gnus-group-set-current-level): Decode group name.
7213
7214 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7215
7216         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7217         failed.
7218
7219 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-group.el (gnus-group-delete-group): Decode group name.
7222         (gnus-group-make-rss-group): Encode group name.
7223         (gnus-group-catchup-current): Decode group name.
7224         (gnus-group-kill-group): Decode group name.
7225
7226 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7227
7228         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7229
7230 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-group.el (gnus-group-make-rss-group):
7233         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7234
7235         * gnus-start.el (gnus-setup-news): Honor user's setting to
7236         gnus-message-archive-method.  Suggested by Lute Kamstra
7237         <lute@gnu.org>.
7238
7239 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7240
7241         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7242         global counterparts of the buffer-local variables.
7243
7244 2004-11-16  Romain Francoise  <romain@orebokech.com>
7245
7246         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7247         counterparts of the buffer-local variables.
7248
7249 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * message.el (message-forbidden-properties): Fixed typo in doc
7252         string.
7253
7254 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * gnus-util.el (gnus-replace-in-string): Added doc string.
7257
7258         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7259         to avoid problems when splitting mails with many recipients.
7260
7261 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7264         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7265
7266 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7267
7268         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7269         if there is no hashtable in memory or file modification time is
7270         newer than cached timestamp.
7271
7272 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7273
7274         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7275         not-matching option.
7276
7277 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7280         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7281         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7282         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7283         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7284         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7285
7286 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * message.el (message-forward-make-body-mml): Remove headers
7289         according to message-forward-ignored-headers if a message is decoded.
7290
7291 2004-12-02  Romain Francoise  <romain@orebokech.com>
7292
7293         * message.el (message-forward-make-body-plain): Always remove
7294         headers according to message-forward-ignored-headers.
7295
7296 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * spam.el (spam-summary-prepare-exit): Remove the
7299         gnus-summary-limit pop for now, it has problems with ham marks for
7300         me.
7301
7302 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7305         correctly.
7306
7307 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7308
7309         * format-spec.el (format-spec): Message the char.
7310
7311 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * gnus-art.el (gnus-split-methods): Reformat comments.
7314
7315         * spam.el (spam-summary-prepare-exit): Remove article limits
7316         before exiting the summary buffer.
7317
7318 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7321         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7322
7323         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7324         order to silence the byte compiler.
7325
7326         * spam.el: Fix the way to silence the byte compiler, which
7327         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7328         bbdb-search-simple, spam-BBDB-register-routine,
7329         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7330         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7331         spam-stat-buffer-is-spam, spam-stat-load,
7332         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7333         spam-stat-save and spam-stat-split-fancy.
7334
7335 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7338         which may confuse users.
7339         (canlock-password-for-verify): Ditto.
7340
7341         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7342
7343         * gnus-art.el (gnus-emphasis-alist): Ditto.
7344
7345         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7346
7347         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7348
7349         * gnus-start.el (gnus-save-killed-list): Ditto.
7350
7351         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7352         (gnus-sum-thread-tree-root): Ditto.
7353         (gnus-sum-thread-tree-false-root): Ditto.
7354         (gnus-sum-thread-tree-single-indent): Ditto.
7355
7356         * message.el (message-courtesy-message): Ditto.
7357         (message-archive-note): Ditto.
7358         (message-subscribed-address-file): Ditto.
7359         (message-user-fqdn): Ditto.
7360
7361         * spam-report.el (spam-report-gmane-regex): Ditto.
7362
7363         * spam.el (spam-blackhole-good-server-regex): Ditto.
7364
7365 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * mml.el (mml-preview): Widen the message buffer before copying
7368         the contents to the preview buffer; sort headers before previewing.
7369
7370         * message.el (message-hidden-headers): Fix the way to avoid a bug
7371         in the `repeat' widget in Emacs 21.3 or earlier.
7372
7373 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * message.el (message-hidden-headers): Default to "^References:".
7376         Improve customization type.  Suggested by Reiner Steib
7377         <Reiner.Steib@gmx.de>.
7378
7379 2004-11-25  Romain Francoise  <romain@orebokech.com>
7380
7381         * message.el (message-strip-forbidden-properties): Remove check for
7382         obsolete `message-hidden' text property, hidden headers are not
7383         accessible in the buffer anymore.
7384
7385 2004-11-22  Romain Francoise  <romain@orebokech.com>
7386
7387         * message.el (message-header-format-alist): Add `From' in list
7388         so that it can be sorted.
7389         (message-fix-before-sending): Widen and sort headers before
7390         sending.
7391         (message-hide-headers): Use narrowing to hide headers by moving
7392         them to the top of the buffer and narrowing to the region
7393         underneath.
7394
7395 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * message.el (message-strip-forbidden-properties): Bind
7398         buffer-read-only (etc) to nil.
7399
7400 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7403         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7404
7405 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7406
7407         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7408
7409 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7410
7411         * dns.el (query-dns): Use sit-for to time instead of
7412         accept-process-output, since that doesn't seem to work on udp
7413         sockets.
7414
7415 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7418
7419 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7420
7421         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7422         doc string.  Improve doc string.
7423
7424 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * nntp.el (nntp-request-update-info): Return nil if
7427         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7428         may not call gnus-activate-group which uselessly issues the GROUP
7429         commands for all nntp groups and wastes time.  Reported by Romain
7430         Francoise <romain@orebokech.com>.
7431
7432         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7433
7434 2004-11-15  Simon Josefsson  <jas@extundo.com>
7435
7436         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7437         headers separately.
7438         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7439         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7440
7441 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-start.el (gnus-convert-old-newsrc):
7444         Assign legacy-gnus-agent to 5.10.7.
7445
7446 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7447
7448         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7449         start of the lines.
7450
7451 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7452
7453         * hashcash.el (hashcash-default-payment): Change default to 20
7454         (hashcash-default-accept-payment): Change default to 20
7455         (hashcash-process-alist): New variable
7456         (hashcash-generate-payment-async): Add
7457         (hashcash-already-paid-p): Add
7458         (hashcash-insert-payment): Don't generate payments twice
7459         (hashcash-insert-payment-async): Add
7460         (hashcash-insert-payment-async-2): Add
7461         (hashcash-cancel-async): Add
7462         (hashcash-wait-async): Add
7463         (hashcash-processes-running-p): Add
7464         (hashcash-wait-or-cancel): Add
7465         (mail-add-payment): New optional argument.  Conditionally start
7466         asynchronous calculation.
7467         (mail-add-payment-async): Add
7468
7469         * message.el (message-send-mail): Wait for asynchronous hashcash
7470         results.  Don't clobber existing X-Hashcash headers.
7471         (message-setup-1): Call mail-add-payment-async when
7472         message-generate-hashcash is non-nil.
7473
7474 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7475
7476         * message.el (message-use-alternative-email-as-from): Examine the
7477         From header as well; use message-make-from in order to include a
7478         user's full name.
7479
7480 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7483         default; improve customization type.
7484         (gnus-emphasis-custom-with-format): New macro.
7485         (gnus-emphasis-custom-value-to-external): New function.
7486         (gnus-emphasis-custom-value-to-internal): New function.
7487
7488 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7489
7490         * dns.el (query-dns): Resolve reverse addresses.
7491
7492 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * gnus-group.el (gnus-group-get-new-news): Use it.
7495
7496         * gnus-start.el (gnus-check-reasonable-setup): New function.
7497
7498 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7501         "Args out of range" error.  Reported by Arnaud Giersch
7502         <arnaud.giersch@free.fr>.
7503
7504 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7505
7506         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7507
7508 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7509
7510         * spam.el (spam group): Add :version.
7511
7512         * pgg-def.el (pgg group): Add :version.
7513
7514 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-art.el (gnus-article-edit-article): Don't associate the
7517         article buffer with a draft file.  This is a temporary measure
7518         against the 2004-08-22 change to gnus-article-edit-mode.
7519
7520 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7523         (html2text-format-tags): Remove unused variable `attr'.
7524
7525 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7528
7529         * tls.el (tls-process-connection-type, tls-success)
7530         (tls-certtool-program): Add :version.
7531
7532         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7533         (starttls-extra-arguments, starttls-process-connection-type)
7534         (starttls-connect, starttls-failure, starttls-success):
7535
7536         * spam-stat.el (spam-stat): Add :version.
7537
7538         * sieve.el (sieve): Add :version.
7539
7540         * sha1.el (sha1): Add :version.
7541         (sha1-use-external): Remove redundant version.
7542
7543         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7544         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7545         (nnmail-split-fancy-match-partial-words)
7546         (nnmail-split-lowercase-expanded): Add :version.
7547
7548         * nndiary.el (nndiary): Add :version.
7549
7550         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7551
7552         * mml-sec.el (mml-default-sign-method)
7553         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7554         Add :version.
7555
7556         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7557
7558         * mm-url.el (mm-url-use-external, mm-url-program)
7559         (mm-url-arguments): Add :version.
7560
7561         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7562         (mm-attachment-file-modes, mm-decrypt-option)
7563         (mm-w3m-safe-url-regexp): Add :version.
7564
7565         * message.el (message-cite-prefix-regexp)
7566         (message-sendmail-envelope-from, message-minibuffer-local-map)
7567         (message-user-fqdn, message-completion-alist): Add :version.
7568
7569         * gnus-win.el (gnus-configure-windows-hook)
7570         (gnus-use-frames-on-any-display): Add :version.
7571
7572         * gnus-art.el (gnus-article-address-banner-alist)
7573         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7574         (gnus-treat-from-picon, gnus-treat-mail-picon)
7575         (gnus-treat-x-pgp-sig): Add :version.
7576
7577         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7578         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7579         (gnus-summary-article-delete-hook)
7580         (gnus-summary-display-while-building): Add :version.
7581
7582         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7583         (gnus-get-top-new-news-hook):Add :version.
7584
7585         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7586         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7587
7588         * gnus-registry.el (gnus-registry): Add :version.
7589
7590         * gnus-spec.el (gnus-use-correct-string-widths)
7591         (gnus-make-format-preserve-properties): Add :version.
7592
7593         * gnus.el (gnus-group-charter-alist)
7594         (gnus-group-fetch-control-use-browse-url)
7595         (gnus-install-group-spam-parameters): Add :version.
7596
7597         * gnus-diary.el (gnus-diary): Add :version.
7598
7599         * gnus-delay.el (gnus-delay): Add :version.
7600
7601         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7602         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7603         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7604         Add :version.
7605
7606         * gnus-agent.el (gnus-agent-max-fetch-size)
7607         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7608         (gnus-agent-prompt-send-queue): Add :version.
7609
7610         * deuglify.el (gnus-outlook-deuglify): Add :version.
7611
7612         * html2text.el: Beautify code.  Improve doc strings.  Some
7613         checkdoc cleanup.
7614         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7615
7616 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7617
7618         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7619
7620 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7621
7622         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7623         when package is loaded.
7624
7625         * spam.el (spam-summary-score-preferred-header): Add global preference
7626         for people who want to override the default SpamAssassin over
7627         Bogofilter preference (when both are set).
7628         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7629         (spam-user-format-function-S): Check
7630         spam-summary-score-preferred-header.
7631         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7632         (spam-user-format-function-S): Format the score correctly.
7633
7634 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7637         signature file.  Suggested by Manoj Srivastava
7638         <srivasta@golden-gryphon.com>.
7639
7640         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7641         iso-2022-jp even in the Japanese language environment.
7642         Suggested by Jason Rumney <jasonr@gnu.org>.
7643
7644 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7647         use the same characters as the dummy marks; make it free from
7648         getting affected by the language environment.
7649         (gnus-summary-read-group-1): Update mark positions only when the
7650         format spec is updated.
7651
7652         * gnus-spec.el (gnus-update-format-specifications): Return a list
7653         of updated types.
7654
7655 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7658         of boundp to check if display-warning is available.
7659
7660 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7663
7664 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7665
7666         * nnspool.el (nnspool-spool-directory): Use news-path if the
7667         news-directory variable is not bound.
7668
7669         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7670         function instead of display-warning if it is not available.
7671
7672 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7675         v5-10: Use `point-at-bol'.
7676
7677 2004-10-26  Simon Josefsson  <jas@extundo.com>
7678
7679         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7680         <chenggao@gmail.com>.
7681
7682 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7685         instead.
7686
7687 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7690         to remove a server from the nnimap-server-buffer-alist.
7691         (nnimap-open-connection, nnimap-close-server): Use it.
7692
7693         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7694
7695 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7698         running the major-mode function.
7699
7700 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7703         dummy marks in the right way.
7704
7705 2004-10-18  David Edmondson  <dme@dme.org>
7706
7707         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7708         excessively.
7709
7710 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7711
7712         * gnus-util.el (gnus-split-references): Accept a nil references
7713         string and go on blissfully.
7714
7715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7716         cases where the references string is non-nil but has no references.
7717
7718         * encrypt.el: Add autoload tags.
7719
7720         * spam.el (spam-resolve-registrations-routine): Remove article
7721         from unregistration list too.  Reported by David Hanak
7722         <dhanak@isis.vanderbilt.edu>
7723
7724 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7727         nil.  Changed custom type.
7728
7729 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7732
7733         * gnus-sum.el (gnus-summary-move-article): Use it.
7734
7735 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * encrypt.el: Add autoload cookies.
7738
7739         * spam.el (spam-backend-article-list-property)
7740         (spam-backend-get-article-todo-list)
7741         (spam-backend-put-article-todo-list, )
7742         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7743         Resolve registrations separately.
7744         (spam-register-routine): Format comments.
7745         (spam-unregister-routine, spam-register-routine): Always call with
7746         specific-articles, no default list.
7747         (spam-summary-prepare-exit): Use the spam-classifications function.
7748
7749         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7750         gnus-encrypt.el.
7751
7752         * encrypt.el: copied from gnus-encrypt.el
7753
7754         * gnus-encrypt.el: commented that it's obsolete
7755
7756 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7759         (gnus-score-save): Use it.
7760
7761         * message.el (message-bury): Use `window-dedicated-p'.
7762
7763 2004-10-15  Simon Josefsson  <jas@extundo.com>
7764
7765         * pop3.el (top-level): Don't require nnheader.
7766         (pop3-read-timeout): Add.
7767         (pop3-accept-process-output): Add.
7768         (pop3-read-response, pop3-retr): Use it.
7769
7770 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7771
7772         * spam.el (spam-register-routine): Move comment.
7773         (spam-verify-bogofilter): Use 'unknown for the initial
7774         spam-bogofilter-valid state, not 'never.
7775
7776         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7777         for netrc-machine.
7778
7779         * nnimap.el (nnimap-open-connection): Use
7780         netrc-machine-user-or-password.
7781
7782 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7783
7784         * gnus-registry.el (gnus-registry-unload-hook):
7785         Set as a variable with add-hook.
7786
7787         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7788         of news-path.
7789
7790         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7791
7792         * spam.el: Delete duplicate `provide'.
7793         (spam-unload-hook): Set as a variable with add-hook.
7794
7795 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7798         in the doc string.
7799
7800         * message.el (message-ignored-news-headers)
7801         (message-ignored-supersedes-headers)
7802         (message-ignored-resent-headers)
7803         (message-forward-ignored-headers): Improve custom type.
7804
7805 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * message.el (message-tokenize-header): Fix 2004-09-06 change
7808         which used point-min in the wrong place.
7809
7810 2004-10-12  Simon Josefsson  <jas@extundo.com>
7811
7812         * tls.el (tls-certtool-program): New variable.
7813         (tls-certificate-information): New function, based on
7814         ssl-certificate-information.
7815
7816 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * compface.el: Move the version of ELisp-based uncompface program
7819         to the contrib directory because of the copyright problem.
7820
7821 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * message.el (message-kill-buffer): Raise the current frame.
7824
7825 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7828
7829         * gnus.el (message-y-or-n-p): Autoload.
7830
7831         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7832         (pop3-password-required, pop3-authentication-scheme)
7833         (pop3-leave-mail-on-server): Made customizable.
7834         (pop3): New custom group.
7835         (pop3-retr): Remove `sleep-for' statements.
7836         Suggested by Dave Love <fx@gnu.org>.
7837
7838         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7839         Windows/DOS.
7840
7841         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7842         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7843         Dave Love <fx@gnu.org>.
7844
7845         * mml.el (mml-minibuffer-read-disposition): Require match.
7846         Suggested by Dave Love <fx@gnu.org>.
7847
7848 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7851         doc string.
7852
7853 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7856
7857 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7858
7859         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7860         instead of calling `mm-insert-inline', to decode text/* parts
7861         before displaying them.
7862
7863 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * mm-uu.el (mm-uu-text-plain-type): New variable.
7866         (mm-uu-pgp-signed-extract-1): Use it.
7867         (mm-uu-pgp-encrypted-extract-1): Use it.
7868         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7869         bind mm-uu-text-plain-type with that value.
7870         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7871         mm-uu-dissect.
7872
7873 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-group.el (gnus-update-group-mark-positions):
7876         * gnus-sum.el (gnus-update-summary-mark-positions):
7877         * message.el (message-check-news-body-syntax):
7878         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7879         of string-as-multibyte.
7880
7881 2004-10-05  Juri Linkov  <juri@jurta.org>
7882
7883         * gnus-group.el (gnus-update-group-mark-positions):
7884         * gnus-sum.el (gnus-update-summary-mark-positions):
7885         * message.el (message-check-news-body-syntax):
7886         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7887         8-bit unibyte values to a multibyte string for search functions.
7888
7889 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7892         (mm-uu-dissect-text-parts): New function.
7893
7894         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7895         dissect text parts.
7896
7897         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7898         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7899
7900         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7901
7902         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7903         gnus-current-topics instead of gnus-current-topic.
7904
7905 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7906
7907         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7908
7909 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7910
7911         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7912         where approriate.
7913
7914         * nnml.el (nnml-generate-active-info): do.
7915
7916         * nndiary.el (nndiary-generate-active-info): do.
7917
7918         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7919         (gnus-topic-move): do.
7920
7921         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7922         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7923
7924         * gnus-srvr.el (gnus-server-prepare)
7925         (gnus-server-open-all-servers): do.
7926
7927         * gnus-msg.el (gnus-summary-cancel-article)
7928         (gnus-summary-resend-message)
7929         (gnus-summary-mail-crosspost-complaint): do.
7930
7931         * gnus-move.el (gnus-change-server): do.
7932
7933         * gnus-group.el (gnus-group-unmark-all-groups)
7934         (gnus-group-set-current-level): do.
7935
7936 2004-10-04  Simon Josefsson  <jas@extundo.com>
7937
7938         * message.el (message-generate-hashcash): Doc fix.
7939
7940 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7941
7942         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7943         avoid infinite recursion via gnus-get-function.
7944
7945 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7946
7947         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7948
7949         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7950
7951         * nnmail.el (nnmail-split-history): do.
7952
7953         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7954         (nnml-request-delete-group): do.
7955
7956         * nnslashdot.el (nnslashdot-read-groups): do.
7957
7958         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7959         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7960
7961         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7962         (nnspool-sift-nov-with-sed): Use last
7963         (nnspool-retrieve-headers-with-nov): Use mapc.
7964         (nnspool-request-newgroups): Use dolist.
7965         (nnspool-request-group): Use last.
7966
7967         * nntp.el (nntp-read-server-type): Use dolist.
7968
7969         * nnvirtual.el (nnvirtual-create-mapping)
7970         (nnvirtual-update-read-and-marked): Use dolist.
7971         (nnvirtual-convert-headers): Simplify.
7972
7973 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7974
7975         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7976         support for sync'ing tick marks.
7977
7978 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7981         there's no visible header.
7982
7983 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7984
7985         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7986         necessary, pass full group name to gnus-request-set-marks.
7987
7988 2004-10-01  Simon Josefsson  <jas@extundo.com>
7989
7990         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7991         acroread.
7992
7993 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * spam-report.el (spam-report-gmane): Fix interactive.
7996
7997         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7998
7999         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8000         when writing file.
8001         (gnus-agent-synchronize-flags): Don't default to being
8002         interactive.
8003
8004 2004-09-30  Simon Josefsson  <jas@extundo.com>
8005
8006         * message.el (message-generate-hashcash): Add.
8007         (message-send-mail): Use it, call mail-add-payment.
8008
8009 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8010
8011         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8012
8013 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
8014
8015         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8016         gnus-requst-update-info with explicit code to sync the in-memory
8017         info read flags with the marks being sync'd to the backend.
8018
8019         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8020
8021 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8022
8023         * spam.el (spam-verify-bogofilter): Add new function.
8024         (spam-check-bogofilter)
8025         (spam-bogofilter-register-with-bogofilter): Use it.
8026         (spam-verify-bogofilter): Add small fixes.
8027
8028 2004-09-28  Simon Josefsson  <jas@extundo.com>
8029
8030         * hashcash.el (hashcash-generate-payment): Revert.
8031
8032 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8035         gnus-extract-references instead of gnus-split-references.
8036
8037         * gnus-util.el (gnus-extract-references): Add new function, analogous
8038         to gnus-split-references but extracts only the message-ID without
8039         anything extra.
8040
8041         * hashcash.el (hashcash-generate-payment)
8042         (hashcash-check-payment): Do the right thing if hashcash-path is
8043         nil (because the hashcash program could not be found).
8044
8045         * spam.el (spam-use-hashcash): Remove comment.
8046
8047 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8048
8049         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8050         (gnus-cache-enter-article, gnus-cache-remove-article)
8051         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8052
8053         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8054
8055         * gnus-art.el (article-hide-boring-headers)
8056         (article-translate-strings, article-display-face)
8057         (gnus-article-mime-match-handle-first)
8058         (gnus-article-highlight-headers)
8059         (gnus-article-add-buttons-to-head): do.
8060
8061 2004-09-27  Simon Josefsson  <jas@extundo.com>
8062
8063         * hashcash.el: New version, from
8064         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8065         ../contrib/.
8066
8067 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8070
8071 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8072
8073         * gnus-dup.el (gnus-dup-open): Use mapc.
8074         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8075
8076         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8077         Reported by Stefan Wiens <s.wi@gmx.net>.
8078
8079         * gnus.el (gnus-shutdown): Use dolist.
8080
8081         * gnus-undo.el (gnus-undo): Use mapc.
8082
8083         * nnrss.el (nnrss-generate-active): do.
8084
8085         * message.el (message-cite-original-without-signature)
8086         (message-cite-original): Use mapc.
8087         (message-do-actions, message-make-forward-subject): Use dolist.
8088
8089 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8090
8091         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8092         deletion to remove entire duplicate line.  Fixes merged article
8093         number bug.
8094
8095 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8096
8097         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8098         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8099         first ask if you want to open a server and then, even when you
8100         responded with no, asking if you want to synchronize the server's
8101         flags.
8102         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8103         multi-line expressions.
8104         (gnus-agent-synchronize-group-flags): New internal function.
8105         Updates marks in memory (in the info structure) AND in the
8106         backend.
8107
8108         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8109
8110         * nnagent.el (nnagent-request-set-mark): Use
8111         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8112         method, to ensure that synchronization updates marks in the
8113         backend and in the info (in memory) structure.
8114
8115 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8118         convention fully; don't miss the root article of a thread; make
8119         the X-Draft-From header with correct article numbers.
8120
8121 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8122
8123         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8124         unless plugged.  Disable the agent so that an open failure causes
8125         an error.
8126
8127         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8128         Reverted 2004-09-21 change.  The backend must be opened while
8129         synchronizing flags even when the backend stores the flags
8130         locally.
8131
8132 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8135         in `header' match.  Reported by Svend Tollak Munkejord.
8136
8137         * message.el (message-cite-original): Fix use of
8138         `message-cite-articles-with-x-no-archive'.
8139
8140 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8143         (gnus-window-to-buffer): Ditto.
8144
8145         * mml.el (mml-preview-buffer): New variable.
8146         (mml-preview): Manage window layout with gnus-buffer-configuration.
8147
8148         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8149         X-Draft-From header even if those articles aren't quoted.
8150
8151 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8152
8153         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8154         (gnus-request-set-mark, gnus-request-update-mark): Use new
8155         g-s-t-u-l-m to decide to use backend even when unplugged.
8156
8157 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8160         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8161
8162 2004-09-20  Simon Josefsson  <jas@extundo.com>
8163
8164         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8165         "utf-16-le".
8166
8167 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8168
8169         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8170
8171 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * uudecode.el (uudecode-use-external): Add :version.
8174
8175         * smime.el (smime-CA-file, smime-encrypt-cipher)
8176         (smime-dns-server): Add :version.
8177
8178         * smiley.el (gnus-smiley-file-types): Add :version.
8179
8180         * sha1.el (sha1-use-external): Add :version.
8181
8182         * pgg-def.el (pgg-query-keyserver): Add :version.
8183
8184         * nnmail.el (nnmail-fancy-expiry-targets)
8185         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8186         Add :version.
8187
8188         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8189         (nnimap-retrieve-groups-asynchronous): Add :version.
8190         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8191
8192         * mml.el (mml-content-disposition-parameters)
8193         (mml-insert-mime-headers-always): Add :version.
8194
8195         * mm-util.el (mm-coding-system-priorities): Add :version.
8196
8197         * mm-decode.el (mm-inline-text-html-with-images)
8198         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8199         (mm-verify-option): Add :version.
8200         (mm-text-html-renderer): Change :version.
8201
8202         * message.el (message-fcc-externalize-attachments)
8203         (message-required-headers, message-draft-headers)
8204         (message-subject-trailing-was-query)
8205         (message-subject-trailing-was-ask-regexp)
8206         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8207         (message-mark-insert-end, message-archive-header)
8208         (message-archive-note, message-cross-post-default)
8209         (message-cross-post-note, message-followup-to-note)
8210         (message-cross-post-note-function, message-use-mail-followup-to)
8211         (message-subscribed-address-functions)
8212         (message-subscribed-address-file, message-subscribed-addresses)
8213         (message-subscribed-regexps, message-allow-no-recipients)
8214         (message-yank-cited-prefix, message-signature-insert-empty-line)
8215         (message-hidden-headers, message-hierarchical-addresses)
8216         (message-mail-user-agent, message-use-idna)
8217         (message-valid-fqdn-regexp)
8218         (message-strip-special-text-properties, message-header-synonyms)
8219         (message-beginning-of-line, message-tab-body-function): Add :version.
8220         (message-insert-canlock, message-wide-reply-confirm-recipients):
8221         Change :version.
8222
8223         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8224         and :version.
8225         (mail-source-delete-old-incoming-confirm)
8226         (mail-source-movemail-program): Add :version.
8227
8228         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8229         (gnus-agent-cache, gnus-agent): Change :version.
8230
8231         * gnus-util.el (gnus-use-byte-compile): Change :version.
8232
8233         * gnus-sum.el (gnus-summary-make-false-root-always)
8234         (gnus-summary-default-high-score)
8235         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8236         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8237         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8238         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8239         (gnus-sum-thread-tree-single-indent)
8240         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8241         (gnus-sum-thread-tree-leaf-with-other)
8242         (gnus-sum-thread-tree-single-leaf): Add :version.
8243         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8244         (gnus-article-loose-mime): Change :version.
8245
8246         * gnus-start.el (gnus-backup-startup-file)
8247         (gnus-save-startup-file-via-temp-buffer): Add :version.
8248
8249         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8250         (gnus-server-offline-face): Add :version.
8251
8252         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8253
8254         * gnus-msg.el (gnus-gcc-externalize-attachments)
8255         (gnus-debug-files, gnus-debug-exclude-variables)
8256         (gnus-discouraged-post-methods): Change :version.
8257         (gnus-confirm-mail-reply-to-news)
8258         (gnus-confirm-treat-mail-like-news): Add :version.
8259
8260         * gnus-int.el (gnus-server-unopen-status): Add :version.
8261
8262         * gnus-group.el (gnus-group-jump-to-group-prompt)
8263         (gnus-large-ephemeral-newsgroup)
8264         (gnus-fetch-old-ephemeral-headers): Add :version.
8265
8266         * gnus-fun.el (gnus-x-face-directory)
8267         (gnus-convert-pbm-to-x-face-command)
8268         (gnus-convert-image-to-x-face-command)
8269         (gnus-convert-image-to-face-command): Add :version.
8270
8271         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8272
8273         * gnus-cite.el (gnus-cite-blank-line-after-header)
8274         (gnus-article-boring-faces): Add :version.
8275
8276         * gnus-art.el (gnus-buttonized-mime-types)
8277         (gnus-inhibit-mime-unbuttonizing)
8278         (gnus-treat-display-face)
8279         (gnus-treat-body-boundary): Change :version.
8280         (gnus-body-boundary-delimiter, gnus-picon-databases)
8281         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8282         (gnus-treat-date-english, gnus-treat-fold-headers)
8283         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8284         (gnus-treat-mail-picon, gnus-treat-wash-html)
8285         (gnus-article-encrypt-protocol)
8286         (gnus-use-idna, gnus-article-over-scroll)
8287         (gnus-mime-display-multipart-alternative-as-mixed)
8288         (gnus-mime-display-multipart-related-as-mixed)
8289         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8290         (gnus-ctan-url, gnus-button-ctan-handler)
8291         (gnus-button-handle-ctan-bogus-regexp)
8292         (gnus-button-ctan-directory-regexp)
8293         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8294         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8295         (gnus-button-man-level, gnus-button-emacs-level)
8296         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8297
8298         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8299         (gnus-agent-go-online): Change :version.
8300         (gnus-agent-expire-unagentized-dirs)
8301         (gnus-agent-auto-agentize-methods): Add :version.
8302
8303         * flow-fill.el (fill-flowed-display-column)
8304         (fill-flowed-encode-column): Add :version.
8305
8306         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8307         (gnus-outlook-deuglify-unwrap-max)
8308         (gnus-outlook-deuglify-cite-marks)
8309         (gnus-outlook-deuglify-unwrap-stop-chars)
8310         (gnus-outlook-deuglify-no-wrap-chars)
8311         (gnus-outlook-deuglify-attrib-cut-regexp)
8312         (gnus-outlook-deuglify-attrib-verb-regexp)
8313         (gnus-outlook-deuglify-attrib-end-regexp)
8314         (gnus-outlook-display-hook): Add :version.
8315
8316         * binhex.el (binhex-use-external): Add :version.
8317
8318 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8321         and `invisible'.
8322
8323 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8324
8325         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8326         in gnus-registry-trim.
8327
8328 2004-09-13  Simon Josefsson  <jas@extundo.com>
8329
8330         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8331
8332         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8333
8334         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8335         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8336         <yamaoka@jpl.org>.
8337         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8338         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8339         <yamaoka@jpl.org>.
8340
8341         * sieve.el (sieve-manage-mode): Ditto.
8342
8343 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8346
8347 2004-09-11  Simon Josefsson  <jas@extundo.com>
8348
8349         * dns-mode.el: Add.
8350
8351         * mm-view.el (mm-display-dns-inline): Add.
8352
8353         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8354         (mm-automatic-display): Ditto.
8355
8356         * mailcap.el (mailcap-mime-data): Add text/dns.
8357         (mailcap-mime-extensions): Map .soa to text/dns.
8358
8359 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8360
8361         * gnus-art.el (article-decode-mime-words, article-babel)
8362         (gnus-article-highlight-signature, gnus-article-add-buttons)
8363         (gnus-signature-toggle): Remove unnecessary bindings of
8364         `inhibit-read-only' inherited from v5.10 merge.
8365
8366 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * nntp.el (nntp): New customization group.
8369         (nntp-authinfo-file): Add customization group.
8370
8371         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8372
8373         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8374
8375         * gnus.el (to-address, to-list, subscribed)
8376         (large-newsgroup-initial): Ditto.
8377
8378         * flow-fill.el (fill-flowed-display-column)
8379         (fill-flowed-encode-column): Ditto.
8380
8381 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8382
8383         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8384         Use point-min rather than 1.
8385         (message-send-mail): Use buffer-size rather than point-max.
8386
8387         * gnus-sum.el (gnus-summary-search-article-forward):
8388         Signal a specific `search-failed' rather than a generic `error'.
8389
8390         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8391         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8392         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8393
8394 2004-09-10  Simon Josefsson  <jas@extundo.com>
8395
8396         * nndb.el (require): Remove tcp and duplicate cl.
8397
8398 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-agent.el (directory-files-and-attributes): Move forward.
8401
8402 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8403
8404         * gnus-agent.el (directory-files-and-attributes): Optionally
8405         defined to support XEmacs.
8406
8407 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8408
8409         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8410         to avoid run-time CL dependencies.
8411         (gnus-agent-unfetch-articles): New function.
8412         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8413         article numbers even when local .overview file is missing.
8414         (gnus-agent-read-article-number): New function. Only accepts
8415         27-bit article numbers.
8416         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8417         gnus-agent-read-article-number.
8418         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8419         from backend while recognizing that article numbers in .overview
8420         must be valid.
8421         (gnus-agent-update-files-total-fetched-for): Use
8422         directory-files-and-attributes to improve performance.
8423         * gnus-int.el (gnus-request-move-article): Use
8424         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8425         improve performance.
8426
8427         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8428         some users confused by references to .newsrc when they only have a
8429         .newsrc.eld file.
8430         (gnus-convert-mark-converter-prompt,
8431         gnus-convert-converter-needs-prompt): Fixed use of property list.
8432         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8433         New function. Used internally to only display 'gnus converting
8434         files' message when actually necessary.
8435
8436         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8437         methods now autoloaded.
8438
8439 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8442         identifiers.
8443
8444 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-picon.el: Fix indentation and closing parenthesis.
8447
8448 2004-09-01  Simon Josefsson  <jas@extundo.com>
8449
8450         * message.el (message-canlock-generate): Require sha1, not
8451         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8452         to require within a function.  Sadly, if sha1.el isn't loaded, the
8453         let binding in m-c-g will hide the defcustom definition, which is
8454         bad.)
8455
8456         * canlock.el: Require sha1, not sha1-el.
8457
8458         * message.el: Don't autoload sha1 (there is a autoload cookie in
8459         sha1.el).
8460
8461         * sha1-el.el: Renamed to sha1.el.
8462
8463 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8464
8465         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8466
8467 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8468
8469         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8470
8471 2004-08-30  Kim F. Storm  <storm@cua.dk>
8472
8473         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8474
8475         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8476         Add :group 'nnimap.
8477
8478 2004-08-30  Andreas Schwab  <schwab@suse.de>
8479
8480         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8481         ?* and ?\;.
8482
8483         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8484         and ?\' to symbol instead of whitespace.
8485
8486 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8489
8490         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8491         instead of re-search-forward.
8492
8493         * gnus-uu.el (gnus-uu-save-article): Ditto.
8494         (gnus-uu-post-encode-uuencode): Ditto.
8495
8496         * html2text.el (html2text-clean-list-items): Ditto.
8497         (html2text-clean-dtdd): Ditto.
8498         (html2text-format-tags): Ditto.
8499
8500         * message.el (message-send-mail-with-sendmail): Fix regexp.
8501         (message-fill-field-general): Use search-forward instead of
8502         re-search-forward.
8503         (unbold-region): Ditto.
8504
8505         * nnrss.el (nnrss-request-article): Ditto.
8506
8507         * nnslashdot.el (nnslashdot-request-article): Ditto.
8508
8509         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8510
8511         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8512         "Unrecognized menu descriptor" error in XEmacs.
8513
8514 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8515
8516         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8517         parent article of a sparse article in the thread hashtb.
8518
8519 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8520
8521         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8522         (nnmail-expand-newtext): Lowercase expanded entries if
8523         nnmail-split-lowercase-expanded is non-nil.
8524
8525 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8528         entry.
8529
8530         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8531         of gnus-tmp-news-method into string under XEmacs.  It will be
8532         passed to gnus-correct-length which takes only a string argument.
8533
8534 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-util.el (gnus-bind-print-variables): New macro.
8537         (gnus-prin1): Use it.
8538         (gnus-prin1-to-string): Use it.
8539         (gnus-pp): New function.
8540         (gnus-pp-to-string): New function.
8541
8542         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8543         pp-to-string with gnus-pp-to-string.
8544         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8545         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8546         * gnus-msg.el (gnus-debug): Ditto.
8547         * gnus-score.el (gnus-score-save): Ditto.
8548         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8549         gnus-pp-to-string.
8550         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8551         with gnus-pp.
8552         * score-mode.el (gnus-score-pretty-print): Ditto.
8553         * webmail.el (webmail-debug): Ditto.
8554
8555 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-art.el (article-display-face, article-display-x-face): Use
8558         buffer-read-only.
8559
8560 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-art.el (article-hide-list-identifiers): Bind
8563         inhibit-read-only as t.
8564
8565 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8568
8569 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8570
8571         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8572         (gnus-narrow-to-page): Don't assume point-min == 1.
8573         (gnus-article-edit-mode): Derive from message-mode.
8574
8575         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8576         point-min == 1.
8577
8578         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8579         Disable incorrect use of `assert'.
8580
8581         * message.el (message-mode): Set comment-start-skip.
8582
8583
8584 2004-08-22  Sam Steingold  <sds@gnu.org>
8585
8586         * pop3.el (pop3-leave-mail-on-server): New user variable.
8587         (pop3-movemail): Delete mail only when it is nil.
8588
8589 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8592
8593         * mml.el (mml-preview): Use `pop-to-buffer'.
8594
8595         * message.el (message-goto-mail-followup-to): Insert after "To".
8596         (message-carefully-insert-headers): Add comment.
8597
8598         * gnus.el: Remove unused variable `gnus-article-check-size'.
8599
8600         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8601
8602         * gnus-art.el (gnus-button-alist): Improve
8603         `gnus-button-handle-library' entry.
8604
8605 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8606
8607         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8608         downcase, since XEmacs capitalizes error messages differently.
8609
8610 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8611
8612         * nntp.el: Add (require 'gnus) due to reference to
8613         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8614
8615 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8616
8617         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8618         `mm-fill-flowed'.
8619
8620         * mm-decode.el (mm-dissect-singlepart): Check it.
8621
8622 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8623
8624         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8625         'imap' for netrc parsing.
8626
8627 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8628
8629         * mailcap.el (mailcap-mime-data): Mark as risky.
8630
8631 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8634         may be included in the encoded word.
8635         (rfc2047-encode): Don't append a space if the encoded word
8636         includes close parenthesis.
8637
8638 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8641         of text within parentheses.
8642
8643 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8644
8645         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8646         (gnus-encrypt-write-file-contents): Make the password key the file
8647         name PLUS the cipher, not just the cipher.  Also remove failed
8648         passwords from the cache.
8649
8650 2004-08-06  Simon Josefsson  <jas@extundo.com>
8651
8652         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8653         fix.
8654
8655 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8658         LWSP.
8659
8660 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8661
8662         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8663         to append in-reply-to: data to the references: header.
8664
8665         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8666         (netrc-parse): Use gnus-encrypt.el functions.
8667
8668         * gnus-encrypt.el: Add new file for encryption support; currently
8669         does only a few GPG ciphers and an internal XOR cipher.
8670
8671         * password.el: Add comments on using password-read-and-add.
8672         (password-read-and-add): Add function to read and add the
8673         password to the cache at once.
8674
8675 2004-07-28  Simon Josefsson  <jas@extundo.com>
8676
8677         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8678         parameter (but don't use it, for now).
8679
8680         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8681         instead of hard coding to nil.
8682
8683 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8686         as mm-inline-image-xemacs does.
8687
8688 2004-07-26  Simon Josefsson  <jas@extundo.com>
8689
8690         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8691         Revert part of 2004-07-17 change below.
8692
8693 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8696         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8697
8698 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8701         quotes that actually start with ">" at the beginning of the
8702         lines.
8703
8704 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * rfc2047.el (rfc2047-encode-region): Fix last change.
8707         (rfc2047-encode-parameter): Remove useless concat.
8708
8709 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8712         encode special characters; fix some kind of misconfigured headers;
8713         signal a real error if debug-on-quit or debug-on-error is non-nil.
8714         (rfc2047-encode-max-chars): New variable.
8715         (rfc2047-encode-1): Use it.
8716         (rfc2047-encode-parameter): New function.
8717
8718         * mml.el (mml-insert-parameter): Remove an excessive space.
8719
8720 2004-07-17  Simon Josefsson  <jas@extundo.com>
8721
8722         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8723         Kai Grossjohann <kai@emptydomain.de>.
8724         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8725         (gnus-group-make-menu-bar): Ditto.
8726
8727         * gnus-util.el (gnus-group-server): Add.
8728
8729 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8730
8731         * message.el (message-clone-locals): Clone sendmail and smtp
8732         variables.
8733
8734 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * rfc2047.el (rfc2047-encode-region): Fix last change.
8737
8738 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8741         characters as non-special.
8742
8743 2004-07-09  Simon Josefsson  <jas@extundo.com>
8744
8745         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8746         Users will lose all flag changes made while unplugged with
8747         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8748         good default.  See numerous reports on ding mailing list.
8749
8750 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8753         add generate-head-function and generate-article-function to the
8754         rfc822-forward entry.
8755         (nndoc-rfc822-forward-generate-article): New function.
8756         (nndoc-rfc822-forward-generate-head): New function.
8757
8758         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8759
8760 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8761
8762         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8763         respect display group parameter and gnus-summary-expunge-below.
8764         (gnus-articles-to-read): Remove unused reference to display group
8765         parameter.
8766
8767 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * nnheader.el (nnheader-uniquify-message-id): New experimental
8770         variable.
8771         (nnheader-nov-read-message-id): Use it.
8772
8773         * spam-report.el (spam-report-gmane): Add interactive.
8774
8775 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8778         qp-or-base64 for the application/* types.
8779
8780 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8781
8782         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8783
8784 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8785
8786         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8787         trim value.
8788
8789 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8790
8791         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8792         New macro and function.
8793         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8794
8795 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8798         after-load-alist.
8799
8800 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8801
8802         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8803         update info that isn't there.
8804
8805 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8806
8807         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8808         entry.
8809
8810 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * mm-view.el (mm-inline-render-with-function): Use multibyte
8813         buffer; decode html source by charset.
8814
8815         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8816
8817         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8818         Mule-UCS is loaded under XEmacs.
8819         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8820
8821 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8822
8823         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8824
8825 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * mm-util.el (mm-coding-system-p): Return a coding-system.
8828         (mm-mime-mule-charset-alist): Use shift_jis instead of
8829         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8830         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8831         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8832         instead of japanese-shift-jis and iso-latin-1 respectively in
8833         order to share the default value with both Emacs and XEmacs-mule.
8834         (mm-mule-charset-to-mime-charset): Make
8835         mm-coding-system-priorities effective.
8836         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8837         while predicating of candidates upon the priorities.
8838
8839 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8840
8841         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8842         gnus-uu-invert-processable.
8843
8844         * gnus.el: Autoload gnus-uu-invert-processable.
8845
8846 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * mm-util.el (mm-with-multibyte-buffer): New macro.
8849
8850         * rfc2047.el (rfc2047-encode-string): Use it.
8851         (rfc2047-encode-region): Move point to the end of the region after
8852         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8853
8854 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8857         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8858
8859 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8862         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8863         Karl Chen <quarl@nospam.quarl.org>.
8864
8865 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8866
8867         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8868         invalid addresses.
8869
8870 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8871
8872         * spam.el: Change section markers, revise TODO list.
8873         (spam-backends): Make new master list of all installed backends.
8874         (spam-summary-exit-behavior): Add new variable to determine how
8875         messages moves are done at summary exit.
8876         (spam-move-spam-nonspam-groups-only)
8877         (spam-process-ham-in-nonham-groups)
8878         (spam-process-ham-in-spam-groups): Remove variables, the
8879         spam-summary-exit-behavior variable should be used to manage this
8880         behavior.
8881         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8882         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8883         and spam-old-spam-articles.
8884         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8885         Add empty variables, placeholders for the backends they represent.
8886         (spam-set-difference): Move, unchanged.
8887         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8888         unless the user has a processor variable.
8889         (spam-classifications, spam-classification-valid-p)
8890         (spam-backend-properties, spam-backend-property-valid-p)
8891         (spam-backend-function-type-valid-p)
8892         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8893         (spam-report-articles-gmane, spam-report-articles-resend):
8894         Remove functions, they are not needed.
8895         (spam-install-backend-super, spam-backend-list)
8896         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8897         (spam-backend-function, spam-backend-ham-registration-function)
8898         (spam-backend-spam-registration-function)
8899         (spam-backend-ham-unregistration-function)
8900         (spam-backend-spam-unregistration-function)
8901         (spam-backend-statistical-p, spam-backend-mover-p)
8902         (spam-install-backend-alias, spam-install-checkonly-backend)
8903         (spam-install-mover-backend, spam-install-nocheck-backend)
8904         (spam-install-backend, spam-install-statistical-backend)
8905         (spam-install-statistical-checkonly-backend): Add backend installation
8906         support.
8907         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8908         (spam-group-processor-p): Use the new backend code and respect the
8909         summary exit behavior.
8910         (spam-mark-spam-as-expired-and-move-routine): Remove.
8911         (spam-summary-prepare): Change to use the new spam-old-articles
8912         variable.
8913         (spam-copy-or-move-routine, spam-copy-spam-routine)
8914         (spam-move-spam-routine, spam-copy-ham-routine)
8915         (spam-move-ham-routine): Add code to copy/move ham or spam.
8916         (spam-fetch-field-fast): Improve doc and code, plus allow the
8917         'number request.
8918         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8919         variables.
8920         (spam-split, spam-find-spam): Use the new backend code.
8921         (spam-registration-functions): Remove variable.
8922         (spam-unregister-routine): Add convenience wrapper.
8923         (spam-log-undo-registration, spam-register-routine)
8924         (spam-log-processing-to-registry)
8925         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8926         where possible.
8927         (spam-check-gmane-xref, spam-check-regex-headers)
8928         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8929         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8930         (spam-check-bogofilter-headers, spam-check-spamoracle)
8931         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8932         (spam-check-crm114-headers): Use the spam-split-group that
8933         spam-split prepares, no need to determine it every time.
8934
8935         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8936         to the nnheader-parse-naked-head call.
8937
8938         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8939
8940         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8941         the nnheader-nov-read-message-id call.
8942
8943 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8946         gnus-activate-group twice.  Suggested by Markus Peter
8947         <warp@spin.de>.
8948
8949 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-art.el (gnus-article-time-format): Exchange the order of
8952         day and month in the default value; fix customization type.
8953         (article-date-ut): Use add-text-properties.
8954         (article-make-date-line): Use message-make-date instead of
8955         current-time-string.
8956
8957         * message.el (message-fetch-field): Don't use set-text-properties.
8958         (message-make-date): Simplify.
8959
8960         * messagexmas.el (message-xmas-make-date): New function.
8961         (message-xmas-redefine): Defalias message-make-date to it.
8962
8963 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8966         (rfc2047-encode-region): Treat text within parentheses as special;
8967         show the original text when error has occurred.
8968
8969         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8970         already-computed method to gnus-activate-group.
8971
8972         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8973         same select-methods identical Lisp objects.
8974
8975         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8976         object when modifying the info.
8977
8978 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8981         gnus-opened-servers since it has never been opened with the new
8982         configuration yet.
8983
8984 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8987         arg to nnheader-generate-fake-message-id.
8988
8989 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8990
8991         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8992         number and build a fake message ID localized to a group and
8993         article number (so it's repeatable from that point on).
8994         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8995         ID format.
8996
8997         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8998         nnheader-generate-fake-message-id with the article number.
8999
9000 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
9001
9002         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9003         end-of-buffer.
9004
9005 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * message.el (message-ignored-supersedes-headers): Add Approved.
9008
9009 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * rfc2047.el (rfc2047-encode-message-header): Remove useless
9012         goto-char.
9013         (rfc2047-encode): Fold the line before encoding.
9014
9015 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * rfc2047.el (rfc2047-encode-message-header): Disabled header
9018         folding -- not all headers can be folded, and this should be done
9019         by the message composition mode.  Probably.  I think.
9020
9021 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9024         fast.
9025
9026         * gnus-ems.el (gnus-remove-image): Don't use
9027         message-text-with-property; remove only the image found first.
9028
9029         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9030         found first.
9031
9032 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9033
9034         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9035
9036 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * message.el (message-text-with-property): Make it fast and accept
9039         optional arguments.
9040         (message-strip-forbidden-properties): Use it.
9041         (message-fix-before-sending): Follow the m-t-w-p change.
9042
9043         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9044
9045 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (article-hide-headers): Don't change the buffer
9048         mistakenly when performing mml-preview even if
9049         gnus-single-article-buffer is nil.
9050
9051 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9052
9053         * message.el (message-expand-name-databases): New user option.
9054         (message-expand-name): Use it.
9055
9056 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9057
9058         * spam.el (spam-report-articles-resend)
9059         (spam-report-resend-register-routine): Allow ham reporting.
9060         (spam-report-resend-register-ham-routine): Add wrapper.
9061         (spam-registration-functions): Add ham resending functions.
9062         (spam-list-of-processors): Add ham resend processor.
9063
9064         * gnus.el (ham-resend-to): Add new group parameter.
9065         (spam-process): Add ham resend option.
9066
9067         * spam-report.el (spam-report-resend): Allow reporting ham.
9068         (spam-report-resend-ham): Add wrapper.
9069
9070 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071
9072         * message.el (message-cite-articles-with-x-no-archive): New
9073         variable.
9074         (message-cite-original): Use it.
9075
9076 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * message.el (message-cite-original): Respect X-No-Archive.
9079
9080 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus-art.el (article-hide-headers): Refer to the values for
9083         gnus-ignored-headers and gnus-visible-headers in the summary
9084         buffer since a user may have set them as group parameters.
9085
9086 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9087
9088         * assistant.el (assistant-node-name): Add convenience function.
9089         (assistant-render-text, assistant-render-node): Add error handling,
9090         plus handle multiple next nodes.
9091         (assistant-find-next-node): Comment out for now.
9092         (assistant-find-next-nodes): Add function, returns list of next
9093         nodes.
9094
9095 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * mail-source.el (mail-source-directory): Fix doc-string.
9098
9099 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * assistant.el (assistant-render-text, assistant-eval): Add :set
9102         widget type, which is different because it takes and returns a
9103         list.  Much hilarity ensues.
9104
9105 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9108
9109         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9110         doc-string.
9111
9112         * gnus-start.el (gnus-activate-group): Added doc-string.
9113
9114 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9117
9118 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9119
9120         * assistant.el (assistant-render-text): Try to add a :set
9121         widget, more to come.
9122
9123         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9124         strings.
9125         (spam-report-articles-resend)
9126         (spam-register-routine): Do registration iff any articles warrant
9127         it.
9128         (spam-summary-prepare-exit): Change log message for nil group
9129         destinations.
9130
9131 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9132
9133         * spam.el (spam-report-resend-register-routine): Allow
9134         spam-report-resend-to to be a group parameter or a global value.
9135
9136 2004-05-26  Simon Josefsson  <jas@extundo.com>
9137
9138         * starttls.el: Merge with my GNUTLS based starttls.el.
9139         (starttls-gnutls-program, starttls-use-gnutls)
9140         (starttls-extra-arguments, starttls-process-connection-type)
9141         (starttls-connect, starttls-failure, starttls-success): New
9142         variables.
9143         (starttls-program, starttls-extra-args): Doc fix.
9144         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9145         functions.
9146         (starttls-negotiate, starttls-open-stream): Check
9147         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9148         function if it is set.
9149
9150 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9153         structured fields.
9154
9155 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9158
9159 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9160
9161         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9162         variable.
9163         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9164         assigning the spam-mark to new messages.
9165
9166 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9167
9168         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9169
9170 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9173
9174         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9175         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9176         default.
9177
9178 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9179
9180         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9181         correct data.
9182
9183 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9186         (spam-group-processor-p): Fix function.
9187         (spam-group-processor-multiple-p)
9188         (spam-group-spam-processor-report-gmane-p)
9189         (spam-group-spam-processor-report-resend-p)
9190         (spam-group-spam-processor-bogofilter-p)
9191         (spam-group-spam-processor-blacklist-p)
9192         (spam-group-spam-processor-ifile-p)
9193         (spam-group-ham-processor-ifile-p)
9194         (spam-group-spam-processor-spamoracle-p)
9195         (spam-group-spam-processor-crm114-p)
9196         (spam-group-ham-processor-bogofilter-p)
9197         (spam-group-spam-processor-stat-p)
9198         (spam-group-ham-processor-stat-p)
9199         (spam-group-ham-processor-whitelist-p)
9200         (spam-group-ham-processor-BBDB-p)
9201         (spam-group-ham-processor-spamoracle-p)
9202         (spam-group-ham-processor-copy-p): Remove functions with some
9203         prejudice against unneeded code.
9204         (spam-report-articles-resend)
9205         (spam-report-resend-register-routine): Allow the group/topic
9206         spam-resend-to value to override spam-report-resend-to.
9207         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9208         properly now.
9209
9210         * gnus.el (spam-resend-to): Add group/topic parameter.
9211         (spam-process): Move the OBSOLETE processors to the end of the
9212         choices.
9213
9214 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9215
9216         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9217         with resend-to set to nil, and then ask the user if necessary.
9218         (spam-report-resend): spam-report-resend takes a list of articles, not
9219         separate article numbers.
9220
9221 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9224         addition to emacs-w3m.
9225
9226 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * assistant.el (assistant-authinfo-data): New function.
9229         (assistant-eval): Eval for entire assistant.
9230
9231         * netrc.el (netrc-services-file): New variable.
9232         (netrc-parse-services): New function.
9233         (netrc-find-service-name): New function.
9234         (netrc-find-service-number): New function.
9235         (netrc-port-equal): New function.
9236         (netrc-machine): Use it.
9237
9238         * nnimap.el (nnimap-open-connection): Use netrc.
9239
9240         * gnus-util.el (gnus-netrc-get): Remove aliases.
9241
9242         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9243
9244         * assistant.el (wid-edit): Fix compilation.
9245
9246         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9247
9248 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9249
9250         * gnus-util.el (gnus-set-file-modes): New function.  (small
9251         patch).
9252
9253 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9256
9257         * assistant.el (assistant-render-node): Fix up rendering and
9258         read-only text.
9259         (assistant-render-node): Reset.
9260         (assistant-make-read-only): Not sticky.
9261
9262 2004-05-20  Danny Siu  <dsiu@adobe.com>
9263
9264         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9265         centered even when gnus-auto-center-summary is t
9266
9267 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9268
9269         * dns.el (dns-get-txt-answer): New function.
9270         (dns-read-txt): Ditto.
9271         (query-dns): Use it.
9272
9273 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9276         active for foreign groups even if the group level is higher than
9277         the specified value.
9278
9279 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9282         non-active groups.
9283
9284         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9285
9286 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9287
9288         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9289
9290 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9291
9292         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9293         (spam-crm114-header, spam-crm114-spam-switch)
9294         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9295         (spam-crm114-positive-spam-header)
9296         (spam-crm114-database-directory, spam-list-of-processors)
9297         (spam-group-spam-processor-crm114-p)
9298         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9299         (spam-generic-score, spam-list-of-checks)
9300         (spam-list-of-statistical-checks, spam-registration-functions)
9301         (spam-check-crm114-headers, spam-crm114-score)
9302         (spam-check-crm114, spam-crm114-register-with-crm114)
9303         (spam-crm114-register-spam-routine)
9304         (spam-crm114-unregister-spam-routine)
9305         (spam-crm114-register-ham-routine)
9306         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9307         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9308
9309         * gnus.el: Add spam-use-crm114.
9310
9311         * spam.el (spam-list-of-processors, spam-registration-functions):
9312         Add spam-use-resend.
9313         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9314         (spam-report-articles-gmane): Add doc fix.
9315         (spam-report-articles-resend,
9316         spam-report-resend-register-routine): Add wrappers around
9317         spam-report-resend-to.
9318
9319         * spam-report.el (spam-report-resend-to, spam-report-resend):
9320         Add support for resending spam.
9321         (spam-report-gmane): Fix line length >80.
9322
9323         * gnus.el (spam-process): Add spam-use-resend.
9324
9325 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9326
9327         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9328         number of processed spam messages.
9329         (spam-ham-copy-or-move-routine): Return the number of processed
9330         ham messages.
9331         (spam-summary-prepare-exit): Use the above values to decide
9332         whether status messages shouled be displayed.
9333
9334 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9337         `rfc2047-encoding-function-alist' in order to avoid conflicting
9338         with the old version.
9339         (rfc2047-encode-region): Concatenate words containing non-ASCII
9340         characters in structured fields; don't encode space-delimited
9341         ASCII words even in unstructured fields; don't break words at
9342         char-category boundaries.
9343         (rfc2047-encode-1): New function.
9344         (rfc2047-encode): Use it; encode text so that it occupies the
9345         maximum width within 76-column; work correctly on Q encoding for
9346         iso-2022-* charsets.
9347         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9348         sure not to break a line just after the header name.
9349         (rfc2047-b-encode-region): Removed.
9350         (rfc2047-b-encode-string): New function.
9351         (rfc2047-q-encode-region): Removed.
9352         (rfc2047-q-encode-string): New function.
9353
9354         * mm-util.el (mm-replace-in-string): New function.
9355
9356 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9359         get it right.
9360         (gnus-inews-make-draft): Really.
9361
9362 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9363
9364         * nnmh.el (nnmh-request-list-1): Don't check the link count
9365         before descending.  (small patch)
9366
9367 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9370         stuff.
9371
9372         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9373         on real group name.
9374
9375         * gnus-art.el (gnus-signature-limit): Doc fix.
9376
9377         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9378
9379         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9380
9381 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9382
9383         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9384         isn't a string.
9385
9386 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387
9388         * gnus-draft.el (gnus-draft-send): Bind
9389         rfc2047-encode-encoded-words.
9390
9391         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9392         (rfc2047-encodable-p): Say that =? needs encoding.
9393         (rfc2047-encode-encoded-words): New variable.
9394
9395         * gnus-group.el (gnus-group-select-group): Doc fix.
9396
9397         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9398
9399         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9400         to nil.
9401
9402         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9403
9404         * nnheader.el (nnheader-get-lines-and-char): New function.
9405
9406 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * gnus-msg.el (gnus-summary-followup-with-original): Document
9409         yanking of region when active.
9410
9411 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9414         groups if the group level is higher than the specified value.
9415
9416 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9419         (gnus-group-jump-to-group): Added prefix argument using
9420         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9421         non-active group.
9422
9423         * compface.el (uncompface): Be verbose when changing
9424         `uncompface-use-external'.
9425
9426         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9427         handle manual section.
9428
9429 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * gnus-art.el (gnus-button-alist): Revert previous change.
9432
9433 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9436
9437 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9440         whether backend can accept message.
9441
9442         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9443
9444 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9445
9446         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9447         Avoid creating directory when nntp-marks-is-evil is true.
9448         Reported by Reiner Steib.
9449
9450 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-picon.el (gnus-picon-style): New variable.
9453         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9454         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9455         Jesper Harder <harder@ifa.au.dk>.
9456
9457 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * message.el (message-fill-field): Return point.
9460         (message-generate-headers): Go to end of field.
9461
9462         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9463         stuff for non-living groups.
9464
9465 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9466
9467         * gnus-art.el (gnus-article-followup-with-original)
9468         (gnus-article-reply-with-original): gnus-mark-active-p ->
9469         gnus-region-active-p.
9470
9471 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9472
9473         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9474         only when there is spam or ham to be processed.
9475
9476 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * mail-source.el (mail-source-delete-crash-box): Refactor.
9479         (mail-source-fetch): Use it.
9480         (mail-source-fetch-file): Ditto.
9481         (mail-source-fetch-directory): Run postscript in loop.
9482         (mail-source-fetch-pop): Delete.
9483         (mail-source-fetch-maildir): Ditto.
9484         (mail-source-fetch-imap): Ditto.
9485
9486         * imap.el (imap-authenticators): Comment out sasl.
9487
9488         * message.el (message-skip-to-next-address): New function.
9489         (message-fill-header-address): Refactor.
9490         (message-fill-address): Use it.
9491         (message-delete-address): Use it.
9492         (message-fill-header-general): Refactor.
9493         (message-fill-field-address): Rename.
9494         (message-narrow-to-field): Find the start of the header.
9495         (message-header-format-alist): Don't pre-fill.
9496         (message-fill-header): Removed.
9497         (message-insert-header): New function.
9498         (message-shorten-references): Use it.
9499
9500         * rfc2047.el (rfc2047-field-value): Strip props.
9501
9502         * mail-parse.el (mail-header-make-address): New alias.
9503
9504         * ietf-drums.el (ietf-drums-make-address): New function.
9505
9506         * imap.el: Add compiler directives.
9507
9508         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9509
9510         * gnus-art.el (article-decode-idna-rhs): Don't use
9511         message-idna-inside-rhs-p.
9512
9513 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * message.el (message-idna-inside-rhs-p): Removed.
9516         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9517
9518         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9519         false positives.
9520
9521 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9522
9523         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9524
9525 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * nneething.el (nneething-file-name): Don't create spurions
9528         files.
9529
9530         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9531         (gnus-inews-do-gcc): Remove sleep.
9532
9533         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9534         part under point.
9535
9536         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9537         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9538
9539 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9540
9541         * spam.el (spam-summary-prepare-exit): Fixed (length).
9542
9543 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9546         as expired without moving it" message when there are spam
9547         messages left.
9548
9549 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9550
9551         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9552         header is not nil.
9553
9554 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9555
9556         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9557         nntp-possibly-create-directory, not nntp-possibly-change-group.
9558         (nntp-marks-changed-p): New arg SERVER.
9559         (nntp-request-update-info): Adjust caller.
9560
9561 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9562
9563         * nntp.el (nntp-save-marks): Pass missing arg.
9564
9565 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9566
9567         * nntp.el: Support marks.
9568         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9569         (nntp-marks-modtime, nntp-marks-directory): New variables.
9570         (nntp-request-set-mark, nntp-request-update-info)
9571         (nntp-possibly-create-directory, nntp-marks-changed-p)
9572         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9573         functions.
9574
9575 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9576
9577         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9578         (gnus-xmas-redefine): Rename.
9579
9580         * gnus-score.el (gnus-score-insert-help): Use
9581         gnus-select-lowest-window.
9582
9583         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9584         appt-select-lowest-window and rename to gnus-select-lowest-window.
9585
9586         * gnus.el: do.
9587
9588 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9589
9590         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9591         encodings of MIME-encoded words, in order to improve
9592         interoperability with several broken MUAs.
9593
9594 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9595
9596         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9597         tags, only when charsets are not specified in headers.
9598         (mm-inline-text-html-render-with-w3m): Ditto.
9599
9600         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9601         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9602
9603 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9604
9605         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9606         instead of MIME-decoded from fields when checking
9607         `gnus-article-address-banner-alist'.
9608
9609 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9610
9611         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9612         description rather than subject.
9613
9614 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9615
9616         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9617
9618 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * gnus.el (gnus-version-number): Bump.
9621
9622 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9623
9624         * gnus.el: No Gnus v0.2 is released.
9625
9626 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * gnus-agent.el (gnus-agent-read-agentview): Inline
9629         gnus-uncompress-range.
9630
9631 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9632
9633         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9634         `exec-installed-p'.
9635
9636 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9637
9638         * gnus.el (spam-process, spam-autodetect-methods): Add
9639         bsfilter and bsfilter-headers.
9640
9641         * spam.el (spam-bsfilter): New customize group.
9642         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9643         (spam-bsfilter-header, spam-bsfilter-probability-header)
9644         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9645         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9646         (spam-bsfilter-database-directory): New options.
9647         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9648         (spam-list-of-statistical-checks, spam-registration-functions):
9649         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9650         (spam-bsfilter-score): New command.
9651         (spam-check-bsfilter-headers, spam-check-bsfilter)
9652         (spam-bsfilter-register-with-bsfilter)
9653         (spam-bsfilter-register-spam-routine)
9654         (spam-bsfilter-unregister-spam-routine)
9655         (spam-bsfilter-register-ham-routine)
9656         (spam-bsfilter-unregister-ham-routine): New functions.
9657         (spam-generic-score): Support bsfilter; Accept an optional argument
9658         to recalcurate spam score even if scoring header has already been
9659         added.
9660         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9661         optional argument to recalcurate spam score even if scoring header
9662         has already been added.
9663
9664 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9665
9666         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9667         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9668         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9669         link is missing.
9670
9671 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9672
9673         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9674         (html2text-get-attr): Rewrite.
9675
9676         * message.el (message-setup-1): Remove redundant put-text-property
9677         on mail-header-separator.
9678
9679 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9680
9681         * gnus-registry.el (gnus-registry-cache-whitespace)
9682         (gnus-registry-action, gnus-registry-spool-action)
9683         (gnus-registry-split-fancy-with-parent): Change message levels
9684         from 5 to 3 or 7, as needed.
9685
9686         * spam.el (spam-summary-prepare-exit)
9687         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9688         (spam-split, spam-find-spam, spam-log-undo-registration)
9689         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9690         level from 5 to 6.
9691
9692 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9695         2004-03-04 change).
9696
9697 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9698
9699         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9700         Use mapc when appropriate.
9701
9702         * sieve-manage.el (sieve-manage-open): do.
9703
9704         * nnweb.el (nnweb-insert-html): do.
9705
9706         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9707         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9708
9709         * nnspool.el (nnspool-request-group): do.
9710
9711         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9712         do.
9713
9714         * nnml.el (nnml-request-update-info): do.
9715
9716         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9717         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9718
9719         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9720         (nnimap-request-set-mark): do.
9721
9722         * nnfolder.el (nnfolder-request-update-info): do.
9723
9724         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9725         do.
9726
9727         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9728
9729         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9730
9731         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9732         do.
9733
9734         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9735         do.
9736
9737         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9738
9739         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9740
9741         * gnus-int.el (gnus-start-news-server): do.
9742
9743         * gnus-group.el (gnus-group-make-kiboze-group)
9744         (gnus-group-browse-foreign-server): do.
9745
9746 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9747
9748         FIXME: Make separate entries for each person.
9749
9750         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9751         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9752         <shields@msrl.com>:
9753
9754         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9755         may need for spam sorting and scoring.
9756         (spam-user-format-function-S): Add user format function suitable for
9757         general use.
9758         (spam-article-sort-by-spam-status): Add sorting function for summary
9759         sorting.
9760         (spam-extra-header-to-number): Add function to get a score from a
9761         header.
9762         (spam-summary-score): Add function to  get a numeric score from the
9763         headers.
9764         (spam-generic-score): Fixed function doc, was in wrong place.
9765         (spam-initialize): Take symbols when it's run, and install the
9766         extra headers that spam-necessary-extra-headers thinks we need.
9767
9768 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9769
9770         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9771         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9772
9773 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9774
9775         * gnus-sum.el (gnus-set-global-variables)
9776         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9777         (gnus-article-get-xrefs, gnus-summary-best-group)
9778         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9779         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9780         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9781         with-current-buffer.
9782
9783 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9784
9785         * spam.el (spam-summary-prepare-exit): Simplify logic.
9786         (spam-fetch-article-header): Read the article header if it's not
9787         available.
9788         (spam-list-articles): Simplify logic.
9789         (spam-filelist-register-routine): Fix bug with unregister-list.
9790
9791         * gnus-registry.el: Fix comments at beginning.
9792
9793 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9794
9795         * message.el (message-cater-to-broken-inn): Remove.
9796         (message-shorten-references): Make sure the total folded length of
9797         References is shorter than 998 characters to cater to a bug in INN
9798         2.3.  Also, don't pretend that references aren't folded -- this
9799         hasn't worked for a while.
9800
9801 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9802
9803         * gnus-agent.el (gnus-agentize):
9804         gnus-agent-send-mail-real-function no longer set to current value
9805         of message-send-mail-function but rather a lambda that calls
9806         message-send-mail-function.  The change makes the agent real-time
9807         responsive to user changes to message-send-mail-function.
9808
9809 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9810
9811         * legacy-gnus-agent.el
9812         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9813         help from Florian Weimer <fw@deneb.enyo.de>
9814
9815 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * nnmail.el (nnmail-cache-insert): Revert last change.
9818
9819 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * nnmail.el (nnmail-cache-insert): Always check whether
9822         nnmail-cache-ignore-groups matches a group name.
9823
9824 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9825
9826         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9827         (spam-find-spam, spam-log-processing-to-registry)
9828         (spam-log-registered-p, spam-log-unregistration-needed-p)
9829         (spam-log-undo-registration): Use gnus-message instead of
9830         gnus-error, none of these errors are fatal.
9831
9832         * gnus-registry.el (gnus-registry-clean-empty-function)
9833         (gnus-registry-clean-empty): Remove only empty entries without
9834         extra data.
9835
9836 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9837
9838         * spam-stat.el (spam-stat-buffer-change-to-spam)
9839         (spam-stat-buffer-change-to-non-spam): Change (error) to
9840         (gnus-message 8) invocation.
9841
9842 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * nntp.el (nntp-via-netcat-command): New variable.
9845         (nntp-via-netcat-switches): New variable.
9846         (nntp-open-via-rlogin-and-netcat): New function.
9847         (nntp-open-connection-function): Doc fix.
9848         (nntp-telnet-command): Doc fix.
9849         (nntp-end-of-line): Doc fix.
9850         (nntp-via-rlogin-command): Doc fix.
9851         (nntp-via-user-name): Doc fix.
9852         (nntp-via-address): Doc fix.
9853
9854 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9857         error in Emacs 21.1.
9858
9859 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9862
9863 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9864         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9865         (gnus-agent-with-refreshed-group): New macro.
9866         (gnus-agent-rename-group): New function.
9867         (gnus-agent-delete-group): New function.
9868         (gnus-agent-save-group-info): Use gnus-command-method when
9869         `method' parameter is nil.  Don't write nil entries into the
9870         active file.
9871         (gnus-agent-get-group-info): New function.
9872         (gnus-agent-fetch-articles): Use
9873         gnus-agent-update-files-total-fetched-for to increment disk space
9874         used.
9875         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9876         gnus-agent-update-view-total-fetched-for to increment disk space
9877         used.
9878         (gnus-agent-get-local): Added optional parameters to avoid calling
9879         gnus-group-real-name and gnus-find-method-for-group.
9880         (gnus-agent-set-local): Delete stored entry if either min, or max,
9881         are nil.
9882         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9883         quit, use gnus-agent-regenerate-group to record existance of any
9884         articles fetched to disk before the quit occurred.
9885         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9886         gnus-agent-update-view-total-fetched-for, and
9887         gnus-agent-update-files-total-fetched-for to decrement disk space
9888         used.
9889         (gnus-agent-retrieve-headers): Use
9890         gnus-agent-update-view-total-fetched-for to increment disk space
9891         used.
9892         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9893         with gnus-agent-update-files-total-fetched-for to decrement disk
9894         space and fresh group buffer.
9895         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9896         (gnus-agent-need-update-total-fetched-for): New variable.
9897         (gnus-agent-update-files-total-fetched-for): New function.
9898         (gnus-agent-update-view-total-fetched-for): New function.
9899         (gnus-agent-total-fetched-for): New function.
9900
9901         * gnus-cache.el (gnus-cache-save-buffers): Use
9902         gnus-cache-update-overview-total-fetched-for to change disk space
9903         used by this group.
9904         (gnus-cache-possibly-enter-article): Use
9905         gnus-cache-update-file-total-fetched-for to increment disk space
9906         used by this group.
9907         (gnus-cache-possibly-remove-article): Use
9908         gnus-cache-update-file-total-fetched-for to decrement disk space
9909         used by this group.
9910         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9911         (gnus-cache-rename-group): New function.
9912         (gnus-cache-delete-group): New function.
9913         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9914         (gnus-cache-need-update-total-fetched-for): New variable.
9915         (gnus-cache-with-refreshed-group): New macro.
9916         (gnus-cache-update-file-total-fetched-for): New function.
9917         (gnus-cache-update-overview-total-fetched-for): New function.
9918         (gnus-cache-rename-group-total-fetched-for): New function.
9919         (gnus-cache-delete-group-total-fetched-for): New function.
9920         (gnus-cache-total-fetched-for): New function.
9921
9922         * gnus-group.el: Require gnus-sum and autoload functions to
9923         resolve warnings when gnus-group.el compiled alone.
9924         (gnus-group-line-format): Documented new %F
9925         (size of Fetched data) group line format; identifies disk space
9926         used by agent and cache.
9927         (gnus-group-line-format-alist): Defined new F format.
9928         (gnus-total-fetched-for): New function.
9929         (gnus-group-delete-group): No longer update
9930         gnus-cache-active-altered as gnus-request-delete-group now keeps
9931         the cache in sync.
9932         (gnus-group-list-active): Let the agent store a server's active
9933         list if currently plugged.
9934
9935         * gnus-int.el (gnus-request-delete-group): Use
9936         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9937         local disk in sync with the server.
9938          (gnus-request-rename-group): Use
9939         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9940         local disk in sync with the server.
9941
9942         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9943         simplification to logic.
9944
9945         * gnus-util.el (gnus-rename-file): New function.
9946
9947 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9948
9949         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9950
9951 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9952
9953         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9954         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9955
9956 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9957
9958         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9959         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9960
9961 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9962
9963         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9964
9965 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9966
9967         * spam.el (spam-set-difference): Add function to replace
9968         gnus-set-difference in spam.el.
9969         (spam-summary-prepare-exit): Use spam-set-difference.
9970
9971 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9972
9973         * gnus-registry.el (gnus-registry-cache-file): Update to use
9974         gnus-dribble-directory OR gnus-home-directory OR ~.
9975         (gnus-registry-split-fancy-with-parent): Fix doc.
9976
9977 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * message.el (message-exchange-point-and-mark): Use
9980         message-mark-active-p.  Suggested by Jesper Harder
9981         <harder@ifa.au.dk>.
9982
9983 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * message.el (message-exchange-point-and-mark): Don't activate
9986         region if it was inactive.  Suggested by Hiroshi Fujishima
9987         <pooh@nature.tsukuba.ac.jp>.
9988
9989 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-art.el (article-display-face): Display Faces in the same
9992         order as X-Faces.
9993
9994 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9997
9998 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10001         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10002         (gnus-article-mime-hierarchy): Remove.
10003         (gnus-article-mime-hierarchy-next): Remove.
10004         (gnus-article-mode): Revert 2004-03-19 change.
10005         (gnus-article-setup-buffer): Revert 2004-03-19 change.
10006         (gnus-insert-mime-button): Revert 2004-03-19 change.
10007         (gnus-mime-accumulate-hierarchy): Remove.
10008         (gnus-mime-enter-multipart): Remove.
10009         (gnus-mime-leave-multipart): Remove,
10010         (gnus-mime-display-part): Revert 2004-03-19 change.
10011         (gnus-mime-display-alternative): Revert 2004-03-19 change.
10012
10013         * mml.el (mml-preview): Revert 2004-03-19 change.
10014
10015 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10016
10017         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10018
10019 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10022         t while entering a file name using the mm-with-multibyte macro.
10023         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10024
10025         * mm-util.el (mm-with-multibyte): New macro.
10026
10027 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10030         user option.
10031         (gnus-mime-multipart-functions): Doc and customization fix.
10032         (gnus-article-mime-hierarchy): New variable.
10033         (gnus-article-mime-hierarchy-next): New variable.
10034         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10035         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10036         gnus-article-mime-hierarchy-next to nil.
10037         (gnus-insert-mime-button): Show hierarchy numbers.
10038         (gnus-mime-accumulate-hierarchy): New function.
10039         (gnus-mime-enter-multipart): New function.
10040         (gnus-mime-leave-multipart): New function.
10041         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10042         (gnus-mime-display-alternative): Show hierarchy numbers.
10043
10044         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10045         gnus-article-mime-hierarchy-next to nil.
10046
10047 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10048
10049         * dns.el: Don't require gnus-xmas.
10050
10051 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10052
10053         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10054         inline PGP.
10055         (mml-menu): Disable mml-quote-region if mark is inactive.
10056
10057 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10060         when the group's active is not available.
10061
10062 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10065         error.
10066
10067 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * imap.el (imap-store-password): New variable.
10070         (imap-interactive-login): Use it.
10071         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10072
10073 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10076         window-start and hscroll to summary window.
10077
10078 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10079
10080         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10081         conversion message to newsrc-dribble when an actual conversion is
10082         performed.
10083
10084 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10085
10086         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10087
10088 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * mm-decode.el (mm-complicated-handles): New function reviving
10091         former definition of mm-multiple-handles.
10092
10093         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10094         (gnus-mime-delete-part): Use it.
10095
10096 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10097
10098         * gnus-agent.el (gnus-agent-read-local): Bind
10099         nnheader-file-coding-system to gnus-agent-file-coding-system to
10100         avoid the implicit assumption that they will always be equal.
10101         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10102         coding-system-for-write, as the with-temp-file macro first prints
10103         to a buffer then saves the buffer.
10104
10105 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * gnus-art.el (gnus-article-edit-part): New function.
10108         (gnus-mime-save-part-and-strip): Use it; do query instead of
10109         signaling an error; don't use mm-multiple-handles.
10110         (gnus-mime-delete-part): Ditto.
10111
10112 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10113
10114         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10115         old file versions.
10116         (gnus-group-prepare-hook): Removed function that converted list
10117         form of gnus-agent-expire-days to group properties.
10118
10119         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10120         (gnus-request-accept-article): Re-indented.
10121
10122         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10123         converters to handle old agent file formats.  Added logic for a
10124         "backup before upgrading warning".
10125         (gnus-convert-mark-converter-prompt): Developers can mark
10126         functions as needing (default), or not needing,
10127         gnus-convert-old-newsrc's "backup before upgrading warning".
10128         (gnus-convert-converter-needs-prompt): Tests whether the user
10129         should be protected from potentially irreversable changes by the
10130         function.
10131
10132         * legacy-gnus-agent.el (): New. Provides converters that are only
10133         loaded when gnus-convert-old-newsrc needs to call them.
10134
10135 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * mail-source.el (mail-source-touch-pop): Doc fix.
10138
10139         * message.el (message-smtpmail-send-it): Doc fix.
10140
10141 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10142
10143         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10144
10145         * nnmail.el (nnmail-split-fancy): do.
10146
10147         * gnus-kill.el (gnus-kill, gnus-execute): do.
10148
10149 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10150
10151         * gnus-sum.el (gnus-widget-reversible-match)
10152         (gnus-widget-reversible-to-internal)
10153         (gnus-widget-reversible-to-external): New functions.
10154         (gnus-widget-reversible): New widget.
10155         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10156
10157 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10158
10159         * gnus-sum.el (gnus-thread-sort-functions)
10160         (gnus-article-sort-functions): Document `(not F)' items.
10161
10162 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10163
10164         * spam.el (spam-use-gmane-xref): Add new backend.
10165         (spam-gmane-xref-spam-group): Add variable to control the name of the
10166         Gmane spam group.
10167         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10168         (spam-regex-headers-spam, spam-regex-headers-ham)
10169         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10170         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10171         backends and checks.
10172         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10173
10174         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10175         an autodetect method.
10176
10177 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10178
10179         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10180         articles are being added to a group.
10181         (gnus-request-replace-article): Inform the agent that articles
10182         need to be uncached as the cached contents are no longer valid.
10183
10184 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * binhex.el: Don't autoload executable-find.
10187
10188         * canlock.el: Don't autoload mail-fetch-field.
10189
10190         * dgnushack.el: Autoload c-mode for XEmacs.
10191
10192         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10193
10194         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10195         rmail-dont-reply-to and rmail-output.
10196
10197         * gnus-score.el: Don't autoload ffap-string-at-point.
10198
10199         * gnus-setup.el: Don't autoload sc-cite-original.
10200
10201         * imap.el: Don't autoload base64-decode-string,
10202         base64-encode-string and md5.
10203
10204         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10205         and rmail-msg-restore-non-pruned-header.
10206
10207         * mm-decode.el: Don't autoload executable-find.
10208
10209         * mm-url.el: Don't autoload executable-find.
10210
10211         * mm-view.el: Don't autoload diff-mode.
10212
10213         * nndb.el: Don't autoload news-reply-mode, news-setup,
10214         cancel-timer and telnet.
10215
10216         * password.el: Don't autoload run-at-time for Emacs.
10217
10218         * sha1-el.el: Don't autoload executable-find.
10219
10220         * sieve-mode.el: Don't autoload c-mode.
10221
10222         * uudecode.el: Don't autoload executable-find.
10223
10224 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10225
10226         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10227         (gnus-agent-possibly-alter-active): Avoid null in numeric
10228         comparison.
10229         (gnus-agent-set-local): Refuse to save null in local object table.
10230         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10231         list of articles that will be marked as unread.
10232
10233 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10236
10237 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10238
10239         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10240         language tags.
10241
10242 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10243
10244         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10245         Don't bind "obarray".
10246
10247         * gnus-sum.el (gnus-thread-sort-functions): Added
10248         `gnus-thread-sort-by-most-recent-number' and
10249         `gnus-thread-sort-by-most-recent-date'.
10250         Reported by Kai Grossjohann <kai@emptydomain.de>.
10251
10252 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10255
10256 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10257
10258         * gnus-cus.el (gnus-agent-customize-category): Removed
10259         ignore-errors macro reference that required cl to be loaded at
10260         run-time.
10261
10262         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10263         single-interval range of the form (min . max).  Previously the
10264         range had to look like ((min . max)).  Likewise, return
10265         (min . max) rather than ((min . max)).
10266         (gnus-range-map): Use gnus-range-normalize to accept
10267         single-interval range.
10268
10269         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10270         the cache, but not the agent, now appear with their usual face.
10271
10272         * dgnushack.el (loaddir): New variable that is bound to the
10273         directory containing the dgnushack.el file. Use loaddir, rather
10274         than srcdir, to update load-path. Change lets dgnushack compile
10275         code in directories other than GNUS/lisp.
10276
10277 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * lpath.el: Don't bind w3m-safe-url-regexp.
10280
10281         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10282         w3m-safe-url-regexp variable buffer-local.
10283
10284         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10285
10286 2004-02-27  Simon Josefsson  <jas@extundo.com>
10287
10288         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10289         gnus-group-real-prefix.
10290         (gnus-summary-move-article): Use it, instead of
10291         gnus-group-real-prefix.
10292
10293 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * lpath.el: Bind w3m-safe-url-regexp.
10296
10297         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10298         w3m-safe-url-regexp variable buffer-local and set it as the value
10299         of mm-w3m-safe-url-regexp.
10300
10301         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10302
10303         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10304         parsing gnus-posting-styles when the message is not for replying.
10305
10306         * dgnushack.el: Autoload sgml-mode for XEmacs.
10307
10308         * nnrss.el (nnrss-opml-export): Use
10309         mm-set-buffer-file-coding-system instead of
10310         set-buffer-file-coding-system.
10311
10312 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10313
10314         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10315         of checkdoc.el).
10316         * nnrss.el: do.
10317         * gnus-mlspl.el: do.
10318         * gnus-ml.el: do.
10319         * gnus-srvr.el: do.
10320
10321         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10322
10323 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10324
10325         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10326         Corrections to custom-manual links.
10327
10328         * gnus-art.el (gnus-article): Ditto.
10329
10330         * mm-decode.el (mime-display, mime-security): Ditto.
10331
10332 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10333
10334         * flow-fill.el: Typo.
10335
10336 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10337
10338         * spam-wash.el: New file.
10339
10340 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10341
10342         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10343
10344 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10345
10346         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10347         to be run with new-articles as LIST1, not LIST2.
10348         (spam-registration-functions): Add spam-use-ham-copy as a nil
10349         registration backend.
10350
10351 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10352
10353         * spam-stat.el (spam-stat-washing-hook): New option.
10354         (spam-stat-buffer-words): Use it.
10355         (spam-stat-process-directory, spam-stat-test-directory): Use
10356         insert-file-contents-literally.
10357         (spam-stat-coding-system): New variable.
10358         (spam-stat-load, spam-stat-save): Use it.
10359
10360 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * spam-report.el (spam-report-plug-agent): Quote
10363         spam-report-url-to-file and spam-report-url-ping-plain.
10364
10365 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10368         / in mailto URLs.
10369
10370 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * spam-report.el (spam-report-process-queue): Fix interactive use.
10373         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10374         (spam-report-unplug-agent): Doc fixes.
10375         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10376         (spam-report-agentize, spam-report-deagentize): Autoload
10377
10378 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10381
10382         * message.el (message-setup-fill-variables): Add mml tags to
10383         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10384         <ajk@iu.edu>.
10385         (message-mode): Don't modify paragraph-separate there.
10386
10387 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * compface.el (uncompface-use-external): Default to undecided.
10390         (uncompface-use-external-threshold): New variable.
10391         (uncompface-float-time): New macro.
10392         (uncompface): Determine whether to use the external decoder if
10393         uncompface-use-external is undecided.
10394
10395 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10396
10397         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10398         after images.
10399
10400         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10401
10402 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10403
10404         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10405
10406         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10407
10408         * gnus-sum.el (gnus-summary-limit-to-age)
10409         (gnus-summary-limit-children): do.
10410
10411         * gnus-int.el (gnus-request-scan): do.
10412
10413         * gnus-group.el (gnus-group-suspend): do.
10414
10415         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10416
10417         * gnus-cite.el (gnus-cite-parse-attributions): do.
10418
10419         * gnus-agent.el (gnus-summary-set-agent-mark)
10420         (gnus-agent-regenerate-group): do.
10421
10422         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10423
10424         * binhex.el (binhex-decode-region-internal): do.
10425
10426 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-fun.el (gnus-face-properties-alist): New user option.
10429         (gnus-display-x-face-in-from): Use it.
10430
10431         * gnus-art.el (article-display-face): Ditto.
10432
10433         * compface.el (uncompface-use-external): Default to nil.
10434
10435 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10436
10437         * nntp.el (nntp-erase-buffer): New function.
10438         (nntp-retrieve-data, nntp-send-command)
10439         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10440         (nntp-possibly-change-group): Use it.
10441
10442         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10443         with-current-buffer.
10444
10445 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10446
10447         * compface.el: Merge the ELisp-based uncompface program.
10448         (compface): New customization group.
10449         (uncompface-use-external): New user option.
10450         (uncompface): Call uncompface-internal if uncompface-use-external
10451         is nil.
10452         (uncompface-internal): New function.  Note that there are also
10453         some other functions and variables added for this function.
10454
10455 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10456
10457         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10458         if necessary.
10459
10460 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10461
10462         * spam-report.el (spam-report-unplug-agent)
10463         (spam-report-plug-agent, spam-report-deagentize)
10464         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10465         Add support for the Agent in spam-report: when unplugged, report to a
10466         file; when plugged, submit all the requests.
10467
10468         * spam.el (spam-register-routine): Fix message about
10469         registration.
10470
10471 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10472
10473         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10474         dependencies.
10475         (rfc2047-encode): Use it.
10476
10477         * gnus-art.el (gnus-button-marker-list): Move before first
10478         reference.
10479
10480         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10481         (imap-parse-body): Fix format string mismatch.
10482
10483         * gnus-score.el (gnus-summary-increase-score): do.
10484
10485         * nnrss.el (nnrss-close): New function.
10486
10487 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10488
10489         * nnrss.el (nnrss-make-filename): New function.
10490         (nnrss-request-delete-group, nnrss-read-server-data)
10491         (nnrss-save-server-data, nnrss-read-group-data)
10492         (nnrss-save-group-data): Use it.
10493         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10494         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10495         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10496
10497 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10498
10499         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10500
10501 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10502
10503         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10504         files.
10505
10506         * message.el (message-generate-headers-first): Don't quote nil
10507         and t in docstrings.
10508
10509         * imap.el (imap-id): do.
10510
10511         * gnus-agent.el (gnus-agent-consider-all-articles)
10512         (gnus-agent-queue-mail): do.
10513
10514 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * spam-report.el (spam-report-process-queue): New function.
10517         Process requests from `spam-report-requests-file'.
10518         (spam-report-process-queue): Doc fix.
10519
10520 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10521
10522         * spam.el (spam-register-routine)
10523         (spam-log-processing-to-registry, spam-log-registered-p)
10524         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10525         Change "check" to "spam-check" for semi-clarity.
10526
10527 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10528
10529         * pop3.el: Require nnheader.
10530
10531         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10532
10533         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10534
10535         * gnus-picon.el: Require cl.
10536
10537         * gnus-fun.el: Require gnus-ems and gnus-util.
10538
10539         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10540
10541         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10542
10543         * gnus-art.el (gnus-article-edit-mode): Define before first
10544         reference.
10545
10546 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10547
10548         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10549         (gnus-uu-post-encoded): Use point-at-bol.
10550
10551         * gnus-topic.el (gnus-group-active-topic-p): do.
10552
10553         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10554
10555         * gnus-group.el (gnus-group-kill-region): do.
10556
10557         * gnus-art.el (article-date-ut): do.
10558
10559         * message.el (message-fetch-field): Remove redundant
10560         case-fold-search binding.
10561         (message-narrow-to-field): Simplify.
10562
10563 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * spam.el (spam-directory): Derive from `gnus-directory'.
10566
10567         * spam-report.el (spam-report-url-to-file)
10568         (spam-report-requests-file): New function and variable for offline
10569         reporting.
10570         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10571         and user defined function.
10572         (spam-report-url-ping-mm-url): Remove doubled slash.
10573
10574 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10575
10576         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10577
10578 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10579
10580         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10581         format string mismatch.
10582
10583         * sieve.el (sieve-deactivate-all): do.
10584
10585         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10586
10587         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10588
10589         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10590
10591         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10592
10593 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10594
10595         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10596         the list of checks.
10597
10598 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10599
10600         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10601         padding.
10602
10603 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10604
10605         * mm-view.el (mm-fill-flowed): New variable.
10606         (mm-inline-text): Use it.
10607
10608 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10609
10610         * spam.el (spam-spamassassin-register-ham-routine)
10611         (spam-spamassassin-register-spam-routine): Fix function names.
10612
10613 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus.el (gnus-tmp-grouplens): Remove.
10616         (gnus-summary-line-format): Remove grouplens.
10617
10618         * gnus-group.el (gnus-group-line-format): Ditto.
10619
10620         * gnus-spec.el (gnus-format-specs): Ditto.
10621         (gnus-update-format-specifications): Flush the group format spec
10622         cache if there's the grouplens stuff.
10623         (gnus-parse-simple-format): Replace %l with the empty string.
10624
10625 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10626
10627         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10628         omission.
10629
10630 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10633         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10634
10635 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10636
10637         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10638         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10639         New macros and functions.
10640         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10641         Handle > NLINK_MAX messages.
10642         * nnmaildir.el (nnmaildir-request-set-mark): Use
10643         nnmaildir--emlink-p and nnmaildir--eexist-p.
10644
10645 2004-01-25  Alex Schroeder  <alex@gnu.org>
10646
10647         * spam-stat.el (spam-stat-process-directory-age): New option.
10648         (spam-stat-process-directory): Use it.
10649
10650 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10651
10652         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10653         (spam-stat-save): Accept prefix argument.
10654
10655 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10656
10657         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10658         links" error.
10659
10660 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10663         the rest of the and/or forms.
10664
10665 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10666
10667         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10668         compatibility with old .newsrc.eld files.
10669
10670         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10671
10672         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10673
10674         * gnus-start.el (gnus-1): do.
10675
10676         * gnus-group.el (gnus-group-line-format-alist): do.
10677
10678         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10679
10680         * gnus-gl.el: Remove.
10681
10682 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10683
10684         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10685         marks consisting of a single range {for example, (3 . 5)} rather
10686         than a list of a single range { ((3 . 5)) }.
10687
10688 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10689
10690         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10691         with-current-buffer.
10692         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10693         avoid consing a string.
10694
10695         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10696         Remove obsolete entries for big5 and gb2312.
10697
10698 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10699
10700         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10701         uncompressed list.
10702
10703 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10704
10705         * spam-stat.el (spam-stat-strip-xref): New function.
10706         (spam-stat-process-directory): Use it.
10707
10708         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10709         here -- it's done in message-fetch-field.
10710
10711 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10712
10713         * gnus-agent.el (gnus-agent-queue-mail,
10714         gnus-agent-prompt-send-queue): New variables.
10715         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10716         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10717         "nndraft:queue" along to gnus-draft-send.  Use
10718         gnus-agent-prompt-send-queue.
10719         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10720         is "nndraft:queue".  Suggested by Gaute Strokkenes
10721         <gs234@srcf.ucam.org>
10722
10723         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10724         (agent-enable-undownloaded-faces): Added
10725         (gnus-agent-cat-groups): Use eval-and-compile, not
10726         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10727         method of gnus-agent-cat-groups even when the buffer has been
10728         evaled.
10729         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10730         delete gnus-agent-save-active-1.
10731         (gnus-agent-save-groups): Deleted. Identical to
10732         gnus-agent-save-active.
10733         (gnus-agent-write-active): No longer adjust agent's copy of active
10734         file as agent's adjustments are now stored in their own
10735         file. Removed optional parameter.
10736         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10737         servers.  Add use of min/max range limits from server's local
10738         file.
10739         (gnus-agent-save-alist): Removed unused optional argument.
10740         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10741         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10742         (gnus-agent-set-local): A per-server file that keeps min/max range
10743         limits for articles known to the agent.  Provides a fast mechanism
10744         for altering many active ranges.
10745         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10746         active file (local makes it unnecessary).
10747         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10748
10749         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10750         (agent-enable-undownloaded-faces): Added
10751
10752         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10753         disable it when sending to "nndraft:queue".
10754         (gnus-group-send-queue): Add safety check to avoid sending queue
10755         when unplugged.
10756
10757         * gnus-group.el (gnus-group-catchup): Use new
10758         gnus-sequence-of-unread-articles, not
10759         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10760         numbers of articles.  Use gnus-range-map to avoid having to
10761         uncompress the unread list.
10762         (gnus-group-archive-directory,
10763         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10764         reference.
10765
10766         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10767         (gnus-sorted-range-intersection): Intersection of two ranges
10768         without requiring that they first be uncompressed.
10769
10770         * gnus-start.el (gnus-activate-group): Unless blocked by the
10771         caller, possibly expand the active range to include both cached
10772         and agentized articles.
10773         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10774         multiple version-dependent converters.
10775         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10776         gnus-agent-save-active.
10777         (gnus-save-newsrc-file): Save dirty agent range limits.
10778
10779         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10780         gnus-agent-possibly-alter-active.
10781         (gnus-adjust-marked-articles): Faster handling of simple lists
10782
10783 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10784
10785         * spam-stat.el (spam-stat-test-directory): New optional argument
10786         displays a list of files detected.  Suggested by Andrew Cohen
10787         <cohen@andy.bu.edu>.
10788         (spam-stat-buffer-words-with-scores): Don't narrow and change
10789         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10790
10791 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10792
10793         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10794         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10795         (spam-spamassassin-arguments)
10796         (spam-spamassassin-spam-flag-header)
10797         (spam-spamassassin-positive-spam-flag-header)
10798         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10799         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10800         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10801         (spam-list-of-processors, spam-list-of-checks)
10802         (spam-list-of-statistical-checks, spam-registration-functions)
10803         (spam-check-spamassassin-headers, spam-check-spamassassin)
10804         (spam-spamassassin-score)
10805         (spam-spamassassin-register-with-sa-learn)
10806         (spam-spamassassin-register-spam-routine)
10807         (spam-spamassassin-register-ham-routine)
10808         (spam-assassin-register-spam-routine)
10809         (spam-assassin-register-ham-routine): add SpamAssassin support
10810         (spam-bogofilter-score): fix to show article before scoring
10811
10812 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10815         default scoring function.
10816         (spam-generic-score): Call spam-spamassassin-score if
10817         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10818         spam-bogofilter-score otherwise.
10819
10820         * gnus.el (spam-process, spam-autodetect-methods): Add
10821         spamassassin and spamassassin-headers.
10822
10823 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10824
10825         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10826         Suppress unnecessary messages.
10827
10828 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10829
10830         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10831         make-hash-table.
10832
10833 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * canlock.el (base64-encode-string): Don't autoload it.
10836
10837 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * run-at-time.el: Remove useless (require 'itimer),
10840         eval-and-compile and (featurep 'xemacs).
10841
10842 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10843
10844         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10845         GROUP is a virtual group.
10846
10847 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10848
10849         * gnus.el: Autoload `message-y-or-n-p'.
10850
10851 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10852
10853         * pgg-parse.el: Remove unnecessary (require 'custom).
10854
10855         * pgg-def.el: do.
10856
10857         * nnmail.el: do.
10858
10859         * gnus-undo.el: do.
10860
10861         * gnus-picon.el: do.
10862
10863         * gnus-util.el: do.
10864
10865 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10868
10869 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10872         handle, as well as a list.
10873
10874         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10875         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10876         (mm-w3m-cid-retrieve): Simplify.
10877
10878 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10879
10880         * message.el (message-kill-to-signature): Allow prefix arg to
10881         specify number of lines to keep before signature.
10882
10883 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10884
10885         (message-kill-to-signature): Change docstring.
10886
10887 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * canlock.el: Always require sha1-el.
10890         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10891
10892         * message.el: Autoload sha1 only when compiling.
10893
10894         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10895         eudc-expand-inline for XEmacs.
10896
10897 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * message.el (message-canlock-generate): Require sha1-el.
10900
10901 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10902
10903         * message.el (message-expand-name): Silence the byte compiler.
10904
10905         * lpath.el: Add detect-coding-system.
10906
10907         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10908         cus-edit.
10909
10910 2004-01-13  Simon Josefsson  <jas@extundo.com>
10911
10912         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10913         Invoke gnus-score-mode.  Reported by
10914         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10915
10916         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10917         Jim Blandy <jimb@redhat.com> (tiny change).
10918
10919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10920
10921         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10922
10923 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10924
10925         * spam.el (spam-get-article-as-string): Update to use
10926         gnus-request-article-this-buffer, much simpler.
10927         (spam-get-article-as-buffer): Remove.
10928
10929 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10930
10931         * message.el (message-expand-name): Use EUDC if the user uses
10932         that.
10933
10934 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10935
10936         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10937         character for the encoding to avoid consing a string.
10938
10939         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10940         unnecessarily.
10941
10942         * mm-util.el (mm-replace-chars-in-string): Remove.
10943
10944         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10945         of mm-replace-chars-in-string.
10946
10947 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10948
10949         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10950         strings.
10951
10952         * mm-util.el (mm-subst-char-in-string): Support inplace.
10953
10954         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10955         a new string in every iteration.  Use shy groups.
10956
10957 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10958
10959         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10960         (gnus-group-change-level, gnus-kill-newsgroup)
10961         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10962         (gnus-get-unread-articles, gnus-make-articles-unread)
10963         (gnus-make-ascending-articles-unread): Use accessor
10964         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10965         to get group information for improved readability.
10966
10967         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10968
10969         * gnus-soup.el (gnus-soup-group-brew): do.
10970
10971         * gnus-msg.el (gnus-put-message): do.
10972
10973         * gnus-move.el (gnus-group-move-group-to-server): do.
10974
10975         * gnus-kill.el (gnus-batch-score): do.
10976
10977         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10978         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10979         (gnus-group-update-group, gnus-group-read-group)
10980         (gnus-group-make-group, gnus-group-make-help-group)
10981         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10982         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10983         (gnus-group-sort-by-unread, gnus-group-catchup)
10984         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10985         (gnus-group-yank-group, gnus-group-set-info)
10986         (gnus-group-list-groups): do.
10987
10988         * gnus.el (gnus-generate-new-group-name): do.
10989
10990         * gnus-delay.el (gnus-delay-send-queue): do.
10991
10992         * nnvirtual.el (nnvirtual-catchup-group): do.
10993
10994         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10995         do.
10996
10997         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10998         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10999
11000         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11001         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11002         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11003         (gnus-group-make-articles-read): do.
11004
11005 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11006
11007         * gnus-art.el (article-decode-mime-words, article-babel)
11008         (gnus-article-highlight-signature, gnus-article-add-buttons)
11009         (gnus-signature-toggle): Use gnus-with-article-buffer.
11010
11011         * gnus-art.el (gnus-article-highlight-headers)
11012         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11013
11014         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11015         (gnus-article-set-globals, gnus-request-article-this-buffer)
11016         (gnus-button-message-id, gnus-article-maybe-hide-headers)
11017         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11018         (gnus-mime-display-alternative): Use with-current-buffer.
11019
11020 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11021
11022         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11023         also under 80 char limit, and call gnus-error if needed.
11024         (spam-fetch-article-header): Fix - it was a
11025         buffer-local variable (gnus-newsgroup-data).
11026         (spam-find-spam): Use spam-generate-fake-headers, forget about
11027         spam-insert-fake-headers.
11028         (spam-insert-fake-headers): Remove.
11029
11030 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11031
11032         * deuglify.el (gnus-article-outlook-unwrap-lines)
11033         (gnus-outlook-rearrange-article)
11034         (gnus-outlook-repair-attribution-outlook)
11035         (gnus-outlook-repair-attribution-block)
11036         (gnus-outlook-repair-attribution-other): Remove redundant
11037         save-excursion.
11038
11039 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11040
11041         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11042         (spam-fetch-field-subject-fast)
11043         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11044         (spam-fetch-article-header): Add functions to deal with Gnus
11045         internals for fast retrieval of article header data.
11046         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11047
11048 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11049
11050         * pop3.el (pop3-md5): Remove.
11051         (pop3-apop): Replace pop3-md5 with md5.
11052
11053         * mm-bodies.el: base64 is always built-in.
11054
11055         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11056         with-current-buffer.
11057
11058 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * canlock.el (canlock-insert-header): Remove excessive grouping in
11061         regexp.
11062
11063         * gnus-sum.el (gnus-summary-read-document): Ditto.
11064
11065         * gnus-uu.el (gnus-uu-part-number): Ditto.
11066
11067         * html2text.el (html2text-remove-tags): Ditto.
11068         (html2text-format-tags): Ditto.
11069         (html2text-format-single-elements): Ditto.
11070
11071         * mml.el (mml-parse-1): Ditto.
11072
11073 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11074
11075         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11076
11077         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11078
11079         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11080
11081         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11082
11083 2003-11-15  Simon Josefsson  <jas@extundo.com>
11084
11085         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11086         (pgg-gpg-lookup-key): Use regexp match instead of
11087         split-string (split-string is different between emacs 21.2 and
11088         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11089
11090 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11091
11092         * gnus-art.el (gnus-mime-view-all-parts)
11093         (gnus-article-part-wrapper, gnus-article-view-part): Use
11094         with-current-buffer.
11095
11096 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11097
11098         * spam.el (spam-disable-spam-split-during-ham-respool)
11099         (spam-spamoracle-database, spam-cache-lookups)
11100         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11101         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11102         (spam-group-ham-marks, spam-group-spam-marks)
11103         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11104         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11105         also add spam-use-blackholes to the statistical checks.
11106         (spam-fetch-field-fast): Add interface to fetching fields, may
11107         become a macro.
11108         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11109         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11110         (spam-insert-fake-headers): Fake an article when needed.
11111         (spam-find-spam): Fake article when possible.
11112         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11113         (spam-check-bogofilter-headers): Use message-fetch-field instead
11114         of nnmail-fetch-field.
11115
11116 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11119
11120 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * spam.el (spam-split): Do not require spam-use-CHECK to be
11123         enabled if that check is passed to spam-split explicitly; also
11124         fix so 'spam doesn't get converted to spam-split-group when
11125         spam-split-symbolic-return is t.
11126         (spam-find-spam): Find registrations of the article and use those
11127         instead of re-running spam-split to find the spam/ham
11128         classification of the article.
11129         (spam-log-processing-to-registry, spam-log-registered-p)
11130         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11131         Use gnus-error instead of gnus-message.
11132         (spam-log-registration-type): Add function to determine the
11133         classification of a message based on registry entries; will
11134         return nil if both 'spam and 'ham are found.
11135         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11136         a reasonably fast local cache without the loading errors.
11137         (spam-cache-lookups): Set to t by default.
11138         (spam-find-spam): Don't try to guess spam-cache-lookups.
11139         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11140         spam-caches entry.
11141         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11142         caching of whitelist/blacklist entries.
11143         (spam-check-whitelist, spam-check-blacklist): Invoke
11144         spam-from-listed-p with a type, not a cache variable.
11145         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11146
11147 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11148
11149         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11150
11151         * nnmail.el (nnmail-split-fancy): do.
11152
11153         * mml.el (mml-parse): do.
11154
11155         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11156         (gnus-score-adaptive): do.
11157
11158 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11161         (gnus-mime-button-map): Don't set keymap parent.
11162         (gnus-button-ctan-directory-regexp): Use shy grouping.
11163         (gnus-prev-page-map): Don't set keymap parent.
11164         (gnus-prev-page-map): Remove duplicated one.
11165         (gnus-next-page-map): Don't set keymap parent.
11166         (gnus-mime-security-button-map): Ditto.
11167
11168         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11169         version number.
11170
11171         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11172
11173 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * canlock.el (canlock-sha1-function): Remove.
11176         (canlock-sha1-function-for-verify): Remove.
11177         (canlock-openssl-program): Remove.
11178         (canlock-openssl-args): Remove.
11179         (canlock-ignore-errors): Remove.
11180         (canlock-sha1-with-openssl): Remove.
11181         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11182         (canlock-verify): Don't use canlock-ignore-errors.
11183
11184         * sha1-el.el (sha1-string-external): Make it can return a string
11185         in binary form.
11186         (sha1-region-external): Ditto.
11187         (sha1-string-internal): Ditto.
11188         (sha1-region-internal): Ditto.
11189         (sha1-region): Ditto.
11190         (sha1-string): Ditto.
11191         (sha1): Ditto.
11192
11193 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11194
11195         * spam.el (spam-report-articles-gmane): New command.
11196
11197 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11200
11201         * run-at-time.el (run-at-time-saved): Remove.
11202         (run-at-time): Doc fix.
11203
11204 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11205
11206         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11207         (gnus-summary-limit-map): Add it.
11208         (gnus-summary-make-menu-bar): do.
11209
11210 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11211
11212         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11213         Make attempt at some caching support (done for BBDB only now).
11214         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11215         addresses to be checked.
11216         (spam-clear-cache-BBDB): Add function, to be invoked by
11217         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11218         (spam-check-BBDB): Check and use the caches, if
11219         spam-cache-lookups is on, remove superfluous (provide).
11220
11221 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11224
11225 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11226
11227         * run-at-time.el (run-at-time-saved): Move to after the definition
11228         of `run-at-time'.
11229
11230         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11231
11232 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11235         mm-w3m-local-map-property.
11236
11237         * mm-view.el (mm-w3m-mode-map): Remove.
11238         (mm-w3m-local-map-property): Remove.
11239         (mm-inline-text-html-render-with-w3m): Don't use
11240         mm-w3m-local-map-property.
11241
11242 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * run-at-time.el: New file.
11245
11246         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11247         under Emacs.
11248
11249         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11250         of gnus-set-text-properties.
11251
11252         * gnus-uu.el (gnus-uu-save-article): Ditto.
11253
11254         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11255
11256         * gnus-cite.el (gnus-cite-parse): Ditto.
11257
11258         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11259         of gnus-.
11260
11261         * gnus-xmas.el (run-at-time): Require run-at-time.
11262
11263         * gnus.el: Changed calls to nnheader-run-at-time and
11264         password-run-at-time throughout to use run-at-time directly.
11265
11266         * password.el: Removed definition of run-at-time.
11267
11268         * nnheaderxm.el: Remove definition of run-at-time.
11269
11270 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11271
11272         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11273         in prompt.
11274
11275 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11276
11277         * messagexmas.el (message-xmas-redefine): Alias
11278         `message-make-caesar-translation-table' to
11279         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11280         version.
11281
11282         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11283         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11284         `gnus-xmas-set-text-properties'.
11285         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11286         `gnus-xmas-completing-read'.
11287         (gnus-xmas-completing-read): Removed.
11288         (gnus-xmas-open-network-stream): Removed.
11289
11290         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11291         XEmacs version.
11292
11293         * dns.el (dns-make-network-process): Use `open-network-stream'
11294         instead of `gnus-xmas-open-network-stream'.
11295
11296         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11297
11298         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11299
11300 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11301
11302         * gnus-art.el (gnus-mime-display-alternative)
11303         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11304         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11305         Don't use gnus-local-map-property.
11306
11307         * gnus-util.el (gnus-local-map-property): Remove.
11308
11309         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11310         gnus-completing-read-maybe-default with completing-read.
11311
11312         * gnus-util.el (gnus-completing-read): do.
11313         (gnus-completing-read-maybe-default): Remove.
11314
11315 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11316
11317         * password.el: Only autoload `run-at-time' if not XEmacs.
11318         Only autoload the itimer functions if XEmacs.
11319
11320 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11323         XEmacsen.
11324
11325         * dgnushack.el: Autoload executable-find for XEmacs.
11326
11327 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11328
11329         * gnus-art.el (gnus-read-string): Remove.
11330         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11331         read-string.
11332
11333 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11334
11335         * netrc.el: Autoload password-read.
11336         (netrc): Add configuration group.
11337         (netrc-encoding-method, netrc-openssl-path): Add
11338         variables for encoding and decoding of files with symmetric
11339         ciphers.
11340         (netrc-encode): Add assistant function to encode a file with
11341         netrc-encoding-method.
11342         (netrc-parse): Add interactive parameter, added optional
11343         decoding if netrc-encoding-method is non-nil but otherwise
11344         behavior is standard.
11345         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11346         Do s/encode/encrypt/ everywhere.
11347
11348         * spam.el: Remove executable-find autoload.
11349
11350 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11351
11352         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11353
11354         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11355
11356 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-art.el (gnus-treat-ansi-sequences,
11359         article-treat-ansi-sequences): New variable and function.
11360         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11361
11362         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11363         Use it.
11364
11365 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11366
11367         * mm-util.el (mm-quote-arg): Remove.
11368
11369         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11370         shell-quote-argument.
11371
11372         * gnus-uu.el (gnus-uu-command): do.
11373
11374         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11375
11376         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11377         with make-char.
11378
11379         * mm-util.el (mm-make-char): Remove.
11380
11381         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11382         add-minor-mode.
11383
11384         * gnus-undo.el (gnus-undo-mode): do.
11385
11386         * gnus-topic.el (gnus-topic-mode): do.
11387
11388         * gnus-sum.el (gnus-dead-summary-mode): do.
11389
11390         * gnus-start.el (gnus-slave-mode): do.
11391
11392         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11393
11394         * gnus-ml.el (gnus-mailing-list-mode): do.
11395
11396         * gnus-gl.el (gnus-grouplens-mode): do.
11397
11398         * gnus-draft.el (gnus-draft-mode): do.
11399
11400         * gnus-dired.el (gnus-dired-mode): do.
11401
11402         * gnus-ems.el (gnus-add-minor-mode): Remove.
11403
11404         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11405         Replace gnus-char-width with char-width.
11406
11407         * gnus-ems.el (gnus-char-width): Remove.
11408
11409         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11410         Replace gnus-char-width with char-width.
11411
11412         * gnus-ems.el (gnus-char-width): Remove.
11413
11414         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11415         definition.
11416         Remove Emacs 20 hash table compatibility code.
11417
11418         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11419         20 compatibility code.
11420
11421         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11422
11423         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11424
11425         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11426         with point-at-{eol,bol}.
11427
11428         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11429
11430         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11431
11432         * flow-fill.el (fill-flowed-point-at-bol,
11433         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11434
11435         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11436         Replace with point-at-{eol,bol} throughout all files.
11437
11438 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * ntlm.el (ntlm-string-as-unibyte): New macro.
11441         (ntlm-build-auth-response): Use it.
11442
11443         Remove Emacs 20 stuff:
11444         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11445         (butlast, mapc, remove): Remove the compiler macros.
11446         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11447         of delq and copy-sequence.
11448         * gnus-art.el (popup-menu): Remove the compiler macro.
11449         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11450         Emacs 20.
11451
11452 2004-01-05  Simon Josefsson  <jas@extundo.com>
11453
11454         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11455         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11456         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11457         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11458         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11459         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11460         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11461         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11462         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11463         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11464         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11465         string-xor into ntlm-string-xor.  Suggested by
11466         Jesper Harder <harder@myrealbox.com>.
11467
11468         * ntlm.el: Don't include poem.
11469
11470         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11471         Jesper Harder <harder@myrealbox.com>.
11472
11473         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11474
11475         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11476         probably breaks emacs with DL patch, but do we care? Is anyone
11477         still using the DL stuff?)
11478
11479         * sieve-manage.el: Use the password package.
11480         (sieve-manage-read-passwd): Remove.
11481         (sieve-manage-interactive-login): Use password.  Re-add
11482         condition-case around loop.
11483
11484         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11485         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11486         the password package.
11487
11488 2003-02-19  Simon Josefsson  <jas@extundo.com>
11489
11490         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11491         token.
11492
11493 2002-08-07  Simon Josefsson  <jas@extundo.com>
11494
11495         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11496         (sieve-manage-authenticators):
11497         (sieve-manage-authenticator-alist): Add some SASL mechs.
11498         (sieve-sasl-auth): New function.
11499         (sieve-manage-cram-md5-auth):
11500         (sieve-manage-plain-auth): Rewrite using SASL library.
11501         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11502         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11503         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11504         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11505
11506 2004-01-05  Simon Josefsson  <jas@extundo.com>
11507
11508         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11509         New files.
11510
11511 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11512
11513         * gnus-group.el (gnus-no-groups-message): Update.
11514
11515         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11516
11517 2003-11-09  Simon Josefsson  <jas@extundo.com>
11518
11519         * imap.el: Support for ID IMAP extension (RFC 2971).
11520         (imap-local-variables): Add imap-id.
11521         (imap-id): New variable.
11522         (imap-id): New function.
11523         (imap-parse-response): Parse untagged ID response.
11524         * nnimap.el (nnimap-id): New variable.
11525         (nnimap-open-connection): Use it.
11526
11527 2003-12-28  Simon Josefsson  <jas@extundo.com>
11528
11529         * gnus-score.el (gnus-score-edit-all-score): New.
11530         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11531
11532 2004-01-04  Simon Josefsson  <jas@extundo.com>
11533
11534         * password.el: Add.
11535
11536 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11537
11538         * dns.el: Add support for AAAA records (see RFC 3596)
11539
11540         * Fix typo PRT -> PTR
11541
11542         * Parse MX, PTR and SOA replies (see RFC 1035)
11543
11544 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11547
11548         * Moved to Changelog.2.
11549
11550 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * gnus.el (gnus-version-number): Bump version.
11553
11554 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11555
11556         * gnus.el: No Gnus v0.1 is released.
11557
11558 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11559
11560         * gnus.el: No Gnus v0.0 is released.
11561
11562 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * gnus.el (gnus-version-number): Bump.
11565         (gnus-version): No.
11566
11567 See ChangeLog.2 for earlier changes.
11568
11569     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11570
11571   This file is part of GNU Emacs.
11572
11573   GNU Emacs is free software; you can redistribute it and/or modify
11574   it under the terms of the GNU General Public License as published by
11575   the Free Software Foundation; either version 3, or (at your option)
11576   any later version.
11577
11578   GNU Emacs is distributed in the hope that it will be useful,
11579   but WITHOUT ANY WARRANTY; without even the implied warranty of
11580   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11581   GNU General Public License for more details.
11582
11583   You should have received a copy of the GNU General Public License
11584   along with GNU Emacs; see the file COPYING.  If not, write to the
11585   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11586   Boston, MA 02110-1301, USA.
11587
11588 ;; Local Variables:
11589 ;; coding: iso-2022-7bit
11590 ;; fill-column: 79
11591 ;; add-log-time-zone-rule: t
11592 ;; End:
11593
11594 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4