* nnmail.el (nnmail-parse-active): Make group names unibyte.
[gnus] / lisp / ChangeLog
1 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4         (nnmail-save-active): Use a unibyte buffer saving active file, which
5         may contain non-ASCII group names.
6
7         * nnml.el (nnml-request-group): Decode group names in messages.
8
9 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10
11         * message.el (message-citation-line-function)
12         (message-insert-formatted-citation-line): Fix spelling of
13         `message-insert-formated-citation-line'.
14
15 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
18
19 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
22         nnmail-pathname-coding-system.
23
24         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
25         that a user enters; decode group names in messages.
26
27         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
28
29 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
30
31         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
32
33         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
34
35         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
36         risky local variable.
37
38         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
39
40 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
41
42         * encrypt.el: Improve documentation to fix function name typo.
43         Reported by Daiki Ueno <ueno@unixuser.org>.
44
45 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
48         even if the point is not in the last page of an article.
49         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
50         back to the previous page.
51
52 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
53
54         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
55
56 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
59
60 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
61
62         * message.el (message-remove-blank-cited-lines): Fix if remove is
63         given.
64         (message-bogus-address-regexp): New variable.
65         (message-bogus-recipient-p): New function.
66         (message-check-recipients): New command.
67         (message-syntax-checks): Add `bogus-recipient'.
68         (message-fix-before-sending): Add `bogus-recipient'.
69
70         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
71         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
72         window-system.
73
74 2007-10-28  Miles Bader  <miles@gnu.org>
75
76         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
77         at compile-time too.
78
79 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
80
81         * gnus-msg.el (gnus-message-setup-hook): Add
82         `message-remove-blank-cited-lines' to options.
83
84 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
85
86         * message.el (message-remove-blank-cited-lines): New function.
87         Suggested by Karl Pl\e,Ad\e(Bsterer.
88
89 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
92         mapc.
93
94         * imap.el (imap-open): Replace mapcar called for effect with mapc.
95         (top-level): Use mapc to set functions to be traced for debugging.
96
97         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
98         called for effect with while loop.
99
100         * message.el (message-talkative-question): Replace mapcar called for
101         effect with mapc.
102
103         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
104         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
105         called for effect with dolist.
106
107         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
108
109         * nndiary.el: Use dolist instead of mapcar to add diary headers to
110         gnus-extra-headers and nnmail-extra-headers.
111
112         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
113         called for effect with dolist.
114         (top-level): Use mapc to set functions to be traced for debugging.
115
116         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
117         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
118         dolist.
119
120         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
121         Replace mapcar called for effect with mapc.
122         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
123         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
124         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
125         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
126
127         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
128         remove-if that's a cl function.
129
130         * webmail.el (webmail-debug): Replace mapcar called for effect with
131         dolist.
132
133         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
134         with mapc.
135
136 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
139         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
140         with while loop.
141
142         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
143         functions from article-* functions.
144         (gnus-multi-decode-header): Replace mapcar called for effect with
145         dolist.
146
147         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
148         (gnus-bookmark-show-details): Replace mapcar called for effect with
149         while loop.
150
151         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
152         called for effect with while loop.
153
154         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
155         with dolist.
156
157         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
158         mapcar called for effect with dolist.
159
160         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
161
162         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
163         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
164         Replace mapcar called for effect with dolist.
165         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
166         mapc.
167
168         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
169         Replace mapcar called for effect with dolist.
170         (gnus-topic-list): Replace mapcar called for effect with mapc.
171
172         * gnus.el: Use mapc instead of mapcar to add autoloads.
173
174 2007-10-23  Richard Stallman  <rms@gnu.org>
175
176         * gnus-group.el (gnus-group-highlight): Mark as risky.
177
178 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus.el (gnus-server-to-method): Return method found first in
181         gnus-newsrc-alist.
182
183         * gnus-art.el (gnus-article-highlight-signature)
184         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
185         button overlay without the front stickiness.
186
187 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
188
189         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
190         overview buffer needed a catch to receive its throw.
191         (gnus-agent-flush-cache): Declared as interactive to make this function
192         easier to use.
193
194 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
195
196         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
197         `next-line'.
198
199 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
202         exclude address matching message-dont-reply-to-names.
203
204 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-util.el (gnus-string<): New function.
207
208         * gnus-sum.el (gnus-article-sort-by-author)
209         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
210
211 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
214         the frame-focus tag is set in gnus-buffer-configuration.
215
216 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-art.el (gnus-article-add-button): Make a button overlay without
219         the front stickiness.
220
221 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
224         url pattern; remove duplicate one.
225         (gnus-article-extend-url-button): New function.
226         (gnus-article-add-buttons): Use it.
227         (gnus-button-push): Use concatenated url that it makes.
228
229 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
230
231         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
232
233 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
234
235         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
236         Don't hardcode point-min==1.
237
238 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
241         Fix comment about "iso8859-1".
242
243 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
244
245         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
246         ones returned from the verify-function.
247
248         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
249         mml2015-extract-cleartext-signature if extraction failed.
250
251 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
252
253         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
254         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
255         failed.
256
257 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * Relicense "GPLv2 or later" files to "GPLv3 or later".
260
261 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
262
263         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
264         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
265         recommends to use EasyPG instead of PGG.
266
267         * pgg.el: Revert to revision 6.23.2.16
268
269         * pgg-def.el: Revert to revision 6.6.2.14.
270
271         * pgg-gpg.el: Revert to revision 6.23.2.34.
272
273 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
274
275         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
276         to mark a thread as expirable.  Add variable `hide' to handle hiding of
277         thread for both the null and zero (kill/expire thread) universal prefix
278         cases.
279         (gnus-summary-expire-thread): Add new function to expire a thread,
280         using gnus-summary-kill-thread.
281         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
282         shortcuts for gnus-summary-expire-thread.
283         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
284         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
285
286 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
289         extras value, so an extras entry can be deleted.
290         (gnus-registry-delete-extra-entry): Use it.
291         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
292         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
293         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
294          storage through the gnus-registry, and provide an appropriate API for
295          it.
296
297 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
300         Suggested by Leo <sdl.web@gmail.com>.
301
302         * gnus.el: Do.
303
304 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
307         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
308
309         * gnus-agent.el (gnus-agent-fetch-headers): Do.
310
311         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
312         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
313
314 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
317         newline.
318         (nnmbox-request-accept-article): Don't change article in source buffer;
319         narrow to header to use message-fetch-field rather than
320         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
321         (nnmbox-request-replace-article): Quote lines that'll be misidentified
322         as delimiters; make sure article ends with newline.
323         (nnmbox-delete-mail): Correct last position of article to be deleted;
324         ignore X-Gnus-Newsgroup header in article body.
325         (nnmbox-save-mail): Quote lines looking like delimiters at the right
326         positions; make sure article ends with newline.
327
328         * message.el (message-display-abbrev): Don't infloop when a user
329         inserts SPC in the beginning of header.
330
331         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
332         coding-system-for-read and coding-system-for-write for XEmacs having no
333         file-coding feature.
334
335         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
336
337 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
338
339         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
340         list of groups not followed by default.  Fix type to be regexp.
341         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
342
343 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
344
345         * hmac-def.el (define-hmac-function): Switch from old-style to
346         new-style backquotes.
347
348         * md4.el (md4-make-step): likewise.
349
350 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
351
352         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
353         raw-text coding system when saving .newsrc file, which may contain
354         non-ASCII group names.
355
356 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-cus.el (gnus-score-extra): New widget.
359         (gnus-score-extra-convert): New function.
360         (gnus-score-customize): Use it for Extra.
361
362 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
363
364         * mml2015.el (mml2015-extract-cleartext-signature): New function.
365         (mml2015-mailcrypt-clear-verify): Use it.
366         (mml2015-gpg-clear-verify): Use it.
367         (mml2015-pgg-clear-verify): Use it.
368         (mml2015-epg-clear-verify): Replace the current part with the output
369         from GnuPG; don't extract the plaintext by itself.
370
371         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
372         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
373         mml2015-clear-verify-function; don't touch the armor headers or
374         dash-escaped text here.
375
376 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
379         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
380         parts, or application/octet-stream as a last resort.
381         (gnus-mime-view-part-as-type): Don't toggle display.
382         (gnus-mime-view-part-as-charset): Don't turn off display before
383         querying charset.
384
385         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
386         stuff to undisplayer function in Emacs.
387         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
388
389         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
390         text/calendar parts.
391
392 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
395         decoding text/calendar parts.
396
397         * message.el (message-forward-make-body-mime): Always mark body as
398         having no illegible text; remove signed-or-encrypted argument.
399         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
400
401         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
402         (mml-generate-mime-1): Don't encode body if it is specified to be in
403         raw form; don't make buffer be unibyte when inserting multibyte string.
404
405 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
406
407         * sha1.el: Fix up comment style.
408         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
409         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
410
411         * hex-util.el: Fix up comment style.
412         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
413
414         * gnus-salt.el: Use with-current-buffer.
415         (gnus-pick-setup-message): Fix long-standing typo.
416
417 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
418
419         * imap.el (imap-logout-timeout): New variable.
420         (imap-logout, imap-logout-wait): New functions.
421         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
422
423         * nnimap.el (nnimap-logout-timeout): New server variable.
424         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
425         nnimap-logout-timeout.
426
427         * gnus-art.el (gnus-article-summary-command-nosave)
428         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
429
430 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * gnus.el (gnus-maximum-newsgroup): New variable.
433
434         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
435         according to gnus-maximum-newsgroup.
436
437         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
438         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
439         Limit the range of articles according to gnus-maximum-newsgroup.
440
441 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
442
443         * gnus-art.el (gnus-sticky-article): Fixed problems described in
444         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
445         Don't perform gnus-configure-windows here; reuse existing sticky
446         article buffer.
447
448         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
449         it doesn't exist in gnus-article-mode.
450
451 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
454         (gnus-agent-decoded-group-name): New function.
455         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
456         (gnus-agent-expire-group-1): Use it; decode group name in messages.
457
458 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
459
460         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
461         Add binding for gnus-sticky-article.
462         (gnus-summary-exit): Don't kill sticky article buffers.
463
464         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
465         article buffer.
466         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
467         (gnus-kill-sticky-article-buffers): New commands.
468
469 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * nntp.el (nntp-xref-number-is-evil): New server variable.
472         (nntp-find-group-and-number): If it is non-nil, don't trust article
473         numbers in the Xref header.
474
475 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-agent.el (gnus-agent-read-group): New function.
478         (gnus-agent-flush-group, gnus-agent-expire-group)
479         (gnus-agent-regenerate-group): Use it.
480         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
481         nnmail-pathname-coding-system.
482
483 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
486
487         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
488         that are unread as unread, and also as selected so that information of
489         marks having been changed by a user may be updated when exiting group.
490
491 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gnus-art.el (gnus-mime-display-single): Pass part number that is
494         calculated ignoring signature parts to gnus-treat-article.
495
496 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
499         a point here in order to keep the window start.
500         (gnus-insert-mime-security-button): Make a button overlay without the
501         front stickiness.
502         (gnus-mime-display-security): Goto the end of a button.
503
504         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
505
506 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
509         group-name-at-point.
510         (gnus-group-completing-read): New function that offers decoded
511         non-ASCII group names for completion.
512         (gnus-fetch-group, gnus-group-read-ephemeral-group)
513         (gnus-group-jump-to-group, gnus-group-make-group-simple)
514         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
515         (gnus-group-fetch-control): Use it.
516         (gnus-fetch-group): Use group-name-at-point for the initial value
517         rather than the default value; use gnus-alive-p.
518
519         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
520         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
521         (gnus-summary-post-news): Use gnus-group-completing-read.
522
523         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
524         (gnus-read-move-group-name): Decode group name for completion.
525
526 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
527
528         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
529         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
530         Yamaoka slightly modified the code).
531
532 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
535         (nnmail-split-incoming): Bind it.
536
537         * nnml.el (nnml-group-name-charset): New function.
538         (nnml-decoded-group-name): Use it; don't decode group name if
539         nnmail-group-names-not-encoded-p is non-nil.
540         (nnml-encoded-group-name): New function.
541         (nnml-group-pathname): Inline nnml-decoded-group-name.
542         (nnml-request-expire-articles): Decode group name in message.
543         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
544         nnmail-pathname-coding-system.
545         (nnml-save-mail, nnml-active-number): Work with decoded group names and
546         not decoded ones according to nnmail-group-names-not-encoded-p.
547         (nnml-generate-active-info): Use nnml-encoded-group-name.
548
549 2007-08-08  Glenn Morris  <rgm@gnu.org>
550
551         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
552         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
553         doc-strings and comments.
554
555 2007-07-25  Glenn Morris  <rgm@gnu.org>
556
557         * Relicense all FSF files to GPLv3 or later.
558
559 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-sum.el (gnus-summary-move-article): Make
562         gnus-summary-respool-article work.
563
564 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
565
566         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
567         string.
568
569 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
570
571         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
572         that should be ignored when comparing distant RSS articles with local
573         ones.
574         (nnrss-make-hash-index): New function.  Create a hash index according
575         to the ignored fields.
576         (nnrss-check-group): Use it.
577
578 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
581
582         * gnus-art.el (article-decode-group-name): Decode Xref header too.
583
584         * gnus-group.el (gnus-group-make-group): Encode group name here unless
585         the new optional argument ENCODED is non-nil.
586         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
587         coding system for encoding group name.
588         (gnus-group-make-rss-group): Pass un-encoded group name to
589         gnus-group-make-group.
590         (gnus-group-set-info): Tell gnus-group-make-group that group name is
591         encoded.
592
593         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
594         Encode group name to which articles are moved or copied.
595         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
596         coding system for encoding Newsgroup, Followup-To and Xref headers.
597
598         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
599         marks; use nnheader-file-coding-system to write a file.
600         (nnagent-retrieve-headers): Bind file-name-coding-system to
601         nnmail-pathname-coding-system.
602
603         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
604
605         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
606         (nnml-request-article, nnml-request-create-group)
607         (nnml-request-rename-group, nnml-find-id)
608         (nnml-possibly-change-directory, nnml-possibly-create-directory)
609         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
610         (nnml-save-marks): Use nnml-group-pathname instead of
611         nnmail-group-pathname.
612
613         (nnml-request-create-group, nnml-request-expire-articles)
614         (nnml-request-move-article, nnml-request-delete-group)
615         (nnml-deletable-article-p, nnml-possibly-create-directory)
616         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
617         (nnml-open-marks): Bind file-name-coding-system to
618         nnmail-pathname-coding-system.
619
620         (nnml-request-article): Pass server argument to nnml-find-group-number.
621         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
622         server argument to nnml-possibly-create-directory.
623         (nnml-request-accept-article): Pass server argument to
624         nnml-active-number and nnml-save-mail.
625         (nnml-find-group-number): Pass server argument to nnml-find-id.
626         (nnml-request-update-info): Pass server argument to
627         nnml-marks-changed-p.
628
629         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
630         (nnml-save-mail, nnml-active-number): Add server argument.
631
632         (nnml-request-delete-group): Warn if group is missing.
633         (nnml-get-nov-buffer): Decode group name.
634         (nnml-generate-active-info): Encode group name.
635         (nnml-open-marks): Decode group name in messages.
636
637 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
640         if it is not specified.
641         (gnus-article-pipe-part, gnus-article-save-part)
642         (gnus-article-interactively-view-part, gnus-article-copy-part)
643         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
644         (gnus-article-inline-part, gnus-article-save-part-and-strip)
645         (gnus-article-replace-part, gnus-article-delete-part)
646         (gnus-article-view-part-as-type): Pass raw prefix argument to
647         gnus-article-part-wrapper.
648
649 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * gnus-agent.el (gnus-agent-save-active): Bind
652         nnheader-file-coding-system to gnus-agent-file-coding-system.
653
654         * gnus-cache.el (gnus-cache-save-buffers)
655         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
656         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
657         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
658         (gnus-cache-braid-nov, gnus-cache-braid-heads)
659         (gnus-cache-generate-active, gnus-cache-rename-group)
660         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
661         (gnus-cache-update-overview-total-fetched-for): Bind
662         file-name-coding-system to nnmail-pathname-coding-system.
663         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
664         variables.
665         (gnus-cache-decoded-group-name): New function.
666         (gnus-cache-file-name): Use it.
667         (gnus-cache-generate-active): Use non-decoded group name for active.
668
669         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
670         right place.
671         (gnus-write-active-file): Don't break non-ASCII group names.
672
673         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
674         nnmail-pathname-coding-system.
675
676         * lpath.el: Bind default-file-name-coding-system,
677         file-name-coding-system and language-info-alist for XEmacs.
678
679         * gnus-uu.el (gnus-uu-decode-save): Typo.
680
681 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
684
685 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
688         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
689         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
690         (gnus-agent-flush-group, gnus-agent-flush-cache)
691         (gnus-agent-fetch-headers, gnus-agent-load-alist)
692         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
693         (gnus-agent-retrieve-headers, gnus-agent-request-article)
694         (gnus-agent-regenerate-group)
695         (gnus-agent-update-files-total-fetched-for)
696         (gnus-agent-update-view-total-fetched-for): Bind
697         file-name-coding-system to nnmail-pathname-coding-system.
698         (gnus-agent-group-pathname): Don't encode file names by
699         nnmail-pathname-coding-system.
700         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
701         coding-system-for-write instead of buffer-file-coding-system to
702         gnus-agent-file-coding-system.
703
704         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
705         Decode group name.
706
707         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
708
709         * gnus-start.el (gnus-update-active-hashtb-from-killed)
710         (gnus-read-newsrc-el-file): Make group names unibyte.
711
712         * nnmail.el (nnmail-group-pathname): Don't encode file names by
713         nnmail-pathname-coding-system.
714
715         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
716         (nnrss-request-delete-group): Bind file-name-coding-system to
717         nnmail-pathname-coding-system.
718         (nnrss-read-server-data, nnrss-read-group-data): Bind
719         file-name-coding-system correctly.
720         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
721
722         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
723         (nntp-server-to-method-cache): New variable.
724         (nntp-group-pathname): New function that decodes non-ASCII group names.
725         (nntp-possibly-create-directory, nntp-marks-changed-p)
726         (nntp-save-marks, nntp-open-marks): Use it.
727         (nntp-possibly-create-directory, nntp-open-marks):
728         Bind file-name-coding-system to nnmail-pathname-coding-system.
729         (nntp-open-marks): Decode group names when bootstrapping marks.
730
731         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
732         Newsgroups and Folowup-To headers.
733
734 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
737         (gnus-server-closed-face, gnus-server-denied-face)
738         (gnus-server-offline-face): Remove variable.
739         (gnus-server-font-lock-keywords): Use faces that are not aliases.
740
741         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
742         of modifying message-stack directly for XEmacs.
743
744         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
745         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
746         if the coding-system argument is nil for XEmacs.
747
748         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
749         mm-charset-override-alist.
750
751         * rfc2047.el: Don't require base64; require rfc2045 for the function
752         rfc2045-encode-string.
753         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
754         to quote the parameter value.
755
756 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
759         form in gnus-group-name-charset-method-alist.
760
761         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
762         overrides the default layout edit-form.
763
764         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
765
766         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
767
768 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
771         as unfetched articles.
772
773 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
774
775         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
776
777 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
780         original back end that keeps marks in the local system.
781
782 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
785         arg of pop-to-buffer for XEmacs.
786         (gnus-article-read-summary-keys): Ditto; don't restore window
787         configuration if summary command ends up with neither article buffer
788         nor summary buffer; describe bindings if summary keys end with C-h.
789
790 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * message.el (message-fix-before-sending): Skip raw message part to be
793         forwarded while checking illegible text.
794         (message-forward-make-body-mime, message-forward-make-body): Mark
795         signed or encrypted raw message as having no illegible text.
796
797 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
800         (gnus-message-with-timestamp-1): New macro.
801         (gnus-message-with-timestamp): New function.
802         (gnus-message): Use them.
803
804         * nnheader.el (nnheader-message): Use them.
805
806 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
807
808         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
809         .newsrc.eld file.
810
811 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-agent.el (gnus-agent-fetch-headers)
814         (gnus-agent-retrieve-headers): Bind
815         gnus-decode-encoded-address-function to identity.
816
817         * nntp.el (nntp-send-xover-command): Recognize an xover command is
818         available also when the server returns simply a dot.
819
820         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
821
822 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
825
826 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-ems.el (gnus-x-splash): Make it work.
829
830         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
831         from being used.
832
833         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
834
835 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
838         4th and the 5th arguments.
839
840         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
841         the front stickiness.
842         (gnus-article-summary-command-nosave): Correct the order of the
843         arguments passed to pop-to-buffer.
844         (gnus-article-read-summary-keys): Ditto; make it work properly when the
845         summary command ends up with the article buffer.
846
847         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
848         the same faces.
849
850 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
851
852         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
853
854 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
855
856         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
857         * gnus-sum.el (gnus-summary-highlight):
858         * pgg.el (pgg-sign-region, pgg-sign):
859         * mail-source.el (mail-source-delete-old-incoming-confirm):
860         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
861
862 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * gnus-art.el (gnus-mime-view-part-externally)
865         (gnus-mime-view-part-internally): Fix predicate function passed to
866         completing-read.
867
868         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
869
870         * gnus.el (gnus-update-message-archive-method): Add :version.
871
872 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus.el (gnus-update-message-archive-method): New variable.
875
876         * gnus-start.el (gnus-setup-news): Update saved "archive" method
877         according to gnus-message-archive-method if
878         gnus-update-message-archive-method is non-nil.
879
880 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
883         by Loic Dachary <loic@dachary.org>.
884         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
885
886 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * message.el (message-pop-to-buffer): Add switch-function argument.
889         (message-mail): Pass switch-function argument to it.
890
891 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
892
893         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
894         Improve doc string.
895
896 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
899         (gnus-header-content)
900         * gnus-cite.el (gnus-cite-10)
901         * gnus-srvr.el (gnus-server-closed)
902         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
903         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
904         (gnus-group-mail-3-empty, gnus-group-mail-low)
905         (gnus-group-mail-low-empty, gnus-splash)
906         * message.el (message-header-to, message-header-cc)
907         (message-header-subject, message-header-other, message-header-name)
908         (message-header-xheader, message-separator, message-cited-text)
909         (message-mml): Lighten colors of faces used for dark background.
910
911 2007-05-24  Simon Josefsson  <simon@josefsson.org>
912
913         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
914         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
915
916 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
917
918         * message.el (message-narrow-to-headers-or-head): Ignore
919         mail-header-separator in the body.
920
921 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
924         same as window size.
925
926 2007-05-22  Kevin Ryde  <user42@zip.com.au>
927
928         * message.el (message-font-lock-keywords): Use message-header-xheader
929         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
930         ahead of the anything pattern, to get it recognised.
931
932 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
935         spam.el loads uses it in the compiled defadvice form.
936
937 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
938
939         * gnus-sum.el (gnus-articles-to-read)
940         (gnus-summary-insert-old-articles): Don't truncate group name for
941         `read-string'.
942
943         * gnus-util.el (gnus-limit-string): Delete this function.
944
945         * gnus-sum.el (gnus-simplify-subject-fully): Use
946         `truncate-string-to-width' instead.
947
948 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
949
950         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
951         if, on summary exit, the next group has to be selected.
952         (gnus-summary-exit): Use it.
953
954 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
955
956         * gnus-art.el (gnus-article-mode): Fix comment about displaying
957         non-break space.
958
959 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
962         Check if group is not a directory.
963         (nnfolder-request-expire-articles): Don't delete articles if the target
964         group is not available.
965
966         * nnml.el (nnml-request-create-group): Properly check if group is not a
967         file.
968         (nnml-request-expire-articles): Don't delete articles if the target
969         group is not available.
970
971         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
972         Don't quote characters that are within parentheses.
973
974 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
977         (gnus-handle-ephemeral-exit): Select article according to it.
978
979 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
980
981         * message.el (message-insert-formated-citation-line): Remove newline.
982         (message-citation-line-format): Add final \n here so that the user can
983         avoid a blank line.
984
985 2007-05-03  Dan Christensen  <jdc@uwo.ca>
986
987         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
988         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
989         Update lanl/arXiv support.
990
991 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
992
993         * gnus.el: Bump version number.
994
995 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus.el (gnus-version-number): Bump version.
998
999 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1000
1001         * gnus.el: No Gnus v0.6 is released.
1002
1003 2007-04-27  Didier Verna  <didier@xemacs.org>
1004
1005         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
1006         * gmm-utils.el (gmm-regexp-concat): here.
1007         * message.el: Don't require 'gnus-util.
1008         (message-dont-reply-to-names): Handle name change above.
1009         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1010
1011 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1014         since the initial value varies according to the system.
1015
1016 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1019
1020 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1021
1022         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1023
1024 2007-04-24  Didier Verna  <didier@xemacs.org>
1025
1026         Improve the type of gnus-ignored-from-addresses.
1027         * gnus-util.el (gnus-orify-regexp): New function.
1028         * message.el (gnus-util): Require it.
1029         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1030         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1032
1033 2007-04-24  Didier Verna  <didier@xemacs.org>
1034
1035         * gnus-sum.el:
1036         * gnus-utils.el: Fix some trailing whitespaces.
1037
1038 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1041         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1042         article's Message-ID; refer parent article in summary buffer.
1043
1044         * message.el (message-bounce): Call mime-to-mml.
1045
1046         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1047         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1048         optimize and/or forms properly.
1049
1050 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1053         URL.
1054
1055 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1058
1059 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1062         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1063         displayed of multipart/alternative part if it is invoked from summary
1064         buffer.
1065
1066         * mm-view.el (mm-inline-text-html-render-with-w3m)
1067         (mm-inline-text-html-render-with-w3m-standalone)
1068         (mm-inline-render-with-function): Use mail-parse-charset by default.
1069
1070 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1071
1072         * parse-time.el (parse-time-string-chars): Check if CHAR
1073         is less than the length of parse-time-syntax.
1074
1075 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1076
1077         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1078         from gnus-newsgroup-processable.
1079
1080 2007-04-16  Didier Verna  <didier@xemacs.org>
1081
1082         * gnus-msg.el (gnus-configure-posting-styles): Handle
1083         message-signature-directory properly with :file syntax. Reported by
1084         "Leo".
1085
1086 2007-04-11  Didier Verna  <didier@xemacs.org>
1087
1088         New user option: message-signature-directory.
1089         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1090         * message.el (message-insert-signature): Ditto.
1091         * message.el (message-signature-file): Doc update.
1092         * message.el (message-signature-directory): New.
1093
1094 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-msg.el (gnus-inews-yank-articles): Use
1097         message-exchange-point-and-mark instead of exchange-point-and-mark.
1098
1099 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * message.el (message-yank-original): Make sure cited text ends with
1102         newline; don't exchange point and mark.
1103
1104 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1105
1106         * tls.el (open-tls-stream): Properly handle case where there
1107         is no associated buffer.
1108
1109 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1110
1111         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1112         message-yank-original, make sure (< mark TEXT point).
1113
1114 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1115
1116         * message.el (message-fill-column): New variable.
1117         (message-mode): Use it.  Add comment on a possible new hook.
1118
1119         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1120         (nnmail-get-new-mail): Reformat.
1121
1122         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1123
1124         * gmm-utils.el: Fix Commentary.
1125         (gmm-tool-bar-from-list): Fix typo in doc string.
1126
1127 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1128
1129         * message.el (message-yank-original): Don't switch point and mark
1130         unnecessarily to put point and mark as documented.
1131
1132 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1135         from the message heads.
1136
1137 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1138
1139         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1140         article buffer does not have a window.  This may not be the best
1141         solution but is certainly better than setting the start of the null,
1142         that is the current, window.
1143
1144 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1145
1146         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1147         (gnus-draft-setup): Run it.
1148
1149         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1150         gnus-score-fast-scoring.  Allow regexp.
1151         (gnus-score-headers): Use it.
1152
1153         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1154         XEmacs.
1155
1156         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1157         string.
1158         (gnus-button-alist): Also catch `<f1> k ...'.
1159         (gnus-treat-display-x-face): Fix doc string.
1160
1161 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1162
1163         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1164         evaluation of gnus-extended-version to ensure correct generation of the
1165         User-Agent header when message-generate-headers-first is used.
1166
1167 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1168
1169         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1170         hashcash-path is nil.  Don't call callback with incorrect number of
1171         parameters if val is 0.
1172
1173 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1174
1175         * message.el (message-required-news-headers):
1176         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1177
1178 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1179
1180         * tls.el (open-tls-stream): In handshake-waiting loop,
1181         don't wait more if there is output available to process.
1182
1183 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1184
1185         * tls.el (tls-program): Doc fix.
1186
1187 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1188
1189         * message.el (message-generate-new-buffers): Change the meaning of the
1190         nil value; add `standard' to the choices; treat t as `unique'; improve
1191         doc string.
1192         (gnus-select-frame-set-input-focus): Autoload.
1193         (message-buffer-name): Search for the existing message buffer if
1194         message-generate-new-buffers is nil or `standard'; treat the value t of
1195         message-generate-new-buffers as `unique'.
1196         (message-pop-to-buffer): Raise the frame already displaying the message
1197         buffer; clear the echo area after querying.
1198         (message-setup): Pass the `continue' argument to compose-mail.
1199         (message-mail): Prefer `switch-function' if it is given; search for the
1200         existing message buffer if the `continue' argument is non-nil; pass
1201         continue and switch-function arguments to compose-mail by way of
1202         message-setup.
1203         (message-mail-other-window): Adjust argument of message-setup.
1204         (message-mail-other-frame): Ditto.
1205
1206 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1209         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1210         to turn font-lock on when turning gnus-message-citation-mode on.
1211
1212 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1213
1214         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1215         (mml-smime-function-alist): New variable; add epg as the backend.
1216         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1217         mml-smime- functions instead.
1218         * mm-view.el: Require smime.
1219
1220 2007-03-05  Didier Verna  <didier@xemacs.org>
1221
1222         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1223         instead of just inheritance for posting styles.
1224         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1225
1226 2007-02-24  Chris Moore  <dooglus@gmail.com>
1227
1228         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1229         * pgg-pgp.el (pgg-pgp-encrypt-region):
1230         * pgg-gpg.el (pgg-gpg-encrypt-region):
1231         Check pgg-encrypt-for-me if no other recipients.
1232
1233 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1234
1235         * tls.el (tls-certtool-program): Fix custom type.
1236
1237 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1240         and point-at-eol instead of line-(beginning|end)-position.
1241
1242         * assistant.el (assistant-parse-buffer): Ditto.
1243
1244         * netrc.el (netrc-parse-services): Ditto.
1245
1246 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1247
1248         * mml2015.el (mml2015-epg-find-usable-key): New function.
1249         (mml2015-epg-sign): Use it.
1250         (mml2015-epg-encrypt): Use it.
1251
1252 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * message.el (message-make-in-reply-to): Quote name containing
1255         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1256         if there are special characters.  Reported by NAKAJI Hiroyuki
1257         <nakaji@jp.freebsd.org>.
1258
1259 2007-02-27  Didier Verna  <didier@xemacs.org>
1260
1261         Include the group parameters as well as the topic ones in the
1262         inheritance filter process.
1263         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1264         argument GROUP-PARAMS-LIST.
1265         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1266
1267 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * nntp.el (nntp-never-echoes-commands)
1270         (nntp-open-connection-functions-never-echo-commands): New variables.
1271         (nntp-send-command): Use them.
1272
1273 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1274
1275         * mml2015.el (mml2015-epg-verify): Simplified.
1276
1277 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * mml.el (mml-content-disposition-alist): New user option.
1280         (mml-content-disposition): New function.
1281         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1282         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1283
1284 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1285
1286         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1287         verification.
1288
1289 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1290
1291         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1292         articles posted in the last 24 hours.
1293
1294 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1295
1296         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1297
1298 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1299
1300         * nntp.el (nntp-send-command): Don't wait for echoes when
1301         nntp-open-ssl-stream is used.
1302
1303 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1306         (gnus-message-add-citation-keywords)
1307         (gnus-message-remove-citation-keywords): Remove.
1308         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1309         directly, make the variables in font-lock-defaults buffer-local, add
1310         gnus-message-citation-keywords to them and then update the value of
1311         font-lock-keywords.
1312
1313 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * message.el (message-cite-original-1): Don't call
1316         gnus-article-highlight-citation.
1317
1318         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1319         citations; fix line count.
1320
1321 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1324         (gnus-message-add-citation-keywords)
1325         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1326         versions of font-lock-add-keywords and font-lock-remove-keywords to
1327         work with XEmacs correctly.
1328
1329 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-cite.el (gnus-cite-face-list): Set the values of
1332         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1333         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1334         (gnus-message-cite-prefix-regexp): New variable.
1335         (gnus-message-search-citation-line): Use it; protect against long
1336         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1337         the 0th match data for Emacs.
1338         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1339         (gnus-message-add-citation-keywords): Append keywords rather than
1340         prepending; emulate font-lock-add-keywords if it is not available.
1341         (gnus-message-remove-citation-keywords): Emulate
1342         font-lock-remove-keywords if it is not available.
1343
1344         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1345
1346         * message.el (message-cite-prefix-regexp): Set the value of
1347         gnus-message-cite-prefix-regexp.
1348
1349 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1350
1351         * nnweb.el (nnweb-google-parse-1): Update parser.
1352
1353 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1354
1355         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1356
1357 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1358
1359         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1360         regexp.
1361
1362 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1365         string-to-multibyte.
1366         (uudecode-decode-region-internal): Use it.
1367
1368         * lpath.el: Fbind string-as-multibyte for XEmacs.
1369
1370 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1371
1372         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1373         custom choice.
1374
1375         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1376
1377 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1378
1379         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1380
1381         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1382         `write-region' to respect `mm-inhibit-file-name-handlers'.
1383
1384 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1385
1386         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1387         Use gnus-home-directory instead of "~/" or "$HOME".
1388
1389 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1390
1391         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1392         to mention filename.
1393         Add comments at beginning regarding usage.
1394         (encrypt-write-file-contents): Change interactive so a string is
1395         acceptable.  If the file has no associated model, show an error instead
1396         of a nonsense prompt.
1397
1398 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1399
1400         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1401         Thanks to Yoshihiko Yamada for kind notification of this typo.
1402
1403 2007-01-12  Kenichi Handa  <handa@m17n.org>
1404
1405         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1406         multibyte buffer.
1407
1408 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1409
1410         * gnus-score.el (gnus-score-fast-scoring): New variable.
1411         (gnus-score-headers): Use it.
1412
1413         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1414
1415         * message.el (message-cite-original-1): Call
1416         gnus-article-highlight-citation if requested.
1417         (message-make-from): Allow name and address as optional arguments.
1418
1419         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1420
1421         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1422         bugs to doc string.
1423         (gnus-button-alist): Add mid\\|message-id.
1424         (gnus-button-fetch-group): Extend for use in
1425         `browse-url-browser-function'.
1426         (gnus-button-url-regexp): Try to catch paired parentheses like in
1427         Wikipedia URLs.
1428
1429         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1430         Suggested by Simon Krahnke <overlord@gmx.li>.
1431
1432 2007-01-13  Romain Francoise  <romain@orebokech.com>
1433
1434         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1435         Update copyright.
1436
1437 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1438
1439         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1440
1441 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * gnus-registry.el (gnus-registry-unfollowed-groups)
1444         (gnus-registry-split-fancy-with-parent): Fix documentation.
1445
1446 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447
1448         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1449         from nnweb groups.
1450
1451 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1454         Xref urls.  Erase buffer before requesting head.
1455
1456 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1457
1458         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1459         customizable.
1460
1461 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1462
1463         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1464         no signing key is found.
1465         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1466         no encrypting and/or signing key is found.
1467
1468 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1471
1472 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1473
1474         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1475         headers read from disk with the ones newly found in the current search.
1476         This should no longer cause problems, because the article numbers in
1477         Gmane's `nov.php' output are ignored since the previous change.
1478
1479 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1480
1481         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1482
1483 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1486         replace-regexp-in-string; bind url-version; fbind display-images-p and
1487         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1488         find-face and set-itimer-function for Emacs; bind itimer-list for
1489         Emacs.
1490
1491         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1492
1493 2007-01-01  Romain Francoise  <romain@orebokech.com>
1494
1495         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1496
1497 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1498
1499         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1500         `define-minor-mode' macro definition expanded properly.
1501         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1502         exclude it there.
1503
1504         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1505         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1506         `fboundp' test.
1507         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1508         This is OK to autoload in (S)XEmacs now.
1509
1510 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1513         keystroke.
1514         (gnus-summary-limit-to-singletons): Fix typo.
1515
1516         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1517         else fails.
1518
1519 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1520
1521         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1522         docstring.
1523
1524         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1525         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1526         (gnus-summary-insert-dormant-articles): Fix typo in message.
1527
1528 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1531         nil for XEmacs.
1532         (gnus-message-citation-mode): Don't autoload in XEmacs.
1533
1534         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1535
1536 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1537
1538         * nnimap.el (nnimap-expunge-search-string): Mention
1539         nnimap-search-uids-not-since-is-evil in docstring.
1540
1541 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * spam.el: Revert to make-obsolete-variable because
1544         define-obsolete-variable-alias is not supported in Emacs 21.
1545
1546         * spam.el (spam-ifile-path, spam-ifile-database-path)
1547         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1548         make-obsolete-variable.
1549         (spam-bsfilter-path, spam-bsfilter-program)
1550         (spam-spamassassin-path, spam-spamassassin-program)
1551         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1552         use "path" inappropriately.
1553         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1554         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1555         variable names.
1556
1557 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1558
1559         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1560         summary buffer.
1561
1562         * password.el (password-cache-remove): Use clear-string to burn
1563         password, if available.
1564
1565 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1568
1569         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1570
1571         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1572         (gnus-message-highlight-citation): Move defcustom here from
1573         gnus-cite.el.
1574         (gnus-message-citation-mode): Autoload.
1575
1576         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1577         checks to make it compile with XEmacs.
1578         (gnus-message-citation-mode): New minor mode.
1579         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1580         (gnus-message-highlight-citation): New variables.
1581         (gnus-message-search-citation-line)
1582         (gnus-message-add-citation-keywords)
1583         (gnus-message-remove-citation-keywords)
1584         (turn-on-gnus-message-citation-mode)
1585         (turn-off-gnus-message-citation-mode): New functions.
1586
1587 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1588
1589         * gnus-cite.el: Enable highlighting of different citation levels in
1590         message-mode.
1591
1592 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * message.el (message-make-fqdn): Fix comment.
1595         (message-bogus-system-names): Add ".local".
1596
1597         * spam.el (spam-ifile-path, spam-ifile-program)
1598         (spam-ifile-database-path, spam-ifile-database)
1599         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1600         Don't use "path" inappropriately.
1601         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1602         strings.
1603         (spam-check-ifile, spam-ifile-register-with-ifile)
1604         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1605         new variable names.
1606
1607         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1608         (gnus-treat-display-smileys): Simplify using
1609         gnus-image-type-available-p.
1610
1611         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1612         available.
1613
1614         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1615         `display-images-p' if available.
1616
1617 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1620         one after turning on the buffer's multibyteness instead of decoding
1621         them directly in the unibyte buffer that causes unexpected conversion
1622         in Emacs 23 (unicode).
1623
1624 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1625
1626         * message.el (message-generate-hashcash): Fix custom type.
1627
1628 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1629
1630         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1631
1632 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1633
1634         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1635         disconnect icons.  Add help text.
1636
1637 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1638
1639         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1640         negated to be consistent with the others we handle.
1641
1642 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1645         version of gnus-summary-buffer to something, so that we can use two
1646         article buffers at the same time.
1647
1648 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1649
1650         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1651         trigger all the extra headers.
1652         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1653         sorting.
1654
1655 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1656
1657         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1658         solid groups.
1659
1660 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1661
1662         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1663
1664 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * legacy-gnus-agent.el: Add Copyright notice.
1667
1668 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1669
1670         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1671
1672 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1675
1676         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1677         to make it work reliably in CVS Emacs.
1678         (gnus-summary-limit-strange-charsets-predicate)
1679         (gnus-summary-limit-to-predicate): New functions.
1680
1681 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1682
1683         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1684         specifying array size.
1685         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1686         array if it is too small.
1687         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1688         (gnus-sort-threads-loop): New function.
1689
1690 2006-12-06  Chris Moore  <dooglus@gmail.com>
1691
1692         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1693         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1694
1695 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1696
1697         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1698         options.
1699
1700 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1703         DOS-ing the recipient.
1704
1705         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1706         the headers when creating the mapping to avoid mismappings.
1707         (nnweb-gmane-create-mapping): Always nix out old mapping.
1708
1709 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1712         and mm-verify-option to never.
1713
1714 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * message.el (message-signed-or-encrypted-p): New function.
1717         (message-forward-make-body): Use it.
1718
1719         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1720         Replace encode-coding-string with mm-encode-coding-string.
1721
1722 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * nneething.el (nneething-decode-file-name): Replace
1725         decode-coding-string with mm-decode-coding-string.
1726
1727         * gnus-int.el (gnus-open-server): Say failed server's name.
1728
1729 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1730
1731         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1732         strings to a single string.  Quote `errors-file-name'.
1733         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1734         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1735         Adjust calls.  Use `shell-quote-argument'.
1736
1737 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1738
1739         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1740         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1741
1742         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1743         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1744         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1745         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1746         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1747         (gnus-subscribe-newsgroup, gnus-1):
1748         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1749         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1750         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1751         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1752
1753 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1756         keystroke.
1757         (gnus-summary-limit-to-bodies): Implement headersp.
1758
1759 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1762
1763 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1764
1765         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1766
1767 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * message.el (message-generate-hashcash): Expand range of values to
1770         include `opportunistic'.
1771         (message-send-mail): Use it.
1772
1773 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1774
1775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1776         and comment it.
1777
1778         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1779
1780 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * gnus-util.el (gnus-extract-address-components): Improve comment.
1783
1784 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-util.el (gnus-extract-address-components): Work with address in
1787         which the name portion contains @.
1788
1789         * lpath.el: Fbind custom-autoload.
1790
1791 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * gnus.el (gnus-start): Move custom group up.
1794         (gnus-select-method): Don't autoload, but make it available for
1795         `customize-variable'.
1796         (gnus-getenv-nntpserver): Don't autoload.
1797
1798 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1799
1800         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1801
1802 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1803
1804         * message.el (message-sendmail-extra-arguments): New variable.
1805         (message-send-mail-with-sendmail): Use it.
1806
1807 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1810         mm-with-unibyte-current-buffer to make string unibyte.
1811
1812         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1813         mm-string-as-multibyte.
1814
1815 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1816
1817         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1818         Reported by Werner Koch <wk@gnupg.org>.
1819
1820 2006-11-14  Daiki Ueno  <ueno@p360>
1821
1822         * mml2015.el: Autoload epa-select-keys when compiling.
1823
1824 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1825
1826         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1827         message-options.
1828         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1829
1830 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1831
1832         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1833         EasyPG (< 0.0.6).
1834         (mml2015-always-trust): New user option.
1835         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1836         prompt.
1837
1838 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * nntp.el (nntp-authinfo-force): New variable.
1841         (nntp-send-authinfo): Use it.
1842
1843 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1844
1845         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1846         decode encoded words.  Improve prompt.  Add comment about forwarding.
1847         (message-replacement-char): Move up.
1848
1849 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1850
1851         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1852         instead of gnus-intersection because arguments of gnus-sorted-nunion
1853         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1854
1855 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1858         (message-simplify-subject-functions): Enable
1859         message-strip-subject-encoded-words by default.
1860
1861 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1862
1863         * message.el (message-strip-subject-encoded-words): New function
1864         (message-simplify-subject-functions): New variable.
1865         (message-simplify-subject): Use it.  Fix typo in doc string.
1866         Support message-strip-subject-encoded-words.
1867
1868 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1869
1870         * gnus-diary.el (gnus-diary-delay-format-function):
1871         * nndiary.el (nndiary-reminders):
1872         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1873
1874 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1875
1876         * gnus-art.el (article-hide-boring-headers): Fetch date from
1877         gnus-original-article-buffer to avoid problems with localized date
1878         strings.
1879
1880 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1883
1884 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1885
1886         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1887         New variables.
1888         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1889         (mm-charset-synonym-alist): Move some entries to
1890         mm-codepage-iso-8859-list.
1891         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1892         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1893
1894 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1897
1898 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1899
1900         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1901         with Emacs 21 and XEmacs.
1902
1903 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1904
1905         * spam.el (spam-parse-address): New function for better parsing,
1906         catching errors, etc.
1907         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1908
1909 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1910
1911         * mm-view.el: Add interactive arg to html2text autoload.
1912
1913 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1916
1917 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1918
1919         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1920         variables.
1921         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1922         (mm-charset-synonym-alist): Move some entries to
1923         mm-codepage-iso-8859-list.
1924
1925         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1926
1927 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1928
1929         * message.el (message-citation-line-format)
1930         (message-insert-formated-citation-line): Fix implementation of %E, %N
1931         and %n according to the doc string.
1932
1933 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1934
1935         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1936         car-safe to avoid bad parses.
1937
1938 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1941         names.
1942
1943         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1944
1945 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1948         header.
1949
1950         * message.el (message-draft-headers): Add Date.
1951         (message-headers-to-generate): Fix typo in docstring.
1952
1953         * nndraft.el (nndraft-required-headers): New variable.
1954         (nndraft-generate-headers): Use it.
1955
1956         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1957
1958 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * gnus-registry.el (gnus-registry-wash-for-keywords)
1961         (gnus-registry-find-keywords): New functions to allow easy searching of
1962         articles that are in the registry.
1963
1964 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1965
1966         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1967         ietf-drums-parse-address instead of gnus-extract-address-components.
1968         Reported by Damien Elmes <damien@repose.cx>.
1969
1970 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1971
1972         * gnus.el (gnus-mime): Remove unused custom group.
1973
1974 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1975
1976         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1977         "blank line" when searching for end of armor headers.
1978
1979 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gmm-utils.el (gmm-write-region): Fix variable name.
1982
1983 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * gmm-utils.el (gmm-write-region): New function based on compatibility
1986         code from `mm-make-temp-file'.
1987
1988         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1989
1990         * nnmaildir.el (nnmaildir--update-nov)
1991         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1992         Use `gmm-write-region'.
1993
1994 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1995
1996         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1997         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1998
1999         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
2000
2001         * message.el (message-replacement-char): New variable.
2002         (message-fix-before-sending): Use it.
2003         (message-simplify-subject): New function to remove duplicate code.
2004         (message-reply, message-followup): Use it.
2005
2006         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
2007         gnus-summary-limit-to-articles.
2008
2009 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-util.el (gnus-with-local-quit): New macro.
2012
2013         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2014
2015 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2018         ignore non-string data.
2019
2020 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2023         non-string data (needs to be done in the registry too).
2024
2025 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2026
2027         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2028         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2029         (gnus-registry-split-fancy-with-parent)
2030         (gnus-registry-fetch-simplified-message-subject-fast)
2031         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2032         Remove text properties on ingress into the registry and when it's saved.
2033         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2034         registry from entries with no groups.
2035
2036 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2037
2038         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2039         function to remove string properties.
2040
2041 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * gmm-utils.el (gmm): Adjust custom version.
2044
2045         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2046         custom version.
2047
2048         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2049
2050 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2051
2052         * gnus-art.el (gnus-insert-prev-page-button)
2053         (gnus-insert-next-page-button): Simplify.  Reformat.
2054
2055 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2056
2057         * gnus-art.el (gnus-insert-prev-page-button)
2058         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2059
2060 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2061
2062         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2063
2064 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2065
2066         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2067         gnus-article-button-face to MIME and security buttons.
2068
2069 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2072         readable.
2073
2074 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2077
2078 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2079
2080         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2081         `browse-url-of-file' instead of `browse-url'.
2082
2083 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2084
2085         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2086         regexp.  Articles containing quotation were cut prematurely.
2087
2088 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * message.el (message-cite-original-1): Use nobody by default for the
2091         value of From header.
2092         (message-reply): Ditto.
2093
2094 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2095
2096         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2097         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2098         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2099
2100 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2101
2102         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2103         mails in the doc string.  Add some URLs in comment.
2104         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2105
2106 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2107
2108         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2109         backslashes handling and the way to find boundaries of quoted strings.
2110
2111 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2112
2113         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2114         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2115         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2116         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2117
2118 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2121         doc string.
2122         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2123
2124 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * lpath.el: Fbind epg-check-configuration.
2127
2128 2006-09-06  Simon Josefsson  <jas@extundo.com>
2129
2130         * mml2015.el (mml2015-use): Doc fix, mention epg.
2131
2132 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2133
2134         * mml2015.el (mml2015-use): Default to epg, if available.
2135
2136 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2137
2138         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2139         message-sender.
2140         (mml1991-epg-encrypt): Ditto.
2141         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2142         message-sender.
2143         (mml2015-epg-encrypt): Ditto.
2144
2145 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2146
2147         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2148         several common directories.
2149
2150 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2151
2152         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2153         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2154
2155 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (article-decode-encoded-words): Make it fast.
2158
2159 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2162
2163         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2164         in quoted string into `\'.
2165
2166 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2169         Use standard-syntax-table.
2170
2171 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (gnus-decode-address-function): New variable.
2174         (article-decode-encoded-words): Use it to decode headers which are
2175         assumed to contain addresses.
2176         (gnus-mime-delete-part): Remove useless `or'.
2177
2178         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2179         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2180         (gnus-nov-parse-line): Use it to decode From header.
2181         (gnus-get-newsgroup-headers): Ditto.
2182         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2183
2184         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2185         (mail-decode-encoded-address-string): New alias.
2186
2187         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2188         New function.
2189         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2190         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2191         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2192         (rfc2047-decode-string): Ditto.
2193         (rfc2047-decode-address-region): New function.
2194         (rfc2047-decode-address-string): New function.
2195
2196 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * message.el (message-caesar-buffer-body): Allow rotating headers.
2199
2200         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2201
2202         * message.el (message-insert-formated-citation-line): Fix %f.
2203         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2204
2205 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2208         (gnus-bookmark-mouse-available-p): New macro.
2209         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2210         (gnus-bookmark-bmenu-show-infos): Use it.
2211         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2212         (gnus-bookmark-bmenu-hide-infos): Ditto.
2213         (gnus-bookmark-remove-properties): New function.
2214         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2215         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2216         (gnus-bookmark-write-file): Bind coding-system-for-write.
2217         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2218         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2219         group before selecting it.
2220         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2221         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2222         quit-window if it is not available; use gnus-mouse-2 and bind it to
2223         gnus-bookmark-bmenu-select-by-mouse.
2224         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2225         (gnus-bookmark-bmenu-select-by-mouse): New function.
2226
2227 2006-08-13  Romain Francoise  <romain@orebokech.com>
2228
2229         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2230         space.
2231
2232 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * compface.el (uncompface): Use binary rather than raw-text-unix.
2235
2236 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * compface.el (uncompface): Make sure the eol conversion doesn't take
2239         place when communicating with the external programs.  Reported by
2240         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2241
2242 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2245
2246 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2247
2248         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2249         Make it more robust by parsing author and date independently.
2250
2251 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2254
2255 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2256
2257         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2258         first matching secret key.
2259         (mml2015-epg-encrypt): Ditto.
2260
2261         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2262         first matching secret key.
2263         (mml1991-epg-encrypt): Ditto.
2264
2265         * mml2015.el (mml2015-encrypt-to-self): New user option.
2266         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2267         mml2015-epg-encrypt-to-self is set.
2268
2269         * mml1991.el (mml1991-encrypt-to-self): New variable.
2270         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2271         mml1991-epg-encrypt-to-self is set.
2272
2273         * mml2015.el (mml2015-signers): New user option.
2274         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2275         (mml2015-epg-encrypt): Allow to select signing keys.
2276
2277         * mml1991.el (mml1991-signers): New variable.
2278         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2279         (mml1991-epg-encrypt): Allow to select signing keys.
2280
2281 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * nnheader.el (nnheader-insert-head): Make it work even if the file
2284         uses CRLF for the line-break code.
2285
2286 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2287
2288         * mml2015.el: Require mml-sec instead of password.
2289         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2290         (mml2015-cache-passphrase): Inherit the default value from
2291         mml-secure-cache-passphrase.
2292         (mml2015-passphrase-cache-expiry): Inherit the default value from
2293         mml-secure-passphrase-cache-expiry.
2294
2295         * mml1991.el: Require mml-sec instead of password.
2296         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2297         (mml1991-cache-passphrase): Inherit the default value from
2298         mml-secure-cache-passphrase.
2299         (mml1991-passphrase-cache-expiry): Inherit the default value from
2300         mml-secure-passphrase-cache-expiry.
2301
2302         * mml-sec.el: Require password.
2303         (mml-secure-verbose): New user option.
2304         (mml-secure-cache-passphrase): New user option.
2305         (mml-secure-passphrase-cache-expiry): New user option.
2306
2307 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2308
2309         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2310         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2311         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2312
2313         FIXME: Use `tiny change'?
2314
2315 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2316
2317         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2318         workaround for the url package included with Emacs.
2319
2320         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2321
2322 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2325         correctly.  This fixes a bug caused by the 2006-05-12 change.
2326
2327 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2328
2329         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2330         some information about the error when saying that the `bogus' mail
2331         group will be used.
2332
2333 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2336         string.
2337
2338 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2339
2340         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2341
2342 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2343
2344         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2345
2346 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2347
2348         * mml1991.el (mml1991-function-alist): Add epg.
2349         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2350         (mml1991-epg-encrypt): New functions.
2351
2352 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2353
2354         * mml2015.el (mml2015-verbose): New variable.
2355         (mml2015-cache-passphrase): Ditto.
2356         (mml2015-passphrase-cache-expiry): Ditto.
2357         (mml2015-function-alist): Add epg.
2358         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2359         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2360         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2361         functions.
2362
2363 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2364
2365         * message.el (message-cite-original-1): Preserve region when removing
2366         quoted text due to X-No-Archive in order to avoid bogus attribution
2367         when citing multiple messages.
2368
2369 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2370
2371         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2372         Kenneth Jacker <khj@be.cs.appstate.edu>.
2373
2374 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2375
2376         * gnus-diary.el (gnus-user-format-function-d)
2377         (gnus-user-format-function-D): Autoload.
2378
2379         * imap.el (Commentary): Fix typo.
2380
2381         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2382         2006-04-22 contribution.
2383
2384 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2385
2386         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2387         It didn't really fix the bogosity I'm seeing with solid web groups.
2388
2389 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2390
2391         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2392         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2393         created using server names.  If we use the feature without declaring
2394         it, Gnus does not properly manage server and group state.
2395
2396         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2397         bound.
2398
2399 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2400
2401         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2402         looking up the method using GROUP's prefix before inventing a new one.
2403         It is used on killed/unknown groups in various places where returning
2404         an all-new method isn't expected by the caller.
2405
2406         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2407         and match semantics of gnus-group-real-prefix.
2408
2409 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2410
2411         * nnmail.el (nnmail-broken-references-mailers): New variable.
2412         (nnmail-ignore-broken-references): New function generalizing
2413         nnmail-fix-eudora-headers.
2414         (nnmail-fix-eudora-headers): Now obsolete.
2415
2416         * gnus-art.el (gnus-button-handle-custom): Support
2417         `customize-apropos*'.
2418
2419 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2422
2423         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2424         articles.
2425
2426 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * message.el (message-cite-reply-above): New variable.
2429         (message-yank-original): Use it.
2430
2431 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2434
2435 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2436
2437         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2438         as read.
2439
2440         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2441
2442 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2445         (gnus-bookmark-default-file): Use gnus-directory.
2446         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2447         Remove "*" in doc string.
2448         (gnus-bookmark-write-file): Simplify.
2449         (gnus-bookmark-maybe-sort-alist): Use `when'.
2450         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2451         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2452         FIXME about Emacs 21 and XEmacs compatibility.
2453         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2454         compatibility.
2455         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2456         compatibility.
2457         (gnus-bookmark-menu-heading): Fix version.
2458
2459 2006-06-19  Bastien Guerry  <bzg@altern.org>
2460
2461         * gnus-bookmark.el: New file.
2462
2463 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * message.el (message-syntax-checks): Doc fix.
2466
2467 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2468
2469         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2470         unsubscribed groups as if they were killed ones.  It causes duplicate
2471         entries in gnus-newsrc-alist.
2472
2473 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * message.el (message-syntax-checks): Doc fix.
2476         (message-send-mail): Add check for continuation headers.
2477         (message-check-news-header-syntax): Fix regexp used to check for
2478         continuation headers.
2479
2480 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2483
2484 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2487
2488 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2489
2490         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2491         default-truncate-lines.
2492
2493 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2496         to fill the utf-8 entry.
2497
2498         * lpath.el: Fbind unicode-precedence-list.
2499
2500 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2501
2502         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2503
2504 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2505
2506         * gnus-agent.el (directory-files-and-attributes): Move all the way
2507         forward (the third and final move).
2508         (gnus-agent-read-agentview): Trap reconstruction errors due to
2509         nonexistant directory.  Handle by returning nil.
2510
2511 2006-05-30  Didier Verna  <didier@xemacs.org>
2512
2513         * message.el (message-dont-reply-to-names): Update the custom type.
2514         * message.el (message-dont-reply-to-names): New defsubst: potentially
2515         convert a list of regexps into a single one.
2516         * message.el (message-get-reply-headers): Use it.
2517         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2518
2519 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus-agent.el (directory-files-and-attributes): Move forward.
2522
2523 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * gnus-ml.el (gnus-mailing-list-subscribe)
2526         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2527         (gnus-mailing-list-message): Fix doc strings.
2528
2529 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2530
2531         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2532         of doing it manually.
2533
2534 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2535
2536         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2537         comment.
2538
2539 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2540
2541         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2542         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2543         (gnus-agent-read-local): All symbols allocated in my-obarray
2544         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2545         (gnus-agent-regenerate-group): Check numeric names to see if they are
2546         messages or groups.
2547         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2548         better way of do this...)
2549
2550         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2551         'dummy.group' (there should be a better way of do this...)
2552
2553 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2556         (gnus-saved-headers): Ditto.
2557         (gnus-default-article-saver): Mention functions may have properties.
2558         (gnus-article-save): Override gnus-save-all-headers and
2559         gnus-saved-headers by :headers property which saver function may have.
2560         (gnus-summary-save-in-file): Add :headers property.
2561         (gnus-summary-write-to-file): Ditto.
2562
2563         * gnus-sum.el (gnus-summary-save-article): Bind
2564         gnus-prompt-before-saving to t when saving many articles in a file;
2565         always show all headers.
2566
2567         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2568
2569 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2570
2571         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2572         marks.
2573
2574         * message.el (message-indent-citation): Add optional arguments to allow
2575         using it outside of message buffers.
2576
2577         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2578         (gnus-article-treat-unfold-headers): Use it.
2579         (gnus-article-truncate-lines): New variable.
2580         (gnus-article-mode): Use it.
2581         (gnus-article-toggle-truncate-lines): New function.
2582
2583         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2584         gnus-article-toggle-truncate-lines.
2585
2586         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2587         coding system in XEmacs, use binary.
2588
2589 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2592         after-load-alist.
2593
2594         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2595         this function should save decoded articles.
2596         (gnus-summary-write-to-file): Use property to specify this function
2597         should save decoded articles and specify gnus-summary-save-in-file
2598         should be used to save articles other than the first one when saving
2599         many articles.
2600         (gnus-summary-save-body-in-file): Use property to specify this
2601         function should save decoded articles.
2602         (gnus-summary-write-body-to-file): Use property to specify this
2603         function should save decoded articles and specify
2604         gnus-summary-save-body-in-file should be used to save articles other
2605         than the first one when saving many articles.
2606
2607         * gnus-sum.el (gnus-summary-save-article): Simplify.
2608
2609 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * gnus-art.el (gnus-default-article-saver): Add
2612         gnus-summary-write-body-to-file.
2613         (gnus-article-save-coding-system): Don't use coding system object
2614         in XEmacs.
2615         (gnus-read-save-file-name): Add optional `dir-var' argument which
2616         specifies directory in which files are saved; work even if optional
2617         `variable' argument is not specified.
2618         (gnus-summary-write-to-file): Read file name.
2619         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2620         (gnus-summary-write-body-to-file): New function.
2621
2622         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2623         (gnus-summary-local-variables): Add it.
2624         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2625         (gnus-summary-save-article): Remove optional `decode' argument;
2626         determine whether to decode articles by the value of
2627         gnus-default-article-saver; when saving many files using
2628         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2629         it first and use gnus-summary-save-in-file or
2630         gnus-summary-save-body-in-file thereafter unless
2631         gnus-prompt-before-saving is always; move point to article which
2632         will be saved.
2633         (gnus-summary-save-article-file): Revert.
2634         (gnus-summary-write-article-file): Revert.
2635         (gnus-summary-save-article-body-file): Revert.
2636         (gnus-summary-write-article-body-file): New function.
2637
2638 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (gnus-default-article-saver): Doc fix.
2641         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2642         from gnus-summary-save-article-coding-system, and default to a
2643         certain coding system.
2644         (gnus-output-to-file): Add coding cookie and encode text according
2645         to gnus-article-save-coding-system; don't use mm-append-to-file.
2646
2647         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2648         gnus-art.el and rename to gnus-article-save-coding-system.
2649         (gnus-summary-save-article): Require gnus-art; don't show all
2650         headers if it decodes articles; don't add coding cookie here;
2651         don't bind mm-text-coding-system-for-write.
2652         (gnus-summary-save-article-file): Save decoded articles.
2653         (gnus-summary-write-article-file): When saving many files, use
2654         gnus-summary-write-to-file first and gnus-summary-save-in-file
2655         thereafter unless gnus-prompt-before-saving is always.
2656         (gnus-summary-save-article-body-file): Save decoded articles.
2657
2658         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2659
2660 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2661
2662         * nnrss.el (nnrss-check-group): Bind hash-index.
2663
2664 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2665
2666         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2667         its hash index.  Store this hash in `nnrss-group-data'.
2668         (nnrss-read-group-data): Update accordingly.
2669
2670 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2673         entry.
2674
2675         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2676         gnus-article-browse-html-article.
2677
2678 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2679
2680         * gnus-sum.el (gnus-summary-mime-map): Add
2681         gnus-article-browse-html-article.
2682
2683         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2684
2685 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2686
2687         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2688         suitable coding systems in customize.
2689
2690 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2691
2692         * mail-source.el (mail-sources): Fix custom type.
2693
2694 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2695
2696         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2697         (gnus-summary-expire-articles-now): Shorten prompt.
2698
2699         * gmm-utils.el (wid-edit): Require.
2700         (defun-gmm): Renamed from `gmm-defun-compat'.
2701         (gmm-image-search-load-path): Use it.
2702         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2703
2704 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2707         variable.
2708         (gnus-summary-save-article): Add optional `decode' argument.  If
2709         it is set and gnus-summary-save-article-coding-system is non-nil,
2710         save decoded article.
2711         (gnus-summary-write-article-file): Save decoded article if
2712         gnus-summary-save-article-coding-system is non-nil.
2713
2714         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2715         type.
2716
2717 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2720
2721 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2724         first to test gnus-single-article-buffer which may be buffer-local.
2725
2726         * gnus-sum.el (gnus-summary-setup-buffer): Make
2727         gnus-single-article-buffer buffer-local and nil in ephemeral
2728         group; make gnus-article-buffer, gnus-article-current, and
2729         gnus-original-article-buffer always buffer-local.
2730         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2731         group.
2732         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2733
2734 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2735
2736         * nnml.el (nnml-request-compact-group): Compressed files might not
2737         have .gz extension.
2738
2739 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2740
2741         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2742         (mm-copy-to-buffer): Use with-current-buffer.
2743         (mm-display-part): Simplify.
2744         (mm-inlinable-p): Add optional arg `type'.
2745
2746 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2747
2748         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2749         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2750         Try harder to show the attachment internally or externally using
2751         gnus-mime-view-part-as-type.
2752
2753 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2754
2755         * message.el (message-from-style, message-signature-separator)
2756         (message-user-organization-file, message-send-mail-function)
2757         (message-citation-line-function, message-yank-prefix)
2758         (message-indent-citation-function, message-signature)
2759         (message-signature-file, message-signature-insert-empty-line):
2760         Remove autoloads.
2761
2762         * gnus-art.el (gnus-buttonized-mime-types): Remove
2763         "multipart/signed".  Revert 2006-04-26 change.
2764
2765 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * gnus.el (gnus-version-number): Bump version.
2768
2769 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2770
2771         * gnus.el: No Gnus v0.5 is released.
2772
2773 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2774
2775         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2776         fetching articles by message-id.
2777
2778 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * message.el (hashcash): Require hashcash as normal.
2781
2782         * ecomplete.el (ecomplete-highlight-match-line): Use
2783         point-at-eol.
2784         (ecomplete-highlight-match-line): Use `highlight', because that
2785         face exists in both Emacs and XEmacs.
2786
2787         * message.el (message-display-abbrev): Use point-at-bol.
2788
2789         * mail-source.el: Don't require timer/timer-funcs.
2790
2791         * gnus-async.el: Ditto.
2792
2793         * password.el: Ditto.
2794
2795         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2796
2797         * mm-url.el: Ditto.
2798
2799         * gnus-xmas.el: Don't require timer-funcs.
2800
2801         * mm-util.el: Require timer/timer-funcs.
2802
2803 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2804
2805         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2806         Close.
2807
2808 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2811         unibyte after clear-decrypt function runs.
2812
2813         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2814         returns as a unibyte string.
2815
2816 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * lpath.el: Revert.
2819
2820         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2821         (pgg-gpg-process-sentinel): Revert.
2822
2823         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2824         (pgg-pgp-lookup-key): Revert.
2825
2826         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2827         (pgg-pgp5-lookup-key): Revert.
2828
2829         * pgg.el (pgg-fetch-key): Revert.
2830
2831 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * lpath.el: Fbind string-as-multibyte for XEmacs.
2834
2835         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2836         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2837         (mml1991-pgg-encrypt): Ditto.
2838
2839         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2840         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2841         a multibyte buffer.
2842
2843         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2844         (pgg-pgp-lookup-key): Ditto.
2845
2846         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2847         (pgg-pgp5-lookup-key): Ditto.
2848
2849         * pgg.el (pgg-fetch-key): Ditto.
2850
2851 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2852
2853         * message.el (message-user-organization-file): Check several
2854         locations of the organization file.
2855
2856         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2857         Add gnus-article-view-part-as-type.
2858
2859         * gnus-art.el (gnus-article-view-part-as-type): New function.
2860
2861         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2862         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2863
2864         * mml.el: Simplify autoload.
2865         (mml-mode): defvar dnd-protocol-alist instead of using
2866         symbol-value.
2867         (mml-default-directory): New variable.
2868         (mml-minibuffer-read-file): Use it.
2869         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2870
2871         * message.el (message-citation-line-format): New variable.
2872         (message-insert-formated-citation-line): New function.
2873         (message-citation-line-function): Add
2874         `message-insert-formated-citation-line' to custom type.
2875
2876         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2877         to doc string.
2878
2879         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2880         depending on mm-verify-option.
2881
2882 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2885         binding pgg-* variables; reimplement the section which prevents
2886         MIME header from being signed.
2887         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2888         pgg-text-mode; remove a blank line at the top of body.
2889
2890         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2891         lines at the top of body; use gnus-newsgroup-charset if there's no
2892         Charset header.
2893
2894 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * message.el (message-self-insert-commands): Doc fix.
2897
2898         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2899         (mm-uu-pgp-encrypted-test): Ditto.
2900         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2901         between header and body; return application/pgp-encrypted handle
2902         if decryption failed; decode decrypted body by charset.
2903
2904         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2905         element match to application/pgp-*.
2906
2907 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2908
2909         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2910         HTML.
2911
2912 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * mail-source.el (mail-source-call-script): Message the error
2915         string.
2916
2917 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-util.el (gnus-byte-compile): Use it.
2920
2921 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2922
2923         * gnus-util.el (kill-empty-logs): New function.
2924
2925 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * message.el (message-mail-alias-type): Doc fix.
2928         (message-mail-alias-type-p): New function.
2929         (message-send): Use it.
2930         (message-mode): Ditto.
2931         (message-strip-forbidden-properties): Ditto.
2932
2933         * ecomplete.el (ecomplete-database-file-coding-system): New
2934         variable.
2935         (ecomplete-save): Use it.
2936         (ecomplete-setup): Use it.
2937
2938 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * message.el (message-self-insert-commands): New variable.
2941         (message-strip-forbidden-properties): Use it.
2942
2943 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2946         that doesn't make XEmacs choke.
2947
2948 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2949
2950         * gnus-util.el (gnus-replace-in-string):
2951         Prefer replace-regexp-in-string over of replace-in-string.
2952
2953 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-util.el (gnus-select-frame-set-input-focus):
2956         Use select-frame-set-input-focus if it is available in XEmacs; use
2957         definition defined in Emacs 22 for old Emacsen.
2958
2959         * dgnushack.el: Autoload unmorse-region for XEmacs.
2960
2961         * lpath.el: Bind cursor-in-non-selected-windows and
2962         select-frame-set-input-focus for XEmacs.
2963
2964 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2967
2968 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * gnus-registry.el (gnus-registry-cache-save): Remove text
2971         properties when saving via the temp buffer.
2972
2973 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * message.el (message-generate-hashcash): Honor custom type.
2976
2977 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978
2979         * message.el (message-generate-hashcash): Default to non-nil when
2980         hashcash is found.
2981
2982         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2983         (gnus-refer-thread-limit): Increase default to 500.
2984
2985         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2986
2987         * flow-fill.el (fill-flowed): Allow delete-space.
2988
2989 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2990
2991         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2992         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2993         Remove autoloads.
2994
2995 2006-04-18  Simon Josefsson  <jas@extundo.com>
2996
2997         * message.el (message-generate-hashcash): Default to.
2998
2999 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3002         concatenating segments rather than before concatenating them.
3003
3004 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3005
3006         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3007
3008 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3011
3012         * message.el (message-forward-make-body-plain): Allow
3013         message-forward-ignored-headers to be a list.
3014         (message-remove-ignored-headers): Factor out into function.
3015         (message-forward-make-body-mml): Use it.
3016
3017         * imap.el (imap-quote-specials): New function.
3018         (imap-login-auth): Quote specials.
3019
3020         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3021         (rfc2231-parse-string): Allow concatanation of parameters that
3022         aren't contiguous.  The test case is
3023           (mail-header-parse-content-type "message/external-body;
3024             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3025             access-type=LOCAL-FILE;
3026             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3027
3028 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3029
3030         * nntp.el (nntp-accept-process-output): Return the value of
3031         `nnheader-accept-process-output'.
3032
3033 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3036         (gnus-button-alist): Recognize more diff formats.
3037         (gnus-button-patch): Strip directory.
3038
3039 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3040
3041         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3042         Emacs 22 when setting focus.
3043
3044 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * gnus-art.el (gnus-article-treat-types): Do treatment of
3047         text/x-verbatim parts.
3048         (gnus-button-patch): New command.
3049
3050         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3051         addresses that contain invalid characters.
3052
3053 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * message.el (message-put-addresses-in-ecomplete): Use
3056         gnus-replace-in-string.
3057         (message-is-yours-p): Use the more correct
3058         mail-header-parse-address instead of
3059         mail-extract-address-components.
3060         (message-put-addresses-in-ecomplete): Fix typo.
3061
3062         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3063         keystroke.
3064
3065         * gnus-art.el (gnus-treatment-function-alist): Change order of
3066         newsgroups/generic header folding to avoid double-folding.
3067
3068         * message.el (message-hidden-headers): Add X-Draft-From.
3069
3070         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3071         command.
3072         (gnus-summary-repeat-search-article-backward): New command.
3073
3074         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3075         groups in the parent topic.
3076
3077 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3078
3079         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3080         (spam-extra-header-to-number): Return the CRM114 number as a
3081         number instead of a string.
3082
3083 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * gnus-art.el (gnus-face-properties-alist): Moved here from
3086         gnus-fun.
3087
3088         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3089
3090 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * message.el (message-strip-forbidden-properties): Only display on
3093         self-insert-command.
3094
3095         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3096         reindent.
3097         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3098
3099 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3100
3101         * smiley.el (smiley-style): Fix typo.
3102
3103 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * hashcash.el (hashcash-insert-payment-async-2): Use
3106         message-goto-eoh instead of doing it manually.
3107         (mail-add-payment): Use message-narrow-to-header instead of trying
3108         to do the same itself.
3109
3110         * message.el (message-hidden-headers): Add Face.
3111
3112         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3113         reparenting code.
3114         (gnus-summary-reparent-children): Refactored out code.
3115         (gnus-summary-thread-map): New keystroke.
3116         (gnus-summary-reparent-children): Make into command.
3117
3118         * smiley.el (smiley-style): Default to `medium' if using a large
3119         font.
3120
3121         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3122         does it itself.
3123
3124         * message.el (message-point-in-header-p): Simplify definition.
3125
3126 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * nnagent.el (nnagent-request-set-mark): Silence log file
3129         writing.
3130         (nnagent-request-set-mark): Use write-region instead of
3131         append-to-file.
3132
3133         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3134         strange select method.
3135
3136         * ecomplete.el (ecomplete-display-matches): Get highlightling
3137         right.
3138         (ecomplete-display-matches): Use literals.
3139         (ecomplete-display-matches): Disable message logging.
3140
3141         * message.el (message-display-abbrev): Small optimization.
3142
3143         * ecomplete.el (ecomplete-display-matches): Allow automatic
3144         display.
3145
3146         * message.el (message-strip-forbidden-properties): Display
3147         abbrevs.
3148         (message-display-abbrev): Get automatic display right.
3149
3150         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3151         keystrokes.
3152
3153 2006-04-13  Romain Francoise  <romain@orebokech.com>
3154
3155         TODO: Backport to v5-10!
3156
3157         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3158         Moved here (and renamed) from gnus-registry.el.
3159
3160         * gnus-registry.el: Require gnus-util.
3161         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3162
3163 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * gnus-group.el (gnus-group-catchup-current): Change
3166         if-then-else-if-then-else into cond.
3167         (gnus-group-catchup): Indent.
3168         (group-name-at-point): New function.
3169         (gnus-fetch-group): Provide default from thing at point.
3170
3171 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * message.el (message-display-abbrev): Fix regexp.
3174
3175         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3176         choosing.
3177         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3178         dead variables.
3179
3180         * message.el (message-newline-and-indent): Remove debugging.
3181         (message-display-abbrev): Use new implementation.
3182
3183 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3184
3185         * gnus-art.el (gnus-article-mode): Set
3186         cursor-in-non-selected-windows to nil.
3187
3188         * smiley.el: Revert previous change.
3189         (smiley-data-directory): defvar it before using it in the
3190         defcustom of `smiley-style'.
3191
3192 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * message.el (message-newline-and-indent): New function.
3195
3196         * ecomplete.el: Implement more bits.
3197
3198         * message.el (message-put-addresses-in-ecomplete): Clean up the
3199         string.
3200
3201         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3202
3203         * gnus-sum.el (gnus-summary-save-parts): Bind
3204         gnus-summary-save-parts-counter and use it to make unique file
3205         names.
3206
3207         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3208
3209         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3210         parameter to say whether to actually parse the individual
3211         addresses.
3212
3213         * message.el (message-put-addresses-in-ecomplete): New function.
3214         (ecomplete): Require.
3215         (message-mail-alias-type): Add ecomplete as an option.
3216
3217 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3218
3219         * flow-fill.el (fill-flowed): Remove trailing space from blank
3220         quoted lines.
3221
3222 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * smiley.el (smiley-style): Move definition later to avoid a
3225         compilation warning.
3226
3227 2006-04-12  Kenichi Handa  <handa@m17n.org>
3228
3229         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3230         buffer and then decode the buffer text if necessary.
3231         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3232         first, and after mm-encode-body, change the buffer to unibyte.
3233         Use mm-disable-multibyte instead of set-buffer-multibyte.
3234
3235 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3238         Content-Type header instead of Content-Disposition header.
3239         (gnus-mime-inline-part): Ditto.
3240         (gnus-mime-view-part-as-charset): Ignore charset that the part
3241         specifies.
3242
3243         * mm-decode.el (mm-display-part): Work with external parts and
3244         usual parts similarly.
3245
3246         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3247         instead of gnus-display-mime.
3248
3249         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3250         instead of with-temp-buffer.
3251
3252         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3253         tag to summarized topics part in order to encode non-ASCII text.
3254
3255 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * smiley.el (smiley-style): New variable.
3258         (smiley-directory): New function.
3259         (smiley-data-directory): Derive from `smiley-style' using
3260         `smiley-directory'.
3261         (smiley-regexp-alist): Add new entries.
3262
3263         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3264         (gnus-article-browse-delete-temp): Add :version.
3265
3266 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3267
3268         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3269         the sieve region.
3270
3271 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus.el (gnus-version-number): Bump version.
3274
3275 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3276
3277         * gnus.el: No Gnus v0.4 is released.
3278
3279 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3282         layout.
3283
3284         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3285         unknown charset.
3286
3287         * message.el (message-header-synonyms): Add Original-To to the
3288         default.
3289
3290         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3291         optional parameter.
3292
3293 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-fun.el (gnus): Require it for gnus-directory.
3296
3297 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3300
3301 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3302
3303         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3304
3305 2006-04-05  Simon Josefsson  <jas@extundo.com>
3306
3307         * password.el (password-reset): New function.
3308
3309 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3310
3311         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3312         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3313
3314 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3315
3316         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3317         Some whitespace was matched into the url, which broke browsing hits
3318         > 100 when mm-url-use-external was nil.
3319
3320 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3323         gnus-extra-headers for 'Newsgroups.
3324
3325         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3326         bound.
3327
3328 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3329
3330         * pgg-gpg.el: Clean up process buffers every time gpg processes
3331         complete.
3332
3333 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3336         doc string.
3337
3338 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3339
3340         * pgg-gpg.el (pgg-gpg-process-filter)
3341         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3342
3343         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3344         lines, temporary fix.
3345
3346 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3349
3350 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3351
3352         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3353         default-enable-multibyte-characters.  This reverts the change from
3354         revision 6.17 which is no longer necessary because the passphrase
3355         is sent separately now.  GnuPG messages are unreadable under
3356         multibyte locales with default-enable-multibyte-characters set to
3357         nil.
3358
3359 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3360
3361         * message.el (message-tool-bar-gnome): Move "spell".
3362
3363 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3364
3365         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3366         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3367         instead.
3368
3369 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3370
3371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3372         newsgroups handling for NNTP overviews which don't include
3373         Newsgroups.
3374
3375 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3376
3377         * message.el (message-resend): Bind message-generate-hashcash to nil.
3378
3379 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3380
3381         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3382         when searching for already-paid recipients.
3383
3384 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3385
3386         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3387         passphrases when it is not needed.
3388         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3389         passphrase stuff from gpg, should only be necessary when you use
3390         gpg with a smartcard.
3391
3392 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * mml.el (mml-insert-mime): Ignore cached contents of
3395         message/external-body part.
3396
3397         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3398         (mm-insert-part): Ditto.
3399
3400 2006-03-23  Simon Josefsson  <jas@extundo.com>
3401
3402         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3403         Reiner.
3404         (pgg-gpg-use-agent-p): Use it again.
3405
3406 2006-03-23  Simon Josefsson  <jas@extundo.com>
3407
3408         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3409         older emacsen.
3410         (pgg-gpg-use-agent-p): Don't use it.
3411
3412 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3415         if we can.
3416
3417 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3418
3419         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3420         (pgg-gpg-update-agent): New function.
3421         (pgg-gpg-use-agent-p): New function.
3422         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3423         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3424         (pgg-gpg-sign-region): Use it.
3425
3426 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3429         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3430
3431 2006-03-21  Simon Josefsson  <jas@extundo.com>
3432
3433         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3434         <wilde@sha-bang.de>.
3435         (pgg-gpg-use-agent): New variable.
3436         (pgg-gpg-process-region): Use it.
3437         (pgg-gpg-encrypt-region): Likewise.
3438         (pgg-gpg-encrypt-symmetric-region): Likewise.
3439         (pgg-gpg-decrypt-region): Likewise.
3440         (pgg-gpg-sign-region): Likewise.
3441         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3442
3443 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3444
3445         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3446
3447         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3448         Add comment on version.
3449
3450 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * smiley.el: Add missing test smiley.
3453
3454 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * mm-decode.el (mm-with-part): New macro.
3457         (mm-get-part): Use it; work with message/external-body as well.
3458         (mm-save-part): Treat name and filename equally.
3459
3460         * mm-extern.el (mm-extern-cache-contents): New function.
3461         (mm-inline-external-body): Use it; force the part to be displayed;
3462         move undisplayer added to the cached handle to the parent.
3463
3464         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3465         (gnus-mime-view-part-as-type): Work with message/external-body.
3466
3467         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3468
3469 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3472         images in image-load-path.  [Sync with image.el, revision 1.60, in
3473         Emacs.]
3474
3475 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3478         path rather than symbol.  Always return list of directories.
3479         Guarantee that image directory comes first.  [Sync with image.el,
3480         revision 1.59, in Emacs.]
3481
3482         * message.el (message-make-tool-bar): Adjust to new API of
3483         `gmm-image-load-path-for-library'.
3484
3485         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3486
3487         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3488
3489 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3490
3491         * gnus-art.el (gnus-article-only-boring-p):
3492         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3493         intangible text.
3494         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3495
3496 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3499         `defun' instead of `gmm-defun-compat'.
3500
3501 2006-03-14  Simon Josefsson  <jas@extundo.com>
3502
3503         * message.el (message-unique-id): Don't use message-number-base36
3504         if (user-uid) is a float.
3505         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3506
3507 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3510
3511         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3512         empty line between a part and a message part.
3513
3514 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * smiley.el: Add more test smileys.
3517         (smiley-data-directory, smiley-regexp-alist)
3518         (gnus-smiley-file-types): Fix doc strings.
3519         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3520         adding new elements.
3521         (smiley-mouse-map): Unused code.  Make it a comment.
3522
3523 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3526         scan latest NoCeM messages instead of old ones.
3527         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3528         delimiters that are recently used.
3529         (gnus-nocem-load-cache): Add autoload cookie.
3530
3531         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3532
3533         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3534         level which is larger than gnus-use-nocem is specified.
3535
3536         * gnus-group.el (gnus-group-get-new-news): Ditto.
3537
3538 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * gnus-util.el (gnus-tool-bar-update): New function.
3541
3542         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3543         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3544
3545         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3546
3547         * gnus-group.el (gnus-group-redraw-when-idle)
3548         (gnus-group-redraw-check): Remove.
3549         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3550
3551 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3554         if optional last element is specified in splits (FIELD VALUE...).
3555
3556 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3557
3558         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3559         to gmm-image-load-path-for-library.  Call with no-error argument.
3560         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3561
3562         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3563
3564         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3565
3566         * gmm-utils.el (gmm-image-load-path): Remove alias.
3567
3568 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * gmm-utils.el (gmm-image-load-path): Add alias.
3571
3572         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3573         nnml-generate-nov-databases-1.
3574         (nnml-generate-nov-databases): Use it.
3575         (nnml-generate-nov-databases-directory): Document no-active
3576         argument.
3577
3578         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3579         directory if path is t.  Add no-error.
3580
3581         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3582         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3583
3584         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3585         resetting gnus-article-browse-html-temp-list.
3586
3587         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3588         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3589         Add example to docstring.  Rename local variables.  Move error
3590         checks to default case in cond and simplify.
3591
3592 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3595         handle is multipart when calling it recursively.
3596         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3597
3598 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3599
3600         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3601         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3602
3603 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3606         is loaded.
3607
3608         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3609         loaded.
3610
3611 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3614         to "Emacs 23 (unicode)" in doc string.
3615
3616         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3617         "Emacs 23 (unicode)" in comment.
3618
3619 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3622
3623         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3624         characters 160 through 255 in Emacs 23.
3625
3626 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3627
3628         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3629         gnus-article-browse-html-temp.
3630         (gnus-article-browse-delete-temp): Make it customizable.  Add
3631         `file'.  Adjust doc string.
3632         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3633         query for each file.  Adjust doc string.
3634         (gnus-article-browse-html-parts): Add
3635         `gnus-article-browse-delete-temp-files' to
3636         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3637
3638 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3639
3640         * gnus-art.el (gnus-article-browse-html-temp)
3641         (gnus-article-browse-delete-temp): New variables.
3642         (gnus-article-browse-delete-temp-files): New function.
3643         (gnus-article-browse-html-parts): Use it.
3644
3645 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3648
3649         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3650         string.
3651
3652         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3653         gnus-summary-insert-new-articles when unplugged.  Remove
3654         gnus-summary-search-article-forward.
3655
3656         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3657         display-visual-class instead of display-color-cells.
3658
3659 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * dgnushack.el: Autoload customize-group for XEmacs.
3662
3663         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3664         message/* containing non-ASCII text properly.
3665
3666 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * message.el: Require gmm-utils, remove autoloads.
3669         (message-tool-bar): Set default based on
3670         gmm-tool-bar-style.
3671         (message-tool-bar-gnome): Add gmm-customize-mode.
3672
3673         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3674         gmm-tool-bar-style.
3675         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3676
3677         * gnus-group.el (gnus-group-tool-bar): Set default based on
3678         gmm-tool-bar-style.
3679         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3680
3681         * gmm-utils.el (gmm-image-directory): Rename variable from
3682         gmm-image-load-path.
3683         (gmm-image-load-path): Use gmm-image-directory.
3684         (gmm-customize-mode): New function.
3685         (gmm-tool-bar-style): New variable.
3686
3687         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3688         gnus-group-redraw-line-number.
3689         (gnus-group-redraw-check): Simplify.
3690         (gnus-group-tool-bar-update): Remove redraw check.
3691         (gnus-group-make-tool-bar): Add redraw check.
3692
3693 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3694
3695         * gnus-art.el (gnus-button): Add missing parentheses.
3696
3697 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * lpath.el: Fbind line-number-at-pos.
3700
3701 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3704
3705 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * gnus-art.el (gnus-button): New face.
3708         (gnus-article-button-face): Use it.
3709
3710         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3711         gnus-summary-next-page.  Re-order.
3712
3713         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3714         next-node are now included.
3715         (gnus-group-redraw-line-number): New internal variable.
3716         (gnus-group-redraw-check): Helper function for updating the tool
3717         bar.
3718         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3719
3720         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3721
3722         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3723         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3724         Use it to match format of Spamassassin 3.0 and later.  Reported by
3725         IRIE Tetsuya <irie@t.email.ne.jp>.
3726         (spam-check-bogofilter)
3727         (spam-bogofilter-register-with-bogofilter): Fix args of
3728         `gnus-error' calls.
3729
3730 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3731
3732         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3733         unnecessary interaction when sending queued mails.  Reported by
3734         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3735
3736 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3737
3738         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3739         first or last are nil.
3740
3741 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3742
3743         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3744
3745 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3748
3749 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * dns.el (query-dns): Protect more against buggy tcp output.
3752
3753 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3756         nov.php.
3757
3758 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3759
3760         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3761         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3762         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3763         output on the server side.
3764         (nnweb-google-create-mapping): Update regexps and add some
3765         progress indication.
3766
3767 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3770         gnus-agent-toggle-plugged.  Re-order icons.
3771         (gnus-group-tool-bar-gnome): Add
3772         gnus-group-{prev,next}-unread-group.
3773         (gnus-group-tool-bar-gnome): Re-order icons.
3774
3775         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3776         gnus-summary-insert-new-articles.
3777
3778         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3779         comments.
3780
3781         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3782         also available in Emacs 21.3.
3783
3784         * message.el (message-fix-before-sending): Change "Emacs 22" to
3785         "Emacs 23 (unicode)" in comment.
3786
3787         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3788         "Emacs 23 (unicode)" in comment.
3789
3790         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3791         comment.
3792         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3793
3794         * mm-view.el (mm-fill-flowed): Add :version.
3795
3796 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3799         and load-path.
3800
3801 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * message.el: Autoload gmm-image-load-path.
3804         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3805         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3806         consitency.
3807
3808         * gmm-utils.el (gmm-image-load-path): Also search in
3809         "../etc/images".  Don't set gmm-image-load-path if we don't find
3810         the image.
3811
3812 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gmm-utils.el (gmm-image-load-path): Don't make
3815         `gmm-image-load-path' include subdirectories which the second arg
3816         `image' might specify.
3817
3818         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3819         subdirectory to icon file names.
3820
3821         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3822
3823 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3826         gmm-image-load-path calls.
3827
3828         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3829
3830         * message.el (message-make-tool-bar): Ditto.
3831
3832         * mml.el (mml-preview): Added comment concerning tool bar icons.
3833
3834         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3835         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3836
3837         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3838         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3839
3840         * message.el (message-tool-bar-gnome): Use new icon names.
3841         (message-make-tool-bar): Use `gmm-image-load-path'.
3842
3843         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3844         functions from MH-E.
3845         (gmm-image-load-path): New variable from MH-E.
3846         (gmm-image-load-path): New function from MH-E.  Added arguments
3847         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3848         *-image-load-path-called-flag.
3849
3850 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3851
3852         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3853
3854 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3855
3856         * nnimap.el (nnimap-request-move-article): Change folder back to
3857         source group before deleting.
3858
3859 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3862
3863         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3864         mm-url.
3865
3866         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3867
3868 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3871         coding system which mm-charset-to-coding-system returns for a
3872         given charset is valid.
3873
3874 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3875
3876         * html2text.el (html2text-remove-tag-list):
3877         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3878
3879 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3880
3881         * gnus-cus.el: Revert 2005-10-17 change.
3882
3883 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-art.el (article-strip-banner): Call
3886         article-really-strip-banner only when the regexp match is made.
3887
3888 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-art.el (article-strip-banner): Use
3891         gnus-extract-address-components instead of
3892         mail-header-parse-addresses to make it work with non-ASCII text;
3893         remove mail-encode-encoded-word-string.
3894
3895         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3896         values which are surrounded with \"...\"; make it never cause a
3897         Lisp error; give up parsing of parameters if it failed in
3898         extracting type.
3899
3900 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3901
3902         * smime.el (smime-cert-by-ldap-1): Fix bug where
3903         `smime-ldap-search' returns results without userCertificates.
3904
3905 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3908
3909 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3910
3911         * spam.el (spam-check-spamassassin-headers): Adapt format for
3912         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3913         <ari@mbf.ocn.ne.jp>.
3914         (spam-list-of-processors): Add spam-use-gmane.
3915
3916 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3919         make-temp-file; make it work with XEmacs as well.
3920
3921         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3922         mm-make-temp-file.
3923
3924         * mm-decode.el (mm-display-external): Use the 3rd arg of
3925         mm-make-temp-file.
3926         (mm-create-image-xemacs): Ditto.
3927
3928 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3931         with message-narrow-to-headers.
3932         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3933         (gnus-draft-check-draft-articles): New function.
3934         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3935
3936 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * gnus-art.el (gnus-article-browse-html-parts):
3939         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3940         Don't use suffix argument for mm-make-temp-file for Emacs 21
3941         compatibility.  Remove useless `format'.
3942
3943 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3944
3945         * nnweb.el (nnweb-google-wash-article): Update regexps.
3946         (nnweb-group-alist): Use defvoo instead of defvar.
3947
3948 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3951         re-loading nn* modules.
3952
3953 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3954
3955         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3956         for `tool-bar-mode' and don't check it's default-value.
3957
3958         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3959
3960         * message.el (message-make-tool-bar): Ditto.
3961
3962         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3963         `substring'.  Shorten tmp-file name.
3964
3965         * gnus.el: Remove bogus comment.
3966
3967 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3968
3969         * gnus-art.el (gnus-article-browse-html-parts): New function.
3970         (gnus-article-browse-html-article): New function for viewing html
3971         articles with a browser.
3972
3973 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3974
3975         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3976         in elisp.
3977         (pgg-gpg-encrypt-symmetric-region): Ditto.
3978         (pgg-gpg-sign-region): Ditto.
3979
3980         * pgg-def.el (pgg-text-mode): New variable.
3981
3982         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3983         (mml2015-pgg-encrypt): Ditto.
3984
3985         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3986         (mml1991-pgg-encrypt): Ditto.
3987
3988 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3991         message-make-date instead of current-time-string.
3992
3993         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3994         to gnus-decoded which mm-uu might set.
3995
3996 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3999         don't decode quoted parameters; remove misimported Emacs code.
4000         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4001         (rfc2231-decode-encoded-string): Don't use split-string which
4002         behaves differently according to Emacs version; use
4003         mm-decode-coding-region to convert charset to coding-system.
4004         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4005         (rfc2231-encode-string): Remove misimported Emacs code.
4006
4007 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4010         when calling mail-header-parse-content-type.
4011         (article-de-quoted-unreadable): Ditto.
4012         (article-de-base64-unreadable): Ditto.
4013         (article-wash-html): Ditto.
4014
4015         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4016         calling mail-header-parse-content-type and
4017         mail-header-parse-content-disposition.
4018         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4019         mail-header-parse-content-type.
4020
4021         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4022         insert charset and format parameters; encode description after
4023         inserting it to buffer.
4024         (mml-insert-parameter): Fold lines properly even if a parameter is
4025         segmented into two or more lines; change the max column to 76.
4026
4027         * rfc1843.el (rfc1843-decode-article-body): Don't use
4028         ignore-errors when calling mail-header-parse-content-type.
4029
4030         * rfc2231.el (rfc2231-parse-string): Return at least type if
4031         possible; don't cause an error even if it fails in parsing of
4032         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4033         (rfc2231-encode-string): Don't break lines at the beginning, leave
4034         it to mml-insert-parameter.
4035
4036         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4037         calling mail-header-parse-content-type.
4038
4039 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * spam-report.el (spam-report-gmane-use-article-number):
4042         Improve doc string.
4043         (spam-report-gmane-internal): Check if a suitable header was found
4044         in the article.
4045
4046 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4049         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4050
4051 2006-02-05  Romain Francoise  <romain@orebokech.com>
4052
4053         Update copyright notices of all files in the gnus directory.
4054
4055 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4056
4057         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4058
4059 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4062         segmented lines of parameter value to cope with Thunderbird 1.5
4063         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4064         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4065         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4066
4067 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4068
4069         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4070         parts.
4071
4072 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4073
4074         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4075         there's only one active file for all servers.
4076         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4077         solid groups.  Gnus might have used a FAST request to select the group.
4078         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4079         and nnweb-search redundantly in the active file.
4080         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4081         (nnweb-request-create-group): Don't use ARGS.
4082         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4083         initialisations.  Let nnoo do the work.
4084
4085 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4088         Say the part has been decoded.
4089
4090         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4091
4092 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4093
4094         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4095         mailcap-viewer-test-cache when there's no 'test clause, since that
4096         will invert the meaning of a "nil" test previously determined by
4097         mailcap-mailcap-entry-passes-test.
4098
4099 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4102         compiling.
4103
4104         * gnus-sum.el: Ditto.
4105
4106         * message.el: Don't bind tool-bar-map when compiling.
4107
4108 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4111
4112 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4113
4114         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4115         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4116         current Google Groups.
4117
4118 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4121         and tool-bar-mode.
4122
4123         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4124         and tool-bar-mode.
4125
4126         * message.el (message-tool-bar-update): Simplify.
4127         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4128
4129         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4130         gnus-summary-buffer.
4131         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4132         gnus-summary-reply.
4133
4134         * gmm-utils.el (gmm): Add :version.
4135
4136 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * Makefile.in (clean): New rule.
4139         (distclean): Use it.
4140
4141 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4142
4143         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4144         autoload.
4145
4146 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gmm-utils.el (gmm-verbose): Add :group.
4149
4150 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * message.el: Change some comments WRT tool-bars.
4153
4154         * gnus-sum.el (gnus-summary-tool-bar)
4155         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4156         (gnus-summary-tool-bar-zap-list): New variables.
4157         (gnus-summary-make-tool-bar): Complete rewrite using
4158         `gmm-tool-bar-from-list'.
4159
4160         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4161         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4162         variables.
4163         (gnus-group-make-tool-bar): Complete rewrite using
4164         `gmm-tool-bar-from-list'.
4165         (gnus-group-tool-bar-update): New function.
4166
4167         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4168
4169 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4172         is dissected into a single part of which the type is the same as
4173         the given one; decode charset.
4174
4175 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4176
4177         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4178         into alists as symbol not string, since that's what
4179         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4180         look for.
4181
4182 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4185         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4186
4187         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4188
4189 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4192         (gnus-xmas-mime-security-button-menu): New function.
4193
4194         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4195         (gnus-mime-security-button-menu): New definition.
4196         (gnus-mime-security-button-map): Use them.
4197         (gnus-mime-security-button-menu): New function.
4198         (gnus-insert-mime-security-button): Addition to help echo.
4199         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4200         (gnus-mime-security-pipe-part): New functions.
4201
4202         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4203         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4204
4205         * mm-decode.el (mm-handle-set-disposition): Remove.
4206         (mm-handle-set-description): Remove.
4207
4208 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4211         (mm-w3m-standalone-supports-m17n-p): New function.
4212         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4213         w3m usage.
4214
4215         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4216         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4217
4218 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * message.el (message-tool-bar-zap-list): Use
4221         gmm-tool-bar-zap-list as custom type.
4222         (message-tool-bar-update): New function.
4223         (message-tool-bar, message-tool-bar-gnome)
4224         (message-tool-bar-retro): Add message-tool-bar-update.
4225         (message-tool-bar-gnome): Add flyspell-buffer.
4226
4227         * gnus-util.el (gnus-error): Describe `args'.
4228
4229         * gmm-utils.el (gmm-error): Describe `args'.
4230         (gmm-tool-bar-zap-list): New widget.
4231         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4232
4233 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4236         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4237         the number of recursive calls.
4238
4239         * mm-decode.el (mm-handle-set-disposition): New macro.
4240         (mm-handle-set-description): New macro.
4241
4242 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4245         encoding.
4246
4247 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * message.el (message-tool-bar-zap-list, message-tool-bar)
4250         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4251         (message-tool-bar-local-item-from-menu): Remove.
4252         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4253         (message-make-tool-bar): New function.
4254         (message-mode): Use `message-make-tool-bar'.
4255
4256         * gmm-utils.el: New file.
4257         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4258         (gmm-lazy): New widget copied from `nnmail.el'.
4259         (gmm-tool-bar-from-list): New function for creating customizable
4260         tool bars.
4261         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4262         output.
4263         (gmm): Add :prefix to defgroup.
4264
4265 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4266
4267         * gmm-utils.el (gmm-widget-p): New function.
4268
4269 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4270
4271         * mml.el (mml-attach-file): Describe `description' in doc string.
4272         (mml-menu): Add Emacs MIME manual and PGG manual.
4273
4274 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4275
4276         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4277
4278 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4279
4280         * nntp.el (nntp-end-of-line): Doc fix.
4281
4282 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4283
4284         * imap.el (imap-open): Handle case where buffer is a buffer
4285         object.
4286
4287 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * gnus-delay.el (gnus-delay): Don't autoload.
4290         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4291         to be re-loaded when customizing the `gnus-delay' group.
4292
4293 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4294
4295         * message.el (message-insert-citation-line): Use newlines.
4296
4297 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4298
4299         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4300         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4301         these routines, so the passphrase can be managed externally and
4302         passed in to the system.
4303         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4304         pgg-add-passphrase-to-cache function.
4305
4306         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4307         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4308         these routines, so the passphrase can be managed externally and
4309         passed in to the system.
4310         (pgg-pgp5-sign-region): Use new name of
4311         pgg-add-passphrase-to-cache function.
4312
4313 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4314
4315         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4316         part of the decoded armor to find the key-identifier.
4317         (pgg-gpg-lookup-key-owner): New function to return the
4318         human-readable identifier of a key owner.
4319         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4320         itself.
4321         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4322         the key value) if we have a key and can match it against a secret
4323         key.  Also, added a note pointing out fact that the prompt only
4324         indicates the first matching key.
4325
4326         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4327         pgg-decrypt-region.
4328         (pgg-add-passphrase-to-cache): Rename from
4329         `pgg-add-passphrase-cache' to reduce confusion (all callers
4330         changed).
4331         (pgg-remove-passphrase-from-cache): Rename from
4332         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4333         changed).
4334         (pgg-read-passphrase, pgg-add-passphrase-cache)
4335         (pgg-remove-passphrase-cache): Add informative docstrings.
4336         (pgg-decrypt): Convey provided passphrase in subordinate call to
4337         pgg-decrypt-region.
4338
4339 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4340
4341         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4342         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4343         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4344         'passphrase' argument, so the passphrase can be managed externally
4345         and then passed in to the system.
4346
4347         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4348         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4349         so the passphrase cache can be used reliably with identifiers
4350         besides a pgp packet's key id.
4351
4352         * pgg-gpg.el (pgg-gpg-encrypt-region)
4353         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4354         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4355         these routines, so the passphrase can be managed externally and
4356         passed in to the system.
4357
4358         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4359         'notruncate' argument, so the passphrase cache can be used
4360         reliably with identifiers besides a pgp packet's key id.
4361
4362 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4363
4364         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4365         symmetric encryption.
4366         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4367         encrypted session key.
4368         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4369         message ask for the passphrase in a proper way.
4370
4371         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4372         New user commands for symmetric encryption.
4373
4374 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4377
4378         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4379
4380 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4381
4382         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4383
4384 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * mm-decode.el (mm-inlined-types): Add application/pgp.
4387         (mm-automatic-display): Ditto.
4388
4389         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4390         part as text.
4391
4392 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * nnrss.el: Update copyright.
4395         (nnrss-opml-import): Query whether to subscribe to each entry.
4396
4397         * gnus-art.el:
4398         * gnus-sum.el:
4399         * gnus-xmas.el:
4400         * messagexmas.el:
4401         * mm-uu.el:
4402         * mm-view.el: Update copyright.
4403
4404 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * message.el (message-info): New function.
4407         (message-mode-menu): Add it.
4408         Update copyright.
4409
4410         * ChangeLog: Fix and update copyright.
4411
4412 2006-01-13  Romain Francoise  <romain@orebokech.com>
4413
4414         * message.el (message-forward-subject-name-subject): Prefer the
4415         address to 'nowhere' if the sender has no name.
4416         Fix typo.  Update copyright year.
4417
4418 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-art.el (article-wash-html): Use
4421         gnus-summary-show-article-charset-alist if a numeric arg is given.
4422         (gnus-article-wash-html-with-w3m-standalone): New function.
4423
4424         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4425         mm-inline-text-html-render-with-w3m-standalone.
4426         (mm-text-html-washer-alist): Map w3m-standalone to
4427         gnus-article-wash-html-with-w3m-standalone.
4428         (mm-inline-text-html-render-with-w3m-standalone): New function.
4429
4430 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4433         Improve LaTeX.
4434
4435 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4438         (nnrss-request-article): Render text/plain parts as HTML.
4439
4440         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4441         the buffer.
4442
4443 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4446         custom definition of `gnus-posting-styles'.
4447
4448         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4449         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4450
4451 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4454         Use nntp for bug archive.
4455
4456 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4459         parts.
4460         (nnrss-normalize-date): New function converts ISO 8601 date into
4461         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4462         (nnrss-check-group): Use it.
4463
4464 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4467
4468         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4469         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4470         (nnrss-insert-w3): Ditto.
4471
4472 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4475         the articles to be forwarded including the case where neither a
4476         number of articles nor a region is specified.
4477
4478 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * nnrss.el (nnrss-request-article): Fix last change; fill
4481         text/plain parts.
4482
4483 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4486         in text/plain part.
4487         (nnrss-check-group): Don't add excessive newline to dc:subject.
4488
4489 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4490
4491         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4492         article.
4493
4494 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4497         (nnml-use-compressed-files, nnml-save-mail): Support other
4498         comression programs such as bzip2.
4499
4500 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * dns.el (query-dns): Make sure we check the buffer size before
4503         removing tcp headers.
4504
4505 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4508         remove MIME buttons associated with multipart/alternative parts.
4509         (gnus-mime-display-alternative): Tag buttons using `article-type'
4510         text property.
4511
4512         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4513         associated with multipart/alternative parts.
4514
4515         * gnus-art.el (gnus-signature-separator): Fix custom type.
4516
4517         * mm-decode.el (mm-inlined-types): Fix custom type.
4518         (mm-keep-viewer-alive-types): Ditto.
4519         (mm-automatic-display): Ditto.
4520         (mm-attachment-override-types): Ditto.
4521         (mm-inline-override-types): Ditto.
4522         (mm-automatic-external-display): Ditto.
4523
4524 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * spam-report.el (spam-report-user-mail-address)
4527         (spam-report-user-agent): New variables.
4528         (spam-report-url-ping-plain): Use spam-report-user-agent.
4529
4530 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4531
4532         * gnus-art.el (gnus-button-handle-custom): Do not just use
4533         `customize-apropos' for any "M-x customize-*" button but the
4534         function called for.  Accept both the function name and its
4535         argument in order to achieve this.
4536         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4537         function name to `gnus-button-handle-custom' in case of "M-x
4538         customize-*" buttons.
4539
4540 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4543         multipart/alternative and add xref to mm-discouraged-alternatives
4544         in doc string.
4545
4546         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4547         gnus-buttonized-mime-types in doc string.
4548
4549 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4552         Suggest image/.* in the doc string.
4553
4554 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4557         message-marks (Debian bug #342521).
4558
4559 2005-12-12  Simon Josefsson  <jas@extundo.com>
4560
4561         * password.el (password-read-from-cache): Add.
4562         (password-read): Use it.
4563
4564 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4567         us-ascii as a MIME charset.
4568
4569         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4570         against the case where the 2nd arg TYPE is nil.
4571
4572 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4573
4574         * pop3.el (pop3-stream-type): Fix custom version.
4575
4576         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4577
4578 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4579
4580         * mm-decode.el (mm-display-external): Add missing cdr.
4581
4582 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4585         RFC1524) if it is in mailcap or add a suffix according to
4586         mailcap-mime-extensions when generating a temp filename; postpone
4587         deleting a temp file for 2 seconds for some wrappers, shell
4588         scripts, and so on, which might exit right after having started a
4589         viewer command as a background job.
4590
4591 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4592
4593         * nntp.el (nntp-marks-directory): Fix custom group.
4594
4595         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4596         steps when < 10.
4597
4598         * gnus-start.el (gnus-no-server-1): Mention
4599         `gnus-level-default-subscribed' in doc string.
4600
4601 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4602
4603         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4604         parens.
4605
4606 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-xmas.el (gnus-use-toolbar): Revert.
4609         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4610         gnus-use-toolbar is default.
4611
4612         * messagexmas.el (message-use-toolbar): Revert.
4613         (message-setup-toolbar): Use global default-toolbar if
4614         message-use-toolbar is default.
4615
4616 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4619         according to default-toolbar-visible-p.
4620
4621         * messagexmas.el (message-use-toolbar): Ditto.
4622
4623 2005-11-26  Dave Love  <fx@gnu.org>
4624
4625         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4626         (tls-program, tls-success): Provide openssl alternative.
4627
4628         * starttls.el: Doc fixes.
4629         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4630         SERVICE to PORT.
4631
4632         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4633         port null or service name.
4634         (starttls-negotiate): Autoload.
4635
4636 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * message.el (message-kill-to-signature): Fix interactive spec.
4639
4640 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * pop3.el (pop3-open-server): Recognize a string as a service name.
4643
4644 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4645
4646         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4647
4648 2005-11-23  Dave Love  <fx@gnu.org>
4649
4650         Add pop3s, pop3/starttls.
4651
4652         * pop3.el (pop3-authentication-scheme): Clarify doc.
4653         (open-tls-stream, starttls-open-stream): Autoload.
4654         (pop3-stream-type): New.
4655         (pop3-open-server): Use it.
4656
4657         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4658         for POP.
4659         (mail-source-keyword-map): Add :stream for POP.
4660         (mail-source-fetch-pop): Use pop3-stream-type.
4661
4662 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4665         of current-time-string.
4666
4667 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4668
4669         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4670         date header.
4671
4672 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4673
4674         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4675         it can seriously impact performance as it bypasses the agent's
4676         local caches.
4677
4678 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4679
4680         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4681         must be explicitly online rather than "not explicitly offline" for
4682         its flags to be synchronized.
4683
4684         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4685         that gnus-uu-unmark-thread will function correctly.
4686
4687         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4688         1024K is instead displayed as 1M.
4689
4690 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691
4692         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4693
4694 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4695
4696         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4697
4698 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4699
4700         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4701         error message to display actual error condition.
4702         (gnus-agent-save-local): Avoid saving symbols that are bound to
4703         nil as they simply result in a warning message in
4704         gnus-agent-read-local.
4705
4706 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4709         rather than make-variable-buffer-local for file-precious-flag.
4710
4711 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4712
4713         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4714         for duplicates which are removed.  The invalid sort check then
4715         triggers a rescan after the sort as sorting may have moved
4716         duplicate entries such that they can be cheaply detected.
4717
4718 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4721
4722 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4723
4724         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4725         internal variable to a custom variable.  Changed default value
4726         from compressed(2) to uncompressed(1).
4727         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4728         support for uncompressed agentview files.  Taken together, reading
4729         the agentview file should now be 6-7 times faster.
4730
4731 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4732
4733         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4734         as a buffer-local variable.  This avoids creating truncated
4735         dribble files as a result of a hang up, eg.
4736
4737 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4738
4739         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4740         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4741         XEmacs.
4742
4743 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * gnus-start.el (gnus-start-draft-setup): Enforce
4746         `gnus-draft-mode' for nndraft:drafts at startup.
4747
4748         * gnus.el (gnus-splash): Change custom group.
4749         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4750         allow-list argument.
4751
4752         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4753         string.
4754
4755 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-art.el (gnus-default-article-saver): Add user-defined
4758         `function' to custom type.
4759
4760 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4761
4762         * imap.el (imap-open): Handle case where buffer is a buffer
4763         object.
4764
4765 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4768         long lines.
4769         (gnus-cache-delete-group): Wrap doc strings.
4770
4771         * gnus-agent.el (gnus-agent-rename-group)
4772         (gnus-agent-delete-group): Wrap doc strings.
4773
4774
4775 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * messagexmas.el (message-use-toolbar): Change the valid values
4778         into default, top, bottom, left, and right.
4779         (message-toolbar-thickness): New variable.
4780         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4781         well.
4782         (message-setup-toolbar): Make it work.
4783
4784         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4785         (gnus-use-toolbar): Change the valid values into default, top,
4786         bottom, left, and right.
4787         (gnus-toolbar-thickness): New variable.
4788         (gnus-xmas-setup-toolbar): New function.
4789         (gnus-xmas-setup-group-toolbar): Use it.
4790         (gnus-xmas-setup-summary-toolbar): Use it.
4791
4792 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * gnus-start.el (gnus-1): Add "native" to
4795         gnus-predefined-server-alist.
4796
4797         * gnus.el (gnus-method-to-server): Don't add "native" to the
4798         lists here, because that leads to problems when
4799         gnus-select-method is bound.
4800
4801 2005-11-09  Simon Josefsson  <jas@extundo.com>
4802
4803         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4804         use (not sort-by-date) instead.
4805
4806 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         * gnus-delay.el (gnus-delay-group): Don't autoload.
4809         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4810         to be re-loaded when customizing the `gnus-delay' group.
4811
4812 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4813
4814         * message.el: Revert last changes.
4815         (message-insert-citation-line): Use newlines.
4816
4817 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4818
4819         * message.el (message-courtesy-message)
4820         (message-mark-insert-begin, message-mark-insert-end)
4821         (message-elide-ellipsis, message-cancel-message)
4822         (message-add-header, message-change-subject)
4823         (message-cross-post-followup-to-header)
4824         (message-cross-post-insert-note, message-reduce-to-to-cc)
4825         (message-widen-reply, message-delete-not-region)
4826         (message-kill-to-signature, message-insert-signature)
4827         (message-insert-importance-high, message-insert-importance-low)
4828         (message-insert-or-toggle-importance)
4829         (message-insert-disposition-notification-to)
4830         (message-indent-citation, message-yank-original)
4831         (message-cite-original-without-signature, message-cite-original)
4832         (message-insert-citation-line, message-position-on-field)
4833         (message-fix-before-sending, message-send-mail-partially)
4834         (message-send-mail, message-send-mail-with-sendmail)
4835         (message-send-mail-with-qmail, message-send-news)
4836         (message-check-news-header-syntax, message-generate-headers)
4837         (message-insert-courtesy-copy, message-fill-address)
4838         (message-fill-header, message-shorten-references)
4839         (message-setup-1, message-cancel-news)
4840         (message-forward-make-body-plain, message-forward-make-body-mime)
4841         (message-forward-make-body-mml, message-encode-message-body)
4842         (message-forward-make-body-digest-plain)
4843         (message-forward-make-body-digest-mime)
4844         (message-use-alternative-email-as-from): Insert `hard-newline'
4845         instead of ordinary newlines.
4846
4847 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * message.el (message-generate-headers): Downcase the argument
4850         given to message-check-element.
4851
4852 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4853
4854         * nntp.el (nntp-authinfo-rejected): New error condition.
4855         (nntp-wait-for): Use new error condition to signal authentication
4856         error.
4857         (nntp-retrieve-data): Rethrow new error condition to break out of
4858         recursive call to nntp-send-authinfo.
4859
4860 2005-11-08  Romain Francoise  <romain@orebokech.com>
4861
4862         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4863         (gnus-summary-exit-map): Bind to `Z p'.
4864         (gnus-summary-make-menu-bar): Add menu item.
4865
4866 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4869         (gnus-treat-*): Add `first' in all doc strings.
4870
4871         * gnus-group.el (gnus-group-compact-group): Fix typo.
4872
4873 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * gnus.el (gnus-parameters-case-fold-search): New variable.
4876         (gnus-parameters-get-parameter): Use it.
4877
4878         * gnus-score.el (gnus-home-score-file): Doc fix.
4879
4880 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4881
4882         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4883
4884 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * mm-util.el (mm-special-display-p): New function.
4887
4888         * mml.el (mml-preview): Use it; doc fix.
4889
4890 2005-10-29  Romain Francoise  <romain@orebokech.com>
4891
4892         * message.el (message-fix-before-sending): Fix comment.
4893
4894 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4895
4896         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4897
4898 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4899
4900         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4901         Used in gnus-score.el.
4902
4903 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4906
4907 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4910         whitespace removed in revision 7.8.  Use concatenated string to
4911         protect trailing whitespace.
4912
4913 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4914
4915         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4916         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4917         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4918         Courier IMAP ("some version from 2004").  Mostly based on similar
4919         code in the same function.
4920
4921 2005-10-26  Didier Verna  <didier@xemacs.org>
4922
4923         * gnus-group.el (gnus-group-compact-group): invalidate original
4924         article buffer.
4925         * gnus-srvr.el (gnus-server-compact-server): ditto.
4926         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4927         NOV database and in article itself.
4928         Invalidate article backlog.
4929
4930 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4933
4934 2005-10-26  Simon Josefsson  <jas@extundo.com>
4935
4936         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4937         part of 2004-07-25 change.
4938
4939 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * message.el (message-display-completion-list): New function.
4942         (message-expand-group): Use it; make sure the Completions buffer
4943         is modifiable.
4944
4945 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4946
4947         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4948         user-mail-name is an empty string.
4949
4950 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4953         depending on gnus-score-decay-constant.
4954
4955         * encrypt.el (encrypt-insert-file-contents)
4956         (encrypt-write-file-contents): Don't use `gnus-message'.
4957
4958         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4959         arguments.
4960         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4961         arguments to mm-uu-verbatim-marks-extract.
4962         (mm-uu-hide-markers): New variable.
4963         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4964
4965         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4966         (gnus-convert-image-to-face-command): Use "convert" by default to
4967         allow other input image formats.
4968         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4969         accordingly.
4970
4971 2005-10-23  Simon Josefsson  <jas@extundo.com>
4972
4973         * imap.el (imap-gssapi-program): Align command line parameters
4974         with latest GNU SASL.
4975         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4976
4977 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4980         HTML.
4981         (nnslashdot-request-article): Ditto.
4982
4983         * lpath.el (featurep): Add nobreak-char-display.
4984
4985 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4986
4987         * mail-source.el (mail-source-fetch-pop): Require pop3.
4988         (mail-source-check-pop): Ditto.
4989
4990 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4993         errors.
4994
4995 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4998         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4999
5000         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5001
5002         * mm-bodies.el (mm-decode-string): Call
5003         `mm-charset-to-coding-system' with allow-override argument.
5004
5005 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5008         (rfc2047-charset-to-coding-system): New function.
5009         (rfc2047-decode-encoded-words): New function.
5010         (rfc2047-decode-region): Use them.
5011         (rfc2047-decode-cte): Remove.
5012         (rfc2047-parse-and-decode): Remove.
5013         (rfc2047-decode): Remove.
5014
5015 2005-10-15  Kenichi Handa  <handa@m17n.org>
5016
5017         * rfc2047.el (rfc2047-decode-cte): New function.
5018         (rfc2047-decode-region): Change the way to decode successive
5019         encoded-words: decode B- or Q-encoding in each encoded-word,
5020         concatenate them, and decode it as charset.
5021
5022 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * lpath.el: Fbind codepage-setup for XEmacs.
5025
5026 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5027
5028         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5029         widget-move-and-invoke.
5030         (gnus-custom-mode): Use gnus-custom-map.
5031
5032 2005-10-15  Bill Wohler  <wohler@newt.com>
5033
5034         * message.el (message-tool-bar-map): Renamed image file from
5035         mail_send to mail/send.
5036
5037 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5038
5039         * message.el (message-expand-group): Pass the common
5040         prefix substring of completion to `display-completion-list'.
5041
5042 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * mml-sec.el (mml-secure-method): New internal variable.
5045         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5046         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5047         functions using mml-secure-method.
5048
5049         * mml.el (mml-mode-map): Add key bindings for those functions.
5050         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5051         Harder <harder@myrealbox.com>.
5052         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5053         end of message if point is the headers of the message.
5054
5055         * message.el (message-in-body-p): New function.
5056
5057         * assistant.el: Autoload gnus-util and netrc.
5058
5059         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5060         Use `mm-charset-override-alist' only when decoding.
5061
5062         * mm-bodies.el (mm-decode-body): Call
5063         `mm-charset-to-coding-system' with allow-override argument.
5064
5065         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5066         `filename' from Content-Disposition if Content-Type doesn't
5067         provide `name'.
5068         (gnus-mime-view-part-as-type): Set default instead of
5069         initial-input.
5070
5071 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5072
5073         * format-spec.el (format-spec): Propagate text properties of % spec.
5074
5075 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * gnus-art.el (gnus-treat-predicate): Add `first'.
5078
5079 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5082         (mm-charset-override-alist): New variable.
5083         (mm-charset-to-coding-system): Use it.
5084         (mm-codepage-setup): New helper function.
5085         (mm-charset-eval-alist): New variable.
5086         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5087         about unknown charsets.
5088
5089         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5090
5091 2005-10-04  David Hansen  <david.hansen@gmx.net>
5092
5093         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5094         (nnrss-check-group): Ditto.
5095
5096 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5099         Rename x-gnus-verbatim to x-verbatim.
5100         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5101
5102         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5103         x-verbatim.
5104
5105         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5106
5107         * gnus-util.el (gnus-remove-duplicates): Remove.
5108
5109         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5110         instead of gnus-remove-duplicates.
5111
5112         * message.el (message-remove-duplicates): Remove.
5113         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5114         message-remove-duplicates.
5115
5116         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5117         available, else use implementation from `delete-dups'.
5118
5119         * message.el (message-insert-expires): New function.
5120         (message-mode-map): Add key binding.
5121         (message-mode-field-menu): Add menu entry.
5122         (message-mode): Document it.
5123         (message-make-expires-date): Use `message-make-date'.
5124
5125 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5126
5127         * message.el (message-make-expires-date): New function.
5128
5129 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * Makefile.in (list-installed-shadows): New entry.
5132         (install): Use it.
5133         (remove-installed-shadows): New entry.
5134
5135         * dgnushack.el (dgnushack-default-load-path): New variable.
5136         (dgnushack-find-lisp-shadows): New function.
5137         (dgnushack-remove-lisp-shadows): New function.
5138
5139 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * Makefile.in (install-el-elc): New entry.
5142         (install): Use it so that .el files are necessarily installed.
5143
5144 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5147
5148 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5149
5150         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5151         function rather than the diff-mode.el package.
5152         (mm-display-external): Use with-current-buffer.
5153         (mm-viewer-completion-map, mm-viewer-completion-map):
5154         Move initialization inside declaration.
5155
5156 2005-09-29  Simon Josefsson  <jas@extundo.com>
5157
5158         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5159         autoload mail-check-payment.
5160         (spam-check-hashcash): Define unconditionally, since hashcash.el
5161         is part of Gnus now.  Ignore errors from payment checking.
5162
5163 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * message.el (message-bold-region, message-unbold-region): Rename
5166         from `bold-region' and `unbold-region'.
5167
5168         * message.el: Remove useless autoloads.
5169
5170 2005-09-28  Simon Josefsson  <jas@extundo.com>
5171
5172         * message.el (message-use-idna): Default to t.
5173         (message-use-idna): Test whether encoding works too.  Doc fix.
5174
5175 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * nntp.el (nntp-warn-about-losing-connection): Remove.
5178
5179 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5182         customizable.  Change default value.
5183         (mm-uu-diff-groups-regexp): Change default value.
5184         (mm-uu-type-alist): Add doc string.
5185         (mm-uu-configure): Add doc string.  Make it interactive.
5186         (mm-uu-tex-groups-regexp): New variable.
5187         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5188         (mm-uu-type-alist): Add LaTeX documents.
5189         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5190         of "text/verbatim".
5191         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5192
5193         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5194         instead of "text/verbatim".
5195
5196         * message.el (message-mark-inserted-region)
5197         (message-mark-insert-file): Use slrn style marks when called with
5198         prefix argument.
5199
5200 2005-09-27  Simon Josefsson  <jas@extundo.com>
5201
5202         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5203
5204 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5205
5206         * message.el (message-remove-duplicates): New function.
5207         Implementation borrowed from `gnus-remove-duplicates'.
5208         (message-idna-to-ascii-rhs): Also encode idna addresses in
5209         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5210         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5211         only ask about the same idna domain once per header and also tell
5212         in what header to replace the idna domain.
5213
5214         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5215         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5216         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5217         a header is decoded and not just the last one.
5218
5219 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5222         has been decoded.
5223
5224         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5225         (mm-insert-part): Don't modify text if it has been decoded.
5226
5227         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5228         decoded.
5229
5230         * mm-view.el (mm-inline-text): Don't strip text props unless
5231         decoding enriched or richtext parts.
5232
5233 2005-09-25  Romain Francoise  <romain@orebokech.com>
5234
5235         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5236         * gnus-start.el (gnus-subscribe-interactively):
5237         * gnus-uu.el (gnus-uu-grab-articles):
5238         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5239         space.
5240
5241 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5242
5243         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5244         * mm-view.el (mm-view-pkcs7-decrypt):
5245         * gnus-sum.el (gnus-summary-limit-to-extra)
5246         (gnus-summary-respool-article, gnus-read-move-group-name):
5247         * gnus-score.el (gnus-summary-increase-score):
5248         * gnus-util.el (gnus-completing-read-with-default):
5249         * gnus-art.el (gnus-read-save-file-name)
5250         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5251         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5252         * message.el (message-check-news-header-syntax):
5253         Follow convention for reading with the minibuffer.
5254
5255 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * spam-report.el (spam-report-url-ping-plain):
5258         Use gnus-extended-version as User-Agent.
5259
5260         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5261         default value is nil.
5262
5263         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5264         (mm-uu-verbatim-marks-extract): New function.
5265         (mm-uu-extract): New face.
5266         (mm-uu-copy-to-buffer): Use it.
5267
5268         * spam-report.el (spam-report-gmane-ham): Renamed from
5269         `spam-report-gmane-unspam'.
5270         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5271         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5272
5273         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5274         Autoload.
5275         (spam-report-gmane-unregister-routine): Renamed
5276         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5277
5278 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5281         (spam-report-gmane-unregister-routine): Add support for gmane
5282         unregistration.
5283
5284         * spam-report.el (spam-report-gmane-unspam)
5285         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5286         (spam-report-gmane): Change to take a single article and do unspam
5287         registration.
5288
5289 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * mm-url.el (mm-url-decode-entities): Fix regexp.
5292
5293 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5296         default to nil, to be able to use Gnus at all.  If the default
5297         switches to something else, then the function should be fixed not
5298         be exceedingly slow.
5299
5300 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5303         fail hard.
5304
5305         * spam-report.el: Add better Keywords line.
5306
5307         * spam.el: Add Maintainer and better Keywords line.
5308
5309 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-art.el (gnus-article-replace-part)
5312         (gnus-mime-replace-part): New functions.
5313         (gnus-mime-action-alist, gnus-mime-button-commands)
5314         (gnus-mime-save-part-and-strip): Added file argument.
5315         (gnus-article-part-wrapper): Added interactive argument.
5316
5317         * gnus-sum.el (gnus-summary-mime-map): Add
5318         `gnus-article-replace-part'.
5319
5320 2005-09-19  Didier Verna  <didier@xemacs.org>
5321
5322         The nnml compaction feature:
5323         * nnml.el (nnml-request-compact-group): New function.
5324         * nnml.el (nnml-request-compact): New function.
5325         * gnus-int.el (gnus-request-compact-group): New function.
5326         * gnus-int.el (gnus-request-compact): New function.
5327         * gnus-group.el (gnus-group-compact-group): New function.
5328         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5329         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5330         * gnus-srvr.el (gnus-server-compact-server): New function.
5331         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5332         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5333
5334 2005-09-18  Deepak Goel  <deego@gnufans.org>
5335
5336         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5337         format spec.
5338
5339 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5342
5343 2005-09-15  Romain Francoise  <romain@orebokech.com>
5344
5345         * message.el (message-fill-paragraph): Clarify docstring.
5346
5347 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-art.el (gnus-mime-display-part): Protect against broken
5350         MIME messages.
5351
5352 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5355         before parsing header.
5356
5357 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5358
5359         * html2text.el: (html2text-replace-list): Add new entities.
5360
5361 2005-09-11  Romain Francoise  <romain@orebokech.com>
5362
5363         * message.el (message-alternative-emails): Improve docstring.
5364         (message-setup-1): Call `message-use-alternative-email-as-from'
5365         after `message-setup-hook' to give it precedence over posting
5366         styles, etc.
5367         (message-use-alternative-email-as-from): Add docstring.  Remove
5368         the original From header if present.
5369
5370         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5371         (nnml-save-mail): Use it.
5372
5373         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5374         articles.  Add new argument `silent'.
5375         (gnus-uu-mark-all): Report the total number of marked articles.
5376
5377 2005-09-10  Romain Francoise  <romain@orebokech.com>
5378
5379         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5380         (gnus-uu-mark-series): Likewise.
5381
5382 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * spam-report.el (spam-report-gmane): Fix generation of spam
5385         report URL.
5386
5387 2005-09-10  Simon Josefsson  <jas@extundo.com>
5388
5389         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5390         t, based on discussion on the ding list with Robert Epprecht
5391         <epprecht@solnet.ch>.
5392
5393 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * spam-report.el (spam-report-gmane): Make it work without
5396         X-Report-Spam header.  Gmane now only provides Archived-At.
5397         This is only used if `spam-report-gmane-use-article-number' is nil.
5398         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5399
5400         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5401         make `gnus-summary-sort-by-recipient' work with threading.
5402
5403         * nnweb.el (nnweb-google-wash-article): Print a message if article
5404         is not available.
5405
5406 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5407
5408         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5409         change.  Decode text/* parts content before displaying.
5410
5411 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5414
5415 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5418
5419         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5420         url-package-name, url-package-version,
5421         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5422         w3m-display-inline-images, and w3m-minor-mode-map.
5423
5424 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * message.el (message-tab-body-function): Fixed mismatched custom
5427         type.
5428
5429         * gnus.el (gnus-group-change-level-function): Ditto.
5430
5431         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5432
5433         * gnus-art.el (gnus-signature-limit)
5434         (gnus-article-mime-part-function): Ditto.
5435
5436 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * mml.el (mml-mode): Silence the byte compiler.
5439
5440         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5441         using `(sit-for 0)' before moving the point to the specified part;
5442         skip unbuttonized parts.
5443         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5444         return to the summary window if gnus-auto-select-part is non-nil.
5445
5446 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5449         variables.
5450         (mml-dnd-attach-file, mml-mode): Use them.
5451
5452         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5453         Make fetching article by MID work again for Google Groups.  Added
5454         FIXME concerning gnus-group-make-web-group.
5455
5456         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5457         Don't depend on Gnus by using mail-extract-address-components if
5458         gnus-extract-address-components is not bound.
5459
5460 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * gnus-art.el (gnus-mime-display-security): Don't display the
5463         signature, but only the signed part.
5464
5465 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5468
5469         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5470         list, not listp.
5471
5472 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5473
5474         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5475         when encoding.
5476
5477         * mm-bodies.el (mm-decode-content-transfer-encoding):
5478         De-canonicalize CRLF for all text content types, not just
5479         text/plain.
5480
5481 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5484         valid article; point arrow and cursor at the MIME button.
5485
5486 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5489         Suggested by Dan Christensen <jdc@uwo.ca>.
5490
5491         * mm-decode.el (mm-save-part): Enable change of prompt.
5492
5493 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5494
5495         * gnus-msg.el (gnus-inews-add-send-actions): Made
5496         `message-post-method' lambda parameter ARG `&optional'.
5497
5498 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * gnus-sum.el (gnus-summary-mime-map): Added
5501         gnus-article-save-part-and-strip, gnus-article-delete-part and
5502         gnus-article-jump-to-part.
5503
5504         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5505         (gnus-article-edit-part): Use it.
5506         (gnus-article-part-wrapper): Added no-handle argument.
5507         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5508         functions.
5509
5510 2005-08-29  Romain Francoise  <romain@orebokech.com>
5511
5512         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5513         docstring.
5514         (gnus-face-from-file): Likewise.
5515
5516 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5517
5518         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5519         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5520         non-nil.
5521         (gnus-auto-select-part): New variable.
5522         (gnus-article-jump-to-part): New function.
5523         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5524         (gnus-mime-delete-part): Allow selecting specified part after
5525         deleting or stripping parts.
5526         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5527         part if argument is bogus.
5528
5529 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5530
5531         * gnus-art.el (w3m-minor-mode-map):
5532         * gnus-spec.el (gnus-newsrc-file-version):
5533         * gnus-util.el (nnmail-active-file-coding-system)
5534         (gnus-original-article-buffer, gnus-user-agent):
5535         * gnus.el (gnus-ham-process-destinations)
5536         (gnus-parameter-ham-marks-alist)
5537         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5538         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5539         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5540         * mm-decode.el (gnus-current-window-configuration):
5541         * mm-extern.el (gnus-article-mime-handles):
5542         * mm-url.el (url-current-object, url-package-name)
5543         (url-package-version):
5544         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5545         (smime-keys, w3m-cid-retrieve-function-alist)
5546         (w3m-current-buffer, w3m-display-inline-images)
5547         (w3m-minor-mode-map):
5548         * mml-smime.el (gnus-extract-address-components):
5549         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5550         (gnus-newsrc-hashtb, message-default-charset)
5551         (message-deletable-headers, message-options)
5552         (message-posting-charset, message-required-mail-headers)
5553         (message-required-news-headers):
5554         * mml1991.el (mc-pgp-always-sign):
5555         * mml2015.el (mc-pgp-always-sign):
5556         * nnheader.el (nnmail-extra-headers):
5557         * rfc1843.el (gnus-decode-encoded-word-function)
5558         (gnus-decode-header-function, gnus-newsgroup-name):
5559         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5560
5561 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5562
5563         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5564         the end of the date treatments.
5565
5566 2005-08-15  Simon Josefsson  <jas@extundo.com>
5567
5568         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5569         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5570         Capello and Romain Francoise.
5571         (pgg-fetch-key-function): Removed, not used?
5572         (pgg-insert-url-with-w3): Require url, to get
5573         url-insert-file-contents regardless of where it is defined.
5574
5575 2005-08-13  Romain Francoise  <romain@orebokech.com>
5576
5577         * message.el (message-cite-original-1): New function.
5578         (message-cite-original): Use it.
5579         (message-cite-original-without-signature): Ditto.
5580
5581 2005-08-08  Romain Francoise  <romain@orebokech.com>
5582
5583         * message.el (message-yank-empty-prefix): New variable.
5584         (message-indent-citation): Use it.
5585         (message-cite-original-without-signature): Respect X-No-Archive.
5586
5587 2005-08-08  Simon Josefsson  <jas@extundo.com>
5588
5589         * pgg.el: Autoload url-insert-file-contents instead of loading
5590         w3/url.
5591         (pgg-insert-url-with-w3): Don't load url here.
5592
5593 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5594
5595         * message.el (message-kill-to-signature): Don't insert newline at
5596         bol.
5597         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5598
5599 2005-08-06  Romain Francoise  <romain@orebokech.com>
5600
5601         * message.el (message-user-fqdn): Fix typo in docstring.
5602
5603 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5606
5607         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5608
5609 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * mm-bodies.el (mm-encode-body): Use coding system rather than
5612         charset to encode text.
5613
5614         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5615         number of charsets if utf-8 is available (XEmacs).
5616
5617 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5620         taken from `gnus-button-mid-or-mail-regexp'.
5621         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5622         (gnus-button-alist): Improve regexp for domain part of the MIDs
5623         for news:localpart@domain buttons.
5624         (gnus-button-ctan-directory-regexp): Update.
5625
5626 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * sieve-manage.el (sieve-manage-interactive-login): Use
5629         make-local-variable rather than make-variable-buffer-local.
5630         (sieve-manage-open): Ditto.
5631         (sieve-manage-authenticate): Ditto.
5632
5633         * mml.el (mml-generate-mime-1): Make the content type default to
5634         text/plain if the filename is not specified.
5635
5636 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5639         instead of insert-buffer.
5640
5641         * message.el (message-yank-original): Ditto; set the mark at the
5642         end of the yanked message.
5643
5644 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5647         lines to scroll rather than to stop it.
5648
5649         * mml.el (mml-generate-default-type): Add doc string.
5650         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5651         default to application/octet-stream when determining the content
5652         type if it is not specified for the part or the mml contents; add
5653         a comment about mml-generate-default-type.
5654
5655 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5658         make it default to application/octet-stream when determining the
5659         content type if it is not specified for the external contents.
5660
5661 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5664         segmented parameter but also other parameters might be there.
5665
5666 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * mm-decode.el (mm-display-external): Delete temp file, directory
5669         and buffer immediately if the external process is exited.
5670
5671 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5674         fewer lines than that of scroll-margin.
5675         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5676
5677 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (gnus-article-next-page): Revert.
5680         (gnus-article-beginning-of-window): New macro.
5681         (gnus-article-next-page-1): Use it.
5682         (gnus-article-prev-page): Ditto.
5683         (gnus-article-edit-part): Use insert-buffer-substring instead of
5684         insert-buffer.
5685         (gnus-article-edit-exit): Ditto.
5686
5687         * gnus-util.el (gnus-beginning-of-window): Remove.
5688         (gnus-end-of-window): Remove.
5689
5690         * lpath.el: Don't bind header-line-format and scroll-margin.
5691
5692 2005-07-25  Simon Josefsson  <jas@extundo.com>
5693
5694         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5695         to have the url package without w3.  Reported by Daiki Ueno
5696         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5697
5698 2005-07-20  Didier Verna  <didier@xemacs.org>
5699
5700         * gnus-diary.el: Remove the description comment (nndiary is now
5701         properly documented in the Gnus manual).
5702         Fix the spelling of "Back End".
5703         * nndiary.el: Ditto.
5704         Fix the copyright notice.
5705
5706 2005-07-18  Romain Francoise  <romain@orebokech.com>
5707
5708         * gnus-sum.el (gnus-summary-to-prefix,
5709         gnus-summary-newsgroup-prefix): New variables.
5710         (gnus-summary-from-or-to-or-newsgroups): Use them.
5711
5712 2005-07-17  Romain Francoise  <romain@orebokech.com>
5713
5714         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5715         space as it's generally not especially interesting to the user.
5716
5717 2005-07-16  Romain Francoise  <romain@orebokech.com>
5718
5719         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5720         nil to avoid prompting and file modification if one of the
5721         messages at the top of the nnfolder file contains a copyright
5722         notice.
5723         Update copyright notice.
5724
5725         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5726         instead of `current-time-string' as the latter creates a time
5727         string that is not RFC 2822 compliant (it lacks the zone).
5728         Update copyright notice.
5729
5730 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5731
5732         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5733         for text/rtf.  Display default in prompt.  Pass default for M-n.
5734
5735         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5736
5737 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5738
5739         * gnus-msg.el (gnus-button-mailto): Remove
5740         save-selected-window-window hackery because it relies on
5741         save-selected-window internals.
5742
5743 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5746         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5747         (gnus-article-prev-page): Ditto.
5748
5749         * gnus-util.el (gnus-beginning-of-window): New function.
5750         (gnus-end-of-window): New function.
5751
5752         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5753
5754 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5755
5756         * gnus-score.el (gnus-score-edit-all-score): Set
5757         gnus-score-edit-exit-function to gnus-score-edit-done and call
5758         gnus-message.
5759
5760 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-msg.el (gnus-button-mailto): Remove
5763         save-selected-window-window hackery because it relies on
5764         save-selected-window internals.
5765
5766 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5769         add-minor-mode.
5770         (gnus-binary-mode): Ditto.
5771
5772         * gnus-topic.el (gnus-topic-mode): Ditto.
5773
5774 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5775
5776         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5777         (gnus-article-prev-page): Take scroll-margin into consideration.
5778
5779 2005-07-04  Lute Kamstra  <lute@gnu.org>
5780
5781         Update FSF's address in GPL notices.
5782
5783 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5784
5785         * gnus.el (gnus-exit):
5786         * gnus-group.el (gnus-group-icons):
5787         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5788
5789         * gnus-nocem.el (gnus-nocem):
5790         * message.el (message-various, message-buffers, message-sending)
5791         (message-interface, message-forwarding, message-insertion)
5792         (message-headers, message-news, message-mail):
5793         * pgg-gpg.el (pgg-gpg):
5794         * pgg-parse.el (pgg-parse):
5795         * pgg-pgp.el (pgg-pgp):
5796         * pgg-pgp5.el (pgg-pgp5):
5797         * pop3.el (pop3): Finish `defgroup' description with period.
5798
5799 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (article-display-face): Improve the efficiency.
5802         (article-display-x-face): Ditto; remove grey x-face stuff.
5803
5804 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-art.el (article-display-face): Correct the position in
5807         which Faces are inserted.
5808
5809 2005-06-29  Didier Verna  <didier@xemacs.org>
5810
5811         * gnus-art.el (article-display-face): Display faces in correct
5812         order.
5813
5814 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5817         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5818         (gnus-nocem-check-article): Fetch the Type header.
5819         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5820         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5821         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5822         make sure gnus-nocem-hashtb is initialized.
5823         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5824         (gnus-nocem-unwanted-article-p): Ditto.
5825
5826         * pgg.el (pgg-verify): Return the verification result.
5827
5828 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829
5830         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5831         is ascii.
5832
5833 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5834
5835         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5836         `show-nonbreak-escape'.
5837
5838 2005-06-23  Lute Kamstra  <lute@gnu.org>
5839
5840         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5841
5842         * dig.el (dig-mode):
5843         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5844
5845 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5846
5847         * nnimap.el (nnimap-split-download-body): Fix spellings.
5848
5849 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5850
5851         * gnus-art.el (gnus-article-encrypt-body):
5852         * gnus-cus.el (gnus-score-customize):
5853         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5854         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5855
5856 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5857
5858         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5859         header by looking for magic "MII" at the beginnig.
5860
5861 2005-06-16  Miles Bader  <miles@gnu.org>
5862
5863         * gnus-xmas.el (gnus-xmas-group-startup-message):
5864         Use renamed gnus-splash face.
5865
5866         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5867         (assistant-field-face): New backward-compatibility alias for renamed
5868         face.
5869         (assistant-render-text): Use renamed assistant-field face.
5870
5871         * spam.el (spam): Remove "-face" suffix from face name.
5872         (spam-face): New backward-compatibility alias for renamed face.
5873         (spam-face, spam-initialize): Use renamed spam face.
5874
5875         * message.el (message-header-to, message-header-cc)
5876         (message-header-subject, message-header-newsgroups)
5877         (message-header-other, message-header-name)
5878         (message-header-xheader, message-separator, message-cited-text)
5879         (message-mml): Remove "-face" suffix from face names.
5880         (message-header-to-face, message-header-cc-face)
5881         (message-header-subject-face, message-header-newsgroups-face)
5882         (message-header-other-face, message-header-name-face)
5883         (message-header-xheader-face, message-separator-face)
5884         (message-cited-text-face, message-mml-face):
5885         New backward-compatibility aliases for renamed faces.
5886         (message-font-lock-keywords): Use renamed message faces.
5887
5888         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5889         (sieve-test-commands, sieve-tagged-arguments):
5890         Remove "-face" suffix from face names.
5891         (sieve-control-commands-face, sieve-action-commands-face)
5892         (sieve-test-commands-face, sieve-tagged-arguments-face):
5893         New backward-compatibility aliases for renamed faces.
5894         (sieve-control-commands-face, sieve-action-commands-face)
5895         (sieve-test-commands-face, sieve-tagged-arguments-face):
5896         Use renamed sieve faces.
5897
5898         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5899         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5900         (gnus-group-news-3-empty, gnus-group-news-4)
5901         (gnus-group-news-4-empty, gnus-group-news-5)
5902         (gnus-group-news-5-empty, gnus-group-news-6)
5903         (gnus-group-news-6-empty, gnus-group-news-low)
5904         (gnus-group-news-low-empty, gnus-group-mail-1)
5905         (gnus-group-mail-1-empty, gnus-group-mail-2)
5906         (gnus-group-mail-2-empty, gnus-group-mail-3)
5907         (gnus-group-mail-3-empty, gnus-group-mail-low)
5908         (gnus-group-mail-low-empty, gnus-summary-selected)
5909         (gnus-summary-cancelled, gnus-summary-high-ticked)
5910         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5911         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5912         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5913         (gnus-summary-low-undownloaded)
5914         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5915         (gnus-summary-low-unread, gnus-summary-normal-unread)
5916         (gnus-summary-high-read, gnus-summary-low-read)
5917         (gnus-summary-normal-read, gnus-splash):
5918         Remove "-face" suffix from face names.
5919         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5920         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5921         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5922         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5923         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5924         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5925         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5926         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5927         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5928         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5929         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5930         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5931         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5932         (gnus-summary-normal-ticked-face)
5933         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5934         (gnus-summary-normal-ancient-face)
5935         (gnus-summary-high-undownloaded-face)
5936         (gnus-summary-low-undownloaded-face)
5937         (gnus-summary-normal-undownloaded-face)
5938         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5939         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5940         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5941         (gnus-splash-face):
5942         New backward-compatibility aliases for renamed faces.
5943         (gnus-group-startup-message): Use renamed gnus faces.
5944
5945         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5946         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5947         (gnus-server-agent): Remove "-face" suffix from face names.
5948         (gnus-server-agent-face, gnus-server-opened-face)
5949         (gnus-server-closed-face, gnus-server-denied-face)
5950         (gnus-server-offline-face):
5951         New backward-compatibility aliases for renamed faces.
5952         (gnus-server-agent-face, gnus-server-opened-face)
5953         (gnus-server-closed-face, gnus-server-denied-face)
5954         (gnus-server-offline-face): Use renamed gnus faces.
5955
5956         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5957         Remove "-face" suffix from face names.
5958         (gnus-picon-xbm-face, gnus-picon-face):
5959         New backward-compatibility aliases for renamed faces.
5960
5961         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5962         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5963         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5964         (gnus-cite-11): Remove "-face" suffix from face names.
5965         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5966         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5967         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5968         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5969         New backward-compatibility aliases for renamed faces.
5970         (gnus-cite-attribution-face, gnus-cite-face-list)
5971         (gnus-article-boring-faces): Use renamed gnus faces.
5972
5973         * gnus-art.el (gnus-signature, gnus-header-from)
5974         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5975         (gnus-header-content): Remove "-face" suffix from face names.
5976         (gnus-signature-face, gnus-header-from-face)
5977         (gnus-header-subject-face, gnus-header-newsgroups-face)
5978         (gnus-header-name-face, gnus-header-content-face):
5979         New backward-compatibility aliases for renamed faces.
5980         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5981
5982         * gnus-sum.el (gnus-summary-selected-face)
5983         (gnus-summary-highlight): Use renamed gnus faces.
5984         * gnus-group.el (gnus-group-highlight): Likewise.
5985
5986 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5987
5988         * gnus-sieve.el (gnus-sieve-article-add-rule):
5989         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5990         * spam-stat.el (spam-stat-buffer-change-to-spam)
5991         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5992
5993         * message.el (message-is-yours-p):
5994         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5995
5996 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * mm-view.el (mm-inline-text): Withdraw the last change.
5999
6000 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6003         executing enriched-decode.
6004
6005 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6008         charset of tar files.
6009
6010 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6011
6012         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6013
6014 2005-06-04  Lute Kamstra  <lute@gnu.org>
6015
6016         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6017         information is never recorded.
6018
6019 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6022
6023 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * pop3.el (pop3-apop): Run md5 in the binary mode.
6026
6027         * starttls.el (starttls-set-process-query-on-exit-flag):
6028         Use eval-and-compile.
6029
6030 2005-05-31  Simon Josefsson  <jas@extundo.com>
6031
6032         * smime.el (smime-replace-in-string): Define.
6033         (smime-cert-by-ldap-1): Use it.
6034
6035 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * gnus-art.el (article-display-x-face): Replace
6038         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6039
6040         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6041         set-process-query-on-exit-flag or process-kill-without-query.
6042
6043         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6044         loop instead of replace-regexp.
6045
6046         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6047         instead of process-kill-without-query if it is available.
6048
6049         * lpath.el: Fbind ldap-search-entries.
6050
6051         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6052         instead of find-file-hooks if it is available.
6053
6054         * mml1991.el: Bind pgg-default-user-id when compiling.
6055
6056         * mml2015.el: Bind pgg-default-user-id when compiling.
6057
6058         * nndraft.el (nndraft-request-associate-buffer):
6059         Use write-contents-functions instead of write-contents-hooks if it is
6060         available.
6061
6062         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6063         instead of find-file-hooks if it is available.
6064
6065         * nntp.el (nntp-open-connection): Replace
6066         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6067         (nntp-open-ssl-stream): Ditto.
6068         (nntp-open-tls-stream): Ditto.
6069
6070         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6071         set-process-query-on-exit-flag or process-kill-without-query.
6072         (starttls-open-stream-gnutls): Use it instead of
6073         process-kill-without-query.
6074         (starttls-open-stream): Ditto.
6075
6076 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6077
6078         * smime.el (smime-cert-by-ldap-1): Don't use
6079         replace-regexp-in-string.
6080
6081 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6082
6083         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6084
6085         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6086         in PEM format. Adjust to the XEmacs compability.
6087
6088 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6091         by `string-to-number'.
6092         * gnus-agent.el (gnus-agent-regenerate-group)
6093         (gnus-agent-fetch-articles): Ditto.
6094         * gnus-art.el (gnus-button-fetch-group): Ditto.
6095         * gnus-cache.el (gnus-cache-generate-active)
6096         (gnus-cache-articles-in-group): Ditto.
6097         * gnus-group.el (gnus-group-set-current-level)
6098         (gnus-group-insert-group-line): Ditto.
6099         * gnus-score.el (gnus-score-set-expunge-below)
6100         (gnus-score-set-mark-below, gnus-summary-score-effect)
6101         (gnus-summary-score-entry): Ditto.
6102         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6103         (gnus-soup-pack): Ditto.
6104         * gnus-spec.el (gnus-xmas-format): Ditto.
6105         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6106         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6107         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6108         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6109         * nndb.el (nndb-get-remote-expire-response): Ditto.
6110         * nndiary.el (nndiary-parse-schedule-value)
6111         (nndiary-string-to-number, nndiary-request-replace-article)
6112         (nndiary-request-article): Ditto.
6113         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6114         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6115         * nneething.el (nneething-make-head): Ditto.
6116         * nnfolder.el (nnfolder-request-article)
6117         (nnfolder-retrieve-headers): Ditto.
6118         * nnheader.el (nnheader-file-to-number): Ditto.
6119         * nnkiboze.el (nnkiboze-request-article): Ditto.
6120         * nnmail.el (nnmail-process-unix-mail-format)
6121         (nnmail-process-babyl-mail-format): Ditto.
6122         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6123         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6124         (nnmh-request-create-group, nnmh-request-list-1)
6125         (nnmh-request-group, nnmh-request-article): Ditto.
6126         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6127         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6128         * nnsoup.el (nnsoup-make-active): Ditto.
6129         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6130         * nntp.el (nntp-find-group-and-number)
6131         (nntp-retrieve-headers-with-xover): Ditto.
6132         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6133         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6134         (pgg-format-key-identifier): Ditto.
6135         * pop3.el (pop3-last, pop3-stat): Ditto.
6136         * qp.el (quoted-printable-decode-region): Ditto.
6137
6138         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6139         of concat.
6140
6141 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6142
6143         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6144
6145         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6146
6147         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6148
6149         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6150
6151         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6152
6153         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6154
6155         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6156         (gnus-carpal-mode): Ditto.
6157
6158         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6159         (gnus-browse-mode): Ditto.
6160
6161         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6162
6163         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6164
6165 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6166
6167         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6168
6169 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * gnus-util.el (gnus-run-mode-hooks): New function.
6172
6173         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6174
6175         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6176         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6177
6178 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6179
6180         * gnus-agent.el (gnus-agent-make-mode-line-string):
6181         Use mode-line-highlight as mouse-face.
6182
6183 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * canlock.el (canlock): Change the parent group to news.
6186
6187         * deuglify.el (gnus-outlook-deuglify): Add :group.
6188
6189         * dig.el (dig): Add :group.
6190
6191         * dns-mode.el (dns-mode): Add :group.
6192
6193         * encrypt.el (encrypt): Add :group.
6194
6195         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6196         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6197         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6198         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6199         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6200
6201         * gnus-diary.el (gnus-diary): Add :group.
6202
6203         * gnus.el (gnus-group-news-1-face): Add :group.
6204         (gnus-group-news-1-empty-face): Ditto.
6205         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6206         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6207         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6208         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6209         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6210         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6215         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6216         (gnus-summary-high-ticked-face): Ditto.
6217         (gnus-summary-low-ticked-face): Ditto.
6218         (gnus-summary-normal-ticked-face): Ditto.
6219         (gnus-summary-high-ancient-face): Ditto.
6220         (gnus-summary-low-ancient-face): Ditto.
6221         (gnus-summary-normal-ancient-face): Ditto.
6222         (gnus-summary-high-undownloaded-face): Ditto.
6223         (gnus-summary-low-undownloaded-face): Ditto.
6224         (gnus-summary-normal-undownloaded-face): Ditto.
6225         (gnus-summary-high-unread-face): Ditto.
6226         (gnus-summary-low-unread-face): Ditto.
6227         (gnus-summary-normal-unread-face): Ditto.
6228         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6229         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6230
6231         * hashcash.el (hashcash): New custom group.
6232         (hashcash-default-payment): Add :group.
6233         (hashcash-payment-alist): Ditto.
6234         (hashcash-default-accept-payment): Ditto.
6235         (hashcash-accept-resources): Ditto.
6236         (hashcash-path): Ditto.
6237         (hashcash-extra-generate-parameters): Ditto.
6238         (hashcash-double-spend-database): Ditto.
6239         (hashcash-in-news): Ditto.
6240
6241         * message.el (message-minibuffer-local-map): Add :group.
6242
6243         * netrc.el (netrc): Add :group.
6244
6245         * sieve-manage.el (sieve-manage-log): Add :group.
6246         (sieve-manage-default-user): Diito.
6247         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6248         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6249         (sieve-manage-authenticators): Ditto.
6250         (sieve-manage-authenticator-alist): Ditto.
6251         (sieve-manage-default-port): Ditto.
6252
6253         * sieve-mode.el (sieve-control-commands-face): Add :group.
6254         (sieve-action-commands-face): Ditto.
6255         (sieve-test-commands-face): Ditto.
6256         (sieve-tagged-arguments-face): Ditto.
6257
6258         * smime.el (smime): Add :group.
6259
6260         * spam-report.el (spam-report): Add :group.
6261
6262         * spam.el (spam, spam-face): Add :group.
6263
6264 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265
6266         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6267         return \n.\n.\n at the end of articles.  Protect against that.
6268         (nntp-with-open-group): Allow debugging.
6269
6270         * nnheader.el (mail-header-set-extra): Make into a function
6271         because I just could't understand how to quote the list properly.
6272
6273         * dns.el (query-dns-cached): New function.
6274
6275 2005-05-26  Lute Kamstra  <lute@gnu.org>
6276
6277         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6278
6279 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6282
6283         * gnus-art.el: Don't autoload mail-extract-address-components.
6284
6285         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6286         eval-and-compile to evaluate it.
6287
6288         * hashcash.el: Don't autoload executable-find.
6289
6290         * nndb.el: Don't declare the nndb back end two or more times; don't
6291         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6292
6293         * nntp.el: Autoload format-spec instead of format; use
6294         eval-and-compile to evaluate autoload forms.
6295
6296 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6297
6298         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6299
6300 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * gnus.el (gnus-version-number): Bump version.
6303
6304 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6305
6306         * gnus.el: No Gnus v0.3 is released.
6307
6308 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * lpath.el (featurep): Bind show-nonbreak-escape.
6311
6312 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-art.el (gnus-article-edit-part): Disable undo.
6315
6316 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6319         gnus-article-date-lapsed-new-header is t if date timer is active;
6320         skip headers in which the original date value is empty.
6321         (gnus-article-save-original-date): Redefine it as a macro.
6322         (gnus-display-mime): Use it.
6323
6324 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * gnus-art.el (article-date-ut): Support converting date in
6327         forwarded parts as well.
6328         (gnus-article-save-original-date): New function.
6329         (gnus-display-mime): Use it.
6330
6331 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6332
6333         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6334         enclosure element of <item>.
6335
6336 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * message.el (message-kill-buffer-query): Renamed from
6339         `message-kill-buffer-query-if-modified'.  Added :version.
6340
6341 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6344         window layout.
6345
6346 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * mml.el: Autoload dnd when compiling.
6349
6350 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6353         x-dnd-*.
6354
6355 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * qp.el (quoted-printable-encode-region): Save excursion.
6358
6359 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * message.el (message-kill-buffer-query-if-modified): Add new variable
6362         so the user can kill a modified message buffer quickly.
6363         (message-kill-buffer): Use it.
6364
6365 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * lpath.el: Fbind display-time-event-handler; don't fbind
6368         string-to-multibyte.
6369
6370         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6371
6372 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6375         contained in text because xml.el decodes entities) with LFs.
6376
6377 2005-04-11  Lute Kamstra  <lute@gnu.org>
6378
6379         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6380         differently.
6381
6382 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6383
6384         * mm-util.el (mm-detect-coding-region): Typo.
6385
6386 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6389
6390 2005-04-06  D Goel  <deego@gnufans.org>
6391
6392         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6393         user-function allow user modifications of the scores.
6394         (spam-stat-score-buffer-user): New function, to allow
6395         user-computed modifications to the score.
6396         (spam-stat-score-buffer-user-functions): list of additional
6397         scoring functions
6398         (spam-stat-error-holder): global temporary error holder
6399         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6400         variable
6401
6402 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6403
6404         * gnus-registry.el (gnus-registry-clean-empty-function)
6405         (gnus-registry-trim, gnus-registry-fetch-groups)
6406         (gnus-registry-delete-group): Groups that match
6407         `gnus-registry-ignored-groups' are removed from the registry
6408         entries, not just ignored for splitting.  This helps clean up the
6409         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6410         to get all the groups a message ID is in.
6411
6412         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6413         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6414         (spam-stat-score-buffer-user-functions): Add :number custom type.
6415
6416 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6419         argument in XEmacs.
6420
6421         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6422         (nnrss-request-group): Decode group name first.
6423         (nnrss-request-article): Make a text/plain article if mml-to-mime
6424         failed.
6425         (nnrss-get-encoding): Return a compatible encoding according to
6426         nnrss-compatible-encoding-alist.
6427         (nnrss-find-el): Use consp instead of listp.
6428         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6429
6430 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6433         which Emacs 20 doesn't support.
6434         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6435
6436 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6439         silence the byte compiler inside the defun
6440
6441         * gnus-demon.el (parse-time-string): Add autoload.
6442
6443         * gnus-delay.el (parse-time-string): Add autoload.
6444
6445         * gnus-art.el (parse-time-string): Add autoload.
6446
6447         * nnultimate.el (parse-time): Require for `parse-time-string'.
6448
6449 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6452
6453         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6454
6455         * smime.el (smime-ldap-host-list): Add :version.
6456
6457 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6460         pass it to `gnus-browse-read-group'.
6461         (gnus-browse-read-group): Add NUMBER argument and pass it to
6462         `gnus-group-read-ephemeral-group'.
6463
6464         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6465         argument and pass it to `gnus-group-read-group'.
6466
6467 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6468
6469         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6470         mm-xemacs-find-mime-charset-1 if we have the mule feature
6471         available at runtime.
6472
6473 2005-03-25  Werner Lemberg  <wl@gnu.org>
6474
6475         * nnmaildir.el: Replace `illegal' with `invalid'.
6476
6477 2005-03-23  Lute Kamstra  <lute@gnu.org>
6478
6479         * time-date.el: Add comment on time value formats.
6480         Don't require parse-time.
6481         (with-decoded-time-value): New macro.
6482         (encode-time-value): New function.
6483         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6484         (days-to-time): Return a valid time value when arg is huge.
6485         (time-since): Use time-subtract.
6486         (time-to-number-of-days): Use time-to-seconds.
6487
6488 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6489
6490         * gnus-start.el (gnus-display-time-event-handler):
6491         Check display-time-timer at runtime rather than only at load time
6492         in case display-time-mode is turned off in the mean time.
6493
6494 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6497         used.
6498
6499         * nneething.el (nneething-map-file-directory): Derive from
6500         `gnus-directory'.
6501
6502         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6503         the To/Cc button.
6504
6505 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * nnmaildir.el (nnmaildir-request-accept-article):
6508         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6509
6510 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6511
6512         * gnus-async.el: Require timer-funcs at compile time when in
6513         XEmacs for `run-with-idle-timer'.
6514
6515 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6516
6517         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6518         autoloaded function.
6519
6520 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6521
6522         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6523
6524 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6525
6526         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6527
6528 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529
6530         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6531         gnus-expert-user to default.
6532
6533 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6534
6535         * nnimap.el (nnimap-open-server): Ditto.
6536
6537         * imap.el (imap-authenticate): Fix typo.
6538
6539 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6540
6541         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6542         buffer (since IMAP server might return FETCH response out of
6543         order, and the nntp buffer must be sorted).
6544
6545 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6546
6547         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6548         comparison on string.
6549
6550         * gnus-agent.el (gnus-agent-long-article,
6551         gnus-agent-short-article, gnus-agent-score): Renamed category
6552         keywords to match gnus-cus.
6553         (gnus-agent-summary-fetch-series): Modified to protect against
6554         gnus-agent-summary-fetch-group clearing processable flags.
6555         (gnus-agent-synchronize-group-flags): Update live group buffer as
6556         synchronization may occur due to the user toggle the plugged
6557         status.
6558         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6559         successfully downloaded.
6560         (gnus-agent-expire-group-1): Avoid using markers when the overview
6561         is in ascending order; greatly improves performance.
6562         (gnus-agent-regenerate-group): Use
6563         gnus-agent-synchronize-group-flags to reset read status in both
6564         gnus and server.
6565         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6566
6567 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6568
6569         * message.el: Don't autoload former message-utils variables.
6570         (message-strip-subject-trailing-was): Change doc string.
6571
6572         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6573         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6574         (nnweb-google-search): Add "hl=en" here.
6575         (nnweb-google-parse-1, nnweb-google-create-mapping):
6576         Don't hardcode URL.
6577
6578 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * message.el (message-get-reply-headers, message-followup):
6581         Mention related variables `message-use-followup-to' and
6582         `message-use-mail-followup-to', in the information buffer.
6583
6584         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6585         of broken groups(-beta).google.com.
6586
6587 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6590         parameter to invoked gnus-request-move-article; remove the
6591         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6592         all at once instead of once per article.
6593         (gnus-summary-remove-process-mark): Accept a list of articles as
6594         well as a single article for processing.
6595
6596         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6597         parameter.
6598
6599         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6600
6601         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6602
6603         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6604         parameter.
6605
6606         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6607         parameter.
6608
6609         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6610         parameter and remove the gnus-sum-hint-move-is-internal variable.
6611
6612         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6613         parameter.
6614
6615         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6616         parameter.
6617
6618         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6619         parameter.
6620
6621         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6622
6623         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6624         parameter.
6625
6626         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6627         parameter.
6628
6629 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6630
6631         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6632         a more conservative way.
6633
6634 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6635
6636         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6637         buffer, so it moves the window's cursor.
6638
6639 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6640
6641         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6642         `mm-dissect-multipart' and receive the from field as an (optional)
6643         argument from `mm-dissect-multipart'.
6644         (mm-dissect-multipart): Receive the from field as an argument and
6645         pass it on when we call `mm-dissect-buffer' on MIME parts.
6646         Fixes verification/decryption of signed/encrypted MIME parts.
6647
6648 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-sum.el (gnus-summary-move-article): Set
6651         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6652         whatever it calls (right now, only nnimap-request-move article
6653         respects it).
6654
6655         * nnimap.el (nnimap-request-move-article): When
6656         gnus-sum-hint-move-is-internal is set, don't do the extra
6657         nnimap-request-article.
6658
6659 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6662
6663         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6664         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6665
6666         * gnus-sum.el (gnus-summary-caesar-message):
6667         Apply `gnus-treat-article' after rotation.
6668
6669         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6670         doc string.
6671
6672 2005-02-22  Simon Josefsson  <jas@extundo.com>
6673
6674         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6675         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6676         <arne@arnested.dk>.
6677         (encrypt): Add password-cache and password-cache-expiry as group
6678         members.
6679
6680 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6681
6682         * smime.el (smime-ldap-host-list): Doc fix.
6683         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6684         cache) password.
6685         (smime-sign-region): Use it.
6686         (smime-decrypt-region): Use it.
6687         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6688         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6689         fails.
6690         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6691         certificate from DER to PEM format rather than calling openssl.
6692
6693         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6694
6695         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6696         for signing/encryption.
6697
6698         * mml.el (mml-parse-1): Use them.
6699
6700 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6701
6702         * nnrss.el (nnrss-verbose): Removed.
6703         (nnrss-request-group): Use `nnheader-message' instead.
6704
6705 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6706
6707         * nnrss.el (nnrss-verbose): New variable.
6708         (nnrss-request-group): Make it say nnrss is requesting a group.
6709
6710 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6713         Handle news URL with given port correctly.
6714
6715 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6718         containing special characters.
6719
6720         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6721
6722         * mml.el (mime-to-mml): Ditto.
6723
6724         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6725         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6726         (rfc2047-decode-region): Quote decoded words containing special
6727         characters when rfc2047-quote-decoded-words-containing-tspecials
6728         is non-nil.
6729
6730 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6733
6734         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6735
6736 2005-02-15  Simon Josefsson  <jas@extundo.com>
6737
6738         * nnimap.el (nnimap-debug): Doc fix.
6739
6740         * imap.el (imap-debug): Doc fix.
6741
6742 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6745
6746 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6747
6748         * gnus.el (spam-contents): Improve docs for spam-contents
6749         parameter in its variable incarnation.
6750
6751 2005-02-14  Simon Josefsson  <jas@extundo.com>
6752
6753         * smime-ldap.el: Use require instead of load-library for ldap.
6754         (smime-ldap-search): Indent.
6755         (smime-ldap-search-internal): Shorten line.
6756
6757         * smime.el (smime-cert-by-dns): Add doc-string.
6758         (smime-cert-by-ldap-1): Indent.
6759
6760         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6761         mml-smime-get-dns-ldap.
6762         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6763
6764 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6765
6766         * smime.el: Require smime-ldap.
6767         (smime-ldap-host-list): New variable.
6768         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6769
6770         * mml-smime.el (mml-smime-encrypt-query): New function.
6771         (mml-smime-encrypt-query): Use it.
6772
6773         * smime-ldap.el: New file.
6774
6775 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6778
6779 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6782         argument in doc string.  Make query for type more clear.
6783
6784 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * gnus.el (gnus-group-startup-message): Search for gnus images in
6787         etc/images/gnus.
6788         * mm-util.el (mm-image-load-path): Likewise.
6789         * smiley.el (smiley-data-directory): Search for smilies in
6790         etc/images/smilies.
6791
6792 2005-02-09  Kim F. Storm  <storm@cua.dk>
6793
6794         Change Emacs release version from 21.4 to 22.1 throughout.
6795         Change Emacs development version from 21.3.50 to 22.0.50.
6796
6797 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6800
6801         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6802         non-Mule XEmacs as well.
6803         (mm-decompress-buffer): Signal an error intentionally if it does
6804         not decompress compressed data because auto-compression-mode is
6805         disabled.
6806
6807 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6810         an ID in the registry even if it has no groups.
6811
6812 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6815         merge it into mm-decompress-buffer.
6816         (gnus-mime-copy-part): Use the MIME part charset, the value which
6817         a user specified or gnus-newsgroup-charset for decoding, like
6818         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6819         save-buffer what was used.  Suggested by Kevin Ryde
6820         <user42@zip.com.au>.
6821         (gnus-mime-inline-part): Allow the name parameter as well as the
6822         filename parameter; force decompressing of compressed data; always
6823         display contents being not decoded as unibyte.
6824
6825         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6826         as well as the filename parameter.
6827
6828         * mm-util.el (mm-decompress-buffer): Merge
6829         gnus-mime-jka-compr-maybe-uncompress.
6830         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6831         of compressed data.
6832
6833 2005-02-08  Simon Josefsson  <jas@extundo.com>
6834
6835         * imap.el (imap-log): Doc fix.
6836
6837 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6840         the coding cookies; decompress compressed parts.
6841
6842         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6843         to the value which a user specified manually or the coding cookie.
6844
6845         * mm-util.el (mm-string-to-multibyte): New function.
6846         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6847         (mm-coding-system-to-mime-charset): New function.
6848         (mm-decompress-buffer): New function.
6849         (mm-find-buffer-file-coding-system): New function.
6850
6851         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6852         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6853         parts.
6854
6855 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6856
6857         * mm-view.el (mm-display-inline-fontify): Decode a part according
6858         to the charset parameter.
6859
6860 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6863         prefix arg is neither nil nor a number, as info specifies.
6864
6865 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6868         timestamps.
6869
6870 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6871
6872         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6873         groups error checking and notify user.
6874
6875 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6876
6877         * message.el (message-send-mail-function): Check existence of
6878         sendmail-program first before using default value
6879         `message-send-mail-with-sendmail'.  Otherwise use more generic
6880         `smtpmail-send-it'.
6881
6882 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * nntp.el (nntp-request-update-info): Always return nil.
6885
6886 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6887
6888         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6889
6890 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6891
6892         * message.el (message-beginning-of-line): Change the behavior when
6893         invoked between BOL and : so that it first moves backward.
6894
6895 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6898         article buffer when editing of the article is discarded.
6899         (gnus-article-prepare): Revert.
6900
6901 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-art.el (gnus-article-prepare):
6904         Remove message-strip-forbidden-properties from the local hook.
6905
6906 2005-01-27  Simon Josefsson  <jas@extundo.com>
6907
6908         * password.el (password-cache-add): Only start one timer per key.
6909         Reported by Derek Atkins <warlord@MIT.EDU>.
6910
6911 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6912
6913         * run-at-time.el: Removed.  It is no longer needed as
6914         timer-funcs.el in the xemacs-base package has a working version of
6915         `run-at-time'.
6916
6917         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6918
6919         * password.el: Require timer-funcs instead of run-at-time in
6920         XEmacs.
6921         Remove `password-run-at-time' macro.
6922         (password-cache-add): Use `run-at-time' instead of
6923         `password-run-at-time'.
6924
6925         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6926         Remove `nnheader-cancel-function-timers' alias,
6927         `cancel-function-timers' exists in XEmacs in timer-funcs.
6928
6929         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6930         for `run-with-idle-timer'.
6931
6932         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6933         for `run-at-time'.
6934
6935         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6936         for `with-timeout'.
6937
6938         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6939         the same as for XEmacs 21.4.
6940         No need to ignore `run-with-idle-timer', this function exists in
6941         XEmacs now in timer-funcs.el in the xemacs-base package.
6942         (dgnushack-compile): No need to delete
6943         run-at-time.el from the list of files to compile because it
6944         doesn't exist anymore.
6945
6946 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6949         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6950
6951 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6952
6953         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6954         sensitively.
6955
6956 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6957
6958         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6959
6960 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6963         which will be inserted according to the multibyteness of a buffer
6964         rather than the type of contents.  Suggested by ARISAWA Akihiro
6965         <ari@mbf.ocn.ne.jp>.
6966
6967         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6968         of string which old xml.el may return rather than a string.
6969
6970 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6973
6974 2005-01-16  Simon Josefsson  <jas@extundo.com>
6975
6976         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6977         idn/idna.el isn't available.
6978         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6979         <michael@waxrat.com>.
6980
6981         * hashcash.el: Remove non-FSF copyright header.
6982
6983         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6984         (hashcash-generate-payment): Use it.
6985         (hashcash-generate-payment-async): Use it.
6986
6987 2005-01-15  Simon Josefsson  <jas@extundo.com>
6988
6989         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6990         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6991
6992         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6993         gnus-summary-idna-message.
6994         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6995         (gnus-summary-idna-message): New function.
6996
6997 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7000         gnus-novice-user.
7001
7002 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * nnrss.el (nnrss-request-delete-group): Delete entries in
7005         nnrss-group-alist as well.
7006         (nnrss-save-server-data): Insert newline.
7007
7008 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * gnus.el (gnus-user-agent): Use list of symbols instead of
7011         symbols.  Display full version number for (S)XEmacs.  Optionally
7012         display (S)XEmacs codename.
7013
7014         * gnus-util.el (gnus-emacs-version): Update for new
7015         `gnus-user-agent'.
7016
7017         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7018         Gnus version.
7019
7020 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7023         which is unreadable in some setups.
7024
7025 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-spec.el (gnus-update-format-specifications): Flush the
7028         group format spec cache if it doesn't support decoded group names.
7029
7030 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7033         to apply decay on score files matching a regexp.
7034
7035 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7038         compatibility in %g and %c.
7039
7040 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7043         name for only %g and %c.
7044         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7045         of gnus-tmp-group to decoded group name.
7046         (gnus-group-make-rss-group): Exclude `/'s from group names.
7047
7048 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnrss.el (nnrss-get-encoding): Fix regexp.
7051
7052 2004-12-27  Simon Josefsson  <jas@extundo.com>
7053
7054         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7055         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7056         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7057
7058 2004-12-17  Kim F. Storm  <storm@cua.dk>
7059
7060         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7061
7062         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7063
7064 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7065
7066         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7067
7068 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * nnrss.el: Require rfc2047 and mml.
7071         (nnrss-file-coding-system): New variable.
7072         (nnrss-format-string): Redefine it as an inline function.
7073         (nnrss-decode-group-name): New function.
7074         (nnrss-string-as-multibyte): Remove.
7075         (nnrss-retrieve-headers): Decode group name; don't use
7076         nnrss-format-string.
7077         (nnrss-request-group): Decode group name.
7078         (nnrss-request-article): Decode group name; allow a Message-ID as
7079         well as an article number; don't use nnrss-format-string; encode a
7080         Message-ID string which may contain non-ASCII characters; use
7081         mml-to-mime to compose a MIME article.
7082         (nnrss-request-expire-articles): Decode group name.
7083         (nnrss-request-delete-group): Decode group name.
7084         (nnrss-fetch): Clarify error message.
7085         (nnrss-read-server-data): Use insert-file-contents instead of load;
7086         bind file-name-coding-system; use multibyte buffer.
7087         (nnrss-save-server-data): Bind coding-system-for-write to the
7088         value of nnrss-file-coding-system; bind file-name-coding-system;
7089         add coding cookie.
7090         (nnrss-read-group-data): Use insert-file-contents instead of load;
7091         bind file-name-coding-system; use multibyte buffer.
7092         (nnrss-save-group-data): Bind coding-system-for-write to the
7093         value of nnrss-file-coding-system; bind file-name-coding-system.
7094         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7095         make it work with non-ASCII text.
7096         (nnrss-find-el): Make it work with old xml.el as well.
7097
7098 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7099
7100         * nnrss.el (nnrss-get-encoding): New function.
7101         (nnrss-fetch): Use unibyte buffer initially; bind
7102         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7103         decode contents according to the encoding attribute.
7104         (nnrss-save-group-data): Add coding cookie.
7105         (nnrss-mime-encode-string): New function.
7106         (nnrss-check-group): Use it to encode subject and author.
7107
7108 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7109
7110         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7111         imaginary variable.
7112
7113 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7116         correctly even if there are wide characters.
7117
7118 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7119
7120         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7121         downcased symbol names; make a new cache instead of reusing
7122         bbdb-hashtable.
7123
7124 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7127         concatenating segments rather than before concatenating them.
7128         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7129
7130         * message.el (message-get-reply-headers): Bind `extra'.
7131
7132 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * message.el (message-extra-wide-headers): New variable.
7135         (message-get-reply-headers): Use it.
7136
7137 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7140         (gnus-agent-group-pathname): Ditto.
7141
7142         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7143
7144         * gnus-group.el (gnus-group-make-group): Decode group name.
7145         (gnus-group-make-rss-group): Register the group data after opening
7146         the nnrss group.
7147
7148 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7149
7150         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7151         by expiry now get marked as read.
7152
7153 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7156
7157 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7158
7159         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7160         unify Latin characters in XEmacs.
7161         (mm-find-mime-charset-region): Use it.
7162
7163 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-util.el (gnus-delete-directory): New function.
7166
7167         * gnus-agent.el (gnus-agent-delete-group): Use it.
7168
7169         * gnus-cache.el (gnus-cache-delete-group): Use it.
7170
7171 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7174         names.
7175
7176 2004-12-16  Simon Josefsson  <jas@extundo.com>
7177
7178         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7179
7180 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7183
7184         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7185         (gnus-group-set-current-level): Decode group name.
7186
7187 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7188
7189         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7190         failed.
7191
7192 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-group.el (gnus-group-delete-group): Decode group name.
7195         (gnus-group-make-rss-group): Encode group name.
7196         (gnus-group-catchup-current): Decode group name.
7197         (gnus-group-kill-group): Decode group name.
7198
7199 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7200
7201         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7202
7203 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * gnus-group.el (gnus-group-make-rss-group):
7206         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7207
7208         * gnus-start.el (gnus-setup-news): Honor user's setting to
7209         gnus-message-archive-method.  Suggested by Lute Kamstra
7210         <lute@gnu.org>.
7211
7212 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7213
7214         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7215         global counterparts of the buffer-local variables.
7216
7217 2004-11-16  Romain Francoise  <romain@orebokech.com>
7218
7219         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7220         counterparts of the buffer-local variables.
7221
7222 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * message.el (message-forbidden-properties): Fixed typo in doc
7225         string.
7226
7227 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-util.el (gnus-replace-in-string): Added doc string.
7230
7231         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7232         to avoid problems when splitting mails with many recipients.
7233
7234 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7235
7236         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7237         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7238
7239 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7240
7241         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7242         if there is no hashtable in memory or file modification time is
7243         newer than cached timestamp.
7244
7245 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7248         not-matching option.
7249
7250 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7253         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7254         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7255         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7256         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7257         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7258
7259 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * message.el (message-forward-make-body-mml): Remove headers
7262         according to message-forward-ignored-headers if a message is decoded.
7263
7264 2004-12-02  Romain Francoise  <romain@orebokech.com>
7265
7266         * message.el (message-forward-make-body-plain): Always remove
7267         headers according to message-forward-ignored-headers.
7268
7269 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7270
7271         * spam.el (spam-summary-prepare-exit): Remove the
7272         gnus-summary-limit pop for now, it has problems with ham marks for
7273         me.
7274
7275 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7276
7277         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7278         correctly.
7279
7280 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7281
7282         * format-spec.el (format-spec): Message the char.
7283
7284 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7285
7286         * gnus-art.el (gnus-split-methods): Reformat comments.
7287
7288         * spam.el (spam-summary-prepare-exit): Remove article limits
7289         before exiting the summary buffer.
7290
7291 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7294         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7295
7296         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7297         order to silence the byte compiler.
7298
7299         * spam.el: Fix the way to silence the byte compiler, which
7300         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7301         bbdb-search-simple, spam-BBDB-register-routine,
7302         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7303         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7304         spam-stat-buffer-is-spam, spam-stat-load,
7305         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7306         spam-stat-save and spam-stat-split-fancy.
7307
7308 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7311         which may confuse users.
7312         (canlock-password-for-verify): Ditto.
7313
7314         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7315
7316         * gnus-art.el (gnus-emphasis-alist): Ditto.
7317
7318         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7319
7320         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7321
7322         * gnus-start.el (gnus-save-killed-list): Ditto.
7323
7324         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7325         (gnus-sum-thread-tree-root): Ditto.
7326         (gnus-sum-thread-tree-false-root): Ditto.
7327         (gnus-sum-thread-tree-single-indent): Ditto.
7328
7329         * message.el (message-courtesy-message): Ditto.
7330         (message-archive-note): Ditto.
7331         (message-subscribed-address-file): Ditto.
7332         (message-user-fqdn): Ditto.
7333
7334         * spam-report.el (spam-report-gmane-regex): Ditto.
7335
7336         * spam.el (spam-blackhole-good-server-regex): Ditto.
7337
7338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mml.el (mml-preview): Widen the message buffer before copying
7341         the contents to the preview buffer; sort headers before previewing.
7342
7343         * message.el (message-hidden-headers): Fix the way to avoid a bug
7344         in the `repeat' widget in Emacs 21.3 or earlier.
7345
7346 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * message.el (message-hidden-headers): Default to "^References:".
7349         Improve customization type.  Suggested by Reiner Steib
7350         <Reiner.Steib@gmx.de>.
7351
7352 2004-11-25  Romain Francoise  <romain@orebokech.com>
7353
7354         * message.el (message-strip-forbidden-properties): Remove check for
7355         obsolete `message-hidden' text property, hidden headers are not
7356         accessible in the buffer anymore.
7357
7358 2004-11-22  Romain Francoise  <romain@orebokech.com>
7359
7360         * message.el (message-header-format-alist): Add `From' in list
7361         so that it can be sorted.
7362         (message-fix-before-sending): Widen and sort headers before
7363         sending.
7364         (message-hide-headers): Use narrowing to hide headers by moving
7365         them to the top of the buffer and narrowing to the region
7366         underneath.
7367
7368 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369
7370         * message.el (message-strip-forbidden-properties): Bind
7371         buffer-read-only (etc) to nil.
7372
7373 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7376         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7377
7378 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7379
7380         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7381
7382 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * dns.el (query-dns): Use sit-for to time instead of
7385         accept-process-output, since that doesn't seem to work on udp
7386         sockets.
7387
7388 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7391
7392 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7393
7394         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7395         doc string.  Improve doc string.
7396
7397 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * nntp.el (nntp-request-update-info): Return nil if
7400         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7401         may not call gnus-activate-group which uselessly issues the GROUP
7402         commands for all nntp groups and wastes time.  Reported by Romain
7403         Francoise <romain@orebokech.com>.
7404
7405         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7406
7407 2004-11-15  Simon Josefsson  <jas@extundo.com>
7408
7409         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7410         headers separately.
7411         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7412         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7413
7414 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * gnus-start.el (gnus-convert-old-newsrc):
7417         Assign legacy-gnus-agent to 5.10.7.
7418
7419 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7422         start of the lines.
7423
7424 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7425
7426         * hashcash.el (hashcash-default-payment): Change default to 20
7427         (hashcash-default-accept-payment): Change default to 20
7428         (hashcash-process-alist): New variable
7429         (hashcash-generate-payment-async): Add
7430         (hashcash-already-paid-p): Add
7431         (hashcash-insert-payment): Don't generate payments twice
7432         (hashcash-insert-payment-async): Add
7433         (hashcash-insert-payment-async-2): Add
7434         (hashcash-cancel-async): Add
7435         (hashcash-wait-async): Add
7436         (hashcash-processes-running-p): Add
7437         (hashcash-wait-or-cancel): Add
7438         (mail-add-payment): New optional argument.  Conditionally start
7439         asynchronous calculation.
7440         (mail-add-payment-async): Add
7441
7442         * message.el (message-send-mail): Wait for asynchronous hashcash
7443         results.  Don't clobber existing X-Hashcash headers.
7444         (message-setup-1): Call mail-add-payment-async when
7445         message-generate-hashcash is non-nil.
7446
7447 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7448
7449         * message.el (message-use-alternative-email-as-from): Examine the
7450         From header as well; use message-make-from in order to include a
7451         user's full name.
7452
7453 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7456         default; improve customization type.
7457         (gnus-emphasis-custom-with-format): New macro.
7458         (gnus-emphasis-custom-value-to-external): New function.
7459         (gnus-emphasis-custom-value-to-internal): New function.
7460
7461 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7462
7463         * dns.el (query-dns): Resolve reverse addresses.
7464
7465 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * gnus-group.el (gnus-group-get-new-news): Use it.
7468
7469         * gnus-start.el (gnus-check-reasonable-setup): New function.
7470
7471 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7474         "Args out of range" error.  Reported by Arnaud Giersch
7475         <arnaud.giersch@free.fr>.
7476
7477 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7478
7479         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7480
7481 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7482
7483         * spam.el (spam group): Add :version.
7484
7485         * pgg-def.el (pgg group): Add :version.
7486
7487 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (gnus-article-edit-article): Don't associate the
7490         article buffer with a draft file.  This is a temporary measure
7491         against the 2004-08-22 change to gnus-article-edit-mode.
7492
7493 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7496         (html2text-format-tags): Remove unused variable `attr'.
7497
7498 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7501
7502         * tls.el (tls-process-connection-type, tls-success)
7503         (tls-certtool-program): Add :version.
7504
7505         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7506         (starttls-extra-arguments, starttls-process-connection-type)
7507         (starttls-connect, starttls-failure, starttls-success):
7508
7509         * spam-stat.el (spam-stat): Add :version.
7510
7511         * sieve.el (sieve): Add :version.
7512
7513         * sha1.el (sha1): Add :version.
7514         (sha1-use-external): Remove redundant version.
7515
7516         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7517         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7518         (nnmail-split-fancy-match-partial-words)
7519         (nnmail-split-lowercase-expanded): Add :version.
7520
7521         * nndiary.el (nndiary): Add :version.
7522
7523         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7524
7525         * mml-sec.el (mml-default-sign-method)
7526         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7527         Add :version.
7528
7529         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7530
7531         * mm-url.el (mm-url-use-external, mm-url-program)
7532         (mm-url-arguments): Add :version.
7533
7534         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7535         (mm-attachment-file-modes, mm-decrypt-option)
7536         (mm-w3m-safe-url-regexp): Add :version.
7537
7538         * message.el (message-cite-prefix-regexp)
7539         (message-sendmail-envelope-from, message-minibuffer-local-map)
7540         (message-user-fqdn, message-completion-alist): Add :version.
7541
7542         * gnus-win.el (gnus-configure-windows-hook)
7543         (gnus-use-frames-on-any-display): Add :version.
7544
7545         * gnus-art.el (gnus-article-address-banner-alist)
7546         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7547         (gnus-treat-from-picon, gnus-treat-mail-picon)
7548         (gnus-treat-x-pgp-sig): Add :version.
7549
7550         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7551         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7552         (gnus-summary-article-delete-hook)
7553         (gnus-summary-display-while-building): Add :version.
7554
7555         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7556         (gnus-get-top-new-news-hook):Add :version.
7557
7558         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7559         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7560
7561         * gnus-registry.el (gnus-registry): Add :version.
7562
7563         * gnus-spec.el (gnus-use-correct-string-widths)
7564         (gnus-make-format-preserve-properties): Add :version.
7565
7566         * gnus.el (gnus-group-charter-alist)
7567         (gnus-group-fetch-control-use-browse-url)
7568         (gnus-install-group-spam-parameters): Add :version.
7569
7570         * gnus-diary.el (gnus-diary): Add :version.
7571
7572         * gnus-delay.el (gnus-delay): Add :version.
7573
7574         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7575         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7576         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7577         Add :version.
7578
7579         * gnus-agent.el (gnus-agent-max-fetch-size)
7580         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7581         (gnus-agent-prompt-send-queue): Add :version.
7582
7583         * deuglify.el (gnus-outlook-deuglify): Add :version.
7584
7585         * html2text.el: Beautify code.  Improve doc strings.  Some
7586         checkdoc cleanup.
7587         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7588
7589 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7590
7591         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7592
7593 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7596         when package is loaded.
7597
7598         * spam.el (spam-summary-score-preferred-header): Add global preference
7599         for people who want to override the default SpamAssassin over
7600         Bogofilter preference (when both are set).
7601         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7602         (spam-user-format-function-S): Check
7603         spam-summary-score-preferred-header.
7604         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7605         (spam-user-format-function-S): Format the score correctly.
7606
7607 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7610         signature file.  Suggested by Manoj Srivastava
7611         <srivasta@golden-gryphon.com>.
7612
7613         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7614         iso-2022-jp even in the Japanese language environment.
7615         Suggested by Jason Rumney <jasonr@gnu.org>.
7616
7617 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7620         use the same characters as the dummy marks; make it free from
7621         getting affected by the language environment.
7622         (gnus-summary-read-group-1): Update mark positions only when the
7623         format spec is updated.
7624
7625         * gnus-spec.el (gnus-update-format-specifications): Return a list
7626         of updated types.
7627
7628 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7631         of boundp to check if display-warning is available.
7632
7633 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7634
7635         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7636
7637 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * nnspool.el (nnspool-spool-directory): Use news-path if the
7640         news-directory variable is not bound.
7641
7642         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7643         function instead of display-warning if it is not available.
7644
7645 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7648         v5-10: Use `point-at-bol'.
7649
7650 2004-10-26  Simon Josefsson  <jas@extundo.com>
7651
7652         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7653         <chenggao@gmail.com>.
7654
7655 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7658         instead.
7659
7660 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7663         to remove a server from the nnimap-server-buffer-alist.
7664         (nnimap-open-connection, nnimap-close-server): Use it.
7665
7666         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7667
7668 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7671         running the major-mode function.
7672
7673 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7676         dummy marks in the right way.
7677
7678 2004-10-18  David Edmondson  <dme@dme.org>
7679
7680         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7681         excessively.
7682
7683 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7684
7685         * gnus-util.el (gnus-split-references): Accept a nil references
7686         string and go on blissfully.
7687
7688         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7689         cases where the references string is non-nil but has no references.
7690
7691         * encrypt.el: Add autoload tags.
7692
7693         * spam.el (spam-resolve-registrations-routine): Remove article
7694         from unregistration list too.  Reported by David Hanak
7695         <dhanak@isis.vanderbilt.edu>
7696
7697 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7700         nil.  Changed custom type.
7701
7702 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7705
7706         * gnus-sum.el (gnus-summary-move-article): Use it.
7707
7708 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * encrypt.el: Add autoload cookies.
7711
7712         * spam.el (spam-backend-article-list-property)
7713         (spam-backend-get-article-todo-list)
7714         (spam-backend-put-article-todo-list, )
7715         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7716         Resolve registrations separately.
7717         (spam-register-routine): Format comments.
7718         (spam-unregister-routine, spam-register-routine): Always call with
7719         specific-articles, no default list.
7720         (spam-summary-prepare-exit): Use the spam-classifications function.
7721
7722         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7723         gnus-encrypt.el.
7724
7725         * encrypt.el: copied from gnus-encrypt.el
7726
7727         * gnus-encrypt.el: commented that it's obsolete
7728
7729 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7732         (gnus-score-save): Use it.
7733
7734         * message.el (message-bury): Use `window-dedicated-p'.
7735
7736 2004-10-15  Simon Josefsson  <jas@extundo.com>
7737
7738         * pop3.el (top-level): Don't require nnheader.
7739         (pop3-read-timeout): Add.
7740         (pop3-accept-process-output): Add.
7741         (pop3-read-response, pop3-retr): Use it.
7742
7743 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7744
7745         * spam.el (spam-register-routine): Move comment.
7746         (spam-verify-bogofilter): Use 'unknown for the initial
7747         spam-bogofilter-valid state, not 'never.
7748
7749         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7750         for netrc-machine.
7751
7752         * nnimap.el (nnimap-open-connection): Use
7753         netrc-machine-user-or-password.
7754
7755 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7756
7757         * gnus-registry.el (gnus-registry-unload-hook):
7758         Set as a variable with add-hook.
7759
7760         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7761         of news-path.
7762
7763         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7764
7765         * spam.el: Delete duplicate `provide'.
7766         (spam-unload-hook): Set as a variable with add-hook.
7767
7768 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7771         in the doc string.
7772
7773         * message.el (message-ignored-news-headers)
7774         (message-ignored-supersedes-headers)
7775         (message-ignored-resent-headers)
7776         (message-forward-ignored-headers): Improve custom type.
7777
7778 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * message.el (message-tokenize-header): Fix 2004-09-06 change
7781         which used point-min in the wrong place.
7782
7783 2004-10-12  Simon Josefsson  <jas@extundo.com>
7784
7785         * tls.el (tls-certtool-program): New variable.
7786         (tls-certificate-information): New function, based on
7787         ssl-certificate-information.
7788
7789 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * compface.el: Move the version of ELisp-based uncompface program
7792         to the contrib directory because of the copyright problem.
7793
7794 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * message.el (message-kill-buffer): Raise the current frame.
7797
7798 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7801
7802         * gnus.el (message-y-or-n-p): Autoload.
7803
7804         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7805         (pop3-password-required, pop3-authentication-scheme)
7806         (pop3-leave-mail-on-server): Made customizable.
7807         (pop3): New custom group.
7808         (pop3-retr): Remove `sleep-for' statements.
7809         Suggested by Dave Love <fx@gnu.org>.
7810
7811         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7812         Windows/DOS.
7813
7814         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7815         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7816         Dave Love <fx@gnu.org>.
7817
7818         * mml.el (mml-minibuffer-read-disposition): Require match.
7819         Suggested by Dave Love <fx@gnu.org>.
7820
7821 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7824         doc string.
7825
7826 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7829
7830 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7831
7832         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7833         instead of calling `mm-insert-inline', to decode text/* parts
7834         before displaying them.
7835
7836 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * mm-uu.el (mm-uu-text-plain-type): New variable.
7839         (mm-uu-pgp-signed-extract-1): Use it.
7840         (mm-uu-pgp-encrypted-extract-1): Use it.
7841         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7842         bind mm-uu-text-plain-type with that value.
7843         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7844         mm-uu-dissect.
7845
7846 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-group.el (gnus-update-group-mark-positions):
7849         * gnus-sum.el (gnus-update-summary-mark-positions):
7850         * message.el (message-check-news-body-syntax):
7851         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7852         of string-as-multibyte.
7853
7854 2004-10-05  Juri Linkov  <juri@jurta.org>
7855
7856         * gnus-group.el (gnus-update-group-mark-positions):
7857         * gnus-sum.el (gnus-update-summary-mark-positions):
7858         * message.el (message-check-news-body-syntax):
7859         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7860         8-bit unibyte values to a multibyte string for search functions.
7861
7862 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7865         (mm-uu-dissect-text-parts): New function.
7866
7867         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7868         dissect text parts.
7869
7870         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7871         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7872
7873         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7874
7875         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7876         gnus-current-topics instead of gnus-current-topic.
7877
7878 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7879
7880         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7881
7882 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7883
7884         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7885         where approriate.
7886
7887         * nnml.el (nnml-generate-active-info): do.
7888
7889         * nndiary.el (nndiary-generate-active-info): do.
7890
7891         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7892         (gnus-topic-move): do.
7893
7894         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7895         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7896
7897         * gnus-srvr.el (gnus-server-prepare)
7898         (gnus-server-open-all-servers): do.
7899
7900         * gnus-msg.el (gnus-summary-cancel-article)
7901         (gnus-summary-resend-message)
7902         (gnus-summary-mail-crosspost-complaint): do.
7903
7904         * gnus-move.el (gnus-change-server): do.
7905
7906         * gnus-group.el (gnus-group-unmark-all-groups)
7907         (gnus-group-set-current-level): do.
7908
7909 2004-10-04  Simon Josefsson  <jas@extundo.com>
7910
7911         * message.el (message-generate-hashcash): Doc fix.
7912
7913 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7914
7915         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7916         avoid infinite recursion via gnus-get-function.
7917
7918 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7919
7920         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7921
7922         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7923
7924         * nnmail.el (nnmail-split-history): do.
7925
7926         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7927         (nnml-request-delete-group): do.
7928
7929         * nnslashdot.el (nnslashdot-read-groups): do.
7930
7931         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7932         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7933
7934         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7935         (nnspool-sift-nov-with-sed): Use last
7936         (nnspool-retrieve-headers-with-nov): Use mapc.
7937         (nnspool-request-newgroups): Use dolist.
7938         (nnspool-request-group): Use last.
7939
7940         * nntp.el (nntp-read-server-type): Use dolist.
7941
7942         * nnvirtual.el (nnvirtual-create-mapping)
7943         (nnvirtual-update-read-and-marked): Use dolist.
7944         (nnvirtual-convert-headers): Simplify.
7945
7946 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7947
7948         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7949         support for sync'ing tick marks.
7950
7951 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7954         there's no visible header.
7955
7956 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7957
7958         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7959         necessary, pass full group name to gnus-request-set-marks.
7960
7961 2004-10-01  Simon Josefsson  <jas@extundo.com>
7962
7963         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7964         acroread.
7965
7966 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967
7968         * spam-report.el (spam-report-gmane): Fix interactive.
7969
7970         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7971
7972         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7973         when writing file.
7974         (gnus-agent-synchronize-flags): Don't default to being
7975         interactive.
7976
7977 2004-09-30  Simon Josefsson  <jas@extundo.com>
7978
7979         * message.el (message-generate-hashcash): Add.
7980         (message-send-mail): Use it, call mail-add-payment.
7981
7982 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7985
7986 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7987
7988         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7989         gnus-requst-update-info with explicit code to sync the in-memory
7990         info read flags with the marks being sync'd to the backend.
7991
7992         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7993
7994 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * spam.el (spam-verify-bogofilter): Add new function.
7997         (spam-check-bogofilter)
7998         (spam-bogofilter-register-with-bogofilter): Use it.
7999         (spam-verify-bogofilter): Add small fixes.
8000
8001 2004-09-28  Simon Josefsson  <jas@extundo.com>
8002
8003         * hashcash.el (hashcash-generate-payment): Revert.
8004
8005 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8008         gnus-extract-references instead of gnus-split-references.
8009
8010         * gnus-util.el (gnus-extract-references): Add new function, analogous
8011         to gnus-split-references but extracts only the message-ID without
8012         anything extra.
8013
8014         * hashcash.el (hashcash-generate-payment)
8015         (hashcash-check-payment): Do the right thing if hashcash-path is
8016         nil (because the hashcash program could not be found).
8017
8018         * spam.el (spam-use-hashcash): Remove comment.
8019
8020 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8021
8022         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8023         (gnus-cache-enter-article, gnus-cache-remove-article)
8024         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8025
8026         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8027
8028         * gnus-art.el (article-hide-boring-headers)
8029         (article-translate-strings, article-display-face)
8030         (gnus-article-mime-match-handle-first)
8031         (gnus-article-highlight-headers)
8032         (gnus-article-add-buttons-to-head): do.
8033
8034 2004-09-27  Simon Josefsson  <jas@extundo.com>
8035
8036         * hashcash.el: New version, from
8037         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8038         ../contrib/.
8039
8040 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8043
8044 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8045
8046         * gnus-dup.el (gnus-dup-open): Use mapc.
8047         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8048
8049         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8050         Reported by Stefan Wiens <s.wi@gmx.net>.
8051
8052         * gnus.el (gnus-shutdown): Use dolist.
8053
8054         * gnus-undo.el (gnus-undo): Use mapc.
8055
8056         * nnrss.el (nnrss-generate-active): do.
8057
8058         * message.el (message-cite-original-without-signature)
8059         (message-cite-original): Use mapc.
8060         (message-do-actions, message-make-forward-subject): Use dolist.
8061
8062 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8063
8064         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8065         deletion to remove entire duplicate line.  Fixes merged article
8066         number bug.
8067
8068 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8069
8070         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8071         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8072         first ask if you want to open a server and then, even when you
8073         responded with no, asking if you want to synchronize the server's
8074         flags.
8075         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8076         multi-line expressions.
8077         (gnus-agent-synchronize-group-flags): New internal function.
8078         Updates marks in memory (in the info structure) AND in the
8079         backend.
8080
8081         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8082
8083         * nnagent.el (nnagent-request-set-mark): Use
8084         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8085         method, to ensure that synchronization updates marks in the
8086         backend and in the info (in memory) structure.
8087
8088 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8091         convention fully; don't miss the root article of a thread; make
8092         the X-Draft-From header with correct article numbers.
8093
8094 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8095
8096         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8097         unless plugged.  Disable the agent so that an open failure causes
8098         an error.
8099
8100         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8101         Reverted 2004-09-21 change.  The backend must be opened while
8102         synchronizing flags even when the backend stores the flags
8103         locally.
8104
8105 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8108         in `header' match.  Reported by Svend Tollak Munkejord.
8109
8110         * message.el (message-cite-original): Fix use of
8111         `message-cite-articles-with-x-no-archive'.
8112
8113 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8116         (gnus-window-to-buffer): Ditto.
8117
8118         * mml.el (mml-preview-buffer): New variable.
8119         (mml-preview): Manage window layout with gnus-buffer-configuration.
8120
8121         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8122         X-Draft-From header even if those articles aren't quoted.
8123
8124 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8125
8126         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8127         (gnus-request-set-mark, gnus-request-update-mark): Use new
8128         g-s-t-u-l-m to decide to use backend even when unplugged.
8129
8130 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8133         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8134
8135 2004-09-20  Simon Josefsson  <jas@extundo.com>
8136
8137         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8138         "utf-16-le".
8139
8140 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8141
8142         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8143
8144 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * uudecode.el (uudecode-use-external): Add :version.
8147
8148         * smime.el (smime-CA-file, smime-encrypt-cipher)
8149         (smime-dns-server): Add :version.
8150
8151         * smiley.el (gnus-smiley-file-types): Add :version.
8152
8153         * sha1.el (sha1-use-external): Add :version.
8154
8155         * pgg-def.el (pgg-query-keyserver): Add :version.
8156
8157         * nnmail.el (nnmail-fancy-expiry-targets)
8158         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8159         Add :version.
8160
8161         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8162         (nnimap-retrieve-groups-asynchronous): Add :version.
8163         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8164
8165         * mml.el (mml-content-disposition-parameters)
8166         (mml-insert-mime-headers-always): Add :version.
8167
8168         * mm-util.el (mm-coding-system-priorities): Add :version.
8169
8170         * mm-decode.el (mm-inline-text-html-with-images)
8171         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8172         (mm-verify-option): Add :version.
8173         (mm-text-html-renderer): Change :version.
8174
8175         * message.el (message-fcc-externalize-attachments)
8176         (message-required-headers, message-draft-headers)
8177         (message-subject-trailing-was-query)
8178         (message-subject-trailing-was-ask-regexp)
8179         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8180         (message-mark-insert-end, message-archive-header)
8181         (message-archive-note, message-cross-post-default)
8182         (message-cross-post-note, message-followup-to-note)
8183         (message-cross-post-note-function, message-use-mail-followup-to)
8184         (message-subscribed-address-functions)
8185         (message-subscribed-address-file, message-subscribed-addresses)
8186         (message-subscribed-regexps, message-allow-no-recipients)
8187         (message-yank-cited-prefix, message-signature-insert-empty-line)
8188         (message-hidden-headers, message-hierarchical-addresses)
8189         (message-mail-user-agent, message-use-idna)
8190         (message-valid-fqdn-regexp)
8191         (message-strip-special-text-properties, message-header-synonyms)
8192         (message-beginning-of-line, message-tab-body-function): Add :version.
8193         (message-insert-canlock, message-wide-reply-confirm-recipients):
8194         Change :version.
8195
8196         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8197         and :version.
8198         (mail-source-delete-old-incoming-confirm)
8199         (mail-source-movemail-program): Add :version.
8200
8201         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8202         (gnus-agent-cache, gnus-agent): Change :version.
8203
8204         * gnus-util.el (gnus-use-byte-compile): Change :version.
8205
8206         * gnus-sum.el (gnus-summary-make-false-root-always)
8207         (gnus-summary-default-high-score)
8208         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8209         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8210         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8211         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8212         (gnus-sum-thread-tree-single-indent)
8213         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8214         (gnus-sum-thread-tree-leaf-with-other)
8215         (gnus-sum-thread-tree-single-leaf): Add :version.
8216         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8217         (gnus-article-loose-mime): Change :version.
8218
8219         * gnus-start.el (gnus-backup-startup-file)
8220         (gnus-save-startup-file-via-temp-buffer): Add :version.
8221
8222         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8223         (gnus-server-offline-face): Add :version.
8224
8225         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8226
8227         * gnus-msg.el (gnus-gcc-externalize-attachments)
8228         (gnus-debug-files, gnus-debug-exclude-variables)
8229         (gnus-discouraged-post-methods): Change :version.
8230         (gnus-confirm-mail-reply-to-news)
8231         (gnus-confirm-treat-mail-like-news): Add :version.
8232
8233         * gnus-int.el (gnus-server-unopen-status): Add :version.
8234
8235         * gnus-group.el (gnus-group-jump-to-group-prompt)
8236         (gnus-large-ephemeral-newsgroup)
8237         (gnus-fetch-old-ephemeral-headers): Add :version.
8238
8239         * gnus-fun.el (gnus-x-face-directory)
8240         (gnus-convert-pbm-to-x-face-command)
8241         (gnus-convert-image-to-x-face-command)
8242         (gnus-convert-image-to-face-command): Add :version.
8243
8244         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8245
8246         * gnus-cite.el (gnus-cite-blank-line-after-header)
8247         (gnus-article-boring-faces): Add :version.
8248
8249         * gnus-art.el (gnus-buttonized-mime-types)
8250         (gnus-inhibit-mime-unbuttonizing)
8251         (gnus-treat-display-face)
8252         (gnus-treat-body-boundary): Change :version.
8253         (gnus-body-boundary-delimiter, gnus-picon-databases)
8254         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8255         (gnus-treat-date-english, gnus-treat-fold-headers)
8256         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8257         (gnus-treat-mail-picon, gnus-treat-wash-html)
8258         (gnus-article-encrypt-protocol)
8259         (gnus-use-idna, gnus-article-over-scroll)
8260         (gnus-mime-display-multipart-alternative-as-mixed)
8261         (gnus-mime-display-multipart-related-as-mixed)
8262         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8263         (gnus-ctan-url, gnus-button-ctan-handler)
8264         (gnus-button-handle-ctan-bogus-regexp)
8265         (gnus-button-ctan-directory-regexp)
8266         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8267         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8268         (gnus-button-man-level, gnus-button-emacs-level)
8269         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8270
8271         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8272         (gnus-agent-go-online): Change :version.
8273         (gnus-agent-expire-unagentized-dirs)
8274         (gnus-agent-auto-agentize-methods): Add :version.
8275
8276         * flow-fill.el (fill-flowed-display-column)
8277         (fill-flowed-encode-column): Add :version.
8278
8279         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8280         (gnus-outlook-deuglify-unwrap-max)
8281         (gnus-outlook-deuglify-cite-marks)
8282         (gnus-outlook-deuglify-unwrap-stop-chars)
8283         (gnus-outlook-deuglify-no-wrap-chars)
8284         (gnus-outlook-deuglify-attrib-cut-regexp)
8285         (gnus-outlook-deuglify-attrib-verb-regexp)
8286         (gnus-outlook-deuglify-attrib-end-regexp)
8287         (gnus-outlook-display-hook): Add :version.
8288
8289         * binhex.el (binhex-use-external): Add :version.
8290
8291 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8294         and `invisible'.
8295
8296 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8299         in gnus-registry-trim.
8300
8301 2004-09-13  Simon Josefsson  <jas@extundo.com>
8302
8303         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8304
8305         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8306
8307         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8308         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8309         <yamaoka@jpl.org>.
8310         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8311         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8312         <yamaoka@jpl.org>.
8313
8314         * sieve.el (sieve-manage-mode): Ditto.
8315
8316 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8319
8320 2004-09-11  Simon Josefsson  <jas@extundo.com>
8321
8322         * dns-mode.el: Add.
8323
8324         * mm-view.el (mm-display-dns-inline): Add.
8325
8326         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8327         (mm-automatic-display): Ditto.
8328
8329         * mailcap.el (mailcap-mime-data): Add text/dns.
8330         (mailcap-mime-extensions): Map .soa to text/dns.
8331
8332 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8333
8334         * gnus-art.el (article-decode-mime-words, article-babel)
8335         (gnus-article-highlight-signature, gnus-article-add-buttons)
8336         (gnus-signature-toggle): Remove unnecessary bindings of
8337         `inhibit-read-only' inherited from v5.10 merge.
8338
8339 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * nntp.el (nntp): New customization group.
8342         (nntp-authinfo-file): Add customization group.
8343
8344         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8345
8346         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8347
8348         * gnus.el (to-address, to-list, subscribed)
8349         (large-newsgroup-initial): Ditto.
8350
8351         * flow-fill.el (fill-flowed-display-column)
8352         (fill-flowed-encode-column): Ditto.
8353
8354 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8355
8356         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8357         Use point-min rather than 1.
8358         (message-send-mail): Use buffer-size rather than point-max.
8359
8360         * gnus-sum.el (gnus-summary-search-article-forward):
8361         Signal a specific `search-failed' rather than a generic `error'.
8362
8363         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8364         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8365         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8366
8367 2004-09-10  Simon Josefsson  <jas@extundo.com>
8368
8369         * nndb.el (require): Remove tcp and duplicate cl.
8370
8371 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-agent.el (directory-files-and-attributes): Move forward.
8374
8375 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8376
8377         * gnus-agent.el (directory-files-and-attributes): Optionally
8378         defined to support XEmacs.
8379
8380 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8381
8382         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8383         to avoid run-time CL dependencies.
8384         (gnus-agent-unfetch-articles): New function.
8385         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8386         article numbers even when local .overview file is missing.
8387         (gnus-agent-read-article-number): New function. Only accepts
8388         27-bit article numbers.
8389         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8390         gnus-agent-read-article-number.
8391         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8392         from backend while recognizing that article numbers in .overview
8393         must be valid.
8394         (gnus-agent-update-files-total-fetched-for): Use
8395         directory-files-and-attributes to improve performance.
8396         * gnus-int.el (gnus-request-move-article): Use
8397         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8398         improve performance.
8399
8400         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8401         some users confused by references to .newsrc when they only have a
8402         .newsrc.eld file.
8403         (gnus-convert-mark-converter-prompt,
8404         gnus-convert-converter-needs-prompt): Fixed use of property list.
8405         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8406         New function. Used internally to only display 'gnus converting
8407         files' message when actually necessary.
8408
8409         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8410         methods now autoloaded.
8411
8412 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8415         identifiers.
8416
8417 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gnus-picon.el: Fix indentation and closing parenthesis.
8420
8421 2004-09-01  Simon Josefsson  <jas@extundo.com>
8422
8423         * message.el (message-canlock-generate): Require sha1, not
8424         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8425         to require within a function.  Sadly, if sha1.el isn't loaded, the
8426         let binding in m-c-g will hide the defcustom definition, which is
8427         bad.)
8428
8429         * canlock.el: Require sha1, not sha1-el.
8430
8431         * message.el: Don't autoload sha1 (there is a autoload cookie in
8432         sha1.el).
8433
8434         * sha1-el.el: Renamed to sha1.el.
8435
8436 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8437
8438         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8439
8440 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8441
8442         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8443
8444 2004-08-30  Kim F. Storm  <storm@cua.dk>
8445
8446         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8447
8448         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8449         Add :group 'nnimap.
8450
8451 2004-08-30  Andreas Schwab  <schwab@suse.de>
8452
8453         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8454         ?* and ?\;.
8455
8456         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8457         and ?\' to symbol instead of whitespace.
8458
8459 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8462
8463         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8464         instead of re-search-forward.
8465
8466         * gnus-uu.el (gnus-uu-save-article): Ditto.
8467         (gnus-uu-post-encode-uuencode): Ditto.
8468
8469         * html2text.el (html2text-clean-list-items): Ditto.
8470         (html2text-clean-dtdd): Ditto.
8471         (html2text-format-tags): Ditto.
8472
8473         * message.el (message-send-mail-with-sendmail): Fix regexp.
8474         (message-fill-field-general): Use search-forward instead of
8475         re-search-forward.
8476         (unbold-region): Ditto.
8477
8478         * nnrss.el (nnrss-request-article): Ditto.
8479
8480         * nnslashdot.el (nnslashdot-request-article): Ditto.
8481
8482         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8483
8484         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8485         "Unrecognized menu descriptor" error in XEmacs.
8486
8487 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8488
8489         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8490         parent article of a sparse article in the thread hashtb.
8491
8492 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8493
8494         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8495         (nnmail-expand-newtext): Lowercase expanded entries if
8496         nnmail-split-lowercase-expanded is non-nil.
8497
8498 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8501         entry.
8502
8503         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8504         of gnus-tmp-news-method into string under XEmacs.  It will be
8505         passed to gnus-correct-length which takes only a string argument.
8506
8507 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-util.el (gnus-bind-print-variables): New macro.
8510         (gnus-prin1): Use it.
8511         (gnus-prin1-to-string): Use it.
8512         (gnus-pp): New function.
8513         (gnus-pp-to-string): New function.
8514
8515         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8516         pp-to-string with gnus-pp-to-string.
8517         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8518         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8519         * gnus-msg.el (gnus-debug): Ditto.
8520         * gnus-score.el (gnus-score-save): Ditto.
8521         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8522         gnus-pp-to-string.
8523         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8524         with gnus-pp.
8525         * score-mode.el (gnus-score-pretty-print): Ditto.
8526         * webmail.el (webmail-debug): Ditto.
8527
8528 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-art.el (article-display-face, article-display-x-face): Use
8531         buffer-read-only.
8532
8533 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-art.el (article-hide-list-identifiers): Bind
8536         inhibit-read-only as t.
8537
8538 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8541
8542 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8543
8544         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8545         (gnus-narrow-to-page): Don't assume point-min == 1.
8546         (gnus-article-edit-mode): Derive from message-mode.
8547
8548         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8549         point-min == 1.
8550
8551         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8552         Disable incorrect use of `assert'.
8553
8554         * message.el (message-mode): Set comment-start-skip.
8555
8556
8557 2004-08-22  Sam Steingold  <sds@gnu.org>
8558
8559         * pop3.el (pop3-leave-mail-on-server): New user variable.
8560         (pop3-movemail): Delete mail only when it is nil.
8561
8562 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8565
8566         * mml.el (mml-preview): Use `pop-to-buffer'.
8567
8568         * message.el (message-goto-mail-followup-to): Insert after "To".
8569         (message-carefully-insert-headers): Add comment.
8570
8571         * gnus.el: Remove unused variable `gnus-article-check-size'.
8572
8573         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8574
8575         * gnus-art.el (gnus-button-alist): Improve
8576         `gnus-button-handle-library' entry.
8577
8578 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8579
8580         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8581         downcase, since XEmacs capitalizes error messages differently.
8582
8583 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8584
8585         * nntp.el: Add (require 'gnus) due to reference to
8586         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8587
8588 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8589
8590         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8591         `mm-fill-flowed'.
8592
8593         * mm-decode.el (mm-dissect-singlepart): Check it.
8594
8595 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8596
8597         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8598         'imap' for netrc parsing.
8599
8600 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * mailcap.el (mailcap-mime-data): Mark as risky.
8603
8604 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8607         may be included in the encoded word.
8608         (rfc2047-encode): Don't append a space if the encoded word
8609         includes close parenthesis.
8610
8611 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8614         of text within parentheses.
8615
8616 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8617
8618         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8619         (gnus-encrypt-write-file-contents): Make the password key the file
8620         name PLUS the cipher, not just the cipher.  Also remove failed
8621         passwords from the cache.
8622
8623 2004-08-06  Simon Josefsson  <jas@extundo.com>
8624
8625         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8626         fix.
8627
8628 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8631         LWSP.
8632
8633 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8636         to append in-reply-to: data to the references: header.
8637
8638         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8639         (netrc-parse): Use gnus-encrypt.el functions.
8640
8641         * gnus-encrypt.el: Add new file for encryption support; currently
8642         does only a few GPG ciphers and an internal XOR cipher.
8643
8644         * password.el: Add comments on using password-read-and-add.
8645         (password-read-and-add): Add function to read and add the
8646         password to the cache at once.
8647
8648 2004-07-28  Simon Josefsson  <jas@extundo.com>
8649
8650         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8651         parameter (but don't use it, for now).
8652
8653         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8654         instead of hard coding to nil.
8655
8656 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8659         as mm-inline-image-xemacs does.
8660
8661 2004-07-26  Simon Josefsson  <jas@extundo.com>
8662
8663         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8664         Revert part of 2004-07-17 change below.
8665
8666 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8669         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8670
8671 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8674         quotes that actually start with ">" at the beginning of the
8675         lines.
8676
8677 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * rfc2047.el (rfc2047-encode-region): Fix last change.
8680         (rfc2047-encode-parameter): Remove useless concat.
8681
8682 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8685         encode special characters; fix some kind of misconfigured headers;
8686         signal a real error if debug-on-quit or debug-on-error is non-nil.
8687         (rfc2047-encode-max-chars): New variable.
8688         (rfc2047-encode-1): Use it.
8689         (rfc2047-encode-parameter): New function.
8690
8691         * mml.el (mml-insert-parameter): Remove an excessive space.
8692
8693 2004-07-17  Simon Josefsson  <jas@extundo.com>
8694
8695         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8696         Kai Grossjohann <kai@emptydomain.de>.
8697         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8698         (gnus-group-make-menu-bar): Ditto.
8699
8700         * gnus-util.el (gnus-group-server): Add.
8701
8702 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8703
8704         * message.el (message-clone-locals): Clone sendmail and smtp
8705         variables.
8706
8707 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * rfc2047.el (rfc2047-encode-region): Fix last change.
8710
8711 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8714         characters as non-special.
8715
8716 2004-07-09  Simon Josefsson  <jas@extundo.com>
8717
8718         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8719         Users will lose all flag changes made while unplugged with
8720         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8721         good default.  See numerous reports on ding mailing list.
8722
8723 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8726         add generate-head-function and generate-article-function to the
8727         rfc822-forward entry.
8728         (nndoc-rfc822-forward-generate-article): New function.
8729         (nndoc-rfc822-forward-generate-head): New function.
8730
8731         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8732
8733 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8734
8735         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8736         respect display group parameter and gnus-summary-expunge-below.
8737         (gnus-articles-to-read): Remove unused reference to display group
8738         parameter.
8739
8740 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * nnheader.el (nnheader-uniquify-message-id): New experimental
8743         variable.
8744         (nnheader-nov-read-message-id): Use it.
8745
8746         * spam-report.el (spam-report-gmane): Add interactive.
8747
8748 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8751         qp-or-base64 for the application/* types.
8752
8753 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8754
8755         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8756
8757 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8758
8759         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8760         trim value.
8761
8762 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8763
8764         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8765         New macro and function.
8766         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8767
8768 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8771         after-load-alist.
8772
8773 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774
8775         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8776         update info that isn't there.
8777
8778 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8779
8780         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8781         entry.
8782
8783 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * mm-view.el (mm-inline-render-with-function): Use multibyte
8786         buffer; decode html source by charset.
8787
8788         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8789
8790         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8791         Mule-UCS is loaded under XEmacs.
8792         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8793
8794 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8795
8796         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8797
8798 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * mm-util.el (mm-coding-system-p): Return a coding-system.
8801         (mm-mime-mule-charset-alist): Use shift_jis instead of
8802         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8803         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8804         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8805         instead of japanese-shift-jis and iso-latin-1 respectively in
8806         order to share the default value with both Emacs and XEmacs-mule.
8807         (mm-mule-charset-to-mime-charset): Make
8808         mm-coding-system-priorities effective.
8809         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8810         while predicating of candidates upon the priorities.
8811
8812 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8813
8814         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8815         gnus-uu-invert-processable.
8816
8817         * gnus.el: Autoload gnus-uu-invert-processable.
8818
8819 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * mm-util.el (mm-with-multibyte-buffer): New macro.
8822
8823         * rfc2047.el (rfc2047-encode-string): Use it.
8824         (rfc2047-encode-region): Move point to the end of the region after
8825         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8826
8827 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8830         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8831
8832 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8835         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8836         Karl Chen <quarl@nospam.quarl.org>.
8837
8838 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8839
8840         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8841         invalid addresses.
8842
8843 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8844
8845         * spam.el: Change section markers, revise TODO list.
8846         (spam-backends): Make new master list of all installed backends.
8847         (spam-summary-exit-behavior): Add new variable to determine how
8848         messages moves are done at summary exit.
8849         (spam-move-spam-nonspam-groups-only)
8850         (spam-process-ham-in-nonham-groups)
8851         (spam-process-ham-in-spam-groups): Remove variables, the
8852         spam-summary-exit-behavior variable should be used to manage this
8853         behavior.
8854         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8855         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8856         and spam-old-spam-articles.
8857         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8858         Add empty variables, placeholders for the backends they represent.
8859         (spam-set-difference): Move, unchanged.
8860         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8861         unless the user has a processor variable.
8862         (spam-classifications, spam-classification-valid-p)
8863         (spam-backend-properties, spam-backend-property-valid-p)
8864         (spam-backend-function-type-valid-p)
8865         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8866         (spam-report-articles-gmane, spam-report-articles-resend):
8867         Remove functions, they are not needed.
8868         (spam-install-backend-super, spam-backend-list)
8869         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8870         (spam-backend-function, spam-backend-ham-registration-function)
8871         (spam-backend-spam-registration-function)
8872         (spam-backend-ham-unregistration-function)
8873         (spam-backend-spam-unregistration-function)
8874         (spam-backend-statistical-p, spam-backend-mover-p)
8875         (spam-install-backend-alias, spam-install-checkonly-backend)
8876         (spam-install-mover-backend, spam-install-nocheck-backend)
8877         (spam-install-backend, spam-install-statistical-backend)
8878         (spam-install-statistical-checkonly-backend): Add backend installation
8879         support.
8880         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8881         (spam-group-processor-p): Use the new backend code and respect the
8882         summary exit behavior.
8883         (spam-mark-spam-as-expired-and-move-routine): Remove.
8884         (spam-summary-prepare): Change to use the new spam-old-articles
8885         variable.
8886         (spam-copy-or-move-routine, spam-copy-spam-routine)
8887         (spam-move-spam-routine, spam-copy-ham-routine)
8888         (spam-move-ham-routine): Add code to copy/move ham or spam.
8889         (spam-fetch-field-fast): Improve doc and code, plus allow the
8890         'number request.
8891         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8892         variables.
8893         (spam-split, spam-find-spam): Use the new backend code.
8894         (spam-registration-functions): Remove variable.
8895         (spam-unregister-routine): Add convenience wrapper.
8896         (spam-log-undo-registration, spam-register-routine)
8897         (spam-log-processing-to-registry)
8898         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8899         where possible.
8900         (spam-check-gmane-xref, spam-check-regex-headers)
8901         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8902         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8903         (spam-check-bogofilter-headers, spam-check-spamoracle)
8904         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8905         (spam-check-crm114-headers): Use the spam-split-group that
8906         spam-split prepares, no need to determine it every time.
8907
8908         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8909         to the nnheader-parse-naked-head call.
8910
8911         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8912
8913         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8914         the nnheader-nov-read-message-id call.
8915
8916 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8919         gnus-activate-group twice.  Suggested by Markus Peter
8920         <warp@spin.de>.
8921
8922 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-art.el (gnus-article-time-format): Exchange the order of
8925         day and month in the default value; fix customization type.
8926         (article-date-ut): Use add-text-properties.
8927         (article-make-date-line): Use message-make-date instead of
8928         current-time-string.
8929
8930         * message.el (message-fetch-field): Don't use set-text-properties.
8931         (message-make-date): Simplify.
8932
8933         * messagexmas.el (message-xmas-make-date): New function.
8934         (message-xmas-redefine): Defalias message-make-date to it.
8935
8936 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8939         (rfc2047-encode-region): Treat text within parentheses as special;
8940         show the original text when error has occurred.
8941
8942         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8943         already-computed method to gnus-activate-group.
8944
8945         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8946         same select-methods identical Lisp objects.
8947
8948         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8949         object when modifying the info.
8950
8951 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8954         gnus-opened-servers since it has never been opened with the new
8955         configuration yet.
8956
8957 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8960         arg to nnheader-generate-fake-message-id.
8961
8962 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8965         number and build a fake message ID localized to a group and
8966         article number (so it's repeatable from that point on).
8967         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8968         ID format.
8969
8970         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8971         nnheader-generate-fake-message-id with the article number.
8972
8973 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8974
8975         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8976         end-of-buffer.
8977
8978 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * message.el (message-ignored-supersedes-headers): Add Approved.
8981
8982 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8985         goto-char.
8986         (rfc2047-encode): Fold the line before encoding.
8987
8988 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8991         folding -- not all headers can be folded, and this should be done
8992         by the message composition mode.  Probably.  I think.
8993
8994 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8997         fast.
8998
8999         * gnus-ems.el (gnus-remove-image): Don't use
9000         message-text-with-property; remove only the image found first.
9001
9002         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
9003         found first.
9004
9005 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
9006
9007         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9008
9009 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * message.el (message-text-with-property): Make it fast and accept
9012         optional arguments.
9013         (message-strip-forbidden-properties): Use it.
9014         (message-fix-before-sending): Follow the m-t-w-p change.
9015
9016         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9017
9018 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-art.el (article-hide-headers): Don't change the buffer
9021         mistakenly when performing mml-preview even if
9022         gnus-single-article-buffer is nil.
9023
9024 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9025
9026         * message.el (message-expand-name-databases): New user option.
9027         (message-expand-name): Use it.
9028
9029 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9030
9031         * spam.el (spam-report-articles-resend)
9032         (spam-report-resend-register-routine): Allow ham reporting.
9033         (spam-report-resend-register-ham-routine): Add wrapper.
9034         (spam-registration-functions): Add ham resending functions.
9035         (spam-list-of-processors): Add ham resend processor.
9036
9037         * gnus.el (ham-resend-to): Add new group parameter.
9038         (spam-process): Add ham resend option.
9039
9040         * spam-report.el (spam-report-resend): Allow reporting ham.
9041         (spam-report-resend-ham): Add wrapper.
9042
9043 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * message.el (message-cite-articles-with-x-no-archive): New
9046         variable.
9047         (message-cite-original): Use it.
9048
9049 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * message.el (message-cite-original): Respect X-No-Archive.
9052
9053 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-art.el (article-hide-headers): Refer to the values for
9056         gnus-ignored-headers and gnus-visible-headers in the summary
9057         buffer since a user may have set them as group parameters.
9058
9059 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9060
9061         * assistant.el (assistant-node-name): Add convenience function.
9062         (assistant-render-text, assistant-render-node): Add error handling,
9063         plus handle multiple next nodes.
9064         (assistant-find-next-node): Comment out for now.
9065         (assistant-find-next-nodes): Add function, returns list of next
9066         nodes.
9067
9068 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * mail-source.el (mail-source-directory): Fix doc-string.
9071
9072 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9073
9074         * assistant.el (assistant-render-text, assistant-eval): Add :set
9075         widget type, which is different because it takes and returns a
9076         list.  Much hilarity ensues.
9077
9078 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9081
9082         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9083         doc-string.
9084
9085         * gnus-start.el (gnus-activate-group): Added doc-string.
9086
9087 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9090
9091 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9092
9093         * assistant.el (assistant-render-text): Try to add a :set
9094         widget, more to come.
9095
9096         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9097         strings.
9098         (spam-report-articles-resend)
9099         (spam-register-routine): Do registration iff any articles warrant
9100         it.
9101         (spam-summary-prepare-exit): Change log message for nil group
9102         destinations.
9103
9104 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9105
9106         * spam.el (spam-report-resend-register-routine): Allow
9107         spam-report-resend-to to be a group parameter or a global value.
9108
9109 2004-05-26  Simon Josefsson  <jas@extundo.com>
9110
9111         * starttls.el: Merge with my GNUTLS based starttls.el.
9112         (starttls-gnutls-program, starttls-use-gnutls)
9113         (starttls-extra-arguments, starttls-process-connection-type)
9114         (starttls-connect, starttls-failure, starttls-success): New
9115         variables.
9116         (starttls-program, starttls-extra-args): Doc fix.
9117         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9118         functions.
9119         (starttls-negotiate, starttls-open-stream): Check
9120         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9121         function if it is set.
9122
9123 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9124
9125         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9126         structured fields.
9127
9128 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9131
9132 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9133
9134         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9135         variable.
9136         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9137         assigning the spam-mark to new messages.
9138
9139 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9140
9141         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9142
9143 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9146
9147         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9148         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9149         default.
9150
9151 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9152
9153         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9154         correct data.
9155
9156 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9157
9158         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9159         (spam-group-processor-p): Fix function.
9160         (spam-group-processor-multiple-p)
9161         (spam-group-spam-processor-report-gmane-p)
9162         (spam-group-spam-processor-report-resend-p)
9163         (spam-group-spam-processor-bogofilter-p)
9164         (spam-group-spam-processor-blacklist-p)
9165         (spam-group-spam-processor-ifile-p)
9166         (spam-group-ham-processor-ifile-p)
9167         (spam-group-spam-processor-spamoracle-p)
9168         (spam-group-spam-processor-crm114-p)
9169         (spam-group-ham-processor-bogofilter-p)
9170         (spam-group-spam-processor-stat-p)
9171         (spam-group-ham-processor-stat-p)
9172         (spam-group-ham-processor-whitelist-p)
9173         (spam-group-ham-processor-BBDB-p)
9174         (spam-group-ham-processor-spamoracle-p)
9175         (spam-group-ham-processor-copy-p): Remove functions with some
9176         prejudice against unneeded code.
9177         (spam-report-articles-resend)
9178         (spam-report-resend-register-routine): Allow the group/topic
9179         spam-resend-to value to override spam-report-resend-to.
9180         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9181         properly now.
9182
9183         * gnus.el (spam-resend-to): Add group/topic parameter.
9184         (spam-process): Move the OBSOLETE processors to the end of the
9185         choices.
9186
9187 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9188
9189         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9190         with resend-to set to nil, and then ask the user if necessary.
9191         (spam-report-resend): spam-report-resend takes a list of articles, not
9192         separate article numbers.
9193
9194 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9197         addition to emacs-w3m.
9198
9199 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * assistant.el (assistant-authinfo-data): New function.
9202         (assistant-eval): Eval for entire assistant.
9203
9204         * netrc.el (netrc-services-file): New variable.
9205         (netrc-parse-services): New function.
9206         (netrc-find-service-name): New function.
9207         (netrc-find-service-number): New function.
9208         (netrc-port-equal): New function.
9209         (netrc-machine): Use it.
9210
9211         * nnimap.el (nnimap-open-connection): Use netrc.
9212
9213         * gnus-util.el (gnus-netrc-get): Remove aliases.
9214
9215         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9216
9217         * assistant.el (wid-edit): Fix compilation.
9218
9219         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9220
9221 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9222
9223         * gnus-util.el (gnus-set-file-modes): New function.  (small
9224         patch).
9225
9226 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9229
9230         * assistant.el (assistant-render-node): Fix up rendering and
9231         read-only text.
9232         (assistant-render-node): Reset.
9233         (assistant-make-read-only): Not sticky.
9234
9235 2004-05-20  Danny Siu  <dsiu@adobe.com>
9236
9237         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9238         centered even when gnus-auto-center-summary is t
9239
9240 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * dns.el (dns-get-txt-answer): New function.
9243         (dns-read-txt): Ditto.
9244         (query-dns): Use it.
9245
9246 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9249         active for foreign groups even if the group level is higher than
9250         the specified value.
9251
9252 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9255         non-active groups.
9256
9257         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9258
9259 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9260
9261         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9262
9263 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9264
9265         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9266         (spam-crm114-header, spam-crm114-spam-switch)
9267         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9268         (spam-crm114-positive-spam-header)
9269         (spam-crm114-database-directory, spam-list-of-processors)
9270         (spam-group-spam-processor-crm114-p)
9271         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9272         (spam-generic-score, spam-list-of-checks)
9273         (spam-list-of-statistical-checks, spam-registration-functions)
9274         (spam-check-crm114-headers, spam-crm114-score)
9275         (spam-check-crm114, spam-crm114-register-with-crm114)
9276         (spam-crm114-register-spam-routine)
9277         (spam-crm114-unregister-spam-routine)
9278         (spam-crm114-register-ham-routine)
9279         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9280         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9281
9282         * gnus.el: Add spam-use-crm114.
9283
9284         * spam.el (spam-list-of-processors, spam-registration-functions):
9285         Add spam-use-resend.
9286         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9287         (spam-report-articles-gmane): Add doc fix.
9288         (spam-report-articles-resend,
9289         spam-report-resend-register-routine): Add wrappers around
9290         spam-report-resend-to.
9291
9292         * spam-report.el (spam-report-resend-to, spam-report-resend):
9293         Add support for resending spam.
9294         (spam-report-gmane): Fix line length >80.
9295
9296         * gnus.el (spam-process): Add spam-use-resend.
9297
9298 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9299
9300         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9301         number of processed spam messages.
9302         (spam-ham-copy-or-move-routine): Return the number of processed
9303         ham messages.
9304         (spam-summary-prepare-exit): Use the above values to decide
9305         whether status messages shouled be displayed.
9306
9307 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9310         `rfc2047-encoding-function-alist' in order to avoid conflicting
9311         with the old version.
9312         (rfc2047-encode-region): Concatenate words containing non-ASCII
9313         characters in structured fields; don't encode space-delimited
9314         ASCII words even in unstructured fields; don't break words at
9315         char-category boundaries.
9316         (rfc2047-encode-1): New function.
9317         (rfc2047-encode): Use it; encode text so that it occupies the
9318         maximum width within 76-column; work correctly on Q encoding for
9319         iso-2022-* charsets.
9320         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9321         sure not to break a line just after the header name.
9322         (rfc2047-b-encode-region): Removed.
9323         (rfc2047-b-encode-string): New function.
9324         (rfc2047-q-encode-region): Removed.
9325         (rfc2047-q-encode-string): New function.
9326
9327         * mm-util.el (mm-replace-in-string): New function.
9328
9329 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9332         get it right.
9333         (gnus-inews-make-draft): Really.
9334
9335 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9336
9337         * nnmh.el (nnmh-request-list-1): Don't check the link count
9338         before descending.  (small patch)
9339
9340 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9343         stuff.
9344
9345         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9346         on real group name.
9347
9348         * gnus-art.el (gnus-signature-limit): Doc fix.
9349
9350         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9351
9352         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9353
9354 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9355
9356         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9357         isn't a string.
9358
9359 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-draft.el (gnus-draft-send): Bind
9362         rfc2047-encode-encoded-words.
9363
9364         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9365         (rfc2047-encodable-p): Say that =? needs encoding.
9366         (rfc2047-encode-encoded-words): New variable.
9367
9368         * gnus-group.el (gnus-group-select-group): Doc fix.
9369
9370         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9371
9372         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9373         to nil.
9374
9375         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9376
9377         * nnheader.el (nnheader-get-lines-and-char): New function.
9378
9379 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-msg.el (gnus-summary-followup-with-original): Document
9382         yanking of region when active.
9383
9384 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9387         groups if the group level is higher than the specified value.
9388
9389 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9392         (gnus-group-jump-to-group): Added prefix argument using
9393         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9394         non-active group.
9395
9396         * compface.el (uncompface): Be verbose when changing
9397         `uncompface-use-external'.
9398
9399         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9400         handle manual section.
9401
9402 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * gnus-art.el (gnus-button-alist): Revert previous change.
9405
9406 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9409
9410 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411
9412         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9413         whether backend can accept message.
9414
9415         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9416
9417 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9418
9419         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9420         Avoid creating directory when nntp-marks-is-evil is true.
9421         Reported by Reiner Steib.
9422
9423 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-picon.el (gnus-picon-style): New variable.
9426         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9427         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9428         Jesper Harder <harder@ifa.au.dk>.
9429
9430 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * message.el (message-fill-field): Return point.
9433         (message-generate-headers): Go to end of field.
9434
9435         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9436         stuff for non-living groups.
9437
9438 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9439
9440         * gnus-art.el (gnus-article-followup-with-original)
9441         (gnus-article-reply-with-original): gnus-mark-active-p ->
9442         gnus-region-active-p.
9443
9444 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9447         only when there is spam or ham to be processed.
9448
9449 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * mail-source.el (mail-source-delete-crash-box): Refactor.
9452         (mail-source-fetch): Use it.
9453         (mail-source-fetch-file): Ditto.
9454         (mail-source-fetch-directory): Run postscript in loop.
9455         (mail-source-fetch-pop): Delete.
9456         (mail-source-fetch-maildir): Ditto.
9457         (mail-source-fetch-imap): Ditto.
9458
9459         * imap.el (imap-authenticators): Comment out sasl.
9460
9461         * message.el (message-skip-to-next-address): New function.
9462         (message-fill-header-address): Refactor.
9463         (message-fill-address): Use it.
9464         (message-delete-address): Use it.
9465         (message-fill-header-general): Refactor.
9466         (message-fill-field-address): Rename.
9467         (message-narrow-to-field): Find the start of the header.
9468         (message-header-format-alist): Don't pre-fill.
9469         (message-fill-header): Removed.
9470         (message-insert-header): New function.
9471         (message-shorten-references): Use it.
9472
9473         * rfc2047.el (rfc2047-field-value): Strip props.
9474
9475         * mail-parse.el (mail-header-make-address): New alias.
9476
9477         * ietf-drums.el (ietf-drums-make-address): New function.
9478
9479         * imap.el: Add compiler directives.
9480
9481         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9482
9483         * gnus-art.el (article-decode-idna-rhs): Don't use
9484         message-idna-inside-rhs-p.
9485
9486 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * message.el (message-idna-inside-rhs-p): Removed.
9489         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9490
9491         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9492         false positives.
9493
9494 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9495
9496         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9497
9498 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9499
9500         * nneething.el (nneething-file-name): Don't create spurions
9501         files.
9502
9503         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9504         (gnus-inews-do-gcc): Remove sleep.
9505
9506         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9507         part under point.
9508
9509         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9510         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9511
9512 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9513
9514         * spam.el (spam-summary-prepare-exit): Fixed (length).
9515
9516 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9517
9518         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9519         as expired without moving it" message when there are spam
9520         messages left.
9521
9522 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9523
9524         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9525         header is not nil.
9526
9527 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9528
9529         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9530         nntp-possibly-create-directory, not nntp-possibly-change-group.
9531         (nntp-marks-changed-p): New arg SERVER.
9532         (nntp-request-update-info): Adjust caller.
9533
9534 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9535
9536         * nntp.el (nntp-save-marks): Pass missing arg.
9537
9538 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9539
9540         * nntp.el: Support marks.
9541         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9542         (nntp-marks-modtime, nntp-marks-directory): New variables.
9543         (nntp-request-set-mark, nntp-request-update-info)
9544         (nntp-possibly-create-directory, nntp-marks-changed-p)
9545         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9546         functions.
9547
9548 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9549
9550         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9551         (gnus-xmas-redefine): Rename.
9552
9553         * gnus-score.el (gnus-score-insert-help): Use
9554         gnus-select-lowest-window.
9555
9556         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9557         appt-select-lowest-window and rename to gnus-select-lowest-window.
9558
9559         * gnus.el: do.
9560
9561 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9562
9563         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9564         encodings of MIME-encoded words, in order to improve
9565         interoperability with several broken MUAs.
9566
9567 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9568
9569         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9570         tags, only when charsets are not specified in headers.
9571         (mm-inline-text-html-render-with-w3m): Ditto.
9572
9573         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9574         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9575
9576 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9577
9578         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9579         instead of MIME-decoded from fields when checking
9580         `gnus-article-address-banner-alist'.
9581
9582 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9583
9584         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9585         description rather than subject.
9586
9587 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9588
9589         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9590
9591 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus.el (gnus-version-number): Bump.
9594
9595 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9596
9597         * gnus.el: No Gnus v0.2 is released.
9598
9599 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-agent.el (gnus-agent-read-agentview): Inline
9602         gnus-uncompress-range.
9603
9604 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9605
9606         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9607         `exec-installed-p'.
9608
9609 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9610
9611         * gnus.el (spam-process, spam-autodetect-methods): Add
9612         bsfilter and bsfilter-headers.
9613
9614         * spam.el (spam-bsfilter): New customize group.
9615         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9616         (spam-bsfilter-header, spam-bsfilter-probability-header)
9617         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9618         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9619         (spam-bsfilter-database-directory): New options.
9620         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9621         (spam-list-of-statistical-checks, spam-registration-functions):
9622         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9623         (spam-bsfilter-score): New command.
9624         (spam-check-bsfilter-headers, spam-check-bsfilter)
9625         (spam-bsfilter-register-with-bsfilter)
9626         (spam-bsfilter-register-spam-routine)
9627         (spam-bsfilter-unregister-spam-routine)
9628         (spam-bsfilter-register-ham-routine)
9629         (spam-bsfilter-unregister-ham-routine): New functions.
9630         (spam-generic-score): Support bsfilter; Accept an optional argument
9631         to recalcurate spam score even if scoring header has already been
9632         added.
9633         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9634         optional argument to recalcurate spam score even if scoring header
9635         has already been added.
9636
9637 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9638
9639         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9640         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9641         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9642         link is missing.
9643
9644 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9645
9646         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9647         (html2text-get-attr): Rewrite.
9648
9649         * message.el (message-setup-1): Remove redundant put-text-property
9650         on mail-header-separator.
9651
9652 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9653
9654         * gnus-registry.el (gnus-registry-cache-whitespace)
9655         (gnus-registry-action, gnus-registry-spool-action)
9656         (gnus-registry-split-fancy-with-parent): Change message levels
9657         from 5 to 3 or 7, as needed.
9658
9659         * spam.el (spam-summary-prepare-exit)
9660         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9661         (spam-split, spam-find-spam, spam-log-undo-registration)
9662         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9663         level from 5 to 6.
9664
9665 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9668         2004-03-04 change).
9669
9670 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9671
9672         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9673         Use mapc when appropriate.
9674
9675         * sieve-manage.el (sieve-manage-open): do.
9676
9677         * nnweb.el (nnweb-insert-html): do.
9678
9679         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9680         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9681
9682         * nnspool.el (nnspool-request-group): do.
9683
9684         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9685         do.
9686
9687         * nnml.el (nnml-request-update-info): do.
9688
9689         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9690         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9691
9692         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9693         (nnimap-request-set-mark): do.
9694
9695         * nnfolder.el (nnfolder-request-update-info): do.
9696
9697         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9698         do.
9699
9700         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9701
9702         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9703
9704         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9705         do.
9706
9707         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9708         do.
9709
9710         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9711
9712         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9713
9714         * gnus-int.el (gnus-start-news-server): do.
9715
9716         * gnus-group.el (gnus-group-make-kiboze-group)
9717         (gnus-group-browse-foreign-server): do.
9718
9719 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9720
9721         FIXME: Make separate entries for each person.
9722
9723         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9724         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9725         <shields@msrl.com>:
9726
9727         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9728         may need for spam sorting and scoring.
9729         (spam-user-format-function-S): Add user format function suitable for
9730         general use.
9731         (spam-article-sort-by-spam-status): Add sorting function for summary
9732         sorting.
9733         (spam-extra-header-to-number): Add function to get a score from a
9734         header.
9735         (spam-summary-score): Add function to  get a numeric score from the
9736         headers.
9737         (spam-generic-score): Fixed function doc, was in wrong place.
9738         (spam-initialize): Take symbols when it's run, and install the
9739         extra headers that spam-necessary-extra-headers thinks we need.
9740
9741 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9742
9743         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9744         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9745
9746 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9747
9748         * gnus-sum.el (gnus-set-global-variables)
9749         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9750         (gnus-article-get-xrefs, gnus-summary-best-group)
9751         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9752         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9753         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9754         with-current-buffer.
9755
9756 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9757
9758         * spam.el (spam-summary-prepare-exit): Simplify logic.
9759         (spam-fetch-article-header): Read the article header if it's not
9760         available.
9761         (spam-list-articles): Simplify logic.
9762         (spam-filelist-register-routine): Fix bug with unregister-list.
9763
9764         * gnus-registry.el: Fix comments at beginning.
9765
9766 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9767
9768         * message.el (message-cater-to-broken-inn): Remove.
9769         (message-shorten-references): Make sure the total folded length of
9770         References is shorter than 998 characters to cater to a bug in INN
9771         2.3.  Also, don't pretend that references aren't folded -- this
9772         hasn't worked for a while.
9773
9774 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9775
9776         * gnus-agent.el (gnus-agentize):
9777         gnus-agent-send-mail-real-function no longer set to current value
9778         of message-send-mail-function but rather a lambda that calls
9779         message-send-mail-function.  The change makes the agent real-time
9780         responsive to user changes to message-send-mail-function.
9781
9782 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9783
9784         * legacy-gnus-agent.el
9785         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9786         help from Florian Weimer <fw@deneb.enyo.de>
9787
9788 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * nnmail.el (nnmail-cache-insert): Revert last change.
9791
9792 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * nnmail.el (nnmail-cache-insert): Always check whether
9795         nnmail-cache-ignore-groups matches a group name.
9796
9797 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9800         (spam-find-spam, spam-log-processing-to-registry)
9801         (spam-log-registered-p, spam-log-unregistration-needed-p)
9802         (spam-log-undo-registration): Use gnus-message instead of
9803         gnus-error, none of these errors are fatal.
9804
9805         * gnus-registry.el (gnus-registry-clean-empty-function)
9806         (gnus-registry-clean-empty): Remove only empty entries without
9807         extra data.
9808
9809 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9810
9811         * spam-stat.el (spam-stat-buffer-change-to-spam)
9812         (spam-stat-buffer-change-to-non-spam): Change (error) to
9813         (gnus-message 8) invocation.
9814
9815 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * nntp.el (nntp-via-netcat-command): New variable.
9818         (nntp-via-netcat-switches): New variable.
9819         (nntp-open-via-rlogin-and-netcat): New function.
9820         (nntp-open-connection-function): Doc fix.
9821         (nntp-telnet-command): Doc fix.
9822         (nntp-end-of-line): Doc fix.
9823         (nntp-via-rlogin-command): Doc fix.
9824         (nntp-via-user-name): Doc fix.
9825         (nntp-via-address): Doc fix.
9826
9827 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9830         error in Emacs 21.1.
9831
9832 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9835
9836 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9837         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9838         (gnus-agent-with-refreshed-group): New macro.
9839         (gnus-agent-rename-group): New function.
9840         (gnus-agent-delete-group): New function.
9841         (gnus-agent-save-group-info): Use gnus-command-method when
9842         `method' parameter is nil.  Don't write nil entries into the
9843         active file.
9844         (gnus-agent-get-group-info): New function.
9845         (gnus-agent-fetch-articles): Use
9846         gnus-agent-update-files-total-fetched-for to increment disk space
9847         used.
9848         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9849         gnus-agent-update-view-total-fetched-for to increment disk space
9850         used.
9851         (gnus-agent-get-local): Added optional parameters to avoid calling
9852         gnus-group-real-name and gnus-find-method-for-group.
9853         (gnus-agent-set-local): Delete stored entry if either min, or max,
9854         are nil.
9855         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9856         quit, use gnus-agent-regenerate-group to record existance of any
9857         articles fetched to disk before the quit occurred.
9858         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9859         gnus-agent-update-view-total-fetched-for, and
9860         gnus-agent-update-files-total-fetched-for to decrement disk space
9861         used.
9862         (gnus-agent-retrieve-headers): Use
9863         gnus-agent-update-view-total-fetched-for to increment disk space
9864         used.
9865         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9866         with gnus-agent-update-files-total-fetched-for to decrement disk
9867         space and fresh group buffer.
9868         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9869         (gnus-agent-need-update-total-fetched-for): New variable.
9870         (gnus-agent-update-files-total-fetched-for): New function.
9871         (gnus-agent-update-view-total-fetched-for): New function.
9872         (gnus-agent-total-fetched-for): New function.
9873
9874         * gnus-cache.el (gnus-cache-save-buffers): Use
9875         gnus-cache-update-overview-total-fetched-for to change disk space
9876         used by this group.
9877         (gnus-cache-possibly-enter-article): Use
9878         gnus-cache-update-file-total-fetched-for to increment disk space
9879         used by this group.
9880         (gnus-cache-possibly-remove-article): Use
9881         gnus-cache-update-file-total-fetched-for to decrement disk space
9882         used by this group.
9883         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9884         (gnus-cache-rename-group): New function.
9885         (gnus-cache-delete-group): New function.
9886         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9887         (gnus-cache-need-update-total-fetched-for): New variable.
9888         (gnus-cache-with-refreshed-group): New macro.
9889         (gnus-cache-update-file-total-fetched-for): New function.
9890         (gnus-cache-update-overview-total-fetched-for): New function.
9891         (gnus-cache-rename-group-total-fetched-for): New function.
9892         (gnus-cache-delete-group-total-fetched-for): New function.
9893         (gnus-cache-total-fetched-for): New function.
9894
9895         * gnus-group.el: Require gnus-sum and autoload functions to
9896         resolve warnings when gnus-group.el compiled alone.
9897         (gnus-group-line-format): Documented new %F
9898         (size of Fetched data) group line format; identifies disk space
9899         used by agent and cache.
9900         (gnus-group-line-format-alist): Defined new F format.
9901         (gnus-total-fetched-for): New function.
9902         (gnus-group-delete-group): No longer update
9903         gnus-cache-active-altered as gnus-request-delete-group now keeps
9904         the cache in sync.
9905         (gnus-group-list-active): Let the agent store a server's active
9906         list if currently plugged.
9907
9908         * gnus-int.el (gnus-request-delete-group): Use
9909         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9910         local disk in sync with the server.
9911          (gnus-request-rename-group): Use
9912         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9913         local disk in sync with the server.
9914
9915         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9916         simplification to logic.
9917
9918         * gnus-util.el (gnus-rename-file): New function.
9919
9920 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9921
9922         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9923
9924 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9925
9926         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9927         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9928
9929 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9930
9931         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9932         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9933
9934 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9935
9936         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9937
9938 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9939
9940         * spam.el (spam-set-difference): Add function to replace
9941         gnus-set-difference in spam.el.
9942         (spam-summary-prepare-exit): Use spam-set-difference.
9943
9944 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9945
9946         * gnus-registry.el (gnus-registry-cache-file): Update to use
9947         gnus-dribble-directory OR gnus-home-directory OR ~.
9948         (gnus-registry-split-fancy-with-parent): Fix doc.
9949
9950 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * message.el (message-exchange-point-and-mark): Use
9953         message-mark-active-p.  Suggested by Jesper Harder
9954         <harder@ifa.au.dk>.
9955
9956 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * message.el (message-exchange-point-and-mark): Don't activate
9959         region if it was inactive.  Suggested by Hiroshi Fujishima
9960         <pooh@nature.tsukuba.ac.jp>.
9961
9962 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-art.el (article-display-face): Display Faces in the same
9965         order as X-Faces.
9966
9967 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9970
9971 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9974         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9975         (gnus-article-mime-hierarchy): Remove.
9976         (gnus-article-mime-hierarchy-next): Remove.
9977         (gnus-article-mode): Revert 2004-03-19 change.
9978         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9979         (gnus-insert-mime-button): Revert 2004-03-19 change.
9980         (gnus-mime-accumulate-hierarchy): Remove.
9981         (gnus-mime-enter-multipart): Remove.
9982         (gnus-mime-leave-multipart): Remove,
9983         (gnus-mime-display-part): Revert 2004-03-19 change.
9984         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9985
9986         * mml.el (mml-preview): Revert 2004-03-19 change.
9987
9988 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9989
9990         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9991
9992 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9995         t while entering a file name using the mm-with-multibyte macro.
9996         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9997
9998         * mm-util.el (mm-with-multibyte): New macro.
9999
10000 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10003         user option.
10004         (gnus-mime-multipart-functions): Doc and customization fix.
10005         (gnus-article-mime-hierarchy): New variable.
10006         (gnus-article-mime-hierarchy-next): New variable.
10007         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10008         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10009         gnus-article-mime-hierarchy-next to nil.
10010         (gnus-insert-mime-button): Show hierarchy numbers.
10011         (gnus-mime-accumulate-hierarchy): New function.
10012         (gnus-mime-enter-multipart): New function.
10013         (gnus-mime-leave-multipart): New function.
10014         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10015         (gnus-mime-display-alternative): Show hierarchy numbers.
10016
10017         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10018         gnus-article-mime-hierarchy-next to nil.
10019
10020 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10021
10022         * dns.el: Don't require gnus-xmas.
10023
10024 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10025
10026         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10027         inline PGP.
10028         (mml-menu): Disable mml-quote-region if mark is inactive.
10029
10030 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10033         when the group's active is not available.
10034
10035 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10038         error.
10039
10040 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * imap.el (imap-store-password): New variable.
10043         (imap-interactive-login): Use it.
10044         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10045
10046 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10049         window-start and hscroll to summary window.
10050
10051 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10052
10053         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10054         conversion message to newsrc-dribble when an actual conversion is
10055         performed.
10056
10057 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10058
10059         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10060
10061 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * mm-decode.el (mm-complicated-handles): New function reviving
10064         former definition of mm-multiple-handles.
10065
10066         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10067         (gnus-mime-delete-part): Use it.
10068
10069 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10070
10071         * gnus-agent.el (gnus-agent-read-local): Bind
10072         nnheader-file-coding-system to gnus-agent-file-coding-system to
10073         avoid the implicit assumption that they will always be equal.
10074         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10075         coding-system-for-write, as the with-temp-file macro first prints
10076         to a buffer then saves the buffer.
10077
10078 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gnus-art.el (gnus-article-edit-part): New function.
10081         (gnus-mime-save-part-and-strip): Use it; do query instead of
10082         signaling an error; don't use mm-multiple-handles.
10083         (gnus-mime-delete-part): Ditto.
10084
10085 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10086
10087         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10088         old file versions.
10089         (gnus-group-prepare-hook): Removed function that converted list
10090         form of gnus-agent-expire-days to group properties.
10091
10092         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10093         (gnus-request-accept-article): Re-indented.
10094
10095         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10096         converters to handle old agent file formats.  Added logic for a
10097         "backup before upgrading warning".
10098         (gnus-convert-mark-converter-prompt): Developers can mark
10099         functions as needing (default), or not needing,
10100         gnus-convert-old-newsrc's "backup before upgrading warning".
10101         (gnus-convert-converter-needs-prompt): Tests whether the user
10102         should be protected from potentially irreversable changes by the
10103         function.
10104
10105         * legacy-gnus-agent.el (): New. Provides converters that are only
10106         loaded when gnus-convert-old-newsrc needs to call them.
10107
10108 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * mail-source.el (mail-source-touch-pop): Doc fix.
10111
10112         * message.el (message-smtpmail-send-it): Doc fix.
10113
10114 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10115
10116         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10117
10118         * nnmail.el (nnmail-split-fancy): do.
10119
10120         * gnus-kill.el (gnus-kill, gnus-execute): do.
10121
10122 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10123
10124         * gnus-sum.el (gnus-widget-reversible-match)
10125         (gnus-widget-reversible-to-internal)
10126         (gnus-widget-reversible-to-external): New functions.
10127         (gnus-widget-reversible): New widget.
10128         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10129
10130 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10131
10132         * gnus-sum.el (gnus-thread-sort-functions)
10133         (gnus-article-sort-functions): Document `(not F)' items.
10134
10135 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10136
10137         * spam.el (spam-use-gmane-xref): Add new backend.
10138         (spam-gmane-xref-spam-group): Add variable to control the name of the
10139         Gmane spam group.
10140         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10141         (spam-regex-headers-spam, spam-regex-headers-ham)
10142         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10143         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10144         backends and checks.
10145         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10146
10147         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10148         an autodetect method.
10149
10150 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10151
10152         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10153         articles are being added to a group.
10154         (gnus-request-replace-article): Inform the agent that articles
10155         need to be uncached as the cached contents are no longer valid.
10156
10157 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * binhex.el: Don't autoload executable-find.
10160
10161         * canlock.el: Don't autoload mail-fetch-field.
10162
10163         * dgnushack.el: Autoload c-mode for XEmacs.
10164
10165         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10166
10167         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10168         rmail-dont-reply-to and rmail-output.
10169
10170         * gnus-score.el: Don't autoload ffap-string-at-point.
10171
10172         * gnus-setup.el: Don't autoload sc-cite-original.
10173
10174         * imap.el: Don't autoload base64-decode-string,
10175         base64-encode-string and md5.
10176
10177         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10178         and rmail-msg-restore-non-pruned-header.
10179
10180         * mm-decode.el: Don't autoload executable-find.
10181
10182         * mm-url.el: Don't autoload executable-find.
10183
10184         * mm-view.el: Don't autoload diff-mode.
10185
10186         * nndb.el: Don't autoload news-reply-mode, news-setup,
10187         cancel-timer and telnet.
10188
10189         * password.el: Don't autoload run-at-time for Emacs.
10190
10191         * sha1-el.el: Don't autoload executable-find.
10192
10193         * sieve-mode.el: Don't autoload c-mode.
10194
10195         * uudecode.el: Don't autoload executable-find.
10196
10197 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10198
10199         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10200         (gnus-agent-possibly-alter-active): Avoid null in numeric
10201         comparison.
10202         (gnus-agent-set-local): Refuse to save null in local object table.
10203         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10204         list of articles that will be marked as unread.
10205
10206 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10209
10210 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10211
10212         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10213         language tags.
10214
10215 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10216
10217         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10218         Don't bind "obarray".
10219
10220         * gnus-sum.el (gnus-thread-sort-functions): Added
10221         `gnus-thread-sort-by-most-recent-number' and
10222         `gnus-thread-sort-by-most-recent-date'.
10223         Reported by Kai Grossjohann <kai@emptydomain.de>.
10224
10225 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10228
10229 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10230
10231         * gnus-cus.el (gnus-agent-customize-category): Removed
10232         ignore-errors macro reference that required cl to be loaded at
10233         run-time.
10234
10235         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10236         single-interval range of the form (min . max).  Previously the
10237         range had to look like ((min . max)).  Likewise, return
10238         (min . max) rather than ((min . max)).
10239         (gnus-range-map): Use gnus-range-normalize to accept
10240         single-interval range.
10241
10242         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10243         the cache, but not the agent, now appear with their usual face.
10244
10245         * dgnushack.el (loaddir): New variable that is bound to the
10246         directory containing the dgnushack.el file. Use loaddir, rather
10247         than srcdir, to update load-path. Change lets dgnushack compile
10248         code in directories other than GNUS/lisp.
10249
10250 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * lpath.el: Don't bind w3m-safe-url-regexp.
10253
10254         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10255         w3m-safe-url-regexp variable buffer-local.
10256
10257         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10258
10259 2004-02-27  Simon Josefsson  <jas@extundo.com>
10260
10261         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10262         gnus-group-real-prefix.
10263         (gnus-summary-move-article): Use it, instead of
10264         gnus-group-real-prefix.
10265
10266 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * lpath.el: Bind w3m-safe-url-regexp.
10269
10270         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10271         w3m-safe-url-regexp variable buffer-local and set it as the value
10272         of mm-w3m-safe-url-regexp.
10273
10274         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10275
10276         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10277         parsing gnus-posting-styles when the message is not for replying.
10278
10279         * dgnushack.el: Autoload sgml-mode for XEmacs.
10280
10281         * nnrss.el (nnrss-opml-export): Use
10282         mm-set-buffer-file-coding-system instead of
10283         set-buffer-file-coding-system.
10284
10285 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10286
10287         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10288         of checkdoc.el).
10289         * nnrss.el: do.
10290         * gnus-mlspl.el: do.
10291         * gnus-ml.el: do.
10292         * gnus-srvr.el: do.
10293
10294         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10295
10296 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10297
10298         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10299         Corrections to custom-manual links.
10300
10301         * gnus-art.el (gnus-article): Ditto.
10302
10303         * mm-decode.el (mime-display, mime-security): Ditto.
10304
10305 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10306
10307         * flow-fill.el: Typo.
10308
10309 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10310
10311         * spam-wash.el: New file.
10312
10313 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10314
10315         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10316
10317 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10318
10319         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10320         to be run with new-articles as LIST1, not LIST2.
10321         (spam-registration-functions): Add spam-use-ham-copy as a nil
10322         registration backend.
10323
10324 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10325
10326         * spam-stat.el (spam-stat-washing-hook): New option.
10327         (spam-stat-buffer-words): Use it.
10328         (spam-stat-process-directory, spam-stat-test-directory): Use
10329         insert-file-contents-literally.
10330         (spam-stat-coding-system): New variable.
10331         (spam-stat-load, spam-stat-save): Use it.
10332
10333 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * spam-report.el (spam-report-plug-agent): Quote
10336         spam-report-url-to-file and spam-report-url-ping-plain.
10337
10338 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10341         / in mailto URLs.
10342
10343 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * spam-report.el (spam-report-process-queue): Fix interactive use.
10346         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10347         (spam-report-unplug-agent): Doc fixes.
10348         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10349         (spam-report-agentize, spam-report-deagentize): Autoload
10350
10351 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10354
10355         * message.el (message-setup-fill-variables): Add mml tags to
10356         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10357         <ajk@iu.edu>.
10358         (message-mode): Don't modify paragraph-separate there.
10359
10360 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * compface.el (uncompface-use-external): Default to undecided.
10363         (uncompface-use-external-threshold): New variable.
10364         (uncompface-float-time): New macro.
10365         (uncompface): Determine whether to use the external decoder if
10366         uncompface-use-external is undecided.
10367
10368 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10371         after images.
10372
10373         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10374
10375 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10376
10377         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10378
10379         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10380
10381         * gnus-sum.el (gnus-summary-limit-to-age)
10382         (gnus-summary-limit-children): do.
10383
10384         * gnus-int.el (gnus-request-scan): do.
10385
10386         * gnus-group.el (gnus-group-suspend): do.
10387
10388         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10389
10390         * gnus-cite.el (gnus-cite-parse-attributions): do.
10391
10392         * gnus-agent.el (gnus-summary-set-agent-mark)
10393         (gnus-agent-regenerate-group): do.
10394
10395         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10396
10397         * binhex.el (binhex-decode-region-internal): do.
10398
10399 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-fun.el (gnus-face-properties-alist): New user option.
10402         (gnus-display-x-face-in-from): Use it.
10403
10404         * gnus-art.el (article-display-face): Ditto.
10405
10406         * compface.el (uncompface-use-external): Default to nil.
10407
10408 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10409
10410         * nntp.el (nntp-erase-buffer): New function.
10411         (nntp-retrieve-data, nntp-send-command)
10412         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10413         (nntp-possibly-change-group): Use it.
10414
10415         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10416         with-current-buffer.
10417
10418 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10419
10420         * compface.el: Merge the ELisp-based uncompface program.
10421         (compface): New customization group.
10422         (uncompface-use-external): New user option.
10423         (uncompface): Call uncompface-internal if uncompface-use-external
10424         is nil.
10425         (uncompface-internal): New function.  Note that there are also
10426         some other functions and variables added for this function.
10427
10428 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10429
10430         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10431         if necessary.
10432
10433 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10434
10435         * spam-report.el (spam-report-unplug-agent)
10436         (spam-report-plug-agent, spam-report-deagentize)
10437         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10438         Add support for the Agent in spam-report: when unplugged, report to a
10439         file; when plugged, submit all the requests.
10440
10441         * spam.el (spam-register-routine): Fix message about
10442         registration.
10443
10444 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10445
10446         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10447         dependencies.
10448         (rfc2047-encode): Use it.
10449
10450         * gnus-art.el (gnus-button-marker-list): Move before first
10451         reference.
10452
10453         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10454         (imap-parse-body): Fix format string mismatch.
10455
10456         * gnus-score.el (gnus-summary-increase-score): do.
10457
10458         * nnrss.el (nnrss-close): New function.
10459
10460 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10461
10462         * nnrss.el (nnrss-make-filename): New function.
10463         (nnrss-request-delete-group, nnrss-read-server-data)
10464         (nnrss-save-server-data, nnrss-read-group-data)
10465         (nnrss-save-group-data): Use it.
10466         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10467         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10468         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10469
10470 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10471
10472         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10473
10474 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10475
10476         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10477         files.
10478
10479         * message.el (message-generate-headers-first): Don't quote nil
10480         and t in docstrings.
10481
10482         * imap.el (imap-id): do.
10483
10484         * gnus-agent.el (gnus-agent-consider-all-articles)
10485         (gnus-agent-queue-mail): do.
10486
10487 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10488
10489         * spam-report.el (spam-report-process-queue): New function.
10490         Process requests from `spam-report-requests-file'.
10491         (spam-report-process-queue): Doc fix.
10492
10493 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10494
10495         * spam.el (spam-register-routine)
10496         (spam-log-processing-to-registry, spam-log-registered-p)
10497         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10498         Change "check" to "spam-check" for semi-clarity.
10499
10500 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10501
10502         * pop3.el: Require nnheader.
10503
10504         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10505
10506         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10507
10508         * gnus-picon.el: Require cl.
10509
10510         * gnus-fun.el: Require gnus-ems and gnus-util.
10511
10512         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10513
10514         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10515
10516         * gnus-art.el (gnus-article-edit-mode): Define before first
10517         reference.
10518
10519 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10520
10521         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10522         (gnus-uu-post-encoded): Use point-at-bol.
10523
10524         * gnus-topic.el (gnus-group-active-topic-p): do.
10525
10526         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10527
10528         * gnus-group.el (gnus-group-kill-region): do.
10529
10530         * gnus-art.el (article-date-ut): do.
10531
10532         * message.el (message-fetch-field): Remove redundant
10533         case-fold-search binding.
10534         (message-narrow-to-field): Simplify.
10535
10536 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * spam.el (spam-directory): Derive from `gnus-directory'.
10539
10540         * spam-report.el (spam-report-url-to-file)
10541         (spam-report-requests-file): New function and variable for offline
10542         reporting.
10543         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10544         and user defined function.
10545         (spam-report-url-ping-mm-url): Remove doubled slash.
10546
10547 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10548
10549         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10550
10551 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10552
10553         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10554         format string mismatch.
10555
10556         * sieve.el (sieve-deactivate-all): do.
10557
10558         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10559
10560         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10561
10562         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10563
10564         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10565
10566 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10567
10568         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10569         the list of checks.
10570
10571 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10572
10573         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10574         padding.
10575
10576 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10577
10578         * mm-view.el (mm-fill-flowed): New variable.
10579         (mm-inline-text): Use it.
10580
10581 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10582
10583         * spam.el (spam-spamassassin-register-ham-routine)
10584         (spam-spamassassin-register-spam-routine): Fix function names.
10585
10586 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus.el (gnus-tmp-grouplens): Remove.
10589         (gnus-summary-line-format): Remove grouplens.
10590
10591         * gnus-group.el (gnus-group-line-format): Ditto.
10592
10593         * gnus-spec.el (gnus-format-specs): Ditto.
10594         (gnus-update-format-specifications): Flush the group format spec
10595         cache if there's the grouplens stuff.
10596         (gnus-parse-simple-format): Replace %l with the empty string.
10597
10598 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10599
10600         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10601         omission.
10602
10603 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10606         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10607
10608 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10609
10610         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10611         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10612         New macros and functions.
10613         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10614         Handle > NLINK_MAX messages.
10615         * nnmaildir.el (nnmaildir-request-set-mark): Use
10616         nnmaildir--emlink-p and nnmaildir--eexist-p.
10617
10618 2004-01-25  Alex Schroeder  <alex@gnu.org>
10619
10620         * spam-stat.el (spam-stat-process-directory-age): New option.
10621         (spam-stat-process-directory): Use it.
10622
10623 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10624
10625         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10626         (spam-stat-save): Accept prefix argument.
10627
10628 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10629
10630         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10631         links" error.
10632
10633 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10636         the rest of the and/or forms.
10637
10638 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10639
10640         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10641         compatibility with old .newsrc.eld files.
10642
10643         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10644
10645         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10646
10647         * gnus-start.el (gnus-1): do.
10648
10649         * gnus-group.el (gnus-group-line-format-alist): do.
10650
10651         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10652
10653         * gnus-gl.el: Remove.
10654
10655 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10656
10657         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10658         marks consisting of a single range {for example, (3 . 5)} rather
10659         than a list of a single range { ((3 . 5)) }.
10660
10661 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10662
10663         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10664         with-current-buffer.
10665         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10666         avoid consing a string.
10667
10668         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10669         Remove obsolete entries for big5 and gb2312.
10670
10671 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10672
10673         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10674         uncompressed list.
10675
10676 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10677
10678         * spam-stat.el (spam-stat-strip-xref): New function.
10679         (spam-stat-process-directory): Use it.
10680
10681         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10682         here -- it's done in message-fetch-field.
10683
10684 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10685
10686         * gnus-agent.el (gnus-agent-queue-mail,
10687         gnus-agent-prompt-send-queue): New variables.
10688         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10689         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10690         "nndraft:queue" along to gnus-draft-send.  Use
10691         gnus-agent-prompt-send-queue.
10692         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10693         is "nndraft:queue".  Suggested by Gaute Strokkenes
10694         <gs234@srcf.ucam.org>
10695
10696         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10697         (agent-enable-undownloaded-faces): Added
10698         (gnus-agent-cat-groups): Use eval-and-compile, not
10699         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10700         method of gnus-agent-cat-groups even when the buffer has been
10701         evaled.
10702         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10703         delete gnus-agent-save-active-1.
10704         (gnus-agent-save-groups): Deleted. Identical to
10705         gnus-agent-save-active.
10706         (gnus-agent-write-active): No longer adjust agent's copy of active
10707         file as agent's adjustments are now stored in their own
10708         file. Removed optional parameter.
10709         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10710         servers.  Add use of min/max range limits from server's local
10711         file.
10712         (gnus-agent-save-alist): Removed unused optional argument.
10713         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10714         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10715         (gnus-agent-set-local): A per-server file that keeps min/max range
10716         limits for articles known to the agent.  Provides a fast mechanism
10717         for altering many active ranges.
10718         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10719         active file (local makes it unnecessary).
10720         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10721
10722         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10723         (agent-enable-undownloaded-faces): Added
10724
10725         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10726         disable it when sending to "nndraft:queue".
10727         (gnus-group-send-queue): Add safety check to avoid sending queue
10728         when unplugged.
10729
10730         * gnus-group.el (gnus-group-catchup): Use new
10731         gnus-sequence-of-unread-articles, not
10732         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10733         numbers of articles.  Use gnus-range-map to avoid having to
10734         uncompress the unread list.
10735         (gnus-group-archive-directory,
10736         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10737         reference.
10738
10739         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10740         (gnus-sorted-range-intersection): Intersection of two ranges
10741         without requiring that they first be uncompressed.
10742
10743         * gnus-start.el (gnus-activate-group): Unless blocked by the
10744         caller, possibly expand the active range to include both cached
10745         and agentized articles.
10746         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10747         multiple version-dependent converters.
10748         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10749         gnus-agent-save-active.
10750         (gnus-save-newsrc-file): Save dirty agent range limits.
10751
10752         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10753         gnus-agent-possibly-alter-active.
10754         (gnus-adjust-marked-articles): Faster handling of simple lists
10755
10756 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10757
10758         * spam-stat.el (spam-stat-test-directory): New optional argument
10759         displays a list of files detected.  Suggested by Andrew Cohen
10760         <cohen@andy.bu.edu>.
10761         (spam-stat-buffer-words-with-scores): Don't narrow and change
10762         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10763
10764 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10765
10766         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10767         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10768         (spam-spamassassin-arguments)
10769         (spam-spamassassin-spam-flag-header)
10770         (spam-spamassassin-positive-spam-flag-header)
10771         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10772         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10773         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10774         (spam-list-of-processors, spam-list-of-checks)
10775         (spam-list-of-statistical-checks, spam-registration-functions)
10776         (spam-check-spamassassin-headers, spam-check-spamassassin)
10777         (spam-spamassassin-score)
10778         (spam-spamassassin-register-with-sa-learn)
10779         (spam-spamassassin-register-spam-routine)
10780         (spam-spamassassin-register-ham-routine)
10781         (spam-assassin-register-spam-routine)
10782         (spam-assassin-register-ham-routine): add SpamAssassin support
10783         (spam-bogofilter-score): fix to show article before scoring
10784
10785 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10788         default scoring function.
10789         (spam-generic-score): Call spam-spamassassin-score if
10790         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10791         spam-bogofilter-score otherwise.
10792
10793         * gnus.el (spam-process, spam-autodetect-methods): Add
10794         spamassassin and spamassassin-headers.
10795
10796 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10797
10798         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10799         Suppress unnecessary messages.
10800
10801 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10802
10803         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10804         make-hash-table.
10805
10806 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * canlock.el (base64-encode-string): Don't autoload it.
10809
10810 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * run-at-time.el: Remove useless (require 'itimer),
10813         eval-and-compile and (featurep 'xemacs).
10814
10815 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10816
10817         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10818         GROUP is a virtual group.
10819
10820 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10821
10822         * gnus.el: Autoload `message-y-or-n-p'.
10823
10824 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10825
10826         * pgg-parse.el: Remove unnecessary (require 'custom).
10827
10828         * pgg-def.el: do.
10829
10830         * nnmail.el: do.
10831
10832         * gnus-undo.el: do.
10833
10834         * gnus-picon.el: do.
10835
10836         * gnus-util.el: do.
10837
10838 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10841
10842 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10845         handle, as well as a list.
10846
10847         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10848         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10849         (mm-w3m-cid-retrieve): Simplify.
10850
10851 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10852
10853         * message.el (message-kill-to-signature): Allow prefix arg to
10854         specify number of lines to keep before signature.
10855
10856 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10857
10858         (message-kill-to-signature): Change docstring.
10859
10860 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * canlock.el: Always require sha1-el.
10863         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10864
10865         * message.el: Autoload sha1 only when compiling.
10866
10867         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10868         eudc-expand-inline for XEmacs.
10869
10870 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * message.el (message-canlock-generate): Require sha1-el.
10873
10874 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10875
10876         * message.el (message-expand-name): Silence the byte compiler.
10877
10878         * lpath.el: Add detect-coding-system.
10879
10880         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10881         cus-edit.
10882
10883 2004-01-13  Simon Josefsson  <jas@extundo.com>
10884
10885         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10886         Invoke gnus-score-mode.  Reported by
10887         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10888
10889         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10890         Jim Blandy <jimb@redhat.com> (tiny change).
10891
10892 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10893
10894         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10895
10896 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10897
10898         * spam.el (spam-get-article-as-string): Update to use
10899         gnus-request-article-this-buffer, much simpler.
10900         (spam-get-article-as-buffer): Remove.
10901
10902 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10903
10904         * message.el (message-expand-name): Use EUDC if the user uses
10905         that.
10906
10907 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10908
10909         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10910         character for the encoding to avoid consing a string.
10911
10912         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10913         unnecessarily.
10914
10915         * mm-util.el (mm-replace-chars-in-string): Remove.
10916
10917         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10918         of mm-replace-chars-in-string.
10919
10920 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10921
10922         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10923         strings.
10924
10925         * mm-util.el (mm-subst-char-in-string): Support inplace.
10926
10927         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10928         a new string in every iteration.  Use shy groups.
10929
10930 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10931
10932         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10933         (gnus-group-change-level, gnus-kill-newsgroup)
10934         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10935         (gnus-get-unread-articles, gnus-make-articles-unread)
10936         (gnus-make-ascending-articles-unread): Use accessor
10937         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10938         to get group information for improved readability.
10939
10940         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10941
10942         * gnus-soup.el (gnus-soup-group-brew): do.
10943
10944         * gnus-msg.el (gnus-put-message): do.
10945
10946         * gnus-move.el (gnus-group-move-group-to-server): do.
10947
10948         * gnus-kill.el (gnus-batch-score): do.
10949
10950         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10951         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10952         (gnus-group-update-group, gnus-group-read-group)
10953         (gnus-group-make-group, gnus-group-make-help-group)
10954         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10955         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10956         (gnus-group-sort-by-unread, gnus-group-catchup)
10957         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10958         (gnus-group-yank-group, gnus-group-set-info)
10959         (gnus-group-list-groups): do.
10960
10961         * gnus.el (gnus-generate-new-group-name): do.
10962
10963         * gnus-delay.el (gnus-delay-send-queue): do.
10964
10965         * nnvirtual.el (nnvirtual-catchup-group): do.
10966
10967         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10968         do.
10969
10970         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10971         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10972
10973         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10974         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10975         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10976         (gnus-group-make-articles-read): do.
10977
10978 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10979
10980         * gnus-art.el (article-decode-mime-words, article-babel)
10981         (gnus-article-highlight-signature, gnus-article-add-buttons)
10982         (gnus-signature-toggle): Use gnus-with-article-buffer.
10983
10984         * gnus-art.el (gnus-article-highlight-headers)
10985         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10986
10987         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10988         (gnus-article-set-globals, gnus-request-article-this-buffer)
10989         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10990         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10991         (gnus-mime-display-alternative): Use with-current-buffer.
10992
10993 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10996         also under 80 char limit, and call gnus-error if needed.
10997         (spam-fetch-article-header): Fix - it was a
10998         buffer-local variable (gnus-newsgroup-data).
10999         (spam-find-spam): Use spam-generate-fake-headers, forget about
11000         spam-insert-fake-headers.
11001         (spam-insert-fake-headers): Remove.
11002
11003 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11004
11005         * deuglify.el (gnus-article-outlook-unwrap-lines)
11006         (gnus-outlook-rearrange-article)
11007         (gnus-outlook-repair-attribution-outlook)
11008         (gnus-outlook-repair-attribution-block)
11009         (gnus-outlook-repair-attribution-other): Remove redundant
11010         save-excursion.
11011
11012 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11015         (spam-fetch-field-subject-fast)
11016         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11017         (spam-fetch-article-header): Add functions to deal with Gnus
11018         internals for fast retrieval of article header data.
11019         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11020
11021 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11022
11023         * pop3.el (pop3-md5): Remove.
11024         (pop3-apop): Replace pop3-md5 with md5.
11025
11026         * mm-bodies.el: base64 is always built-in.
11027
11028         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11029         with-current-buffer.
11030
11031 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * canlock.el (canlock-insert-header): Remove excessive grouping in
11034         regexp.
11035
11036         * gnus-sum.el (gnus-summary-read-document): Ditto.
11037
11038         * gnus-uu.el (gnus-uu-part-number): Ditto.
11039
11040         * html2text.el (html2text-remove-tags): Ditto.
11041         (html2text-format-tags): Ditto.
11042         (html2text-format-single-elements): Ditto.
11043
11044         * mml.el (mml-parse-1): Ditto.
11045
11046 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11047
11048         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11049
11050         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11051
11052         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11053
11054         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11055
11056 2003-11-15  Simon Josefsson  <jas@extundo.com>
11057
11058         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11059         (pgg-gpg-lookup-key): Use regexp match instead of
11060         split-string (split-string is different between emacs 21.2 and
11061         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11062
11063 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11064
11065         * gnus-art.el (gnus-mime-view-all-parts)
11066         (gnus-article-part-wrapper, gnus-article-view-part): Use
11067         with-current-buffer.
11068
11069 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * spam.el (spam-disable-spam-split-during-ham-respool)
11072         (spam-spamoracle-database, spam-cache-lookups)
11073         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11074         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11075         (spam-group-ham-marks, spam-group-spam-marks)
11076         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11077         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11078         also add spam-use-blackholes to the statistical checks.
11079         (spam-fetch-field-fast): Add interface to fetching fields, may
11080         become a macro.
11081         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11082         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11083         (spam-insert-fake-headers): Fake an article when needed.
11084         (spam-find-spam): Fake article when possible.
11085         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11086         (spam-check-bogofilter-headers): Use message-fetch-field instead
11087         of nnmail-fetch-field.
11088
11089 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11092
11093 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11094
11095         * spam.el (spam-split): Do not require spam-use-CHECK to be
11096         enabled if that check is passed to spam-split explicitly; also
11097         fix so 'spam doesn't get converted to spam-split-group when
11098         spam-split-symbolic-return is t.
11099         (spam-find-spam): Find registrations of the article and use those
11100         instead of re-running spam-split to find the spam/ham
11101         classification of the article.
11102         (spam-log-processing-to-registry, spam-log-registered-p)
11103         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11104         Use gnus-error instead of gnus-message.
11105         (spam-log-registration-type): Add function to determine the
11106         classification of a message based on registry entries; will
11107         return nil if both 'spam and 'ham are found.
11108         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11109         a reasonably fast local cache without the loading errors.
11110         (spam-cache-lookups): Set to t by default.
11111         (spam-find-spam): Don't try to guess spam-cache-lookups.
11112         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11113         spam-caches entry.
11114         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11115         caching of whitelist/blacklist entries.
11116         (spam-check-whitelist, spam-check-blacklist): Invoke
11117         spam-from-listed-p with a type, not a cache variable.
11118         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11119
11120 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11121
11122         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11123
11124         * nnmail.el (nnmail-split-fancy): do.
11125
11126         * mml.el (mml-parse): do.
11127
11128         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11129         (gnus-score-adaptive): do.
11130
11131 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11134         (gnus-mime-button-map): Don't set keymap parent.
11135         (gnus-button-ctan-directory-regexp): Use shy grouping.
11136         (gnus-prev-page-map): Don't set keymap parent.
11137         (gnus-prev-page-map): Remove duplicated one.
11138         (gnus-next-page-map): Don't set keymap parent.
11139         (gnus-mime-security-button-map): Ditto.
11140
11141         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11142         version number.
11143
11144         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11145
11146 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * canlock.el (canlock-sha1-function): Remove.
11149         (canlock-sha1-function-for-verify): Remove.
11150         (canlock-openssl-program): Remove.
11151         (canlock-openssl-args): Remove.
11152         (canlock-ignore-errors): Remove.
11153         (canlock-sha1-with-openssl): Remove.
11154         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11155         (canlock-verify): Don't use canlock-ignore-errors.
11156
11157         * sha1-el.el (sha1-string-external): Make it can return a string
11158         in binary form.
11159         (sha1-region-external): Ditto.
11160         (sha1-string-internal): Ditto.
11161         (sha1-region-internal): Ditto.
11162         (sha1-region): Ditto.
11163         (sha1-string): Ditto.
11164         (sha1): Ditto.
11165
11166 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * spam.el (spam-report-articles-gmane): New command.
11169
11170 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11173
11174         * run-at-time.el (run-at-time-saved): Remove.
11175         (run-at-time): Doc fix.
11176
11177 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11178
11179         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11180         (gnus-summary-limit-map): Add it.
11181         (gnus-summary-make-menu-bar): do.
11182
11183 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11184
11185         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11186         Make attempt at some caching support (done for BBDB only now).
11187         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11188         addresses to be checked.
11189         (spam-clear-cache-BBDB): Add function, to be invoked by
11190         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11191         (spam-check-BBDB): Check and use the caches, if
11192         spam-cache-lookups is on, remove superfluous (provide).
11193
11194 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11197
11198 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11199
11200         * run-at-time.el (run-at-time-saved): Move to after the definition
11201         of `run-at-time'.
11202
11203         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11204
11205 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11208         mm-w3m-local-map-property.
11209
11210         * mm-view.el (mm-w3m-mode-map): Remove.
11211         (mm-w3m-local-map-property): Remove.
11212         (mm-inline-text-html-render-with-w3m): Don't use
11213         mm-w3m-local-map-property.
11214
11215 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * run-at-time.el: New file.
11218
11219         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11220         under Emacs.
11221
11222         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11223         of gnus-set-text-properties.
11224
11225         * gnus-uu.el (gnus-uu-save-article): Ditto.
11226
11227         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11228
11229         * gnus-cite.el (gnus-cite-parse): Ditto.
11230
11231         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11232         of gnus-.
11233
11234         * gnus-xmas.el (run-at-time): Require run-at-time.
11235
11236         * gnus.el: Changed calls to nnheader-run-at-time and
11237         password-run-at-time throughout to use run-at-time directly.
11238
11239         * password.el: Removed definition of run-at-time.
11240
11241         * nnheaderxm.el: Remove definition of run-at-time.
11242
11243 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11244
11245         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11246         in prompt.
11247
11248 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11249
11250         * messagexmas.el (message-xmas-redefine): Alias
11251         `message-make-caesar-translation-table' to
11252         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11253         version.
11254
11255         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11256         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11257         `gnus-xmas-set-text-properties'.
11258         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11259         `gnus-xmas-completing-read'.
11260         (gnus-xmas-completing-read): Removed.
11261         (gnus-xmas-open-network-stream): Removed.
11262
11263         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11264         XEmacs version.
11265
11266         * dns.el (dns-make-network-process): Use `open-network-stream'
11267         instead of `gnus-xmas-open-network-stream'.
11268
11269         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11270
11271         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11272
11273 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11274
11275         * gnus-art.el (gnus-mime-display-alternative)
11276         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11277         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11278         Don't use gnus-local-map-property.
11279
11280         * gnus-util.el (gnus-local-map-property): Remove.
11281
11282         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11283         gnus-completing-read-maybe-default with completing-read.
11284
11285         * gnus-util.el (gnus-completing-read): do.
11286         (gnus-completing-read-maybe-default): Remove.
11287
11288 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11289
11290         * password.el: Only autoload `run-at-time' if not XEmacs.
11291         Only autoload the itimer functions if XEmacs.
11292
11293 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11296         XEmacsen.
11297
11298         * dgnushack.el: Autoload executable-find for XEmacs.
11299
11300 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11301
11302         * gnus-art.el (gnus-read-string): Remove.
11303         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11304         read-string.
11305
11306 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11307
11308         * netrc.el: Autoload password-read.
11309         (netrc): Add configuration group.
11310         (netrc-encoding-method, netrc-openssl-path): Add
11311         variables for encoding and decoding of files with symmetric
11312         ciphers.
11313         (netrc-encode): Add assistant function to encode a file with
11314         netrc-encoding-method.
11315         (netrc-parse): Add interactive parameter, added optional
11316         decoding if netrc-encoding-method is non-nil but otherwise
11317         behavior is standard.
11318         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11319         Do s/encode/encrypt/ everywhere.
11320
11321         * spam.el: Remove executable-find autoload.
11322
11323 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11324
11325         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11326
11327         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11328
11329 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-art.el (gnus-treat-ansi-sequences,
11332         article-treat-ansi-sequences): New variable and function.
11333         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11334
11335         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11336         Use it.
11337
11338 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11339
11340         * mm-util.el (mm-quote-arg): Remove.
11341
11342         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11343         shell-quote-argument.
11344
11345         * gnus-uu.el (gnus-uu-command): do.
11346
11347         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11348
11349         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11350         with make-char.
11351
11352         * mm-util.el (mm-make-char): Remove.
11353
11354         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11355         add-minor-mode.
11356
11357         * gnus-undo.el (gnus-undo-mode): do.
11358
11359         * gnus-topic.el (gnus-topic-mode): do.
11360
11361         * gnus-sum.el (gnus-dead-summary-mode): do.
11362
11363         * gnus-start.el (gnus-slave-mode): do.
11364
11365         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11366
11367         * gnus-ml.el (gnus-mailing-list-mode): do.
11368
11369         * gnus-gl.el (gnus-grouplens-mode): do.
11370
11371         * gnus-draft.el (gnus-draft-mode): do.
11372
11373         * gnus-dired.el (gnus-dired-mode): do.
11374
11375         * gnus-ems.el (gnus-add-minor-mode): Remove.
11376
11377         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11378         Replace gnus-char-width with char-width.
11379
11380         * gnus-ems.el (gnus-char-width): Remove.
11381
11382         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11383         Replace gnus-char-width with char-width.
11384
11385         * gnus-ems.el (gnus-char-width): Remove.
11386
11387         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11388         definition.
11389         Remove Emacs 20 hash table compatibility code.
11390
11391         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11392         20 compatibility code.
11393
11394         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11395
11396         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11397
11398         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11399         with point-at-{eol,bol}.
11400
11401         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11402
11403         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11404
11405         * flow-fill.el (fill-flowed-point-at-bol,
11406         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11407
11408         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11409         Replace with point-at-{eol,bol} throughout all files.
11410
11411 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * ntlm.el (ntlm-string-as-unibyte): New macro.
11414         (ntlm-build-auth-response): Use it.
11415
11416         Remove Emacs 20 stuff:
11417         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11418         (butlast, mapc, remove): Remove the compiler macros.
11419         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11420         of delq and copy-sequence.
11421         * gnus-art.el (popup-menu): Remove the compiler macro.
11422         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11423         Emacs 20.
11424
11425 2004-01-05  Simon Josefsson  <jas@extundo.com>
11426
11427         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11428         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11429         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11430         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11431         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11432         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11433         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11434         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11435         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11436         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11437         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11438         string-xor into ntlm-string-xor.  Suggested by
11439         Jesper Harder <harder@myrealbox.com>.
11440
11441         * ntlm.el: Don't include poem.
11442
11443         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11444         Jesper Harder <harder@myrealbox.com>.
11445
11446         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11447
11448         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11449         probably breaks emacs with DL patch, but do we care? Is anyone
11450         still using the DL stuff?)
11451
11452         * sieve-manage.el: Use the password package.
11453         (sieve-manage-read-passwd): Remove.
11454         (sieve-manage-interactive-login): Use password.  Re-add
11455         condition-case around loop.
11456
11457         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11458         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11459         the password package.
11460
11461 2003-02-19  Simon Josefsson  <jas@extundo.com>
11462
11463         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11464         token.
11465
11466 2002-08-07  Simon Josefsson  <jas@extundo.com>
11467
11468         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11469         (sieve-manage-authenticators):
11470         (sieve-manage-authenticator-alist): Add some SASL mechs.
11471         (sieve-sasl-auth): New function.
11472         (sieve-manage-cram-md5-auth):
11473         (sieve-manage-plain-auth): Rewrite using SASL library.
11474         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11475         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11476         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11477         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11478
11479 2004-01-05  Simon Josefsson  <jas@extundo.com>
11480
11481         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11482         New files.
11483
11484 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11485
11486         * gnus-group.el (gnus-no-groups-message): Update.
11487
11488         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11489
11490 2003-11-09  Simon Josefsson  <jas@extundo.com>
11491
11492         * imap.el: Support for ID IMAP extension (RFC 2971).
11493         (imap-local-variables): Add imap-id.
11494         (imap-id): New variable.
11495         (imap-id): New function.
11496         (imap-parse-response): Parse untagged ID response.
11497         * nnimap.el (nnimap-id): New variable.
11498         (nnimap-open-connection): Use it.
11499
11500 2003-12-28  Simon Josefsson  <jas@extundo.com>
11501
11502         * gnus-score.el (gnus-score-edit-all-score): New.
11503         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11504
11505 2004-01-04  Simon Josefsson  <jas@extundo.com>
11506
11507         * password.el: Add.
11508
11509 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11510
11511         * dns.el: Add support for AAAA records (see RFC 3596)
11512
11513         * Fix typo PRT -> PTR
11514
11515         * Parse MX, PTR and SOA replies (see RFC 1035)
11516
11517 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518
11519         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11520
11521         * Moved to Changelog.2.
11522
11523 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11524
11525         * gnus.el (gnus-version-number): Bump version.
11526
11527 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11528
11529         * gnus.el: No Gnus v0.1 is released.
11530
11531 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11532
11533         * gnus.el: No Gnus v0.0 is released.
11534
11535 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11536
11537         * gnus.el (gnus-version-number): Bump.
11538         (gnus-version): No.
11539
11540 See ChangeLog.2 for earlier changes.
11541
11542     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11543
11544   This file is part of GNU Emacs.
11545
11546   GNU Emacs is free software; you can redistribute it and/or modify
11547   it under the terms of the GNU General Public License as published by
11548   the Free Software Foundation; either version 3, or (at your option)
11549   any later version.
11550
11551   GNU Emacs is distributed in the hope that it will be useful,
11552   but WITHOUT ANY WARRANTY; without even the implied warranty of
11553   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11554   GNU General Public License for more details.
11555
11556   You should have received a copy of the GNU General Public License
11557   along with GNU Emacs; see the file COPYING.  If not, write to the
11558   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11559   Boston, MA 02110-1301, USA.
11560
11561 ;; Local Variables:
11562 ;; coding: iso-2022-7bit
11563 ;; fill-column: 79
11564 ;; add-log-time-zone-rule: t
11565 ;; End:
11566
11567 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4