* mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
[gnus] / lisp / ChangeLog
1 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4
5         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6
7         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8         risky local variable.
9
10         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11
12 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * encrypt.el: Improve documentation to fix function name typo.
15         Reported by Daiki Ueno <ueno@unixuser.org>.
16
17 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
20         even if the point is not in the last page of an article.
21         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
22         back to the previous page.
23
24 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
27
28 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
29
30         * message.el (message-remove-blank-cited-lines): Fix if remove is
31         given.
32         (message-bogus-address-regexp): New variable.
33         (message-bogus-recipient-p): New function.
34         (message-check-recipients): New command.
35         (message-syntax-checks): Add `bogus-recipient'.
36         (message-fix-before-sending): Add `bogus-recipient'.
37
38         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
39         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
40         window-system.
41
42 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
43
44         * gnus-msg.el (gnus-message-setup-hook): Add
45         `message-remove-blank-cited-lines' to options.
46
47 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
48
49         * message.el (message-remove-blank-cited-lines): New function.
50         Suggested by Karl Pl\e,Ad\e(Bsterer.
51
52 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
55         mapc.
56
57         * imap.el (imap-open): Replace mapcar called for effect with mapc.
58         (top-level): Use mapc to set functions to be traced for debugging.
59
60         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
61         called for effect with while loop.
62
63         * message.el (message-talkative-question): Replace mapcar called for
64         effect with mapc.
65
66         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
67         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
68         called for effect with dolist.
69
70         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
71
72         * nndiary.el: Use dolist instead of mapcar to add diary headers to
73         gnus-extra-headers and nnmail-extra-headers.
74
75         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
76         called for effect with dolist.
77         (top-level): Use mapc to set functions to be traced for debugging.
78
79         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
80         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
81         dolist.
82
83         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
84         Replace mapcar called for effect with mapc.
85         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
86         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
87         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
88         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
89
90         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
91         remove-if that's a cl function.
92
93         * webmail.el (webmail-debug): Replace mapcar called for effect with
94         dolist.
95
96         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
97         with mapc.
98
99 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
102         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
103         with while loop.
104
105         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
106         functions from article-* functions.
107         (gnus-multi-decode-header): Replace mapcar called for effect with
108         dolist.
109
110         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
111         (gnus-bookmark-show-details): Replace mapcar called for effect with
112         while loop.
113
114         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
115         called for effect with while loop.
116
117         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
118         with dolist.
119
120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
121         mapcar called for effect with dolist.
122
123         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
124
125         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
126         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
127         Replace mapcar called for effect with dolist.
128         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
129         mapc.
130
131         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
132         Replace mapcar called for effect with dolist.
133         (gnus-topic-list): Replace mapcar called for effect with mapc.
134
135         * gnus.el: Use mapc instead of mapcar to add autoloads.
136
137 2007-10-23  Richard Stallman  <rms@gnu.org>
138
139         * gnus-group.el (gnus-group-highlight): Mark as risky.
140
141 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
142
143         * gnus.el (gnus-server-to-method): Return method found first in
144         gnus-newsrc-alist.
145
146         * gnus-art.el (gnus-article-highlight-signature)
147         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
148         button overlay without the front stickiness.
149
150 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
151
152         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
153         overview buffer needed a catch to receive its throw.
154         (gnus-agent-flush-cache): Declared as interactive to make this function
155         easier to use.
156
157 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
158
159         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
160         `next-line'.
161
162 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
165         exclude address matching message-dont-reply-to-names.
166
167 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus-util.el (gnus-string<): New function.
170
171         * gnus-sum.el (gnus-article-sort-by-author)
172         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
173
174 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
177         the frame-focus tag is set in gnus-buffer-configuration.
178
179 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
180
181         * gnus-art.el (gnus-article-add-button): Make a button overlay without
182         the front stickiness.
183
184 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
187         url pattern; remove duplicate one.
188         (gnus-article-extend-url-button): New function.
189         (gnus-article-add-buttons): Use it.
190         (gnus-button-push): Use concatenated url that it makes.
191
192 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
193
194         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
195         Fix comment about "iso8859-1".
196
197 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
198
199         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
200         ones returned from the verify-function.
201
202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
203         mml2015-extract-cleartext-signature if extraction failed.
204
205 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
206
207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
208         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
209         failed.
210
211 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
212
213         * Relicense "GPLv2 or later" files to "GPLv3 or later".
214
215 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
216
217         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
218         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
219         recommends to use EasyPG instead of PGG.
220
221         * pgg.el: Revert to revision 6.23.2.16
222
223         * pgg-def.el: Revert to revision 6.6.2.14.
224
225         * pgg-gpg.el: Revert to revision 6.23.2.34.
226
227 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
230         to mark a thread as expirable.  Add variable `hide' to handle hiding of
231         thread for both the null and zero (kill/expire thread) universal prefix
232         cases.
233         (gnus-summary-expire-thread): Add new function to expire a thread,
234         using gnus-summary-kill-thread.
235         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
236         shortcuts for gnus-summary-expire-thread.
237         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
238         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
239
240 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
243         extras value, so an extras entry can be deleted.
244         (gnus-registry-delete-extra-entry): Use it.
245         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
246         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
247         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
248          storage through the gnus-registry, and provide an appropriate API for
249          it.
250
251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
254         Suggested by Leo <sdl.web@gmail.com>.
255
256         * gnus.el: Do.
257
258 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
261         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
262
263         * gnus-agent.el (gnus-agent-fetch-headers): Do.
264
265         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
266         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
267
268 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
271         newline.
272         (nnmbox-request-accept-article): Don't change article in source buffer;
273         narrow to header to use message-fetch-field rather than
274         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
275         (nnmbox-request-replace-article): Quote lines that'll be misidentified
276         as delimiters; make sure article ends with newline.
277         (nnmbox-delete-mail): Correct last position of article to be deleted;
278         ignore X-Gnus-Newsgroup header in article body.
279         (nnmbox-save-mail): Quote lines looking like delimiters at the right
280         positions; make sure article ends with newline.
281
282         * message.el (message-display-abbrev): Don't infloop when a user
283         inserts SPC in the beginning of header.
284
285         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
286         coding-system-for-read and coding-system-for-write for XEmacs having no
287         file-coding feature.
288
289         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
290
291 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
294         list of groups not followed by default.  Fix type to be regexp.
295         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
296
297 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
298
299         * hmac-def.el (define-hmac-function): Switch from old-style to
300         new-style backquotes.
301
302         * md4.el (md4-make-step): likewise.
303
304 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
307         raw-text coding system when saving .newsrc file, which may contain
308         non-ASCII group names.
309
310 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-cus.el (gnus-score-extra): New widget.
313         (gnus-score-extra-convert): New function.
314         (gnus-score-customize): Use it for Extra.
315
316 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
317
318         * mml2015.el (mml2015-extract-cleartext-signature): New function.
319         (mml2015-mailcrypt-clear-verify): Use it.
320         (mml2015-gpg-clear-verify): Use it.
321         (mml2015-pgg-clear-verify): Use it.
322         (mml2015-epg-clear-verify): Replace the current part with the output
323         from GnuPG; don't extract the plaintext by itself.
324
325         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
326         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
327         mml2015-clear-verify-function; don't touch the armor headers or
328         dash-escaped text here.
329
330 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
333         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
334         parts, or application/octet-stream as a last resort.
335         (gnus-mime-view-part-as-type): Don't toggle display.
336         (gnus-mime-view-part-as-charset): Don't turn off display before
337         querying charset.
338
339         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
340         stuff to undisplayer function in Emacs.
341         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
342
343         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
344         text/calendar parts.
345
346 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
349         decoding text/calendar parts.
350
351         * message.el (message-forward-make-body-mime): Always mark body as
352         having no illegible text; remove signed-or-encrypted argument.
353         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
354
355         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
356         (mml-generate-mime-1): Don't encode body if it is specified to be in
357         raw form; don't make buffer be unibyte when inserting multibyte string.
358
359 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
360
361         * sha1.el: Fix up comment style.
362         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
363         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
364
365         * hex-util.el: Fix up comment style.
366         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
367
368         * gnus-salt.el: Use with-current-buffer.
369         (gnus-pick-setup-message): Fix long-standing typo.
370
371 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
372
373         * imap.el (imap-logout-timeout): New variable.
374         (imap-logout, imap-logout-wait): New functions.
375         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
376
377         * nnimap.el (nnimap-logout-timeout): New server variable.
378         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
379         nnimap-logout-timeout.
380
381         * gnus-art.el (gnus-article-summary-command-nosave)
382         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
383
384 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus.el (gnus-maximum-newsgroup): New variable.
387
388         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
389         according to gnus-maximum-newsgroup.
390
391         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
392         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
393         Limit the range of articles according to gnus-maximum-newsgroup.
394
395 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
396
397         * gnus-art.el (gnus-sticky-article): Fixed problems described in
398         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
399         Don't perform gnus-configure-windows here; reuse existing sticky
400         article buffer.
401
402         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
403         it doesn't exist in gnus-article-mode.
404
405 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
406
407         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
408         (gnus-agent-decoded-group-name): New function.
409         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
410         (gnus-agent-expire-group-1): Use it; decode group name in messages.
411
412 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
413
414         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
415         Add binding for gnus-sticky-article.
416         (gnus-summary-exit): Don't kill sticky article buffers.
417
418         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
419         article buffer.
420         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
421         (gnus-kill-sticky-article-buffers): New commands.
422
423 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * nntp.el (nntp-xref-number-is-evil): New server variable.
426         (nntp-find-group-and-number): If it is non-nil, don't trust article
427         numbers in the Xref header.
428
429 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
430
431         * gnus-agent.el (gnus-agent-read-group): New function.
432         (gnus-agent-flush-group, gnus-agent-expire-group)
433         (gnus-agent-regenerate-group): Use it.
434         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
435         nnmail-pathname-coding-system.
436
437 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
440
441         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
442         that are unread as unread, and also as selected so that information of
443         marks having been changed by a user may be updated when exiting group.
444
445 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-art.el (gnus-mime-display-single): Pass part number that is
448         calculated ignoring signature parts to gnus-treat-article.
449
450 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
453         a point here in order to keep the window start.
454         (gnus-insert-mime-security-button): Make a button overlay without the
455         front stickiness.
456         (gnus-mime-display-security): Goto the end of a button.
457
458         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
459
460 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
463         group-name-at-point.
464         (gnus-group-completing-read): New function that offers decoded
465         non-ASCII group names for completion.
466         (gnus-fetch-group, gnus-group-read-ephemeral-group)
467         (gnus-group-jump-to-group, gnus-group-make-group-simple)
468         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
469         (gnus-group-fetch-control): Use it.
470         (gnus-fetch-group): Use group-name-at-point for the initial value
471         rather than the default value; use gnus-alive-p.
472
473         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
474         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
475         (gnus-summary-post-news): Use gnus-group-completing-read.
476
477         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
478         (gnus-read-move-group-name): Decode group name for completion.
479
480 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
481
482         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
483         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
484         Yamaoka slightly modified the code).
485
486 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
489         (nnmail-split-incoming): Bind it.
490
491         * nnml.el (nnml-group-name-charset): New function.
492         (nnml-decoded-group-name): Use it; don't decode group name if
493         nnmail-group-names-not-encoded-p is non-nil.
494         (nnml-encoded-group-name): New function.
495         (nnml-group-pathname): Inline nnml-decoded-group-name.
496         (nnml-request-expire-articles): Decode group name in message.
497         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
498         nnmail-pathname-coding-system.
499         (nnml-save-mail, nnml-active-number): Work with decoded group names and
500         not decoded ones according to nnmail-group-names-not-encoded-p.
501         (nnml-generate-active-info): Use nnml-encoded-group-name.
502
503 2007-08-08  Glenn Morris  <rgm@gnu.org>
504
505         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
506         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
507         doc-strings and comments.
508
509 2007-07-25  Glenn Morris  <rgm@gnu.org>
510
511         * Relicense all FSF files to GPLv3 or later.
512
513 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-sum.el (gnus-summary-move-article): Make
516         gnus-summary-respool-article work.
517
518 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
519
520         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
521         string.
522
523 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
524
525         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
526         that should be ignored when comparing distant RSS articles with local
527         ones.
528         (nnrss-make-hash-index): New function.  Create a hash index according
529         to the ignored fields.
530         (nnrss-check-group): Use it.
531
532 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
535
536         * gnus-art.el (article-decode-group-name): Decode Xref header too.
537
538         * gnus-group.el (gnus-group-make-group): Encode group name here unless
539         the new optional argument ENCODED is non-nil.
540         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
541         coding system for encoding group name.
542         (gnus-group-make-rss-group): Pass un-encoded group name to
543         gnus-group-make-group.
544         (gnus-group-set-info): Tell gnus-group-make-group that group name is
545         encoded.
546
547         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
548         Encode group name to which articles are moved or copied.
549         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
550         coding system for encoding Newsgroup, Followup-To and Xref headers.
551
552         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
553         marks; use nnheader-file-coding-system to write a file.
554         (nnagent-retrieve-headers): Bind file-name-coding-system to
555         nnmail-pathname-coding-system.
556
557         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
558
559         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
560         (nnml-request-article, nnml-request-create-group)
561         (nnml-request-rename-group, nnml-find-id)
562         (nnml-possibly-change-directory, nnml-possibly-create-directory)
563         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
564         (nnml-save-marks): Use nnml-group-pathname instead of
565         nnmail-group-pathname.
566
567         (nnml-request-create-group, nnml-request-expire-articles)
568         (nnml-request-move-article, nnml-request-delete-group)
569         (nnml-deletable-article-p, nnml-possibly-create-directory)
570         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
571         (nnml-open-marks): Bind file-name-coding-system to
572         nnmail-pathname-coding-system.
573
574         (nnml-request-article): Pass server argument to nnml-find-group-number.
575         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
576         server argument to nnml-possibly-create-directory.
577         (nnml-request-accept-article): Pass server argument to
578         nnml-active-number and nnml-save-mail.
579         (nnml-find-group-number): Pass server argument to nnml-find-id.
580         (nnml-request-update-info): Pass server argument to
581         nnml-marks-changed-p.
582
583         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
584         (nnml-save-mail, nnml-active-number): Add server argument.
585
586         (nnml-request-delete-group): Warn if group is missing.
587         (nnml-get-nov-buffer): Decode group name.
588         (nnml-generate-active-info): Encode group name.
589         (nnml-open-marks): Decode group name in messages.
590
591 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
594         if it is not specified.
595         (gnus-article-pipe-part, gnus-article-save-part)
596         (gnus-article-interactively-view-part, gnus-article-copy-part)
597         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
598         (gnus-article-inline-part, gnus-article-save-part-and-strip)
599         (gnus-article-replace-part, gnus-article-delete-part)
600         (gnus-article-view-part-as-type): Pass raw prefix argument to
601         gnus-article-part-wrapper.
602
603 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-agent.el (gnus-agent-save-active): Bind
606         nnheader-file-coding-system to gnus-agent-file-coding-system.
607
608         * gnus-cache.el (gnus-cache-save-buffers)
609         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
610         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
611         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
612         (gnus-cache-braid-nov, gnus-cache-braid-heads)
613         (gnus-cache-generate-active, gnus-cache-rename-group)
614         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
615         (gnus-cache-update-overview-total-fetched-for): Bind
616         file-name-coding-system to nnmail-pathname-coding-system.
617         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
618         variables.
619         (gnus-cache-decoded-group-name): New function.
620         (gnus-cache-file-name): Use it.
621         (gnus-cache-generate-active): Use non-decoded group name for active.
622
623         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
624         right place.
625         (gnus-write-active-file): Don't break non-ASCII group names.
626
627         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
628         nnmail-pathname-coding-system.
629
630         * lpath.el: Bind default-file-name-coding-system,
631         file-name-coding-system and language-info-alist for XEmacs.
632
633         * gnus-uu.el (gnus-uu-decode-save): Typo.
634
635 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
638
639 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
642         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
643         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
644         (gnus-agent-flush-group, gnus-agent-flush-cache)
645         (gnus-agent-fetch-headers, gnus-agent-load-alist)
646         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
647         (gnus-agent-retrieve-headers, gnus-agent-request-article)
648         (gnus-agent-regenerate-group)
649         (gnus-agent-update-files-total-fetched-for)
650         (gnus-agent-update-view-total-fetched-for): Bind
651         file-name-coding-system to nnmail-pathname-coding-system.
652         (gnus-agent-group-pathname): Don't encode file names by
653         nnmail-pathname-coding-system.
654         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
655         coding-system-for-write instead of buffer-file-coding-system to
656         gnus-agent-file-coding-system.
657
658         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
659         Decode group name.
660
661         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
662
663         * gnus-start.el (gnus-update-active-hashtb-from-killed)
664         (gnus-read-newsrc-el-file): Make group names unibyte.
665
666         * nnmail.el (nnmail-group-pathname): Don't encode file names by
667         nnmail-pathname-coding-system.
668
669         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
670         (nnrss-request-delete-group): Bind file-name-coding-system to
671         nnmail-pathname-coding-system.
672         (nnrss-read-server-data, nnrss-read-group-data): Bind
673         file-name-coding-system correctly.
674         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
675
676         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
677         (nntp-server-to-method-cache): New variable.
678         (nntp-group-pathname): New function that decodes non-ASCII group names.
679         (nntp-possibly-create-directory, nntp-marks-changed-p)
680         (nntp-save-marks, nntp-open-marks): Use it.
681         (nntp-possibly-create-directory, nntp-open-marks):
682         Bind file-name-coding-system to nnmail-pathname-coding-system.
683         (nntp-open-marks): Decode group names when bootstrapping marks.
684
685         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
686         Newsgroups and Folowup-To headers.
687
688 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
691         (gnus-server-closed-face, gnus-server-denied-face)
692         (gnus-server-offline-face): Remove variable.
693         (gnus-server-font-lock-keywords): Use faces that are not aliases.
694
695         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
696         of modifying message-stack directly for XEmacs.
697
698         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
699         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
700         if the coding-system argument is nil for XEmacs.
701
702         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
703         mm-charset-override-alist.
704
705         * rfc2047.el: Don't require base64; require rfc2045 for the function
706         rfc2045-encode-string.
707         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
708         to quote the parameter value.
709
710 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
713         form in gnus-group-name-charset-method-alist.
714
715         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
716         overrides the default layout edit-form.
717
718         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
719
720         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
721
722 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
725         as unfetched articles.
726
727 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
728
729         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
730
731 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
734         original back end that keeps marks in the local system.
735
736 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
739         arg of pop-to-buffer for XEmacs.
740         (gnus-article-read-summary-keys): Ditto; don't restore window
741         configuration if summary command ends up with neither article buffer
742         nor summary buffer; describe bindings if summary keys end with C-h.
743
744 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * message.el (message-fix-before-sending): Skip raw message part to be
747         forwarded while checking illegible text.
748         (message-forward-make-body-mime, message-forward-make-body): Mark
749         signed or encrypted raw message as having no illegible text.
750
751 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
754         (gnus-message-with-timestamp-1): New macro.
755         (gnus-message-with-timestamp): New function.
756         (gnus-message): Use them.
757
758         * nnheader.el (nnheader-message): Use them.
759
760 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
761
762         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
763         .newsrc.eld file.
764
765 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-agent.el (gnus-agent-fetch-headers)
768         (gnus-agent-retrieve-headers): Bind
769         gnus-decode-encoded-address-function to identity.
770
771         * nntp.el (nntp-send-xover-command): Recognize an xover command is
772         available also when the server returns simply a dot.
773
774         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
775
776 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
779
780 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-ems.el (gnus-x-splash): Make it work.
783
784         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
785         from being used.
786
787         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
788
789 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
792         4th and the 5th arguments.
793
794         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
795         the front stickiness.
796         (gnus-article-summary-command-nosave): Correct the order of the
797         arguments passed to pop-to-buffer.
798         (gnus-article-read-summary-keys): Ditto; make it work properly when the
799         summary command ends up with the article buffer.
800
801         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
802         the same faces.
803
804 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
805
806         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
807
808 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
809
810         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
811         * gnus-sum.el (gnus-summary-highlight):
812         * pgg.el (pgg-sign-region, pgg-sign):
813         * mail-source.el (mail-source-delete-old-incoming-confirm):
814         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
815
816 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-art.el (gnus-mime-view-part-externally)
819         (gnus-mime-view-part-internally): Fix predicate function passed to
820         completing-read.
821
822         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
823
824         * gnus.el (gnus-update-message-archive-method): Add :version.
825
826 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus.el (gnus-update-message-archive-method): New variable.
829
830         * gnus-start.el (gnus-setup-news): Update saved "archive" method
831         according to gnus-message-archive-method if
832         gnus-update-message-archive-method is non-nil.
833
834 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
837         by Loic Dachary <loic@dachary.org>.
838         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
839
840 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * message.el (message-pop-to-buffer): Add switch-function argument.
843         (message-mail): Pass switch-function argument to it.
844
845 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
846
847         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
848         Improve doc string.
849
850 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
853         (gnus-header-content)
854         * gnus-cite.el (gnus-cite-10)
855         * gnus-srvr.el (gnus-server-closed)
856         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
857         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
858         (gnus-group-mail-3-empty, gnus-group-mail-low)
859         (gnus-group-mail-low-empty, gnus-splash)
860         * message.el (message-header-to, message-header-cc)
861         (message-header-subject, message-header-other, message-header-name)
862         (message-header-xheader, message-separator, message-cited-text)
863         (message-mml): Lighten colors of faces used for dark background.
864
865 2007-05-24  Simon Josefsson  <simon@josefsson.org>
866
867         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
868         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
869
870 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * message.el (message-narrow-to-headers-or-head): Ignore
873         mail-header-separator in the body.
874
875 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
878         same as window size.
879
880 2007-05-22  Kevin Ryde  <user42@zip.com.au>
881
882         * message.el (message-font-lock-keywords): Use message-header-xheader
883         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
884         ahead of the anything pattern, to get it recognised.
885
886 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
889         spam.el loads uses it in the compiled defadvice form.
890
891 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
892
893         * gnus-sum.el (gnus-articles-to-read)
894         (gnus-summary-insert-old-articles): Don't truncate group name for
895         `read-string'.
896
897         * gnus-util.el (gnus-limit-string): Delete this function.
898
899         * gnus-sum.el (gnus-simplify-subject-fully): Use
900         `truncate-string-to-width' instead.
901
902 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
903
904         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
905         if, on summary exit, the next group has to be selected.
906         (gnus-summary-exit): Use it.
907
908 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
909
910         * gnus-art.el (gnus-article-mode): Fix comment about displaying
911         non-break space.
912
913 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
916         Check if group is not a directory.
917         (nnfolder-request-expire-articles): Don't delete articles if the target
918         group is not available.
919
920         * nnml.el (nnml-request-create-group): Properly check if group is not a
921         file.
922         (nnml-request-expire-articles): Don't delete articles if the target
923         group is not available.
924
925         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
926         Don't quote characters that are within parentheses.
927
928 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
931         (gnus-handle-ephemeral-exit): Select article according to it.
932
933 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
934
935         * message.el (message-insert-formated-citation-line): Remove newline.
936         (message-citation-line-format): Add final \n here so that the user can
937         avoid a blank line.
938
939 2007-05-03  Dan Christensen  <jdc@uwo.ca>
940
941         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
942         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
943         Update lanl/arXiv support.
944
945 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
946
947         * gnus.el: Bump version number.
948
949 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus.el (gnus-version-number): Bump version.
952
953 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
954
955         * gnus.el: No Gnus v0.6 is released.
956
957 2007-04-27  Didier Verna  <didier@xemacs.org>
958
959         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
960         * gmm-utils.el (gmm-regexp-concat): here.
961         * message.el: Don't require 'gnus-util.
962         (message-dont-reply-to-names): Handle name change above.
963         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
964
965 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
968         since the initial value varies according to the system.
969
970 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * mm-util.el (mm-charset-synonym-alist): Defcustom.
973
974 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
975
976         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
977
978 2007-04-24  Didier Verna  <didier@xemacs.org>
979
980         Improve the type of gnus-ignored-from-addresses.
981         * gnus-util.el (gnus-orify-regexp): New function.
982         * message.el (gnus-util): Require it.
983         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
984         * gnus-sum.el (gnus-ignored-from-addresses): New function.
985         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
986
987 2007-04-24  Didier Verna  <didier@xemacs.org>
988
989         * gnus-sum.el:
990         * gnus-utils.el: Fix some trailing whitespaces.
991
992 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
995         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
996         article's Message-ID; refer parent article in summary buffer.
997
998         * message.el (message-bounce): Call mime-to-mml.
999
1000         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1001         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1002         optimize and/or forms properly.
1003
1004 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1005
1006         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1007         URL.
1008
1009 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1012
1013 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1016         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1017         displayed of multipart/alternative part if it is invoked from summary
1018         buffer.
1019
1020         * mm-view.el (mm-inline-text-html-render-with-w3m)
1021         (mm-inline-text-html-render-with-w3m-standalone)
1022         (mm-inline-render-with-function): Use mail-parse-charset by default.
1023
1024 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1025
1026         * parse-time.el (parse-time-string-chars): Check if CHAR
1027         is less than the length of parse-time-syntax.
1028
1029 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1032         from gnus-newsgroup-processable.
1033
1034 2007-04-16  Didier Verna  <didier@xemacs.org>
1035
1036         * gnus-msg.el (gnus-configure-posting-styles): Handle
1037         message-signature-directory properly with :file syntax. Reported by
1038         "Leo".
1039
1040 2007-04-11  Didier Verna  <didier@xemacs.org>
1041
1042         New user option: message-signature-directory.
1043         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1044         * message.el (message-insert-signature): Ditto.
1045         * message.el (message-signature-file): Doc update.
1046         * message.el (message-signature-directory): New.
1047
1048 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * gnus-msg.el (gnus-inews-yank-articles): Use
1051         message-exchange-point-and-mark instead of exchange-point-and-mark.
1052
1053 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * message.el (message-yank-original): Make sure cited text ends with
1056         newline; don't exchange point and mark.
1057
1058 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1059
1060         * tls.el (open-tls-stream): Properly handle case where there
1061         is no associated buffer.
1062
1063 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1064
1065         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1066         message-yank-original, make sure (< mark TEXT point).
1067
1068 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1069
1070         * message.el (message-fill-column): New variable.
1071         (message-mode): Use it.  Add comment on a possible new hook.
1072
1073         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1074         (nnmail-get-new-mail): Reformat.
1075
1076         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1077
1078         * gmm-utils.el: Fix Commentary.
1079         (gmm-tool-bar-from-list): Fix typo in doc string.
1080
1081 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1082
1083         * message.el (message-yank-original): Don't switch point and mark
1084         unnecessarily to put point and mark as documented.
1085
1086 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1089         from the message heads.
1090
1091 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1092
1093         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1094         article buffer does not have a window.  This may not be the best
1095         solution but is certainly better than setting the start of the null,
1096         that is the current, window.
1097
1098 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1099
1100         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1101         (gnus-draft-setup): Run it.
1102
1103         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1104         gnus-score-fast-scoring.  Allow regexp.
1105         (gnus-score-headers): Use it.
1106
1107         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1108         XEmacs.
1109
1110         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1111         string.
1112         (gnus-button-alist): Also catch `<f1> k ...'.
1113         (gnus-treat-display-x-face): Fix doc string.
1114
1115 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1116
1117         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1118         evaluation of gnus-extended-version to ensure correct generation of the
1119         User-Agent header when message-generate-headers-first is used.
1120
1121 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1122
1123         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1124         hashcash-path is nil.  Don't call callback with incorrect number of
1125         parameters if val is 0.
1126
1127 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1128
1129         * message.el (message-required-news-headers):
1130         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1131
1132 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1133
1134         * tls.el (open-tls-stream): In handshake-waiting loop,
1135         don't wait more if there is output available to process.
1136
1137 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1138
1139         * tls.el (tls-program): Doc fix.
1140
1141 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * message.el (message-generate-new-buffers): Change the meaning of the
1144         nil value; add `standard' to the choices; treat t as `unique'; improve
1145         doc string.
1146         (gnus-select-frame-set-input-focus): Autoload.
1147         (message-buffer-name): Search for the existing message buffer if
1148         message-generate-new-buffers is nil or `standard'; treat the value t of
1149         message-generate-new-buffers as `unique'.
1150         (message-pop-to-buffer): Raise the frame already displaying the message
1151         buffer; clear the echo area after querying.
1152         (message-setup): Pass the `continue' argument to compose-mail.
1153         (message-mail): Prefer `switch-function' if it is given; search for the
1154         existing message buffer if the `continue' argument is non-nil; pass
1155         continue and switch-function arguments to compose-mail by way of
1156         message-setup.
1157         (message-mail-other-window): Adjust argument of message-setup.
1158         (message-mail-other-frame): Ditto.
1159
1160 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1163         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1164         to turn font-lock on when turning gnus-message-citation-mode on.
1165
1166 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1167
1168         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1169         (mml-smime-function-alist): New variable; add epg as the backend.
1170         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1171         mml-smime- functions instead.
1172         * mm-view.el: Require smime.
1173
1174 2007-03-05  Didier Verna  <didier@xemacs.org>
1175
1176         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1177         instead of just inheritance for posting styles.
1178         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1179
1180 2007-02-24  Chris Moore  <dooglus@gmail.com>
1181
1182         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1183         * pgg-pgp.el (pgg-pgp-encrypt-region):
1184         * pgg-gpg.el (pgg-gpg-encrypt-region):
1185         Check pgg-encrypt-for-me if no other recipients.
1186
1187 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1188
1189         * tls.el (tls-certtool-program): Fix custom type.
1190
1191 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1194         and point-at-eol instead of line-(beginning|end)-position.
1195
1196         * assistant.el (assistant-parse-buffer): Ditto.
1197
1198         * netrc.el (netrc-parse-services): Ditto.
1199
1200 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1201
1202         * mml2015.el (mml2015-epg-find-usable-key): New function.
1203         (mml2015-epg-sign): Use it.
1204         (mml2015-epg-encrypt): Use it.
1205
1206 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * message.el (message-make-in-reply-to): Quote name containing
1209         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1210         if there are special characters.  Reported by NAKAJI Hiroyuki
1211         <nakaji@jp.freebsd.org>.
1212
1213 2007-02-27  Didier Verna  <didier@xemacs.org>
1214
1215         Include the group parameters as well as the topic ones in the
1216         inheritance filter process.
1217         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1218         argument GROUP-PARAMS-LIST.
1219         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1220
1221 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * nntp.el (nntp-never-echoes-commands)
1224         (nntp-open-connection-functions-never-echo-commands): New variables.
1225         (nntp-send-command): Use them.
1226
1227 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1228
1229         * mml2015.el (mml2015-epg-verify): Simplified.
1230
1231 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * mml.el (mml-content-disposition-alist): New user option.
1234         (mml-content-disposition): New function.
1235         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1236         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1237
1238 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1239
1240         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1241         verification.
1242
1243 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1244
1245         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1246         articles posted in the last 24 hours.
1247
1248 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1249
1250         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1251
1252 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1253
1254         * nntp.el (nntp-send-command): Don't wait for echoes when
1255         nntp-open-ssl-stream is used.
1256
1257 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1260         (gnus-message-add-citation-keywords)
1261         (gnus-message-remove-citation-keywords): Remove.
1262         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1263         directly, make the variables in font-lock-defaults buffer-local, add
1264         gnus-message-citation-keywords to them and then update the value of
1265         font-lock-keywords.
1266
1267 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * message.el (message-cite-original-1): Don't call
1270         gnus-article-highlight-citation.
1271
1272         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1273         citations; fix line count.
1274
1275 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1278         (gnus-message-add-citation-keywords)
1279         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1280         versions of font-lock-add-keywords and font-lock-remove-keywords to
1281         work with XEmacs correctly.
1282
1283 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-cite.el (gnus-cite-face-list): Set the values of
1286         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1287         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1288         (gnus-message-cite-prefix-regexp): New variable.
1289         (gnus-message-search-citation-line): Use it; protect against long
1290         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1291         the 0th match data for Emacs.
1292         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1293         (gnus-message-add-citation-keywords): Append keywords rather than
1294         prepending; emulate font-lock-add-keywords if it is not available.
1295         (gnus-message-remove-citation-keywords): Emulate
1296         font-lock-remove-keywords if it is not available.
1297
1298         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1299
1300         * message.el (message-cite-prefix-regexp): Set the value of
1301         gnus-message-cite-prefix-regexp.
1302
1303 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1304
1305         * nnweb.el (nnweb-google-parse-1): Update parser.
1306
1307 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1308
1309         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1310
1311 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1312
1313         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1314         regexp.
1315
1316 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1319         string-to-multibyte.
1320         (uudecode-decode-region-internal): Use it.
1321
1322         * lpath.el: Fbind string-as-multibyte for XEmacs.
1323
1324 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1325
1326         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1327         custom choice.
1328
1329         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1330
1331 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1332
1333         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1334
1335         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1336         `write-region' to respect `mm-inhibit-file-name-handlers'.
1337
1338 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1339
1340         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1341         Use gnus-home-directory instead of "~/" or "$HOME".
1342
1343 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1346         to mention filename.
1347         Add comments at beginning regarding usage.
1348         (encrypt-write-file-contents): Change interactive so a string is
1349         acceptable.  If the file has no associated model, show an error instead
1350         of a nonsense prompt.
1351
1352 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1353
1354         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1355         Thanks to Yoshihiko Yamada for kind notification of this typo.
1356
1357 2007-01-12  Kenichi Handa  <handa@m17n.org>
1358
1359         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1360         multibyte buffer.
1361
1362 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * gnus-score.el (gnus-score-fast-scoring): New variable.
1365         (gnus-score-headers): Use it.
1366
1367         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1368
1369         * message.el (message-cite-original-1): Call
1370         gnus-article-highlight-citation if requested.
1371         (message-make-from): Allow name and address as optional arguments.
1372
1373         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1374
1375         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1376         bugs to doc string.
1377         (gnus-button-alist): Add mid\\|message-id.
1378         (gnus-button-fetch-group): Extend for use in
1379         `browse-url-browser-function'.
1380         (gnus-button-url-regexp): Try to catch paired parentheses like in
1381         Wikipedia URLs.
1382
1383         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1384         Suggested by Simon Krahnke <overlord@gmx.li>.
1385
1386 2007-01-13  Romain Francoise  <romain@orebokech.com>
1387
1388         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1389         Update copyright.
1390
1391 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1392
1393         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1394
1395 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * gnus-registry.el (gnus-registry-unfollowed-groups)
1398         (gnus-registry-split-fancy-with-parent): Fix documentation.
1399
1400 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1403         from nnweb groups.
1404
1405 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1408         Xref urls.  Erase buffer before requesting head.
1409
1410 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1413         customizable.
1414
1415 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1416
1417         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1418         no signing key is found.
1419         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1420         no encrypting and/or signing key is found.
1421
1422 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1423
1424         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1425
1426 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1427
1428         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1429         headers read from disk with the ones newly found in the current search.
1430         This should no longer cause problems, because the article numbers in
1431         Gmane's `nov.php' output are ignored since the previous change.
1432
1433 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1434
1435         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1436
1437 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1440         replace-regexp-in-string; bind url-version; fbind display-images-p and
1441         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1442         find-face and set-itimer-function for Emacs; bind itimer-list for
1443         Emacs.
1444
1445         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1446
1447 2007-01-01  Romain Francoise  <romain@orebokech.com>
1448
1449         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1450
1451 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1452
1453         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1454         `define-minor-mode' macro definition expanded properly.
1455         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1456         exclude it there.
1457
1458         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1459         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1460         `fboundp' test.
1461         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1462         This is OK to autoload in (S)XEmacs now.
1463
1464 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1467         keystroke.
1468         (gnus-summary-limit-to-singletons): Fix typo.
1469
1470         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1471         else fails.
1472
1473 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1474
1475         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1476         docstring.
1477
1478         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1479         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1480         (gnus-summary-insert-dormant-articles): Fix typo in message.
1481
1482 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1483
1484         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1485         nil for XEmacs.
1486         (gnus-message-citation-mode): Don't autoload in XEmacs.
1487
1488         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1489
1490 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1491
1492         * nnimap.el (nnimap-expunge-search-string): Mention
1493         nnimap-search-uids-not-since-is-evil in docstring.
1494
1495 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1496
1497         * spam.el: Revert to make-obsolete-variable because
1498         define-obsolete-variable-alias is not supported in Emacs 21.
1499
1500         * spam.el (spam-ifile-path, spam-ifile-database-path)
1501         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1502         make-obsolete-variable.
1503         (spam-bsfilter-path, spam-bsfilter-program)
1504         (spam-spamassassin-path, spam-spamassassin-program)
1505         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1506         use "path" inappropriately.
1507         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1508         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1509         variable names.
1510
1511 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1512
1513         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1514         summary buffer.
1515
1516         * password.el (password-cache-remove): Use clear-string to burn
1517         password, if available.
1518
1519 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1520
1521         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1522
1523         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1524
1525         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1526         (gnus-message-highlight-citation): Move defcustom here from
1527         gnus-cite.el.
1528         (gnus-message-citation-mode): Autoload.
1529
1530         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1531         checks to make it compile with XEmacs.
1532         (gnus-message-citation-mode): New minor mode.
1533         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1534         (gnus-message-highlight-citation): New variables.
1535         (gnus-message-search-citation-line)
1536         (gnus-message-add-citation-keywords)
1537         (gnus-message-remove-citation-keywords)
1538         (turn-on-gnus-message-citation-mode)
1539         (turn-off-gnus-message-citation-mode): New functions.
1540
1541 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1542
1543         * gnus-cite.el: Enable highlighting of different citation levels in
1544         message-mode.
1545
1546 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1547
1548         * message.el (message-make-fqdn): Fix comment.
1549         (message-bogus-system-names): Add ".local".
1550
1551         * spam.el (spam-ifile-path, spam-ifile-program)
1552         (spam-ifile-database-path, spam-ifile-database)
1553         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1554         Don't use "path" inappropriately.
1555         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1556         strings.
1557         (spam-check-ifile, spam-ifile-register-with-ifile)
1558         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1559         new variable names.
1560
1561         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1562         (gnus-treat-display-smileys): Simplify using
1563         gnus-image-type-available-p.
1564
1565         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1566         available.
1567
1568         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1569         `display-images-p' if available.
1570
1571 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1574         one after turning on the buffer's multibyteness instead of decoding
1575         them directly in the unibyte buffer that causes unexpected conversion
1576         in Emacs 23 (unicode).
1577
1578 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1579
1580         * message.el (message-generate-hashcash): Fix custom type.
1581
1582 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1583
1584         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1585
1586 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1589         disconnect icons.  Add help text.
1590
1591 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1592
1593         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1594         negated to be consistent with the others we handle.
1595
1596 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1599         version of gnus-summary-buffer to something, so that we can use two
1600         article buffers at the same time.
1601
1602 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1603
1604         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1605         trigger all the extra headers.
1606         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1607         sorting.
1608
1609 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1610
1611         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1612         solid groups.
1613
1614 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1615
1616         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1617
1618 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * legacy-gnus-agent.el: Add Copyright notice.
1621
1622 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1623
1624         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1625
1626 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1629
1630         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1631         to make it work reliably in CVS Emacs.
1632         (gnus-summary-limit-strange-charsets-predicate)
1633         (gnus-summary-limit-to-predicate): New functions.
1634
1635 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1636
1637         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1638         specifying array size.
1639         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1640         array if it is too small.
1641         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1642         (gnus-sort-threads-loop): New function.
1643
1644 2006-12-06  Chris Moore  <dooglus@gmail.com>
1645
1646         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1647         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1648
1649 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1650
1651         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1652         options.
1653
1654 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1657         DOS-ing the recipient.
1658
1659         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1660         the headers when creating the mapping to avoid mismappings.
1661         (nnweb-gmane-create-mapping): Always nix out old mapping.
1662
1663 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1666         and mm-verify-option to never.
1667
1668 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * message.el (message-signed-or-encrypted-p): New function.
1671         (message-forward-make-body): Use it.
1672
1673         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1674         Replace encode-coding-string with mm-encode-coding-string.
1675
1676 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * nneething.el (nneething-decode-file-name): Replace
1679         decode-coding-string with mm-decode-coding-string.
1680
1681         * gnus-int.el (gnus-open-server): Say failed server's name.
1682
1683 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1684
1685         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1686         strings to a single string.  Quote `errors-file-name'.
1687         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1688         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1689         Adjust calls.  Use `shell-quote-argument'.
1690
1691 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1692
1693         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1694         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1695
1696         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1697         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1698         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1699         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1700         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1701         (gnus-subscribe-newsgroup, gnus-1):
1702         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1703         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1704         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1705         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1706
1707 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1710         keystroke.
1711         (gnus-summary-limit-to-bodies): Implement headersp.
1712
1713 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1716
1717 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1720
1721 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * message.el (message-generate-hashcash): Expand range of values to
1724         include `opportunistic'.
1725         (message-send-mail): Use it.
1726
1727 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1728
1729         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1730         and comment it.
1731
1732         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1733
1734 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1735
1736         * gnus-util.el (gnus-extract-address-components): Improve comment.
1737
1738 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-util.el (gnus-extract-address-components): Work with address in
1741         which the name portion contains @.
1742
1743         * lpath.el: Fbind custom-autoload.
1744
1745 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * gnus.el (gnus-start): Move custom group up.
1748         (gnus-select-method): Don't autoload, but make it available for
1749         `customize-variable'.
1750         (gnus-getenv-nntpserver): Don't autoload.
1751
1752 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1753
1754         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1755
1756 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1757
1758         * message.el (message-sendmail-extra-arguments): New variable.
1759         (message-send-mail-with-sendmail): Use it.
1760
1761 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1764         mm-with-unibyte-current-buffer to make string unibyte.
1765
1766         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1767         mm-string-as-multibyte.
1768
1769 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1770
1771         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1772         Reported by Werner Koch <wk@gnupg.org>.
1773
1774 2006-11-14  Daiki Ueno  <ueno@p360>
1775
1776         * mml2015.el: Autoload epa-select-keys when compiling.
1777
1778 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1779
1780         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1781         message-options.
1782         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1783
1784 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1785
1786         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1787         EasyPG (< 0.0.6).
1788         (mml2015-always-trust): New user option.
1789         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1790         prompt.
1791
1792 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * nntp.el (nntp-authinfo-force): New variable.
1795         (nntp-send-authinfo): Use it.
1796
1797 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1798
1799         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1800         decode encoded words.  Improve prompt.  Add comment about forwarding.
1801         (message-replacement-char): Move up.
1802
1803 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1804
1805         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1806         instead of gnus-intersection because arguments of gnus-sorted-nunion
1807         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1808
1809 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1810
1811         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1812         (message-simplify-subject-functions): Enable
1813         message-strip-subject-encoded-words by default.
1814
1815 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1816
1817         * message.el (message-strip-subject-encoded-words): New function
1818         (message-simplify-subject-functions): New variable.
1819         (message-simplify-subject): Use it.  Fix typo in doc string.
1820         Support message-strip-subject-encoded-words.
1821
1822 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1823
1824         * gnus-diary.el (gnus-diary-delay-format-function):
1825         * nndiary.el (nndiary-reminders):
1826         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1827
1828 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * gnus-art.el (article-hide-boring-headers): Fetch date from
1831         gnus-original-article-buffer to avoid problems with localized date
1832         strings.
1833
1834 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1837
1838 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1839
1840         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1841         New variables.
1842         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1843         (mm-charset-synonym-alist): Move some entries to
1844         mm-codepage-iso-8859-list.
1845         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1846         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1847
1848 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1851
1852 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1853
1854         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1855         with Emacs 21 and XEmacs.
1856
1857 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1858
1859         * spam.el (spam-parse-address): New function for better parsing,
1860         catching errors, etc.
1861         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1862
1863 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * mm-view.el: Add interactive arg to html2text autoload.
1866
1867 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1870
1871 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1874         variables.
1875         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1876         (mm-charset-synonym-alist): Move some entries to
1877         mm-codepage-iso-8859-list.
1878
1879         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1880
1881 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * message.el (message-citation-line-format)
1884         (message-insert-formated-citation-line): Fix implementation of %E, %N
1885         and %n according to the doc string.
1886
1887 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1890         car-safe to avoid bad parses.
1891
1892 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1895         names.
1896
1897         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1898
1899 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1902         header.
1903
1904         * message.el (message-draft-headers): Add Date.
1905         (message-headers-to-generate): Fix typo in docstring.
1906
1907         * nndraft.el (nndraft-required-headers): New variable.
1908         (nndraft-generate-headers): Use it.
1909
1910         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1911
1912 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1913
1914         * gnus-registry.el (gnus-registry-wash-for-keywords)
1915         (gnus-registry-find-keywords): New functions to allow easy searching of
1916         articles that are in the registry.
1917
1918 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1919
1920         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1921         ietf-drums-parse-address instead of gnus-extract-address-components.
1922         Reported by Damien Elmes <damien@repose.cx>.
1923
1924 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1925
1926         * gnus.el (gnus-mime): Remove unused custom group.
1927
1928 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1929
1930         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1931         "blank line" when searching for end of armor headers.
1932
1933 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gmm-utils.el (gmm-write-region): Fix variable name.
1936
1937 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * gmm-utils.el (gmm-write-region): New function based on compatibility
1940         code from `mm-make-temp-file'.
1941
1942         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1943
1944         * nnmaildir.el (nnmaildir--update-nov)
1945         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1946         Use `gmm-write-region'.
1947
1948 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1949
1950         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1951         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1952
1953         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1954
1955         * message.el (message-replacement-char): New variable.
1956         (message-fix-before-sending): Use it.
1957         (message-simplify-subject): New function to remove duplicate code.
1958         (message-reply, message-followup): Use it.
1959
1960         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1961         gnus-summary-limit-to-articles.
1962
1963 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-util.el (gnus-with-local-quit): New macro.
1966
1967         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1968
1969 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1972         ignore non-string data.
1973
1974 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1975
1976         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1977         non-string data (needs to be done in the registry too).
1978
1979 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1980
1981         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1982         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1983         (gnus-registry-split-fancy-with-parent)
1984         (gnus-registry-fetch-simplified-message-subject-fast)
1985         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1986         Remove text properties on ingress into the registry and when it's saved.
1987         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1988         registry from entries with no groups.
1989
1990 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1993         function to remove string properties.
1994
1995 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gmm-utils.el (gmm): Adjust custom version.
1998
1999         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2000         custom version.
2001
2002         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2003
2004 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * gnus-art.el (gnus-insert-prev-page-button)
2007         (gnus-insert-next-page-button): Simplify.  Reformat.
2008
2009 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2010
2011         * gnus-art.el (gnus-insert-prev-page-button)
2012         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2013
2014 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2015
2016         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2017
2018 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2019
2020         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2021         gnus-article-button-face to MIME and security buttons.
2022
2023 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2024
2025         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2026         readable.
2027
2028 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2031
2032 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2033
2034         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2035         `browse-url-of-file' instead of `browse-url'.
2036
2037 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2038
2039         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2040         regexp.  Articles containing quotation were cut prematurely.
2041
2042 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * message.el (message-cite-original-1): Use nobody by default for the
2045         value of From header.
2046         (message-reply): Ditto.
2047
2048 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2049
2050         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2051         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2052         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2053
2054 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2055
2056         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2057         mails in the doc string.  Add some URLs in comment.
2058         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2059
2060 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2063         backslashes handling and the way to find boundaries of quoted strings.
2064
2065 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2066
2067         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2068         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2069         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2070         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2071
2072 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2073
2074         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2075         doc string.
2076         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2077
2078 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * lpath.el: Fbind epg-check-configuration.
2081
2082 2006-09-06  Simon Josefsson  <jas@extundo.com>
2083
2084         * mml2015.el (mml2015-use): Doc fix, mention epg.
2085
2086 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2087
2088         * mml2015.el (mml2015-use): Default to epg, if available.
2089
2090 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2091
2092         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2093         message-sender.
2094         (mml1991-epg-encrypt): Ditto.
2095         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2096         message-sender.
2097         (mml2015-epg-encrypt): Ditto.
2098
2099 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2100
2101         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2102         several common directories.
2103
2104 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2105
2106         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2107         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2108
2109 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-art.el (article-decode-encoded-words): Make it fast.
2112
2113 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2116
2117         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2118         in quoted string into `\'.
2119
2120 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2123         Use standard-syntax-table.
2124
2125 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-art.el (gnus-decode-address-function): New variable.
2128         (article-decode-encoded-words): Use it to decode headers which are
2129         assumed to contain addresses.
2130         (gnus-mime-delete-part): Remove useless `or'.
2131
2132         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2133         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2134         (gnus-nov-parse-line): Use it to decode From header.
2135         (gnus-get-newsgroup-headers): Ditto.
2136         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2137
2138         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2139         (mail-decode-encoded-address-string): New alias.
2140
2141         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2142         New function.
2143         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2144         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2145         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2146         (rfc2047-decode-string): Ditto.
2147         (rfc2047-decode-address-region): New function.
2148         (rfc2047-decode-address-string): New function.
2149
2150 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2151
2152         * message.el (message-caesar-buffer-body): Allow rotating headers.
2153
2154         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2155
2156         * message.el (message-insert-formated-citation-line): Fix %f.
2157         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2158
2159 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2162         (gnus-bookmark-mouse-available-p): New macro.
2163         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2164         (gnus-bookmark-bmenu-show-infos): Use it.
2165         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2166         (gnus-bookmark-bmenu-hide-infos): Ditto.
2167         (gnus-bookmark-remove-properties): New function.
2168         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2169         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2170         (gnus-bookmark-write-file): Bind coding-system-for-write.
2171         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2172         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2173         group before selecting it.
2174         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2175         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2176         quit-window if it is not available; use gnus-mouse-2 and bind it to
2177         gnus-bookmark-bmenu-select-by-mouse.
2178         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2179         (gnus-bookmark-bmenu-select-by-mouse): New function.
2180
2181 2006-08-13  Romain Francoise  <romain@orebokech.com>
2182
2183         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2184         space.
2185
2186 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * compface.el (uncompface): Use binary rather than raw-text-unix.
2189
2190 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * compface.el (uncompface): Make sure the eol conversion doesn't take
2193         place when communicating with the external programs.  Reported by
2194         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2195
2196 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2199
2200 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2201
2202         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2203         Make it more robust by parsing author and date independently.
2204
2205 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2208
2209 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2210
2211         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2212         first matching secret key.
2213         (mml2015-epg-encrypt): Ditto.
2214
2215         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2216         first matching secret key.
2217         (mml1991-epg-encrypt): Ditto.
2218
2219         * mml2015.el (mml2015-encrypt-to-self): New user option.
2220         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2221         mml2015-epg-encrypt-to-self is set.
2222
2223         * mml1991.el (mml1991-encrypt-to-self): New variable.
2224         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2225         mml1991-epg-encrypt-to-self is set.
2226
2227         * mml2015.el (mml2015-signers): New user option.
2228         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2229         (mml2015-epg-encrypt): Allow to select signing keys.
2230
2231         * mml1991.el (mml1991-signers): New variable.
2232         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2233         (mml1991-epg-encrypt): Allow to select signing keys.
2234
2235 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * nnheader.el (nnheader-insert-head): Make it work even if the file
2238         uses CRLF for the line-break code.
2239
2240 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2241
2242         * mml2015.el: Require mml-sec instead of password.
2243         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2244         (mml2015-cache-passphrase): Inherit the default value from
2245         mml-secure-cache-passphrase.
2246         (mml2015-passphrase-cache-expiry): Inherit the default value from
2247         mml-secure-passphrase-cache-expiry.
2248
2249         * mml1991.el: Require mml-sec instead of password.
2250         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2251         (mml1991-cache-passphrase): Inherit the default value from
2252         mml-secure-cache-passphrase.
2253         (mml1991-passphrase-cache-expiry): Inherit the default value from
2254         mml-secure-passphrase-cache-expiry.
2255
2256         * mml-sec.el: Require password.
2257         (mml-secure-verbose): New user option.
2258         (mml-secure-cache-passphrase): New user option.
2259         (mml-secure-passphrase-cache-expiry): New user option.
2260
2261 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2262
2263         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2264         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2265         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2266
2267         FIXME: Use `tiny change'?
2268
2269 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2270
2271         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2272         workaround for the url package included with Emacs.
2273
2274         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2275
2276 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2279         correctly.  This fixes a bug caused by the 2006-05-12 change.
2280
2281 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2282
2283         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2284         some information about the error when saying that the `bogus' mail
2285         group will be used.
2286
2287 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2290         string.
2291
2292 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2293
2294         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2295
2296 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2297
2298         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2299
2300 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2301
2302         * mml1991.el (mml1991-function-alist): Add epg.
2303         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2304         (mml1991-epg-encrypt): New functions.
2305
2306 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2307
2308         * mml2015.el (mml2015-verbose): New variable.
2309         (mml2015-cache-passphrase): Ditto.
2310         (mml2015-passphrase-cache-expiry): Ditto.
2311         (mml2015-function-alist): Add epg.
2312         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2313         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2314         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2315         functions.
2316
2317 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2318
2319         * message.el (message-cite-original-1): Preserve region when removing
2320         quoted text due to X-No-Archive in order to avoid bogus attribution
2321         when citing multiple messages.
2322
2323 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2324
2325         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2326         Kenneth Jacker <khj@be.cs.appstate.edu>.
2327
2328 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2329
2330         * gnus-diary.el (gnus-user-format-function-d)
2331         (gnus-user-format-function-D): Autoload.
2332
2333         * imap.el (Commentary): Fix typo.
2334
2335         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2336         2006-04-22 contribution.
2337
2338 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2339
2340         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2341         It didn't really fix the bogosity I'm seeing with solid web groups.
2342
2343 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2344
2345         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2346         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2347         created using server names.  If we use the feature without declaring
2348         it, Gnus does not properly manage server and group state.
2349
2350         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2351         bound.
2352
2353 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2354
2355         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2356         looking up the method using GROUP's prefix before inventing a new one.
2357         It is used on killed/unknown groups in various places where returning
2358         an all-new method isn't expected by the caller.
2359
2360         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2361         and match semantics of gnus-group-real-prefix.
2362
2363 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2364
2365         * nnmail.el (nnmail-broken-references-mailers): New variable.
2366         (nnmail-ignore-broken-references): New function generalizing
2367         nnmail-fix-eudora-headers.
2368         (nnmail-fix-eudora-headers): Now obsolete.
2369
2370         * gnus-art.el (gnus-button-handle-custom): Support
2371         `customize-apropos*'.
2372
2373 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2376
2377         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2378         articles.
2379
2380 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * message.el (message-cite-reply-above): New variable.
2383         (message-yank-original): Use it.
2384
2385 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2388
2389 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2392         as read.
2393
2394         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2395
2396 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2397
2398         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2399         (gnus-bookmark-default-file): Use gnus-directory.
2400         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2401         Remove "*" in doc string.
2402         (gnus-bookmark-write-file): Simplify.
2403         (gnus-bookmark-maybe-sort-alist): Use `when'.
2404         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2405         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2406         FIXME about Emacs 21 and XEmacs compatibility.
2407         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2408         compatibility.
2409         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2410         compatibility.
2411         (gnus-bookmark-menu-heading): Fix version.
2412
2413 2006-06-19  Bastien Guerry  <bzg@altern.org>
2414
2415         * gnus-bookmark.el: New file.
2416
2417 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * message.el (message-syntax-checks): Doc fix.
2420
2421 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2422
2423         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2424         unsubscribed groups as if they were killed ones.  It causes duplicate
2425         entries in gnus-newsrc-alist.
2426
2427 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * message.el (message-syntax-checks): Doc fix.
2430         (message-send-mail): Add check for continuation headers.
2431         (message-check-news-header-syntax): Fix regexp used to check for
2432         continuation headers.
2433
2434 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2437
2438 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2441
2442 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2445         default-truncate-lines.
2446
2447 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2450         to fill the utf-8 entry.
2451
2452         * lpath.el: Fbind unicode-precedence-list.
2453
2454 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2455
2456         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2457
2458 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2459
2460         * gnus-agent.el (directory-files-and-attributes): Move all the way
2461         forward (the third and final move).
2462         (gnus-agent-read-agentview): Trap reconstruction errors due to
2463         nonexistant directory.  Handle by returning nil.
2464
2465 2006-05-30  Didier Verna  <didier@xemacs.org>
2466
2467         * message.el (message-dont-reply-to-names): Update the custom type.
2468         * message.el (message-dont-reply-to-names): New defsubst: potentially
2469         convert a list of regexps into a single one.
2470         * message.el (message-get-reply-headers): Use it.
2471         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2472
2473 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * gnus-agent.el (directory-files-and-attributes): Move forward.
2476
2477 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2478
2479         * gnus-ml.el (gnus-mailing-list-subscribe)
2480         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2481         (gnus-mailing-list-message): Fix doc strings.
2482
2483 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2484
2485         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2486         of doing it manually.
2487
2488 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2489
2490         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2491         comment.
2492
2493 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2494
2495         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2496         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2497         (gnus-agent-read-local): All symbols allocated in my-obarray
2498         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2499         (gnus-agent-regenerate-group): Check numeric names to see if they are
2500         messages or groups.
2501         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2502         better way of do this...)
2503
2504         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2505         'dummy.group' (there should be a better way of do this...)
2506
2507 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2510         (gnus-saved-headers): Ditto.
2511         (gnus-default-article-saver): Mention functions may have properties.
2512         (gnus-article-save): Override gnus-save-all-headers and
2513         gnus-saved-headers by :headers property which saver function may have.
2514         (gnus-summary-save-in-file): Add :headers property.
2515         (gnus-summary-write-to-file): Ditto.
2516
2517         * gnus-sum.el (gnus-summary-save-article): Bind
2518         gnus-prompt-before-saving to t when saving many articles in a file;
2519         always show all headers.
2520
2521         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2522
2523 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2526         marks.
2527
2528         * message.el (message-indent-citation): Add optional arguments to allow
2529         using it outside of message buffers.
2530
2531         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2532         (gnus-article-treat-unfold-headers): Use it.
2533         (gnus-article-truncate-lines): New variable.
2534         (gnus-article-mode): Use it.
2535         (gnus-article-toggle-truncate-lines): New function.
2536
2537         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2538         gnus-article-toggle-truncate-lines.
2539
2540         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2541         coding system in XEmacs, use binary.
2542
2543 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2546         after-load-alist.
2547
2548         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2549         this function should save decoded articles.
2550         (gnus-summary-write-to-file): Use property to specify this function
2551         should save decoded articles and specify gnus-summary-save-in-file
2552         should be used to save articles other than the first one when saving
2553         many articles.
2554         (gnus-summary-save-body-in-file): Use property to specify this
2555         function should save decoded articles.
2556         (gnus-summary-write-body-to-file): Use property to specify this
2557         function should save decoded articles and specify
2558         gnus-summary-save-body-in-file should be used to save articles other
2559         than the first one when saving many articles.
2560
2561         * gnus-sum.el (gnus-summary-save-article): Simplify.
2562
2563 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * gnus-art.el (gnus-default-article-saver): Add
2566         gnus-summary-write-body-to-file.
2567         (gnus-article-save-coding-system): Don't use coding system object
2568         in XEmacs.
2569         (gnus-read-save-file-name): Add optional `dir-var' argument which
2570         specifies directory in which files are saved; work even if optional
2571         `variable' argument is not specified.
2572         (gnus-summary-write-to-file): Read file name.
2573         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2574         (gnus-summary-write-body-to-file): New function.
2575
2576         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2577         (gnus-summary-local-variables): Add it.
2578         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2579         (gnus-summary-save-article): Remove optional `decode' argument;
2580         determine whether to decode articles by the value of
2581         gnus-default-article-saver; when saving many files using
2582         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2583         it first and use gnus-summary-save-in-file or
2584         gnus-summary-save-body-in-file thereafter unless
2585         gnus-prompt-before-saving is always; move point to article which
2586         will be saved.
2587         (gnus-summary-save-article-file): Revert.
2588         (gnus-summary-write-article-file): Revert.
2589         (gnus-summary-save-article-body-file): Revert.
2590         (gnus-summary-write-article-body-file): New function.
2591
2592 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-art.el (gnus-default-article-saver): Doc fix.
2595         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2596         from gnus-summary-save-article-coding-system, and default to a
2597         certain coding system.
2598         (gnus-output-to-file): Add coding cookie and encode text according
2599         to gnus-article-save-coding-system; don't use mm-append-to-file.
2600
2601         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2602         gnus-art.el and rename to gnus-article-save-coding-system.
2603         (gnus-summary-save-article): Require gnus-art; don't show all
2604         headers if it decodes articles; don't add coding cookie here;
2605         don't bind mm-text-coding-system-for-write.
2606         (gnus-summary-save-article-file): Save decoded articles.
2607         (gnus-summary-write-article-file): When saving many files, use
2608         gnus-summary-write-to-file first and gnus-summary-save-in-file
2609         thereafter unless gnus-prompt-before-saving is always.
2610         (gnus-summary-save-article-body-file): Save decoded articles.
2611
2612         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2613
2614 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * nnrss.el (nnrss-check-group): Bind hash-index.
2617
2618 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2619
2620         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2621         its hash index.  Store this hash in `nnrss-group-data'.
2622         (nnrss-read-group-data): Update accordingly.
2623
2624 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2627         entry.
2628
2629         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2630         gnus-article-browse-html-article.
2631
2632 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2633
2634         * gnus-sum.el (gnus-summary-mime-map): Add
2635         gnus-article-browse-html-article.
2636
2637         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2638
2639 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2642         suitable coding systems in customize.
2643
2644 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         * mail-source.el (mail-sources): Fix custom type.
2647
2648 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2649
2650         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2651         (gnus-summary-expire-articles-now): Shorten prompt.
2652
2653         * gmm-utils.el (wid-edit): Require.
2654         (defun-gmm): Renamed from `gmm-defun-compat'.
2655         (gmm-image-search-load-path): Use it.
2656         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2657
2658 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2661         variable.
2662         (gnus-summary-save-article): Add optional `decode' argument.  If
2663         it is set and gnus-summary-save-article-coding-system is non-nil,
2664         save decoded article.
2665         (gnus-summary-write-article-file): Save decoded article if
2666         gnus-summary-save-article-coding-system is non-nil.
2667
2668         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2669         type.
2670
2671 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2674
2675 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2678         first to test gnus-single-article-buffer which may be buffer-local.
2679
2680         * gnus-sum.el (gnus-summary-setup-buffer): Make
2681         gnus-single-article-buffer buffer-local and nil in ephemeral
2682         group; make gnus-article-buffer, gnus-article-current, and
2683         gnus-original-article-buffer always buffer-local.
2684         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2685         group.
2686         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2687
2688 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2689
2690         * nnml.el (nnml-request-compact-group): Compressed files might not
2691         have .gz extension.
2692
2693 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2696         (mm-copy-to-buffer): Use with-current-buffer.
2697         (mm-display-part): Simplify.
2698         (mm-inlinable-p): Add optional arg `type'.
2699
2700 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2701
2702         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2703         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2704         Try harder to show the attachment internally or externally using
2705         gnus-mime-view-part-as-type.
2706
2707 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * message.el (message-from-style, message-signature-separator)
2710         (message-user-organization-file, message-send-mail-function)
2711         (message-citation-line-function, message-yank-prefix)
2712         (message-indent-citation-function, message-signature)
2713         (message-signature-file, message-signature-insert-empty-line):
2714         Remove autoloads.
2715
2716         * gnus-art.el (gnus-buttonized-mime-types): Remove
2717         "multipart/signed".  Revert 2006-04-26 change.
2718
2719 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus.el (gnus-version-number): Bump version.
2722
2723 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2724
2725         * gnus.el: No Gnus v0.5 is released.
2726
2727 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2728
2729         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2730         fetching articles by message-id.
2731
2732 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * message.el (hashcash): Require hashcash as normal.
2735
2736         * ecomplete.el (ecomplete-highlight-match-line): Use
2737         point-at-eol.
2738         (ecomplete-highlight-match-line): Use `highlight', because that
2739         face exists in both Emacs and XEmacs.
2740
2741         * message.el (message-display-abbrev): Use point-at-bol.
2742
2743         * mail-source.el: Don't require timer/timer-funcs.
2744
2745         * gnus-async.el: Ditto.
2746
2747         * password.el: Ditto.
2748
2749         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2750
2751         * mm-url.el: Ditto.
2752
2753         * gnus-xmas.el: Don't require timer-funcs.
2754
2755         * mm-util.el: Require timer/timer-funcs.
2756
2757 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2758
2759         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2760         Close.
2761
2762 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2765         unibyte after clear-decrypt function runs.
2766
2767         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2768         returns as a unibyte string.
2769
2770 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * lpath.el: Revert.
2773
2774         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2775         (pgg-gpg-process-sentinel): Revert.
2776
2777         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2778         (pgg-pgp-lookup-key): Revert.
2779
2780         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2781         (pgg-pgp5-lookup-key): Revert.
2782
2783         * pgg.el (pgg-fetch-key): Revert.
2784
2785 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2786
2787         * lpath.el: Fbind string-as-multibyte for XEmacs.
2788
2789         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2790         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2791         (mml1991-pgg-encrypt): Ditto.
2792
2793         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2794         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2795         a multibyte buffer.
2796
2797         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2798         (pgg-pgp-lookup-key): Ditto.
2799
2800         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2801         (pgg-pgp5-lookup-key): Ditto.
2802
2803         * pgg.el (pgg-fetch-key): Ditto.
2804
2805 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * message.el (message-user-organization-file): Check several
2808         locations of the organization file.
2809
2810         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2811         Add gnus-article-view-part-as-type.
2812
2813         * gnus-art.el (gnus-article-view-part-as-type): New function.
2814
2815         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2816         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2817
2818         * mml.el: Simplify autoload.
2819         (mml-mode): defvar dnd-protocol-alist instead of using
2820         symbol-value.
2821         (mml-default-directory): New variable.
2822         (mml-minibuffer-read-file): Use it.
2823         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2824
2825         * message.el (message-citation-line-format): New variable.
2826         (message-insert-formated-citation-line): New function.
2827         (message-citation-line-function): Add
2828         `message-insert-formated-citation-line' to custom type.
2829
2830         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2831         to doc string.
2832
2833         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2834         depending on mm-verify-option.
2835
2836 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2839         binding pgg-* variables; reimplement the section which prevents
2840         MIME header from being signed.
2841         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2842         pgg-text-mode; remove a blank line at the top of body.
2843
2844         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2845         lines at the top of body; use gnus-newsgroup-charset if there's no
2846         Charset header.
2847
2848 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * message.el (message-self-insert-commands): Doc fix.
2851
2852         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2853         (mm-uu-pgp-encrypted-test): Ditto.
2854         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2855         between header and body; return application/pgp-encrypted handle
2856         if decryption failed; decode decrypted body by charset.
2857
2858         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2859         element match to application/pgp-*.
2860
2861 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2862
2863         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2864         HTML.
2865
2866 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * mail-source.el (mail-source-call-script): Message the error
2869         string.
2870
2871 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * gnus-util.el (gnus-byte-compile): Use it.
2874
2875 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2876
2877         * gnus-util.el (kill-empty-logs): New function.
2878
2879 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * message.el (message-mail-alias-type): Doc fix.
2882         (message-mail-alias-type-p): New function.
2883         (message-send): Use it.
2884         (message-mode): Ditto.
2885         (message-strip-forbidden-properties): Ditto.
2886
2887         * ecomplete.el (ecomplete-database-file-coding-system): New
2888         variable.
2889         (ecomplete-save): Use it.
2890         (ecomplete-setup): Use it.
2891
2892 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * message.el (message-self-insert-commands): New variable.
2895         (message-strip-forbidden-properties): Use it.
2896
2897 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2900         that doesn't make XEmacs choke.
2901
2902 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2903
2904         * gnus-util.el (gnus-replace-in-string):
2905         Prefer replace-regexp-in-string over of replace-in-string.
2906
2907 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-util.el (gnus-select-frame-set-input-focus):
2910         Use select-frame-set-input-focus if it is available in XEmacs; use
2911         definition defined in Emacs 22 for old Emacsen.
2912
2913         * dgnushack.el: Autoload unmorse-region for XEmacs.
2914
2915         * lpath.el: Bind cursor-in-non-selected-windows and
2916         select-frame-set-input-focus for XEmacs.
2917
2918 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2921
2922 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * gnus-registry.el (gnus-registry-cache-save): Remove text
2925         properties when saving via the temp buffer.
2926
2927 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2928
2929         * message.el (message-generate-hashcash): Honor custom type.
2930
2931 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * message.el (message-generate-hashcash): Default to non-nil when
2934         hashcash is found.
2935
2936         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2937         (gnus-refer-thread-limit): Increase default to 500.
2938
2939         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2940
2941         * flow-fill.el (fill-flowed): Allow delete-space.
2942
2943 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2946         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2947         Remove autoloads.
2948
2949 2006-04-18  Simon Josefsson  <jas@extundo.com>
2950
2951         * message.el (message-generate-hashcash): Default to.
2952
2953 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2956         concatenating segments rather than before concatenating them.
2957
2958 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2959
2960         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2961
2962 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2965
2966         * message.el (message-forward-make-body-plain): Allow
2967         message-forward-ignored-headers to be a list.
2968         (message-remove-ignored-headers): Factor out into function.
2969         (message-forward-make-body-mml): Use it.
2970
2971         * imap.el (imap-quote-specials): New function.
2972         (imap-login-auth): Quote specials.
2973
2974         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2975         (rfc2231-parse-string): Allow concatanation of parameters that
2976         aren't contiguous.  The test case is
2977           (mail-header-parse-content-type "message/external-body;
2978             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2979             access-type=LOCAL-FILE;
2980             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2981
2982 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2983
2984         * nntp.el (nntp-accept-process-output): Return the value of
2985         `nnheader-accept-process-output'.
2986
2987 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2990         (gnus-button-alist): Recognize more diff formats.
2991         (gnus-button-patch): Strip directory.
2992
2993 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2994
2995         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2996         Emacs 22 when setting focus.
2997
2998 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * gnus-art.el (gnus-article-treat-types): Do treatment of
3001         text/x-verbatim parts.
3002         (gnus-button-patch): New command.
3003
3004         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3005         addresses that contain invalid characters.
3006
3007 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * message.el (message-put-addresses-in-ecomplete): Use
3010         gnus-replace-in-string.
3011         (message-is-yours-p): Use the more correct
3012         mail-header-parse-address instead of
3013         mail-extract-address-components.
3014         (message-put-addresses-in-ecomplete): Fix typo.
3015
3016         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3017         keystroke.
3018
3019         * gnus-art.el (gnus-treatment-function-alist): Change order of
3020         newsgroups/generic header folding to avoid double-folding.
3021
3022         * message.el (message-hidden-headers): Add X-Draft-From.
3023
3024         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3025         command.
3026         (gnus-summary-repeat-search-article-backward): New command.
3027
3028         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3029         groups in the parent topic.
3030
3031 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3032
3033         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3034         (spam-extra-header-to-number): Return the CRM114 number as a
3035         number instead of a string.
3036
3037 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-art.el (gnus-face-properties-alist): Moved here from
3040         gnus-fun.
3041
3042         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3043
3044 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * message.el (message-strip-forbidden-properties): Only display on
3047         self-insert-command.
3048
3049         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3050         reindent.
3051         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3052
3053 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3054
3055         * smiley.el (smiley-style): Fix typo.
3056
3057 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * hashcash.el (hashcash-insert-payment-async-2): Use
3060         message-goto-eoh instead of doing it manually.
3061         (mail-add-payment): Use message-narrow-to-header instead of trying
3062         to do the same itself.
3063
3064         * message.el (message-hidden-headers): Add Face.
3065
3066         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3067         reparenting code.
3068         (gnus-summary-reparent-children): Refactored out code.
3069         (gnus-summary-thread-map): New keystroke.
3070         (gnus-summary-reparent-children): Make into command.
3071
3072         * smiley.el (smiley-style): Default to `medium' if using a large
3073         font.
3074
3075         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3076         does it itself.
3077
3078         * message.el (message-point-in-header-p): Simplify definition.
3079
3080 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3081
3082         * nnagent.el (nnagent-request-set-mark): Silence log file
3083         writing.
3084         (nnagent-request-set-mark): Use write-region instead of
3085         append-to-file.
3086
3087         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3088         strange select method.
3089
3090         * ecomplete.el (ecomplete-display-matches): Get highlightling
3091         right.
3092         (ecomplete-display-matches): Use literals.
3093         (ecomplete-display-matches): Disable message logging.
3094
3095         * message.el (message-display-abbrev): Small optimization.
3096
3097         * ecomplete.el (ecomplete-display-matches): Allow automatic
3098         display.
3099
3100         * message.el (message-strip-forbidden-properties): Display
3101         abbrevs.
3102         (message-display-abbrev): Get automatic display right.
3103
3104         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3105         keystrokes.
3106
3107 2006-04-13  Romain Francoise  <romain@orebokech.com>
3108
3109         TODO: Backport to v5-10!
3110
3111         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3112         Moved here (and renamed) from gnus-registry.el.
3113
3114         * gnus-registry.el: Require gnus-util.
3115         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3116
3117 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-group.el (gnus-group-catchup-current): Change
3120         if-then-else-if-then-else into cond.
3121         (gnus-group-catchup): Indent.
3122         (group-name-at-point): New function.
3123         (gnus-fetch-group): Provide default from thing at point.
3124
3125 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * message.el (message-display-abbrev): Fix regexp.
3128
3129         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3130         choosing.
3131         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3132         dead variables.
3133
3134         * message.el (message-newline-and-indent): Remove debugging.
3135         (message-display-abbrev): Use new implementation.
3136
3137 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3138
3139         * gnus-art.el (gnus-article-mode): Set
3140         cursor-in-non-selected-windows to nil.
3141
3142         * smiley.el: Revert previous change.
3143         (smiley-data-directory): defvar it before using it in the
3144         defcustom of `smiley-style'.
3145
3146 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * message.el (message-newline-and-indent): New function.
3149
3150         * ecomplete.el: Implement more bits.
3151
3152         * message.el (message-put-addresses-in-ecomplete): Clean up the
3153         string.
3154
3155         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3156
3157         * gnus-sum.el (gnus-summary-save-parts): Bind
3158         gnus-summary-save-parts-counter and use it to make unique file
3159         names.
3160
3161         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3162
3163         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3164         parameter to say whether to actually parse the individual
3165         addresses.
3166
3167         * message.el (message-put-addresses-in-ecomplete): New function.
3168         (ecomplete): Require.
3169         (message-mail-alias-type): Add ecomplete as an option.
3170
3171 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3172
3173         * flow-fill.el (fill-flowed): Remove trailing space from blank
3174         quoted lines.
3175
3176 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * smiley.el (smiley-style): Move definition later to avoid a
3179         compilation warning.
3180
3181 2006-04-12  Kenichi Handa  <handa@m17n.org>
3182
3183         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3184         buffer and then decode the buffer text if necessary.
3185         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3186         first, and after mm-encode-body, change the buffer to unibyte.
3187         Use mm-disable-multibyte instead of set-buffer-multibyte.
3188
3189 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3192         Content-Type header instead of Content-Disposition header.
3193         (gnus-mime-inline-part): Ditto.
3194         (gnus-mime-view-part-as-charset): Ignore charset that the part
3195         specifies.
3196
3197         * mm-decode.el (mm-display-part): Work with external parts and
3198         usual parts similarly.
3199
3200         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3201         instead of gnus-display-mime.
3202
3203         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3204         instead of with-temp-buffer.
3205
3206         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3207         tag to summarized topics part in order to encode non-ASCII text.
3208
3209 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * smiley.el (smiley-style): New variable.
3212         (smiley-directory): New function.
3213         (smiley-data-directory): Derive from `smiley-style' using
3214         `smiley-directory'.
3215         (smiley-regexp-alist): Add new entries.
3216
3217         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3218         (gnus-article-browse-delete-temp): Add :version.
3219
3220 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3221
3222         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3223         the sieve region.
3224
3225 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus.el (gnus-version-number): Bump version.
3228
3229 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3230
3231         * gnus.el: No Gnus v0.4 is released.
3232
3233 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3236         layout.
3237
3238         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3239         unknown charset.
3240
3241         * message.el (message-header-synonyms): Add Original-To to the
3242         default.
3243
3244         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3245         optional parameter.
3246
3247 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * gnus-fun.el (gnus): Require it for gnus-directory.
3250
3251 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3254
3255 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3256
3257         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3258
3259 2006-04-05  Simon Josefsson  <jas@extundo.com>
3260
3261         * password.el (password-reset): New function.
3262
3263 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3264
3265         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3266         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3267
3268 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3269
3270         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3271         Some whitespace was matched into the url, which broke browsing hits
3272         > 100 when mm-url-use-external was nil.
3273
3274 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3275
3276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3277         gnus-extra-headers for 'Newsgroups.
3278
3279         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3280         bound.
3281
3282 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3283
3284         * pgg-gpg.el: Clean up process buffers every time gpg processes
3285         complete.
3286
3287 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3288
3289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3290         doc string.
3291
3292 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3293
3294         * pgg-gpg.el (pgg-gpg-process-filter)
3295         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3296
3297         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3298         lines, temporary fix.
3299
3300 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3303
3304 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3305
3306         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3307         default-enable-multibyte-characters.  This reverts the change from
3308         revision 6.17 which is no longer necessary because the passphrase
3309         is sent separately now.  GnuPG messages are unreadable under
3310         multibyte locales with default-enable-multibyte-characters set to
3311         nil.
3312
3313 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * message.el (message-tool-bar-gnome): Move "spell".
3316
3317 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3320         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3321         instead.
3322
3323 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3324
3325         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3326         newsgroups handling for NNTP overviews which don't include
3327         Newsgroups.
3328
3329 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3330
3331         * message.el (message-resend): Bind message-generate-hashcash to nil.
3332
3333 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3334
3335         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3336         when searching for already-paid recipients.
3337
3338 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3339
3340         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3341         passphrases when it is not needed.
3342         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3343         passphrase stuff from gpg, should only be necessary when you use
3344         gpg with a smartcard.
3345
3346 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * mml.el (mml-insert-mime): Ignore cached contents of
3349         message/external-body part.
3350
3351         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3352         (mm-insert-part): Ditto.
3353
3354 2006-03-23  Simon Josefsson  <jas@extundo.com>
3355
3356         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3357         Reiner.
3358         (pgg-gpg-use-agent-p): Use it again.
3359
3360 2006-03-23  Simon Josefsson  <jas@extundo.com>
3361
3362         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3363         older emacsen.
3364         (pgg-gpg-use-agent-p): Don't use it.
3365
3366 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3369         if we can.
3370
3371 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3372
3373         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3374         (pgg-gpg-update-agent): New function.
3375         (pgg-gpg-use-agent-p): New function.
3376         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3377         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3378         (pgg-gpg-sign-region): Use it.
3379
3380 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3383         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3384
3385 2006-03-21  Simon Josefsson  <jas@extundo.com>
3386
3387         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3388         <wilde@sha-bang.de>.
3389         (pgg-gpg-use-agent): New variable.
3390         (pgg-gpg-process-region): Use it.
3391         (pgg-gpg-encrypt-region): Likewise.
3392         (pgg-gpg-encrypt-symmetric-region): Likewise.
3393         (pgg-gpg-decrypt-region): Likewise.
3394         (pgg-gpg-sign-region): Likewise.
3395         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3396
3397 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3400
3401         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3402         Add comment on version.
3403
3404 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * smiley.el: Add missing test smiley.
3407
3408 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * mm-decode.el (mm-with-part): New macro.
3411         (mm-get-part): Use it; work with message/external-body as well.
3412         (mm-save-part): Treat name and filename equally.
3413
3414         * mm-extern.el (mm-extern-cache-contents): New function.
3415         (mm-inline-external-body): Use it; force the part to be displayed;
3416         move undisplayer added to the cached handle to the parent.
3417
3418         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3419         (gnus-mime-view-part-as-type): Work with message/external-body.
3420
3421         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3422
3423 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3426         images in image-load-path.  [Sync with image.el, revision 1.60, in
3427         Emacs.]
3428
3429 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3432         path rather than symbol.  Always return list of directories.
3433         Guarantee that image directory comes first.  [Sync with image.el,
3434         revision 1.59, in Emacs.]
3435
3436         * message.el (message-make-tool-bar): Adjust to new API of
3437         `gmm-image-load-path-for-library'.
3438
3439         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3440
3441         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3442
3443 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3444
3445         * gnus-art.el (gnus-article-only-boring-p):
3446         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3447         intangible text.
3448         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3449
3450 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3453         `defun' instead of `gmm-defun-compat'.
3454
3455 2006-03-14  Simon Josefsson  <jas@extundo.com>
3456
3457         * message.el (message-unique-id): Don't use message-number-base36
3458         if (user-uid) is a float.
3459         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3460
3461 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3464
3465         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3466         empty line between a part and a message part.
3467
3468 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * smiley.el: Add more test smileys.
3471         (smiley-data-directory, smiley-regexp-alist)
3472         (gnus-smiley-file-types): Fix doc strings.
3473         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3474         adding new elements.
3475         (smiley-mouse-map): Unused code.  Make it a comment.
3476
3477 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3480         scan latest NoCeM messages instead of old ones.
3481         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3482         delimiters that are recently used.
3483         (gnus-nocem-load-cache): Add autoload cookie.
3484
3485         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3486
3487         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3488         level which is larger than gnus-use-nocem is specified.
3489
3490         * gnus-group.el (gnus-group-get-new-news): Ditto.
3491
3492 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus-util.el (gnus-tool-bar-update): New function.
3495
3496         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3497         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3498
3499         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3500
3501         * gnus-group.el (gnus-group-redraw-when-idle)
3502         (gnus-group-redraw-check): Remove.
3503         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3504
3505 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3508         if optional last element is specified in splits (FIELD VALUE...).
3509
3510 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3513         to gmm-image-load-path-for-library.  Call with no-error argument.
3514         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3515
3516         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3517
3518         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3519
3520         * gmm-utils.el (gmm-image-load-path): Remove alias.
3521
3522 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3523
3524         * gmm-utils.el (gmm-image-load-path): Add alias.
3525
3526         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3527         nnml-generate-nov-databases-1.
3528         (nnml-generate-nov-databases): Use it.
3529         (nnml-generate-nov-databases-directory): Document no-active
3530         argument.
3531
3532         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3533         directory if path is t.  Add no-error.
3534
3535         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3536         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3537
3538         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3539         resetting gnus-article-browse-html-temp-list.
3540
3541         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3542         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3543         Add example to docstring.  Rename local variables.  Move error
3544         checks to default case in cond and simplify.
3545
3546 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3549         handle is multipart when calling it recursively.
3550         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3551
3552 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3553
3554         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3555         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3556
3557 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3560         is loaded.
3561
3562         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3563         loaded.
3564
3565 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3568         to "Emacs 23 (unicode)" in doc string.
3569
3570         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3571         "Emacs 23 (unicode)" in comment.
3572
3573 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3576
3577         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3578         characters 160 through 255 in Emacs 23.
3579
3580 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3583         gnus-article-browse-html-temp.
3584         (gnus-article-browse-delete-temp): Make it customizable.  Add
3585         `file'.  Adjust doc string.
3586         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3587         query for each file.  Adjust doc string.
3588         (gnus-article-browse-html-parts): Add
3589         `gnus-article-browse-delete-temp-files' to
3590         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3591
3592 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3593
3594         * gnus-art.el (gnus-article-browse-html-temp)
3595         (gnus-article-browse-delete-temp): New variables.
3596         (gnus-article-browse-delete-temp-files): New function.
3597         (gnus-article-browse-html-parts): Use it.
3598
3599 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3600
3601         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3602
3603         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3604         string.
3605
3606         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3607         gnus-summary-insert-new-articles when unplugged.  Remove
3608         gnus-summary-search-article-forward.
3609
3610         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3611         display-visual-class instead of display-color-cells.
3612
3613 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * dgnushack.el: Autoload customize-group for XEmacs.
3616
3617         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3618         message/* containing non-ASCII text properly.
3619
3620 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * message.el: Require gmm-utils, remove autoloads.
3623         (message-tool-bar): Set default based on
3624         gmm-tool-bar-style.
3625         (message-tool-bar-gnome): Add gmm-customize-mode.
3626
3627         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3628         gmm-tool-bar-style.
3629         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3630
3631         * gnus-group.el (gnus-group-tool-bar): Set default based on
3632         gmm-tool-bar-style.
3633         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3634
3635         * gmm-utils.el (gmm-image-directory): Rename variable from
3636         gmm-image-load-path.
3637         (gmm-image-load-path): Use gmm-image-directory.
3638         (gmm-customize-mode): New function.
3639         (gmm-tool-bar-style): New variable.
3640
3641         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3642         gnus-group-redraw-line-number.
3643         (gnus-group-redraw-check): Simplify.
3644         (gnus-group-tool-bar-update): Remove redraw check.
3645         (gnus-group-make-tool-bar): Add redraw check.
3646
3647 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3648
3649         * gnus-art.el (gnus-button): Add missing parentheses.
3650
3651 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * lpath.el: Fbind line-number-at-pos.
3654
3655 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3658
3659 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * gnus-art.el (gnus-button): New face.
3662         (gnus-article-button-face): Use it.
3663
3664         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3665         gnus-summary-next-page.  Re-order.
3666
3667         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3668         next-node are now included.
3669         (gnus-group-redraw-line-number): New internal variable.
3670         (gnus-group-redraw-check): Helper function for updating the tool
3671         bar.
3672         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3673
3674         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3675
3676         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3677         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3678         Use it to match format of Spamassassin 3.0 and later.  Reported by
3679         IRIE Tetsuya <irie@t.email.ne.jp>.
3680         (spam-check-bogofilter)
3681         (spam-bogofilter-register-with-bogofilter): Fix args of
3682         `gnus-error' calls.
3683
3684 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3687         unnecessary interaction when sending queued mails.  Reported by
3688         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3689
3690 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3693         first or last are nil.
3694
3695 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3696
3697         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3698
3699 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3702
3703 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * dns.el (query-dns): Protect more against buggy tcp output.
3706
3707 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3710         nov.php.
3711
3712 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3713
3714         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3715         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3716         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3717         output on the server side.
3718         (nnweb-google-create-mapping): Update regexps and add some
3719         progress indication.
3720
3721 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3724         gnus-agent-toggle-plugged.  Re-order icons.
3725         (gnus-group-tool-bar-gnome): Add
3726         gnus-group-{prev,next}-unread-group.
3727         (gnus-group-tool-bar-gnome): Re-order icons.
3728
3729         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3730         gnus-summary-insert-new-articles.
3731
3732         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3733         comments.
3734
3735         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3736         also available in Emacs 21.3.
3737
3738         * message.el (message-fix-before-sending): Change "Emacs 22" to
3739         "Emacs 23 (unicode)" in comment.
3740
3741         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3742         "Emacs 23 (unicode)" in comment.
3743
3744         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3745         comment.
3746         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3747
3748         * mm-view.el (mm-fill-flowed): Add :version.
3749
3750 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3753         and load-path.
3754
3755 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3756
3757         * message.el: Autoload gmm-image-load-path.
3758         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3759         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3760         consitency.
3761
3762         * gmm-utils.el (gmm-image-load-path): Also search in
3763         "../etc/images".  Don't set gmm-image-load-path if we don't find
3764         the image.
3765
3766 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gmm-utils.el (gmm-image-load-path): Don't make
3769         `gmm-image-load-path' include subdirectories which the second arg
3770         `image' might specify.
3771
3772         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3773         subdirectory to icon file names.
3774
3775         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3776
3777 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3780         gmm-image-load-path calls.
3781
3782         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3783
3784         * message.el (message-make-tool-bar): Ditto.
3785
3786         * mml.el (mml-preview): Added comment concerning tool bar icons.
3787
3788         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3789         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3790
3791         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3792         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3793
3794         * message.el (message-tool-bar-gnome): Use new icon names.
3795         (message-make-tool-bar): Use `gmm-image-load-path'.
3796
3797         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3798         functions from MH-E.
3799         (gmm-image-load-path): New variable from MH-E.
3800         (gmm-image-load-path): New function from MH-E.  Added arguments
3801         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3802         *-image-load-path-called-flag.
3803
3804 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3805
3806         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3807
3808 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3809
3810         * nnimap.el (nnimap-request-move-article): Change folder back to
3811         source group before deleting.
3812
3813 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3816
3817         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3818         mm-url.
3819
3820         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3821
3822 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3825         coding system which mm-charset-to-coding-system returns for a
3826         given charset is valid.
3827
3828 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3829
3830         * html2text.el (html2text-remove-tag-list):
3831         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3832
3833 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3834
3835         * gnus-cus.el: Revert 2005-10-17 change.
3836
3837 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (article-strip-banner): Call
3840         article-really-strip-banner only when the regexp match is made.
3841
3842 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (article-strip-banner): Use
3845         gnus-extract-address-components instead of
3846         mail-header-parse-addresses to make it work with non-ASCII text;
3847         remove mail-encode-encoded-word-string.
3848
3849         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3850         values which are surrounded with \"...\"; make it never cause a
3851         Lisp error; give up parsing of parameters if it failed in
3852         extracting type.
3853
3854 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3855
3856         * smime.el (smime-cert-by-ldap-1): Fix bug where
3857         `smime-ldap-search' returns results without userCertificates.
3858
3859 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3862
3863 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * spam.el (spam-check-spamassassin-headers): Adapt format for
3866         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3867         <ari@mbf.ocn.ne.jp>.
3868         (spam-list-of-processors): Add spam-use-gmane.
3869
3870 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3873         make-temp-file; make it work with XEmacs as well.
3874
3875         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3876         mm-make-temp-file.
3877
3878         * mm-decode.el (mm-display-external): Use the 3rd arg of
3879         mm-make-temp-file.
3880         (mm-create-image-xemacs): Ditto.
3881
3882 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3885         with message-narrow-to-headers.
3886         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3887         (gnus-draft-check-draft-articles): New function.
3888         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3889
3890 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * gnus-art.el (gnus-article-browse-html-parts):
3893         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3894         Don't use suffix argument for mm-make-temp-file for Emacs 21
3895         compatibility.  Remove useless `format'.
3896
3897 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3898
3899         * nnweb.el (nnweb-google-wash-article): Update regexps.
3900         (nnweb-group-alist): Use defvoo instead of defvar.
3901
3902 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3905         re-loading nn* modules.
3906
3907 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3910         for `tool-bar-mode' and don't check it's default-value.
3911
3912         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3913
3914         * message.el (message-make-tool-bar): Ditto.
3915
3916         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3917         `substring'.  Shorten tmp-file name.
3918
3919         * gnus.el: Remove bogus comment.
3920
3921 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3922
3923         * gnus-art.el (gnus-article-browse-html-parts): New function.
3924         (gnus-article-browse-html-article): New function for viewing html
3925         articles with a browser.
3926
3927 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3928
3929         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3930         in elisp.
3931         (pgg-gpg-encrypt-symmetric-region): Ditto.
3932         (pgg-gpg-sign-region): Ditto.
3933
3934         * pgg-def.el (pgg-text-mode): New variable.
3935
3936         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3937         (mml2015-pgg-encrypt): Ditto.
3938
3939         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3940         (mml1991-pgg-encrypt): Ditto.
3941
3942 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3945         message-make-date instead of current-time-string.
3946
3947         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3948         to gnus-decoded which mm-uu might set.
3949
3950 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3953         don't decode quoted parameters; remove misimported Emacs code.
3954         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3955         (rfc2231-decode-encoded-string): Don't use split-string which
3956         behaves differently according to Emacs version; use
3957         mm-decode-coding-region to convert charset to coding-system.
3958         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3959         (rfc2231-encode-string): Remove misimported Emacs code.
3960
3961 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3964         when calling mail-header-parse-content-type.
3965         (article-de-quoted-unreadable): Ditto.
3966         (article-de-base64-unreadable): Ditto.
3967         (article-wash-html): Ditto.
3968
3969         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3970         calling mail-header-parse-content-type and
3971         mail-header-parse-content-disposition.
3972         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3973         mail-header-parse-content-type.
3974
3975         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3976         insert charset and format parameters; encode description after
3977         inserting it to buffer.
3978         (mml-insert-parameter): Fold lines properly even if a parameter is
3979         segmented into two or more lines; change the max column to 76.
3980
3981         * rfc1843.el (rfc1843-decode-article-body): Don't use
3982         ignore-errors when calling mail-header-parse-content-type.
3983
3984         * rfc2231.el (rfc2231-parse-string): Return at least type if
3985         possible; don't cause an error even if it fails in parsing of
3986         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3987         (rfc2231-encode-string): Don't break lines at the beginning, leave
3988         it to mml-insert-parameter.
3989
3990         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3991         calling mail-header-parse-content-type.
3992
3993 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * spam-report.el (spam-report-gmane-use-article-number):
3996         Improve doc string.
3997         (spam-report-gmane-internal): Check if a suitable header was found
3998         in the article.
3999
4000 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4003         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4004
4005 2006-02-05  Romain Francoise  <romain@orebokech.com>
4006
4007         Update copyright notices of all files in the gnus directory.
4008
4009 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4010
4011         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4012
4013 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4016         segmented lines of parameter value to cope with Thunderbird 1.5
4017         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4018         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4019         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4020
4021 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4022
4023         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4024         parts.
4025
4026 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4027
4028         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4029         there's only one active file for all servers.
4030         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4031         solid groups.  Gnus might have used a FAST request to select the group.
4032         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4033         and nnweb-search redundantly in the active file.
4034         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4035         (nnweb-request-create-group): Don't use ARGS.
4036         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4037         initialisations.  Let nnoo do the work.
4038
4039 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4042         Say the part has been decoded.
4043
4044         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4045
4046 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4047
4048         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4049         mailcap-viewer-test-cache when there's no 'test clause, since that
4050         will invert the meaning of a "nil" test previously determined by
4051         mailcap-mailcap-entry-passes-test.
4052
4053 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4056         compiling.
4057
4058         * gnus-sum.el: Ditto.
4059
4060         * message.el: Don't bind tool-bar-map when compiling.
4061
4062 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4065
4066 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4067
4068         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4069         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4070         current Google Groups.
4071
4072 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4073
4074         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4075         and tool-bar-mode.
4076
4077         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4078         and tool-bar-mode.
4079
4080         * message.el (message-tool-bar-update): Simplify.
4081         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4082
4083         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4084         gnus-summary-buffer.
4085         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4086         gnus-summary-reply.
4087
4088         * gmm-utils.el (gmm): Add :version.
4089
4090 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * Makefile.in (clean): New rule.
4093         (distclean): Use it.
4094
4095 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4096
4097         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4098         autoload.
4099
4100 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * gmm-utils.el (gmm-verbose): Add :group.
4103
4104 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4105
4106         * message.el: Change some comments WRT tool-bars.
4107
4108         * gnus-sum.el (gnus-summary-tool-bar)
4109         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4110         (gnus-summary-tool-bar-zap-list): New variables.
4111         (gnus-summary-make-tool-bar): Complete rewrite using
4112         `gmm-tool-bar-from-list'.
4113
4114         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4115         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4116         variables.
4117         (gnus-group-make-tool-bar): Complete rewrite using
4118         `gmm-tool-bar-from-list'.
4119         (gnus-group-tool-bar-update): New function.
4120
4121         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4122
4123 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4126         is dissected into a single part of which the type is the same as
4127         the given one; decode charset.
4128
4129 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4130
4131         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4132         into alists as symbol not string, since that's what
4133         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4134         look for.
4135
4136 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4137
4138         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4139         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4140
4141         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4142
4143 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4146         (gnus-xmas-mime-security-button-menu): New function.
4147
4148         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4149         (gnus-mime-security-button-menu): New definition.
4150         (gnus-mime-security-button-map): Use them.
4151         (gnus-mime-security-button-menu): New function.
4152         (gnus-insert-mime-security-button): Addition to help echo.
4153         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4154         (gnus-mime-security-pipe-part): New functions.
4155
4156         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4157         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4158
4159         * mm-decode.el (mm-handle-set-disposition): Remove.
4160         (mm-handle-set-description): Remove.
4161
4162 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4165         (mm-w3m-standalone-supports-m17n-p): New function.
4166         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4167         w3m usage.
4168
4169         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4170         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4171
4172 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * message.el (message-tool-bar-zap-list): Use
4175         gmm-tool-bar-zap-list as custom type.
4176         (message-tool-bar-update): New function.
4177         (message-tool-bar, message-tool-bar-gnome)
4178         (message-tool-bar-retro): Add message-tool-bar-update.
4179         (message-tool-bar-gnome): Add flyspell-buffer.
4180
4181         * gnus-util.el (gnus-error): Describe `args'.
4182
4183         * gmm-utils.el (gmm-error): Describe `args'.
4184         (gmm-tool-bar-zap-list): New widget.
4185         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4186
4187 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4190         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4191         the number of recursive calls.
4192
4193         * mm-decode.el (mm-handle-set-disposition): New macro.
4194         (mm-handle-set-description): New macro.
4195
4196 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4199         encoding.
4200
4201 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * message.el (message-tool-bar-zap-list, message-tool-bar)
4204         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4205         (message-tool-bar-local-item-from-menu): Remove.
4206         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4207         (message-make-tool-bar): New function.
4208         (message-mode): Use `message-make-tool-bar'.
4209
4210         * gmm-utils.el: New file.
4211         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4212         (gmm-lazy): New widget copied from `nnmail.el'.
4213         (gmm-tool-bar-from-list): New function for creating customizable
4214         tool bars.
4215         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4216         output.
4217         (gmm): Add :prefix to defgroup.
4218
4219 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4220
4221         * gmm-utils.el (gmm-widget-p): New function.
4222
4223 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * mml.el (mml-attach-file): Describe `description' in doc string.
4226         (mml-menu): Add Emacs MIME manual and PGG manual.
4227
4228 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4229
4230         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4231
4232 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4233
4234         * nntp.el (nntp-end-of-line): Doc fix.
4235
4236 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4237
4238         * imap.el (imap-open): Handle case where buffer is a buffer
4239         object.
4240
4241 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4242
4243         * gnus-delay.el (gnus-delay): Don't autoload.
4244         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4245         to be re-loaded when customizing the `gnus-delay' group.
4246
4247 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4248
4249         * message.el (message-insert-citation-line): Use newlines.
4250
4251 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4252
4253         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4254         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4255         these routines, so the passphrase can be managed externally and
4256         passed in to the system.
4257         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4258         pgg-add-passphrase-to-cache function.
4259
4260         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4261         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4262         these routines, so the passphrase can be managed externally and
4263         passed in to the system.
4264         (pgg-pgp5-sign-region): Use new name of
4265         pgg-add-passphrase-to-cache function.
4266
4267 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4268
4269         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4270         part of the decoded armor to find the key-identifier.
4271         (pgg-gpg-lookup-key-owner): New function to return the
4272         human-readable identifier of a key owner.
4273         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4274         itself.
4275         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4276         the key value) if we have a key and can match it against a secret
4277         key.  Also, added a note pointing out fact that the prompt only
4278         indicates the first matching key.
4279
4280         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4281         pgg-decrypt-region.
4282         (pgg-add-passphrase-to-cache): Rename from
4283         `pgg-add-passphrase-cache' to reduce confusion (all callers
4284         changed).
4285         (pgg-remove-passphrase-from-cache): Rename from
4286         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4287         changed).
4288         (pgg-read-passphrase, pgg-add-passphrase-cache)
4289         (pgg-remove-passphrase-cache): Add informative docstrings.
4290         (pgg-decrypt): Convey provided passphrase in subordinate call to
4291         pgg-decrypt-region.
4292
4293 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4294
4295         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4296         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4297         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4298         'passphrase' argument, so the passphrase can be managed externally
4299         and then passed in to the system.
4300
4301         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4302         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4303         so the passphrase cache can be used reliably with identifiers
4304         besides a pgp packet's key id.
4305
4306         * pgg-gpg.el (pgg-gpg-encrypt-region)
4307         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4308         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4309         these routines, so the passphrase can be managed externally and
4310         passed in to the system.
4311
4312         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4313         'notruncate' argument, so the passphrase cache can be used
4314         reliably with identifiers besides a pgp packet's key id.
4315
4316 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4317
4318         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4319         symmetric encryption.
4320         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4321         encrypted session key.
4322         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4323         message ask for the passphrase in a proper way.
4324
4325         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4326         New user commands for symmetric encryption.
4327
4328 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4331
4332         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4333
4334 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4335
4336         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4337
4338 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * mm-decode.el (mm-inlined-types): Add application/pgp.
4341         (mm-automatic-display): Ditto.
4342
4343         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4344         part as text.
4345
4346 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * nnrss.el: Update copyright.
4349         (nnrss-opml-import): Query whether to subscribe to each entry.
4350
4351         * gnus-art.el:
4352         * gnus-sum.el:
4353         * gnus-xmas.el:
4354         * messagexmas.el:
4355         * mm-uu.el:
4356         * mm-view.el: Update copyright.
4357
4358 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * message.el (message-info): New function.
4361         (message-mode-menu): Add it.
4362         Update copyright.
4363
4364         * ChangeLog: Fix and update copyright.
4365
4366 2006-01-13  Romain Francoise  <romain@orebokech.com>
4367
4368         * message.el (message-forward-subject-name-subject): Prefer the
4369         address to 'nowhere' if the sender has no name.
4370         Fix typo.  Update copyright year.
4371
4372 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (article-wash-html): Use
4375         gnus-summary-show-article-charset-alist if a numeric arg is given.
4376         (gnus-article-wash-html-with-w3m-standalone): New function.
4377
4378         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4379         mm-inline-text-html-render-with-w3m-standalone.
4380         (mm-text-html-washer-alist): Map w3m-standalone to
4381         gnus-article-wash-html-with-w3m-standalone.
4382         (mm-inline-text-html-render-with-w3m-standalone): New function.
4383
4384 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4385
4386         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4387         Improve LaTeX.
4388
4389 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4392         (nnrss-request-article): Render text/plain parts as HTML.
4393
4394         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4395         the buffer.
4396
4397 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4400         custom definition of `gnus-posting-styles'.
4401
4402         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4403         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4404
4405 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4408         Use nntp for bug archive.
4409
4410 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4413         parts.
4414         (nnrss-normalize-date): New function converts ISO 8601 date into
4415         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4416         (nnrss-check-group): Use it.
4417
4418 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4421
4422         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4423         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4424         (nnrss-insert-w3): Ditto.
4425
4426 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4429         the articles to be forwarded including the case where neither a
4430         number of articles nor a region is specified.
4431
4432 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * nnrss.el (nnrss-request-article): Fix last change; fill
4435         text/plain parts.
4436
4437 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4440         in text/plain part.
4441         (nnrss-check-group): Don't add excessive newline to dc:subject.
4442
4443 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4444
4445         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4446         article.
4447
4448 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4451         (nnml-use-compressed-files, nnml-save-mail): Support other
4452         comression programs such as bzip2.
4453
4454 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * dns.el (query-dns): Make sure we check the buffer size before
4457         removing tcp headers.
4458
4459 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4462         remove MIME buttons associated with multipart/alternative parts.
4463         (gnus-mime-display-alternative): Tag buttons using `article-type'
4464         text property.
4465
4466         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4467         associated with multipart/alternative parts.
4468
4469         * gnus-art.el (gnus-signature-separator): Fix custom type.
4470
4471         * mm-decode.el (mm-inlined-types): Fix custom type.
4472         (mm-keep-viewer-alive-types): Ditto.
4473         (mm-automatic-display): Ditto.
4474         (mm-attachment-override-types): Ditto.
4475         (mm-inline-override-types): Ditto.
4476         (mm-automatic-external-display): Ditto.
4477
4478 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * spam-report.el (spam-report-user-mail-address)
4481         (spam-report-user-agent): New variables.
4482         (spam-report-url-ping-plain): Use spam-report-user-agent.
4483
4484 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4485
4486         * gnus-art.el (gnus-button-handle-custom): Do not just use
4487         `customize-apropos' for any "M-x customize-*" button but the
4488         function called for.  Accept both the function name and its
4489         argument in order to achieve this.
4490         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4491         function name to `gnus-button-handle-custom' in case of "M-x
4492         customize-*" buttons.
4493
4494 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4497         multipart/alternative and add xref to mm-discouraged-alternatives
4498         in doc string.
4499
4500         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4501         gnus-buttonized-mime-types in doc string.
4502
4503 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4504
4505         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4506         Suggest image/.* in the doc string.
4507
4508 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4509
4510         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4511         message-marks (Debian bug #342521).
4512
4513 2005-12-12  Simon Josefsson  <jas@extundo.com>
4514
4515         * password.el (password-read-from-cache): Add.
4516         (password-read): Use it.
4517
4518 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4521         us-ascii as a MIME charset.
4522
4523         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4524         against the case where the 2nd arg TYPE is nil.
4525
4526 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * pop3.el (pop3-stream-type): Fix custom version.
4529
4530         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4531
4532 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4533
4534         * mm-decode.el (mm-display-external): Add missing cdr.
4535
4536 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4539         RFC1524) if it is in mailcap or add a suffix according to
4540         mailcap-mime-extensions when generating a temp filename; postpone
4541         deleting a temp file for 2 seconds for some wrappers, shell
4542         scripts, and so on, which might exit right after having started a
4543         viewer command as a background job.
4544
4545 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * nntp.el (nntp-marks-directory): Fix custom group.
4548
4549         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4550         steps when < 10.
4551
4552         * gnus-start.el (gnus-no-server-1): Mention
4553         `gnus-level-default-subscribed' in doc string.
4554
4555 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4556
4557         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4558         parens.
4559
4560 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-xmas.el (gnus-use-toolbar): Revert.
4563         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4564         gnus-use-toolbar is default.
4565
4566         * messagexmas.el (message-use-toolbar): Revert.
4567         (message-setup-toolbar): Use global default-toolbar if
4568         message-use-toolbar is default.
4569
4570 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4573         according to default-toolbar-visible-p.
4574
4575         * messagexmas.el (message-use-toolbar): Ditto.
4576
4577 2005-11-26  Dave Love  <fx@gnu.org>
4578
4579         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4580         (tls-program, tls-success): Provide openssl alternative.
4581
4582         * starttls.el: Doc fixes.
4583         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4584         SERVICE to PORT.
4585
4586         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4587         port null or service name.
4588         (starttls-negotiate): Autoload.
4589
4590 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * message.el (message-kill-to-signature): Fix interactive spec.
4593
4594 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * pop3.el (pop3-open-server): Recognize a string as a service name.
4597
4598 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4599
4600         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4601
4602 2005-11-23  Dave Love  <fx@gnu.org>
4603
4604         Add pop3s, pop3/starttls.
4605
4606         * pop3.el (pop3-authentication-scheme): Clarify doc.
4607         (open-tls-stream, starttls-open-stream): Autoload.
4608         (pop3-stream-type): New.
4609         (pop3-open-server): Use it.
4610
4611         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4612         for POP.
4613         (mail-source-keyword-map): Add :stream for POP.
4614         (mail-source-fetch-pop): Use pop3-stream-type.
4615
4616 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4619         of current-time-string.
4620
4621 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4622
4623         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4624         date header.
4625
4626 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4627
4628         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4629         it can seriously impact performance as it bypasses the agent's
4630         local caches.
4631
4632 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4633
4634         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4635         must be explicitly online rather than "not explicitly offline" for
4636         its flags to be synchronized.
4637
4638         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4639         that gnus-uu-unmark-thread will function correctly.
4640
4641         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4642         1024K is instead displayed as 1M.
4643
4644 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4647
4648 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4649
4650         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4651
4652 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4653
4654         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4655         error message to display actual error condition.
4656         (gnus-agent-save-local): Avoid saving symbols that are bound to
4657         nil as they simply result in a warning message in
4658         gnus-agent-read-local.
4659
4660 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4663         rather than make-variable-buffer-local for file-precious-flag.
4664
4665 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4666
4667         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4668         for duplicates which are removed.  The invalid sort check then
4669         triggers a rescan after the sort as sorting may have moved
4670         duplicate entries such that they can be cheaply detected.
4671
4672 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4675
4676 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4677
4678         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4679         internal variable to a custom variable.  Changed default value
4680         from compressed(2) to uncompressed(1).
4681         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4682         support for uncompressed agentview files.  Taken together, reading
4683         the agentview file should now be 6-7 times faster.
4684
4685 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4686
4687         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4688         as a buffer-local variable.  This avoids creating truncated
4689         dribble files as a result of a hang up, eg.
4690
4691 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4692
4693         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4694         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4695         XEmacs.
4696
4697 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * gnus-start.el (gnus-start-draft-setup): Enforce
4700         `gnus-draft-mode' for nndraft:drafts at startup.
4701
4702         * gnus.el (gnus-splash): Change custom group.
4703         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4704         allow-list argument.
4705
4706         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4707         string.
4708
4709 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * gnus-art.el (gnus-default-article-saver): Add user-defined
4712         `function' to custom type.
4713
4714 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4715
4716         * imap.el (imap-open): Handle case where buffer is a buffer
4717         object.
4718
4719 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4722         long lines.
4723         (gnus-cache-delete-group): Wrap doc strings.
4724
4725         * gnus-agent.el (gnus-agent-rename-group)
4726         (gnus-agent-delete-group): Wrap doc strings.
4727
4728
4729 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * messagexmas.el (message-use-toolbar): Change the valid values
4732         into default, top, bottom, left, and right.
4733         (message-toolbar-thickness): New variable.
4734         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4735         well.
4736         (message-setup-toolbar): Make it work.
4737
4738         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4739         (gnus-use-toolbar): Change the valid values into default, top,
4740         bottom, left, and right.
4741         (gnus-toolbar-thickness): New variable.
4742         (gnus-xmas-setup-toolbar): New function.
4743         (gnus-xmas-setup-group-toolbar): Use it.
4744         (gnus-xmas-setup-summary-toolbar): Use it.
4745
4746 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * gnus-start.el (gnus-1): Add "native" to
4749         gnus-predefined-server-alist.
4750
4751         * gnus.el (gnus-method-to-server): Don't add "native" to the
4752         lists here, because that leads to problems when
4753         gnus-select-method is bound.
4754
4755 2005-11-09  Simon Josefsson  <jas@extundo.com>
4756
4757         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4758         use (not sort-by-date) instead.
4759
4760 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4761
4762         * gnus-delay.el (gnus-delay-group): Don't autoload.
4763         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4764         to be re-loaded when customizing the `gnus-delay' group.
4765
4766 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4767
4768         * message.el: Revert last changes.
4769         (message-insert-citation-line): Use newlines.
4770
4771 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4772
4773         * message.el (message-courtesy-message)
4774         (message-mark-insert-begin, message-mark-insert-end)
4775         (message-elide-ellipsis, message-cancel-message)
4776         (message-add-header, message-change-subject)
4777         (message-cross-post-followup-to-header)
4778         (message-cross-post-insert-note, message-reduce-to-to-cc)
4779         (message-widen-reply, message-delete-not-region)
4780         (message-kill-to-signature, message-insert-signature)
4781         (message-insert-importance-high, message-insert-importance-low)
4782         (message-insert-or-toggle-importance)
4783         (message-insert-disposition-notification-to)
4784         (message-indent-citation, message-yank-original)
4785         (message-cite-original-without-signature, message-cite-original)
4786         (message-insert-citation-line, message-position-on-field)
4787         (message-fix-before-sending, message-send-mail-partially)
4788         (message-send-mail, message-send-mail-with-sendmail)
4789         (message-send-mail-with-qmail, message-send-news)
4790         (message-check-news-header-syntax, message-generate-headers)
4791         (message-insert-courtesy-copy, message-fill-address)
4792         (message-fill-header, message-shorten-references)
4793         (message-setup-1, message-cancel-news)
4794         (message-forward-make-body-plain, message-forward-make-body-mime)
4795         (message-forward-make-body-mml, message-encode-message-body)
4796         (message-forward-make-body-digest-plain)
4797         (message-forward-make-body-digest-mime)
4798         (message-use-alternative-email-as-from): Insert `hard-newline'
4799         instead of ordinary newlines.
4800
4801 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * message.el (message-generate-headers): Downcase the argument
4804         given to message-check-element.
4805
4806 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4807
4808         * nntp.el (nntp-authinfo-rejected): New error condition.
4809         (nntp-wait-for): Use new error condition to signal authentication
4810         error.
4811         (nntp-retrieve-data): Rethrow new error condition to break out of
4812         recursive call to nntp-send-authinfo.
4813
4814 2005-11-08  Romain Francoise  <romain@orebokech.com>
4815
4816         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4817         (gnus-summary-exit-map): Bind to `Z p'.
4818         (gnus-summary-make-menu-bar): Add menu item.
4819
4820 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4823         (gnus-treat-*): Add `first' in all doc strings.
4824
4825         * gnus-group.el (gnus-group-compact-group): Fix typo.
4826
4827 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus.el (gnus-parameters-case-fold-search): New variable.
4830         (gnus-parameters-get-parameter): Use it.
4831
4832         * gnus-score.el (gnus-home-score-file): Doc fix.
4833
4834 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4835
4836         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4837
4838 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * mm-util.el (mm-special-display-p): New function.
4841
4842         * mml.el (mml-preview): Use it; doc fix.
4843
4844 2005-10-29  Romain Francoise  <romain@orebokech.com>
4845
4846         * message.el (message-fix-before-sending): Fix comment.
4847
4848 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4849
4850         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4851
4852 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4853
4854         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4855         Used in gnus-score.el.
4856
4857 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4860
4861 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4864         whitespace removed in revision 7.8.  Use concatenated string to
4865         protect trailing whitespace.
4866
4867 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4868
4869         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4870         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4871         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4872         Courier IMAP ("some version from 2004").  Mostly based on similar
4873         code in the same function.
4874
4875 2005-10-26  Didier Verna  <didier@xemacs.org>
4876
4877         * gnus-group.el (gnus-group-compact-group): invalidate original
4878         article buffer.
4879         * gnus-srvr.el (gnus-server-compact-server): ditto.
4880         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4881         NOV database and in article itself.
4882         Invalidate article backlog.
4883
4884 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4887
4888 2005-10-26  Simon Josefsson  <jas@extundo.com>
4889
4890         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4891         part of 2004-07-25 change.
4892
4893 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * message.el (message-display-completion-list): New function.
4896         (message-expand-group): Use it; make sure the Completions buffer
4897         is modifiable.
4898
4899 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4900
4901         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4902         user-mail-name is an empty string.
4903
4904 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4905
4906         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4907         depending on gnus-score-decay-constant.
4908
4909         * encrypt.el (encrypt-insert-file-contents)
4910         (encrypt-write-file-contents): Don't use `gnus-message'.
4911
4912         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4913         arguments.
4914         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4915         arguments to mm-uu-verbatim-marks-extract.
4916         (mm-uu-hide-markers): New variable.
4917         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4918
4919         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4920         (gnus-convert-image-to-face-command): Use "convert" by default to
4921         allow other input image formats.
4922         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4923         accordingly.
4924
4925 2005-10-23  Simon Josefsson  <jas@extundo.com>
4926
4927         * imap.el (imap-gssapi-program): Align command line parameters
4928         with latest GNU SASL.
4929         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4930
4931 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4934         HTML.
4935         (nnslashdot-request-article): Ditto.
4936
4937         * lpath.el (featurep): Add nobreak-char-display.
4938
4939 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4940
4941         * mail-source.el (mail-source-fetch-pop): Require pop3.
4942         (mail-source-check-pop): Ditto.
4943
4944 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4947         errors.
4948
4949 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4952         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4953
4954         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4955
4956         * mm-bodies.el (mm-decode-string): Call
4957         `mm-charset-to-coding-system' with allow-override argument.
4958
4959 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4962         (rfc2047-charset-to-coding-system): New function.
4963         (rfc2047-decode-encoded-words): New function.
4964         (rfc2047-decode-region): Use them.
4965         (rfc2047-decode-cte): Remove.
4966         (rfc2047-parse-and-decode): Remove.
4967         (rfc2047-decode): Remove.
4968
4969 2005-10-15  Kenichi Handa  <handa@m17n.org>
4970
4971         * rfc2047.el (rfc2047-decode-cte): New function.
4972         (rfc2047-decode-region): Change the way to decode successive
4973         encoded-words: decode B- or Q-encoding in each encoded-word,
4974         concatenate them, and decode it as charset.
4975
4976 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * lpath.el: Fbind codepage-setup for XEmacs.
4979
4980 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4981
4982         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4983         widget-move-and-invoke.
4984         (gnus-custom-mode): Use gnus-custom-map.
4985
4986 2005-10-15  Bill Wohler  <wohler@newt.com>
4987
4988         * message.el (message-tool-bar-map): Renamed image file from
4989         mail_send to mail/send.
4990
4991 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4992
4993         * message.el (message-expand-group): Pass the common
4994         prefix substring of completion to `display-completion-list'.
4995
4996 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * mml-sec.el (mml-secure-method): New internal variable.
4999         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5000         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5001         functions using mml-secure-method.
5002
5003         * mml.el (mml-mode-map): Add key bindings for those functions.
5004         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5005         Harder <harder@myrealbox.com>.
5006         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5007         end of message if point is the headers of the message.
5008
5009         * message.el (message-in-body-p): New function.
5010
5011         * assistant.el: Autoload gnus-util and netrc.
5012
5013         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5014         Use `mm-charset-override-alist' only when decoding.
5015
5016         * mm-bodies.el (mm-decode-body): Call
5017         `mm-charset-to-coding-system' with allow-override argument.
5018
5019         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5020         `filename' from Content-Disposition if Content-Type doesn't
5021         provide `name'.
5022         (gnus-mime-view-part-as-type): Set default instead of
5023         initial-input.
5024
5025 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5026
5027         * format-spec.el (format-spec): Propagate text properties of % spec.
5028
5029 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * gnus-art.el (gnus-treat-predicate): Add `first'.
5032
5033 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5034
5035         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5036         (mm-charset-override-alist): New variable.
5037         (mm-charset-to-coding-system): Use it.
5038         (mm-codepage-setup): New helper function.
5039         (mm-charset-eval-alist): New variable.
5040         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5041         about unknown charsets.
5042
5043         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5044
5045 2005-10-04  David Hansen  <david.hansen@gmx.net>
5046
5047         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5048         (nnrss-check-group): Ditto.
5049
5050 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5053         Rename x-gnus-verbatim to x-verbatim.
5054         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5055
5056         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5057         x-verbatim.
5058
5059         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5060
5061         * gnus-util.el (gnus-remove-duplicates): Remove.
5062
5063         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5064         instead of gnus-remove-duplicates.
5065
5066         * message.el (message-remove-duplicates): Remove.
5067         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5068         message-remove-duplicates.
5069
5070         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5071         available, else use implementation from `delete-dups'.
5072
5073         * message.el (message-insert-expires): New function.
5074         (message-mode-map): Add key binding.
5075         (message-mode-field-menu): Add menu entry.
5076         (message-mode): Document it.
5077         (message-make-expires-date): Use `message-make-date'.
5078
5079 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5080
5081         * message.el (message-make-expires-date): New function.
5082
5083 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * Makefile.in (list-installed-shadows): New entry.
5086         (install): Use it.
5087         (remove-installed-shadows): New entry.
5088
5089         * dgnushack.el (dgnushack-default-load-path): New variable.
5090         (dgnushack-find-lisp-shadows): New function.
5091         (dgnushack-remove-lisp-shadows): New function.
5092
5093 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * Makefile.in (install-el-elc): New entry.
5096         (install): Use it so that .el files are necessarily installed.
5097
5098 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5101
5102 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5103
5104         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5105         function rather than the diff-mode.el package.
5106         (mm-display-external): Use with-current-buffer.
5107         (mm-viewer-completion-map, mm-viewer-completion-map):
5108         Move initialization inside declaration.
5109
5110 2005-09-29  Simon Josefsson  <jas@extundo.com>
5111
5112         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5113         autoload mail-check-payment.
5114         (spam-check-hashcash): Define unconditionally, since hashcash.el
5115         is part of Gnus now.  Ignore errors from payment checking.
5116
5117 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * message.el (message-bold-region, message-unbold-region): Rename
5120         from `bold-region' and `unbold-region'.
5121
5122         * message.el: Remove useless autoloads.
5123
5124 2005-09-28  Simon Josefsson  <jas@extundo.com>
5125
5126         * message.el (message-use-idna): Default to t.
5127         (message-use-idna): Test whether encoding works too.  Doc fix.
5128
5129 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * nntp.el (nntp-warn-about-losing-connection): Remove.
5132
5133 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5136         customizable.  Change default value.
5137         (mm-uu-diff-groups-regexp): Change default value.
5138         (mm-uu-type-alist): Add doc string.
5139         (mm-uu-configure): Add doc string.  Make it interactive.
5140         (mm-uu-tex-groups-regexp): New variable.
5141         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5142         (mm-uu-type-alist): Add LaTeX documents.
5143         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5144         of "text/verbatim".
5145         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5146
5147         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5148         instead of "text/verbatim".
5149
5150         * message.el (message-mark-inserted-region)
5151         (message-mark-insert-file): Use slrn style marks when called with
5152         prefix argument.
5153
5154 2005-09-27  Simon Josefsson  <jas@extundo.com>
5155
5156         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5157
5158 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5159
5160         * message.el (message-remove-duplicates): New function.
5161         Implementation borrowed from `gnus-remove-duplicates'.
5162         (message-idna-to-ascii-rhs): Also encode idna addresses in
5163         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5164         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5165         only ask about the same idna domain once per header and also tell
5166         in what header to replace the idna domain.
5167
5168         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5169         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5170         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5171         a header is decoded and not just the last one.
5172
5173 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5176         has been decoded.
5177
5178         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5179         (mm-insert-part): Don't modify text if it has been decoded.
5180
5181         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5182         decoded.
5183
5184         * mm-view.el (mm-inline-text): Don't strip text props unless
5185         decoding enriched or richtext parts.
5186
5187 2005-09-25  Romain Francoise  <romain@orebokech.com>
5188
5189         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5190         * gnus-start.el (gnus-subscribe-interactively):
5191         * gnus-uu.el (gnus-uu-grab-articles):
5192         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5193         space.
5194
5195 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5196
5197         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5198         * mm-view.el (mm-view-pkcs7-decrypt):
5199         * gnus-sum.el (gnus-summary-limit-to-extra)
5200         (gnus-summary-respool-article, gnus-read-move-group-name):
5201         * gnus-score.el (gnus-summary-increase-score):
5202         * gnus-util.el (gnus-completing-read-with-default):
5203         * gnus-art.el (gnus-read-save-file-name)
5204         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5205         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5206         * message.el (message-check-news-header-syntax):
5207         Follow convention for reading with the minibuffer.
5208
5209 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * spam-report.el (spam-report-url-ping-plain):
5212         Use gnus-extended-version as User-Agent.
5213
5214         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5215         default value is nil.
5216
5217         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5218         (mm-uu-verbatim-marks-extract): New function.
5219         (mm-uu-extract): New face.
5220         (mm-uu-copy-to-buffer): Use it.
5221
5222         * spam-report.el (spam-report-gmane-ham): Renamed from
5223         `spam-report-gmane-unspam'.
5224         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5225         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5226
5227         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5228         Autoload.
5229         (spam-report-gmane-unregister-routine): Renamed
5230         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5231
5232 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5235         (spam-report-gmane-unregister-routine): Add support for gmane
5236         unregistration.
5237
5238         * spam-report.el (spam-report-gmane-unspam)
5239         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5240         (spam-report-gmane): Change to take a single article and do unspam
5241         registration.
5242
5243 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * mm-url.el (mm-url-decode-entities): Fix regexp.
5246
5247 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5250         default to nil, to be able to use Gnus at all.  If the default
5251         switches to something else, then the function should be fixed not
5252         be exceedingly slow.
5253
5254 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5257         fail hard.
5258
5259         * spam-report.el: Add better Keywords line.
5260
5261         * spam.el: Add Maintainer and better Keywords line.
5262
5263 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * gnus-art.el (gnus-article-replace-part)
5266         (gnus-mime-replace-part): New functions.
5267         (gnus-mime-action-alist, gnus-mime-button-commands)
5268         (gnus-mime-save-part-and-strip): Added file argument.
5269         (gnus-article-part-wrapper): Added interactive argument.
5270
5271         * gnus-sum.el (gnus-summary-mime-map): Add
5272         `gnus-article-replace-part'.
5273
5274 2005-09-19  Didier Verna  <didier@xemacs.org>
5275
5276         The nnml compaction feature:
5277         * nnml.el (nnml-request-compact-group): New function.
5278         * nnml.el (nnml-request-compact): New function.
5279         * gnus-int.el (gnus-request-compact-group): New function.
5280         * gnus-int.el (gnus-request-compact): New function.
5281         * gnus-group.el (gnus-group-compact-group): New function.
5282         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5283         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5284         * gnus-srvr.el (gnus-server-compact-server): New function.
5285         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5286         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5287
5288 2005-09-18  Deepak Goel  <deego@gnufans.org>
5289
5290         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5291         format spec.
5292
5293 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5296
5297 2005-09-15  Romain Francoise  <romain@orebokech.com>
5298
5299         * message.el (message-fill-paragraph): Clarify docstring.
5300
5301 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-mime-display-part): Protect against broken
5304         MIME messages.
5305
5306 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5309         before parsing header.
5310
5311 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5312
5313         * html2text.el: (html2text-replace-list): Add new entities.
5314
5315 2005-09-11  Romain Francoise  <romain@orebokech.com>
5316
5317         * message.el (message-alternative-emails): Improve docstring.
5318         (message-setup-1): Call `message-use-alternative-email-as-from'
5319         after `message-setup-hook' to give it precedence over posting
5320         styles, etc.
5321         (message-use-alternative-email-as-from): Add docstring.  Remove
5322         the original From header if present.
5323
5324         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5325         (nnml-save-mail): Use it.
5326
5327         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5328         articles.  Add new argument `silent'.
5329         (gnus-uu-mark-all): Report the total number of marked articles.
5330
5331 2005-09-10  Romain Francoise  <romain@orebokech.com>
5332
5333         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5334         (gnus-uu-mark-series): Likewise.
5335
5336 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5337
5338         * spam-report.el (spam-report-gmane): Fix generation of spam
5339         report URL.
5340
5341 2005-09-10  Simon Josefsson  <jas@extundo.com>
5342
5343         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5344         t, based on discussion on the ding list with Robert Epprecht
5345         <epprecht@solnet.ch>.
5346
5347 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * spam-report.el (spam-report-gmane): Make it work without
5350         X-Report-Spam header.  Gmane now only provides Archived-At.
5351         This is only used if `spam-report-gmane-use-article-number' is nil.
5352         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5353
5354         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5355         make `gnus-summary-sort-by-recipient' work with threading.
5356
5357         * nnweb.el (nnweb-google-wash-article): Print a message if article
5358         is not available.
5359
5360 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5361
5362         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5363         change.  Decode text/* parts content before displaying.
5364
5365 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5368
5369 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5372
5373         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5374         url-package-name, url-package-version,
5375         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5376         w3m-display-inline-images, and w3m-minor-mode-map.
5377
5378 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * message.el (message-tab-body-function): Fixed mismatched custom
5381         type.
5382
5383         * gnus.el (gnus-group-change-level-function): Ditto.
5384
5385         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5386
5387         * gnus-art.el (gnus-signature-limit)
5388         (gnus-article-mime-part-function): Ditto.
5389
5390 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * mml.el (mml-mode): Silence the byte compiler.
5393
5394         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5395         using `(sit-for 0)' before moving the point to the specified part;
5396         skip unbuttonized parts.
5397         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5398         return to the summary window if gnus-auto-select-part is non-nil.
5399
5400 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5403         variables.
5404         (mml-dnd-attach-file, mml-mode): Use them.
5405
5406         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5407         Make fetching article by MID work again for Google Groups.  Added
5408         FIXME concerning gnus-group-make-web-group.
5409
5410         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5411         Don't depend on Gnus by using mail-extract-address-components if
5412         gnus-extract-address-components is not bound.
5413
5414 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415
5416         * gnus-art.el (gnus-mime-display-security): Don't display the
5417         signature, but only the signed part.
5418
5419 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5422
5423         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5424         list, not listp.
5425
5426 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5427
5428         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5429         when encoding.
5430
5431         * mm-bodies.el (mm-decode-content-transfer-encoding):
5432         De-canonicalize CRLF for all text content types, not just
5433         text/plain.
5434
5435 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5438         valid article; point arrow and cursor at the MIME button.
5439
5440 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5443         Suggested by Dan Christensen <jdc@uwo.ca>.
5444
5445         * mm-decode.el (mm-save-part): Enable change of prompt.
5446
5447 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5448
5449         * gnus-msg.el (gnus-inews-add-send-actions): Made
5450         `message-post-method' lambda parameter ARG `&optional'.
5451
5452 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * gnus-sum.el (gnus-summary-mime-map): Added
5455         gnus-article-save-part-and-strip, gnus-article-delete-part and
5456         gnus-article-jump-to-part.
5457
5458         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5459         (gnus-article-edit-part): Use it.
5460         (gnus-article-part-wrapper): Added no-handle argument.
5461         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5462         functions.
5463
5464 2005-08-29  Romain Francoise  <romain@orebokech.com>
5465
5466         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5467         docstring.
5468         (gnus-face-from-file): Likewise.
5469
5470 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5473         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5474         non-nil.
5475         (gnus-auto-select-part): New variable.
5476         (gnus-article-jump-to-part): New function.
5477         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5478         (gnus-mime-delete-part): Allow selecting specified part after
5479         deleting or stripping parts.
5480         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5481         part if argument is bogus.
5482
5483 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5484
5485         * gnus-art.el (w3m-minor-mode-map):
5486         * gnus-spec.el (gnus-newsrc-file-version):
5487         * gnus-util.el (nnmail-active-file-coding-system)
5488         (gnus-original-article-buffer, gnus-user-agent):
5489         * gnus.el (gnus-ham-process-destinations)
5490         (gnus-parameter-ham-marks-alist)
5491         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5492         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5493         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5494         * mm-decode.el (gnus-current-window-configuration):
5495         * mm-extern.el (gnus-article-mime-handles):
5496         * mm-url.el (url-current-object, url-package-name)
5497         (url-package-version):
5498         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5499         (smime-keys, w3m-cid-retrieve-function-alist)
5500         (w3m-current-buffer, w3m-display-inline-images)
5501         (w3m-minor-mode-map):
5502         * mml-smime.el (gnus-extract-address-components):
5503         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5504         (gnus-newsrc-hashtb, message-default-charset)
5505         (message-deletable-headers, message-options)
5506         (message-posting-charset, message-required-mail-headers)
5507         (message-required-news-headers):
5508         * mml1991.el (mc-pgp-always-sign):
5509         * mml2015.el (mc-pgp-always-sign):
5510         * nnheader.el (nnmail-extra-headers):
5511         * rfc1843.el (gnus-decode-encoded-word-function)
5512         (gnus-decode-header-function, gnus-newsgroup-name):
5513         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5514
5515 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5516
5517         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5518         the end of the date treatments.
5519
5520 2005-08-15  Simon Josefsson  <jas@extundo.com>
5521
5522         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5523         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5524         Capello and Romain Francoise.
5525         (pgg-fetch-key-function): Removed, not used?
5526         (pgg-insert-url-with-w3): Require url, to get
5527         url-insert-file-contents regardless of where it is defined.
5528
5529 2005-08-13  Romain Francoise  <romain@orebokech.com>
5530
5531         * message.el (message-cite-original-1): New function.
5532         (message-cite-original): Use it.
5533         (message-cite-original-without-signature): Ditto.
5534
5535 2005-08-08  Romain Francoise  <romain@orebokech.com>
5536
5537         * message.el (message-yank-empty-prefix): New variable.
5538         (message-indent-citation): Use it.
5539         (message-cite-original-without-signature): Respect X-No-Archive.
5540
5541 2005-08-08  Simon Josefsson  <jas@extundo.com>
5542
5543         * pgg.el: Autoload url-insert-file-contents instead of loading
5544         w3/url.
5545         (pgg-insert-url-with-w3): Don't load url here.
5546
5547 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5548
5549         * message.el (message-kill-to-signature): Don't insert newline at
5550         bol.
5551         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5552
5553 2005-08-06  Romain Francoise  <romain@orebokech.com>
5554
5555         * message.el (message-user-fqdn): Fix typo in docstring.
5556
5557 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5558
5559         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5560
5561         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5562
5563 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * mm-bodies.el (mm-encode-body): Use coding system rather than
5566         charset to encode text.
5567
5568         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5569         number of charsets if utf-8 is available (XEmacs).
5570
5571 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5574         taken from `gnus-button-mid-or-mail-regexp'.
5575         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5576         (gnus-button-alist): Improve regexp for domain part of the MIDs
5577         for news:localpart@domain buttons.
5578         (gnus-button-ctan-directory-regexp): Update.
5579
5580 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * sieve-manage.el (sieve-manage-interactive-login): Use
5583         make-local-variable rather than make-variable-buffer-local.
5584         (sieve-manage-open): Ditto.
5585         (sieve-manage-authenticate): Ditto.
5586
5587         * mml.el (mml-generate-mime-1): Make the content type default to
5588         text/plain if the filename is not specified.
5589
5590 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5593         instead of insert-buffer.
5594
5595         * message.el (message-yank-original): Ditto; set the mark at the
5596         end of the yanked message.
5597
5598 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5601         lines to scroll rather than to stop it.
5602
5603         * mml.el (mml-generate-default-type): Add doc string.
5604         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5605         default to application/octet-stream when determining the content
5606         type if it is not specified for the part or the mml contents; add
5607         a comment about mml-generate-default-type.
5608
5609 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5612         make it default to application/octet-stream when determining the
5613         content type if it is not specified for the external contents.
5614
5615 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5618         segmented parameter but also other parameters might be there.
5619
5620 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * mm-decode.el (mm-display-external): Delete temp file, directory
5623         and buffer immediately if the external process is exited.
5624
5625 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5628         fewer lines than that of scroll-margin.
5629         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5630
5631 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-art.el (gnus-article-next-page): Revert.
5634         (gnus-article-beginning-of-window): New macro.
5635         (gnus-article-next-page-1): Use it.
5636         (gnus-article-prev-page): Ditto.
5637         (gnus-article-edit-part): Use insert-buffer-substring instead of
5638         insert-buffer.
5639         (gnus-article-edit-exit): Ditto.
5640
5641         * gnus-util.el (gnus-beginning-of-window): Remove.
5642         (gnus-end-of-window): Remove.
5643
5644         * lpath.el: Don't bind header-line-format and scroll-margin.
5645
5646 2005-07-25  Simon Josefsson  <jas@extundo.com>
5647
5648         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5649         to have the url package without w3.  Reported by Daiki Ueno
5650         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5651
5652 2005-07-20  Didier Verna  <didier@xemacs.org>
5653
5654         * gnus-diary.el: Remove the description comment (nndiary is now
5655         properly documented in the Gnus manual).
5656         Fix the spelling of "Back End".
5657         * nndiary.el: Ditto.
5658         Fix the copyright notice.
5659
5660 2005-07-18  Romain Francoise  <romain@orebokech.com>
5661
5662         * gnus-sum.el (gnus-summary-to-prefix,
5663         gnus-summary-newsgroup-prefix): New variables.
5664         (gnus-summary-from-or-to-or-newsgroups): Use them.
5665
5666 2005-07-17  Romain Francoise  <romain@orebokech.com>
5667
5668         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5669         space as it's generally not especially interesting to the user.
5670
5671 2005-07-16  Romain Francoise  <romain@orebokech.com>
5672
5673         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5674         nil to avoid prompting and file modification if one of the
5675         messages at the top of the nnfolder file contains a copyright
5676         notice.
5677         Update copyright notice.
5678
5679         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5680         instead of `current-time-string' as the latter creates a time
5681         string that is not RFC 2822 compliant (it lacks the zone).
5682         Update copyright notice.
5683
5684 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5685
5686         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5687         for text/rtf.  Display default in prompt.  Pass default for M-n.
5688
5689         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5690
5691 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * gnus-msg.el (gnus-button-mailto): Remove
5694         save-selected-window-window hackery because it relies on
5695         save-selected-window internals.
5696
5697 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5700         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5701         (gnus-article-prev-page): Ditto.
5702
5703         * gnus-util.el (gnus-beginning-of-window): New function.
5704         (gnus-end-of-window): New function.
5705
5706         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5707
5708 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5709
5710         * gnus-score.el (gnus-score-edit-all-score): Set
5711         gnus-score-edit-exit-function to gnus-score-edit-done and call
5712         gnus-message.
5713
5714 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-msg.el (gnus-button-mailto): Remove
5717         save-selected-window-window hackery because it relies on
5718         save-selected-window internals.
5719
5720 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5723         add-minor-mode.
5724         (gnus-binary-mode): Ditto.
5725
5726         * gnus-topic.el (gnus-topic-mode): Ditto.
5727
5728 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5729
5730         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5731         (gnus-article-prev-page): Take scroll-margin into consideration.
5732
5733 2005-07-04  Lute Kamstra  <lute@gnu.org>
5734
5735         Update FSF's address in GPL notices.
5736
5737 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5738
5739         * gnus.el (gnus-exit):
5740         * gnus-group.el (gnus-group-icons):
5741         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5742
5743         * gnus-nocem.el (gnus-nocem):
5744         * message.el (message-various, message-buffers, message-sending)
5745         (message-interface, message-forwarding, message-insertion)
5746         (message-headers, message-news, message-mail):
5747         * pgg-gpg.el (pgg-gpg):
5748         * pgg-parse.el (pgg-parse):
5749         * pgg-pgp.el (pgg-pgp):
5750         * pgg-pgp5.el (pgg-pgp5):
5751         * pop3.el (pop3): Finish `defgroup' description with period.
5752
5753 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-art.el (article-display-face): Improve the efficiency.
5756         (article-display-x-face): Ditto; remove grey x-face stuff.
5757
5758 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-art.el (article-display-face): Correct the position in
5761         which Faces are inserted.
5762
5763 2005-06-29  Didier Verna  <didier@xemacs.org>
5764
5765         * gnus-art.el (article-display-face): Display faces in correct
5766         order.
5767
5768 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5771         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5772         (gnus-nocem-check-article): Fetch the Type header.
5773         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5774         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5775         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5776         make sure gnus-nocem-hashtb is initialized.
5777         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5778         (gnus-nocem-unwanted-article-p): Ditto.
5779
5780         * pgg.el (pgg-verify): Return the verification result.
5781
5782 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5785         is ascii.
5786
5787 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5788
5789         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5790         `show-nonbreak-escape'.
5791
5792 2005-06-23  Lute Kamstra  <lute@gnu.org>
5793
5794         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5795
5796         * dig.el (dig-mode):
5797         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5798
5799 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5800
5801         * nnimap.el (nnimap-split-download-body): Fix spellings.
5802
5803 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5804
5805         * gnus-art.el (gnus-article-encrypt-body):
5806         * gnus-cus.el (gnus-score-customize):
5807         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5808         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5809
5810 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5811
5812         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5813         header by looking for magic "MII" at the beginnig.
5814
5815 2005-06-16  Miles Bader  <miles@gnu.org>
5816
5817         * gnus-xmas.el (gnus-xmas-group-startup-message):
5818         Use renamed gnus-splash face.
5819
5820         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5821         (assistant-field-face): New backward-compatibility alias for renamed
5822         face.
5823         (assistant-render-text): Use renamed assistant-field face.
5824
5825         * spam.el (spam): Remove "-face" suffix from face name.
5826         (spam-face): New backward-compatibility alias for renamed face.
5827         (spam-face, spam-initialize): Use renamed spam face.
5828
5829         * message.el (message-header-to, message-header-cc)
5830         (message-header-subject, message-header-newsgroups)
5831         (message-header-other, message-header-name)
5832         (message-header-xheader, message-separator, message-cited-text)
5833         (message-mml): Remove "-face" suffix from face names.
5834         (message-header-to-face, message-header-cc-face)
5835         (message-header-subject-face, message-header-newsgroups-face)
5836         (message-header-other-face, message-header-name-face)
5837         (message-header-xheader-face, message-separator-face)
5838         (message-cited-text-face, message-mml-face):
5839         New backward-compatibility aliases for renamed faces.
5840         (message-font-lock-keywords): Use renamed message faces.
5841
5842         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5843         (sieve-test-commands, sieve-tagged-arguments):
5844         Remove "-face" suffix from face names.
5845         (sieve-control-commands-face, sieve-action-commands-face)
5846         (sieve-test-commands-face, sieve-tagged-arguments-face):
5847         New backward-compatibility aliases for renamed faces.
5848         (sieve-control-commands-face, sieve-action-commands-face)
5849         (sieve-test-commands-face, sieve-tagged-arguments-face):
5850         Use renamed sieve faces.
5851
5852         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5853         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5854         (gnus-group-news-3-empty, gnus-group-news-4)
5855         (gnus-group-news-4-empty, gnus-group-news-5)
5856         (gnus-group-news-5-empty, gnus-group-news-6)
5857         (gnus-group-news-6-empty, gnus-group-news-low)
5858         (gnus-group-news-low-empty, gnus-group-mail-1)
5859         (gnus-group-mail-1-empty, gnus-group-mail-2)
5860         (gnus-group-mail-2-empty, gnus-group-mail-3)
5861         (gnus-group-mail-3-empty, gnus-group-mail-low)
5862         (gnus-group-mail-low-empty, gnus-summary-selected)
5863         (gnus-summary-cancelled, gnus-summary-high-ticked)
5864         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5865         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5866         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5867         (gnus-summary-low-undownloaded)
5868         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5869         (gnus-summary-low-unread, gnus-summary-normal-unread)
5870         (gnus-summary-high-read, gnus-summary-low-read)
5871         (gnus-summary-normal-read, gnus-splash):
5872         Remove "-face" suffix from face names.
5873         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5874         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5875         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5876         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5877         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5878         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5879         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5880         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5881         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5882         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5883         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5884         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5885         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5886         (gnus-summary-normal-ticked-face)
5887         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5888         (gnus-summary-normal-ancient-face)
5889         (gnus-summary-high-undownloaded-face)
5890         (gnus-summary-low-undownloaded-face)
5891         (gnus-summary-normal-undownloaded-face)
5892         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5893         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5894         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5895         (gnus-splash-face):
5896         New backward-compatibility aliases for renamed faces.
5897         (gnus-group-startup-message): Use renamed gnus faces.
5898
5899         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5900         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5901         (gnus-server-agent): Remove "-face" suffix from face names.
5902         (gnus-server-agent-face, gnus-server-opened-face)
5903         (gnus-server-closed-face, gnus-server-denied-face)
5904         (gnus-server-offline-face):
5905         New backward-compatibility aliases for renamed faces.
5906         (gnus-server-agent-face, gnus-server-opened-face)
5907         (gnus-server-closed-face, gnus-server-denied-face)
5908         (gnus-server-offline-face): Use renamed gnus faces.
5909
5910         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5911         Remove "-face" suffix from face names.
5912         (gnus-picon-xbm-face, gnus-picon-face):
5913         New backward-compatibility aliases for renamed faces.
5914
5915         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5916         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5917         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5918         (gnus-cite-11): Remove "-face" suffix from face names.
5919         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5920         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5921         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5922         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5923         New backward-compatibility aliases for renamed faces.
5924         (gnus-cite-attribution-face, gnus-cite-face-list)
5925         (gnus-article-boring-faces): Use renamed gnus faces.
5926
5927         * gnus-art.el (gnus-signature, gnus-header-from)
5928         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5929         (gnus-header-content): Remove "-face" suffix from face names.
5930         (gnus-signature-face, gnus-header-from-face)
5931         (gnus-header-subject-face, gnus-header-newsgroups-face)
5932         (gnus-header-name-face, gnus-header-content-face):
5933         New backward-compatibility aliases for renamed faces.
5934         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5935
5936         * gnus-sum.el (gnus-summary-selected-face)
5937         (gnus-summary-highlight): Use renamed gnus faces.
5938         * gnus-group.el (gnus-group-highlight): Likewise.
5939
5940 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5941
5942         * gnus-sieve.el (gnus-sieve-article-add-rule):
5943         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5944         * spam-stat.el (spam-stat-buffer-change-to-spam)
5945         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5946
5947         * message.el (message-is-yours-p):
5948         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5949
5950 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * mm-view.el (mm-inline-text): Withdraw the last change.
5953
5954 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5957         executing enriched-decode.
5958
5959 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5962         charset of tar files.
5963
5964 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5965
5966         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5967
5968 2005-06-04  Lute Kamstra  <lute@gnu.org>
5969
5970         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5971         information is never recorded.
5972
5973 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5976
5977 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * pop3.el (pop3-apop): Run md5 in the binary mode.
5980
5981         * starttls.el (starttls-set-process-query-on-exit-flag):
5982         Use eval-and-compile.
5983
5984 2005-05-31  Simon Josefsson  <jas@extundo.com>
5985
5986         * smime.el (smime-replace-in-string): Define.
5987         (smime-cert-by-ldap-1): Use it.
5988
5989 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-art.el (article-display-x-face): Replace
5992         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5993
5994         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5995         set-process-query-on-exit-flag or process-kill-without-query.
5996
5997         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5998         loop instead of replace-regexp.
5999
6000         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6001         instead of process-kill-without-query if it is available.
6002
6003         * lpath.el: Fbind ldap-search-entries.
6004
6005         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6006         instead of find-file-hooks if it is available.
6007
6008         * mml1991.el: Bind pgg-default-user-id when compiling.
6009
6010         * mml2015.el: Bind pgg-default-user-id when compiling.
6011
6012         * nndraft.el (nndraft-request-associate-buffer):
6013         Use write-contents-functions instead of write-contents-hooks if it is
6014         available.
6015
6016         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6017         instead of find-file-hooks if it is available.
6018
6019         * nntp.el (nntp-open-connection): Replace
6020         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6021         (nntp-open-ssl-stream): Ditto.
6022         (nntp-open-tls-stream): Ditto.
6023
6024         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6025         set-process-query-on-exit-flag or process-kill-without-query.
6026         (starttls-open-stream-gnutls): Use it instead of
6027         process-kill-without-query.
6028         (starttls-open-stream): Ditto.
6029
6030 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6031
6032         * smime.el (smime-cert-by-ldap-1): Don't use
6033         replace-regexp-in-string.
6034
6035 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6036
6037         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6038
6039         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6040         in PEM format. Adjust to the XEmacs compability.
6041
6042 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6045         by `string-to-number'.
6046         * gnus-agent.el (gnus-agent-regenerate-group)
6047         (gnus-agent-fetch-articles): Ditto.
6048         * gnus-art.el (gnus-button-fetch-group): Ditto.
6049         * gnus-cache.el (gnus-cache-generate-active)
6050         (gnus-cache-articles-in-group): Ditto.
6051         * gnus-group.el (gnus-group-set-current-level)
6052         (gnus-group-insert-group-line): Ditto.
6053         * gnus-score.el (gnus-score-set-expunge-below)
6054         (gnus-score-set-mark-below, gnus-summary-score-effect)
6055         (gnus-summary-score-entry): Ditto.
6056         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6057         (gnus-soup-pack): Ditto.
6058         * gnus-spec.el (gnus-xmas-format): Ditto.
6059         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6060         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6061         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6062         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6063         * nndb.el (nndb-get-remote-expire-response): Ditto.
6064         * nndiary.el (nndiary-parse-schedule-value)
6065         (nndiary-string-to-number, nndiary-request-replace-article)
6066         (nndiary-request-article): Ditto.
6067         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6068         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6069         * nneething.el (nneething-make-head): Ditto.
6070         * nnfolder.el (nnfolder-request-article)
6071         (nnfolder-retrieve-headers): Ditto.
6072         * nnheader.el (nnheader-file-to-number): Ditto.
6073         * nnkiboze.el (nnkiboze-request-article): Ditto.
6074         * nnmail.el (nnmail-process-unix-mail-format)
6075         (nnmail-process-babyl-mail-format): Ditto.
6076         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6077         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6078         (nnmh-request-create-group, nnmh-request-list-1)
6079         (nnmh-request-group, nnmh-request-article): Ditto.
6080         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6081         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6082         * nnsoup.el (nnsoup-make-active): Ditto.
6083         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6084         * nntp.el (nntp-find-group-and-number)
6085         (nntp-retrieve-headers-with-xover): Ditto.
6086         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6087         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6088         (pgg-format-key-identifier): Ditto.
6089         * pop3.el (pop3-last, pop3-stat): Ditto.
6090         * qp.el (quoted-printable-decode-region): Ditto.
6091
6092         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6093         of concat.
6094
6095 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6098
6099         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6100
6101         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6102
6103         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6104
6105         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6106
6107         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6108
6109         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6110         (gnus-carpal-mode): Ditto.
6111
6112         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6113         (gnus-browse-mode): Ditto.
6114
6115         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6116
6117         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6118
6119 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6120
6121         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6122
6123 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-util.el (gnus-run-mode-hooks): New function.
6126
6127         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6128
6129         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6130         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6131
6132 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6133
6134         * gnus-agent.el (gnus-agent-make-mode-line-string):
6135         Use mode-line-highlight as mouse-face.
6136
6137 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * canlock.el (canlock): Change the parent group to news.
6140
6141         * deuglify.el (gnus-outlook-deuglify): Add :group.
6142
6143         * dig.el (dig): Add :group.
6144
6145         * dns-mode.el (dns-mode): Add :group.
6146
6147         * encrypt.el (encrypt): Add :group.
6148
6149         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6150         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6151         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6152         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6153         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6154
6155         * gnus-diary.el (gnus-diary): Add :group.
6156
6157         * gnus.el (gnus-group-news-1-face): Add :group.
6158         (gnus-group-news-1-empty-face): Ditto.
6159         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6160         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6161         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6162         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6163         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6164         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6165         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6166         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6167         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6168         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6169         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6170         (gnus-summary-high-ticked-face): Ditto.
6171         (gnus-summary-low-ticked-face): Ditto.
6172         (gnus-summary-normal-ticked-face): Ditto.
6173         (gnus-summary-high-ancient-face): Ditto.
6174         (gnus-summary-low-ancient-face): Ditto.
6175         (gnus-summary-normal-ancient-face): Ditto.
6176         (gnus-summary-high-undownloaded-face): Ditto.
6177         (gnus-summary-low-undownloaded-face): Ditto.
6178         (gnus-summary-normal-undownloaded-face): Ditto.
6179         (gnus-summary-high-unread-face): Ditto.
6180         (gnus-summary-low-unread-face): Ditto.
6181         (gnus-summary-normal-unread-face): Ditto.
6182         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6183         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6184
6185         * hashcash.el (hashcash): New custom group.
6186         (hashcash-default-payment): Add :group.
6187         (hashcash-payment-alist): Ditto.
6188         (hashcash-default-accept-payment): Ditto.
6189         (hashcash-accept-resources): Ditto.
6190         (hashcash-path): Ditto.
6191         (hashcash-extra-generate-parameters): Ditto.
6192         (hashcash-double-spend-database): Ditto.
6193         (hashcash-in-news): Ditto.
6194
6195         * message.el (message-minibuffer-local-map): Add :group.
6196
6197         * netrc.el (netrc): Add :group.
6198
6199         * sieve-manage.el (sieve-manage-log): Add :group.
6200         (sieve-manage-default-user): Diito.
6201         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6202         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6203         (sieve-manage-authenticators): Ditto.
6204         (sieve-manage-authenticator-alist): Ditto.
6205         (sieve-manage-default-port): Ditto.
6206
6207         * sieve-mode.el (sieve-control-commands-face): Add :group.
6208         (sieve-action-commands-face): Ditto.
6209         (sieve-test-commands-face): Ditto.
6210         (sieve-tagged-arguments-face): Ditto.
6211
6212         * smime.el (smime): Add :group.
6213
6214         * spam-report.el (spam-report): Add :group.
6215
6216         * spam.el (spam, spam-face): Add :group.
6217
6218 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219
6220         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6221         return \n.\n.\n at the end of articles.  Protect against that.
6222         (nntp-with-open-group): Allow debugging.
6223
6224         * nnheader.el (mail-header-set-extra): Make into a function
6225         because I just could't understand how to quote the list properly.
6226
6227         * dns.el (query-dns-cached): New function.
6228
6229 2005-05-26  Lute Kamstra  <lute@gnu.org>
6230
6231         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6232
6233 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6236
6237         * gnus-art.el: Don't autoload mail-extract-address-components.
6238
6239         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6240         eval-and-compile to evaluate it.
6241
6242         * hashcash.el: Don't autoload executable-find.
6243
6244         * nndb.el: Don't declare the nndb back end two or more times; don't
6245         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6246
6247         * nntp.el: Autoload format-spec instead of format; use
6248         eval-and-compile to evaluate autoload forms.
6249
6250 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6251
6252         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6253
6254 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255
6256         * gnus.el (gnus-version-number): Bump version.
6257
6258 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6259
6260         * gnus.el: No Gnus v0.3 is released.
6261
6262 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * lpath.el (featurep): Bind show-nonbreak-escape.
6265
6266 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-art.el (gnus-article-edit-part): Disable undo.
6269
6270 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6273         gnus-article-date-lapsed-new-header is t if date timer is active;
6274         skip headers in which the original date value is empty.
6275         (gnus-article-save-original-date): Redefine it as a macro.
6276         (gnus-display-mime): Use it.
6277
6278 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (article-date-ut): Support converting date in
6281         forwarded parts as well.
6282         (gnus-article-save-original-date): New function.
6283         (gnus-display-mime): Use it.
6284
6285 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6286
6287         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6288         enclosure element of <item>.
6289
6290 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * message.el (message-kill-buffer-query): Renamed from
6293         `message-kill-buffer-query-if-modified'.  Added :version.
6294
6295 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6298         window layout.
6299
6300 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * mml.el: Autoload dnd when compiling.
6303
6304 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6307         x-dnd-*.
6308
6309 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * qp.el (quoted-printable-encode-region): Save excursion.
6312
6313 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6314
6315         * message.el (message-kill-buffer-query-if-modified): Add new variable
6316         so the user can kill a modified message buffer quickly.
6317         (message-kill-buffer): Use it.
6318
6319 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * lpath.el: Fbind display-time-event-handler; don't fbind
6322         string-to-multibyte.
6323
6324         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6325
6326 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6327
6328         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6329         contained in text because xml.el decodes entities) with LFs.
6330
6331 2005-04-11  Lute Kamstra  <lute@gnu.org>
6332
6333         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6334         differently.
6335
6336 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6337
6338         * mm-util.el (mm-detect-coding-region): Typo.
6339
6340 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6343
6344 2005-04-06  D Goel  <deego@gnufans.org>
6345
6346         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6347         user-function allow user modifications of the scores.
6348         (spam-stat-score-buffer-user): New function, to allow
6349         user-computed modifications to the score.
6350         (spam-stat-score-buffer-user-functions): list of additional
6351         scoring functions
6352         (spam-stat-error-holder): global temporary error holder
6353         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6354         variable
6355
6356 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-registry.el (gnus-registry-clean-empty-function)
6359         (gnus-registry-trim, gnus-registry-fetch-groups)
6360         (gnus-registry-delete-group): Groups that match
6361         `gnus-registry-ignored-groups' are removed from the registry
6362         entries, not just ignored for splitting.  This helps clean up the
6363         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6364         to get all the groups a message ID is in.
6365
6366         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6367         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6368         (spam-stat-score-buffer-user-functions): Add :number custom type.
6369
6370 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6373         argument in XEmacs.
6374
6375         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6376         (nnrss-request-group): Decode group name first.
6377         (nnrss-request-article): Make a text/plain article if mml-to-mime
6378         failed.
6379         (nnrss-get-encoding): Return a compatible encoding according to
6380         nnrss-compatible-encoding-alist.
6381         (nnrss-find-el): Use consp instead of listp.
6382         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6383
6384 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6387         which Emacs 20 doesn't support.
6388         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6389
6390 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6393         silence the byte compiler inside the defun
6394
6395         * gnus-demon.el (parse-time-string): Add autoload.
6396
6397         * gnus-delay.el (parse-time-string): Add autoload.
6398
6399         * gnus-art.el (parse-time-string): Add autoload.
6400
6401         * nnultimate.el (parse-time): Require for `parse-time-string'.
6402
6403 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6406
6407         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6408
6409         * smime.el (smime-ldap-host-list): Add :version.
6410
6411 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6414         pass it to `gnus-browse-read-group'.
6415         (gnus-browse-read-group): Add NUMBER argument and pass it to
6416         `gnus-group-read-ephemeral-group'.
6417
6418         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6419         argument and pass it to `gnus-group-read-group'.
6420
6421 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6422
6423         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6424         mm-xemacs-find-mime-charset-1 if we have the mule feature
6425         available at runtime.
6426
6427 2005-03-25  Werner Lemberg  <wl@gnu.org>
6428
6429         * nnmaildir.el: Replace `illegal' with `invalid'.
6430
6431 2005-03-23  Lute Kamstra  <lute@gnu.org>
6432
6433         * time-date.el: Add comment on time value formats.
6434         Don't require parse-time.
6435         (with-decoded-time-value): New macro.
6436         (encode-time-value): New function.
6437         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6438         (days-to-time): Return a valid time value when arg is huge.
6439         (time-since): Use time-subtract.
6440         (time-to-number-of-days): Use time-to-seconds.
6441
6442 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-start.el (gnus-display-time-event-handler):
6445         Check display-time-timer at runtime rather than only at load time
6446         in case display-time-mode is turned off in the mean time.
6447
6448 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6451         used.
6452
6453         * nneething.el (nneething-map-file-directory): Derive from
6454         `gnus-directory'.
6455
6456         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6457         the To/Cc button.
6458
6459 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * nnmaildir.el (nnmaildir-request-accept-article):
6462         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6463
6464 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6465
6466         * gnus-async.el: Require timer-funcs at compile time when in
6467         XEmacs for `run-with-idle-timer'.
6468
6469 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6470
6471         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6472         autoloaded function.
6473
6474 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6477
6478 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6479
6480         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6481
6482 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6483
6484         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6485         gnus-expert-user to default.
6486
6487 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6488
6489         * nnimap.el (nnimap-open-server): Ditto.
6490
6491         * imap.el (imap-authenticate): Fix typo.
6492
6493 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6494
6495         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6496         buffer (since IMAP server might return FETCH response out of
6497         order, and the nntp buffer must be sorted).
6498
6499 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6500
6501         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6502         comparison on string.
6503
6504         * gnus-agent.el (gnus-agent-long-article,
6505         gnus-agent-short-article, gnus-agent-score): Renamed category
6506         keywords to match gnus-cus.
6507         (gnus-agent-summary-fetch-series): Modified to protect against
6508         gnus-agent-summary-fetch-group clearing processable flags.
6509         (gnus-agent-synchronize-group-flags): Update live group buffer as
6510         synchronization may occur due to the user toggle the plugged
6511         status.
6512         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6513         successfully downloaded.
6514         (gnus-agent-expire-group-1): Avoid using markers when the overview
6515         is in ascending order; greatly improves performance.
6516         (gnus-agent-regenerate-group): Use
6517         gnus-agent-synchronize-group-flags to reset read status in both
6518         gnus and server.
6519         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6520
6521 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * message.el: Don't autoload former message-utils variables.
6524         (message-strip-subject-trailing-was): Change doc string.
6525
6526         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6527         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6528         (nnweb-google-search): Add "hl=en" here.
6529         (nnweb-google-parse-1, nnweb-google-create-mapping):
6530         Don't hardcode URL.
6531
6532 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * message.el (message-get-reply-headers, message-followup):
6535         Mention related variables `message-use-followup-to' and
6536         `message-use-mail-followup-to', in the information buffer.
6537
6538         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6539         of broken groups(-beta).google.com.
6540
6541 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6542
6543         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6544         parameter to invoked gnus-request-move-article; remove the
6545         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6546         all at once instead of once per article.
6547         (gnus-summary-remove-process-mark): Accept a list of articles as
6548         well as a single article for processing.
6549
6550         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6551         parameter.
6552
6553         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6554
6555         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6556
6557         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6558         parameter.
6559
6560         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6561         parameter.
6562
6563         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6564         parameter and remove the gnus-sum-hint-move-is-internal variable.
6565
6566         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6567         parameter.
6568
6569         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6570         parameter.
6571
6572         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6573         parameter.
6574
6575         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6576
6577         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6578         parameter.
6579
6580         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6581         parameter.
6582
6583 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6584
6585         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6586         a more conservative way.
6587
6588 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6589
6590         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6591         buffer, so it moves the window's cursor.
6592
6593 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6594
6595         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6596         `mm-dissect-multipart' and receive the from field as an (optional)
6597         argument from `mm-dissect-multipart'.
6598         (mm-dissect-multipart): Receive the from field as an argument and
6599         pass it on when we call `mm-dissect-buffer' on MIME parts.
6600         Fixes verification/decryption of signed/encrypted MIME parts.
6601
6602 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * gnus-sum.el (gnus-summary-move-article): Set
6605         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6606         whatever it calls (right now, only nnimap-request-move article
6607         respects it).
6608
6609         * nnimap.el (nnimap-request-move-article): When
6610         gnus-sum-hint-move-is-internal is set, don't do the extra
6611         nnimap-request-article.
6612
6613 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6616
6617         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6618         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6619
6620         * gnus-sum.el (gnus-summary-caesar-message):
6621         Apply `gnus-treat-article' after rotation.
6622
6623         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6624         doc string.
6625
6626 2005-02-22  Simon Josefsson  <jas@extundo.com>
6627
6628         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6629         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6630         <arne@arnested.dk>.
6631         (encrypt): Add password-cache and password-cache-expiry as group
6632         members.
6633
6634 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6635
6636         * smime.el (smime-ldap-host-list): Doc fix.
6637         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6638         cache) password.
6639         (smime-sign-region): Use it.
6640         (smime-decrypt-region): Use it.
6641         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6642         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6643         fails.
6644         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6645         certificate from DER to PEM format rather than calling openssl.
6646
6647         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6648
6649         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6650         for signing/encryption.
6651
6652         * mml.el (mml-parse-1): Use them.
6653
6654 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6655
6656         * nnrss.el (nnrss-verbose): Removed.
6657         (nnrss-request-group): Use `nnheader-message' instead.
6658
6659 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6660
6661         * nnrss.el (nnrss-verbose): New variable.
6662         (nnrss-request-group): Make it say nnrss is requesting a group.
6663
6664 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6667         Handle news URL with given port correctly.
6668
6669 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6672         containing special characters.
6673
6674         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6675
6676         * mml.el (mime-to-mml): Ditto.
6677
6678         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6679         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6680         (rfc2047-decode-region): Quote decoded words containing special
6681         characters when rfc2047-quote-decoded-words-containing-tspecials
6682         is non-nil.
6683
6684 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6685
6686         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6687
6688         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6689
6690 2005-02-15  Simon Josefsson  <jas@extundo.com>
6691
6692         * nnimap.el (nnimap-debug): Doc fix.
6693
6694         * imap.el (imap-debug): Doc fix.
6695
6696 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6699
6700 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6701
6702         * gnus.el (spam-contents): Improve docs for spam-contents
6703         parameter in its variable incarnation.
6704
6705 2005-02-14  Simon Josefsson  <jas@extundo.com>
6706
6707         * smime-ldap.el: Use require instead of load-library for ldap.
6708         (smime-ldap-search): Indent.
6709         (smime-ldap-search-internal): Shorten line.
6710
6711         * smime.el (smime-cert-by-dns): Add doc-string.
6712         (smime-cert-by-ldap-1): Indent.
6713
6714         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6715         mml-smime-get-dns-ldap.
6716         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6717
6718 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6719
6720         * smime.el: Require smime-ldap.
6721         (smime-ldap-host-list): New variable.
6722         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6723
6724         * mml-smime.el (mml-smime-encrypt-query): New function.
6725         (mml-smime-encrypt-query): Use it.
6726
6727         * smime-ldap.el: New file.
6728
6729 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6732
6733 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6736         argument in doc string.  Make query for type more clear.
6737
6738 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gnus.el (gnus-group-startup-message): Search for gnus images in
6741         etc/images/gnus.
6742         * mm-util.el (mm-image-load-path): Likewise.
6743         * smiley.el (smiley-data-directory): Search for smilies in
6744         etc/images/smilies.
6745
6746 2005-02-09  Kim F. Storm  <storm@cua.dk>
6747
6748         Change Emacs release version from 21.4 to 22.1 throughout.
6749         Change Emacs development version from 21.3.50 to 22.0.50.
6750
6751 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6754
6755         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6756         non-Mule XEmacs as well.
6757         (mm-decompress-buffer): Signal an error intentionally if it does
6758         not decompress compressed data because auto-compression-mode is
6759         disabled.
6760
6761 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6764         an ID in the registry even if it has no groups.
6765
6766 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6769         merge it into mm-decompress-buffer.
6770         (gnus-mime-copy-part): Use the MIME part charset, the value which
6771         a user specified or gnus-newsgroup-charset for decoding, like
6772         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6773         save-buffer what was used.  Suggested by Kevin Ryde
6774         <user42@zip.com.au>.
6775         (gnus-mime-inline-part): Allow the name parameter as well as the
6776         filename parameter; force decompressing of compressed data; always
6777         display contents being not decoded as unibyte.
6778
6779         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6780         as well as the filename parameter.
6781
6782         * mm-util.el (mm-decompress-buffer): Merge
6783         gnus-mime-jka-compr-maybe-uncompress.
6784         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6785         of compressed data.
6786
6787 2005-02-08  Simon Josefsson  <jas@extundo.com>
6788
6789         * imap.el (imap-log): Doc fix.
6790
6791 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6794         the coding cookies; decompress compressed parts.
6795
6796         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6797         to the value which a user specified manually or the coding cookie.
6798
6799         * mm-util.el (mm-string-to-multibyte): New function.
6800         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6801         (mm-coding-system-to-mime-charset): New function.
6802         (mm-decompress-buffer): New function.
6803         (mm-find-buffer-file-coding-system): New function.
6804
6805         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6806         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6807         parts.
6808
6809 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6810
6811         * mm-view.el (mm-display-inline-fontify): Decode a part according
6812         to the charset parameter.
6813
6814 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6817         prefix arg is neither nil nor a number, as info specifies.
6818
6819 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6822         timestamps.
6823
6824 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6825
6826         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6827         groups error checking and notify user.
6828
6829 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6830
6831         * message.el (message-send-mail-function): Check existence of
6832         sendmail-program first before using default value
6833         `message-send-mail-with-sendmail'.  Otherwise use more generic
6834         `smtpmail-send-it'.
6835
6836 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * nntp.el (nntp-request-update-info): Always return nil.
6839
6840 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6841
6842         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6843
6844 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6845
6846         * message.el (message-beginning-of-line): Change the behavior when
6847         invoked between BOL and : so that it first moves backward.
6848
6849 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6852         article buffer when editing of the article is discarded.
6853         (gnus-article-prepare): Revert.
6854
6855 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-art.el (gnus-article-prepare):
6858         Remove message-strip-forbidden-properties from the local hook.
6859
6860 2005-01-27  Simon Josefsson  <jas@extundo.com>
6861
6862         * password.el (password-cache-add): Only start one timer per key.
6863         Reported by Derek Atkins <warlord@MIT.EDU>.
6864
6865 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6866
6867         * run-at-time.el: Removed.  It is no longer needed as
6868         timer-funcs.el in the xemacs-base package has a working version of
6869         `run-at-time'.
6870
6871         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6872
6873         * password.el: Require timer-funcs instead of run-at-time in
6874         XEmacs.
6875         Remove `password-run-at-time' macro.
6876         (password-cache-add): Use `run-at-time' instead of
6877         `password-run-at-time'.
6878
6879         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6880         Remove `nnheader-cancel-function-timers' alias,
6881         `cancel-function-timers' exists in XEmacs in timer-funcs.
6882
6883         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6884         for `run-with-idle-timer'.
6885
6886         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6887         for `run-at-time'.
6888
6889         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6890         for `with-timeout'.
6891
6892         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6893         the same as for XEmacs 21.4.
6894         No need to ignore `run-with-idle-timer', this function exists in
6895         XEmacs now in timer-funcs.el in the xemacs-base package.
6896         (dgnushack-compile): No need to delete
6897         run-at-time.el from the list of files to compile because it
6898         doesn't exist anymore.
6899
6900 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6903         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6904
6905 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6906
6907         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6908         sensitively.
6909
6910 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6911
6912         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6913
6914 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6917         which will be inserted according to the multibyteness of a buffer
6918         rather than the type of contents.  Suggested by ARISAWA Akihiro
6919         <ari@mbf.ocn.ne.jp>.
6920
6921         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6922         of string which old xml.el may return rather than a string.
6923
6924 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6927
6928 2005-01-16  Simon Josefsson  <jas@extundo.com>
6929
6930         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6931         idn/idna.el isn't available.
6932         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6933         <michael@waxrat.com>.
6934
6935         * hashcash.el: Remove non-FSF copyright header.
6936
6937         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6938         (hashcash-generate-payment): Use it.
6939         (hashcash-generate-payment-async): Use it.
6940
6941 2005-01-15  Simon Josefsson  <jas@extundo.com>
6942
6943         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6944         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6945
6946         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6947         gnus-summary-idna-message.
6948         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6949         (gnus-summary-idna-message): New function.
6950
6951 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6954         gnus-novice-user.
6955
6956 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * nnrss.el (nnrss-request-delete-group): Delete entries in
6959         nnrss-group-alist as well.
6960         (nnrss-save-server-data): Insert newline.
6961
6962 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * gnus.el (gnus-user-agent): Use list of symbols instead of
6965         symbols.  Display full version number for (S)XEmacs.  Optionally
6966         display (S)XEmacs codename.
6967
6968         * gnus-util.el (gnus-emacs-version): Update for new
6969         `gnus-user-agent'.
6970
6971         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6972         Gnus version.
6973
6974 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6977         which is unreadable in some setups.
6978
6979 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-spec.el (gnus-update-format-specifications): Flush the
6982         group format spec cache if it doesn't support decoded group names.
6983
6984 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6987         to apply decay on score files matching a regexp.
6988
6989 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6992         compatibility in %g and %c.
6993
6994 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6997         name for only %g and %c.
6998         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6999         of gnus-tmp-group to decoded group name.
7000         (gnus-group-make-rss-group): Exclude `/'s from group names.
7001
7002 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * nnrss.el (nnrss-get-encoding): Fix regexp.
7005
7006 2004-12-27  Simon Josefsson  <jas@extundo.com>
7007
7008         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7009         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7010         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7011
7012 2004-12-17  Kim F. Storm  <storm@cua.dk>
7013
7014         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7015
7016         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7017
7018 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7019
7020         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7021
7022 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * nnrss.el: Require rfc2047 and mml.
7025         (nnrss-file-coding-system): New variable.
7026         (nnrss-format-string): Redefine it as an inline function.
7027         (nnrss-decode-group-name): New function.
7028         (nnrss-string-as-multibyte): Remove.
7029         (nnrss-retrieve-headers): Decode group name; don't use
7030         nnrss-format-string.
7031         (nnrss-request-group): Decode group name.
7032         (nnrss-request-article): Decode group name; allow a Message-ID as
7033         well as an article number; don't use nnrss-format-string; encode a
7034         Message-ID string which may contain non-ASCII characters; use
7035         mml-to-mime to compose a MIME article.
7036         (nnrss-request-expire-articles): Decode group name.
7037         (nnrss-request-delete-group): Decode group name.
7038         (nnrss-fetch): Clarify error message.
7039         (nnrss-read-server-data): Use insert-file-contents instead of load;
7040         bind file-name-coding-system; use multibyte buffer.
7041         (nnrss-save-server-data): Bind coding-system-for-write to the
7042         value of nnrss-file-coding-system; bind file-name-coding-system;
7043         add coding cookie.
7044         (nnrss-read-group-data): Use insert-file-contents instead of load;
7045         bind file-name-coding-system; use multibyte buffer.
7046         (nnrss-save-group-data): Bind coding-system-for-write to the
7047         value of nnrss-file-coding-system; bind file-name-coding-system.
7048         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7049         make it work with non-ASCII text.
7050         (nnrss-find-el): Make it work with old xml.el as well.
7051
7052 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7053
7054         * nnrss.el (nnrss-get-encoding): New function.
7055         (nnrss-fetch): Use unibyte buffer initially; bind
7056         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7057         decode contents according to the encoding attribute.
7058         (nnrss-save-group-data): Add coding cookie.
7059         (nnrss-mime-encode-string): New function.
7060         (nnrss-check-group): Use it to encode subject and author.
7061
7062 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7065         imaginary variable.
7066
7067 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7070         correctly even if there are wide characters.
7071
7072 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7073
7074         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7075         downcased symbol names; make a new cache instead of reusing
7076         bbdb-hashtable.
7077
7078 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7081         concatenating segments rather than before concatenating them.
7082         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7083
7084         * message.el (message-get-reply-headers): Bind `extra'.
7085
7086 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * message.el (message-extra-wide-headers): New variable.
7089         (message-get-reply-headers): Use it.
7090
7091 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7094         (gnus-agent-group-pathname): Ditto.
7095
7096         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7097
7098         * gnus-group.el (gnus-group-make-group): Decode group name.
7099         (gnus-group-make-rss-group): Register the group data after opening
7100         the nnrss group.
7101
7102 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7103
7104         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7105         by expiry now get marked as read.
7106
7107 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7110
7111 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7112
7113         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7114         unify Latin characters in XEmacs.
7115         (mm-find-mime-charset-region): Use it.
7116
7117 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-util.el (gnus-delete-directory): New function.
7120
7121         * gnus-agent.el (gnus-agent-delete-group): Use it.
7122
7123         * gnus-cache.el (gnus-cache-delete-group): Use it.
7124
7125 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7128         names.
7129
7130 2004-12-16  Simon Josefsson  <jas@extundo.com>
7131
7132         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7133
7134 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7137
7138         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7139         (gnus-group-set-current-level): Decode group name.
7140
7141 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7142
7143         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7144         failed.
7145
7146 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-group.el (gnus-group-delete-group): Decode group name.
7149         (gnus-group-make-rss-group): Encode group name.
7150         (gnus-group-catchup-current): Decode group name.
7151         (gnus-group-kill-group): Decode group name.
7152
7153 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7154
7155         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7156
7157 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-group.el (gnus-group-make-rss-group):
7160         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7161
7162         * gnus-start.el (gnus-setup-news): Honor user's setting to
7163         gnus-message-archive-method.  Suggested by Lute Kamstra
7164         <lute@gnu.org>.
7165
7166 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7167
7168         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7169         global counterparts of the buffer-local variables.
7170
7171 2004-11-16  Romain Francoise  <romain@orebokech.com>
7172
7173         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7174         counterparts of the buffer-local variables.
7175
7176 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * message.el (message-forbidden-properties): Fixed typo in doc
7179         string.
7180
7181 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * gnus-util.el (gnus-replace-in-string): Added doc string.
7184
7185         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7186         to avoid problems when splitting mails with many recipients.
7187
7188 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7189
7190         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7191         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7192
7193 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7194
7195         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7196         if there is no hashtable in memory or file modification time is
7197         newer than cached timestamp.
7198
7199 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7202         not-matching option.
7203
7204 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7207         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7208         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7209         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7210         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7211         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7212
7213 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * message.el (message-forward-make-body-mml): Remove headers
7216         according to message-forward-ignored-headers if a message is decoded.
7217
7218 2004-12-02  Romain Francoise  <romain@orebokech.com>
7219
7220         * message.el (message-forward-make-body-plain): Always remove
7221         headers according to message-forward-ignored-headers.
7222
7223 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * spam.el (spam-summary-prepare-exit): Remove the
7226         gnus-summary-limit pop for now, it has problems with ham marks for
7227         me.
7228
7229 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7230
7231         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7232         correctly.
7233
7234 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7235
7236         * format-spec.el (format-spec): Message the char.
7237
7238 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7239
7240         * gnus-art.el (gnus-split-methods): Reformat comments.
7241
7242         * spam.el (spam-summary-prepare-exit): Remove article limits
7243         before exiting the summary buffer.
7244
7245 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7248         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7249
7250         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7251         order to silence the byte compiler.
7252
7253         * spam.el: Fix the way to silence the byte compiler, which
7254         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7255         bbdb-search-simple, spam-BBDB-register-routine,
7256         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7257         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7258         spam-stat-buffer-is-spam, spam-stat-load,
7259         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7260         spam-stat-save and spam-stat-split-fancy.
7261
7262 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7265         which may confuse users.
7266         (canlock-password-for-verify): Ditto.
7267
7268         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7269
7270         * gnus-art.el (gnus-emphasis-alist): Ditto.
7271
7272         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7273
7274         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7275
7276         * gnus-start.el (gnus-save-killed-list): Ditto.
7277
7278         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7279         (gnus-sum-thread-tree-root): Ditto.
7280         (gnus-sum-thread-tree-false-root): Ditto.
7281         (gnus-sum-thread-tree-single-indent): Ditto.
7282
7283         * message.el (message-courtesy-message): Ditto.
7284         (message-archive-note): Ditto.
7285         (message-subscribed-address-file): Ditto.
7286         (message-user-fqdn): Ditto.
7287
7288         * spam-report.el (spam-report-gmane-regex): Ditto.
7289
7290         * spam.el (spam-blackhole-good-server-regex): Ditto.
7291
7292 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * mml.el (mml-preview): Widen the message buffer before copying
7295         the contents to the preview buffer; sort headers before previewing.
7296
7297         * message.el (message-hidden-headers): Fix the way to avoid a bug
7298         in the `repeat' widget in Emacs 21.3 or earlier.
7299
7300 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * message.el (message-hidden-headers): Default to "^References:".
7303         Improve customization type.  Suggested by Reiner Steib
7304         <Reiner.Steib@gmx.de>.
7305
7306 2004-11-25  Romain Francoise  <romain@orebokech.com>
7307
7308         * message.el (message-strip-forbidden-properties): Remove check for
7309         obsolete `message-hidden' text property, hidden headers are not
7310         accessible in the buffer anymore.
7311
7312 2004-11-22  Romain Francoise  <romain@orebokech.com>
7313
7314         * message.el (message-header-format-alist): Add `From' in list
7315         so that it can be sorted.
7316         (message-fix-before-sending): Widen and sort headers before
7317         sending.
7318         (message-hide-headers): Use narrowing to hide headers by moving
7319         them to the top of the buffer and narrowing to the region
7320         underneath.
7321
7322 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * message.el (message-strip-forbidden-properties): Bind
7325         buffer-read-only (etc) to nil.
7326
7327 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7330         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7331
7332 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7333
7334         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7335
7336 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337
7338         * dns.el (query-dns): Use sit-for to time instead of
7339         accept-process-output, since that doesn't seem to work on udp
7340         sockets.
7341
7342 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7345
7346 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7347
7348         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7349         doc string.  Improve doc string.
7350
7351 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * nntp.el (nntp-request-update-info): Return nil if
7354         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7355         may not call gnus-activate-group which uselessly issues the GROUP
7356         commands for all nntp groups and wastes time.  Reported by Romain
7357         Francoise <romain@orebokech.com>.
7358
7359         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7360
7361 2004-11-15  Simon Josefsson  <jas@extundo.com>
7362
7363         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7364         headers separately.
7365         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7366         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7367
7368 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-start.el (gnus-convert-old-newsrc):
7371         Assign legacy-gnus-agent to 5.10.7.
7372
7373 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7376         start of the lines.
7377
7378 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7379
7380         * hashcash.el (hashcash-default-payment): Change default to 20
7381         (hashcash-default-accept-payment): Change default to 20
7382         (hashcash-process-alist): New variable
7383         (hashcash-generate-payment-async): Add
7384         (hashcash-already-paid-p): Add
7385         (hashcash-insert-payment): Don't generate payments twice
7386         (hashcash-insert-payment-async): Add
7387         (hashcash-insert-payment-async-2): Add
7388         (hashcash-cancel-async): Add
7389         (hashcash-wait-async): Add
7390         (hashcash-processes-running-p): Add
7391         (hashcash-wait-or-cancel): Add
7392         (mail-add-payment): New optional argument.  Conditionally start
7393         asynchronous calculation.
7394         (mail-add-payment-async): Add
7395
7396         * message.el (message-send-mail): Wait for asynchronous hashcash
7397         results.  Don't clobber existing X-Hashcash headers.
7398         (message-setup-1): Call mail-add-payment-async when
7399         message-generate-hashcash is non-nil.
7400
7401 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7402
7403         * message.el (message-use-alternative-email-as-from): Examine the
7404         From header as well; use message-make-from in order to include a
7405         user's full name.
7406
7407 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7410         default; improve customization type.
7411         (gnus-emphasis-custom-with-format): New macro.
7412         (gnus-emphasis-custom-value-to-external): New function.
7413         (gnus-emphasis-custom-value-to-internal): New function.
7414
7415 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7416
7417         * dns.el (query-dns): Resolve reverse addresses.
7418
7419 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420
7421         * gnus-group.el (gnus-group-get-new-news): Use it.
7422
7423         * gnus-start.el (gnus-check-reasonable-setup): New function.
7424
7425 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7428         "Args out of range" error.  Reported by Arnaud Giersch
7429         <arnaud.giersch@free.fr>.
7430
7431 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7432
7433         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7434
7435 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7436
7437         * spam.el (spam group): Add :version.
7438
7439         * pgg-def.el (pgg group): Add :version.
7440
7441 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-art.el (gnus-article-edit-article): Don't associate the
7444         article buffer with a draft file.  This is a temporary measure
7445         against the 2004-08-22 change to gnus-article-edit-mode.
7446
7447 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7450         (html2text-format-tags): Remove unused variable `attr'.
7451
7452 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7455
7456         * tls.el (tls-process-connection-type, tls-success)
7457         (tls-certtool-program): Add :version.
7458
7459         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7460         (starttls-extra-arguments, starttls-process-connection-type)
7461         (starttls-connect, starttls-failure, starttls-success):
7462
7463         * spam-stat.el (spam-stat): Add :version.
7464
7465         * sieve.el (sieve): Add :version.
7466
7467         * sha1.el (sha1): Add :version.
7468         (sha1-use-external): Remove redundant version.
7469
7470         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7471         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7472         (nnmail-split-fancy-match-partial-words)
7473         (nnmail-split-lowercase-expanded): Add :version.
7474
7475         * nndiary.el (nndiary): Add :version.
7476
7477         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7478
7479         * mml-sec.el (mml-default-sign-method)
7480         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7481         Add :version.
7482
7483         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7484
7485         * mm-url.el (mm-url-use-external, mm-url-program)
7486         (mm-url-arguments): Add :version.
7487
7488         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7489         (mm-attachment-file-modes, mm-decrypt-option)
7490         (mm-w3m-safe-url-regexp): Add :version.
7491
7492         * message.el (message-cite-prefix-regexp)
7493         (message-sendmail-envelope-from, message-minibuffer-local-map)
7494         (message-user-fqdn, message-completion-alist): Add :version.
7495
7496         * gnus-win.el (gnus-configure-windows-hook)
7497         (gnus-use-frames-on-any-display): Add :version.
7498
7499         * gnus-art.el (gnus-article-address-banner-alist)
7500         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7501         (gnus-treat-from-picon, gnus-treat-mail-picon)
7502         (gnus-treat-x-pgp-sig): Add :version.
7503
7504         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7505         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7506         (gnus-summary-article-delete-hook)
7507         (gnus-summary-display-while-building): Add :version.
7508
7509         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7510         (gnus-get-top-new-news-hook):Add :version.
7511
7512         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7513         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7514
7515         * gnus-registry.el (gnus-registry): Add :version.
7516
7517         * gnus-spec.el (gnus-use-correct-string-widths)
7518         (gnus-make-format-preserve-properties): Add :version.
7519
7520         * gnus.el (gnus-group-charter-alist)
7521         (gnus-group-fetch-control-use-browse-url)
7522         (gnus-install-group-spam-parameters): Add :version.
7523
7524         * gnus-diary.el (gnus-diary): Add :version.
7525
7526         * gnus-delay.el (gnus-delay): Add :version.
7527
7528         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7529         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7530         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7531         Add :version.
7532
7533         * gnus-agent.el (gnus-agent-max-fetch-size)
7534         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7535         (gnus-agent-prompt-send-queue): Add :version.
7536
7537         * deuglify.el (gnus-outlook-deuglify): Add :version.
7538
7539         * html2text.el: Beautify code.  Improve doc strings.  Some
7540         checkdoc cleanup.
7541         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7542
7543 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7544
7545         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7546
7547 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7550         when package is loaded.
7551
7552         * spam.el (spam-summary-score-preferred-header): Add global preference
7553         for people who want to override the default SpamAssassin over
7554         Bogofilter preference (when both are set).
7555         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7556         (spam-user-format-function-S): Check
7557         spam-summary-score-preferred-header.
7558         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7559         (spam-user-format-function-S): Format the score correctly.
7560
7561 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7564         signature file.  Suggested by Manoj Srivastava
7565         <srivasta@golden-gryphon.com>.
7566
7567         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7568         iso-2022-jp even in the Japanese language environment.
7569         Suggested by Jason Rumney <jasonr@gnu.org>.
7570
7571 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7574         use the same characters as the dummy marks; make it free from
7575         getting affected by the language environment.
7576         (gnus-summary-read-group-1): Update mark positions only when the
7577         format spec is updated.
7578
7579         * gnus-spec.el (gnus-update-format-specifications): Return a list
7580         of updated types.
7581
7582 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7585         of boundp to check if display-warning is available.
7586
7587 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7588
7589         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7590
7591 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7592
7593         * nnspool.el (nnspool-spool-directory): Use news-path if the
7594         news-directory variable is not bound.
7595
7596         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7597         function instead of display-warning if it is not available.
7598
7599 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7602         v5-10: Use `point-at-bol'.
7603
7604 2004-10-26  Simon Josefsson  <jas@extundo.com>
7605
7606         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7607         <chenggao@gmail.com>.
7608
7609 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7612         instead.
7613
7614 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7615
7616         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7617         to remove a server from the nnimap-server-buffer-alist.
7618         (nnimap-open-connection, nnimap-close-server): Use it.
7619
7620         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7621
7622 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7625         running the major-mode function.
7626
7627 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7630         dummy marks in the right way.
7631
7632 2004-10-18  David Edmondson  <dme@dme.org>
7633
7634         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7635         excessively.
7636
7637 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * gnus-util.el (gnus-split-references): Accept a nil references
7640         string and go on blissfully.
7641
7642         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7643         cases where the references string is non-nil but has no references.
7644
7645         * encrypt.el: Add autoload tags.
7646
7647         * spam.el (spam-resolve-registrations-routine): Remove article
7648         from unregistration list too.  Reported by David Hanak
7649         <dhanak@isis.vanderbilt.edu>
7650
7651 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7654         nil.  Changed custom type.
7655
7656 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7659
7660         * gnus-sum.el (gnus-summary-move-article): Use it.
7661
7662 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7663
7664         * encrypt.el: Add autoload cookies.
7665
7666         * spam.el (spam-backend-article-list-property)
7667         (spam-backend-get-article-todo-list)
7668         (spam-backend-put-article-todo-list, )
7669         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7670         Resolve registrations separately.
7671         (spam-register-routine): Format comments.
7672         (spam-unregister-routine, spam-register-routine): Always call with
7673         specific-articles, no default list.
7674         (spam-summary-prepare-exit): Use the spam-classifications function.
7675
7676         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7677         gnus-encrypt.el.
7678
7679         * encrypt.el: copied from gnus-encrypt.el
7680
7681         * gnus-encrypt.el: commented that it's obsolete
7682
7683 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7686         (gnus-score-save): Use it.
7687
7688         * message.el (message-bury): Use `window-dedicated-p'.
7689
7690 2004-10-15  Simon Josefsson  <jas@extundo.com>
7691
7692         * pop3.el (top-level): Don't require nnheader.
7693         (pop3-read-timeout): Add.
7694         (pop3-accept-process-output): Add.
7695         (pop3-read-response, pop3-retr): Use it.
7696
7697 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * spam.el (spam-register-routine): Move comment.
7700         (spam-verify-bogofilter): Use 'unknown for the initial
7701         spam-bogofilter-valid state, not 'never.
7702
7703         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7704         for netrc-machine.
7705
7706         * nnimap.el (nnimap-open-connection): Use
7707         netrc-machine-user-or-password.
7708
7709 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7710
7711         * gnus-registry.el (gnus-registry-unload-hook):
7712         Set as a variable with add-hook.
7713
7714         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7715         of news-path.
7716
7717         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7718
7719         * spam.el: Delete duplicate `provide'.
7720         (spam-unload-hook): Set as a variable with add-hook.
7721
7722 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7725         in the doc string.
7726
7727         * message.el (message-ignored-news-headers)
7728         (message-ignored-supersedes-headers)
7729         (message-ignored-resent-headers)
7730         (message-forward-ignored-headers): Improve custom type.
7731
7732 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * message.el (message-tokenize-header): Fix 2004-09-06 change
7735         which used point-min in the wrong place.
7736
7737 2004-10-12  Simon Josefsson  <jas@extundo.com>
7738
7739         * tls.el (tls-certtool-program): New variable.
7740         (tls-certificate-information): New function, based on
7741         ssl-certificate-information.
7742
7743 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * compface.el: Move the version of ELisp-based uncompface program
7746         to the contrib directory because of the copyright problem.
7747
7748 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * message.el (message-kill-buffer): Raise the current frame.
7751
7752 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7755
7756         * gnus.el (message-y-or-n-p): Autoload.
7757
7758         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7759         (pop3-password-required, pop3-authentication-scheme)
7760         (pop3-leave-mail-on-server): Made customizable.
7761         (pop3): New custom group.
7762         (pop3-retr): Remove `sleep-for' statements.
7763         Suggested by Dave Love <fx@gnu.org>.
7764
7765         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7766         Windows/DOS.
7767
7768         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7769         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7770         Dave Love <fx@gnu.org>.
7771
7772         * mml.el (mml-minibuffer-read-disposition): Require match.
7773         Suggested by Dave Love <fx@gnu.org>.
7774
7775 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7778         doc string.
7779
7780 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7783
7784 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7785
7786         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7787         instead of calling `mm-insert-inline', to decode text/* parts
7788         before displaying them.
7789
7790 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * mm-uu.el (mm-uu-text-plain-type): New variable.
7793         (mm-uu-pgp-signed-extract-1): Use it.
7794         (mm-uu-pgp-encrypted-extract-1): Use it.
7795         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7796         bind mm-uu-text-plain-type with that value.
7797         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7798         mm-uu-dissect.
7799
7800 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-group.el (gnus-update-group-mark-positions):
7803         * gnus-sum.el (gnus-update-summary-mark-positions):
7804         * message.el (message-check-news-body-syntax):
7805         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7806         of string-as-multibyte.
7807
7808 2004-10-05  Juri Linkov  <juri@jurta.org>
7809
7810         * gnus-group.el (gnus-update-group-mark-positions):
7811         * gnus-sum.el (gnus-update-summary-mark-positions):
7812         * message.el (message-check-news-body-syntax):
7813         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7814         8-bit unibyte values to a multibyte string for search functions.
7815
7816 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7819         (mm-uu-dissect-text-parts): New function.
7820
7821         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7822         dissect text parts.
7823
7824         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7825         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7826
7827         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7828
7829         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7830         gnus-current-topics instead of gnus-current-topic.
7831
7832 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7833
7834         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7835
7836 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7837
7838         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7839         where approriate.
7840
7841         * nnml.el (nnml-generate-active-info): do.
7842
7843         * nndiary.el (nndiary-generate-active-info): do.
7844
7845         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7846         (gnus-topic-move): do.
7847
7848         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7849         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7850
7851         * gnus-srvr.el (gnus-server-prepare)
7852         (gnus-server-open-all-servers): do.
7853
7854         * gnus-msg.el (gnus-summary-cancel-article)
7855         (gnus-summary-resend-message)
7856         (gnus-summary-mail-crosspost-complaint): do.
7857
7858         * gnus-move.el (gnus-change-server): do.
7859
7860         * gnus-group.el (gnus-group-unmark-all-groups)
7861         (gnus-group-set-current-level): do.
7862
7863 2004-10-04  Simon Josefsson  <jas@extundo.com>
7864
7865         * message.el (message-generate-hashcash): Doc fix.
7866
7867 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7868
7869         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7870         avoid infinite recursion via gnus-get-function.
7871
7872 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7873
7874         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7875
7876         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7877
7878         * nnmail.el (nnmail-split-history): do.
7879
7880         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7881         (nnml-request-delete-group): do.
7882
7883         * nnslashdot.el (nnslashdot-read-groups): do.
7884
7885         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7886         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7887
7888         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7889         (nnspool-sift-nov-with-sed): Use last
7890         (nnspool-retrieve-headers-with-nov): Use mapc.
7891         (nnspool-request-newgroups): Use dolist.
7892         (nnspool-request-group): Use last.
7893
7894         * nntp.el (nntp-read-server-type): Use dolist.
7895
7896         * nnvirtual.el (nnvirtual-create-mapping)
7897         (nnvirtual-update-read-and-marked): Use dolist.
7898         (nnvirtual-convert-headers): Simplify.
7899
7900 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7901
7902         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7903         support for sync'ing tick marks.
7904
7905 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7908         there's no visible header.
7909
7910 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7911
7912         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7913         necessary, pass full group name to gnus-request-set-marks.
7914
7915 2004-10-01  Simon Josefsson  <jas@extundo.com>
7916
7917         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7918         acroread.
7919
7920 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * spam-report.el (spam-report-gmane): Fix interactive.
7923
7924         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7925
7926         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7927         when writing file.
7928         (gnus-agent-synchronize-flags): Don't default to being
7929         interactive.
7930
7931 2004-09-30  Simon Josefsson  <jas@extundo.com>
7932
7933         * message.el (message-generate-hashcash): Add.
7934         (message-send-mail): Use it, call mail-add-payment.
7935
7936 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7937
7938         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7939
7940 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7941
7942         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7943         gnus-requst-update-info with explicit code to sync the in-memory
7944         info read flags with the marks being sync'd to the backend.
7945
7946         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7947
7948 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * spam.el (spam-verify-bogofilter): Add new function.
7951         (spam-check-bogofilter)
7952         (spam-bogofilter-register-with-bogofilter): Use it.
7953         (spam-verify-bogofilter): Add small fixes.
7954
7955 2004-09-28  Simon Josefsson  <jas@extundo.com>
7956
7957         * hashcash.el (hashcash-generate-payment): Revert.
7958
7959 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7960
7961         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7962         gnus-extract-references instead of gnus-split-references.
7963
7964         * gnus-util.el (gnus-extract-references): Add new function, analogous
7965         to gnus-split-references but extracts only the message-ID without
7966         anything extra.
7967
7968         * hashcash.el (hashcash-generate-payment)
7969         (hashcash-check-payment): Do the right thing if hashcash-path is
7970         nil (because the hashcash program could not be found).
7971
7972         * spam.el (spam-use-hashcash): Remove comment.
7973
7974 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7975
7976         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7977         (gnus-cache-enter-article, gnus-cache-remove-article)
7978         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7979
7980         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7981
7982         * gnus-art.el (article-hide-boring-headers)
7983         (article-translate-strings, article-display-face)
7984         (gnus-article-mime-match-handle-first)
7985         (gnus-article-highlight-headers)
7986         (gnus-article-add-buttons-to-head): do.
7987
7988 2004-09-27  Simon Josefsson  <jas@extundo.com>
7989
7990         * hashcash.el: New version, from
7991         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7992         ../contrib/.
7993
7994 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7997
7998 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7999
8000         * gnus-dup.el (gnus-dup-open): Use mapc.
8001         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8002
8003         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8004         Reported by Stefan Wiens <s.wi@gmx.net>.
8005
8006         * gnus.el (gnus-shutdown): Use dolist.
8007
8008         * gnus-undo.el (gnus-undo): Use mapc.
8009
8010         * nnrss.el (nnrss-generate-active): do.
8011
8012         * message.el (message-cite-original-without-signature)
8013         (message-cite-original): Use mapc.
8014         (message-do-actions, message-make-forward-subject): Use dolist.
8015
8016 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8017
8018         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8019         deletion to remove entire duplicate line.  Fixes merged article
8020         number bug.
8021
8022 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8023
8024         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8025         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8026         first ask if you want to open a server and then, even when you
8027         responded with no, asking if you want to synchronize the server's
8028         flags.
8029         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8030         multi-line expressions.
8031         (gnus-agent-synchronize-group-flags): New internal function.
8032         Updates marks in memory (in the info structure) AND in the
8033         backend.
8034
8035         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8036
8037         * nnagent.el (nnagent-request-set-mark): Use
8038         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8039         method, to ensure that synchronization updates marks in the
8040         backend and in the info (in memory) structure.
8041
8042 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8045         convention fully; don't miss the root article of a thread; make
8046         the X-Draft-From header with correct article numbers.
8047
8048 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8049
8050         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8051         unless plugged.  Disable the agent so that an open failure causes
8052         an error.
8053
8054         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8055         Reverted 2004-09-21 change.  The backend must be opened while
8056         synchronizing flags even when the backend stores the flags
8057         locally.
8058
8059 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8062         in `header' match.  Reported by Svend Tollak Munkejord.
8063
8064         * message.el (message-cite-original): Fix use of
8065         `message-cite-articles-with-x-no-archive'.
8066
8067 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8070         (gnus-window-to-buffer): Ditto.
8071
8072         * mml.el (mml-preview-buffer): New variable.
8073         (mml-preview): Manage window layout with gnus-buffer-configuration.
8074
8075         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8076         X-Draft-From header even if those articles aren't quoted.
8077
8078 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8079
8080         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8081         (gnus-request-set-mark, gnus-request-update-mark): Use new
8082         g-s-t-u-l-m to decide to use backend even when unplugged.
8083
8084 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8087         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8088
8089 2004-09-20  Simon Josefsson  <jas@extundo.com>
8090
8091         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8092         "utf-16-le".
8093
8094 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8095
8096         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8097
8098 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * uudecode.el (uudecode-use-external): Add :version.
8101
8102         * smime.el (smime-CA-file, smime-encrypt-cipher)
8103         (smime-dns-server): Add :version.
8104
8105         * smiley.el (gnus-smiley-file-types): Add :version.
8106
8107         * sha1.el (sha1-use-external): Add :version.
8108
8109         * pgg-def.el (pgg-query-keyserver): Add :version.
8110
8111         * nnmail.el (nnmail-fancy-expiry-targets)
8112         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8113         Add :version.
8114
8115         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8116         (nnimap-retrieve-groups-asynchronous): Add :version.
8117         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8118
8119         * mml.el (mml-content-disposition-parameters)
8120         (mml-insert-mime-headers-always): Add :version.
8121
8122         * mm-util.el (mm-coding-system-priorities): Add :version.
8123
8124         * mm-decode.el (mm-inline-text-html-with-images)
8125         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8126         (mm-verify-option): Add :version.
8127         (mm-text-html-renderer): Change :version.
8128
8129         * message.el (message-fcc-externalize-attachments)
8130         (message-required-headers, message-draft-headers)
8131         (message-subject-trailing-was-query)
8132         (message-subject-trailing-was-ask-regexp)
8133         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8134         (message-mark-insert-end, message-archive-header)
8135         (message-archive-note, message-cross-post-default)
8136         (message-cross-post-note, message-followup-to-note)
8137         (message-cross-post-note-function, message-use-mail-followup-to)
8138         (message-subscribed-address-functions)
8139         (message-subscribed-address-file, message-subscribed-addresses)
8140         (message-subscribed-regexps, message-allow-no-recipients)
8141         (message-yank-cited-prefix, message-signature-insert-empty-line)
8142         (message-hidden-headers, message-hierarchical-addresses)
8143         (message-mail-user-agent, message-use-idna)
8144         (message-valid-fqdn-regexp)
8145         (message-strip-special-text-properties, message-header-synonyms)
8146         (message-beginning-of-line, message-tab-body-function): Add :version.
8147         (message-insert-canlock, message-wide-reply-confirm-recipients):
8148         Change :version.
8149
8150         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8151         and :version.
8152         (mail-source-delete-old-incoming-confirm)
8153         (mail-source-movemail-program): Add :version.
8154
8155         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8156         (gnus-agent-cache, gnus-agent): Change :version.
8157
8158         * gnus-util.el (gnus-use-byte-compile): Change :version.
8159
8160         * gnus-sum.el (gnus-summary-make-false-root-always)
8161         (gnus-summary-default-high-score)
8162         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8163         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8164         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8165         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8166         (gnus-sum-thread-tree-single-indent)
8167         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8168         (gnus-sum-thread-tree-leaf-with-other)
8169         (gnus-sum-thread-tree-single-leaf): Add :version.
8170         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8171         (gnus-article-loose-mime): Change :version.
8172
8173         * gnus-start.el (gnus-backup-startup-file)
8174         (gnus-save-startup-file-via-temp-buffer): Add :version.
8175
8176         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8177         (gnus-server-offline-face): Add :version.
8178
8179         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8180
8181         * gnus-msg.el (gnus-gcc-externalize-attachments)
8182         (gnus-debug-files, gnus-debug-exclude-variables)
8183         (gnus-discouraged-post-methods): Change :version.
8184         (gnus-confirm-mail-reply-to-news)
8185         (gnus-confirm-treat-mail-like-news): Add :version.
8186
8187         * gnus-int.el (gnus-server-unopen-status): Add :version.
8188
8189         * gnus-group.el (gnus-group-jump-to-group-prompt)
8190         (gnus-large-ephemeral-newsgroup)
8191         (gnus-fetch-old-ephemeral-headers): Add :version.
8192
8193         * gnus-fun.el (gnus-x-face-directory)
8194         (gnus-convert-pbm-to-x-face-command)
8195         (gnus-convert-image-to-x-face-command)
8196         (gnus-convert-image-to-face-command): Add :version.
8197
8198         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8199
8200         * gnus-cite.el (gnus-cite-blank-line-after-header)
8201         (gnus-article-boring-faces): Add :version.
8202
8203         * gnus-art.el (gnus-buttonized-mime-types)
8204         (gnus-inhibit-mime-unbuttonizing)
8205         (gnus-treat-display-face)
8206         (gnus-treat-body-boundary): Change :version.
8207         (gnus-body-boundary-delimiter, gnus-picon-databases)
8208         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8209         (gnus-treat-date-english, gnus-treat-fold-headers)
8210         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8211         (gnus-treat-mail-picon, gnus-treat-wash-html)
8212         (gnus-article-encrypt-protocol)
8213         (gnus-use-idna, gnus-article-over-scroll)
8214         (gnus-mime-display-multipart-alternative-as-mixed)
8215         (gnus-mime-display-multipart-related-as-mixed)
8216         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8217         (gnus-ctan-url, gnus-button-ctan-handler)
8218         (gnus-button-handle-ctan-bogus-regexp)
8219         (gnus-button-ctan-directory-regexp)
8220         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8221         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8222         (gnus-button-man-level, gnus-button-emacs-level)
8223         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8224
8225         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8226         (gnus-agent-go-online): Change :version.
8227         (gnus-agent-expire-unagentized-dirs)
8228         (gnus-agent-auto-agentize-methods): Add :version.
8229
8230         * flow-fill.el (fill-flowed-display-column)
8231         (fill-flowed-encode-column): Add :version.
8232
8233         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8234         (gnus-outlook-deuglify-unwrap-max)
8235         (gnus-outlook-deuglify-cite-marks)
8236         (gnus-outlook-deuglify-unwrap-stop-chars)
8237         (gnus-outlook-deuglify-no-wrap-chars)
8238         (gnus-outlook-deuglify-attrib-cut-regexp)
8239         (gnus-outlook-deuglify-attrib-verb-regexp)
8240         (gnus-outlook-deuglify-attrib-end-regexp)
8241         (gnus-outlook-display-hook): Add :version.
8242
8243         * binhex.el (binhex-use-external): Add :version.
8244
8245 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8248         and `invisible'.
8249
8250 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8251
8252         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8253         in gnus-registry-trim.
8254
8255 2004-09-13  Simon Josefsson  <jas@extundo.com>
8256
8257         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8258
8259         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8260
8261         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8262         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8263         <yamaoka@jpl.org>.
8264         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8265         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8266         <yamaoka@jpl.org>.
8267
8268         * sieve.el (sieve-manage-mode): Ditto.
8269
8270 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8273
8274 2004-09-11  Simon Josefsson  <jas@extundo.com>
8275
8276         * dns-mode.el: Add.
8277
8278         * mm-view.el (mm-display-dns-inline): Add.
8279
8280         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8281         (mm-automatic-display): Ditto.
8282
8283         * mailcap.el (mailcap-mime-data): Add text/dns.
8284         (mailcap-mime-extensions): Map .soa to text/dns.
8285
8286 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8287
8288         * gnus-art.el (article-decode-mime-words, article-babel)
8289         (gnus-article-highlight-signature, gnus-article-add-buttons)
8290         (gnus-signature-toggle): Remove unnecessary bindings of
8291         `inhibit-read-only' inherited from v5.10 merge.
8292
8293 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * nntp.el (nntp): New customization group.
8296         (nntp-authinfo-file): Add customization group.
8297
8298         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8299
8300         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8301
8302         * gnus.el (to-address, to-list, subscribed)
8303         (large-newsgroup-initial): Ditto.
8304
8305         * flow-fill.el (fill-flowed-display-column)
8306         (fill-flowed-encode-column): Ditto.
8307
8308 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8309
8310         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8311         Use point-min rather than 1.
8312         (message-send-mail): Use buffer-size rather than point-max.
8313
8314         * gnus-sum.el (gnus-summary-search-article-forward):
8315         Signal a specific `search-failed' rather than a generic `error'.
8316
8317         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8318         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8319         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8320
8321 2004-09-10  Simon Josefsson  <jas@extundo.com>
8322
8323         * nndb.el (require): Remove tcp and duplicate cl.
8324
8325 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8326
8327         * gnus-agent.el (directory-files-and-attributes): Move forward.
8328
8329 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8330
8331         * gnus-agent.el (directory-files-and-attributes): Optionally
8332         defined to support XEmacs.
8333
8334 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8335
8336         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8337         to avoid run-time CL dependencies.
8338         (gnus-agent-unfetch-articles): New function.
8339         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8340         article numbers even when local .overview file is missing.
8341         (gnus-agent-read-article-number): New function. Only accepts
8342         27-bit article numbers.
8343         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8344         gnus-agent-read-article-number.
8345         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8346         from backend while recognizing that article numbers in .overview
8347         must be valid.
8348         (gnus-agent-update-files-total-fetched-for): Use
8349         directory-files-and-attributes to improve performance.
8350         * gnus-int.el (gnus-request-move-article): Use
8351         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8352         improve performance.
8353
8354         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8355         some users confused by references to .newsrc when they only have a
8356         .newsrc.eld file.
8357         (gnus-convert-mark-converter-prompt,
8358         gnus-convert-converter-needs-prompt): Fixed use of property list.
8359         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8360         New function. Used internally to only display 'gnus converting
8361         files' message when actually necessary.
8362
8363         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8364         methods now autoloaded.
8365
8366 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8369         identifiers.
8370
8371 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * gnus-picon.el: Fix indentation and closing parenthesis.
8374
8375 2004-09-01  Simon Josefsson  <jas@extundo.com>
8376
8377         * message.el (message-canlock-generate): Require sha1, not
8378         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8379         to require within a function.  Sadly, if sha1.el isn't loaded, the
8380         let binding in m-c-g will hide the defcustom definition, which is
8381         bad.)
8382
8383         * canlock.el: Require sha1, not sha1-el.
8384
8385         * message.el: Don't autoload sha1 (there is a autoload cookie in
8386         sha1.el).
8387
8388         * sha1-el.el: Renamed to sha1.el.
8389
8390 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8391
8392         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8393
8394 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8395
8396         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8397
8398 2004-08-30  Kim F. Storm  <storm@cua.dk>
8399
8400         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8401
8402         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8403         Add :group 'nnimap.
8404
8405 2004-08-30  Andreas Schwab  <schwab@suse.de>
8406
8407         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8408         ?* and ?\;.
8409
8410         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8411         and ?\' to symbol instead of whitespace.
8412
8413 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8416
8417         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8418         instead of re-search-forward.
8419
8420         * gnus-uu.el (gnus-uu-save-article): Ditto.
8421         (gnus-uu-post-encode-uuencode): Ditto.
8422
8423         * html2text.el (html2text-clean-list-items): Ditto.
8424         (html2text-clean-dtdd): Ditto.
8425         (html2text-format-tags): Ditto.
8426
8427         * message.el (message-send-mail-with-sendmail): Fix regexp.
8428         (message-fill-field-general): Use search-forward instead of
8429         re-search-forward.
8430         (unbold-region): Ditto.
8431
8432         * nnrss.el (nnrss-request-article): Ditto.
8433
8434         * nnslashdot.el (nnslashdot-request-article): Ditto.
8435
8436         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8437
8438         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8439         "Unrecognized menu descriptor" error in XEmacs.
8440
8441 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8442
8443         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8444         parent article of a sparse article in the thread hashtb.
8445
8446 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8447
8448         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8449         (nnmail-expand-newtext): Lowercase expanded entries if
8450         nnmail-split-lowercase-expanded is non-nil.
8451
8452 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8455         entry.
8456
8457         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8458         of gnus-tmp-news-method into string under XEmacs.  It will be
8459         passed to gnus-correct-length which takes only a string argument.
8460
8461 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * gnus-util.el (gnus-bind-print-variables): New macro.
8464         (gnus-prin1): Use it.
8465         (gnus-prin1-to-string): Use it.
8466         (gnus-pp): New function.
8467         (gnus-pp-to-string): New function.
8468
8469         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8470         pp-to-string with gnus-pp-to-string.
8471         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8472         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8473         * gnus-msg.el (gnus-debug): Ditto.
8474         * gnus-score.el (gnus-score-save): Ditto.
8475         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8476         gnus-pp-to-string.
8477         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8478         with gnus-pp.
8479         * score-mode.el (gnus-score-pretty-print): Ditto.
8480         * webmail.el (webmail-debug): Ditto.
8481
8482 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el (article-display-face, article-display-x-face): Use
8485         buffer-read-only.
8486
8487 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-art.el (article-hide-list-identifiers): Bind
8490         inhibit-read-only as t.
8491
8492 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8495
8496 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8497
8498         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8499         (gnus-narrow-to-page): Don't assume point-min == 1.
8500         (gnus-article-edit-mode): Derive from message-mode.
8501
8502         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8503         point-min == 1.
8504
8505         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8506         Disable incorrect use of `assert'.
8507
8508         * message.el (message-mode): Set comment-start-skip.
8509
8510
8511 2004-08-22  Sam Steingold  <sds@gnu.org>
8512
8513         * pop3.el (pop3-leave-mail-on-server): New user variable.
8514         (pop3-movemail): Delete mail only when it is nil.
8515
8516 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8519
8520         * mml.el (mml-preview): Use `pop-to-buffer'.
8521
8522         * message.el (message-goto-mail-followup-to): Insert after "To".
8523         (message-carefully-insert-headers): Add comment.
8524
8525         * gnus.el: Remove unused variable `gnus-article-check-size'.
8526
8527         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8528
8529         * gnus-art.el (gnus-button-alist): Improve
8530         `gnus-button-handle-library' entry.
8531
8532 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8533
8534         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8535         downcase, since XEmacs capitalizes error messages differently.
8536
8537 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8538
8539         * nntp.el: Add (require 'gnus) due to reference to
8540         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8541
8542 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8543
8544         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8545         `mm-fill-flowed'.
8546
8547         * mm-decode.el (mm-dissect-singlepart): Check it.
8548
8549 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8550
8551         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8552         'imap' for netrc parsing.
8553
8554 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * mailcap.el (mailcap-mime-data): Mark as risky.
8557
8558 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8561         may be included in the encoded word.
8562         (rfc2047-encode): Don't append a space if the encoded word
8563         includes close parenthesis.
8564
8565 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8568         of text within parentheses.
8569
8570 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8571
8572         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8573         (gnus-encrypt-write-file-contents): Make the password key the file
8574         name PLUS the cipher, not just the cipher.  Also remove failed
8575         passwords from the cache.
8576
8577 2004-08-06  Simon Josefsson  <jas@extundo.com>
8578
8579         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8580         fix.
8581
8582 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8585         LWSP.
8586
8587 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8588
8589         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8590         to append in-reply-to: data to the references: header.
8591
8592         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8593         (netrc-parse): Use gnus-encrypt.el functions.
8594
8595         * gnus-encrypt.el: Add new file for encryption support; currently
8596         does only a few GPG ciphers and an internal XOR cipher.
8597
8598         * password.el: Add comments on using password-read-and-add.
8599         (password-read-and-add): Add function to read and add the
8600         password to the cache at once.
8601
8602 2004-07-28  Simon Josefsson  <jas@extundo.com>
8603
8604         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8605         parameter (but don't use it, for now).
8606
8607         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8608         instead of hard coding to nil.
8609
8610 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8613         as mm-inline-image-xemacs does.
8614
8615 2004-07-26  Simon Josefsson  <jas@extundo.com>
8616
8617         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8618         Revert part of 2004-07-17 change below.
8619
8620 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8623         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8624
8625 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8628         quotes that actually start with ">" at the beginning of the
8629         lines.
8630
8631 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * rfc2047.el (rfc2047-encode-region): Fix last change.
8634         (rfc2047-encode-parameter): Remove useless concat.
8635
8636 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8639         encode special characters; fix some kind of misconfigured headers;
8640         signal a real error if debug-on-quit or debug-on-error is non-nil.
8641         (rfc2047-encode-max-chars): New variable.
8642         (rfc2047-encode-1): Use it.
8643         (rfc2047-encode-parameter): New function.
8644
8645         * mml.el (mml-insert-parameter): Remove an excessive space.
8646
8647 2004-07-17  Simon Josefsson  <jas@extundo.com>
8648
8649         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8650         Kai Grossjohann <kai@emptydomain.de>.
8651         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8652         (gnus-group-make-menu-bar): Ditto.
8653
8654         * gnus-util.el (gnus-group-server): Add.
8655
8656 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8657
8658         * message.el (message-clone-locals): Clone sendmail and smtp
8659         variables.
8660
8661 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * rfc2047.el (rfc2047-encode-region): Fix last change.
8664
8665 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8668         characters as non-special.
8669
8670 2004-07-09  Simon Josefsson  <jas@extundo.com>
8671
8672         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8673         Users will lose all flag changes made while unplugged with
8674         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8675         good default.  See numerous reports on ding mailing list.
8676
8677 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8680         add generate-head-function and generate-article-function to the
8681         rfc822-forward entry.
8682         (nndoc-rfc822-forward-generate-article): New function.
8683         (nndoc-rfc822-forward-generate-head): New function.
8684
8685         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8686
8687 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8688
8689         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8690         respect display group parameter and gnus-summary-expunge-below.
8691         (gnus-articles-to-read): Remove unused reference to display group
8692         parameter.
8693
8694 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8695
8696         * nnheader.el (nnheader-uniquify-message-id): New experimental
8697         variable.
8698         (nnheader-nov-read-message-id): Use it.
8699
8700         * spam-report.el (spam-report-gmane): Add interactive.
8701
8702 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8705         qp-or-base64 for the application/* types.
8706
8707 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8708
8709         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8710
8711 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8712
8713         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8714         trim value.
8715
8716 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8717
8718         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8719         New macro and function.
8720         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8721
8722 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8725         after-load-alist.
8726
8727 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8728
8729         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8730         update info that isn't there.
8731
8732 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8733
8734         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8735         entry.
8736
8737 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * mm-view.el (mm-inline-render-with-function): Use multibyte
8740         buffer; decode html source by charset.
8741
8742         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8743
8744         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8745         Mule-UCS is loaded under XEmacs.
8746         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8747
8748 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8749
8750         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8751
8752 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * mm-util.el (mm-coding-system-p): Return a coding-system.
8755         (mm-mime-mule-charset-alist): Use shift_jis instead of
8756         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8757         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8758         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8759         instead of japanese-shift-jis and iso-latin-1 respectively in
8760         order to share the default value with both Emacs and XEmacs-mule.
8761         (mm-mule-charset-to-mime-charset): Make
8762         mm-coding-system-priorities effective.
8763         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8764         while predicating of candidates upon the priorities.
8765
8766 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8767
8768         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8769         gnus-uu-invert-processable.
8770
8771         * gnus.el: Autoload gnus-uu-invert-processable.
8772
8773 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * mm-util.el (mm-with-multibyte-buffer): New macro.
8776
8777         * rfc2047.el (rfc2047-encode-string): Use it.
8778         (rfc2047-encode-region): Move point to the end of the region after
8779         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8780
8781 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8784         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8785
8786 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8789         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8790         Karl Chen <quarl@nospam.quarl.org>.
8791
8792 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8793
8794         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8795         invalid addresses.
8796
8797 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8798
8799         * spam.el: Change section markers, revise TODO list.
8800         (spam-backends): Make new master list of all installed backends.
8801         (spam-summary-exit-behavior): Add new variable to determine how
8802         messages moves are done at summary exit.
8803         (spam-move-spam-nonspam-groups-only)
8804         (spam-process-ham-in-nonham-groups)
8805         (spam-process-ham-in-spam-groups): Remove variables, the
8806         spam-summary-exit-behavior variable should be used to manage this
8807         behavior.
8808         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8809         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8810         and spam-old-spam-articles.
8811         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8812         Add empty variables, placeholders for the backends they represent.
8813         (spam-set-difference): Move, unchanged.
8814         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8815         unless the user has a processor variable.
8816         (spam-classifications, spam-classification-valid-p)
8817         (spam-backend-properties, spam-backend-property-valid-p)
8818         (spam-backend-function-type-valid-p)
8819         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8820         (spam-report-articles-gmane, spam-report-articles-resend):
8821         Remove functions, they are not needed.
8822         (spam-install-backend-super, spam-backend-list)
8823         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8824         (spam-backend-function, spam-backend-ham-registration-function)
8825         (spam-backend-spam-registration-function)
8826         (spam-backend-ham-unregistration-function)
8827         (spam-backend-spam-unregistration-function)
8828         (spam-backend-statistical-p, spam-backend-mover-p)
8829         (spam-install-backend-alias, spam-install-checkonly-backend)
8830         (spam-install-mover-backend, spam-install-nocheck-backend)
8831         (spam-install-backend, spam-install-statistical-backend)
8832         (spam-install-statistical-checkonly-backend): Add backend installation
8833         support.
8834         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8835         (spam-group-processor-p): Use the new backend code and respect the
8836         summary exit behavior.
8837         (spam-mark-spam-as-expired-and-move-routine): Remove.
8838         (spam-summary-prepare): Change to use the new spam-old-articles
8839         variable.
8840         (spam-copy-or-move-routine, spam-copy-spam-routine)
8841         (spam-move-spam-routine, spam-copy-ham-routine)
8842         (spam-move-ham-routine): Add code to copy/move ham or spam.
8843         (spam-fetch-field-fast): Improve doc and code, plus allow the
8844         'number request.
8845         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8846         variables.
8847         (spam-split, spam-find-spam): Use the new backend code.
8848         (spam-registration-functions): Remove variable.
8849         (spam-unregister-routine): Add convenience wrapper.
8850         (spam-log-undo-registration, spam-register-routine)
8851         (spam-log-processing-to-registry)
8852         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8853         where possible.
8854         (spam-check-gmane-xref, spam-check-regex-headers)
8855         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8856         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8857         (spam-check-bogofilter-headers, spam-check-spamoracle)
8858         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8859         (spam-check-crm114-headers): Use the spam-split-group that
8860         spam-split prepares, no need to determine it every time.
8861
8862         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8863         to the nnheader-parse-naked-head call.
8864
8865         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8866
8867         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8868         the nnheader-nov-read-message-id call.
8869
8870 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8873         gnus-activate-group twice.  Suggested by Markus Peter
8874         <warp@spin.de>.
8875
8876 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (gnus-article-time-format): Exchange the order of
8879         day and month in the default value; fix customization type.
8880         (article-date-ut): Use add-text-properties.
8881         (article-make-date-line): Use message-make-date instead of
8882         current-time-string.
8883
8884         * message.el (message-fetch-field): Don't use set-text-properties.
8885         (message-make-date): Simplify.
8886
8887         * messagexmas.el (message-xmas-make-date): New function.
8888         (message-xmas-redefine): Defalias message-make-date to it.
8889
8890 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8893         (rfc2047-encode-region): Treat text within parentheses as special;
8894         show the original text when error has occurred.
8895
8896         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8897         already-computed method to gnus-activate-group.
8898
8899         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8900         same select-methods identical Lisp objects.
8901
8902         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8903         object when modifying the info.
8904
8905 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8908         gnus-opened-servers since it has never been opened with the new
8909         configuration yet.
8910
8911 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8914         arg to nnheader-generate-fake-message-id.
8915
8916 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8917
8918         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8919         number and build a fake message ID localized to a group and
8920         article number (so it's repeatable from that point on).
8921         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8922         ID format.
8923
8924         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8925         nnheader-generate-fake-message-id with the article number.
8926
8927 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8928
8929         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8930         end-of-buffer.
8931
8932 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * message.el (message-ignored-supersedes-headers): Add Approved.
8935
8936 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8937
8938         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8939         goto-char.
8940         (rfc2047-encode): Fold the line before encoding.
8941
8942 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8943
8944         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8945         folding -- not all headers can be folded, and this should be done
8946         by the message composition mode.  Probably.  I think.
8947
8948 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8951         fast.
8952
8953         * gnus-ems.el (gnus-remove-image): Don't use
8954         message-text-with-property; remove only the image found first.
8955
8956         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8957         found first.
8958
8959 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8960
8961         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8962
8963 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * message.el (message-text-with-property): Make it fast and accept
8966         optional arguments.
8967         (message-strip-forbidden-properties): Use it.
8968         (message-fix-before-sending): Follow the m-t-w-p change.
8969
8970         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8971
8972 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-art.el (article-hide-headers): Don't change the buffer
8975         mistakenly when performing mml-preview even if
8976         gnus-single-article-buffer is nil.
8977
8978 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8979
8980         * message.el (message-expand-name-databases): New user option.
8981         (message-expand-name): Use it.
8982
8983 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * spam.el (spam-report-articles-resend)
8986         (spam-report-resend-register-routine): Allow ham reporting.
8987         (spam-report-resend-register-ham-routine): Add wrapper.
8988         (spam-registration-functions): Add ham resending functions.
8989         (spam-list-of-processors): Add ham resend processor.
8990
8991         * gnus.el (ham-resend-to): Add new group parameter.
8992         (spam-process): Add ham resend option.
8993
8994         * spam-report.el (spam-report-resend): Allow reporting ham.
8995         (spam-report-resend-ham): Add wrapper.
8996
8997 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998
8999         * message.el (message-cite-articles-with-x-no-archive): New
9000         variable.
9001         (message-cite-original): Use it.
9002
9003 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9004
9005         * message.el (message-cite-original): Respect X-No-Archive.
9006
9007 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (article-hide-headers): Refer to the values for
9010         gnus-ignored-headers and gnus-visible-headers in the summary
9011         buffer since a user may have set them as group parameters.
9012
9013 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * assistant.el (assistant-node-name): Add convenience function.
9016         (assistant-render-text, assistant-render-node): Add error handling,
9017         plus handle multiple next nodes.
9018         (assistant-find-next-node): Comment out for now.
9019         (assistant-find-next-nodes): Add function, returns list of next
9020         nodes.
9021
9022 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * mail-source.el (mail-source-directory): Fix doc-string.
9025
9026 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9027
9028         * assistant.el (assistant-render-text, assistant-eval): Add :set
9029         widget type, which is different because it takes and returns a
9030         list.  Much hilarity ensues.
9031
9032 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9035
9036         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9037         doc-string.
9038
9039         * gnus-start.el (gnus-activate-group): Added doc-string.
9040
9041 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9044
9045 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         * assistant.el (assistant-render-text): Try to add a :set
9048         widget, more to come.
9049
9050         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9051         strings.
9052         (spam-report-articles-resend)
9053         (spam-register-routine): Do registration iff any articles warrant
9054         it.
9055         (spam-summary-prepare-exit): Change log message for nil group
9056         destinations.
9057
9058 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9059
9060         * spam.el (spam-report-resend-register-routine): Allow
9061         spam-report-resend-to to be a group parameter or a global value.
9062
9063 2004-05-26  Simon Josefsson  <jas@extundo.com>
9064
9065         * starttls.el: Merge with my GNUTLS based starttls.el.
9066         (starttls-gnutls-program, starttls-use-gnutls)
9067         (starttls-extra-arguments, starttls-process-connection-type)
9068         (starttls-connect, starttls-failure, starttls-success): New
9069         variables.
9070         (starttls-program, starttls-extra-args): Doc fix.
9071         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9072         functions.
9073         (starttls-negotiate, starttls-open-stream): Check
9074         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9075         function if it is set.
9076
9077 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9080         structured fields.
9081
9082 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9085
9086 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9087
9088         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9089         variable.
9090         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9091         assigning the spam-mark to new messages.
9092
9093 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9094
9095         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9096
9097 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9100
9101         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9102         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9103         default.
9104
9105 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9106
9107         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9108         correct data.
9109
9110 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9111
9112         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9113         (spam-group-processor-p): Fix function.
9114         (spam-group-processor-multiple-p)
9115         (spam-group-spam-processor-report-gmane-p)
9116         (spam-group-spam-processor-report-resend-p)
9117         (spam-group-spam-processor-bogofilter-p)
9118         (spam-group-spam-processor-blacklist-p)
9119         (spam-group-spam-processor-ifile-p)
9120         (spam-group-ham-processor-ifile-p)
9121         (spam-group-spam-processor-spamoracle-p)
9122         (spam-group-spam-processor-crm114-p)
9123         (spam-group-ham-processor-bogofilter-p)
9124         (spam-group-spam-processor-stat-p)
9125         (spam-group-ham-processor-stat-p)
9126         (spam-group-ham-processor-whitelist-p)
9127         (spam-group-ham-processor-BBDB-p)
9128         (spam-group-ham-processor-spamoracle-p)
9129         (spam-group-ham-processor-copy-p): Remove functions with some
9130         prejudice against unneeded code.
9131         (spam-report-articles-resend)
9132         (spam-report-resend-register-routine): Allow the group/topic
9133         spam-resend-to value to override spam-report-resend-to.
9134         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9135         properly now.
9136
9137         * gnus.el (spam-resend-to): Add group/topic parameter.
9138         (spam-process): Move the OBSOLETE processors to the end of the
9139         choices.
9140
9141 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9142
9143         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9144         with resend-to set to nil, and then ask the user if necessary.
9145         (spam-report-resend): spam-report-resend takes a list of articles, not
9146         separate article numbers.
9147
9148 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9151         addition to emacs-w3m.
9152
9153 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * assistant.el (assistant-authinfo-data): New function.
9156         (assistant-eval): Eval for entire assistant.
9157
9158         * netrc.el (netrc-services-file): New variable.
9159         (netrc-parse-services): New function.
9160         (netrc-find-service-name): New function.
9161         (netrc-find-service-number): New function.
9162         (netrc-port-equal): New function.
9163         (netrc-machine): Use it.
9164
9165         * nnimap.el (nnimap-open-connection): Use netrc.
9166
9167         * gnus-util.el (gnus-netrc-get): Remove aliases.
9168
9169         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9170
9171         * assistant.el (wid-edit): Fix compilation.
9172
9173         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9174
9175 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9176
9177         * gnus-util.el (gnus-set-file-modes): New function.  (small
9178         patch).
9179
9180 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9183
9184         * assistant.el (assistant-render-node): Fix up rendering and
9185         read-only text.
9186         (assistant-render-node): Reset.
9187         (assistant-make-read-only): Not sticky.
9188
9189 2004-05-20  Danny Siu  <dsiu@adobe.com>
9190
9191         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9192         centered even when gnus-auto-center-summary is t
9193
9194 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * dns.el (dns-get-txt-answer): New function.
9197         (dns-read-txt): Ditto.
9198         (query-dns): Use it.
9199
9200 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9203         active for foreign groups even if the group level is higher than
9204         the specified value.
9205
9206 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9209         non-active groups.
9210
9211         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9212
9213 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9214
9215         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9216
9217 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9220         (spam-crm114-header, spam-crm114-spam-switch)
9221         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9222         (spam-crm114-positive-spam-header)
9223         (spam-crm114-database-directory, spam-list-of-processors)
9224         (spam-group-spam-processor-crm114-p)
9225         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9226         (spam-generic-score, spam-list-of-checks)
9227         (spam-list-of-statistical-checks, spam-registration-functions)
9228         (spam-check-crm114-headers, spam-crm114-score)
9229         (spam-check-crm114, spam-crm114-register-with-crm114)
9230         (spam-crm114-register-spam-routine)
9231         (spam-crm114-unregister-spam-routine)
9232         (spam-crm114-register-ham-routine)
9233         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9234         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9235
9236         * gnus.el: Add spam-use-crm114.
9237
9238         * spam.el (spam-list-of-processors, spam-registration-functions):
9239         Add spam-use-resend.
9240         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9241         (spam-report-articles-gmane): Add doc fix.
9242         (spam-report-articles-resend,
9243         spam-report-resend-register-routine): Add wrappers around
9244         spam-report-resend-to.
9245
9246         * spam-report.el (spam-report-resend-to, spam-report-resend):
9247         Add support for resending spam.
9248         (spam-report-gmane): Fix line length >80.
9249
9250         * gnus.el (spam-process): Add spam-use-resend.
9251
9252 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9253
9254         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9255         number of processed spam messages.
9256         (spam-ham-copy-or-move-routine): Return the number of processed
9257         ham messages.
9258         (spam-summary-prepare-exit): Use the above values to decide
9259         whether status messages shouled be displayed.
9260
9261 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9264         `rfc2047-encoding-function-alist' in order to avoid conflicting
9265         with the old version.
9266         (rfc2047-encode-region): Concatenate words containing non-ASCII
9267         characters in structured fields; don't encode space-delimited
9268         ASCII words even in unstructured fields; don't break words at
9269         char-category boundaries.
9270         (rfc2047-encode-1): New function.
9271         (rfc2047-encode): Use it; encode text so that it occupies the
9272         maximum width within 76-column; work correctly on Q encoding for
9273         iso-2022-* charsets.
9274         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9275         sure not to break a line just after the header name.
9276         (rfc2047-b-encode-region): Removed.
9277         (rfc2047-b-encode-string): New function.
9278         (rfc2047-q-encode-region): Removed.
9279         (rfc2047-q-encode-string): New function.
9280
9281         * mm-util.el (mm-replace-in-string): New function.
9282
9283 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9286         get it right.
9287         (gnus-inews-make-draft): Really.
9288
9289 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9290
9291         * nnmh.el (nnmh-request-list-1): Don't check the link count
9292         before descending.  (small patch)
9293
9294 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9297         stuff.
9298
9299         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9300         on real group name.
9301
9302         * gnus-art.el (gnus-signature-limit): Doc fix.
9303
9304         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9305
9306         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9307
9308 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9309
9310         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9311         isn't a string.
9312
9313 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus-draft.el (gnus-draft-send): Bind
9316         rfc2047-encode-encoded-words.
9317
9318         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9319         (rfc2047-encodable-p): Say that =? needs encoding.
9320         (rfc2047-encode-encoded-words): New variable.
9321
9322         * gnus-group.el (gnus-group-select-group): Doc fix.
9323
9324         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9325
9326         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9327         to nil.
9328
9329         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9330
9331         * nnheader.el (nnheader-get-lines-and-char): New function.
9332
9333 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-msg.el (gnus-summary-followup-with-original): Document
9336         yanking of region when active.
9337
9338 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9341         groups if the group level is higher than the specified value.
9342
9343 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9346         (gnus-group-jump-to-group): Added prefix argument using
9347         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9348         non-active group.
9349
9350         * compface.el (uncompface): Be verbose when changing
9351         `uncompface-use-external'.
9352
9353         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9354         handle manual section.
9355
9356 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * gnus-art.el (gnus-button-alist): Revert previous change.
9359
9360 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9363
9364 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9365
9366         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9367         whether backend can accept message.
9368
9369         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9370
9371 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9372
9373         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9374         Avoid creating directory when nntp-marks-is-evil is true.
9375         Reported by Reiner Steib.
9376
9377 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-picon.el (gnus-picon-style): New variable.
9380         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9381         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9382         Jesper Harder <harder@ifa.au.dk>.
9383
9384 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * message.el (message-fill-field): Return point.
9387         (message-generate-headers): Go to end of field.
9388
9389         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9390         stuff for non-living groups.
9391
9392 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9393
9394         * gnus-art.el (gnus-article-followup-with-original)
9395         (gnus-article-reply-with-original): gnus-mark-active-p ->
9396         gnus-region-active-p.
9397
9398 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9399
9400         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9401         only when there is spam or ham to be processed.
9402
9403 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * mail-source.el (mail-source-delete-crash-box): Refactor.
9406         (mail-source-fetch): Use it.
9407         (mail-source-fetch-file): Ditto.
9408         (mail-source-fetch-directory): Run postscript in loop.
9409         (mail-source-fetch-pop): Delete.
9410         (mail-source-fetch-maildir): Ditto.
9411         (mail-source-fetch-imap): Ditto.
9412
9413         * imap.el (imap-authenticators): Comment out sasl.
9414
9415         * message.el (message-skip-to-next-address): New function.
9416         (message-fill-header-address): Refactor.
9417         (message-fill-address): Use it.
9418         (message-delete-address): Use it.
9419         (message-fill-header-general): Refactor.
9420         (message-fill-field-address): Rename.
9421         (message-narrow-to-field): Find the start of the header.
9422         (message-header-format-alist): Don't pre-fill.
9423         (message-fill-header): Removed.
9424         (message-insert-header): New function.
9425         (message-shorten-references): Use it.
9426
9427         * rfc2047.el (rfc2047-field-value): Strip props.
9428
9429         * mail-parse.el (mail-header-make-address): New alias.
9430
9431         * ietf-drums.el (ietf-drums-make-address): New function.
9432
9433         * imap.el: Add compiler directives.
9434
9435         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9436
9437         * gnus-art.el (article-decode-idna-rhs): Don't use
9438         message-idna-inside-rhs-p.
9439
9440 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * message.el (message-idna-inside-rhs-p): Removed.
9443         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9444
9445         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9446         false positives.
9447
9448 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9449
9450         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9451
9452 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * nneething.el (nneething-file-name): Don't create spurions
9455         files.
9456
9457         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9458         (gnus-inews-do-gcc): Remove sleep.
9459
9460         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9461         part under point.
9462
9463         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9464         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9465
9466 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9467
9468         * spam.el (spam-summary-prepare-exit): Fixed (length).
9469
9470 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9473         as expired without moving it" message when there are spam
9474         messages left.
9475
9476 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9477
9478         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9479         header is not nil.
9480
9481 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9482
9483         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9484         nntp-possibly-create-directory, not nntp-possibly-change-group.
9485         (nntp-marks-changed-p): New arg SERVER.
9486         (nntp-request-update-info): Adjust caller.
9487
9488 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9489
9490         * nntp.el (nntp-save-marks): Pass missing arg.
9491
9492 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9493
9494         * nntp.el: Support marks.
9495         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9496         (nntp-marks-modtime, nntp-marks-directory): New variables.
9497         (nntp-request-set-mark, nntp-request-update-info)
9498         (nntp-possibly-create-directory, nntp-marks-changed-p)
9499         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9500         functions.
9501
9502 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9503
9504         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9505         (gnus-xmas-redefine): Rename.
9506
9507         * gnus-score.el (gnus-score-insert-help): Use
9508         gnus-select-lowest-window.
9509
9510         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9511         appt-select-lowest-window and rename to gnus-select-lowest-window.
9512
9513         * gnus.el: do.
9514
9515 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9516
9517         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9518         encodings of MIME-encoded words, in order to improve
9519         interoperability with several broken MUAs.
9520
9521 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9522
9523         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9524         tags, only when charsets are not specified in headers.
9525         (mm-inline-text-html-render-with-w3m): Ditto.
9526
9527         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9528         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9529
9530 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9531
9532         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9533         instead of MIME-decoded from fields when checking
9534         `gnus-article-address-banner-alist'.
9535
9536 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9537
9538         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9539         description rather than subject.
9540
9541 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9542
9543         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9544
9545 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546
9547         * gnus.el (gnus-version-number): Bump.
9548
9549 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9550
9551         * gnus.el: No Gnus v0.2 is released.
9552
9553 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * gnus-agent.el (gnus-agent-read-agentview): Inline
9556         gnus-uncompress-range.
9557
9558 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9559
9560         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9561         `exec-installed-p'.
9562
9563 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9564
9565         * gnus.el (spam-process, spam-autodetect-methods): Add
9566         bsfilter and bsfilter-headers.
9567
9568         * spam.el (spam-bsfilter): New customize group.
9569         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9570         (spam-bsfilter-header, spam-bsfilter-probability-header)
9571         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9572         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9573         (spam-bsfilter-database-directory): New options.
9574         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9575         (spam-list-of-statistical-checks, spam-registration-functions):
9576         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9577         (spam-bsfilter-score): New command.
9578         (spam-check-bsfilter-headers, spam-check-bsfilter)
9579         (spam-bsfilter-register-with-bsfilter)
9580         (spam-bsfilter-register-spam-routine)
9581         (spam-bsfilter-unregister-spam-routine)
9582         (spam-bsfilter-register-ham-routine)
9583         (spam-bsfilter-unregister-ham-routine): New functions.
9584         (spam-generic-score): Support bsfilter; Accept an optional argument
9585         to recalcurate spam score even if scoring header has already been
9586         added.
9587         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9588         optional argument to recalcurate spam score even if scoring header
9589         has already been added.
9590
9591 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9592
9593         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9594         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9595         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9596         link is missing.
9597
9598 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9599
9600         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9601         (html2text-get-attr): Rewrite.
9602
9603         * message.el (message-setup-1): Remove redundant put-text-property
9604         on mail-header-separator.
9605
9606 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9607
9608         * gnus-registry.el (gnus-registry-cache-whitespace)
9609         (gnus-registry-action, gnus-registry-spool-action)
9610         (gnus-registry-split-fancy-with-parent): Change message levels
9611         from 5 to 3 or 7, as needed.
9612
9613         * spam.el (spam-summary-prepare-exit)
9614         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9615         (spam-split, spam-find-spam, spam-log-undo-registration)
9616         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9617         level from 5 to 6.
9618
9619 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9622         2004-03-04 change).
9623
9624 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9625
9626         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9627         Use mapc when appropriate.
9628
9629         * sieve-manage.el (sieve-manage-open): do.
9630
9631         * nnweb.el (nnweb-insert-html): do.
9632
9633         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9634         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9635
9636         * nnspool.el (nnspool-request-group): do.
9637
9638         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9639         do.
9640
9641         * nnml.el (nnml-request-update-info): do.
9642
9643         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9644         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9645
9646         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9647         (nnimap-request-set-mark): do.
9648
9649         * nnfolder.el (nnfolder-request-update-info): do.
9650
9651         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9652         do.
9653
9654         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9655
9656         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9657
9658         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9659         do.
9660
9661         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9662         do.
9663
9664         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9665
9666         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9667
9668         * gnus-int.el (gnus-start-news-server): do.
9669
9670         * gnus-group.el (gnus-group-make-kiboze-group)
9671         (gnus-group-browse-foreign-server): do.
9672
9673 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         FIXME: Make separate entries for each person.
9676
9677         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9678         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9679         <shields@msrl.com>:
9680
9681         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9682         may need for spam sorting and scoring.
9683         (spam-user-format-function-S): Add user format function suitable for
9684         general use.
9685         (spam-article-sort-by-spam-status): Add sorting function for summary
9686         sorting.
9687         (spam-extra-header-to-number): Add function to get a score from a
9688         header.
9689         (spam-summary-score): Add function to  get a numeric score from the
9690         headers.
9691         (spam-generic-score): Fixed function doc, was in wrong place.
9692         (spam-initialize): Take symbols when it's run, and install the
9693         extra headers that spam-necessary-extra-headers thinks we need.
9694
9695 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9698         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9699
9700 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9701
9702         * gnus-sum.el (gnus-set-global-variables)
9703         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9704         (gnus-article-get-xrefs, gnus-summary-best-group)
9705         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9706         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9707         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9708         with-current-buffer.
9709
9710 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9711
9712         * spam.el (spam-summary-prepare-exit): Simplify logic.
9713         (spam-fetch-article-header): Read the article header if it's not
9714         available.
9715         (spam-list-articles): Simplify logic.
9716         (spam-filelist-register-routine): Fix bug with unregister-list.
9717
9718         * gnus-registry.el: Fix comments at beginning.
9719
9720 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9721
9722         * message.el (message-cater-to-broken-inn): Remove.
9723         (message-shorten-references): Make sure the total folded length of
9724         References is shorter than 998 characters to cater to a bug in INN
9725         2.3.  Also, don't pretend that references aren't folded -- this
9726         hasn't worked for a while.
9727
9728 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9729
9730         * gnus-agent.el (gnus-agentize):
9731         gnus-agent-send-mail-real-function no longer set to current value
9732         of message-send-mail-function but rather a lambda that calls
9733         message-send-mail-function.  The change makes the agent real-time
9734         responsive to user changes to message-send-mail-function.
9735
9736 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9737
9738         * legacy-gnus-agent.el
9739         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9740         help from Florian Weimer <fw@deneb.enyo.de>
9741
9742 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * nnmail.el (nnmail-cache-insert): Revert last change.
9745
9746 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * nnmail.el (nnmail-cache-insert): Always check whether
9749         nnmail-cache-ignore-groups matches a group name.
9750
9751 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9752
9753         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9754         (spam-find-spam, spam-log-processing-to-registry)
9755         (spam-log-registered-p, spam-log-unregistration-needed-p)
9756         (spam-log-undo-registration): Use gnus-message instead of
9757         gnus-error, none of these errors are fatal.
9758
9759         * gnus-registry.el (gnus-registry-clean-empty-function)
9760         (gnus-registry-clean-empty): Remove only empty entries without
9761         extra data.
9762
9763 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * spam-stat.el (spam-stat-buffer-change-to-spam)
9766         (spam-stat-buffer-change-to-non-spam): Change (error) to
9767         (gnus-message 8) invocation.
9768
9769 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * nntp.el (nntp-via-netcat-command): New variable.
9772         (nntp-via-netcat-switches): New variable.
9773         (nntp-open-via-rlogin-and-netcat): New function.
9774         (nntp-open-connection-function): Doc fix.
9775         (nntp-telnet-command): Doc fix.
9776         (nntp-end-of-line): Doc fix.
9777         (nntp-via-rlogin-command): Doc fix.
9778         (nntp-via-user-name): Doc fix.
9779         (nntp-via-address): Doc fix.
9780
9781 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9784         error in Emacs 21.1.
9785
9786 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9789
9790 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9791         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9792         (gnus-agent-with-refreshed-group): New macro.
9793         (gnus-agent-rename-group): New function.
9794         (gnus-agent-delete-group): New function.
9795         (gnus-agent-save-group-info): Use gnus-command-method when
9796         `method' parameter is nil.  Don't write nil entries into the
9797         active file.
9798         (gnus-agent-get-group-info): New function.
9799         (gnus-agent-fetch-articles): Use
9800         gnus-agent-update-files-total-fetched-for to increment disk space
9801         used.
9802         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9803         gnus-agent-update-view-total-fetched-for to increment disk space
9804         used.
9805         (gnus-agent-get-local): Added optional parameters to avoid calling
9806         gnus-group-real-name and gnus-find-method-for-group.
9807         (gnus-agent-set-local): Delete stored entry if either min, or max,
9808         are nil.
9809         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9810         quit, use gnus-agent-regenerate-group to record existance of any
9811         articles fetched to disk before the quit occurred.
9812         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9813         gnus-agent-update-view-total-fetched-for, and
9814         gnus-agent-update-files-total-fetched-for to decrement disk space
9815         used.
9816         (gnus-agent-retrieve-headers): Use
9817         gnus-agent-update-view-total-fetched-for to increment disk space
9818         used.
9819         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9820         with gnus-agent-update-files-total-fetched-for to decrement disk
9821         space and fresh group buffer.
9822         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9823         (gnus-agent-need-update-total-fetched-for): New variable.
9824         (gnus-agent-update-files-total-fetched-for): New function.
9825         (gnus-agent-update-view-total-fetched-for): New function.
9826         (gnus-agent-total-fetched-for): New function.
9827
9828         * gnus-cache.el (gnus-cache-save-buffers): Use
9829         gnus-cache-update-overview-total-fetched-for to change disk space
9830         used by this group.
9831         (gnus-cache-possibly-enter-article): Use
9832         gnus-cache-update-file-total-fetched-for to increment disk space
9833         used by this group.
9834         (gnus-cache-possibly-remove-article): Use
9835         gnus-cache-update-file-total-fetched-for to decrement disk space
9836         used by this group.
9837         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9838         (gnus-cache-rename-group): New function.
9839         (gnus-cache-delete-group): New function.
9840         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9841         (gnus-cache-need-update-total-fetched-for): New variable.
9842         (gnus-cache-with-refreshed-group): New macro.
9843         (gnus-cache-update-file-total-fetched-for): New function.
9844         (gnus-cache-update-overview-total-fetched-for): New function.
9845         (gnus-cache-rename-group-total-fetched-for): New function.
9846         (gnus-cache-delete-group-total-fetched-for): New function.
9847         (gnus-cache-total-fetched-for): New function.
9848
9849         * gnus-group.el: Require gnus-sum and autoload functions to
9850         resolve warnings when gnus-group.el compiled alone.
9851         (gnus-group-line-format): Documented new %F
9852         (size of Fetched data) group line format; identifies disk space
9853         used by agent and cache.
9854         (gnus-group-line-format-alist): Defined new F format.
9855         (gnus-total-fetched-for): New function.
9856         (gnus-group-delete-group): No longer update
9857         gnus-cache-active-altered as gnus-request-delete-group now keeps
9858         the cache in sync.
9859         (gnus-group-list-active): Let the agent store a server's active
9860         list if currently plugged.
9861
9862         * gnus-int.el (gnus-request-delete-group): Use
9863         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9864         local disk in sync with the server.
9865          (gnus-request-rename-group): Use
9866         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9867         local disk in sync with the server.
9868
9869         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9870         simplification to logic.
9871
9872         * gnus-util.el (gnus-rename-file): New function.
9873
9874 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9875
9876         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9877
9878 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9879
9880         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9881         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9882
9883 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9884
9885         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9886         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9887
9888 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9889
9890         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9891
9892 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9893
9894         * spam.el (spam-set-difference): Add function to replace
9895         gnus-set-difference in spam.el.
9896         (spam-summary-prepare-exit): Use spam-set-difference.
9897
9898 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * gnus-registry.el (gnus-registry-cache-file): Update to use
9901         gnus-dribble-directory OR gnus-home-directory OR ~.
9902         (gnus-registry-split-fancy-with-parent): Fix doc.
9903
9904 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9905
9906         * message.el (message-exchange-point-and-mark): Use
9907         message-mark-active-p.  Suggested by Jesper Harder
9908         <harder@ifa.au.dk>.
9909
9910 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * message.el (message-exchange-point-and-mark): Don't activate
9913         region if it was inactive.  Suggested by Hiroshi Fujishima
9914         <pooh@nature.tsukuba.ac.jp>.
9915
9916 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-art.el (article-display-face): Display Faces in the same
9919         order as X-Faces.
9920
9921 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9924
9925 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9928         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9929         (gnus-article-mime-hierarchy): Remove.
9930         (gnus-article-mime-hierarchy-next): Remove.
9931         (gnus-article-mode): Revert 2004-03-19 change.
9932         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9933         (gnus-insert-mime-button): Revert 2004-03-19 change.
9934         (gnus-mime-accumulate-hierarchy): Remove.
9935         (gnus-mime-enter-multipart): Remove.
9936         (gnus-mime-leave-multipart): Remove,
9937         (gnus-mime-display-part): Revert 2004-03-19 change.
9938         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9939
9940         * mml.el (mml-preview): Revert 2004-03-19 change.
9941
9942 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9943
9944         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9945
9946 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9949         t while entering a file name using the mm-with-multibyte macro.
9950         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9951
9952         * mm-util.el (mm-with-multibyte): New macro.
9953
9954 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9957         user option.
9958         (gnus-mime-multipart-functions): Doc and customization fix.
9959         (gnus-article-mime-hierarchy): New variable.
9960         (gnus-article-mime-hierarchy-next): New variable.
9961         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9962         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9963         gnus-article-mime-hierarchy-next to nil.
9964         (gnus-insert-mime-button): Show hierarchy numbers.
9965         (gnus-mime-accumulate-hierarchy): New function.
9966         (gnus-mime-enter-multipart): New function.
9967         (gnus-mime-leave-multipart): New function.
9968         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9969         (gnus-mime-display-alternative): Show hierarchy numbers.
9970
9971         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9972         gnus-article-mime-hierarchy-next to nil.
9973
9974 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9975
9976         * dns.el: Don't require gnus-xmas.
9977
9978 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9979
9980         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9981         inline PGP.
9982         (mml-menu): Disable mml-quote-region if mark is inactive.
9983
9984 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9987         when the group's active is not available.
9988
9989 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9992         error.
9993
9994 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * imap.el (imap-store-password): New variable.
9997         (imap-interactive-login): Use it.
9998         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9999
10000 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10003         window-start and hscroll to summary window.
10004
10005 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10006
10007         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10008         conversion message to newsrc-dribble when an actual conversion is
10009         performed.
10010
10011 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10012
10013         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10014
10015 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mm-decode.el (mm-complicated-handles): New function reviving
10018         former definition of mm-multiple-handles.
10019
10020         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10021         (gnus-mime-delete-part): Use it.
10022
10023 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10024
10025         * gnus-agent.el (gnus-agent-read-local): Bind
10026         nnheader-file-coding-system to gnus-agent-file-coding-system to
10027         avoid the implicit assumption that they will always be equal.
10028         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10029         coding-system-for-write, as the with-temp-file macro first prints
10030         to a buffer then saves the buffer.
10031
10032 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * gnus-art.el (gnus-article-edit-part): New function.
10035         (gnus-mime-save-part-and-strip): Use it; do query instead of
10036         signaling an error; don't use mm-multiple-handles.
10037         (gnus-mime-delete-part): Ditto.
10038
10039 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10040
10041         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10042         old file versions.
10043         (gnus-group-prepare-hook): Removed function that converted list
10044         form of gnus-agent-expire-days to group properties.
10045
10046         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10047         (gnus-request-accept-article): Re-indented.
10048
10049         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10050         converters to handle old agent file formats.  Added logic for a
10051         "backup before upgrading warning".
10052         (gnus-convert-mark-converter-prompt): Developers can mark
10053         functions as needing (default), or not needing,
10054         gnus-convert-old-newsrc's "backup before upgrading warning".
10055         (gnus-convert-converter-needs-prompt): Tests whether the user
10056         should be protected from potentially irreversable changes by the
10057         function.
10058
10059         * legacy-gnus-agent.el (): New. Provides converters that are only
10060         loaded when gnus-convert-old-newsrc needs to call them.
10061
10062 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * mail-source.el (mail-source-touch-pop): Doc fix.
10065
10066         * message.el (message-smtpmail-send-it): Doc fix.
10067
10068 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10069
10070         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10071
10072         * nnmail.el (nnmail-split-fancy): do.
10073
10074         * gnus-kill.el (gnus-kill, gnus-execute): do.
10075
10076 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10077
10078         * gnus-sum.el (gnus-widget-reversible-match)
10079         (gnus-widget-reversible-to-internal)
10080         (gnus-widget-reversible-to-external): New functions.
10081         (gnus-widget-reversible): New widget.
10082         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10083
10084 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10085
10086         * gnus-sum.el (gnus-thread-sort-functions)
10087         (gnus-article-sort-functions): Document `(not F)' items.
10088
10089 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10090
10091         * spam.el (spam-use-gmane-xref): Add new backend.
10092         (spam-gmane-xref-spam-group): Add variable to control the name of the
10093         Gmane spam group.
10094         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10095         (spam-regex-headers-spam, spam-regex-headers-ham)
10096         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10097         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10098         backends and checks.
10099         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10100
10101         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10102         an autodetect method.
10103
10104 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10105
10106         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10107         articles are being added to a group.
10108         (gnus-request-replace-article): Inform the agent that articles
10109         need to be uncached as the cached contents are no longer valid.
10110
10111 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * binhex.el: Don't autoload executable-find.
10114
10115         * canlock.el: Don't autoload mail-fetch-field.
10116
10117         * dgnushack.el: Autoload c-mode for XEmacs.
10118
10119         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10120
10121         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10122         rmail-dont-reply-to and rmail-output.
10123
10124         * gnus-score.el: Don't autoload ffap-string-at-point.
10125
10126         * gnus-setup.el: Don't autoload sc-cite-original.
10127
10128         * imap.el: Don't autoload base64-decode-string,
10129         base64-encode-string and md5.
10130
10131         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10132         and rmail-msg-restore-non-pruned-header.
10133
10134         * mm-decode.el: Don't autoload executable-find.
10135
10136         * mm-url.el: Don't autoload executable-find.
10137
10138         * mm-view.el: Don't autoload diff-mode.
10139
10140         * nndb.el: Don't autoload news-reply-mode, news-setup,
10141         cancel-timer and telnet.
10142
10143         * password.el: Don't autoload run-at-time for Emacs.
10144
10145         * sha1-el.el: Don't autoload executable-find.
10146
10147         * sieve-mode.el: Don't autoload c-mode.
10148
10149         * uudecode.el: Don't autoload executable-find.
10150
10151 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10152
10153         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10154         (gnus-agent-possibly-alter-active): Avoid null in numeric
10155         comparison.
10156         (gnus-agent-set-local): Refuse to save null in local object table.
10157         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10158         list of articles that will be marked as unread.
10159
10160 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10163
10164 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10165
10166         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10167         language tags.
10168
10169 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10170
10171         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10172         Don't bind "obarray".
10173
10174         * gnus-sum.el (gnus-thread-sort-functions): Added
10175         `gnus-thread-sort-by-most-recent-number' and
10176         `gnus-thread-sort-by-most-recent-date'.
10177         Reported by Kai Grossjohann <kai@emptydomain.de>.
10178
10179 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10182
10183 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10184
10185         * gnus-cus.el (gnus-agent-customize-category): Removed
10186         ignore-errors macro reference that required cl to be loaded at
10187         run-time.
10188
10189         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10190         single-interval range of the form (min . max).  Previously the
10191         range had to look like ((min . max)).  Likewise, return
10192         (min . max) rather than ((min . max)).
10193         (gnus-range-map): Use gnus-range-normalize to accept
10194         single-interval range.
10195
10196         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10197         the cache, but not the agent, now appear with their usual face.
10198
10199         * dgnushack.el (loaddir): New variable that is bound to the
10200         directory containing the dgnushack.el file. Use loaddir, rather
10201         than srcdir, to update load-path. Change lets dgnushack compile
10202         code in directories other than GNUS/lisp.
10203
10204 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * lpath.el: Don't bind w3m-safe-url-regexp.
10207
10208         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10209         w3m-safe-url-regexp variable buffer-local.
10210
10211         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10212
10213 2004-02-27  Simon Josefsson  <jas@extundo.com>
10214
10215         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10216         gnus-group-real-prefix.
10217         (gnus-summary-move-article): Use it, instead of
10218         gnus-group-real-prefix.
10219
10220 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * lpath.el: Bind w3m-safe-url-regexp.
10223
10224         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10225         w3m-safe-url-regexp variable buffer-local and set it as the value
10226         of mm-w3m-safe-url-regexp.
10227
10228         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10229
10230         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10231         parsing gnus-posting-styles when the message is not for replying.
10232
10233         * dgnushack.el: Autoload sgml-mode for XEmacs.
10234
10235         * nnrss.el (nnrss-opml-export): Use
10236         mm-set-buffer-file-coding-system instead of
10237         set-buffer-file-coding-system.
10238
10239 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10240
10241         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10242         of checkdoc.el).
10243         * nnrss.el: do.
10244         * gnus-mlspl.el: do.
10245         * gnus-ml.el: do.
10246         * gnus-srvr.el: do.
10247
10248         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10249
10250 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10251
10252         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10253         Corrections to custom-manual links.
10254
10255         * gnus-art.el (gnus-article): Ditto.
10256
10257         * mm-decode.el (mime-display, mime-security): Ditto.
10258
10259 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10260
10261         * flow-fill.el: Typo.
10262
10263 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10264
10265         * spam-wash.el: New file.
10266
10267 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10268
10269         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10270
10271 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10272
10273         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10274         to be run with new-articles as LIST1, not LIST2.
10275         (spam-registration-functions): Add spam-use-ham-copy as a nil
10276         registration backend.
10277
10278 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10279
10280         * spam-stat.el (spam-stat-washing-hook): New option.
10281         (spam-stat-buffer-words): Use it.
10282         (spam-stat-process-directory, spam-stat-test-directory): Use
10283         insert-file-contents-literally.
10284         (spam-stat-coding-system): New variable.
10285         (spam-stat-load, spam-stat-save): Use it.
10286
10287 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * spam-report.el (spam-report-plug-agent): Quote
10290         spam-report-url-to-file and spam-report-url-ping-plain.
10291
10292 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10295         / in mailto URLs.
10296
10297 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * spam-report.el (spam-report-process-queue): Fix interactive use.
10300         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10301         (spam-report-unplug-agent): Doc fixes.
10302         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10303         (spam-report-agentize, spam-report-deagentize): Autoload
10304
10305 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10308
10309         * message.el (message-setup-fill-variables): Add mml tags to
10310         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10311         <ajk@iu.edu>.
10312         (message-mode): Don't modify paragraph-separate there.
10313
10314 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * compface.el (uncompface-use-external): Default to undecided.
10317         (uncompface-use-external-threshold): New variable.
10318         (uncompface-float-time): New macro.
10319         (uncompface): Determine whether to use the external decoder if
10320         uncompface-use-external is undecided.
10321
10322 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10323
10324         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10325         after images.
10326
10327         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10328
10329 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10330
10331         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10332
10333         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10334
10335         * gnus-sum.el (gnus-summary-limit-to-age)
10336         (gnus-summary-limit-children): do.
10337
10338         * gnus-int.el (gnus-request-scan): do.
10339
10340         * gnus-group.el (gnus-group-suspend): do.
10341
10342         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10343
10344         * gnus-cite.el (gnus-cite-parse-attributions): do.
10345
10346         * gnus-agent.el (gnus-summary-set-agent-mark)
10347         (gnus-agent-regenerate-group): do.
10348
10349         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10350
10351         * binhex.el (binhex-decode-region-internal): do.
10352
10353 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-fun.el (gnus-face-properties-alist): New user option.
10356         (gnus-display-x-face-in-from): Use it.
10357
10358         * gnus-art.el (article-display-face): Ditto.
10359
10360         * compface.el (uncompface-use-external): Default to nil.
10361
10362 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10363
10364         * nntp.el (nntp-erase-buffer): New function.
10365         (nntp-retrieve-data, nntp-send-command)
10366         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10367         (nntp-possibly-change-group): Use it.
10368
10369         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10370         with-current-buffer.
10371
10372 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10373
10374         * compface.el: Merge the ELisp-based uncompface program.
10375         (compface): New customization group.
10376         (uncompface-use-external): New user option.
10377         (uncompface): Call uncompface-internal if uncompface-use-external
10378         is nil.
10379         (uncompface-internal): New function.  Note that there are also
10380         some other functions and variables added for this function.
10381
10382 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10383
10384         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10385         if necessary.
10386
10387 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10388
10389         * spam-report.el (spam-report-unplug-agent)
10390         (spam-report-plug-agent, spam-report-deagentize)
10391         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10392         Add support for the Agent in spam-report: when unplugged, report to a
10393         file; when plugged, submit all the requests.
10394
10395         * spam.el (spam-register-routine): Fix message about
10396         registration.
10397
10398 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10399
10400         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10401         dependencies.
10402         (rfc2047-encode): Use it.
10403
10404         * gnus-art.el (gnus-button-marker-list): Move before first
10405         reference.
10406
10407         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10408         (imap-parse-body): Fix format string mismatch.
10409
10410         * gnus-score.el (gnus-summary-increase-score): do.
10411
10412         * nnrss.el (nnrss-close): New function.
10413
10414 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10415
10416         * nnrss.el (nnrss-make-filename): New function.
10417         (nnrss-request-delete-group, nnrss-read-server-data)
10418         (nnrss-save-server-data, nnrss-read-group-data)
10419         (nnrss-save-group-data): Use it.
10420         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10421         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10422         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10423
10424 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10425
10426         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10427
10428 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10429
10430         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10431         files.
10432
10433         * message.el (message-generate-headers-first): Don't quote nil
10434         and t in docstrings.
10435
10436         * imap.el (imap-id): do.
10437
10438         * gnus-agent.el (gnus-agent-consider-all-articles)
10439         (gnus-agent-queue-mail): do.
10440
10441 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * spam-report.el (spam-report-process-queue): New function.
10444         Process requests from `spam-report-requests-file'.
10445         (spam-report-process-queue): Doc fix.
10446
10447 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10448
10449         * spam.el (spam-register-routine)
10450         (spam-log-processing-to-registry, spam-log-registered-p)
10451         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10452         Change "check" to "spam-check" for semi-clarity.
10453
10454 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10455
10456         * pop3.el: Require nnheader.
10457
10458         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10459
10460         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10461
10462         * gnus-picon.el: Require cl.
10463
10464         * gnus-fun.el: Require gnus-ems and gnus-util.
10465
10466         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10467
10468         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10469
10470         * gnus-art.el (gnus-article-edit-mode): Define before first
10471         reference.
10472
10473 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10474
10475         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10476         (gnus-uu-post-encoded): Use point-at-bol.
10477
10478         * gnus-topic.el (gnus-group-active-topic-p): do.
10479
10480         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10481
10482         * gnus-group.el (gnus-group-kill-region): do.
10483
10484         * gnus-art.el (article-date-ut): do.
10485
10486         * message.el (message-fetch-field): Remove redundant
10487         case-fold-search binding.
10488         (message-narrow-to-field): Simplify.
10489
10490 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * spam.el (spam-directory): Derive from `gnus-directory'.
10493
10494         * spam-report.el (spam-report-url-to-file)
10495         (spam-report-requests-file): New function and variable for offline
10496         reporting.
10497         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10498         and user defined function.
10499         (spam-report-url-ping-mm-url): Remove doubled slash.
10500
10501 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10502
10503         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10504
10505 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10506
10507         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10508         format string mismatch.
10509
10510         * sieve.el (sieve-deactivate-all): do.
10511
10512         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10513
10514         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10515
10516         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10517
10518         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10519
10520 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10521
10522         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10523         the list of checks.
10524
10525 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10526
10527         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10528         padding.
10529
10530 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10531
10532         * mm-view.el (mm-fill-flowed): New variable.
10533         (mm-inline-text): Use it.
10534
10535 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10536
10537         * spam.el (spam-spamassassin-register-ham-routine)
10538         (spam-spamassassin-register-spam-routine): Fix function names.
10539
10540 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus.el (gnus-tmp-grouplens): Remove.
10543         (gnus-summary-line-format): Remove grouplens.
10544
10545         * gnus-group.el (gnus-group-line-format): Ditto.
10546
10547         * gnus-spec.el (gnus-format-specs): Ditto.
10548         (gnus-update-format-specifications): Flush the group format spec
10549         cache if there's the grouplens stuff.
10550         (gnus-parse-simple-format): Replace %l with the empty string.
10551
10552 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10553
10554         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10555         omission.
10556
10557 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10560         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10561
10562 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10563
10564         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10565         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10566         New macros and functions.
10567         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10568         Handle > NLINK_MAX messages.
10569         * nnmaildir.el (nnmaildir-request-set-mark): Use
10570         nnmaildir--emlink-p and nnmaildir--eexist-p.
10571
10572 2004-01-25  Alex Schroeder  <alex@gnu.org>
10573
10574         * spam-stat.el (spam-stat-process-directory-age): New option.
10575         (spam-stat-process-directory): Use it.
10576
10577 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10578
10579         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10580         (spam-stat-save): Accept prefix argument.
10581
10582 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10583
10584         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10585         links" error.
10586
10587 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10590         the rest of the and/or forms.
10591
10592 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10593
10594         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10595         compatibility with old .newsrc.eld files.
10596
10597         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10598
10599         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10600
10601         * gnus-start.el (gnus-1): do.
10602
10603         * gnus-group.el (gnus-group-line-format-alist): do.
10604
10605         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10606
10607         * gnus-gl.el: Remove.
10608
10609 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10610
10611         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10612         marks consisting of a single range {for example, (3 . 5)} rather
10613         than a list of a single range { ((3 . 5)) }.
10614
10615 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10616
10617         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10618         with-current-buffer.
10619         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10620         avoid consing a string.
10621
10622         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10623         Remove obsolete entries for big5 and gb2312.
10624
10625 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10626
10627         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10628         uncompressed list.
10629
10630 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10631
10632         * spam-stat.el (spam-stat-strip-xref): New function.
10633         (spam-stat-process-directory): Use it.
10634
10635         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10636         here -- it's done in message-fetch-field.
10637
10638 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10639
10640         * gnus-agent.el (gnus-agent-queue-mail,
10641         gnus-agent-prompt-send-queue): New variables.
10642         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10643         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10644         "nndraft:queue" along to gnus-draft-send.  Use
10645         gnus-agent-prompt-send-queue.
10646         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10647         is "nndraft:queue".  Suggested by Gaute Strokkenes
10648         <gs234@srcf.ucam.org>
10649
10650         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10651         (agent-enable-undownloaded-faces): Added
10652         (gnus-agent-cat-groups): Use eval-and-compile, not
10653         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10654         method of gnus-agent-cat-groups even when the buffer has been
10655         evaled.
10656         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10657         delete gnus-agent-save-active-1.
10658         (gnus-agent-save-groups): Deleted. Identical to
10659         gnus-agent-save-active.
10660         (gnus-agent-write-active): No longer adjust agent's copy of active
10661         file as agent's adjustments are now stored in their own
10662         file. Removed optional parameter.
10663         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10664         servers.  Add use of min/max range limits from server's local
10665         file.
10666         (gnus-agent-save-alist): Removed unused optional argument.
10667         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10668         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10669         (gnus-agent-set-local): A per-server file that keeps min/max range
10670         limits for articles known to the agent.  Provides a fast mechanism
10671         for altering many active ranges.
10672         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10673         active file (local makes it unnecessary).
10674         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10675
10676         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10677         (agent-enable-undownloaded-faces): Added
10678
10679         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10680         disable it when sending to "nndraft:queue".
10681         (gnus-group-send-queue): Add safety check to avoid sending queue
10682         when unplugged.
10683
10684         * gnus-group.el (gnus-group-catchup): Use new
10685         gnus-sequence-of-unread-articles, not
10686         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10687         numbers of articles.  Use gnus-range-map to avoid having to
10688         uncompress the unread list.
10689         (gnus-group-archive-directory,
10690         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10691         reference.
10692
10693         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10694         (gnus-sorted-range-intersection): Intersection of two ranges
10695         without requiring that they first be uncompressed.
10696
10697         * gnus-start.el (gnus-activate-group): Unless blocked by the
10698         caller, possibly expand the active range to include both cached
10699         and agentized articles.
10700         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10701         multiple version-dependent converters.
10702         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10703         gnus-agent-save-active.
10704         (gnus-save-newsrc-file): Save dirty agent range limits.
10705
10706         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10707         gnus-agent-possibly-alter-active.
10708         (gnus-adjust-marked-articles): Faster handling of simple lists
10709
10710 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10711
10712         * spam-stat.el (spam-stat-test-directory): New optional argument
10713         displays a list of files detected.  Suggested by Andrew Cohen
10714         <cohen@andy.bu.edu>.
10715         (spam-stat-buffer-words-with-scores): Don't narrow and change
10716         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10717
10718 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10719
10720         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10721         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10722         (spam-spamassassin-arguments)
10723         (spam-spamassassin-spam-flag-header)
10724         (spam-spamassassin-positive-spam-flag-header)
10725         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10726         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10727         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10728         (spam-list-of-processors, spam-list-of-checks)
10729         (spam-list-of-statistical-checks, spam-registration-functions)
10730         (spam-check-spamassassin-headers, spam-check-spamassassin)
10731         (spam-spamassassin-score)
10732         (spam-spamassassin-register-with-sa-learn)
10733         (spam-spamassassin-register-spam-routine)
10734         (spam-spamassassin-register-ham-routine)
10735         (spam-assassin-register-spam-routine)
10736         (spam-assassin-register-ham-routine): add SpamAssassin support
10737         (spam-bogofilter-score): fix to show article before scoring
10738
10739 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10740
10741         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10742         default scoring function.
10743         (spam-generic-score): Call spam-spamassassin-score if
10744         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10745         spam-bogofilter-score otherwise.
10746
10747         * gnus.el (spam-process, spam-autodetect-methods): Add
10748         spamassassin and spamassassin-headers.
10749
10750 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10751
10752         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10753         Suppress unnecessary messages.
10754
10755 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10756
10757         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10758         make-hash-table.
10759
10760 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * canlock.el (base64-encode-string): Don't autoload it.
10763
10764 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * run-at-time.el: Remove useless (require 'itimer),
10767         eval-and-compile and (featurep 'xemacs).
10768
10769 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10770
10771         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10772         GROUP is a virtual group.
10773
10774 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10775
10776         * gnus.el: Autoload `message-y-or-n-p'.
10777
10778 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10779
10780         * pgg-parse.el: Remove unnecessary (require 'custom).
10781
10782         * pgg-def.el: do.
10783
10784         * nnmail.el: do.
10785
10786         * gnus-undo.el: do.
10787
10788         * gnus-picon.el: do.
10789
10790         * gnus-util.el: do.
10791
10792 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10795
10796 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10799         handle, as well as a list.
10800
10801         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10802         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10803         (mm-w3m-cid-retrieve): Simplify.
10804
10805 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10806
10807         * message.el (message-kill-to-signature): Allow prefix arg to
10808         specify number of lines to keep before signature.
10809
10810 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10811
10812         (message-kill-to-signature): Change docstring.
10813
10814 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * canlock.el: Always require sha1-el.
10817         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10818
10819         * message.el: Autoload sha1 only when compiling.
10820
10821         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10822         eudc-expand-inline for XEmacs.
10823
10824 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * message.el (message-canlock-generate): Require sha1-el.
10827
10828 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10829
10830         * message.el (message-expand-name): Silence the byte compiler.
10831
10832         * lpath.el: Add detect-coding-system.
10833
10834         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10835         cus-edit.
10836
10837 2004-01-13  Simon Josefsson  <jas@extundo.com>
10838
10839         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10840         Invoke gnus-score-mode.  Reported by
10841         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10842
10843         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10844         Jim Blandy <jimb@redhat.com> (tiny change).
10845
10846 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10847
10848         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10849
10850 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         * spam.el (spam-get-article-as-string): Update to use
10853         gnus-request-article-this-buffer, much simpler.
10854         (spam-get-article-as-buffer): Remove.
10855
10856 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10857
10858         * message.el (message-expand-name): Use EUDC if the user uses
10859         that.
10860
10861 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10862
10863         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10864         character for the encoding to avoid consing a string.
10865
10866         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10867         unnecessarily.
10868
10869         * mm-util.el (mm-replace-chars-in-string): Remove.
10870
10871         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10872         of mm-replace-chars-in-string.
10873
10874 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10875
10876         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10877         strings.
10878
10879         * mm-util.el (mm-subst-char-in-string): Support inplace.
10880
10881         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10882         a new string in every iteration.  Use shy groups.
10883
10884 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10885
10886         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10887         (gnus-group-change-level, gnus-kill-newsgroup)
10888         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10889         (gnus-get-unread-articles, gnus-make-articles-unread)
10890         (gnus-make-ascending-articles-unread): Use accessor
10891         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10892         to get group information for improved readability.
10893
10894         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10895
10896         * gnus-soup.el (gnus-soup-group-brew): do.
10897
10898         * gnus-msg.el (gnus-put-message): do.
10899
10900         * gnus-move.el (gnus-group-move-group-to-server): do.
10901
10902         * gnus-kill.el (gnus-batch-score): do.
10903
10904         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10905         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10906         (gnus-group-update-group, gnus-group-read-group)
10907         (gnus-group-make-group, gnus-group-make-help-group)
10908         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10909         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10910         (gnus-group-sort-by-unread, gnus-group-catchup)
10911         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10912         (gnus-group-yank-group, gnus-group-set-info)
10913         (gnus-group-list-groups): do.
10914
10915         * gnus.el (gnus-generate-new-group-name): do.
10916
10917         * gnus-delay.el (gnus-delay-send-queue): do.
10918
10919         * nnvirtual.el (nnvirtual-catchup-group): do.
10920
10921         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10922         do.
10923
10924         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10925         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10926
10927         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10928         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10929         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10930         (gnus-group-make-articles-read): do.
10931
10932 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10933
10934         * gnus-art.el (article-decode-mime-words, article-babel)
10935         (gnus-article-highlight-signature, gnus-article-add-buttons)
10936         (gnus-signature-toggle): Use gnus-with-article-buffer.
10937
10938         * gnus-art.el (gnus-article-highlight-headers)
10939         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10940
10941         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10942         (gnus-article-set-globals, gnus-request-article-this-buffer)
10943         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10944         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10945         (gnus-mime-display-alternative): Use with-current-buffer.
10946
10947 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10948
10949         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10950         also under 80 char limit, and call gnus-error if needed.
10951         (spam-fetch-article-header): Fix - it was a
10952         buffer-local variable (gnus-newsgroup-data).
10953         (spam-find-spam): Use spam-generate-fake-headers, forget about
10954         spam-insert-fake-headers.
10955         (spam-insert-fake-headers): Remove.
10956
10957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10958
10959         * deuglify.el (gnus-article-outlook-unwrap-lines)
10960         (gnus-outlook-rearrange-article)
10961         (gnus-outlook-repair-attribution-outlook)
10962         (gnus-outlook-repair-attribution-block)
10963         (gnus-outlook-repair-attribution-other): Remove redundant
10964         save-excursion.
10965
10966 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10967
10968         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10969         (spam-fetch-field-subject-fast)
10970         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10971         (spam-fetch-article-header): Add functions to deal with Gnus
10972         internals for fast retrieval of article header data.
10973         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10974
10975 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10976
10977         * pop3.el (pop3-md5): Remove.
10978         (pop3-apop): Replace pop3-md5 with md5.
10979
10980         * mm-bodies.el: base64 is always built-in.
10981
10982         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10983         with-current-buffer.
10984
10985 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * canlock.el (canlock-insert-header): Remove excessive grouping in
10988         regexp.
10989
10990         * gnus-sum.el (gnus-summary-read-document): Ditto.
10991
10992         * gnus-uu.el (gnus-uu-part-number): Ditto.
10993
10994         * html2text.el (html2text-remove-tags): Ditto.
10995         (html2text-format-tags): Ditto.
10996         (html2text-format-single-elements): Ditto.
10997
10998         * mml.el (mml-parse-1): Ditto.
10999
11000 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11001
11002         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11003
11004         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11005
11006         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11007
11008         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11009
11010 2003-11-15  Simon Josefsson  <jas@extundo.com>
11011
11012         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11013         (pgg-gpg-lookup-key): Use regexp match instead of
11014         split-string (split-string is different between emacs 21.2 and
11015         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11016
11017 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11018
11019         * gnus-art.el (gnus-mime-view-all-parts)
11020         (gnus-article-part-wrapper, gnus-article-view-part): Use
11021         with-current-buffer.
11022
11023 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11024
11025         * spam.el (spam-disable-spam-split-during-ham-respool)
11026         (spam-spamoracle-database, spam-cache-lookups)
11027         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11028         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11029         (spam-group-ham-marks, spam-group-spam-marks)
11030         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11031         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11032         also add spam-use-blackholes to the statistical checks.
11033         (spam-fetch-field-fast): Add interface to fetching fields, may
11034         become a macro.
11035         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11036         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11037         (spam-insert-fake-headers): Fake an article when needed.
11038         (spam-find-spam): Fake article when possible.
11039         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11040         (spam-check-bogofilter-headers): Use message-fetch-field instead
11041         of nnmail-fetch-field.
11042
11043 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11046
11047 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * spam.el (spam-split): Do not require spam-use-CHECK to be
11050         enabled if that check is passed to spam-split explicitly; also
11051         fix so 'spam doesn't get converted to spam-split-group when
11052         spam-split-symbolic-return is t.
11053         (spam-find-spam): Find registrations of the article and use those
11054         instead of re-running spam-split to find the spam/ham
11055         classification of the article.
11056         (spam-log-processing-to-registry, spam-log-registered-p)
11057         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11058         Use gnus-error instead of gnus-message.
11059         (spam-log-registration-type): Add function to determine the
11060         classification of a message based on registry entries; will
11061         return nil if both 'spam and 'ham are found.
11062         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11063         a reasonably fast local cache without the loading errors.
11064         (spam-cache-lookups): Set to t by default.
11065         (spam-find-spam): Don't try to guess spam-cache-lookups.
11066         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11067         spam-caches entry.
11068         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11069         caching of whitelist/blacklist entries.
11070         (spam-check-whitelist, spam-check-blacklist): Invoke
11071         spam-from-listed-p with a type, not a cache variable.
11072         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11073
11074 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11075
11076         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11077
11078         * nnmail.el (nnmail-split-fancy): do.
11079
11080         * mml.el (mml-parse): do.
11081
11082         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11083         (gnus-score-adaptive): do.
11084
11085 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11088         (gnus-mime-button-map): Don't set keymap parent.
11089         (gnus-button-ctan-directory-regexp): Use shy grouping.
11090         (gnus-prev-page-map): Don't set keymap parent.
11091         (gnus-prev-page-map): Remove duplicated one.
11092         (gnus-next-page-map): Don't set keymap parent.
11093         (gnus-mime-security-button-map): Ditto.
11094
11095         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11096         version number.
11097
11098         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11099
11100 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * canlock.el (canlock-sha1-function): Remove.
11103         (canlock-sha1-function-for-verify): Remove.
11104         (canlock-openssl-program): Remove.
11105         (canlock-openssl-args): Remove.
11106         (canlock-ignore-errors): Remove.
11107         (canlock-sha1-with-openssl): Remove.
11108         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11109         (canlock-verify): Don't use canlock-ignore-errors.
11110
11111         * sha1-el.el (sha1-string-external): Make it can return a string
11112         in binary form.
11113         (sha1-region-external): Ditto.
11114         (sha1-string-internal): Ditto.
11115         (sha1-region-internal): Ditto.
11116         (sha1-region): Ditto.
11117         (sha1-string): Ditto.
11118         (sha1): Ditto.
11119
11120 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * spam.el (spam-report-articles-gmane): New command.
11123
11124 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11127
11128         * run-at-time.el (run-at-time-saved): Remove.
11129         (run-at-time): Doc fix.
11130
11131 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11132
11133         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11134         (gnus-summary-limit-map): Add it.
11135         (gnus-summary-make-menu-bar): do.
11136
11137 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11138
11139         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11140         Make attempt at some caching support (done for BBDB only now).
11141         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11142         addresses to be checked.
11143         (spam-clear-cache-BBDB): Add function, to be invoked by
11144         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11145         (spam-check-BBDB): Check and use the caches, if
11146         spam-cache-lookups is on, remove superfluous (provide).
11147
11148 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11151
11152 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11153
11154         * run-at-time.el (run-at-time-saved): Move to after the definition
11155         of `run-at-time'.
11156
11157         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11158
11159 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11162         mm-w3m-local-map-property.
11163
11164         * mm-view.el (mm-w3m-mode-map): Remove.
11165         (mm-w3m-local-map-property): Remove.
11166         (mm-inline-text-html-render-with-w3m): Don't use
11167         mm-w3m-local-map-property.
11168
11169 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * run-at-time.el: New file.
11172
11173         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11174         under Emacs.
11175
11176         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11177         of gnus-set-text-properties.
11178
11179         * gnus-uu.el (gnus-uu-save-article): Ditto.
11180
11181         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11182
11183         * gnus-cite.el (gnus-cite-parse): Ditto.
11184
11185         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11186         of gnus-.
11187
11188         * gnus-xmas.el (run-at-time): Require run-at-time.
11189
11190         * gnus.el: Changed calls to nnheader-run-at-time and
11191         password-run-at-time throughout to use run-at-time directly.
11192
11193         * password.el: Removed definition of run-at-time.
11194
11195         * nnheaderxm.el: Remove definition of run-at-time.
11196
11197 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11198
11199         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11200         in prompt.
11201
11202 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11203
11204         * messagexmas.el (message-xmas-redefine): Alias
11205         `message-make-caesar-translation-table' to
11206         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11207         version.
11208
11209         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11210         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11211         `gnus-xmas-set-text-properties'.
11212         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11213         `gnus-xmas-completing-read'.
11214         (gnus-xmas-completing-read): Removed.
11215         (gnus-xmas-open-network-stream): Removed.
11216
11217         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11218         XEmacs version.
11219
11220         * dns.el (dns-make-network-process): Use `open-network-stream'
11221         instead of `gnus-xmas-open-network-stream'.
11222
11223         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11224
11225         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11226
11227 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11228
11229         * gnus-art.el (gnus-mime-display-alternative)
11230         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11231         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11232         Don't use gnus-local-map-property.
11233
11234         * gnus-util.el (gnus-local-map-property): Remove.
11235
11236         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11237         gnus-completing-read-maybe-default with completing-read.
11238
11239         * gnus-util.el (gnus-completing-read): do.
11240         (gnus-completing-read-maybe-default): Remove.
11241
11242 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11243
11244         * password.el: Only autoload `run-at-time' if not XEmacs.
11245         Only autoload the itimer functions if XEmacs.
11246
11247 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11250         XEmacsen.
11251
11252         * dgnushack.el: Autoload executable-find for XEmacs.
11253
11254 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11255
11256         * gnus-art.el (gnus-read-string): Remove.
11257         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11258         read-string.
11259
11260 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11261
11262         * netrc.el: Autoload password-read.
11263         (netrc): Add configuration group.
11264         (netrc-encoding-method, netrc-openssl-path): Add
11265         variables for encoding and decoding of files with symmetric
11266         ciphers.
11267         (netrc-encode): Add assistant function to encode a file with
11268         netrc-encoding-method.
11269         (netrc-parse): Add interactive parameter, added optional
11270         decoding if netrc-encoding-method is non-nil but otherwise
11271         behavior is standard.
11272         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11273         Do s/encode/encrypt/ everywhere.
11274
11275         * spam.el: Remove executable-find autoload.
11276
11277 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11278
11279         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11280
11281         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11282
11283 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-art.el (gnus-treat-ansi-sequences,
11286         article-treat-ansi-sequences): New variable and function.
11287         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11288
11289         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11290         Use it.
11291
11292 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11293
11294         * mm-util.el (mm-quote-arg): Remove.
11295
11296         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11297         shell-quote-argument.
11298
11299         * gnus-uu.el (gnus-uu-command): do.
11300
11301         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11302
11303         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11304         with make-char.
11305
11306         * mm-util.el (mm-make-char): Remove.
11307
11308         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11309         add-minor-mode.
11310
11311         * gnus-undo.el (gnus-undo-mode): do.
11312
11313         * gnus-topic.el (gnus-topic-mode): do.
11314
11315         * gnus-sum.el (gnus-dead-summary-mode): do.
11316
11317         * gnus-start.el (gnus-slave-mode): do.
11318
11319         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11320
11321         * gnus-ml.el (gnus-mailing-list-mode): do.
11322
11323         * gnus-gl.el (gnus-grouplens-mode): do.
11324
11325         * gnus-draft.el (gnus-draft-mode): do.
11326
11327         * gnus-dired.el (gnus-dired-mode): do.
11328
11329         * gnus-ems.el (gnus-add-minor-mode): Remove.
11330
11331         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11332         Replace gnus-char-width with char-width.
11333
11334         * gnus-ems.el (gnus-char-width): Remove.
11335
11336         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11337         Replace gnus-char-width with char-width.
11338
11339         * gnus-ems.el (gnus-char-width): Remove.
11340
11341         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11342         definition.
11343         Remove Emacs 20 hash table compatibility code.
11344
11345         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11346         20 compatibility code.
11347
11348         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11349
11350         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11351
11352         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11353         with point-at-{eol,bol}.
11354
11355         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11356
11357         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11358
11359         * flow-fill.el (fill-flowed-point-at-bol,
11360         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11361
11362         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11363         Replace with point-at-{eol,bol} throughout all files.
11364
11365 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * ntlm.el (ntlm-string-as-unibyte): New macro.
11368         (ntlm-build-auth-response): Use it.
11369
11370         Remove Emacs 20 stuff:
11371         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11372         (butlast, mapc, remove): Remove the compiler macros.
11373         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11374         of delq and copy-sequence.
11375         * gnus-art.el (popup-menu): Remove the compiler macro.
11376         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11377         Emacs 20.
11378
11379 2004-01-05  Simon Josefsson  <jas@extundo.com>
11380
11381         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11382         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11383         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11384         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11385         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11386         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11387         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11388         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11389         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11390         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11391         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11392         string-xor into ntlm-string-xor.  Suggested by
11393         Jesper Harder <harder@myrealbox.com>.
11394
11395         * ntlm.el: Don't include poem.
11396
11397         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11398         Jesper Harder <harder@myrealbox.com>.
11399
11400         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11401
11402         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11403         probably breaks emacs with DL patch, but do we care? Is anyone
11404         still using the DL stuff?)
11405
11406         * sieve-manage.el: Use the password package.
11407         (sieve-manage-read-passwd): Remove.
11408         (sieve-manage-interactive-login): Use password.  Re-add
11409         condition-case around loop.
11410
11411         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11412         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11413         the password package.
11414
11415 2003-02-19  Simon Josefsson  <jas@extundo.com>
11416
11417         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11418         token.
11419
11420 2002-08-07  Simon Josefsson  <jas@extundo.com>
11421
11422         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11423         (sieve-manage-authenticators):
11424         (sieve-manage-authenticator-alist): Add some SASL mechs.
11425         (sieve-sasl-auth): New function.
11426         (sieve-manage-cram-md5-auth):
11427         (sieve-manage-plain-auth): Rewrite using SASL library.
11428         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11429         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11430         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11431         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11432
11433 2004-01-05  Simon Josefsson  <jas@extundo.com>
11434
11435         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11436         New files.
11437
11438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11439
11440         * gnus-group.el (gnus-no-groups-message): Update.
11441
11442         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11443
11444 2003-11-09  Simon Josefsson  <jas@extundo.com>
11445
11446         * imap.el: Support for ID IMAP extension (RFC 2971).
11447         (imap-local-variables): Add imap-id.
11448         (imap-id): New variable.
11449         (imap-id): New function.
11450         (imap-parse-response): Parse untagged ID response.
11451         * nnimap.el (nnimap-id): New variable.
11452         (nnimap-open-connection): Use it.
11453
11454 2003-12-28  Simon Josefsson  <jas@extundo.com>
11455
11456         * gnus-score.el (gnus-score-edit-all-score): New.
11457         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11458
11459 2004-01-04  Simon Josefsson  <jas@extundo.com>
11460
11461         * password.el: Add.
11462
11463 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11464
11465         * dns.el: Add support for AAAA records (see RFC 3596)
11466
11467         * Fix typo PRT -> PTR
11468
11469         * Parse MX, PTR and SOA replies (see RFC 1035)
11470
11471 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11472
11473         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11474
11475         * Moved to Changelog.2.
11476
11477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11478
11479         * gnus.el (gnus-version-number): Bump version.
11480
11481 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11482
11483         * gnus.el: No Gnus v0.1 is released.
11484
11485 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11486
11487         * gnus.el: No Gnus v0.0 is released.
11488
11489 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11490
11491         * gnus.el (gnus-version-number): Bump.
11492         (gnus-version): No.
11493
11494 See ChangeLog.2 for earlier changes.
11495
11496     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11497
11498   This file is part of GNU Emacs.
11499
11500   GNU Emacs is free software; you can redistribute it and/or modify
11501   it under the terms of the GNU General Public License as published by
11502   the Free Software Foundation; either version 3, or (at your option)
11503   any later version.
11504
11505   GNU Emacs is distributed in the hope that it will be useful,
11506   but WITHOUT ANY WARRANTY; without even the implied warranty of
11507   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11508   GNU General Public License for more details.
11509
11510   You should have received a copy of the GNU General Public License
11511   along with GNU Emacs; see the file COPYING.  If not, write to the
11512   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11513   Boston, MA 02110-1301, USA.
11514
11515 ;; Local Variables:
11516 ;; coding: iso-2022-7bit
11517 ;; fill-column: 79
11518 ;; add-log-time-zone-rule: t
11519 ;; End:
11520
11521 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4