Merge from gnus--rel--5.10
[gnus] / lisp / ChangeLog
1 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-citation-line-function)
4         (message-insert-formatted-citation-line): Fix spelling of
5         `message-insert-formated-citation-line'.
6
7 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8
9         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10
11 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14         nnmail-pathname-coding-system.
15
16         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
17         that a user enters; decode group names in messages.
18
19         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
20
21 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22
23         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
24
25         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
26
27         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
28         risky local variable.
29
30         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
31
32 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
33
34         * encrypt.el: Improve documentation to fix function name typo.
35         Reported by Daiki Ueno <ueno@unixuser.org>.
36
37 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
40         even if the point is not in the last page of an article.
41         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
42         back to the previous page.
43
44 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
45
46         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
47
48 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
51
52 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
53
54         * message.el (message-remove-blank-cited-lines): Fix if remove is
55         given.
56         (message-bogus-address-regexp): New variable.
57         (message-bogus-recipient-p): New function.
58         (message-check-recipients): New command.
59         (message-syntax-checks): Add `bogus-recipient'.
60         (message-fix-before-sending): Add `bogus-recipient'.
61
62         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
63         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
64         window-system.
65
66 2007-10-28  Miles Bader  <miles@gnu.org>
67
68         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
69         at compile-time too.
70
71 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
72
73         * gnus-msg.el (gnus-message-setup-hook): Add
74         `message-remove-blank-cited-lines' to options.
75
76 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
77
78         * message.el (message-remove-blank-cited-lines): New function.
79         Suggested by Karl Pl\e,Ad\e(Bsterer.
80
81 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
84         mapc.
85
86         * imap.el (imap-open): Replace mapcar called for effect with mapc.
87         (top-level): Use mapc to set functions to be traced for debugging.
88
89         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
90         called for effect with while loop.
91
92         * message.el (message-talkative-question): Replace mapcar called for
93         effect with mapc.
94
95         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
96         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
97         called for effect with dolist.
98
99         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
100
101         * nndiary.el: Use dolist instead of mapcar to add diary headers to
102         gnus-extra-headers and nnmail-extra-headers.
103
104         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
105         called for effect with dolist.
106         (top-level): Use mapc to set functions to be traced for debugging.
107
108         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
109         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
110         dolist.
111
112         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
113         Replace mapcar called for effect with mapc.
114         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
115         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
116         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
117         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
118
119         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
120         remove-if that's a cl function.
121
122         * webmail.el (webmail-debug): Replace mapcar called for effect with
123         dolist.
124
125         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
126         with mapc.
127
128 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
129
130         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
131         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
132         with while loop.
133
134         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
135         functions from article-* functions.
136         (gnus-multi-decode-header): Replace mapcar called for effect with
137         dolist.
138
139         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
140         (gnus-bookmark-show-details): Replace mapcar called for effect with
141         while loop.
142
143         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
144         called for effect with while loop.
145
146         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
147         with dolist.
148
149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
150         mapcar called for effect with dolist.
151
152         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
153
154         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
155         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
156         Replace mapcar called for effect with dolist.
157         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
158         mapc.
159
160         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
161         Replace mapcar called for effect with dolist.
162         (gnus-topic-list): Replace mapcar called for effect with mapc.
163
164         * gnus.el: Use mapc instead of mapcar to add autoloads.
165
166 2007-10-23  Richard Stallman  <rms@gnu.org>
167
168         * gnus-group.el (gnus-group-highlight): Mark as risky.
169
170 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus.el (gnus-server-to-method): Return method found first in
173         gnus-newsrc-alist.
174
175         * gnus-art.el (gnus-article-highlight-signature)
176         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
177         button overlay without the front stickiness.
178
179 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
180
181         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
182         overview buffer needed a catch to receive its throw.
183         (gnus-agent-flush-cache): Declared as interactive to make this function
184         easier to use.
185
186 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
187
188         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
189         `next-line'.
190
191 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
194         exclude address matching message-dont-reply-to-names.
195
196 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-util.el (gnus-string<): New function.
199
200         * gnus-sum.el (gnus-article-sort-by-author)
201         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
202
203 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
206         the frame-focus tag is set in gnus-buffer-configuration.
207
208 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * gnus-art.el (gnus-article-add-button): Make a button overlay without
211         the front stickiness.
212
213 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
214
215         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
216         url pattern; remove duplicate one.
217         (gnus-article-extend-url-button): New function.
218         (gnus-article-add-buttons): Use it.
219         (gnus-button-push): Use concatenated url that it makes.
220
221 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
222
223         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
224
225 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
226
227         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
228         Don't hardcode point-min==1.
229
230 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
231
232         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
233         Fix comment about "iso8859-1".
234
235 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
236
237         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
238         ones returned from the verify-function.
239
240         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
241         mml2015-extract-cleartext-signature if extraction failed.
242
243 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
244
245         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
246         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
247         failed.
248
249 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
250
251         * Relicense "GPLv2 or later" files to "GPLv3 or later".
252
253 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
254
255         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
256         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
257         recommends to use EasyPG instead of PGG.
258
259         * pgg.el: Revert to revision 6.23.2.16
260
261         * pgg-def.el: Revert to revision 6.6.2.14.
262
263         * pgg-gpg.el: Revert to revision 6.23.2.34.
264
265 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
268         to mark a thread as expirable.  Add variable `hide' to handle hiding of
269         thread for both the null and zero (kill/expire thread) universal prefix
270         cases.
271         (gnus-summary-expire-thread): Add new function to expire a thread,
272         using gnus-summary-kill-thread.
273         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
274         shortcuts for gnus-summary-expire-thread.
275         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
276         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
277
278 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
281         extras value, so an extras entry can be deleted.
282         (gnus-registry-delete-extra-entry): Use it.
283         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
284         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
285         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
286          storage through the gnus-registry, and provide an appropriate API for
287          it.
288
289 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
292         Suggested by Leo <sdl.web@gmail.com>.
293
294         * gnus.el: Do.
295
296 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
299         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
300
301         * gnus-agent.el (gnus-agent-fetch-headers): Do.
302
303         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
304         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
305
306 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
309         newline.
310         (nnmbox-request-accept-article): Don't change article in source buffer;
311         narrow to header to use message-fetch-field rather than
312         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
313         (nnmbox-request-replace-article): Quote lines that'll be misidentified
314         as delimiters; make sure article ends with newline.
315         (nnmbox-delete-mail): Correct last position of article to be deleted;
316         ignore X-Gnus-Newsgroup header in article body.
317         (nnmbox-save-mail): Quote lines looking like delimiters at the right
318         positions; make sure article ends with newline.
319
320         * message.el (message-display-abbrev): Don't infloop when a user
321         inserts SPC in the beginning of header.
322
323         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
324         coding-system-for-read and coding-system-for-write for XEmacs having no
325         file-coding feature.
326
327         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
328
329 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
330
331         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
332         list of groups not followed by default.  Fix type to be regexp.
333         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
334
335 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
336
337         * hmac-def.el (define-hmac-function): Switch from old-style to
338         new-style backquotes.
339
340         * md4.el (md4-make-step): likewise.
341
342 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
345         raw-text coding system when saving .newsrc file, which may contain
346         non-ASCII group names.
347
348 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-cus.el (gnus-score-extra): New widget.
351         (gnus-score-extra-convert): New function.
352         (gnus-score-customize): Use it for Extra.
353
354 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
355
356         * mml2015.el (mml2015-extract-cleartext-signature): New function.
357         (mml2015-mailcrypt-clear-verify): Use it.
358         (mml2015-gpg-clear-verify): Use it.
359         (mml2015-pgg-clear-verify): Use it.
360         (mml2015-epg-clear-verify): Replace the current part with the output
361         from GnuPG; don't extract the plaintext by itself.
362
363         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
364         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
365         mml2015-clear-verify-function; don't touch the armor headers or
366         dash-escaped text here.
367
368 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
369
370         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
371         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
372         parts, or application/octet-stream as a last resort.
373         (gnus-mime-view-part-as-type): Don't toggle display.
374         (gnus-mime-view-part-as-charset): Don't turn off display before
375         querying charset.
376
377         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
378         stuff to undisplayer function in Emacs.
379         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
380
381         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
382         text/calendar parts.
383
384 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
387         decoding text/calendar parts.
388
389         * message.el (message-forward-make-body-mime): Always mark body as
390         having no illegible text; remove signed-or-encrypted argument.
391         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
392
393         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
394         (mml-generate-mime-1): Don't encode body if it is specified to be in
395         raw form; don't make buffer be unibyte when inserting multibyte string.
396
397 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
398
399         * sha1.el: Fix up comment style.
400         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
401         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
402
403         * hex-util.el: Fix up comment style.
404         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
405
406         * gnus-salt.el: Use with-current-buffer.
407         (gnus-pick-setup-message): Fix long-standing typo.
408
409 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
410
411         * imap.el (imap-logout-timeout): New variable.
412         (imap-logout, imap-logout-wait): New functions.
413         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
414
415         * nnimap.el (nnimap-logout-timeout): New server variable.
416         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
417         nnimap-logout-timeout.
418
419         * gnus-art.el (gnus-article-summary-command-nosave)
420         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
421
422 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * gnus.el (gnus-maximum-newsgroup): New variable.
425
426         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
427         according to gnus-maximum-newsgroup.
428
429         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
430         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
431         Limit the range of articles according to gnus-maximum-newsgroup.
432
433 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
434
435         * gnus-art.el (gnus-sticky-article): Fixed problems described in
436         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
437         Don't perform gnus-configure-windows here; reuse existing sticky
438         article buffer.
439
440         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
441         it doesn't exist in gnus-article-mode.
442
443 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
444
445         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
446         (gnus-agent-decoded-group-name): New function.
447         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
448         (gnus-agent-expire-group-1): Use it; decode group name in messages.
449
450 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
451
452         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
453         Add binding for gnus-sticky-article.
454         (gnus-summary-exit): Don't kill sticky article buffers.
455
456         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
457         article buffer.
458         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
459         (gnus-kill-sticky-article-buffers): New commands.
460
461 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * nntp.el (nntp-xref-number-is-evil): New server variable.
464         (nntp-find-group-and-number): If it is non-nil, don't trust article
465         numbers in the Xref header.
466
467 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-agent.el (gnus-agent-read-group): New function.
470         (gnus-agent-flush-group, gnus-agent-expire-group)
471         (gnus-agent-regenerate-group): Use it.
472         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
473         nnmail-pathname-coding-system.
474
475 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
478
479         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
480         that are unread as unread, and also as selected so that information of
481         marks having been changed by a user may be updated when exiting group.
482
483 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * gnus-art.el (gnus-mime-display-single): Pass part number that is
486         calculated ignoring signature parts to gnus-treat-article.
487
488 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
491         a point here in order to keep the window start.
492         (gnus-insert-mime-security-button): Make a button overlay without the
493         front stickiness.
494         (gnus-mime-display-security): Goto the end of a button.
495
496         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
497
498 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
501         group-name-at-point.
502         (gnus-group-completing-read): New function that offers decoded
503         non-ASCII group names for completion.
504         (gnus-fetch-group, gnus-group-read-ephemeral-group)
505         (gnus-group-jump-to-group, gnus-group-make-group-simple)
506         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
507         (gnus-group-fetch-control): Use it.
508         (gnus-fetch-group): Use group-name-at-point for the initial value
509         rather than the default value; use gnus-alive-p.
510
511         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
512         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
513         (gnus-summary-post-news): Use gnus-group-completing-read.
514
515         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
516         (gnus-read-move-group-name): Decode group name for completion.
517
518 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
519
520         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
521         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
522         Yamaoka slightly modified the code).
523
524 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
527         (nnmail-split-incoming): Bind it.
528
529         * nnml.el (nnml-group-name-charset): New function.
530         (nnml-decoded-group-name): Use it; don't decode group name if
531         nnmail-group-names-not-encoded-p is non-nil.
532         (nnml-encoded-group-name): New function.
533         (nnml-group-pathname): Inline nnml-decoded-group-name.
534         (nnml-request-expire-articles): Decode group name in message.
535         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
536         nnmail-pathname-coding-system.
537         (nnml-save-mail, nnml-active-number): Work with decoded group names and
538         not decoded ones according to nnmail-group-names-not-encoded-p.
539         (nnml-generate-active-info): Use nnml-encoded-group-name.
540
541 2007-08-08  Glenn Morris  <rgm@gnu.org>
542
543         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
544         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
545         doc-strings and comments.
546
547 2007-07-25  Glenn Morris  <rgm@gnu.org>
548
549         * Relicense all FSF files to GPLv3 or later.
550
551 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-sum.el (gnus-summary-move-article): Make
554         gnus-summary-respool-article work.
555
556 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
557
558         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
559         string.
560
561 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
562
563         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
564         that should be ignored when comparing distant RSS articles with local
565         ones.
566         (nnrss-make-hash-index): New function.  Create a hash index according
567         to the ignored fields.
568         (nnrss-check-group): Use it.
569
570 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
573
574         * gnus-art.el (article-decode-group-name): Decode Xref header too.
575
576         * gnus-group.el (gnus-group-make-group): Encode group name here unless
577         the new optional argument ENCODED is non-nil.
578         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
579         coding system for encoding group name.
580         (gnus-group-make-rss-group): Pass un-encoded group name to
581         gnus-group-make-group.
582         (gnus-group-set-info): Tell gnus-group-make-group that group name is
583         encoded.
584
585         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
586         Encode group name to which articles are moved or copied.
587         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
588         coding system for encoding Newsgroup, Followup-To and Xref headers.
589
590         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
591         marks; use nnheader-file-coding-system to write a file.
592         (nnagent-retrieve-headers): Bind file-name-coding-system to
593         nnmail-pathname-coding-system.
594
595         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
596
597         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
598         (nnml-request-article, nnml-request-create-group)
599         (nnml-request-rename-group, nnml-find-id)
600         (nnml-possibly-change-directory, nnml-possibly-create-directory)
601         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
602         (nnml-save-marks): Use nnml-group-pathname instead of
603         nnmail-group-pathname.
604
605         (nnml-request-create-group, nnml-request-expire-articles)
606         (nnml-request-move-article, nnml-request-delete-group)
607         (nnml-deletable-article-p, nnml-possibly-create-directory)
608         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
609         (nnml-open-marks): Bind file-name-coding-system to
610         nnmail-pathname-coding-system.
611
612         (nnml-request-article): Pass server argument to nnml-find-group-number.
613         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
614         server argument to nnml-possibly-create-directory.
615         (nnml-request-accept-article): Pass server argument to
616         nnml-active-number and nnml-save-mail.
617         (nnml-find-group-number): Pass server argument to nnml-find-id.
618         (nnml-request-update-info): Pass server argument to
619         nnml-marks-changed-p.
620
621         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
622         (nnml-save-mail, nnml-active-number): Add server argument.
623
624         (nnml-request-delete-group): Warn if group is missing.
625         (nnml-get-nov-buffer): Decode group name.
626         (nnml-generate-active-info): Encode group name.
627         (nnml-open-marks): Decode group name in messages.
628
629 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
632         if it is not specified.
633         (gnus-article-pipe-part, gnus-article-save-part)
634         (gnus-article-interactively-view-part, gnus-article-copy-part)
635         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
636         (gnus-article-inline-part, gnus-article-save-part-and-strip)
637         (gnus-article-replace-part, gnus-article-delete-part)
638         (gnus-article-view-part-as-type): Pass raw prefix argument to
639         gnus-article-part-wrapper.
640
641 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * gnus-agent.el (gnus-agent-save-active): Bind
644         nnheader-file-coding-system to gnus-agent-file-coding-system.
645
646         * gnus-cache.el (gnus-cache-save-buffers)
647         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
648         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
649         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
650         (gnus-cache-braid-nov, gnus-cache-braid-heads)
651         (gnus-cache-generate-active, gnus-cache-rename-group)
652         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
653         (gnus-cache-update-overview-total-fetched-for): Bind
654         file-name-coding-system to nnmail-pathname-coding-system.
655         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
656         variables.
657         (gnus-cache-decoded-group-name): New function.
658         (gnus-cache-file-name): Use it.
659         (gnus-cache-generate-active): Use non-decoded group name for active.
660
661         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
662         right place.
663         (gnus-write-active-file): Don't break non-ASCII group names.
664
665         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
666         nnmail-pathname-coding-system.
667
668         * lpath.el: Bind default-file-name-coding-system,
669         file-name-coding-system and language-info-alist for XEmacs.
670
671         * gnus-uu.el (gnus-uu-decode-save): Typo.
672
673 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
676
677 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
680         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
681         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
682         (gnus-agent-flush-group, gnus-agent-flush-cache)
683         (gnus-agent-fetch-headers, gnus-agent-load-alist)
684         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
685         (gnus-agent-retrieve-headers, gnus-agent-request-article)
686         (gnus-agent-regenerate-group)
687         (gnus-agent-update-files-total-fetched-for)
688         (gnus-agent-update-view-total-fetched-for): Bind
689         file-name-coding-system to nnmail-pathname-coding-system.
690         (gnus-agent-group-pathname): Don't encode file names by
691         nnmail-pathname-coding-system.
692         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
693         coding-system-for-write instead of buffer-file-coding-system to
694         gnus-agent-file-coding-system.
695
696         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
697         Decode group name.
698
699         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
700
701         * gnus-start.el (gnus-update-active-hashtb-from-killed)
702         (gnus-read-newsrc-el-file): Make group names unibyte.
703
704         * nnmail.el (nnmail-group-pathname): Don't encode file names by
705         nnmail-pathname-coding-system.
706
707         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
708         (nnrss-request-delete-group): Bind file-name-coding-system to
709         nnmail-pathname-coding-system.
710         (nnrss-read-server-data, nnrss-read-group-data): Bind
711         file-name-coding-system correctly.
712         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
713
714         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
715         (nntp-server-to-method-cache): New variable.
716         (nntp-group-pathname): New function that decodes non-ASCII group names.
717         (nntp-possibly-create-directory, nntp-marks-changed-p)
718         (nntp-save-marks, nntp-open-marks): Use it.
719         (nntp-possibly-create-directory, nntp-open-marks):
720         Bind file-name-coding-system to nnmail-pathname-coding-system.
721         (nntp-open-marks): Decode group names when bootstrapping marks.
722
723         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
724         Newsgroups and Folowup-To headers.
725
726 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
727
728         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
729         (gnus-server-closed-face, gnus-server-denied-face)
730         (gnus-server-offline-face): Remove variable.
731         (gnus-server-font-lock-keywords): Use faces that are not aliases.
732
733         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
734         of modifying message-stack directly for XEmacs.
735
736         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
737         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
738         if the coding-system argument is nil for XEmacs.
739
740         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
741         mm-charset-override-alist.
742
743         * rfc2047.el: Don't require base64; require rfc2045 for the function
744         rfc2045-encode-string.
745         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
746         to quote the parameter value.
747
748 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
751         form in gnus-group-name-charset-method-alist.
752
753         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
754         overrides the default layout edit-form.
755
756         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
757
758         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
759
760 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
763         as unfetched articles.
764
765 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
766
767         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
768
769 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
772         original back end that keeps marks in the local system.
773
774 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
777         arg of pop-to-buffer for XEmacs.
778         (gnus-article-read-summary-keys): Ditto; don't restore window
779         configuration if summary command ends up with neither article buffer
780         nor summary buffer; describe bindings if summary keys end with C-h.
781
782 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * message.el (message-fix-before-sending): Skip raw message part to be
785         forwarded while checking illegible text.
786         (message-forward-make-body-mime, message-forward-make-body): Mark
787         signed or encrypted raw message as having no illegible text.
788
789 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
792         (gnus-message-with-timestamp-1): New macro.
793         (gnus-message-with-timestamp): New function.
794         (gnus-message): Use them.
795
796         * nnheader.el (nnheader-message): Use them.
797
798 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
799
800         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
801         .newsrc.eld file.
802
803 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-agent.el (gnus-agent-fetch-headers)
806         (gnus-agent-retrieve-headers): Bind
807         gnus-decode-encoded-address-function to identity.
808
809         * nntp.el (nntp-send-xover-command): Recognize an xover command is
810         available also when the server returns simply a dot.
811
812         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
813
814 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
817
818 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-ems.el (gnus-x-splash): Make it work.
821
822         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
823         from being used.
824
825         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
826
827 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
830         4th and the 5th arguments.
831
832         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
833         the front stickiness.
834         (gnus-article-summary-command-nosave): Correct the order of the
835         arguments passed to pop-to-buffer.
836         (gnus-article-read-summary-keys): Ditto; make it work properly when the
837         summary command ends up with the article buffer.
838
839         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
840         the same faces.
841
842 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
843
844         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
845
846 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
847
848         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
849         * gnus-sum.el (gnus-summary-highlight):
850         * pgg.el (pgg-sign-region, pgg-sign):
851         * mail-source.el (mail-source-delete-old-incoming-confirm):
852         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
853
854 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * gnus-art.el (gnus-mime-view-part-externally)
857         (gnus-mime-view-part-internally): Fix predicate function passed to
858         completing-read.
859
860         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
861
862         * gnus.el (gnus-update-message-archive-method): Add :version.
863
864 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * gnus.el (gnus-update-message-archive-method): New variable.
867
868         * gnus-start.el (gnus-setup-news): Update saved "archive" method
869         according to gnus-message-archive-method if
870         gnus-update-message-archive-method is non-nil.
871
872 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
875         by Loic Dachary <loic@dachary.org>.
876         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
877
878 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * message.el (message-pop-to-buffer): Add switch-function argument.
881         (message-mail): Pass switch-function argument to it.
882
883 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
886         Improve doc string.
887
888 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
891         (gnus-header-content)
892         * gnus-cite.el (gnus-cite-10)
893         * gnus-srvr.el (gnus-server-closed)
894         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
895         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
896         (gnus-group-mail-3-empty, gnus-group-mail-low)
897         (gnus-group-mail-low-empty, gnus-splash)
898         * message.el (message-header-to, message-header-cc)
899         (message-header-subject, message-header-other, message-header-name)
900         (message-header-xheader, message-separator, message-cited-text)
901         (message-mml): Lighten colors of faces used for dark background.
902
903 2007-05-24  Simon Josefsson  <simon@josefsson.org>
904
905         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
906         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
907
908 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * message.el (message-narrow-to-headers-or-head): Ignore
911         mail-header-separator in the body.
912
913 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
916         same as window size.
917
918 2007-05-22  Kevin Ryde  <user42@zip.com.au>
919
920         * message.el (message-font-lock-keywords): Use message-header-xheader
921         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
922         ahead of the anything pattern, to get it recognised.
923
924 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
925
926         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
927         spam.el loads uses it in the compiled defadvice form.
928
929 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
930
931         * gnus-sum.el (gnus-articles-to-read)
932         (gnus-summary-insert-old-articles): Don't truncate group name for
933         `read-string'.
934
935         * gnus-util.el (gnus-limit-string): Delete this function.
936
937         * gnus-sum.el (gnus-simplify-subject-fully): Use
938         `truncate-string-to-width' instead.
939
940 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
941
942         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
943         if, on summary exit, the next group has to be selected.
944         (gnus-summary-exit): Use it.
945
946 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
947
948         * gnus-art.el (gnus-article-mode): Fix comment about displaying
949         non-break space.
950
951 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
952
953         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
954         Check if group is not a directory.
955         (nnfolder-request-expire-articles): Don't delete articles if the target
956         group is not available.
957
958         * nnml.el (nnml-request-create-group): Properly check if group is not a
959         file.
960         (nnml-request-expire-articles): Don't delete articles if the target
961         group is not available.
962
963         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
964         Don't quote characters that are within parentheses.
965
966 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
969         (gnus-handle-ephemeral-exit): Select article according to it.
970
971 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
972
973         * message.el (message-insert-formated-citation-line): Remove newline.
974         (message-citation-line-format): Add final \n here so that the user can
975         avoid a blank line.
976
977 2007-05-03  Dan Christensen  <jdc@uwo.ca>
978
979         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
980         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
981         Update lanl/arXiv support.
982
983 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
984
985         * gnus.el: Bump version number.
986
987 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus.el (gnus-version-number): Bump version.
990
991 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
992
993         * gnus.el: No Gnus v0.6 is released.
994
995 2007-04-27  Didier Verna  <didier@xemacs.org>
996
997         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
998         * gmm-utils.el (gmm-regexp-concat): here.
999         * message.el: Don't require 'gnus-util.
1000         (message-dont-reply-to-names): Handle name change above.
1001         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
1002
1003 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
1006         since the initial value varies according to the system.
1007
1008 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * mm-util.el (mm-charset-synonym-alist): Defcustom.
1011
1012 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
1013
1014         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
1015
1016 2007-04-24  Didier Verna  <didier@xemacs.org>
1017
1018         Improve the type of gnus-ignored-from-addresses.
1019         * gnus-util.el (gnus-orify-regexp): New function.
1020         * message.el (gnus-util): Require it.
1021         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
1022         * gnus-sum.el (gnus-ignored-from-addresses): New function.
1023         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
1024
1025 2007-04-24  Didier Verna  <didier@xemacs.org>
1026
1027         * gnus-sum.el:
1028         * gnus-utils.el: Fix some trailing whitespaces.
1029
1030 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
1033         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
1034         article's Message-ID; refer parent article in summary buffer.
1035
1036         * message.el (message-bounce): Call mime-to-mml.
1037
1038         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
1039         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
1040         optimize and/or forms properly.
1041
1042 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
1043
1044         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
1045         URL.
1046
1047 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
1050
1051 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
1054         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
1055         displayed of multipart/alternative part if it is invoked from summary
1056         buffer.
1057
1058         * mm-view.el (mm-inline-text-html-render-with-w3m)
1059         (mm-inline-text-html-render-with-w3m-standalone)
1060         (mm-inline-render-with-function): Use mail-parse-charset by default.
1061
1062 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1063
1064         * parse-time.el (parse-time-string-chars): Check if CHAR
1065         is less than the length of parse-time-syntax.
1066
1067 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
1070         from gnus-newsgroup-processable.
1071
1072 2007-04-16  Didier Verna  <didier@xemacs.org>
1073
1074         * gnus-msg.el (gnus-configure-posting-styles): Handle
1075         message-signature-directory properly with :file syntax. Reported by
1076         "Leo".
1077
1078 2007-04-11  Didier Verna  <didier@xemacs.org>
1079
1080         New user option: message-signature-directory.
1081         * gnus-msg.el (gnus-configure-posting-styles): Support it.
1082         * message.el (message-insert-signature): Ditto.
1083         * message.el (message-signature-file): Doc update.
1084         * message.el (message-signature-directory): New.
1085
1086 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-msg.el (gnus-inews-yank-articles): Use
1089         message-exchange-point-and-mark instead of exchange-point-and-mark.
1090
1091 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * message.el (message-yank-original): Make sure cited text ends with
1094         newline; don't exchange point and mark.
1095
1096 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1097
1098         * tls.el (open-tls-stream): Properly handle case where there
1099         is no associated buffer.
1100
1101 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
1102
1103         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
1104         message-yank-original, make sure (< mark TEXT point).
1105
1106 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1107
1108         * message.el (message-fill-column): New variable.
1109         (message-mode): Use it.  Add comment on a possible new hook.
1110
1111         * nnmail.el (nnmail-spool-file): Mark as obsolete.
1112         (nnmail-get-new-mail): Reformat.
1113
1114         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
1115
1116         * gmm-utils.el: Fix Commentary.
1117         (gmm-tool-bar-from-list): Fix typo in doc string.
1118
1119 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
1120
1121         * message.el (message-yank-original): Don't switch point and mark
1122         unnecessarily to put point and mark as documented.
1123
1124 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
1127         from the message heads.
1128
1129 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
1130
1131         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
1132         article buffer does not have a window.  This may not be the best
1133         solution but is certainly better than setting the start of the null,
1134         that is the current, window.
1135
1136 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1137
1138         * gnus-draft.el (gnus-draft-setup-hook): New hook.
1139         (gnus-draft-setup): Run it.
1140
1141         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
1142         gnus-score-fast-scoring.  Allow regexp.
1143         (gnus-score-headers): Use it.
1144
1145         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
1146         XEmacs.
1147
1148         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
1149         string.
1150         (gnus-button-alist): Also catch `<f1> k ...'.
1151         (gnus-treat-display-x-face): Fix doc string.
1152
1153 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1154
1155         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
1156         evaluation of gnus-extended-version to ensure correct generation of the
1157         User-Agent header when message-generate-headers-first is used.
1158
1159 2007-03-24  Simon Josefsson  <simon@josefsson.org>
1160
1161         * hashcash.el (hashcash-generate-payment-async): Don't crash if
1162         hashcash-path is nil.  Don't call callback with incorrect number of
1163         parameters if val is 0.
1164
1165 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1166
1167         * message.el (message-required-news-headers):
1168         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
1169
1170 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1171
1172         * tls.el (open-tls-stream): In handshake-waiting loop,
1173         don't wait more if there is output available to process.
1174
1175 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1176
1177         * tls.el (tls-program): Doc fix.
1178
1179 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * message.el (message-generate-new-buffers): Change the meaning of the
1182         nil value; add `standard' to the choices; treat t as `unique'; improve
1183         doc string.
1184         (gnus-select-frame-set-input-focus): Autoload.
1185         (message-buffer-name): Search for the existing message buffer if
1186         message-generate-new-buffers is nil or `standard'; treat the value t of
1187         message-generate-new-buffers as `unique'.
1188         (message-pop-to-buffer): Raise the frame already displaying the message
1189         buffer; clear the echo area after querying.
1190         (message-setup): Pass the `continue' argument to compose-mail.
1191         (message-mail): Prefer `switch-function' if it is given; search for the
1192         existing message buffer if the `continue' argument is non-nil; pass
1193         continue and switch-function arguments to compose-mail by way of
1194         message-setup.
1195         (message-mail-other-window): Adjust argument of message-setup.
1196         (message-mail-other-frame): Ditto.
1197
1198 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
1201         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
1202         to turn font-lock on when turning gnus-message-citation-mode on.
1203
1204 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
1205
1206         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
1207         (mml-smime-function-alist): New variable; add epg as the backend.
1208         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
1209         mml-smime- functions instead.
1210         * mm-view.el: Require smime.
1211
1212 2007-03-05  Didier Verna  <didier@xemacs.org>
1213
1214         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
1215         instead of just inheritance for posting styles.
1216         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
1217
1218 2007-02-24  Chris Moore  <dooglus@gmail.com>
1219
1220         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1221         * pgg-pgp.el (pgg-pgp-encrypt-region):
1222         * pgg-gpg.el (pgg-gpg-encrypt-region):
1223         Check pgg-encrypt-for-me if no other recipients.
1224
1225 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1226
1227         * tls.el (tls-certtool-program): Fix custom type.
1228
1229 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1232         and point-at-eol instead of line-(beginning|end)-position.
1233
1234         * assistant.el (assistant-parse-buffer): Ditto.
1235
1236         * netrc.el (netrc-parse-services): Ditto.
1237
1238 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1239
1240         * mml2015.el (mml2015-epg-find-usable-key): New function.
1241         (mml2015-epg-sign): Use it.
1242         (mml2015-epg-encrypt): Use it.
1243
1244 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * message.el (message-make-in-reply-to): Quote name containing
1247         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1248         if there are special characters.  Reported by NAKAJI Hiroyuki
1249         <nakaji@jp.freebsd.org>.
1250
1251 2007-02-27  Didier Verna  <didier@xemacs.org>
1252
1253         Include the group parameters as well as the topic ones in the
1254         inheritance filter process.
1255         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1256         argument GROUP-PARAMS-LIST.
1257         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1258
1259 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * nntp.el (nntp-never-echoes-commands)
1262         (nntp-open-connection-functions-never-echo-commands): New variables.
1263         (nntp-send-command): Use them.
1264
1265 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1266
1267         * mml2015.el (mml2015-epg-verify): Simplified.
1268
1269 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * mml.el (mml-content-disposition-alist): New user option.
1272         (mml-content-disposition): New function.
1273         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1274         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1275
1276 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1277
1278         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1279         verification.
1280
1281 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1282
1283         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1284         articles posted in the last 24 hours.
1285
1286 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1287
1288         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1289
1290 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1291
1292         * nntp.el (nntp-send-command): Don't wait for echoes when
1293         nntp-open-ssl-stream is used.
1294
1295 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1298         (gnus-message-add-citation-keywords)
1299         (gnus-message-remove-citation-keywords): Remove.
1300         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1301         directly, make the variables in font-lock-defaults buffer-local, add
1302         gnus-message-citation-keywords to them and then update the value of
1303         font-lock-keywords.
1304
1305 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1306
1307         * message.el (message-cite-original-1): Don't call
1308         gnus-article-highlight-citation.
1309
1310         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1311         citations; fix line count.
1312
1313 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1316         (gnus-message-add-citation-keywords)
1317         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1318         versions of font-lock-add-keywords and font-lock-remove-keywords to
1319         work with XEmacs correctly.
1320
1321 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1322
1323         * gnus-cite.el (gnus-cite-face-list): Set the values of
1324         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1325         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1326         (gnus-message-cite-prefix-regexp): New variable.
1327         (gnus-message-search-citation-line): Use it; protect against long
1328         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1329         the 0th match data for Emacs.
1330         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1331         (gnus-message-add-citation-keywords): Append keywords rather than
1332         prepending; emulate font-lock-add-keywords if it is not available.
1333         (gnus-message-remove-citation-keywords): Emulate
1334         font-lock-remove-keywords if it is not available.
1335
1336         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1337
1338         * message.el (message-cite-prefix-regexp): Set the value of
1339         gnus-message-cite-prefix-regexp.
1340
1341 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1342
1343         * nnweb.el (nnweb-google-parse-1): Update parser.
1344
1345 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1346
1347         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1348
1349 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1350
1351         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1352         regexp.
1353
1354 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1357         string-to-multibyte.
1358         (uudecode-decode-region-internal): Use it.
1359
1360         * lpath.el: Fbind string-as-multibyte for XEmacs.
1361
1362 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1365         custom choice.
1366
1367         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1368
1369 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1370
1371         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1372
1373         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1374         `write-region' to respect `mm-inhibit-file-name-handlers'.
1375
1376 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1377
1378         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1379         Use gnus-home-directory instead of "~/" or "$HOME".
1380
1381 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1382
1383         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1384         to mention filename.
1385         Add comments at beginning regarding usage.
1386         (encrypt-write-file-contents): Change interactive so a string is
1387         acceptable.  If the file has no associated model, show an error instead
1388         of a nonsense prompt.
1389
1390 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1391
1392         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1393         Thanks to Yoshihiko Yamada for kind notification of this typo.
1394
1395 2007-01-12  Kenichi Handa  <handa@m17n.org>
1396
1397         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1398         multibyte buffer.
1399
1400 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1401
1402         * gnus-score.el (gnus-score-fast-scoring): New variable.
1403         (gnus-score-headers): Use it.
1404
1405         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1406
1407         * message.el (message-cite-original-1): Call
1408         gnus-article-highlight-citation if requested.
1409         (message-make-from): Allow name and address as optional arguments.
1410
1411         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1412
1413         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1414         bugs to doc string.
1415         (gnus-button-alist): Add mid\\|message-id.
1416         (gnus-button-fetch-group): Extend for use in
1417         `browse-url-browser-function'.
1418         (gnus-button-url-regexp): Try to catch paired parentheses like in
1419         Wikipedia URLs.
1420
1421         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1422         Suggested by Simon Krahnke <overlord@gmx.li>.
1423
1424 2007-01-13  Romain Francoise  <romain@orebokech.com>
1425
1426         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1427         Update copyright.
1428
1429 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1430
1431         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1432
1433 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1434
1435         * gnus-registry.el (gnus-registry-unfollowed-groups)
1436         (gnus-registry-split-fancy-with-parent): Fix documentation.
1437
1438 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1441         from nnweb groups.
1442
1443 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1446         Xref urls.  Erase buffer before requesting head.
1447
1448 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1449
1450         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1451         customizable.
1452
1453 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1454
1455         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1456         no signing key is found.
1457         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1458         no encrypting and/or signing key is found.
1459
1460 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1461
1462         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1463
1464 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1465
1466         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1467         headers read from disk with the ones newly found in the current search.
1468         This should no longer cause problems, because the article numbers in
1469         Gmane's `nov.php' output are ignored since the previous change.
1470
1471 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1472
1473         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1474
1475 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1478         replace-regexp-in-string; bind url-version; fbind display-images-p and
1479         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1480         find-face and set-itimer-function for Emacs; bind itimer-list for
1481         Emacs.
1482
1483         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1484
1485 2007-01-01  Romain Francoise  <romain@orebokech.com>
1486
1487         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1488
1489 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1490
1491         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1492         `define-minor-mode' macro definition expanded properly.
1493         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1494         exclude it there.
1495
1496         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1497         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1498         `fboundp' test.
1499         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1500         This is OK to autoload in (S)XEmacs now.
1501
1502 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1505         keystroke.
1506         (gnus-summary-limit-to-singletons): Fix typo.
1507
1508         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1509         else fails.
1510
1511 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1512
1513         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1514         docstring.
1515
1516         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1517         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1518         (gnus-summary-insert-dormant-articles): Fix typo in message.
1519
1520 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1521
1522         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1523         nil for XEmacs.
1524         (gnus-message-citation-mode): Don't autoload in XEmacs.
1525
1526         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1527
1528 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1529
1530         * nnimap.el (nnimap-expunge-search-string): Mention
1531         nnimap-search-uids-not-since-is-evil in docstring.
1532
1533 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1534
1535         * spam.el: Revert to make-obsolete-variable because
1536         define-obsolete-variable-alias is not supported in Emacs 21.
1537
1538         * spam.el (spam-ifile-path, spam-ifile-database-path)
1539         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1540         make-obsolete-variable.
1541         (spam-bsfilter-path, spam-bsfilter-program)
1542         (spam-spamassassin-path, spam-spamassassin-program)
1543         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1544         use "path" inappropriately.
1545         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1546         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1547         variable names.
1548
1549 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1550
1551         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1552         summary buffer.
1553
1554         * password.el (password-cache-remove): Use clear-string to burn
1555         password, if available.
1556
1557 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1558
1559         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1560
1561         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1562
1563         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1564         (gnus-message-highlight-citation): Move defcustom here from
1565         gnus-cite.el.
1566         (gnus-message-citation-mode): Autoload.
1567
1568         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1569         checks to make it compile with XEmacs.
1570         (gnus-message-citation-mode): New minor mode.
1571         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1572         (gnus-message-highlight-citation): New variables.
1573         (gnus-message-search-citation-line)
1574         (gnus-message-add-citation-keywords)
1575         (gnus-message-remove-citation-keywords)
1576         (turn-on-gnus-message-citation-mode)
1577         (turn-off-gnus-message-citation-mode): New functions.
1578
1579 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1580
1581         * gnus-cite.el: Enable highlighting of different citation levels in
1582         message-mode.
1583
1584 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1585
1586         * message.el (message-make-fqdn): Fix comment.
1587         (message-bogus-system-names): Add ".local".
1588
1589         * spam.el (spam-ifile-path, spam-ifile-program)
1590         (spam-ifile-database-path, spam-ifile-database)
1591         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1592         Don't use "path" inappropriately.
1593         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1594         strings.
1595         (spam-check-ifile, spam-ifile-register-with-ifile)
1596         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1597         new variable names.
1598
1599         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1600         (gnus-treat-display-smileys): Simplify using
1601         gnus-image-type-available-p.
1602
1603         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1604         available.
1605
1606         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1607         `display-images-p' if available.
1608
1609 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1612         one after turning on the buffer's multibyteness instead of decoding
1613         them directly in the unibyte buffer that causes unexpected conversion
1614         in Emacs 23 (unicode).
1615
1616 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1617
1618         * message.el (message-generate-hashcash): Fix custom type.
1619
1620 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1621
1622         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1623
1624 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1625
1626         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1627         disconnect icons.  Add help text.
1628
1629 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1632         negated to be consistent with the others we handle.
1633
1634 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1637         version of gnus-summary-buffer to something, so that we can use two
1638         article buffers at the same time.
1639
1640 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1641
1642         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1643         trigger all the extra headers.
1644         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1645         sorting.
1646
1647 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1648
1649         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1650         solid groups.
1651
1652 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1653
1654         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1655
1656 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1657
1658         * legacy-gnus-agent.el: Add Copyright notice.
1659
1660 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1661
1662         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1663
1664 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1667
1668         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1669         to make it work reliably in CVS Emacs.
1670         (gnus-summary-limit-strange-charsets-predicate)
1671         (gnus-summary-limit-to-predicate): New functions.
1672
1673 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1674
1675         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1676         specifying array size.
1677         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1678         array if it is too small.
1679         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1680         (gnus-sort-threads-loop): New function.
1681
1682 2006-12-06  Chris Moore  <dooglus@gmail.com>
1683
1684         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1685         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1686
1687 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1688
1689         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1690         options.
1691
1692 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1695         DOS-ing the recipient.
1696
1697         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1698         the headers when creating the mapping to avoid mismappings.
1699         (nnweb-gmane-create-mapping): Always nix out old mapping.
1700
1701 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1704         and mm-verify-option to never.
1705
1706 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * message.el (message-signed-or-encrypted-p): New function.
1709         (message-forward-make-body): Use it.
1710
1711         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1712         Replace encode-coding-string with mm-encode-coding-string.
1713
1714 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * nneething.el (nneething-decode-file-name): Replace
1717         decode-coding-string with mm-decode-coding-string.
1718
1719         * gnus-int.el (gnus-open-server): Say failed server's name.
1720
1721 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1722
1723         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1724         strings to a single string.  Quote `errors-file-name'.
1725         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1726         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1727         Adjust calls.  Use `shell-quote-argument'.
1728
1729 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1730
1731         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1732         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1733
1734         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1735         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1736         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1737         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1738         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1739         (gnus-subscribe-newsgroup, gnus-1):
1740         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1741         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1742         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1743         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1744
1745 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1748         keystroke.
1749         (gnus-summary-limit-to-bodies): Implement headersp.
1750
1751 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1754
1755 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1758
1759 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * message.el (message-generate-hashcash): Expand range of values to
1762         include `opportunistic'.
1763         (message-send-mail): Use it.
1764
1765 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1766
1767         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1768         and comment it.
1769
1770         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1771
1772 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1773
1774         * gnus-util.el (gnus-extract-address-components): Improve comment.
1775
1776 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-util.el (gnus-extract-address-components): Work with address in
1779         which the name portion contains @.
1780
1781         * lpath.el: Fbind custom-autoload.
1782
1783 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * gnus.el (gnus-start): Move custom group up.
1786         (gnus-select-method): Don't autoload, but make it available for
1787         `customize-variable'.
1788         (gnus-getenv-nntpserver): Don't autoload.
1789
1790 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1791
1792         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1793
1794 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * message.el (message-sendmail-extra-arguments): New variable.
1797         (message-send-mail-with-sendmail): Use it.
1798
1799 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1802         mm-with-unibyte-current-buffer to make string unibyte.
1803
1804         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1805         mm-string-as-multibyte.
1806
1807 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1808
1809         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1810         Reported by Werner Koch <wk@gnupg.org>.
1811
1812 2006-11-14  Daiki Ueno  <ueno@p360>
1813
1814         * mml2015.el: Autoload epa-select-keys when compiling.
1815
1816 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1817
1818         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1819         message-options.
1820         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1821
1822 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1823
1824         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1825         EasyPG (< 0.0.6).
1826         (mml2015-always-trust): New user option.
1827         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1828         prompt.
1829
1830 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * nntp.el (nntp-authinfo-force): New variable.
1833         (nntp-send-authinfo): Use it.
1834
1835 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1836
1837         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1838         decode encoded words.  Improve prompt.  Add comment about forwarding.
1839         (message-replacement-char): Move up.
1840
1841 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1842
1843         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1844         instead of gnus-intersection because arguments of gnus-sorted-nunion
1845         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1846
1847 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1848
1849         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1850         (message-simplify-subject-functions): Enable
1851         message-strip-subject-encoded-words by default.
1852
1853 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1854
1855         * message.el (message-strip-subject-encoded-words): New function
1856         (message-simplify-subject-functions): New variable.
1857         (message-simplify-subject): Use it.  Fix typo in doc string.
1858         Support message-strip-subject-encoded-words.
1859
1860 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1861
1862         * gnus-diary.el (gnus-diary-delay-format-function):
1863         * nndiary.el (nndiary-reminders):
1864         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1865
1866 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * gnus-art.el (article-hide-boring-headers): Fetch date from
1869         gnus-original-article-buffer to avoid problems with localized date
1870         strings.
1871
1872 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1875
1876 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1877
1878         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1879         New variables.
1880         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1881         (mm-charset-synonym-alist): Move some entries to
1882         mm-codepage-iso-8859-list.
1883         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1884         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1885
1886 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1889
1890 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1891
1892         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1893         with Emacs 21 and XEmacs.
1894
1895 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1896
1897         * spam.el (spam-parse-address): New function for better parsing,
1898         catching errors, etc.
1899         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1900
1901 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1902
1903         * mm-view.el: Add interactive arg to html2text autoload.
1904
1905 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1908
1909 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1910
1911         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1912         variables.
1913         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1914         (mm-charset-synonym-alist): Move some entries to
1915         mm-codepage-iso-8859-list.
1916
1917         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1918
1919 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1920
1921         * message.el (message-citation-line-format)
1922         (message-insert-formated-citation-line): Fix implementation of %E, %N
1923         and %n according to the doc string.
1924
1925 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1926
1927         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1928         car-safe to avoid bad parses.
1929
1930 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1933         names.
1934
1935         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1936
1937 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1940         header.
1941
1942         * message.el (message-draft-headers): Add Date.
1943         (message-headers-to-generate): Fix typo in docstring.
1944
1945         * nndraft.el (nndraft-required-headers): New variable.
1946         (nndraft-generate-headers): Use it.
1947
1948         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1949
1950 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1951
1952         * gnus-registry.el (gnus-registry-wash-for-keywords)
1953         (gnus-registry-find-keywords): New functions to allow easy searching of
1954         articles that are in the registry.
1955
1956 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1957
1958         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1959         ietf-drums-parse-address instead of gnus-extract-address-components.
1960         Reported by Damien Elmes <damien@repose.cx>.
1961
1962 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1963
1964         * gnus.el (gnus-mime): Remove unused custom group.
1965
1966 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1967
1968         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1969         "blank line" when searching for end of armor headers.
1970
1971 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * gmm-utils.el (gmm-write-region): Fix variable name.
1974
1975 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * gmm-utils.el (gmm-write-region): New function based on compatibility
1978         code from `mm-make-temp-file'.
1979
1980         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1981
1982         * nnmaildir.el (nnmaildir--update-nov)
1983         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1984         Use `gmm-write-region'.
1985
1986 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1987
1988         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1989         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1990
1991         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1992
1993         * message.el (message-replacement-char): New variable.
1994         (message-fix-before-sending): Use it.
1995         (message-simplify-subject): New function to remove duplicate code.
1996         (message-reply, message-followup): Use it.
1997
1998         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1999         gnus-summary-limit-to-articles.
2000
2001 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * gnus-util.el (gnus-with-local-quit): New macro.
2004
2005         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
2006
2007 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
2008
2009         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
2010         ignore non-string data.
2011
2012 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
2013
2014         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
2015         non-string data (needs to be done in the registry too).
2016
2017 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
2020         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
2021         (gnus-registry-split-fancy-with-parent)
2022         (gnus-registry-fetch-simplified-message-subject-fast)
2023         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
2024         Remove text properties on ingress into the registry and when it's saved.
2025         (gnus-registry-clean-empty-function): Fix bug with cleaning the
2026         registry from entries with no groups.
2027
2028 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2029
2030         * gnus-util.el (gnus-string-remove-all-properties): Add utility
2031         function to remove string properties.
2032
2033 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2034
2035         * gmm-utils.el (gmm): Adjust custom version.
2036
2037         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
2038         custom version.
2039
2040         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
2041
2042 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2043
2044         * gnus-art.el (gnus-insert-prev-page-button)
2045         (gnus-insert-next-page-button): Simplify.  Reformat.
2046
2047 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2048
2049         * gnus-art.el (gnus-insert-prev-page-button)
2050         (gnus-insert-next-page-button): Apply gnus-article-button-face.
2051
2052 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
2053
2054         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
2055
2056 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
2057
2058         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
2059         gnus-article-button-face to MIME and security buttons.
2060
2061 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2062
2063         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
2064         readable.
2065
2066 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
2069
2070 2006-09-20  Steve Youngs  <steve@sxemacs.org>
2071
2072         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
2073         `browse-url-of-file' instead of `browse-url'.
2074
2075 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2076
2077         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2078         regexp.  Articles containing quotation were cut prematurely.
2079
2080 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * message.el (message-cite-original-1): Use nobody by default for the
2083         value of From header.
2084         (message-reply): Ditto.
2085
2086 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
2087
2088         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
2089         to the gnus-info.  This fixes a bug of inline-PGP message verification.
2090         Reported by Michael Piotrowski <mxp@dynalabs.de>.
2091
2092 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2093
2094         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
2095         mails in the doc string.  Add some URLs in comment.
2096         (pop3-movemail): Warn about pop3-leave-mail-on-server.
2097
2098 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
2101         backslashes handling and the way to find boundaries of quoted strings.
2102
2103 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
2104
2105         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
2106         mml1991-encrypt-to-self is set and mml1991-signers is not set.
2107         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
2108         mml2015-encrypt-to-self is set and mml2015-signers is not set.
2109
2110 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2111
2112         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
2113         doc string.
2114         (gnus-button-regexp, gnus-button-last): Remove unused variables.
2115
2116 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * lpath.el: Fbind epg-check-configuration.
2119
2120 2006-09-06  Simon Josefsson  <jas@extundo.com>
2121
2122         * mml2015.el (mml2015-use): Doc fix, mention epg.
2123
2124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2125
2126         * mml2015.el (mml2015-use): Default to epg, if available.
2127
2128 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
2129
2130         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
2131         message-sender.
2132         (mml1991-epg-encrypt): Ditto.
2133         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
2134         message-sender.
2135         (mml2015-epg-encrypt): Ditto.
2136
2137 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
2138
2139         * message.el (message-send-mail-with-sendmail): Look for sendmail in
2140         several common directories.
2141
2142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
2143
2144         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
2145         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
2146
2147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-art.el (article-decode-encoded-words): Make it fast.
2150
2151 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
2154
2155         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
2156         in quoted string into `\'.
2157
2158 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2159
2160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2161         Use standard-syntax-table.
2162
2163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-art.el (gnus-decode-address-function): New variable.
2166         (article-decode-encoded-words): Use it to decode headers which are
2167         assumed to contain addresses.
2168         (gnus-mime-delete-part): Remove useless `or'.
2169
2170         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
2171         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
2172         (gnus-nov-parse-line): Use it to decode From header.
2173         (gnus-get-newsgroup-headers): Ditto.
2174         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
2175
2176         * mail-parse.el (mail-decode-encoded-address-region): New alias.
2177         (mail-decode-encoded-address-string): New alias.
2178
2179         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2180         New function.
2181         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
2182         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
2183         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
2184         (rfc2047-decode-string): Ditto.
2185         (rfc2047-decode-address-region): New function.
2186         (rfc2047-decode-address-string): New function.
2187
2188 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
2189
2190         * message.el (message-caesar-buffer-body): Allow rotating headers.
2191
2192         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
2193
2194         * message.el (message-insert-formated-citation-line): Fix %f.
2195         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
2196
2197 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
2200         (gnus-bookmark-mouse-available-p): New macro.
2201         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
2202         (gnus-bookmark-bmenu-show-infos): Use it.
2203         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
2204         (gnus-bookmark-bmenu-hide-infos): Ditto.
2205         (gnus-bookmark-remove-properties): New function.
2206         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
2207         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
2208         (gnus-bookmark-write-file): Bind coding-system-for-write.
2209         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
2210         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
2211         group before selecting it.
2212         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
2213         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
2214         quit-window if it is not available; use gnus-mouse-2 and bind it to
2215         gnus-bookmark-bmenu-select-by-mouse.
2216         (gnus-bookmark-show-details): Remove unused variable `details-list'.
2217         (gnus-bookmark-bmenu-select-by-mouse): New function.
2218
2219 2006-08-13  Romain Francoise  <romain@orebokech.com>
2220
2221         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2222         space.
2223
2224 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * compface.el (uncompface): Use binary rather than raw-text-unix.
2227
2228 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * compface.el (uncompface): Make sure the eol conversion doesn't take
2231         place when communicating with the external programs.  Reported by
2232         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2233
2234 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2237
2238 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2239
2240         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2241         Make it more robust by parsing author and date independently.
2242
2243 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2246
2247 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2248
2249         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2250         first matching secret key.
2251         (mml2015-epg-encrypt): Ditto.
2252
2253         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2254         first matching secret key.
2255         (mml1991-epg-encrypt): Ditto.
2256
2257         * mml2015.el (mml2015-encrypt-to-self): New user option.
2258         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2259         mml2015-epg-encrypt-to-self is set.
2260
2261         * mml1991.el (mml1991-encrypt-to-self): New variable.
2262         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2263         mml1991-epg-encrypt-to-self is set.
2264
2265         * mml2015.el (mml2015-signers): New user option.
2266         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2267         (mml2015-epg-encrypt): Allow to select signing keys.
2268
2269         * mml1991.el (mml1991-signers): New variable.
2270         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2271         (mml1991-epg-encrypt): Allow to select signing keys.
2272
2273 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * nnheader.el (nnheader-insert-head): Make it work even if the file
2276         uses CRLF for the line-break code.
2277
2278 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2279
2280         * mml2015.el: Require mml-sec instead of password.
2281         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2282         (mml2015-cache-passphrase): Inherit the default value from
2283         mml-secure-cache-passphrase.
2284         (mml2015-passphrase-cache-expiry): Inherit the default value from
2285         mml-secure-passphrase-cache-expiry.
2286
2287         * mml1991.el: Require mml-sec instead of password.
2288         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2289         (mml1991-cache-passphrase): Inherit the default value from
2290         mml-secure-cache-passphrase.
2291         (mml1991-passphrase-cache-expiry): Inherit the default value from
2292         mml-secure-passphrase-cache-expiry.
2293
2294         * mml-sec.el: Require password.
2295         (mml-secure-verbose): New user option.
2296         (mml-secure-cache-passphrase): New user option.
2297         (mml-secure-passphrase-cache-expiry): New user option.
2298
2299 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2300
2301         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2302         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2303         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2304
2305         FIXME: Use `tiny change'?
2306
2307 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2308
2309         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2310         workaround for the url package included with Emacs.
2311
2312         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2313
2314 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2317         correctly.  This fixes a bug caused by the 2006-05-12 change.
2318
2319 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2320
2321         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2322         some information about the error when saying that the `bogus' mail
2323         group will be used.
2324
2325 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2328         string.
2329
2330 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2331
2332         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2333
2334 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2335
2336         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2337
2338 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2339
2340         * mml1991.el (mml1991-function-alist): Add epg.
2341         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2342         (mml1991-epg-encrypt): New functions.
2343
2344 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2345
2346         * mml2015.el (mml2015-verbose): New variable.
2347         (mml2015-cache-passphrase): Ditto.
2348         (mml2015-passphrase-cache-expiry): Ditto.
2349         (mml2015-function-alist): Add epg.
2350         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2351         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2352         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2353         functions.
2354
2355 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2356
2357         * message.el (message-cite-original-1): Preserve region when removing
2358         quoted text due to X-No-Archive in order to avoid bogus attribution
2359         when citing multiple messages.
2360
2361 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2362
2363         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2364         Kenneth Jacker <khj@be.cs.appstate.edu>.
2365
2366 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2367
2368         * gnus-diary.el (gnus-user-format-function-d)
2369         (gnus-user-format-function-D): Autoload.
2370
2371         * imap.el (Commentary): Fix typo.
2372
2373         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2374         2006-04-22 contribution.
2375
2376 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2377
2378         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2379         It didn't really fix the bogosity I'm seeing with solid web groups.
2380
2381 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2382
2383         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2384         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2385         created using server names.  If we use the feature without declaring
2386         it, Gnus does not properly manage server and group state.
2387
2388         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2389         bound.
2390
2391 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2392
2393         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2394         looking up the method using GROUP's prefix before inventing a new one.
2395         It is used on killed/unknown groups in various places where returning
2396         an all-new method isn't expected by the caller.
2397
2398         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2399         and match semantics of gnus-group-real-prefix.
2400
2401 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * nnmail.el (nnmail-broken-references-mailers): New variable.
2404         (nnmail-ignore-broken-references): New function generalizing
2405         nnmail-fix-eudora-headers.
2406         (nnmail-fix-eudora-headers): Now obsolete.
2407
2408         * gnus-art.el (gnus-button-handle-custom): Support
2409         `customize-apropos*'.
2410
2411 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2414
2415         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2416         articles.
2417
2418 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2419
2420         * message.el (message-cite-reply-above): New variable.
2421         (message-yank-original): Use it.
2422
2423 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2426
2427 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2428
2429         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2430         as read.
2431
2432         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2433
2434 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2437         (gnus-bookmark-default-file): Use gnus-directory.
2438         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2439         Remove "*" in doc string.
2440         (gnus-bookmark-write-file): Simplify.
2441         (gnus-bookmark-maybe-sort-alist): Use `when'.
2442         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2443         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2444         FIXME about Emacs 21 and XEmacs compatibility.
2445         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2446         compatibility.
2447         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2448         compatibility.
2449         (gnus-bookmark-menu-heading): Fix version.
2450
2451 2006-06-19  Bastien Guerry  <bzg@altern.org>
2452
2453         * gnus-bookmark.el: New file.
2454
2455 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * message.el (message-syntax-checks): Doc fix.
2458
2459 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2460
2461         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2462         unsubscribed groups as if they were killed ones.  It causes duplicate
2463         entries in gnus-newsrc-alist.
2464
2465 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * message.el (message-syntax-checks): Doc fix.
2468         (message-send-mail): Add check for continuation headers.
2469         (message-check-news-header-syntax): Fix regexp used to check for
2470         continuation headers.
2471
2472 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2475
2476 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2477
2478         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2479
2480 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2483         default-truncate-lines.
2484
2485 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2488         to fill the utf-8 entry.
2489
2490         * lpath.el: Fbind unicode-precedence-list.
2491
2492 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2493
2494         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2495
2496 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2497
2498         * gnus-agent.el (directory-files-and-attributes): Move all the way
2499         forward (the third and final move).
2500         (gnus-agent-read-agentview): Trap reconstruction errors due to
2501         nonexistant directory.  Handle by returning nil.
2502
2503 2006-05-30  Didier Verna  <didier@xemacs.org>
2504
2505         * message.el (message-dont-reply-to-names): Update the custom type.
2506         * message.el (message-dont-reply-to-names): New defsubst: potentially
2507         convert a list of regexps into a single one.
2508         * message.el (message-get-reply-headers): Use it.
2509         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2510
2511 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-agent.el (directory-files-and-attributes): Move forward.
2514
2515 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2516
2517         * gnus-ml.el (gnus-mailing-list-subscribe)
2518         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2519         (gnus-mailing-list-message): Fix doc strings.
2520
2521 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2522
2523         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2524         of doing it manually.
2525
2526 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2527
2528         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2529         comment.
2530
2531 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2532
2533         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2534         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2535         (gnus-agent-read-local): All symbols allocated in my-obarray
2536         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2537         (gnus-agent-regenerate-group): Check numeric names to see if they are
2538         messages or groups.
2539         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2540         better way of do this...)
2541
2542         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2543         'dummy.group' (there should be a better way of do this...)
2544
2545 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2548         (gnus-saved-headers): Ditto.
2549         (gnus-default-article-saver): Mention functions may have properties.
2550         (gnus-article-save): Override gnus-save-all-headers and
2551         gnus-saved-headers by :headers property which saver function may have.
2552         (gnus-summary-save-in-file): Add :headers property.
2553         (gnus-summary-write-to-file): Ditto.
2554
2555         * gnus-sum.el (gnus-summary-save-article): Bind
2556         gnus-prompt-before-saving to t when saving many articles in a file;
2557         always show all headers.
2558
2559         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2560
2561 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2564         marks.
2565
2566         * message.el (message-indent-citation): Add optional arguments to allow
2567         using it outside of message buffers.
2568
2569         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2570         (gnus-article-treat-unfold-headers): Use it.
2571         (gnus-article-truncate-lines): New variable.
2572         (gnus-article-mode): Use it.
2573         (gnus-article-toggle-truncate-lines): New function.
2574
2575         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2576         gnus-article-toggle-truncate-lines.
2577
2578         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2579         coding system in XEmacs, use binary.
2580
2581 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2584         after-load-alist.
2585
2586         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2587         this function should save decoded articles.
2588         (gnus-summary-write-to-file): Use property to specify this function
2589         should save decoded articles and specify gnus-summary-save-in-file
2590         should be used to save articles other than the first one when saving
2591         many articles.
2592         (gnus-summary-save-body-in-file): Use property to specify this
2593         function should save decoded articles.
2594         (gnus-summary-write-body-to-file): Use property to specify this
2595         function should save decoded articles and specify
2596         gnus-summary-save-body-in-file should be used to save articles other
2597         than the first one when saving many articles.
2598
2599         * gnus-sum.el (gnus-summary-save-article): Simplify.
2600
2601 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus-art.el (gnus-default-article-saver): Add
2604         gnus-summary-write-body-to-file.
2605         (gnus-article-save-coding-system): Don't use coding system object
2606         in XEmacs.
2607         (gnus-read-save-file-name): Add optional `dir-var' argument which
2608         specifies directory in which files are saved; work even if optional
2609         `variable' argument is not specified.
2610         (gnus-summary-write-to-file): Read file name.
2611         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2612         (gnus-summary-write-body-to-file): New function.
2613
2614         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2615         (gnus-summary-local-variables): Add it.
2616         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2617         (gnus-summary-save-article): Remove optional `decode' argument;
2618         determine whether to decode articles by the value of
2619         gnus-default-article-saver; when saving many files using
2620         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2621         it first and use gnus-summary-save-in-file or
2622         gnus-summary-save-body-in-file thereafter unless
2623         gnus-prompt-before-saving is always; move point to article which
2624         will be saved.
2625         (gnus-summary-save-article-file): Revert.
2626         (gnus-summary-write-article-file): Revert.
2627         (gnus-summary-save-article-body-file): Revert.
2628         (gnus-summary-write-article-body-file): New function.
2629
2630 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el (gnus-default-article-saver): Doc fix.
2633         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2634         from gnus-summary-save-article-coding-system, and default to a
2635         certain coding system.
2636         (gnus-output-to-file): Add coding cookie and encode text according
2637         to gnus-article-save-coding-system; don't use mm-append-to-file.
2638
2639         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2640         gnus-art.el and rename to gnus-article-save-coding-system.
2641         (gnus-summary-save-article): Require gnus-art; don't show all
2642         headers if it decodes articles; don't add coding cookie here;
2643         don't bind mm-text-coding-system-for-write.
2644         (gnus-summary-save-article-file): Save decoded articles.
2645         (gnus-summary-write-article-file): When saving many files, use
2646         gnus-summary-write-to-file first and gnus-summary-save-in-file
2647         thereafter unless gnus-prompt-before-saving is always.
2648         (gnus-summary-save-article-body-file): Save decoded articles.
2649
2650         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2651
2652 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2653
2654         * nnrss.el (nnrss-check-group): Bind hash-index.
2655
2656 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2657
2658         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2659         its hash index.  Store this hash in `nnrss-group-data'.
2660         (nnrss-read-group-data): Update accordingly.
2661
2662 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2665         entry.
2666
2667         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2668         gnus-article-browse-html-article.
2669
2670 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2671
2672         * gnus-sum.el (gnus-summary-mime-map): Add
2673         gnus-article-browse-html-article.
2674
2675         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2676
2677 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2678
2679         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2680         suitable coding systems in customize.
2681
2682 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2683
2684         * mail-source.el (mail-sources): Fix custom type.
2685
2686 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2687
2688         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2689         (gnus-summary-expire-articles-now): Shorten prompt.
2690
2691         * gmm-utils.el (wid-edit): Require.
2692         (defun-gmm): Renamed from `gmm-defun-compat'.
2693         (gmm-image-search-load-path): Use it.
2694         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2695
2696 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2699         variable.
2700         (gnus-summary-save-article): Add optional `decode' argument.  If
2701         it is set and gnus-summary-save-article-coding-system is non-nil,
2702         save decoded article.
2703         (gnus-summary-write-article-file): Save decoded article if
2704         gnus-summary-save-article-coding-system is non-nil.
2705
2706         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2707         type.
2708
2709 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2712
2713 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2716         first to test gnus-single-article-buffer which may be buffer-local.
2717
2718         * gnus-sum.el (gnus-summary-setup-buffer): Make
2719         gnus-single-article-buffer buffer-local and nil in ephemeral
2720         group; make gnus-article-buffer, gnus-article-current, and
2721         gnus-original-article-buffer always buffer-local.
2722         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2723         group.
2724         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2725
2726 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2727
2728         * nnml.el (nnml-request-compact-group): Compressed files might not
2729         have .gz extension.
2730
2731 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2732
2733         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2734         (mm-copy-to-buffer): Use with-current-buffer.
2735         (mm-display-part): Simplify.
2736         (mm-inlinable-p): Add optional arg `type'.
2737
2738 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2741         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2742         Try harder to show the attachment internally or externally using
2743         gnus-mime-view-part-as-type.
2744
2745 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * message.el (message-from-style, message-signature-separator)
2748         (message-user-organization-file, message-send-mail-function)
2749         (message-citation-line-function, message-yank-prefix)
2750         (message-indent-citation-function, message-signature)
2751         (message-signature-file, message-signature-insert-empty-line):
2752         Remove autoloads.
2753
2754         * gnus-art.el (gnus-buttonized-mime-types): Remove
2755         "multipart/signed".  Revert 2006-04-26 change.
2756
2757 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * gnus.el (gnus-version-number): Bump version.
2760
2761 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2762
2763         * gnus.el: No Gnus v0.5 is released.
2764
2765 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2766
2767         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2768         fetching articles by message-id.
2769
2770 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * message.el (hashcash): Require hashcash as normal.
2773
2774         * ecomplete.el (ecomplete-highlight-match-line): Use
2775         point-at-eol.
2776         (ecomplete-highlight-match-line): Use `highlight', because that
2777         face exists in both Emacs and XEmacs.
2778
2779         * message.el (message-display-abbrev): Use point-at-bol.
2780
2781         * mail-source.el: Don't require timer/timer-funcs.
2782
2783         * gnus-async.el: Ditto.
2784
2785         * password.el: Ditto.
2786
2787         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2788
2789         * mm-url.el: Ditto.
2790
2791         * gnus-xmas.el: Don't require timer-funcs.
2792
2793         * mm-util.el: Require timer/timer-funcs.
2794
2795 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2796
2797         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2798         Close.
2799
2800 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2803         unibyte after clear-decrypt function runs.
2804
2805         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2806         returns as a unibyte string.
2807
2808 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * lpath.el: Revert.
2811
2812         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2813         (pgg-gpg-process-sentinel): Revert.
2814
2815         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2816         (pgg-pgp-lookup-key): Revert.
2817
2818         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2819         (pgg-pgp5-lookup-key): Revert.
2820
2821         * pgg.el (pgg-fetch-key): Revert.
2822
2823 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * lpath.el: Fbind string-as-multibyte for XEmacs.
2826
2827         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2828         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2829         (mml1991-pgg-encrypt): Ditto.
2830
2831         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2832         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2833         a multibyte buffer.
2834
2835         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2836         (pgg-pgp-lookup-key): Ditto.
2837
2838         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2839         (pgg-pgp5-lookup-key): Ditto.
2840
2841         * pgg.el (pgg-fetch-key): Ditto.
2842
2843 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2844
2845         * message.el (message-user-organization-file): Check several
2846         locations of the organization file.
2847
2848         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2849         Add gnus-article-view-part-as-type.
2850
2851         * gnus-art.el (gnus-article-view-part-as-type): New function.
2852
2853         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2854         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2855
2856         * mml.el: Simplify autoload.
2857         (mml-mode): defvar dnd-protocol-alist instead of using
2858         symbol-value.
2859         (mml-default-directory): New variable.
2860         (mml-minibuffer-read-file): Use it.
2861         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2862
2863         * message.el (message-citation-line-format): New variable.
2864         (message-insert-formated-citation-line): New function.
2865         (message-citation-line-function): Add
2866         `message-insert-formated-citation-line' to custom type.
2867
2868         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2869         to doc string.
2870
2871         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2872         depending on mm-verify-option.
2873
2874 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2877         binding pgg-* variables; reimplement the section which prevents
2878         MIME header from being signed.
2879         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2880         pgg-text-mode; remove a blank line at the top of body.
2881
2882         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2883         lines at the top of body; use gnus-newsgroup-charset if there's no
2884         Charset header.
2885
2886 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * message.el (message-self-insert-commands): Doc fix.
2889
2890         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2891         (mm-uu-pgp-encrypted-test): Ditto.
2892         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2893         between header and body; return application/pgp-encrypted handle
2894         if decryption failed; decode decrypted body by charset.
2895
2896         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2897         element match to application/pgp-*.
2898
2899 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2900
2901         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2902         HTML.
2903
2904 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * mail-source.el (mail-source-call-script): Message the error
2907         string.
2908
2909 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-util.el (gnus-byte-compile): Use it.
2912
2913 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2914
2915         * gnus-util.el (kill-empty-logs): New function.
2916
2917 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * message.el (message-mail-alias-type): Doc fix.
2920         (message-mail-alias-type-p): New function.
2921         (message-send): Use it.
2922         (message-mode): Ditto.
2923         (message-strip-forbidden-properties): Ditto.
2924
2925         * ecomplete.el (ecomplete-database-file-coding-system): New
2926         variable.
2927         (ecomplete-save): Use it.
2928         (ecomplete-setup): Use it.
2929
2930 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * message.el (message-self-insert-commands): New variable.
2933         (message-strip-forbidden-properties): Use it.
2934
2935 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2938         that doesn't make XEmacs choke.
2939
2940 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2941
2942         * gnus-util.el (gnus-replace-in-string):
2943         Prefer replace-regexp-in-string over of replace-in-string.
2944
2945 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-util.el (gnus-select-frame-set-input-focus):
2948         Use select-frame-set-input-focus if it is available in XEmacs; use
2949         definition defined in Emacs 22 for old Emacsen.
2950
2951         * dgnushack.el: Autoload unmorse-region for XEmacs.
2952
2953         * lpath.el: Bind cursor-in-non-selected-windows and
2954         select-frame-set-input-focus for XEmacs.
2955
2956 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2959
2960 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * gnus-registry.el (gnus-registry-cache-save): Remove text
2963         properties when saving via the temp buffer.
2964
2965 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * message.el (message-generate-hashcash): Honor custom type.
2968
2969 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * message.el (message-generate-hashcash): Default to non-nil when
2972         hashcash is found.
2973
2974         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2975         (gnus-refer-thread-limit): Increase default to 500.
2976
2977         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2978
2979         * flow-fill.el (fill-flowed): Allow delete-space.
2980
2981 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2982
2983         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2984         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2985         Remove autoloads.
2986
2987 2006-04-18  Simon Josefsson  <jas@extundo.com>
2988
2989         * message.el (message-generate-hashcash): Default to.
2990
2991 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2994         concatenating segments rather than before concatenating them.
2995
2996 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2997
2998         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2999
3000 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3003
3004         * message.el (message-forward-make-body-plain): Allow
3005         message-forward-ignored-headers to be a list.
3006         (message-remove-ignored-headers): Factor out into function.
3007         (message-forward-make-body-mml): Use it.
3008
3009         * imap.el (imap-quote-specials): New function.
3010         (imap-login-auth): Quote specials.
3011
3012         * rfc2231.el (rfc2231-parse-string): Remove dead code.
3013         (rfc2231-parse-string): Allow concatanation of parameters that
3014         aren't contiguous.  The test case is
3015           (mail-header-parse-content-type "message/external-body;
3016             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3017             access-type=LOCAL-FILE;
3018             name*1*=plugh%2fhello-sailor%2fbing.pdf")
3019
3020 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3021
3022         * nntp.el (nntp-accept-process-output): Return the value of
3023         `nnheader-accept-process-output'.
3024
3025 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3028         (gnus-button-alist): Recognize more diff formats.
3029         (gnus-button-patch): Strip directory.
3030
3031 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3034         Emacs 22 when setting focus.
3035
3036 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-art.el (gnus-article-treat-types): Do treatment of
3039         text/x-verbatim parts.
3040         (gnus-button-patch): New command.
3041
3042         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
3043         addresses that contain invalid characters.
3044
3045 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * message.el (message-put-addresses-in-ecomplete): Use
3048         gnus-replace-in-string.
3049         (message-is-yours-p): Use the more correct
3050         mail-header-parse-address instead of
3051         mail-extract-address-components.
3052         (message-put-addresses-in-ecomplete): Fix typo.
3053
3054         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
3055         keystroke.
3056
3057         * gnus-art.el (gnus-treatment-function-alist): Change order of
3058         newsgroups/generic header folding to avoid double-folding.
3059
3060         * message.el (message-hidden-headers): Add X-Draft-From.
3061
3062         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
3063         command.
3064         (gnus-summary-repeat-search-article-backward): New command.
3065
3066         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
3067         groups in the parent topic.
3068
3069 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
3070
3071         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
3072         (spam-extra-header-to-number): Return the CRM114 number as a
3073         number instead of a string.
3074
3075 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * gnus-art.el (gnus-face-properties-alist): Moved here from
3078         gnus-fun.
3079
3080         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
3081
3082 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * message.el (message-strip-forbidden-properties): Only display on
3085         self-insert-command.
3086
3087         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
3088         reindent.
3089         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
3090
3091 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
3092
3093         * smiley.el (smiley-style): Fix typo.
3094
3095 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * hashcash.el (hashcash-insert-payment-async-2): Use
3098         message-goto-eoh instead of doing it manually.
3099         (mail-add-payment): Use message-narrow-to-header instead of trying
3100         to do the same itself.
3101
3102         * message.el (message-hidden-headers): Add Face.
3103
3104         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
3105         reparenting code.
3106         (gnus-summary-reparent-children): Refactored out code.
3107         (gnus-summary-thread-map): New keystroke.
3108         (gnus-summary-reparent-children): Make into command.
3109
3110         * smiley.el (smiley-style): Default to `medium' if using a large
3111         font.
3112
3113         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
3114         does it itself.
3115
3116         * message.el (message-point-in-header-p): Simplify definition.
3117
3118 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * nnagent.el (nnagent-request-set-mark): Silence log file
3121         writing.
3122         (nnagent-request-set-mark): Use write-region instead of
3123         append-to-file.
3124
3125         * gnus-sum.el (gnus-read-header): Fudge article number if using a
3126         strange select method.
3127
3128         * ecomplete.el (ecomplete-display-matches): Get highlightling
3129         right.
3130         (ecomplete-display-matches): Use literals.
3131         (ecomplete-display-matches): Disable message logging.
3132
3133         * message.el (message-display-abbrev): Small optimization.
3134
3135         * ecomplete.el (ecomplete-display-matches): Allow automatic
3136         display.
3137
3138         * message.el (message-strip-forbidden-properties): Display
3139         abbrevs.
3140         (message-display-abbrev): Get automatic display right.
3141
3142         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
3143         keystrokes.
3144
3145 2006-04-13  Romain Francoise  <romain@orebokech.com>
3146
3147         TODO: Backport to v5-10!
3148
3149         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
3150         Moved here (and renamed) from gnus-registry.el.
3151
3152         * gnus-registry.el: Require gnus-util.
3153         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
3154
3155 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-group.el (gnus-group-catchup-current): Change
3158         if-then-else-if-then-else into cond.
3159         (gnus-group-catchup): Indent.
3160         (group-name-at-point): New function.
3161         (gnus-fetch-group): Provide default from thing at point.
3162
3163 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3164
3165         * message.el (message-display-abbrev): Fix regexp.
3166
3167         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
3168         choosing.
3169         (ecomplete-highlight-match-line): Fix up code rewrite, remove
3170         dead variables.
3171
3172         * message.el (message-newline-and-indent): Remove debugging.
3173         (message-display-abbrev): Use new implementation.
3174
3175 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3176
3177         * gnus-art.el (gnus-article-mode): Set
3178         cursor-in-non-selected-windows to nil.
3179
3180         * smiley.el: Revert previous change.
3181         (smiley-data-directory): defvar it before using it in the
3182         defcustom of `smiley-style'.
3183
3184 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * message.el (message-newline-and-indent): New function.
3187
3188         * ecomplete.el: Implement more bits.
3189
3190         * message.el (message-put-addresses-in-ecomplete): Clean up the
3191         string.
3192
3193         * ecomplete.el (ecomplete-add-item): Chop off decimals.
3194
3195         * gnus-sum.el (gnus-summary-save-parts): Bind
3196         gnus-summary-save-parts-counter and use it to make unique file
3197         names.
3198
3199         * gnus-art.el (gnus-ignored-headers): Add some more headers.
3200
3201         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
3202         parameter to say whether to actually parse the individual
3203         addresses.
3204
3205         * message.el (message-put-addresses-in-ecomplete): New function.
3206         (ecomplete): Require.
3207         (message-mail-alias-type): Add ecomplete as an option.
3208
3209 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
3210
3211         * flow-fill.el (fill-flowed): Remove trailing space from blank
3212         quoted lines.
3213
3214 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * smiley.el (smiley-style): Move definition later to avoid a
3217         compilation warning.
3218
3219 2006-04-12  Kenichi Handa  <handa@m17n.org>
3220
3221         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3222         buffer and then decode the buffer text if necessary.
3223         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3224         first, and after mm-encode-body, change the buffer to unibyte.
3225         Use mm-disable-multibyte instead of set-buffer-multibyte.
3226
3227 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3230         Content-Type header instead of Content-Disposition header.
3231         (gnus-mime-inline-part): Ditto.
3232         (gnus-mime-view-part-as-charset): Ignore charset that the part
3233         specifies.
3234
3235         * mm-decode.el (mm-display-part): Work with external parts and
3236         usual parts similarly.
3237
3238         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3239         instead of gnus-display-mime.
3240
3241         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3242         instead of with-temp-buffer.
3243
3244         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3245         tag to summarized topics part in order to encode non-ASCII text.
3246
3247 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * smiley.el (smiley-style): New variable.
3250         (smiley-directory): New function.
3251         (smiley-data-directory): Derive from `smiley-style' using
3252         `smiley-directory'.
3253         (smiley-regexp-alist): Add new entries.
3254
3255         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3256         (gnus-article-browse-delete-temp): Add :version.
3257
3258 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3259
3260         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3261         the sieve region.
3262
3263 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus.el (gnus-version-number): Bump version.
3266
3267 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3268
3269         * gnus.el: No Gnus v0.4 is released.
3270
3271 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3274         layout.
3275
3276         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3277         unknown charset.
3278
3279         * message.el (message-header-synonyms): Add Original-To to the
3280         default.
3281
3282         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3283         optional parameter.
3284
3285 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3286
3287         * gnus-fun.el (gnus): Require it for gnus-directory.
3288
3289 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3292
3293 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3294
3295         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3296
3297 2006-04-05  Simon Josefsson  <jas@extundo.com>
3298
3299         * password.el (password-reset): New function.
3300
3301 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3302
3303         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3304         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3305
3306 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3307
3308         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3309         Some whitespace was matched into the url, which broke browsing hits
3310         > 100 when mm-url-use-external was nil.
3311
3312 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3315         gnus-extra-headers for 'Newsgroups.
3316
3317         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3318         bound.
3319
3320 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3321
3322         * pgg-gpg.el: Clean up process buffers every time gpg processes
3323         complete.
3324
3325 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3328         doc string.
3329
3330 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3331
3332         * pgg-gpg.el (pgg-gpg-process-filter)
3333         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3334
3335         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3336         lines, temporary fix.
3337
3338 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3341
3342 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3343
3344         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3345         default-enable-multibyte-characters.  This reverts the change from
3346         revision 6.17 which is no longer necessary because the passphrase
3347         is sent separately now.  GnuPG messages are unreadable under
3348         multibyte locales with default-enable-multibyte-characters set to
3349         nil.
3350
3351 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3352
3353         * message.el (message-tool-bar-gnome): Move "spell".
3354
3355 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3358         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3359         instead.
3360
3361 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3362
3363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3364         newsgroups handling for NNTP overviews which don't include
3365         Newsgroups.
3366
3367 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3368
3369         * message.el (message-resend): Bind message-generate-hashcash to nil.
3370
3371 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3372
3373         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3374         when searching for already-paid recipients.
3375
3376 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3377
3378         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3379         passphrases when it is not needed.
3380         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3381         passphrase stuff from gpg, should only be necessary when you use
3382         gpg with a smartcard.
3383
3384 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * mml.el (mml-insert-mime): Ignore cached contents of
3387         message/external-body part.
3388
3389         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3390         (mm-insert-part): Ditto.
3391
3392 2006-03-23  Simon Josefsson  <jas@extundo.com>
3393
3394         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3395         Reiner.
3396         (pgg-gpg-use-agent-p): Use it again.
3397
3398 2006-03-23  Simon Josefsson  <jas@extundo.com>
3399
3400         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3401         older emacsen.
3402         (pgg-gpg-use-agent-p): Don't use it.
3403
3404 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3405
3406         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3407         if we can.
3408
3409 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3410
3411         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3412         (pgg-gpg-update-agent): New function.
3413         (pgg-gpg-use-agent-p): New function.
3414         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3415         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3416         (pgg-gpg-sign-region): Use it.
3417
3418 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3421         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3422
3423 2006-03-21  Simon Josefsson  <jas@extundo.com>
3424
3425         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3426         <wilde@sha-bang.de>.
3427         (pgg-gpg-use-agent): New variable.
3428         (pgg-gpg-process-region): Use it.
3429         (pgg-gpg-encrypt-region): Likewise.
3430         (pgg-gpg-encrypt-symmetric-region): Likewise.
3431         (pgg-gpg-decrypt-region): Likewise.
3432         (pgg-gpg-sign-region): Likewise.
3433         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3434
3435 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3436
3437         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3438
3439         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3440         Add comment on version.
3441
3442 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3443
3444         * smiley.el: Add missing test smiley.
3445
3446 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * mm-decode.el (mm-with-part): New macro.
3449         (mm-get-part): Use it; work with message/external-body as well.
3450         (mm-save-part): Treat name and filename equally.
3451
3452         * mm-extern.el (mm-extern-cache-contents): New function.
3453         (mm-inline-external-body): Use it; force the part to be displayed;
3454         move undisplayer added to the cached handle to the parent.
3455
3456         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3457         (gnus-mime-view-part-as-type): Work with message/external-body.
3458
3459         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3460
3461 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3462
3463         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3464         images in image-load-path.  [Sync with image.el, revision 1.60, in
3465         Emacs.]
3466
3467 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3470         path rather than symbol.  Always return list of directories.
3471         Guarantee that image directory comes first.  [Sync with image.el,
3472         revision 1.59, in Emacs.]
3473
3474         * message.el (message-make-tool-bar): Adjust to new API of
3475         `gmm-image-load-path-for-library'.
3476
3477         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3478
3479         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3480
3481 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3482
3483         * gnus-art.el (gnus-article-only-boring-p):
3484         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3485         intangible text.
3486         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3487
3488 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3489
3490         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3491         `defun' instead of `gmm-defun-compat'.
3492
3493 2006-03-14  Simon Josefsson  <jas@extundo.com>
3494
3495         * message.el (message-unique-id): Don't use message-number-base36
3496         if (user-uid) is a float.
3497         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3498
3499 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3502
3503         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3504         empty line between a part and a message part.
3505
3506 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * smiley.el: Add more test smileys.
3509         (smiley-data-directory, smiley-regexp-alist)
3510         (gnus-smiley-file-types): Fix doc strings.
3511         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3512         adding new elements.
3513         (smiley-mouse-map): Unused code.  Make it a comment.
3514
3515 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3518         scan latest NoCeM messages instead of old ones.
3519         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3520         delimiters that are recently used.
3521         (gnus-nocem-load-cache): Add autoload cookie.
3522
3523         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3524
3525         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3526         level which is larger than gnus-use-nocem is specified.
3527
3528         * gnus-group.el (gnus-group-get-new-news): Ditto.
3529
3530 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * gnus-util.el (gnus-tool-bar-update): New function.
3533
3534         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3535         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3536
3537         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3538
3539         * gnus-group.el (gnus-group-redraw-when-idle)
3540         (gnus-group-redraw-check): Remove.
3541         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3542
3543 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3546         if optional last element is specified in splits (FIELD VALUE...).
3547
3548 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3551         to gmm-image-load-path-for-library.  Call with no-error argument.
3552         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3553
3554         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3555
3556         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3557
3558         * gmm-utils.el (gmm-image-load-path): Remove alias.
3559
3560 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3561
3562         * gmm-utils.el (gmm-image-load-path): Add alias.
3563
3564         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3565         nnml-generate-nov-databases-1.
3566         (nnml-generate-nov-databases): Use it.
3567         (nnml-generate-nov-databases-directory): Document no-active
3568         argument.
3569
3570         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3571         directory if path is t.  Add no-error.
3572
3573         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3574         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3575
3576         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3577         resetting gnus-article-browse-html-temp-list.
3578
3579         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3580         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3581         Add example to docstring.  Rename local variables.  Move error
3582         checks to default case in cond and simplify.
3583
3584 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3585
3586         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3587         handle is multipart when calling it recursively.
3588         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3589
3590 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3591
3592         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3593         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3594
3595 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3598         is loaded.
3599
3600         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3601         loaded.
3602
3603 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3606         to "Emacs 23 (unicode)" in doc string.
3607
3608         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3609         "Emacs 23 (unicode)" in comment.
3610
3611 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3614
3615         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3616         characters 160 through 255 in Emacs 23.
3617
3618 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3619
3620         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3621         gnus-article-browse-html-temp.
3622         (gnus-article-browse-delete-temp): Make it customizable.  Add
3623         `file'.  Adjust doc string.
3624         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3625         query for each file.  Adjust doc string.
3626         (gnus-article-browse-html-parts): Add
3627         `gnus-article-browse-delete-temp-files' to
3628         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3629
3630 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3631
3632         * gnus-art.el (gnus-article-browse-html-temp)
3633         (gnus-article-browse-delete-temp): New variables.
3634         (gnus-article-browse-delete-temp-files): New function.
3635         (gnus-article-browse-html-parts): Use it.
3636
3637 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3640
3641         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3642         string.
3643
3644         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3645         gnus-summary-insert-new-articles when unplugged.  Remove
3646         gnus-summary-search-article-forward.
3647
3648         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3649         display-visual-class instead of display-color-cells.
3650
3651 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * dgnushack.el: Autoload customize-group for XEmacs.
3654
3655         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3656         message/* containing non-ASCII text properly.
3657
3658 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * message.el: Require gmm-utils, remove autoloads.
3661         (message-tool-bar): Set default based on
3662         gmm-tool-bar-style.
3663         (message-tool-bar-gnome): Add gmm-customize-mode.
3664
3665         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3666         gmm-tool-bar-style.
3667         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3668
3669         * gnus-group.el (gnus-group-tool-bar): Set default based on
3670         gmm-tool-bar-style.
3671         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3672
3673         * gmm-utils.el (gmm-image-directory): Rename variable from
3674         gmm-image-load-path.
3675         (gmm-image-load-path): Use gmm-image-directory.
3676         (gmm-customize-mode): New function.
3677         (gmm-tool-bar-style): New variable.
3678
3679         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3680         gnus-group-redraw-line-number.
3681         (gnus-group-redraw-check): Simplify.
3682         (gnus-group-tool-bar-update): Remove redraw check.
3683         (gnus-group-make-tool-bar): Add redraw check.
3684
3685 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3686
3687         * gnus-art.el (gnus-button): Add missing parentheses.
3688
3689 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * lpath.el: Fbind line-number-at-pos.
3692
3693 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3696
3697 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * gnus-art.el (gnus-button): New face.
3700         (gnus-article-button-face): Use it.
3701
3702         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3703         gnus-summary-next-page.  Re-order.
3704
3705         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3706         next-node are now included.
3707         (gnus-group-redraw-line-number): New internal variable.
3708         (gnus-group-redraw-check): Helper function for updating the tool
3709         bar.
3710         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3711
3712         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3713
3714         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3715         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3716         Use it to match format of Spamassassin 3.0 and later.  Reported by
3717         IRIE Tetsuya <irie@t.email.ne.jp>.
3718         (spam-check-bogofilter)
3719         (spam-bogofilter-register-with-bogofilter): Fix args of
3720         `gnus-error' calls.
3721
3722 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3723
3724         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3725         unnecessary interaction when sending queued mails.  Reported by
3726         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3727
3728 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3731         first or last are nil.
3732
3733 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3734
3735         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3736
3737 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3740
3741 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * dns.el (query-dns): Protect more against buggy tcp output.
3744
3745 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3748         nov.php.
3749
3750 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3751
3752         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3753         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3754         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3755         output on the server side.
3756         (nnweb-google-create-mapping): Update regexps and add some
3757         progress indication.
3758
3759 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3762         gnus-agent-toggle-plugged.  Re-order icons.
3763         (gnus-group-tool-bar-gnome): Add
3764         gnus-group-{prev,next}-unread-group.
3765         (gnus-group-tool-bar-gnome): Re-order icons.
3766
3767         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3768         gnus-summary-insert-new-articles.
3769
3770         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3771         comments.
3772
3773         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3774         also available in Emacs 21.3.
3775
3776         * message.el (message-fix-before-sending): Change "Emacs 22" to
3777         "Emacs 23 (unicode)" in comment.
3778
3779         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3780         "Emacs 23 (unicode)" in comment.
3781
3782         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3783         comment.
3784         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3785
3786         * mm-view.el (mm-fill-flowed): Add :version.
3787
3788 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3791         and load-path.
3792
3793 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3794
3795         * message.el: Autoload gmm-image-load-path.
3796         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3797         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3798         consitency.
3799
3800         * gmm-utils.el (gmm-image-load-path): Also search in
3801         "../etc/images".  Don't set gmm-image-load-path if we don't find
3802         the image.
3803
3804 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gmm-utils.el (gmm-image-load-path): Don't make
3807         `gmm-image-load-path' include subdirectories which the second arg
3808         `image' might specify.
3809
3810         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3811         subdirectory to icon file names.
3812
3813         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3814
3815 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3816
3817         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3818         gmm-image-load-path calls.
3819
3820         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3821
3822         * message.el (message-make-tool-bar): Ditto.
3823
3824         * mml.el (mml-preview): Added comment concerning tool bar icons.
3825
3826         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3827         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3828
3829         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3830         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3831
3832         * message.el (message-tool-bar-gnome): Use new icon names.
3833         (message-make-tool-bar): Use `gmm-image-load-path'.
3834
3835         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3836         functions from MH-E.
3837         (gmm-image-load-path): New variable from MH-E.
3838         (gmm-image-load-path): New function from MH-E.  Added arguments
3839         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3840         *-image-load-path-called-flag.
3841
3842 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3843
3844         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3845
3846 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3847
3848         * nnimap.el (nnimap-request-move-article): Change folder back to
3849         source group before deleting.
3850
3851 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3854
3855         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3856         mm-url.
3857
3858         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3859
3860 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3863         coding system which mm-charset-to-coding-system returns for a
3864         given charset is valid.
3865
3866 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3867
3868         * html2text.el (html2text-remove-tag-list):
3869         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3870
3871 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3872
3873         * gnus-cus.el: Revert 2005-10-17 change.
3874
3875 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-art.el (article-strip-banner): Call
3878         article-really-strip-banner only when the regexp match is made.
3879
3880 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-art.el (article-strip-banner): Use
3883         gnus-extract-address-components instead of
3884         mail-header-parse-addresses to make it work with non-ASCII text;
3885         remove mail-encode-encoded-word-string.
3886
3887         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3888         values which are surrounded with \"...\"; make it never cause a
3889         Lisp error; give up parsing of parameters if it failed in
3890         extracting type.
3891
3892 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3893
3894         * smime.el (smime-cert-by-ldap-1): Fix bug where
3895         `smime-ldap-search' returns results without userCertificates.
3896
3897 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3900
3901 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * spam.el (spam-check-spamassassin-headers): Adapt format for
3904         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3905         <ari@mbf.ocn.ne.jp>.
3906         (spam-list-of-processors): Add spam-use-gmane.
3907
3908 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3911         make-temp-file; make it work with XEmacs as well.
3912
3913         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3914         mm-make-temp-file.
3915
3916         * mm-decode.el (mm-display-external): Use the 3rd arg of
3917         mm-make-temp-file.
3918         (mm-create-image-xemacs): Ditto.
3919
3920 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3923         with message-narrow-to-headers.
3924         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3925         (gnus-draft-check-draft-articles): New function.
3926         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3927
3928 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * gnus-art.el (gnus-article-browse-html-parts):
3931         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3932         Don't use suffix argument for mm-make-temp-file for Emacs 21
3933         compatibility.  Remove useless `format'.
3934
3935 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3936
3937         * nnweb.el (nnweb-google-wash-article): Update regexps.
3938         (nnweb-group-alist): Use defvoo instead of defvar.
3939
3940 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3943         re-loading nn* modules.
3944
3945 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3948         for `tool-bar-mode' and don't check it's default-value.
3949
3950         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3951
3952         * message.el (message-make-tool-bar): Ditto.
3953
3954         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3955         `substring'.  Shorten tmp-file name.
3956
3957         * gnus.el: Remove bogus comment.
3958
3959 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3960
3961         * gnus-art.el (gnus-article-browse-html-parts): New function.
3962         (gnus-article-browse-html-article): New function for viewing html
3963         articles with a browser.
3964
3965 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3966
3967         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3968         in elisp.
3969         (pgg-gpg-encrypt-symmetric-region): Ditto.
3970         (pgg-gpg-sign-region): Ditto.
3971
3972         * pgg-def.el (pgg-text-mode): New variable.
3973
3974         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3975         (mml2015-pgg-encrypt): Ditto.
3976
3977         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3978         (mml1991-pgg-encrypt): Ditto.
3979
3980 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3983         message-make-date instead of current-time-string.
3984
3985         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3986         to gnus-decoded which mm-uu might set.
3987
3988 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3991         don't decode quoted parameters; remove misimported Emacs code.
3992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3993         (rfc2231-decode-encoded-string): Don't use split-string which
3994         behaves differently according to Emacs version; use
3995         mm-decode-coding-region to convert charset to coding-system.
3996         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3997         (rfc2231-encode-string): Remove misimported Emacs code.
3998
3999 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-art.el (article-decode-charset): Don't use ignore-errors
4002         when calling mail-header-parse-content-type.
4003         (article-de-quoted-unreadable): Ditto.
4004         (article-de-base64-unreadable): Ditto.
4005         (article-wash-html): Ditto.
4006
4007         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4008         calling mail-header-parse-content-type and
4009         mail-header-parse-content-disposition.
4010         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4011         mail-header-parse-content-type.
4012
4013         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4014         insert charset and format parameters; encode description after
4015         inserting it to buffer.
4016         (mml-insert-parameter): Fold lines properly even if a parameter is
4017         segmented into two or more lines; change the max column to 76.
4018
4019         * rfc1843.el (rfc1843-decode-article-body): Don't use
4020         ignore-errors when calling mail-header-parse-content-type.
4021
4022         * rfc2231.el (rfc2231-parse-string): Return at least type if
4023         possible; don't cause an error even if it fails in parsing of
4024         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4025         (rfc2231-encode-string): Don't break lines at the beginning, leave
4026         it to mml-insert-parameter.
4027
4028         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4029         calling mail-header-parse-content-type.
4030
4031 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * spam-report.el (spam-report-gmane-use-article-number):
4034         Improve doc string.
4035         (spam-report-gmane-internal): Check if a suitable header was found
4036         in the article.
4037
4038 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
4041         (rfc2231-encode-string): Make param*=value always begin with LWSP.
4042
4043 2006-02-05  Romain Francoise  <romain@orebokech.com>
4044
4045         Update copyright notices of all files in the gnus directory.
4046
4047 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4048
4049         * nnweb.el (nnweb-request-group): Avoid growing overview files.
4050
4051 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
4054         segmented lines of parameter value to cope with Thunderbird 1.5
4055         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
4056         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4057         (rfc2231-encode-string): Don't make lines exceeding 76 column.
4058
4059 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
4060
4061         * mml.el (mml-generate-mime-1): Correct the order of inline signed
4062         parts.
4063
4064 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4065
4066         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
4067         there's only one active file for all servers.
4068         (nnweb-request-scan): Make sure nnweb-articles is initialized on
4069         solid groups.  Gnus might have used a FAST request to select the group.
4070         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
4071         and nnweb-search redundantly in the active file.
4072         (nnweb-request-list): Don't list bogus groups.  There can only be one.
4073         (nnweb-request-create-group): Don't use ARGS.
4074         (nnweb-possibly-change-server, nnweb-request-group): Remove some
4075         initialisations.  Let nnoo do the work.
4076
4077 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
4080         Say the part has been decoded.
4081
4082         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
4083
4084 2006-01-31  Kevin Ryde  <user42@zip.com.au>
4085
4086         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
4087         mailcap-viewer-test-cache when there's no 'test clause, since that
4088         will invert the meaning of a "nil" test previously determined by
4089         mailcap-mailcap-entry-passes-test.
4090
4091 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
4094         compiling.
4095
4096         * gnus-sum.el: Ditto.
4097
4098         * message.el: Don't bind tool-bar-map when compiling.
4099
4100 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
4101
4102         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
4103
4104 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
4105
4106         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
4107         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
4108         current Google Groups.
4109
4110 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
4113         and tool-bar-mode.
4114
4115         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
4116         and tool-bar-mode.
4117
4118         * message.el (message-tool-bar-update): Simplify.
4119         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
4120
4121         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
4122         gnus-summary-buffer.
4123         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
4124         gnus-summary-reply.
4125
4126         * gmm-utils.el (gmm): Add :version.
4127
4128 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * Makefile.in (clean): New rule.
4131         (distclean): Use it.
4132
4133 2006-01-26  Steve Youngs  <steve@sxemacs.org>
4134
4135         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
4136         autoload.
4137
4138 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gmm-utils.el (gmm-verbose): Add :group.
4141
4142 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
4143
4144         * message.el: Change some comments WRT tool-bars.
4145
4146         * gnus-sum.el (gnus-summary-tool-bar)
4147         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
4148         (gnus-summary-tool-bar-zap-list): New variables.
4149         (gnus-summary-make-tool-bar): Complete rewrite using
4150         `gmm-tool-bar-from-list'.
4151
4152         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
4153         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
4154         variables.
4155         (gnus-group-make-tool-bar): Complete rewrite using
4156         `gmm-tool-bar-from-list'.
4157         (gnus-group-tool-bar-update): New function.
4158
4159         * message.el (message-mode-field-menu): Add "Show hidden Headers".
4160
4161 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
4164         is dissected into a single part of which the type is the same as
4165         the given one; decode charset.
4166
4167 2006-01-21  Kevin Ryde  <user42@zip.com.au>
4168
4169         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
4170         into alists as symbol not string, since that's what
4171         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
4172         look for.
4173
4174 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
4175
4176         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
4177         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
4178
4179         * message.el (message-tool-bar-gnome): Use gmm-ignore.
4180
4181 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
4184         (gnus-xmas-mime-security-button-menu): New function.
4185
4186         * gnus-art.el (gnus-mime-security-button-commands): New variable.
4187         (gnus-mime-security-button-menu): New definition.
4188         (gnus-mime-security-button-map): Use them.
4189         (gnus-mime-security-button-menu): New function.
4190         (gnus-insert-mime-security-button): Addition to help echo.
4191         (gnus-mime-security-run-function, gnus-mime-security-save-part)
4192         (gnus-mime-security-pipe-part): New functions.
4193
4194         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
4195         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
4196
4197         * mm-decode.el (mm-handle-set-disposition): Remove.
4198         (mm-handle-set-description): Remove.
4199
4200 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
4203         (mm-w3m-standalone-supports-m17n-p): New function.
4204         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
4205         w3m usage.
4206
4207         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
4208         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
4209
4210 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * message.el (message-tool-bar-zap-list): Use
4213         gmm-tool-bar-zap-list as custom type.
4214         (message-tool-bar-update): New function.
4215         (message-tool-bar, message-tool-bar-gnome)
4216         (message-tool-bar-retro): Add message-tool-bar-update.
4217         (message-tool-bar-gnome): Add flyspell-buffer.
4218
4219         * gnus-util.el (gnus-error): Describe `args'.
4220
4221         * gmm-utils.el (gmm-error): Describe `args'.
4222         (gmm-tool-bar-zap-list): New widget.
4223         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4224
4225 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4228         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4229         the number of recursive calls.
4230
4231         * mm-decode.el (mm-handle-set-disposition): New macro.
4232         (mm-handle-set-description): New macro.
4233
4234 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4237         encoding.
4238
4239 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * message.el (message-tool-bar-zap-list, message-tool-bar)
4242         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4243         (message-tool-bar-local-item-from-menu): Remove.
4244         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4245         (message-make-tool-bar): New function.
4246         (message-mode): Use `message-make-tool-bar'.
4247
4248         * gmm-utils.el: New file.
4249         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4250         (gmm-lazy): New widget copied from `nnmail.el'.
4251         (gmm-tool-bar-from-list): New function for creating customizable
4252         tool bars.
4253         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4254         output.
4255         (gmm): Add :prefix to defgroup.
4256
4257 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4258
4259         * gmm-utils.el (gmm-widget-p): New function.
4260
4261 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * mml.el (mml-attach-file): Describe `description' in doc string.
4264         (mml-menu): Add Emacs MIME manual and PGG manual.
4265
4266 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4267
4268         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4269
4270 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4271
4272         * nntp.el (nntp-end-of-line): Doc fix.
4273
4274 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4275
4276         * imap.el (imap-open): Handle case where buffer is a buffer
4277         object.
4278
4279 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         * gnus-delay.el (gnus-delay): Don't autoload.
4282         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4283         to be re-loaded when customizing the `gnus-delay' group.
4284
4285 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4286
4287         * message.el (message-insert-citation-line): Use newlines.
4288
4289 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4290
4291         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4292         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4293         these routines, so the passphrase can be managed externally and
4294         passed in to the system.
4295         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4296         pgg-add-passphrase-to-cache function.
4297
4298         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4299         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4300         these routines, so the passphrase can be managed externally and
4301         passed in to the system.
4302         (pgg-pgp5-sign-region): Use new name of
4303         pgg-add-passphrase-to-cache function.
4304
4305 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4306
4307         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4308         part of the decoded armor to find the key-identifier.
4309         (pgg-gpg-lookup-key-owner): New function to return the
4310         human-readable identifier of a key owner.
4311         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4312         itself.
4313         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4314         the key value) if we have a key and can match it against a secret
4315         key.  Also, added a note pointing out fact that the prompt only
4316         indicates the first matching key.
4317
4318         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4319         pgg-decrypt-region.
4320         (pgg-add-passphrase-to-cache): Rename from
4321         `pgg-add-passphrase-cache' to reduce confusion (all callers
4322         changed).
4323         (pgg-remove-passphrase-from-cache): Rename from
4324         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4325         changed).
4326         (pgg-read-passphrase, pgg-add-passphrase-cache)
4327         (pgg-remove-passphrase-cache): Add informative docstrings.
4328         (pgg-decrypt): Convey provided passphrase in subordinate call to
4329         pgg-decrypt-region.
4330
4331 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4332
4333         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4334         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4335         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4336         'passphrase' argument, so the passphrase can be managed externally
4337         and then passed in to the system.
4338
4339         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4340         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4341         so the passphrase cache can be used reliably with identifiers
4342         besides a pgp packet's key id.
4343
4344         * pgg-gpg.el (pgg-gpg-encrypt-region)
4345         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4346         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4347         these routines, so the passphrase can be managed externally and
4348         passed in to the system.
4349
4350         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4351         'notruncate' argument, so the passphrase cache can be used
4352         reliably with identifiers besides a pgp packet's key id.
4353
4354 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4355
4356         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4357         symmetric encryption.
4358         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4359         encrypted session key.
4360         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4361         message ask for the passphrase in a proper way.
4362
4363         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4364         New user commands for symmetric encryption.
4365
4366 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4369
4370         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4371
4372 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4373
4374         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4375
4376 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mm-decode.el (mm-inlined-types): Add application/pgp.
4379         (mm-automatic-display): Ditto.
4380
4381         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4382         part as text.
4383
4384 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nnrss.el: Update copyright.
4387         (nnrss-opml-import): Query whether to subscribe to each entry.
4388
4389         * gnus-art.el:
4390         * gnus-sum.el:
4391         * gnus-xmas.el:
4392         * messagexmas.el:
4393         * mm-uu.el:
4394         * mm-view.el: Update copyright.
4395
4396 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * message.el (message-info): New function.
4399         (message-mode-menu): Add it.
4400         Update copyright.
4401
4402         * ChangeLog: Fix and update copyright.
4403
4404 2006-01-13  Romain Francoise  <romain@orebokech.com>
4405
4406         * message.el (message-forward-subject-name-subject): Prefer the
4407         address to 'nowhere' if the sender has no name.
4408         Fix typo.  Update copyright year.
4409
4410 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-art.el (article-wash-html): Use
4413         gnus-summary-show-article-charset-alist if a numeric arg is given.
4414         (gnus-article-wash-html-with-w3m-standalone): New function.
4415
4416         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4417         mm-inline-text-html-render-with-w3m-standalone.
4418         (mm-text-html-washer-alist): Map w3m-standalone to
4419         gnus-article-wash-html-with-w3m-standalone.
4420         (mm-inline-text-html-render-with-w3m-standalone): New function.
4421
4422 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4423
4424         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4425         Improve LaTeX.
4426
4427 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4430         (nnrss-request-article): Render text/plain parts as HTML.
4431
4432         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4433         the buffer.
4434
4435 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4438         custom definition of `gnus-posting-styles'.
4439
4440         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4441         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4442
4443 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4444
4445         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4446         Use nntp for bug archive.
4447
4448 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4451         parts.
4452         (nnrss-normalize-date): New function converts ISO 8601 date into
4453         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4454         (nnrss-check-group): Use it.
4455
4456 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4459
4460         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4461         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4462         (nnrss-insert-w3): Ditto.
4463
4464 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4467         the articles to be forwarded including the case where neither a
4468         number of articles nor a region is specified.
4469
4470 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * nnrss.el (nnrss-request-article): Fix last change; fill
4473         text/plain parts.
4474
4475 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4478         in text/plain part.
4479         (nnrss-check-group): Don't add excessive newline to dc:subject.
4480
4481 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4482
4483         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4484         article.
4485
4486 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4487
4488         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4489         (nnml-use-compressed-files, nnml-save-mail): Support other
4490         comression programs such as bzip2.
4491
4492 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4493
4494         * dns.el (query-dns): Make sure we check the buffer size before
4495         removing tcp headers.
4496
4497 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4500         remove MIME buttons associated with multipart/alternative parts.
4501         (gnus-mime-display-alternative): Tag buttons using `article-type'
4502         text property.
4503
4504         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4505         associated with multipart/alternative parts.
4506
4507         * gnus-art.el (gnus-signature-separator): Fix custom type.
4508
4509         * mm-decode.el (mm-inlined-types): Fix custom type.
4510         (mm-keep-viewer-alive-types): Ditto.
4511         (mm-automatic-display): Ditto.
4512         (mm-attachment-override-types): Ditto.
4513         (mm-inline-override-types): Ditto.
4514         (mm-automatic-external-display): Ditto.
4515
4516 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * spam-report.el (spam-report-user-mail-address)
4519         (spam-report-user-agent): New variables.
4520         (spam-report-url-ping-plain): Use spam-report-user-agent.
4521
4522 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4523
4524         * gnus-art.el (gnus-button-handle-custom): Do not just use
4525         `customize-apropos' for any "M-x customize-*" button but the
4526         function called for.  Accept both the function name and its
4527         argument in order to achieve this.
4528         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4529         function name to `gnus-button-handle-custom' in case of "M-x
4530         customize-*" buttons.
4531
4532 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4535         multipart/alternative and add xref to mm-discouraged-alternatives
4536         in doc string.
4537
4538         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4539         gnus-buttonized-mime-types in doc string.
4540
4541 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4542
4543         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4544         Suggest image/.* in the doc string.
4545
4546 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4547
4548         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4549         message-marks (Debian bug #342521).
4550
4551 2005-12-12  Simon Josefsson  <jas@extundo.com>
4552
4553         * password.el (password-read-from-cache): Add.
4554         (password-read): Use it.
4555
4556 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4559         us-ascii as a MIME charset.
4560
4561         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4562         against the case where the 2nd arg TYPE is nil.
4563
4564 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * pop3.el (pop3-stream-type): Fix custom version.
4567
4568         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4569
4570 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4571
4572         * mm-decode.el (mm-display-external): Add missing cdr.
4573
4574 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4577         RFC1524) if it is in mailcap or add a suffix according to
4578         mailcap-mime-extensions when generating a temp filename; postpone
4579         deleting a temp file for 2 seconds for some wrappers, shell
4580         scripts, and so on, which might exit right after having started a
4581         viewer command as a background job.
4582
4583 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4584
4585         * nntp.el (nntp-marks-directory): Fix custom group.
4586
4587         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4588         steps when < 10.
4589
4590         * gnus-start.el (gnus-no-server-1): Mention
4591         `gnus-level-default-subscribed' in doc string.
4592
4593 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4594
4595         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4596         parens.
4597
4598 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-xmas.el (gnus-use-toolbar): Revert.
4601         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4602         gnus-use-toolbar is default.
4603
4604         * messagexmas.el (message-use-toolbar): Revert.
4605         (message-setup-toolbar): Use global default-toolbar if
4606         message-use-toolbar is default.
4607
4608 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4611         according to default-toolbar-visible-p.
4612
4613         * messagexmas.el (message-use-toolbar): Ditto.
4614
4615 2005-11-26  Dave Love  <fx@gnu.org>
4616
4617         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4618         (tls-program, tls-success): Provide openssl alternative.
4619
4620         * starttls.el: Doc fixes.
4621         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4622         SERVICE to PORT.
4623
4624         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4625         port null or service name.
4626         (starttls-negotiate): Autoload.
4627
4628 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * message.el (message-kill-to-signature): Fix interactive spec.
4631
4632 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * pop3.el (pop3-open-server): Recognize a string as a service name.
4635
4636 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4637
4638         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4639
4640 2005-11-23  Dave Love  <fx@gnu.org>
4641
4642         Add pop3s, pop3/starttls.
4643
4644         * pop3.el (pop3-authentication-scheme): Clarify doc.
4645         (open-tls-stream, starttls-open-stream): Autoload.
4646         (pop3-stream-type): New.
4647         (pop3-open-server): Use it.
4648
4649         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4650         for POP.
4651         (mail-source-keyword-map): Add :stream for POP.
4652         (mail-source-fetch-pop): Use pop3-stream-type.
4653
4654 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4657         of current-time-string.
4658
4659 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4660
4661         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4662         date header.
4663
4664 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4665
4666         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4667         it can seriously impact performance as it bypasses the agent's
4668         local caches.
4669
4670 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4671
4672         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4673         must be explicitly online rather than "not explicitly offline" for
4674         its flags to be synchronized.
4675
4676         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4677         that gnus-uu-unmark-thread will function correctly.
4678
4679         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4680         1024K is instead displayed as 1M.
4681
4682 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4685
4686 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4687
4688         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4689
4690 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4691
4692         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4693         error message to display actual error condition.
4694         (gnus-agent-save-local): Avoid saving symbols that are bound to
4695         nil as they simply result in a warning message in
4696         gnus-agent-read-local.
4697
4698 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4701         rather than make-variable-buffer-local for file-precious-flag.
4702
4703 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4704
4705         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4706         for duplicates which are removed.  The invalid sort check then
4707         triggers a rescan after the sort as sorting may have moved
4708         duplicate entries such that they can be cheaply detected.
4709
4710 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4713
4714 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4715
4716         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4717         internal variable to a custom variable.  Changed default value
4718         from compressed(2) to uncompressed(1).
4719         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4720         support for uncompressed agentview files.  Taken together, reading
4721         the agentview file should now be 6-7 times faster.
4722
4723 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4724
4725         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4726         as a buffer-local variable.  This avoids creating truncated
4727         dribble files as a result of a hang up, eg.
4728
4729 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4730
4731         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4732         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4733         XEmacs.
4734
4735 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * gnus-start.el (gnus-start-draft-setup): Enforce
4738         `gnus-draft-mode' for nndraft:drafts at startup.
4739
4740         * gnus.el (gnus-splash): Change custom group.
4741         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4742         allow-list argument.
4743
4744         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4745         string.
4746
4747 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4748
4749         * gnus-art.el (gnus-default-article-saver): Add user-defined
4750         `function' to custom type.
4751
4752 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4753
4754         * imap.el (imap-open): Handle case where buffer is a buffer
4755         object.
4756
4757 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4760         long lines.
4761         (gnus-cache-delete-group): Wrap doc strings.
4762
4763         * gnus-agent.el (gnus-agent-rename-group)
4764         (gnus-agent-delete-group): Wrap doc strings.
4765
4766
4767 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * messagexmas.el (message-use-toolbar): Change the valid values
4770         into default, top, bottom, left, and right.
4771         (message-toolbar-thickness): New variable.
4772         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4773         well.
4774         (message-setup-toolbar): Make it work.
4775
4776         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4777         (gnus-use-toolbar): Change the valid values into default, top,
4778         bottom, left, and right.
4779         (gnus-toolbar-thickness): New variable.
4780         (gnus-xmas-setup-toolbar): New function.
4781         (gnus-xmas-setup-group-toolbar): Use it.
4782         (gnus-xmas-setup-summary-toolbar): Use it.
4783
4784 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * gnus-start.el (gnus-1): Add "native" to
4787         gnus-predefined-server-alist.
4788
4789         * gnus.el (gnus-method-to-server): Don't add "native" to the
4790         lists here, because that leads to problems when
4791         gnus-select-method is bound.
4792
4793 2005-11-09  Simon Josefsson  <jas@extundo.com>
4794
4795         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4796         use (not sort-by-date) instead.
4797
4798 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4799
4800         * gnus-delay.el (gnus-delay-group): Don't autoload.
4801         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4802         to be re-loaded when customizing the `gnus-delay' group.
4803
4804 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4805
4806         * message.el: Revert last changes.
4807         (message-insert-citation-line): Use newlines.
4808
4809 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4810
4811         * message.el (message-courtesy-message)
4812         (message-mark-insert-begin, message-mark-insert-end)
4813         (message-elide-ellipsis, message-cancel-message)
4814         (message-add-header, message-change-subject)
4815         (message-cross-post-followup-to-header)
4816         (message-cross-post-insert-note, message-reduce-to-to-cc)
4817         (message-widen-reply, message-delete-not-region)
4818         (message-kill-to-signature, message-insert-signature)
4819         (message-insert-importance-high, message-insert-importance-low)
4820         (message-insert-or-toggle-importance)
4821         (message-insert-disposition-notification-to)
4822         (message-indent-citation, message-yank-original)
4823         (message-cite-original-without-signature, message-cite-original)
4824         (message-insert-citation-line, message-position-on-field)
4825         (message-fix-before-sending, message-send-mail-partially)
4826         (message-send-mail, message-send-mail-with-sendmail)
4827         (message-send-mail-with-qmail, message-send-news)
4828         (message-check-news-header-syntax, message-generate-headers)
4829         (message-insert-courtesy-copy, message-fill-address)
4830         (message-fill-header, message-shorten-references)
4831         (message-setup-1, message-cancel-news)
4832         (message-forward-make-body-plain, message-forward-make-body-mime)
4833         (message-forward-make-body-mml, message-encode-message-body)
4834         (message-forward-make-body-digest-plain)
4835         (message-forward-make-body-digest-mime)
4836         (message-use-alternative-email-as-from): Insert `hard-newline'
4837         instead of ordinary newlines.
4838
4839 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * message.el (message-generate-headers): Downcase the argument
4842         given to message-check-element.
4843
4844 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4845
4846         * nntp.el (nntp-authinfo-rejected): New error condition.
4847         (nntp-wait-for): Use new error condition to signal authentication
4848         error.
4849         (nntp-retrieve-data): Rethrow new error condition to break out of
4850         recursive call to nntp-send-authinfo.
4851
4852 2005-11-08  Romain Francoise  <romain@orebokech.com>
4853
4854         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4855         (gnus-summary-exit-map): Bind to `Z p'.
4856         (gnus-summary-make-menu-bar): Add menu item.
4857
4858 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4861         (gnus-treat-*): Add `first' in all doc strings.
4862
4863         * gnus-group.el (gnus-group-compact-group): Fix typo.
4864
4865 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus.el (gnus-parameters-case-fold-search): New variable.
4868         (gnus-parameters-get-parameter): Use it.
4869
4870         * gnus-score.el (gnus-home-score-file): Doc fix.
4871
4872 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4873
4874         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4875
4876 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * mm-util.el (mm-special-display-p): New function.
4879
4880         * mml.el (mml-preview): Use it; doc fix.
4881
4882 2005-10-29  Romain Francoise  <romain@orebokech.com>
4883
4884         * message.el (message-fix-before-sending): Fix comment.
4885
4886 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4887
4888         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4889
4890 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4891
4892         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4893         Used in gnus-score.el.
4894
4895 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4898
4899 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4902         whitespace removed in revision 7.8.  Use concatenated string to
4903         protect trailing whitespace.
4904
4905 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4906
4907         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4908         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4909         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4910         Courier IMAP ("some version from 2004").  Mostly based on similar
4911         code in the same function.
4912
4913 2005-10-26  Didier Verna  <didier@xemacs.org>
4914
4915         * gnus-group.el (gnus-group-compact-group): invalidate original
4916         article buffer.
4917         * gnus-srvr.el (gnus-server-compact-server): ditto.
4918         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4919         NOV database and in article itself.
4920         Invalidate article backlog.
4921
4922 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4925
4926 2005-10-26  Simon Josefsson  <jas@extundo.com>
4927
4928         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4929         part of 2004-07-25 change.
4930
4931 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * message.el (message-display-completion-list): New function.
4934         (message-expand-group): Use it; make sure the Completions buffer
4935         is modifiable.
4936
4937 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4938
4939         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4940         user-mail-name is an empty string.
4941
4942 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4945         depending on gnus-score-decay-constant.
4946
4947         * encrypt.el (encrypt-insert-file-contents)
4948         (encrypt-write-file-contents): Don't use `gnus-message'.
4949
4950         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4951         arguments.
4952         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4953         arguments to mm-uu-verbatim-marks-extract.
4954         (mm-uu-hide-markers): New variable.
4955         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4956
4957         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4958         (gnus-convert-image-to-face-command): Use "convert" by default to
4959         allow other input image formats.
4960         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4961         accordingly.
4962
4963 2005-10-23  Simon Josefsson  <jas@extundo.com>
4964
4965         * imap.el (imap-gssapi-program): Align command line parameters
4966         with latest GNU SASL.
4967         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4968
4969 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4972         HTML.
4973         (nnslashdot-request-article): Ditto.
4974
4975         * lpath.el (featurep): Add nobreak-char-display.
4976
4977 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4978
4979         * mail-source.el (mail-source-fetch-pop): Require pop3.
4980         (mail-source-check-pop): Ditto.
4981
4982 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4985         errors.
4986
4987 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4988
4989         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4990         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4991
4992         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4993
4994         * mm-bodies.el (mm-decode-string): Call
4995         `mm-charset-to-coding-system' with allow-override argument.
4996
4997 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5000         (rfc2047-charset-to-coding-system): New function.
5001         (rfc2047-decode-encoded-words): New function.
5002         (rfc2047-decode-region): Use them.
5003         (rfc2047-decode-cte): Remove.
5004         (rfc2047-parse-and-decode): Remove.
5005         (rfc2047-decode): Remove.
5006
5007 2005-10-15  Kenichi Handa  <handa@m17n.org>
5008
5009         * rfc2047.el (rfc2047-decode-cte): New function.
5010         (rfc2047-decode-region): Change the way to decode successive
5011         encoded-words: decode B- or Q-encoding in each encoded-word,
5012         concatenate them, and decode it as charset.
5013
5014 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * lpath.el: Fbind codepage-setup for XEmacs.
5017
5018 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5019
5020         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
5021         widget-move-and-invoke.
5022         (gnus-custom-mode): Use gnus-custom-map.
5023
5024 2005-10-15  Bill Wohler  <wohler@newt.com>
5025
5026         * message.el (message-tool-bar-map): Renamed image file from
5027         mail_send to mail/send.
5028
5029 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5030
5031         * message.el (message-expand-group): Pass the common
5032         prefix substring of completion to `display-completion-list'.
5033
5034 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * mml-sec.el (mml-secure-method): New internal variable.
5037         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5038         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5039         functions using mml-secure-method.
5040
5041         * mml.el (mml-mode-map): Add key bindings for those functions.
5042         (mml-menu): Simplify security menu entries.  Suggested by Jesper
5043         Harder <harder@myrealbox.com>.
5044         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5045         end of message if point is the headers of the message.
5046
5047         * message.el (message-in-body-p): New function.
5048
5049         * assistant.el: Autoload gnus-util and netrc.
5050
5051         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5052         Use `mm-charset-override-alist' only when decoding.
5053
5054         * mm-bodies.el (mm-decode-body): Call
5055         `mm-charset-to-coding-system' with allow-override argument.
5056
5057         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5058         `filename' from Content-Disposition if Content-Type doesn't
5059         provide `name'.
5060         (gnus-mime-view-part-as-type): Set default instead of
5061         initial-input.
5062
5063 2005-10-09  Daniel Brockman  <daniel@brockman.se>
5064
5065         * format-spec.el (format-spec): Propagate text properties of % spec.
5066
5067 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * gnus-art.el (gnus-treat-predicate): Add `first'.
5070
5071 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5074         (mm-charset-override-alist): New variable.
5075         (mm-charset-to-coding-system): Use it.
5076         (mm-codepage-setup): New helper function.
5077         (mm-charset-eval-alist): New variable.
5078         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
5079         about unknown charsets.
5080
5081         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
5082
5083 2005-10-04  David Hansen  <david.hansen@gmx.net>
5084
5085         * nnrss.el (nnrss-request-article): Add support for the comments tag.
5086         (nnrss-check-group): Ditto.
5087
5088 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5091         Rename x-gnus-verbatim to x-verbatim.
5092         (mm-uu-type-alist): Fix regexp for verbatim-marks.
5093
5094         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5095         x-verbatim.
5096
5097         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5098
5099         * gnus-util.el (gnus-remove-duplicates): Remove.
5100
5101         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5102         instead of gnus-remove-duplicates.
5103
5104         * message.el (message-remove-duplicates): Remove.
5105         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5106         message-remove-duplicates.
5107
5108         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5109         available, else use implementation from `delete-dups'.
5110
5111         * message.el (message-insert-expires): New function.
5112         (message-mode-map): Add key binding.
5113         (message-mode-field-menu): Add menu entry.
5114         (message-mode): Document it.
5115         (message-make-expires-date): Use `message-make-date'.
5116
5117 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
5118
5119         * message.el (message-make-expires-date): New function.
5120
5121 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * Makefile.in (list-installed-shadows): New entry.
5124         (install): Use it.
5125         (remove-installed-shadows): New entry.
5126
5127         * dgnushack.el (dgnushack-default-load-path): New variable.
5128         (dgnushack-find-lisp-shadows): New function.
5129         (dgnushack-remove-lisp-shadows): New function.
5130
5131 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * Makefile.in (install-el-elc): New entry.
5134         (install): Use it so that .el files are necessarily installed.
5135
5136 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * time-date.el: Autoload parse-time-string, XEmacs needs it.
5139
5140 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5143         function rather than the diff-mode.el package.
5144         (mm-display-external): Use with-current-buffer.
5145         (mm-viewer-completion-map, mm-viewer-completion-map):
5146         Move initialization inside declaration.
5147
5148 2005-09-29  Simon Josefsson  <jas@extundo.com>
5149
5150         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
5151         autoload mail-check-payment.
5152         (spam-check-hashcash): Define unconditionally, since hashcash.el
5153         is part of Gnus now.  Ignore errors from payment checking.
5154
5155 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * message.el (message-bold-region, message-unbold-region): Rename
5158         from `bold-region' and `unbold-region'.
5159
5160         * message.el: Remove useless autoloads.
5161
5162 2005-09-28  Simon Josefsson  <jas@extundo.com>
5163
5164         * message.el (message-use-idna): Default to t.
5165         (message-use-idna): Test whether encoding works too.  Doc fix.
5166
5167 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * nntp.el (nntp-warn-about-losing-connection): Remove.
5170
5171 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
5174         customizable.  Change default value.
5175         (mm-uu-diff-groups-regexp): Change default value.
5176         (mm-uu-type-alist): Add doc string.
5177         (mm-uu-configure): Add doc string.  Make it interactive.
5178         (mm-uu-tex-groups-regexp): New variable.
5179         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
5180         (mm-uu-type-alist): Add LaTeX documents.
5181         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
5182         of "text/verbatim".
5183         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
5184
5185         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
5186         instead of "text/verbatim".
5187
5188         * message.el (message-mark-inserted-region)
5189         (message-mark-insert-file): Use slrn style marks when called with
5190         prefix argument.
5191
5192 2005-09-27  Simon Josefsson  <jas@extundo.com>
5193
5194         * message.el (message-idna-to-ascii-rhs-1): Reformat.
5195
5196 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5197
5198         * message.el (message-remove-duplicates): New function.
5199         Implementation borrowed from `gnus-remove-duplicates'.
5200         (message-idna-to-ascii-rhs): Also encode idna addresses in
5201         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5202         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
5203         only ask about the same idna domain once per header and also tell
5204         in what header to replace the idna domain.
5205
5206         * gnus-art.el (article-decode-idna-rhs): Also decode idna
5207         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
5208         (article-decode-idna-rhs): Fix regexp so that all idna-address in
5209         a header is decoded and not just the last one.
5210
5211 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
5214         has been decoded.
5215
5216         * mm-decode.el (mm-automatic-display): Add text/verbatim.
5217         (mm-insert-part): Don't modify text if it has been decoded.
5218
5219         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
5220         decoded.
5221
5222         * mm-view.el (mm-inline-text): Don't strip text props unless
5223         decoding enriched or richtext parts.
5224
5225 2005-09-25  Romain Francoise  <romain@orebokech.com>
5226
5227         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5228         * gnus-start.el (gnus-subscribe-interactively):
5229         * gnus-uu.el (gnus-uu-grab-articles):
5230         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5231         space.
5232
5233 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5234
5235         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5236         * mm-view.el (mm-view-pkcs7-decrypt):
5237         * gnus-sum.el (gnus-summary-limit-to-extra)
5238         (gnus-summary-respool-article, gnus-read-move-group-name):
5239         * gnus-score.el (gnus-summary-increase-score):
5240         * gnus-util.el (gnus-completing-read-with-default):
5241         * gnus-art.el (gnus-read-save-file-name)
5242         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5243         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5244         * message.el (message-check-news-header-syntax):
5245         Follow convention for reading with the minibuffer.
5246
5247 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * spam-report.el (spam-report-url-ping-plain):
5250         Use gnus-extended-version as User-Agent.
5251
5252         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5253         default value is nil.
5254
5255         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5256         (mm-uu-verbatim-marks-extract): New function.
5257         (mm-uu-extract): New face.
5258         (mm-uu-copy-to-buffer): Use it.
5259
5260         * spam-report.el (spam-report-gmane-ham): Renamed from
5261         `spam-report-gmane-unspam'.
5262         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5263         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5264
5265         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5266         Autoload.
5267         (spam-report-gmane-unregister-routine): Renamed
5268         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5269
5270 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5273         (spam-report-gmane-unregister-routine): Add support for gmane
5274         unregistration.
5275
5276         * spam-report.el (spam-report-gmane-unspam)
5277         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5278         (spam-report-gmane): Change to take a single article and do unspam
5279         registration.
5280
5281 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * mm-url.el (mm-url-decode-entities): Fix regexp.
5284
5285 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5286
5287         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5288         default to nil, to be able to use Gnus at all.  If the default
5289         switches to something else, then the function should be fixed not
5290         be exceedingly slow.
5291
5292 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5293
5294         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5295         fail hard.
5296
5297         * spam-report.el: Add better Keywords line.
5298
5299         * spam.el: Add Maintainer and better Keywords line.
5300
5301 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus-art.el (gnus-article-replace-part)
5304         (gnus-mime-replace-part): New functions.
5305         (gnus-mime-action-alist, gnus-mime-button-commands)
5306         (gnus-mime-save-part-and-strip): Added file argument.
5307         (gnus-article-part-wrapper): Added interactive argument.
5308
5309         * gnus-sum.el (gnus-summary-mime-map): Add
5310         `gnus-article-replace-part'.
5311
5312 2005-09-19  Didier Verna  <didier@xemacs.org>
5313
5314         The nnml compaction feature:
5315         * nnml.el (nnml-request-compact-group): New function.
5316         * nnml.el (nnml-request-compact): New function.
5317         * gnus-int.el (gnus-request-compact-group): New function.
5318         * gnus-int.el (gnus-request-compact): New function.
5319         * gnus-group.el (gnus-group-compact-group): New function.
5320         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5321         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5322         * gnus-srvr.el (gnus-server-compact-server): New function.
5323         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5324         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5325
5326 2005-09-18  Deepak Goel  <deego@gnufans.org>
5327
5328         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5329         format spec.
5330
5331 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5334
5335 2005-09-15  Romain Francoise  <romain@orebokech.com>
5336
5337         * message.el (message-fill-paragraph): Clarify docstring.
5338
5339 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-art.el (gnus-mime-display-part): Protect against broken
5342         MIME messages.
5343
5344 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5347         before parsing header.
5348
5349 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5350
5351         * html2text.el: (html2text-replace-list): Add new entities.
5352
5353 2005-09-11  Romain Francoise  <romain@orebokech.com>
5354
5355         * message.el (message-alternative-emails): Improve docstring.
5356         (message-setup-1): Call `message-use-alternative-email-as-from'
5357         after `message-setup-hook' to give it precedence over posting
5358         styles, etc.
5359         (message-use-alternative-email-as-from): Add docstring.  Remove
5360         the original From header if present.
5361
5362         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5363         (nnml-save-mail): Use it.
5364
5365         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5366         articles.  Add new argument `silent'.
5367         (gnus-uu-mark-all): Report the total number of marked articles.
5368
5369 2005-09-10  Romain Francoise  <romain@orebokech.com>
5370
5371         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5372         (gnus-uu-mark-series): Likewise.
5373
5374 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * spam-report.el (spam-report-gmane): Fix generation of spam
5377         report URL.
5378
5379 2005-09-10  Simon Josefsson  <jas@extundo.com>
5380
5381         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5382         t, based on discussion on the ding list with Robert Epprecht
5383         <epprecht@solnet.ch>.
5384
5385 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * spam-report.el (spam-report-gmane): Make it work without
5388         X-Report-Spam header.  Gmane now only provides Archived-At.
5389         This is only used if `spam-report-gmane-use-article-number' is nil.
5390         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5391
5392         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5393         make `gnus-summary-sort-by-recipient' work with threading.
5394
5395         * nnweb.el (nnweb-google-wash-article): Print a message if article
5396         is not available.
5397
5398 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5399
5400         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5401         change.  Decode text/* parts content before displaying.
5402
5403 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5406
5407 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5410
5411         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5412         url-package-name, url-package-version,
5413         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5414         w3m-display-inline-images, and w3m-minor-mode-map.
5415
5416 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * message.el (message-tab-body-function): Fixed mismatched custom
5419         type.
5420
5421         * gnus.el (gnus-group-change-level-function): Ditto.
5422
5423         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5424
5425         * gnus-art.el (gnus-signature-limit)
5426         (gnus-article-mime-part-function): Ditto.
5427
5428 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * mml.el (mml-mode): Silence the byte compiler.
5431
5432         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5433         using `(sit-for 0)' before moving the point to the specified part;
5434         skip unbuttonized parts.
5435         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5436         return to the summary window if gnus-auto-select-part is non-nil.
5437
5438 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5441         variables.
5442         (mml-dnd-attach-file, mml-mode): Use them.
5443
5444         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5445         Make fetching article by MID work again for Google Groups.  Added
5446         FIXME concerning gnus-group-make-web-group.
5447
5448         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5449         Don't depend on Gnus by using mail-extract-address-components if
5450         gnus-extract-address-components is not bound.
5451
5452 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * gnus-art.el (gnus-mime-display-security): Don't display the
5455         signature, but only the signed part.
5456
5457 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5460
5461         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5462         list, not listp.
5463
5464 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5465
5466         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5467         when encoding.
5468
5469         * mm-bodies.el (mm-decode-content-transfer-encoding):
5470         De-canonicalize CRLF for all text content types, not just
5471         text/plain.
5472
5473 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5476         valid article; point arrow and cursor at the MIME button.
5477
5478 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5481         Suggested by Dan Christensen <jdc@uwo.ca>.
5482
5483         * mm-decode.el (mm-save-part): Enable change of prompt.
5484
5485 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5486
5487         * gnus-msg.el (gnus-inews-add-send-actions): Made
5488         `message-post-method' lambda parameter ARG `&optional'.
5489
5490 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * gnus-sum.el (gnus-summary-mime-map): Added
5493         gnus-article-save-part-and-strip, gnus-article-delete-part and
5494         gnus-article-jump-to-part.
5495
5496         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5497         (gnus-article-edit-part): Use it.
5498         (gnus-article-part-wrapper): Added no-handle argument.
5499         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5500         functions.
5501
5502 2005-08-29  Romain Francoise  <romain@orebokech.com>
5503
5504         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5505         docstring.
5506         (gnus-face-from-file): Likewise.
5507
5508 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5511         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5512         non-nil.
5513         (gnus-auto-select-part): New variable.
5514         (gnus-article-jump-to-part): New function.
5515         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5516         (gnus-mime-delete-part): Allow selecting specified part after
5517         deleting or stripping parts.
5518         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5519         part if argument is bogus.
5520
5521 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5522
5523         * gnus-art.el (w3m-minor-mode-map):
5524         * gnus-spec.el (gnus-newsrc-file-version):
5525         * gnus-util.el (nnmail-active-file-coding-system)
5526         (gnus-original-article-buffer, gnus-user-agent):
5527         * gnus.el (gnus-ham-process-destinations)
5528         (gnus-parameter-ham-marks-alist)
5529         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5530         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5531         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5532         * mm-decode.el (gnus-current-window-configuration):
5533         * mm-extern.el (gnus-article-mime-handles):
5534         * mm-url.el (url-current-object, url-package-name)
5535         (url-package-version):
5536         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5537         (smime-keys, w3m-cid-retrieve-function-alist)
5538         (w3m-current-buffer, w3m-display-inline-images)
5539         (w3m-minor-mode-map):
5540         * mml-smime.el (gnus-extract-address-components):
5541         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5542         (gnus-newsrc-hashtb, message-default-charset)
5543         (message-deletable-headers, message-options)
5544         (message-posting-charset, message-required-mail-headers)
5545         (message-required-news-headers):
5546         * mml1991.el (mc-pgp-always-sign):
5547         * mml2015.el (mc-pgp-always-sign):
5548         * nnheader.el (nnmail-extra-headers):
5549         * rfc1843.el (gnus-decode-encoded-word-function)
5550         (gnus-decode-header-function, gnus-newsgroup-name):
5551         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5552
5553 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5554
5555         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5556         the end of the date treatments.
5557
5558 2005-08-15  Simon Josefsson  <jas@extundo.com>
5559
5560         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5561         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5562         Capello and Romain Francoise.
5563         (pgg-fetch-key-function): Removed, not used?
5564         (pgg-insert-url-with-w3): Require url, to get
5565         url-insert-file-contents regardless of where it is defined.
5566
5567 2005-08-13  Romain Francoise  <romain@orebokech.com>
5568
5569         * message.el (message-cite-original-1): New function.
5570         (message-cite-original): Use it.
5571         (message-cite-original-without-signature): Ditto.
5572
5573 2005-08-08  Romain Francoise  <romain@orebokech.com>
5574
5575         * message.el (message-yank-empty-prefix): New variable.
5576         (message-indent-citation): Use it.
5577         (message-cite-original-without-signature): Respect X-No-Archive.
5578
5579 2005-08-08  Simon Josefsson  <jas@extundo.com>
5580
5581         * pgg.el: Autoload url-insert-file-contents instead of loading
5582         w3/url.
5583         (pgg-insert-url-with-w3): Don't load url here.
5584
5585 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5586
5587         * message.el (message-kill-to-signature): Don't insert newline at
5588         bol.
5589         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5590
5591 2005-08-06  Romain Francoise  <romain@orebokech.com>
5592
5593         * message.el (message-user-fqdn): Fix typo in docstring.
5594
5595 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5596
5597         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5598
5599         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5600
5601 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * mm-bodies.el (mm-encode-body): Use coding system rather than
5604         charset to encode text.
5605
5606         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5607         number of charsets if utf-8 is available (XEmacs).
5608
5609 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5612         taken from `gnus-button-mid-or-mail-regexp'.
5613         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5614         (gnus-button-alist): Improve regexp for domain part of the MIDs
5615         for news:localpart@domain buttons.
5616         (gnus-button-ctan-directory-regexp): Update.
5617
5618 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * sieve-manage.el (sieve-manage-interactive-login): Use
5621         make-local-variable rather than make-variable-buffer-local.
5622         (sieve-manage-open): Ditto.
5623         (sieve-manage-authenticate): Ditto.
5624
5625         * mml.el (mml-generate-mime-1): Make the content type default to
5626         text/plain if the filename is not specified.
5627
5628 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5631         instead of insert-buffer.
5632
5633         * message.el (message-yank-original): Ditto; set the mark at the
5634         end of the yanked message.
5635
5636 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5639         lines to scroll rather than to stop it.
5640
5641         * mml.el (mml-generate-default-type): Add doc string.
5642         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5643         default to application/octet-stream when determining the content
5644         type if it is not specified for the part or the mml contents; add
5645         a comment about mml-generate-default-type.
5646
5647 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5650         make it default to application/octet-stream when determining the
5651         content type if it is not specified for the external contents.
5652
5653 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5656         segmented parameter but also other parameters might be there.
5657
5658 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * mm-decode.el (mm-display-external): Delete temp file, directory
5661         and buffer immediately if the external process is exited.
5662
5663 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5666         fewer lines than that of scroll-margin.
5667         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5668
5669 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus-art.el (gnus-article-next-page): Revert.
5672         (gnus-article-beginning-of-window): New macro.
5673         (gnus-article-next-page-1): Use it.
5674         (gnus-article-prev-page): Ditto.
5675         (gnus-article-edit-part): Use insert-buffer-substring instead of
5676         insert-buffer.
5677         (gnus-article-edit-exit): Ditto.
5678
5679         * gnus-util.el (gnus-beginning-of-window): Remove.
5680         (gnus-end-of-window): Remove.
5681
5682         * lpath.el: Don't bind header-line-format and scroll-margin.
5683
5684 2005-07-25  Simon Josefsson  <jas@extundo.com>
5685
5686         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5687         to have the url package without w3.  Reported by Daiki Ueno
5688         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5689
5690 2005-07-20  Didier Verna  <didier@xemacs.org>
5691
5692         * gnus-diary.el: Remove the description comment (nndiary is now
5693         properly documented in the Gnus manual).
5694         Fix the spelling of "Back End".
5695         * nndiary.el: Ditto.
5696         Fix the copyright notice.
5697
5698 2005-07-18  Romain Francoise  <romain@orebokech.com>
5699
5700         * gnus-sum.el (gnus-summary-to-prefix,
5701         gnus-summary-newsgroup-prefix): New variables.
5702         (gnus-summary-from-or-to-or-newsgroups): Use them.
5703
5704 2005-07-17  Romain Francoise  <romain@orebokech.com>
5705
5706         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5707         space as it's generally not especially interesting to the user.
5708
5709 2005-07-16  Romain Francoise  <romain@orebokech.com>
5710
5711         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5712         nil to avoid prompting and file modification if one of the
5713         messages at the top of the nnfolder file contains a copyright
5714         notice.
5715         Update copyright notice.
5716
5717         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5718         instead of `current-time-string' as the latter creates a time
5719         string that is not RFC 2822 compliant (it lacks the zone).
5720         Update copyright notice.
5721
5722 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5723
5724         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5725         for text/rtf.  Display default in prompt.  Pass default for M-n.
5726
5727         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5728
5729 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * gnus-msg.el (gnus-button-mailto): Remove
5732         save-selected-window-window hackery because it relies on
5733         save-selected-window internals.
5734
5735 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5738         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5739         (gnus-article-prev-page): Ditto.
5740
5741         * gnus-util.el (gnus-beginning-of-window): New function.
5742         (gnus-end-of-window): New function.
5743
5744         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5745
5746 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5747
5748         * gnus-score.el (gnus-score-edit-all-score): Set
5749         gnus-score-edit-exit-function to gnus-score-edit-done and call
5750         gnus-message.
5751
5752 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-msg.el (gnus-button-mailto): Remove
5755         save-selected-window-window hackery because it relies on
5756         save-selected-window internals.
5757
5758 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5761         add-minor-mode.
5762         (gnus-binary-mode): Ditto.
5763
5764         * gnus-topic.el (gnus-topic-mode): Ditto.
5765
5766 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5767
5768         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5769         (gnus-article-prev-page): Take scroll-margin into consideration.
5770
5771 2005-07-04  Lute Kamstra  <lute@gnu.org>
5772
5773         Update FSF's address in GPL notices.
5774
5775 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5776
5777         * gnus.el (gnus-exit):
5778         * gnus-group.el (gnus-group-icons):
5779         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5780
5781         * gnus-nocem.el (gnus-nocem):
5782         * message.el (message-various, message-buffers, message-sending)
5783         (message-interface, message-forwarding, message-insertion)
5784         (message-headers, message-news, message-mail):
5785         * pgg-gpg.el (pgg-gpg):
5786         * pgg-parse.el (pgg-parse):
5787         * pgg-pgp.el (pgg-pgp):
5788         * pgg-pgp5.el (pgg-pgp5):
5789         * pop3.el (pop3): Finish `defgroup' description with period.
5790
5791 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-art.el (article-display-face): Improve the efficiency.
5794         (article-display-x-face): Ditto; remove grey x-face stuff.
5795
5796 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-art.el (article-display-face): Correct the position in
5799         which Faces are inserted.
5800
5801 2005-06-29  Didier Verna  <didier@xemacs.org>
5802
5803         * gnus-art.el (article-display-face): Display faces in correct
5804         order.
5805
5806 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5809         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5810         (gnus-nocem-check-article): Fetch the Type header.
5811         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5812         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5813         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5814         make sure gnus-nocem-hashtb is initialized.
5815         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5816         (gnus-nocem-unwanted-article-p): Ditto.
5817
5818         * pgg.el (pgg-verify): Return the verification result.
5819
5820 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5821
5822         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5823         is ascii.
5824
5825 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5826
5827         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5828         `show-nonbreak-escape'.
5829
5830 2005-06-23  Lute Kamstra  <lute@gnu.org>
5831
5832         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5833
5834         * dig.el (dig-mode):
5835         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5836
5837 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5838
5839         * nnimap.el (nnimap-split-download-body): Fix spellings.
5840
5841 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5842
5843         * gnus-art.el (gnus-article-encrypt-body):
5844         * gnus-cus.el (gnus-score-customize):
5845         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5846         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5847
5848 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5849
5850         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5851         header by looking for magic "MII" at the beginnig.
5852
5853 2005-06-16  Miles Bader  <miles@gnu.org>
5854
5855         * gnus-xmas.el (gnus-xmas-group-startup-message):
5856         Use renamed gnus-splash face.
5857
5858         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5859         (assistant-field-face): New backward-compatibility alias for renamed
5860         face.
5861         (assistant-render-text): Use renamed assistant-field face.
5862
5863         * spam.el (spam): Remove "-face" suffix from face name.
5864         (spam-face): New backward-compatibility alias for renamed face.
5865         (spam-face, spam-initialize): Use renamed spam face.
5866
5867         * message.el (message-header-to, message-header-cc)
5868         (message-header-subject, message-header-newsgroups)
5869         (message-header-other, message-header-name)
5870         (message-header-xheader, message-separator, message-cited-text)
5871         (message-mml): Remove "-face" suffix from face names.
5872         (message-header-to-face, message-header-cc-face)
5873         (message-header-subject-face, message-header-newsgroups-face)
5874         (message-header-other-face, message-header-name-face)
5875         (message-header-xheader-face, message-separator-face)
5876         (message-cited-text-face, message-mml-face):
5877         New backward-compatibility aliases for renamed faces.
5878         (message-font-lock-keywords): Use renamed message faces.
5879
5880         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5881         (sieve-test-commands, sieve-tagged-arguments):
5882         Remove "-face" suffix from face names.
5883         (sieve-control-commands-face, sieve-action-commands-face)
5884         (sieve-test-commands-face, sieve-tagged-arguments-face):
5885         New backward-compatibility aliases for renamed faces.
5886         (sieve-control-commands-face, sieve-action-commands-face)
5887         (sieve-test-commands-face, sieve-tagged-arguments-face):
5888         Use renamed sieve faces.
5889
5890         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5891         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5892         (gnus-group-news-3-empty, gnus-group-news-4)
5893         (gnus-group-news-4-empty, gnus-group-news-5)
5894         (gnus-group-news-5-empty, gnus-group-news-6)
5895         (gnus-group-news-6-empty, gnus-group-news-low)
5896         (gnus-group-news-low-empty, gnus-group-mail-1)
5897         (gnus-group-mail-1-empty, gnus-group-mail-2)
5898         (gnus-group-mail-2-empty, gnus-group-mail-3)
5899         (gnus-group-mail-3-empty, gnus-group-mail-low)
5900         (gnus-group-mail-low-empty, gnus-summary-selected)
5901         (gnus-summary-cancelled, gnus-summary-high-ticked)
5902         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5903         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5904         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5905         (gnus-summary-low-undownloaded)
5906         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5907         (gnus-summary-low-unread, gnus-summary-normal-unread)
5908         (gnus-summary-high-read, gnus-summary-low-read)
5909         (gnus-summary-normal-read, gnus-splash):
5910         Remove "-face" suffix from face names.
5911         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5912         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5913         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5914         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5915         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5916         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5917         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5918         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5919         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5920         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5921         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5922         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5923         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5924         (gnus-summary-normal-ticked-face)
5925         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5926         (gnus-summary-normal-ancient-face)
5927         (gnus-summary-high-undownloaded-face)
5928         (gnus-summary-low-undownloaded-face)
5929         (gnus-summary-normal-undownloaded-face)
5930         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5931         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5932         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5933         (gnus-splash-face):
5934         New backward-compatibility aliases for renamed faces.
5935         (gnus-group-startup-message): Use renamed gnus faces.
5936
5937         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5938         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5939         (gnus-server-agent): Remove "-face" suffix from face names.
5940         (gnus-server-agent-face, gnus-server-opened-face)
5941         (gnus-server-closed-face, gnus-server-denied-face)
5942         (gnus-server-offline-face):
5943         New backward-compatibility aliases for renamed faces.
5944         (gnus-server-agent-face, gnus-server-opened-face)
5945         (gnus-server-closed-face, gnus-server-denied-face)
5946         (gnus-server-offline-face): Use renamed gnus faces.
5947
5948         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5949         Remove "-face" suffix from face names.
5950         (gnus-picon-xbm-face, gnus-picon-face):
5951         New backward-compatibility aliases for renamed faces.
5952
5953         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5954         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5955         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5956         (gnus-cite-11): Remove "-face" suffix from face names.
5957         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5958         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5959         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5960         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5961         New backward-compatibility aliases for renamed faces.
5962         (gnus-cite-attribution-face, gnus-cite-face-list)
5963         (gnus-article-boring-faces): Use renamed gnus faces.
5964
5965         * gnus-art.el (gnus-signature, gnus-header-from)
5966         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5967         (gnus-header-content): Remove "-face" suffix from face names.
5968         (gnus-signature-face, gnus-header-from-face)
5969         (gnus-header-subject-face, gnus-header-newsgroups-face)
5970         (gnus-header-name-face, gnus-header-content-face):
5971         New backward-compatibility aliases for renamed faces.
5972         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5973
5974         * gnus-sum.el (gnus-summary-selected-face)
5975         (gnus-summary-highlight): Use renamed gnus faces.
5976         * gnus-group.el (gnus-group-highlight): Likewise.
5977
5978 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5979
5980         * gnus-sieve.el (gnus-sieve-article-add-rule):
5981         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5982         * spam-stat.el (spam-stat-buffer-change-to-spam)
5983         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5984
5985         * message.el (message-is-yours-p):
5986         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5987
5988 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * mm-view.el (mm-inline-text): Withdraw the last change.
5991
5992 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5995         executing enriched-decode.
5996
5997 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6000         charset of tar files.
6001
6002 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
6003
6004         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6005
6006 2005-06-04  Lute Kamstra  <lute@gnu.org>
6007
6008         * nnfolder.el (nnfolder-read-folder): Make sure that undo
6009         information is never recorded.
6010
6011 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6012
6013         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6014
6015 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * pop3.el (pop3-apop): Run md5 in the binary mode.
6018
6019         * starttls.el (starttls-set-process-query-on-exit-flag):
6020         Use eval-and-compile.
6021
6022 2005-05-31  Simon Josefsson  <jas@extundo.com>
6023
6024         * smime.el (smime-replace-in-string): Define.
6025         (smime-cert-by-ldap-1): Use it.
6026
6027 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-art.el (article-display-x-face): Replace
6030         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6031
6032         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6033         set-process-query-on-exit-flag or process-kill-without-query.
6034
6035         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6036         loop instead of replace-regexp.
6037
6038         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6039         instead of process-kill-without-query if it is available.
6040
6041         * lpath.el: Fbind ldap-search-entries.
6042
6043         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6044         instead of find-file-hooks if it is available.
6045
6046         * mml1991.el: Bind pgg-default-user-id when compiling.
6047
6048         * mml2015.el: Bind pgg-default-user-id when compiling.
6049
6050         * nndraft.el (nndraft-request-associate-buffer):
6051         Use write-contents-functions instead of write-contents-hooks if it is
6052         available.
6053
6054         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6055         instead of find-file-hooks if it is available.
6056
6057         * nntp.el (nntp-open-connection): Replace
6058         process-kill-without-query by gnus-set-process-query-on-exit-flag.
6059         (nntp-open-ssl-stream): Ditto.
6060         (nntp-open-tls-stream): Ditto.
6061
6062         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6063         set-process-query-on-exit-flag or process-kill-without-query.
6064         (starttls-open-stream-gnutls): Use it instead of
6065         process-kill-without-query.
6066         (starttls-open-stream): Ditto.
6067
6068 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
6069
6070         * smime.el (smime-cert-by-ldap-1): Don't use
6071         replace-regexp-in-string.
6072
6073 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6074
6075         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6076
6077         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6078         in PEM format. Adjust to the XEmacs compability.
6079
6080 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6083         by `string-to-number'.
6084         * gnus-agent.el (gnus-agent-regenerate-group)
6085         (gnus-agent-fetch-articles): Ditto.
6086         * gnus-art.el (gnus-button-fetch-group): Ditto.
6087         * gnus-cache.el (gnus-cache-generate-active)
6088         (gnus-cache-articles-in-group): Ditto.
6089         * gnus-group.el (gnus-group-set-current-level)
6090         (gnus-group-insert-group-line): Ditto.
6091         * gnus-score.el (gnus-score-set-expunge-below)
6092         (gnus-score-set-mark-below, gnus-summary-score-effect)
6093         (gnus-summary-score-entry): Ditto.
6094         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6095         (gnus-soup-pack): Ditto.
6096         * gnus-spec.el (gnus-xmas-format): Ditto.
6097         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6098         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6099         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6100         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6101         * nndb.el (nndb-get-remote-expire-response): Ditto.
6102         * nndiary.el (nndiary-parse-schedule-value)
6103         (nndiary-string-to-number, nndiary-request-replace-article)
6104         (nndiary-request-article): Ditto.
6105         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6106         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6107         * nneething.el (nneething-make-head): Ditto.
6108         * nnfolder.el (nnfolder-request-article)
6109         (nnfolder-retrieve-headers): Ditto.
6110         * nnheader.el (nnheader-file-to-number): Ditto.
6111         * nnkiboze.el (nnkiboze-request-article): Ditto.
6112         * nnmail.el (nnmail-process-unix-mail-format)
6113         (nnmail-process-babyl-mail-format): Ditto.
6114         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6115         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6116         (nnmh-request-create-group, nnmh-request-list-1)
6117         (nnmh-request-group, nnmh-request-article): Ditto.
6118         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6119         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6120         * nnsoup.el (nnsoup-make-active): Ditto.
6121         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6122         * nntp.el (nntp-find-group-and-number)
6123         (nntp-retrieve-headers-with-xover): Ditto.
6124         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6125         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6126         (pgg-format-key-identifier): Ditto.
6127         * pop3.el (pop3-last, pop3-stat): Ditto.
6128         * qp.el (quoted-printable-decode-region): Ditto.
6129
6130         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6131         of concat.
6132
6133 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6134
6135         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6136
6137         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6138
6139         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6140
6141         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6142
6143         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6144
6145         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6146
6147         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6148         (gnus-carpal-mode): Ditto.
6149
6150         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6151         (gnus-browse-mode): Ditto.
6152
6153         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6154
6155         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6156
6157 2005-05-29  Richard M. Stallman  <rms@gnu.org>
6158
6159         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6160
6161 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-util.el (gnus-run-mode-hooks): New function.
6164
6165         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6166
6167         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
6168         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
6169
6170 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
6171
6172         * gnus-agent.el (gnus-agent-make-mode-line-string):
6173         Use mode-line-highlight as mouse-face.
6174
6175 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * canlock.el (canlock): Change the parent group to news.
6178
6179         * deuglify.el (gnus-outlook-deuglify): Add :group.
6180
6181         * dig.el (dig): Add :group.
6182
6183         * dns-mode.el (dns-mode): Add :group.
6184
6185         * encrypt.el (encrypt): Add :group.
6186
6187         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
6188         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
6189         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
6190         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
6191         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
6192
6193         * gnus-diary.el (gnus-diary): Add :group.
6194
6195         * gnus.el (gnus-group-news-1-face): Add :group.
6196         (gnus-group-news-1-empty-face): Ditto.
6197         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
6198         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
6199         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
6200         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
6201         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
6202         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
6203         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
6204         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
6205         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
6206         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
6207         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
6208         (gnus-summary-high-ticked-face): Ditto.
6209         (gnus-summary-low-ticked-face): Ditto.
6210         (gnus-summary-normal-ticked-face): Ditto.
6211         (gnus-summary-high-ancient-face): Ditto.
6212         (gnus-summary-low-ancient-face): Ditto.
6213         (gnus-summary-normal-ancient-face): Ditto.
6214         (gnus-summary-high-undownloaded-face): Ditto.
6215         (gnus-summary-low-undownloaded-face): Ditto.
6216         (gnus-summary-normal-undownloaded-face): Ditto.
6217         (gnus-summary-high-unread-face): Ditto.
6218         (gnus-summary-low-unread-face): Ditto.
6219         (gnus-summary-normal-unread-face): Ditto.
6220         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
6221         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6222
6223         * hashcash.el (hashcash): New custom group.
6224         (hashcash-default-payment): Add :group.
6225         (hashcash-payment-alist): Ditto.
6226         (hashcash-default-accept-payment): Ditto.
6227         (hashcash-accept-resources): Ditto.
6228         (hashcash-path): Ditto.
6229         (hashcash-extra-generate-parameters): Ditto.
6230         (hashcash-double-spend-database): Ditto.
6231         (hashcash-in-news): Ditto.
6232
6233         * message.el (message-minibuffer-local-map): Add :group.
6234
6235         * netrc.el (netrc): Add :group.
6236
6237         * sieve-manage.el (sieve-manage-log): Add :group.
6238         (sieve-manage-default-user): Diito.
6239         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6240         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6241         (sieve-manage-authenticators): Ditto.
6242         (sieve-manage-authenticator-alist): Ditto.
6243         (sieve-manage-default-port): Ditto.
6244
6245         * sieve-mode.el (sieve-control-commands-face): Add :group.
6246         (sieve-action-commands-face): Ditto.
6247         (sieve-test-commands-face): Ditto.
6248         (sieve-tagged-arguments-face): Ditto.
6249
6250         * smime.el (smime): Add :group.
6251
6252         * spam-report.el (spam-report): Add :group.
6253
6254         * spam.el (spam, spam-face): Add :group.
6255
6256 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6257
6258         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6259         return \n.\n.\n at the end of articles.  Protect against that.
6260         (nntp-with-open-group): Allow debugging.
6261
6262         * nnheader.el (mail-header-set-extra): Make into a function
6263         because I just could't understand how to quote the list properly.
6264
6265         * dns.el (query-dns-cached): New function.
6266
6267 2005-05-26  Lute Kamstra  <lute@gnu.org>
6268
6269         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6270
6271 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6274
6275         * gnus-art.el: Don't autoload mail-extract-address-components.
6276
6277         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6278         eval-and-compile to evaluate it.
6279
6280         * hashcash.el: Don't autoload executable-find.
6281
6282         * nndb.el: Don't declare the nndb back end two or more times; don't
6283         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6284
6285         * nntp.el: Autoload format-spec instead of format; use
6286         eval-and-compile to evaluate autoload forms.
6287
6288 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6289
6290         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6291
6292 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293
6294         * gnus.el (gnus-version-number): Bump version.
6295
6296 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6297
6298         * gnus.el: No Gnus v0.3 is released.
6299
6300 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * lpath.el (featurep): Bind show-nonbreak-escape.
6303
6304 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-art.el (gnus-article-edit-part): Disable undo.
6307
6308 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6311         gnus-article-date-lapsed-new-header is t if date timer is active;
6312         skip headers in which the original date value is empty.
6313         (gnus-article-save-original-date): Redefine it as a macro.
6314         (gnus-display-mime): Use it.
6315
6316 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-art.el (article-date-ut): Support converting date in
6319         forwarded parts as well.
6320         (gnus-article-save-original-date): New function.
6321         (gnus-display-mime): Use it.
6322
6323 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6324
6325         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6326         enclosure element of <item>.
6327
6328 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * message.el (message-kill-buffer-query): Renamed from
6331         `message-kill-buffer-query-if-modified'.  Added :version.
6332
6333 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6334
6335         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6336         window layout.
6337
6338 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * mml.el: Autoload dnd when compiling.
6341
6342 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6345         x-dnd-*.
6346
6347 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * qp.el (quoted-printable-encode-region): Save excursion.
6350
6351 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6352
6353         * message.el (message-kill-buffer-query-if-modified): Add new variable
6354         so the user can kill a modified message buffer quickly.
6355         (message-kill-buffer): Use it.
6356
6357 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * lpath.el: Fbind display-time-event-handler; don't fbind
6360         string-to-multibyte.
6361
6362         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6363
6364 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6367         contained in text because xml.el decodes entities) with LFs.
6368
6369 2005-04-11  Lute Kamstra  <lute@gnu.org>
6370
6371         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6372         differently.
6373
6374 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6375
6376         * mm-util.el (mm-detect-coding-region): Typo.
6377
6378 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6381
6382 2005-04-06  D Goel  <deego@gnufans.org>
6383
6384         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6385         user-function allow user modifications of the scores.
6386         (spam-stat-score-buffer-user): New function, to allow
6387         user-computed modifications to the score.
6388         (spam-stat-score-buffer-user-functions): list of additional
6389         scoring functions
6390         (spam-stat-error-holder): global temporary error holder
6391         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6392         variable
6393
6394 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * gnus-registry.el (gnus-registry-clean-empty-function)
6397         (gnus-registry-trim, gnus-registry-fetch-groups)
6398         (gnus-registry-delete-group): Groups that match
6399         `gnus-registry-ignored-groups' are removed from the registry
6400         entries, not just ignored for splitting.  This helps clean up the
6401         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6402         to get all the groups a message ID is in.
6403
6404         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6405         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6406         (spam-stat-score-buffer-user-functions): Add :number custom type.
6407
6408 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6411         argument in XEmacs.
6412
6413         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6414         (nnrss-request-group): Decode group name first.
6415         (nnrss-request-article): Make a text/plain article if mml-to-mime
6416         failed.
6417         (nnrss-get-encoding): Return a compatible encoding according to
6418         nnrss-compatible-encoding-alist.
6419         (nnrss-find-el): Use consp instead of listp.
6420         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6421
6422 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6425         which Emacs 20 doesn't support.
6426         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6427
6428 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6431         silence the byte compiler inside the defun
6432
6433         * gnus-demon.el (parse-time-string): Add autoload.
6434
6435         * gnus-delay.el (parse-time-string): Add autoload.
6436
6437         * gnus-art.el (parse-time-string): Add autoload.
6438
6439         * nnultimate.el (parse-time): Require for `parse-time-string'.
6440
6441 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6444
6445         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6446
6447         * smime.el (smime-ldap-host-list): Add :version.
6448
6449 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6450
6451         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6452         pass it to `gnus-browse-read-group'.
6453         (gnus-browse-read-group): Add NUMBER argument and pass it to
6454         `gnus-group-read-ephemeral-group'.
6455
6456         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6457         argument and pass it to `gnus-group-read-group'.
6458
6459 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6460
6461         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6462         mm-xemacs-find-mime-charset-1 if we have the mule feature
6463         available at runtime.
6464
6465 2005-03-25  Werner Lemberg  <wl@gnu.org>
6466
6467         * nnmaildir.el: Replace `illegal' with `invalid'.
6468
6469 2005-03-23  Lute Kamstra  <lute@gnu.org>
6470
6471         * time-date.el: Add comment on time value formats.
6472         Don't require parse-time.
6473         (with-decoded-time-value): New macro.
6474         (encode-time-value): New function.
6475         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6476         (days-to-time): Return a valid time value when arg is huge.
6477         (time-since): Use time-subtract.
6478         (time-to-number-of-days): Use time-to-seconds.
6479
6480 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6481
6482         * gnus-start.el (gnus-display-time-event-handler):
6483         Check display-time-timer at runtime rather than only at load time
6484         in case display-time-mode is turned off in the mean time.
6485
6486 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6489         used.
6490
6491         * nneething.el (nneething-map-file-directory): Derive from
6492         `gnus-directory'.
6493
6494         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6495         the To/Cc button.
6496
6497 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * nnmaildir.el (nnmaildir-request-accept-article):
6500         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6501
6502 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6503
6504         * gnus-async.el: Require timer-funcs at compile time when in
6505         XEmacs for `run-with-idle-timer'.
6506
6507 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6508
6509         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6510         autoloaded function.
6511
6512 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6515
6516 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6517
6518         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6519
6520 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521
6522         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6523         gnus-expert-user to default.
6524
6525 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6526
6527         * nnimap.el (nnimap-open-server): Ditto.
6528
6529         * imap.el (imap-authenticate): Fix typo.
6530
6531 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6532
6533         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6534         buffer (since IMAP server might return FETCH response out of
6535         order, and the nntp buffer must be sorted).
6536
6537 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6538
6539         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6540         comparison on string.
6541
6542         * gnus-agent.el (gnus-agent-long-article,
6543         gnus-agent-short-article, gnus-agent-score): Renamed category
6544         keywords to match gnus-cus.
6545         (gnus-agent-summary-fetch-series): Modified to protect against
6546         gnus-agent-summary-fetch-group clearing processable flags.
6547         (gnus-agent-synchronize-group-flags): Update live group buffer as
6548         synchronization may occur due to the user toggle the plugged
6549         status.
6550         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6551         successfully downloaded.
6552         (gnus-agent-expire-group-1): Avoid using markers when the overview
6553         is in ascending order; greatly improves performance.
6554         (gnus-agent-regenerate-group): Use
6555         gnus-agent-synchronize-group-flags to reset read status in both
6556         gnus and server.
6557         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6558
6559 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * message.el: Don't autoload former message-utils variables.
6562         (message-strip-subject-trailing-was): Change doc string.
6563
6564         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6565         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6566         (nnweb-google-search): Add "hl=en" here.
6567         (nnweb-google-parse-1, nnweb-google-create-mapping):
6568         Don't hardcode URL.
6569
6570 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * message.el (message-get-reply-headers, message-followup):
6573         Mention related variables `message-use-followup-to' and
6574         `message-use-mail-followup-to', in the information buffer.
6575
6576         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6577         of broken groups(-beta).google.com.
6578
6579 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6582         parameter to invoked gnus-request-move-article; remove the
6583         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6584         all at once instead of once per article.
6585         (gnus-summary-remove-process-mark): Accept a list of articles as
6586         well as a single article for processing.
6587
6588         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6589         parameter.
6590
6591         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6592
6593         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6594
6595         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6596         parameter.
6597
6598         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6599         parameter.
6600
6601         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6602         parameter and remove the gnus-sum-hint-move-is-internal variable.
6603
6604         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6605         parameter.
6606
6607         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6608         parameter.
6609
6610         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6611         parameter.
6612
6613         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6614
6615         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6616         parameter.
6617
6618         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6619         parameter.
6620
6621 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6622
6623         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6624         a more conservative way.
6625
6626 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6629         buffer, so it moves the window's cursor.
6630
6631 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6632
6633         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6634         `mm-dissect-multipart' and receive the from field as an (optional)
6635         argument from `mm-dissect-multipart'.
6636         (mm-dissect-multipart): Receive the from field as an argument and
6637         pass it on when we call `mm-dissect-buffer' on MIME parts.
6638         Fixes verification/decryption of signed/encrypted MIME parts.
6639
6640 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6641
6642         * gnus-sum.el (gnus-summary-move-article): Set
6643         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6644         whatever it calls (right now, only nnimap-request-move article
6645         respects it).
6646
6647         * nnimap.el (nnimap-request-move-article): When
6648         gnus-sum-hint-move-is-internal is set, don't do the extra
6649         nnimap-request-article.
6650
6651 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6654
6655         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6656         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6657
6658         * gnus-sum.el (gnus-summary-caesar-message):
6659         Apply `gnus-treat-article' after rotation.
6660
6661         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6662         doc string.
6663
6664 2005-02-22  Simon Josefsson  <jas@extundo.com>
6665
6666         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6667         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6668         <arne@arnested.dk>.
6669         (encrypt): Add password-cache and password-cache-expiry as group
6670         members.
6671
6672 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6673
6674         * smime.el (smime-ldap-host-list): Doc fix.
6675         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6676         cache) password.
6677         (smime-sign-region): Use it.
6678         (smime-decrypt-region): Use it.
6679         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6680         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6681         fails.
6682         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6683         certificate from DER to PEM format rather than calling openssl.
6684
6685         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6686
6687         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6688         for signing/encryption.
6689
6690         * mml.el (mml-parse-1): Use them.
6691
6692 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6693
6694         * nnrss.el (nnrss-verbose): Removed.
6695         (nnrss-request-group): Use `nnheader-message' instead.
6696
6697 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6698
6699         * nnrss.el (nnrss-verbose): New variable.
6700         (nnrss-request-group): Make it say nnrss is requesting a group.
6701
6702 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6705         Handle news URL with given port correctly.
6706
6707 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6710         containing special characters.
6711
6712         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6713
6714         * mml.el (mime-to-mml): Ditto.
6715
6716         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6717         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6718         (rfc2047-decode-region): Quote decoded words containing special
6719         characters when rfc2047-quote-decoded-words-containing-tspecials
6720         is non-nil.
6721
6722 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6725
6726         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6727
6728 2005-02-15  Simon Josefsson  <jas@extundo.com>
6729
6730         * nnimap.el (nnimap-debug): Doc fix.
6731
6732         * imap.el (imap-debug): Doc fix.
6733
6734 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6737
6738 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6739
6740         * gnus.el (spam-contents): Improve docs for spam-contents
6741         parameter in its variable incarnation.
6742
6743 2005-02-14  Simon Josefsson  <jas@extundo.com>
6744
6745         * smime-ldap.el: Use require instead of load-library for ldap.
6746         (smime-ldap-search): Indent.
6747         (smime-ldap-search-internal): Shorten line.
6748
6749         * smime.el (smime-cert-by-dns): Add doc-string.
6750         (smime-cert-by-ldap-1): Indent.
6751
6752         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6753         mml-smime-get-dns-ldap.
6754         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6755
6756 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6757
6758         * smime.el: Require smime-ldap.
6759         (smime-ldap-host-list): New variable.
6760         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6761
6762         * mml-smime.el (mml-smime-encrypt-query): New function.
6763         (mml-smime-encrypt-query): Use it.
6764
6765         * smime-ldap.el: New file.
6766
6767 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6770
6771 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6774         argument in doc string.  Make query for type more clear.
6775
6776 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6777
6778         * gnus.el (gnus-group-startup-message): Search for gnus images in
6779         etc/images/gnus.
6780         * mm-util.el (mm-image-load-path): Likewise.
6781         * smiley.el (smiley-data-directory): Search for smilies in
6782         etc/images/smilies.
6783
6784 2005-02-09  Kim F. Storm  <storm@cua.dk>
6785
6786         Change Emacs release version from 21.4 to 22.1 throughout.
6787         Change Emacs development version from 21.3.50 to 22.0.50.
6788
6789 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6790
6791         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6792
6793         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6794         non-Mule XEmacs as well.
6795         (mm-decompress-buffer): Signal an error intentionally if it does
6796         not decompress compressed data because auto-compression-mode is
6797         disabled.
6798
6799 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6802         an ID in the registry even if it has no groups.
6803
6804 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6807         merge it into mm-decompress-buffer.
6808         (gnus-mime-copy-part): Use the MIME part charset, the value which
6809         a user specified or gnus-newsgroup-charset for decoding, like
6810         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6811         save-buffer what was used.  Suggested by Kevin Ryde
6812         <user42@zip.com.au>.
6813         (gnus-mime-inline-part): Allow the name parameter as well as the
6814         filename parameter; force decompressing of compressed data; always
6815         display contents being not decoded as unibyte.
6816
6817         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6818         as well as the filename parameter.
6819
6820         * mm-util.el (mm-decompress-buffer): Merge
6821         gnus-mime-jka-compr-maybe-uncompress.
6822         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6823         of compressed data.
6824
6825 2005-02-08  Simon Josefsson  <jas@extundo.com>
6826
6827         * imap.el (imap-log): Doc fix.
6828
6829 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6832         the coding cookies; decompress compressed parts.
6833
6834         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6835         to the value which a user specified manually or the coding cookie.
6836
6837         * mm-util.el (mm-string-to-multibyte): New function.
6838         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6839         (mm-coding-system-to-mime-charset): New function.
6840         (mm-decompress-buffer): New function.
6841         (mm-find-buffer-file-coding-system): New function.
6842
6843         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6844         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6845         parts.
6846
6847 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6848
6849         * mm-view.el (mm-display-inline-fontify): Decode a part according
6850         to the charset parameter.
6851
6852 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6855         prefix arg is neither nil nor a number, as info specifies.
6856
6857 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6860         timestamps.
6861
6862 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6863
6864         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6865         groups error checking and notify user.
6866
6867 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6868
6869         * message.el (message-send-mail-function): Check existence of
6870         sendmail-program first before using default value
6871         `message-send-mail-with-sendmail'.  Otherwise use more generic
6872         `smtpmail-send-it'.
6873
6874 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * nntp.el (nntp-request-update-info): Always return nil.
6877
6878 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6879
6880         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6881
6882 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6883
6884         * message.el (message-beginning-of-line): Change the behavior when
6885         invoked between BOL and : so that it first moves backward.
6886
6887 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6890         article buffer when editing of the article is discarded.
6891         (gnus-article-prepare): Revert.
6892
6893 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-art.el (gnus-article-prepare):
6896         Remove message-strip-forbidden-properties from the local hook.
6897
6898 2005-01-27  Simon Josefsson  <jas@extundo.com>
6899
6900         * password.el (password-cache-add): Only start one timer per key.
6901         Reported by Derek Atkins <warlord@MIT.EDU>.
6902
6903 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6904
6905         * run-at-time.el: Removed.  It is no longer needed as
6906         timer-funcs.el in the xemacs-base package has a working version of
6907         `run-at-time'.
6908
6909         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6910
6911         * password.el: Require timer-funcs instead of run-at-time in
6912         XEmacs.
6913         Remove `password-run-at-time' macro.
6914         (password-cache-add): Use `run-at-time' instead of
6915         `password-run-at-time'.
6916
6917         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6918         Remove `nnheader-cancel-function-timers' alias,
6919         `cancel-function-timers' exists in XEmacs in timer-funcs.
6920
6921         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6922         for `run-with-idle-timer'.
6923
6924         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6925         for `run-at-time'.
6926
6927         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6928         for `with-timeout'.
6929
6930         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6931         the same as for XEmacs 21.4.
6932         No need to ignore `run-with-idle-timer', this function exists in
6933         XEmacs now in timer-funcs.el in the xemacs-base package.
6934         (dgnushack-compile): No need to delete
6935         run-at-time.el from the list of files to compile because it
6936         doesn't exist anymore.
6937
6938 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6941         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6942
6943 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6944
6945         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6946         sensitively.
6947
6948 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6949
6950         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6951
6952 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6955         which will be inserted according to the multibyteness of a buffer
6956         rather than the type of contents.  Suggested by ARISAWA Akihiro
6957         <ari@mbf.ocn.ne.jp>.
6958
6959         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6960         of string which old xml.el may return rather than a string.
6961
6962 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6965
6966 2005-01-16  Simon Josefsson  <jas@extundo.com>
6967
6968         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6969         idn/idna.el isn't available.
6970         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6971         <michael@waxrat.com>.
6972
6973         * hashcash.el: Remove non-FSF copyright header.
6974
6975         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6976         (hashcash-generate-payment): Use it.
6977         (hashcash-generate-payment-async): Use it.
6978
6979 2005-01-15  Simon Josefsson  <jas@extundo.com>
6980
6981         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6982         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6983
6984         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6985         gnus-summary-idna-message.
6986         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6987         (gnus-summary-idna-message): New function.
6988
6989 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6992         gnus-novice-user.
6993
6994 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * nnrss.el (nnrss-request-delete-group): Delete entries in
6997         nnrss-group-alist as well.
6998         (nnrss-save-server-data): Insert newline.
6999
7000 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         * gnus.el (gnus-user-agent): Use list of symbols instead of
7003         symbols.  Display full version number for (S)XEmacs.  Optionally
7004         display (S)XEmacs codename.
7005
7006         * gnus-util.el (gnus-emacs-version): Update for new
7007         `gnus-user-agent'.
7008
7009         * gnus-msg.el (gnus-extended-version): Make it possible to omit
7010         Gnus version.
7011
7012 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
7015         which is unreadable in some setups.
7016
7017 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-spec.el (gnus-update-format-specifications): Flush the
7020         group format spec cache if it doesn't support decoded group names.
7021
7022 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7025         to apply decay on score files matching a regexp.
7026
7027 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7030         compatibility in %g and %c.
7031
7032 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7035         name for only %g and %c.
7036         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7037         of gnus-tmp-group to decoded group name.
7038         (gnus-group-make-rss-group): Exclude `/'s from group names.
7039
7040 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * nnrss.el (nnrss-get-encoding): Fix regexp.
7043
7044 2004-12-27  Simon Josefsson  <jas@extundo.com>
7045
7046         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7047         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7048         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
7049
7050 2004-12-17  Kim F. Storm  <storm@cua.dk>
7051
7052         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7053
7054         * gnus-sum.el (gnus-summary-mode-map): Likewise.
7055
7056 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7057
7058         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7059
7060 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * nnrss.el: Require rfc2047 and mml.
7063         (nnrss-file-coding-system): New variable.
7064         (nnrss-format-string): Redefine it as an inline function.
7065         (nnrss-decode-group-name): New function.
7066         (nnrss-string-as-multibyte): Remove.
7067         (nnrss-retrieve-headers): Decode group name; don't use
7068         nnrss-format-string.
7069         (nnrss-request-group): Decode group name.
7070         (nnrss-request-article): Decode group name; allow a Message-ID as
7071         well as an article number; don't use nnrss-format-string; encode a
7072         Message-ID string which may contain non-ASCII characters; use
7073         mml-to-mime to compose a MIME article.
7074         (nnrss-request-expire-articles): Decode group name.
7075         (nnrss-request-delete-group): Decode group name.
7076         (nnrss-fetch): Clarify error message.
7077         (nnrss-read-server-data): Use insert-file-contents instead of load;
7078         bind file-name-coding-system; use multibyte buffer.
7079         (nnrss-save-server-data): Bind coding-system-for-write to the
7080         value of nnrss-file-coding-system; bind file-name-coding-system;
7081         add coding cookie.
7082         (nnrss-read-group-data): Use insert-file-contents instead of load;
7083         bind file-name-coding-system; use multibyte buffer.
7084         (nnrss-save-group-data): Bind coding-system-for-write to the
7085         value of nnrss-file-coding-system; bind file-name-coding-system.
7086         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7087         make it work with non-ASCII text.
7088         (nnrss-find-el): Make it work with old xml.el as well.
7089
7090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
7091
7092         * nnrss.el (nnrss-get-encoding): New function.
7093         (nnrss-fetch): Use unibyte buffer initially; bind
7094         coding-system-for-read while performing mm-url-insert; remove ^Ms;
7095         decode contents according to the encoding attribute.
7096         (nnrss-save-group-data): Add coding cookie.
7097         (nnrss-mime-encode-string): New function.
7098         (nnrss-check-group): Use it to encode subject and author.
7099
7100 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7103         imaginary variable.
7104
7105 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7108         correctly even if there are wide characters.
7109
7110 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7113         downcased symbol names; make a new cache instead of reusing
7114         bbdb-hashtable.
7115
7116 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7119         concatenating segments rather than before concatenating them.
7120         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7121
7122         * message.el (message-get-reply-headers): Bind `extra'.
7123
7124 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7125
7126         * message.el (message-extra-wide-headers): New variable.
7127         (message-get-reply-headers): Use it.
7128
7129 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-agent.el (gnus-agent-group-path): Decode group name.
7132         (gnus-agent-group-pathname): Ditto.
7133
7134         * gnus-cache.el (gnus-cache-file-name): Decode group name.
7135
7136         * gnus-group.el (gnus-group-make-group): Decode group name.
7137         (gnus-group-make-rss-group): Register the group data after opening
7138         the nnrss group.
7139
7140 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
7141
7142         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7143         by expiry now get marked as read.
7144
7145 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7148
7149 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
7150
7151         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7152         unify Latin characters in XEmacs.
7153         (mm-find-mime-charset-region): Use it.
7154
7155 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-util.el (gnus-delete-directory): New function.
7158
7159         * gnus-agent.el (gnus-agent-delete-group): Use it.
7160
7161         * gnus-cache.el (gnus-cache-delete-group): Use it.
7162
7163 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7166         names.
7167
7168 2004-12-16  Simon Josefsson  <jas@extundo.com>
7169
7170         * hashcash.el (hashcash-payment-alist): Fix custom :type.
7171
7172 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7175
7176         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7177         (gnus-group-set-current-level): Decode group name.
7178
7179 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
7180
7181         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7182         failed.
7183
7184 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-group.el (gnus-group-delete-group): Decode group name.
7187         (gnus-group-make-rss-group): Encode group name.
7188         (gnus-group-catchup-current): Decode group name.
7189         (gnus-group-kill-group): Decode group name.
7190
7191 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7192
7193         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7194
7195 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-group.el (gnus-group-make-rss-group):
7198         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7199
7200         * gnus-start.el (gnus-setup-news): Honor user's setting to
7201         gnus-message-archive-method.  Suggested by Lute Kamstra
7202         <lute@gnu.org>.
7203
7204 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
7205
7206         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7207         global counterparts of the buffer-local variables.
7208
7209 2004-11-16  Romain Francoise  <romain@orebokech.com>
7210
7211         * gnus-sum.el (gnus-summary-exit): Don't clear the global
7212         counterparts of the buffer-local variables.
7213
7214 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7215
7216         * message.el (message-forbidden-properties): Fixed typo in doc
7217         string.
7218
7219 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7220
7221         * gnus-util.el (gnus-replace-in-string): Added doc string.
7222
7223         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7224         to avoid problems when splitting mails with many recipients.
7225
7226 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7227
7228         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7229         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7230
7231 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7232
7233         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7234         if there is no hashtable in memory or file modification time is
7235         newer than cached timestamp.
7236
7237 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7240         not-matching option.
7241
7242 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7245         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7247         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7248         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7249         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7250
7251 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * message.el (message-forward-make-body-mml): Remove headers
7254         according to message-forward-ignored-headers if a message is decoded.
7255
7256 2004-12-02  Romain Francoise  <romain@orebokech.com>
7257
7258         * message.el (message-forward-make-body-plain): Always remove
7259         headers according to message-forward-ignored-headers.
7260
7261 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7262
7263         * spam.el (spam-summary-prepare-exit): Remove the
7264         gnus-summary-limit pop for now, it has problems with ham marks for
7265         me.
7266
7267 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7268
7269         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7270         correctly.
7271
7272 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7273
7274         * format-spec.el (format-spec): Message the char.
7275
7276 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * gnus-art.el (gnus-split-methods): Reformat comments.
7279
7280         * spam.el (spam-summary-prepare-exit): Remove article limits
7281         before exiting the summary buffer.
7282
7283 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7286         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7287
7288         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7289         order to silence the byte compiler.
7290
7291         * spam.el: Fix the way to silence the byte compiler, which
7292         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7293         bbdb-search-simple, spam-BBDB-register-routine,
7294         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7295         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7296         spam-stat-buffer-is-spam, spam-stat-load,
7297         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7298         spam-stat-save and spam-stat-split-fancy.
7299
7300 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7303         which may confuse users.
7304         (canlock-password-for-verify): Ditto.
7305
7306         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7307
7308         * gnus-art.el (gnus-emphasis-alist): Ditto.
7309
7310         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7311
7312         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7313
7314         * gnus-start.el (gnus-save-killed-list): Ditto.
7315
7316         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7317         (gnus-sum-thread-tree-root): Ditto.
7318         (gnus-sum-thread-tree-false-root): Ditto.
7319         (gnus-sum-thread-tree-single-indent): Ditto.
7320
7321         * message.el (message-courtesy-message): Ditto.
7322         (message-archive-note): Ditto.
7323         (message-subscribed-address-file): Ditto.
7324         (message-user-fqdn): Ditto.
7325
7326         * spam-report.el (spam-report-gmane-regex): Ditto.
7327
7328         * spam.el (spam-blackhole-good-server-regex): Ditto.
7329
7330 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * mml.el (mml-preview): Widen the message buffer before copying
7333         the contents to the preview buffer; sort headers before previewing.
7334
7335         * message.el (message-hidden-headers): Fix the way to avoid a bug
7336         in the `repeat' widget in Emacs 21.3 or earlier.
7337
7338 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * message.el (message-hidden-headers): Default to "^References:".
7341         Improve customization type.  Suggested by Reiner Steib
7342         <Reiner.Steib@gmx.de>.
7343
7344 2004-11-25  Romain Francoise  <romain@orebokech.com>
7345
7346         * message.el (message-strip-forbidden-properties): Remove check for
7347         obsolete `message-hidden' text property, hidden headers are not
7348         accessible in the buffer anymore.
7349
7350 2004-11-22  Romain Francoise  <romain@orebokech.com>
7351
7352         * message.el (message-header-format-alist): Add `From' in list
7353         so that it can be sorted.
7354         (message-fix-before-sending): Widen and sort headers before
7355         sending.
7356         (message-hide-headers): Use narrowing to hide headers by moving
7357         them to the top of the buffer and narrowing to the region
7358         underneath.
7359
7360 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * message.el (message-strip-forbidden-properties): Bind
7363         buffer-read-only (etc) to nil.
7364
7365 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7368         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7369
7370 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7371
7372         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7373
7374 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * dns.el (query-dns): Use sit-for to time instead of
7377         accept-process-output, since that doesn't seem to work on udp
7378         sockets.
7379
7380 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7383
7384 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7385
7386         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7387         doc string.  Improve doc string.
7388
7389 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * nntp.el (nntp-request-update-info): Return nil if
7392         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7393         may not call gnus-activate-group which uselessly issues the GROUP
7394         commands for all nntp groups and wastes time.  Reported by Romain
7395         Francoise <romain@orebokech.com>.
7396
7397         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7398
7399 2004-11-15  Simon Josefsson  <jas@extundo.com>
7400
7401         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7402         headers separately.
7403         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7404         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7405
7406 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7407
7408         * gnus-start.el (gnus-convert-old-newsrc):
7409         Assign legacy-gnus-agent to 5.10.7.
7410
7411 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7412
7413         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7414         start of the lines.
7415
7416 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7417
7418         * hashcash.el (hashcash-default-payment): Change default to 20
7419         (hashcash-default-accept-payment): Change default to 20
7420         (hashcash-process-alist): New variable
7421         (hashcash-generate-payment-async): Add
7422         (hashcash-already-paid-p): Add
7423         (hashcash-insert-payment): Don't generate payments twice
7424         (hashcash-insert-payment-async): Add
7425         (hashcash-insert-payment-async-2): Add
7426         (hashcash-cancel-async): Add
7427         (hashcash-wait-async): Add
7428         (hashcash-processes-running-p): Add
7429         (hashcash-wait-or-cancel): Add
7430         (mail-add-payment): New optional argument.  Conditionally start
7431         asynchronous calculation.
7432         (mail-add-payment-async): Add
7433
7434         * message.el (message-send-mail): Wait for asynchronous hashcash
7435         results.  Don't clobber existing X-Hashcash headers.
7436         (message-setup-1): Call mail-add-payment-async when
7437         message-generate-hashcash is non-nil.
7438
7439 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7440
7441         * message.el (message-use-alternative-email-as-from): Examine the
7442         From header as well; use message-make-from in order to include a
7443         user's full name.
7444
7445 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7448         default; improve customization type.
7449         (gnus-emphasis-custom-with-format): New macro.
7450         (gnus-emphasis-custom-value-to-external): New function.
7451         (gnus-emphasis-custom-value-to-internal): New function.
7452
7453 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454
7455         * dns.el (query-dns): Resolve reverse addresses.
7456
7457 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7458
7459         * gnus-group.el (gnus-group-get-new-news): Use it.
7460
7461         * gnus-start.el (gnus-check-reasonable-setup): New function.
7462
7463 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7466         "Args out of range" error.  Reported by Arnaud Giersch
7467         <arnaud.giersch@free.fr>.
7468
7469 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7470
7471         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7472
7473 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7474
7475         * spam.el (spam group): Add :version.
7476
7477         * pgg-def.el (pgg group): Add :version.
7478
7479 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * gnus-art.el (gnus-article-edit-article): Don't associate the
7482         article buffer with a draft file.  This is a temporary measure
7483         against the 2004-08-22 change to gnus-article-edit-mode.
7484
7485 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7488         (html2text-format-tags): Remove unused variable `attr'.
7489
7490 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7493
7494         * tls.el (tls-process-connection-type, tls-success)
7495         (tls-certtool-program): Add :version.
7496
7497         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7498         (starttls-extra-arguments, starttls-process-connection-type)
7499         (starttls-connect, starttls-failure, starttls-success):
7500
7501         * spam-stat.el (spam-stat): Add :version.
7502
7503         * sieve.el (sieve): Add :version.
7504
7505         * sha1.el (sha1): Add :version.
7506         (sha1-use-external): Remove redundant version.
7507
7508         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7509         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7510         (nnmail-split-fancy-match-partial-words)
7511         (nnmail-split-lowercase-expanded): Add :version.
7512
7513         * nndiary.el (nndiary): Add :version.
7514
7515         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7516
7517         * mml-sec.el (mml-default-sign-method)
7518         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7519         Add :version.
7520
7521         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7522
7523         * mm-url.el (mm-url-use-external, mm-url-program)
7524         (mm-url-arguments): Add :version.
7525
7526         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7527         (mm-attachment-file-modes, mm-decrypt-option)
7528         (mm-w3m-safe-url-regexp): Add :version.
7529
7530         * message.el (message-cite-prefix-regexp)
7531         (message-sendmail-envelope-from, message-minibuffer-local-map)
7532         (message-user-fqdn, message-completion-alist): Add :version.
7533
7534         * gnus-win.el (gnus-configure-windows-hook)
7535         (gnus-use-frames-on-any-display): Add :version.
7536
7537         * gnus-art.el (gnus-article-address-banner-alist)
7538         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7539         (gnus-treat-from-picon, gnus-treat-mail-picon)
7540         (gnus-treat-x-pgp-sig): Add :version.
7541
7542         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7543         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7544         (gnus-summary-article-delete-hook)
7545         (gnus-summary-display-while-building): Add :version.
7546
7547         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7548         (gnus-get-top-new-news-hook):Add :version.
7549
7550         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7551         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7552
7553         * gnus-registry.el (gnus-registry): Add :version.
7554
7555         * gnus-spec.el (gnus-use-correct-string-widths)
7556         (gnus-make-format-preserve-properties): Add :version.
7557
7558         * gnus.el (gnus-group-charter-alist)
7559         (gnus-group-fetch-control-use-browse-url)
7560         (gnus-install-group-spam-parameters): Add :version.
7561
7562         * gnus-diary.el (gnus-diary): Add :version.
7563
7564         * gnus-delay.el (gnus-delay): Add :version.
7565
7566         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7567         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7568         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7569         Add :version.
7570
7571         * gnus-agent.el (gnus-agent-max-fetch-size)
7572         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7573         (gnus-agent-prompt-send-queue): Add :version.
7574
7575         * deuglify.el (gnus-outlook-deuglify): Add :version.
7576
7577         * html2text.el: Beautify code.  Improve doc strings.  Some
7578         checkdoc cleanup.
7579         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7580
7581 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7582
7583         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7584
7585 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7588         when package is loaded.
7589
7590         * spam.el (spam-summary-score-preferred-header): Add global preference
7591         for people who want to override the default SpamAssassin over
7592         Bogofilter preference (when both are set).
7593         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7594         (spam-user-format-function-S): Check
7595         spam-summary-score-preferred-header.
7596         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7597         (spam-user-format-function-S): Format the score correctly.
7598
7599 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7602         signature file.  Suggested by Manoj Srivastava
7603         <srivasta@golden-gryphon.com>.
7604
7605         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7606         iso-2022-jp even in the Japanese language environment.
7607         Suggested by Jason Rumney <jasonr@gnu.org>.
7608
7609 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7612         use the same characters as the dummy marks; make it free from
7613         getting affected by the language environment.
7614         (gnus-summary-read-group-1): Update mark positions only when the
7615         format spec is updated.
7616
7617         * gnus-spec.el (gnus-update-format-specifications): Return a list
7618         of updated types.
7619
7620 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7623         of boundp to check if display-warning is available.
7624
7625 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7628
7629 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nnspool.el (nnspool-spool-directory): Use news-path if the
7632         news-directory variable is not bound.
7633
7634         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7635         function instead of display-warning if it is not available.
7636
7637 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7638
7639         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7640         v5-10: Use `point-at-bol'.
7641
7642 2004-10-26  Simon Josefsson  <jas@extundo.com>
7643
7644         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7645         <chenggao@gmail.com>.
7646
7647 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7648
7649         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7650         instead.
7651
7652 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7653
7654         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7655         to remove a server from the nnimap-server-buffer-alist.
7656         (nnimap-open-connection, nnimap-close-server): Use it.
7657
7658         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7659
7660 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7663         running the major-mode function.
7664
7665 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7668         dummy marks in the right way.
7669
7670 2004-10-18  David Edmondson  <dme@dme.org>
7671
7672         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7673         excessively.
7674
7675 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7676
7677         * gnus-util.el (gnus-split-references): Accept a nil references
7678         string and go on blissfully.
7679
7680         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7681         cases where the references string is non-nil but has no references.
7682
7683         * encrypt.el: Add autoload tags.
7684
7685         * spam.el (spam-resolve-registrations-routine): Remove article
7686         from unregistration list too.  Reported by David Hanak
7687         <dhanak@isis.vanderbilt.edu>
7688
7689 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7692         nil.  Changed custom type.
7693
7694 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7697
7698         * gnus-sum.el (gnus-summary-move-article): Use it.
7699
7700 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7701
7702         * encrypt.el: Add autoload cookies.
7703
7704         * spam.el (spam-backend-article-list-property)
7705         (spam-backend-get-article-todo-list)
7706         (spam-backend-put-article-todo-list, )
7707         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7708         Resolve registrations separately.
7709         (spam-register-routine): Format comments.
7710         (spam-unregister-routine, spam-register-routine): Always call with
7711         specific-articles, no default list.
7712         (spam-summary-prepare-exit): Use the spam-classifications function.
7713
7714         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7715         gnus-encrypt.el.
7716
7717         * encrypt.el: copied from gnus-encrypt.el
7718
7719         * gnus-encrypt.el: commented that it's obsolete
7720
7721 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7724         (gnus-score-save): Use it.
7725
7726         * message.el (message-bury): Use `window-dedicated-p'.
7727
7728 2004-10-15  Simon Josefsson  <jas@extundo.com>
7729
7730         * pop3.el (top-level): Don't require nnheader.
7731         (pop3-read-timeout): Add.
7732         (pop3-accept-process-output): Add.
7733         (pop3-read-response, pop3-retr): Use it.
7734
7735 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7736
7737         * spam.el (spam-register-routine): Move comment.
7738         (spam-verify-bogofilter): Use 'unknown for the initial
7739         spam-bogofilter-valid state, not 'never.
7740
7741         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7742         for netrc-machine.
7743
7744         * nnimap.el (nnimap-open-connection): Use
7745         netrc-machine-user-or-password.
7746
7747 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7748
7749         * gnus-registry.el (gnus-registry-unload-hook):
7750         Set as a variable with add-hook.
7751
7752         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7753         of news-path.
7754
7755         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7756
7757         * spam.el: Delete duplicate `provide'.
7758         (spam-unload-hook): Set as a variable with add-hook.
7759
7760 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7763         in the doc string.
7764
7765         * message.el (message-ignored-news-headers)
7766         (message-ignored-supersedes-headers)
7767         (message-ignored-resent-headers)
7768         (message-forward-ignored-headers): Improve custom type.
7769
7770 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * message.el (message-tokenize-header): Fix 2004-09-06 change
7773         which used point-min in the wrong place.
7774
7775 2004-10-12  Simon Josefsson  <jas@extundo.com>
7776
7777         * tls.el (tls-certtool-program): New variable.
7778         (tls-certificate-information): New function, based on
7779         ssl-certificate-information.
7780
7781 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * compface.el: Move the version of ELisp-based uncompface program
7784         to the contrib directory because of the copyright problem.
7785
7786 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * message.el (message-kill-buffer): Raise the current frame.
7789
7790 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7793
7794         * gnus.el (message-y-or-n-p): Autoload.
7795
7796         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7797         (pop3-password-required, pop3-authentication-scheme)
7798         (pop3-leave-mail-on-server): Made customizable.
7799         (pop3): New custom group.
7800         (pop3-retr): Remove `sleep-for' statements.
7801         Suggested by Dave Love <fx@gnu.org>.
7802
7803         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7804         Windows/DOS.
7805
7806         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7807         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7808         Dave Love <fx@gnu.org>.
7809
7810         * mml.el (mml-minibuffer-read-disposition): Require match.
7811         Suggested by Dave Love <fx@gnu.org>.
7812
7813 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7816         doc string.
7817
7818 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7821
7822 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7823
7824         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7825         instead of calling `mm-insert-inline', to decode text/* parts
7826         before displaying them.
7827
7828 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-uu.el (mm-uu-text-plain-type): New variable.
7831         (mm-uu-pgp-signed-extract-1): Use it.
7832         (mm-uu-pgp-encrypted-extract-1): Use it.
7833         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7834         bind mm-uu-text-plain-type with that value.
7835         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7836         mm-uu-dissect.
7837
7838 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-group.el (gnus-update-group-mark-positions):
7841         * gnus-sum.el (gnus-update-summary-mark-positions):
7842         * message.el (message-check-news-body-syntax):
7843         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7844         of string-as-multibyte.
7845
7846 2004-10-05  Juri Linkov  <juri@jurta.org>
7847
7848         * gnus-group.el (gnus-update-group-mark-positions):
7849         * gnus-sum.el (gnus-update-summary-mark-positions):
7850         * message.el (message-check-news-body-syntax):
7851         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7852         8-bit unibyte values to a multibyte string for search functions.
7853
7854 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7857         (mm-uu-dissect-text-parts): New function.
7858
7859         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7860         dissect text parts.
7861
7862         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7863         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7864
7865         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7866
7867         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7868         gnus-current-topics instead of gnus-current-topic.
7869
7870 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7871
7872         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7873
7874 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7875
7876         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7877         where approriate.
7878
7879         * nnml.el (nnml-generate-active-info): do.
7880
7881         * nndiary.el (nndiary-generate-active-info): do.
7882
7883         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7884         (gnus-topic-move): do.
7885
7886         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7887         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7888
7889         * gnus-srvr.el (gnus-server-prepare)
7890         (gnus-server-open-all-servers): do.
7891
7892         * gnus-msg.el (gnus-summary-cancel-article)
7893         (gnus-summary-resend-message)
7894         (gnus-summary-mail-crosspost-complaint): do.
7895
7896         * gnus-move.el (gnus-change-server): do.
7897
7898         * gnus-group.el (gnus-group-unmark-all-groups)
7899         (gnus-group-set-current-level): do.
7900
7901 2004-10-04  Simon Josefsson  <jas@extundo.com>
7902
7903         * message.el (message-generate-hashcash): Doc fix.
7904
7905 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7906
7907         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7908         avoid infinite recursion via gnus-get-function.
7909
7910 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7911
7912         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7913
7914         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7915
7916         * nnmail.el (nnmail-split-history): do.
7917
7918         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7919         (nnml-request-delete-group): do.
7920
7921         * nnslashdot.el (nnslashdot-read-groups): do.
7922
7923         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7924         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7925
7926         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7927         (nnspool-sift-nov-with-sed): Use last
7928         (nnspool-retrieve-headers-with-nov): Use mapc.
7929         (nnspool-request-newgroups): Use dolist.
7930         (nnspool-request-group): Use last.
7931
7932         * nntp.el (nntp-read-server-type): Use dolist.
7933
7934         * nnvirtual.el (nnvirtual-create-mapping)
7935         (nnvirtual-update-read-and-marked): Use dolist.
7936         (nnvirtual-convert-headers): Simplify.
7937
7938 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7939
7940         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7941         support for sync'ing tick marks.
7942
7943 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7946         there's no visible header.
7947
7948 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7949
7950         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7951         necessary, pass full group name to gnus-request-set-marks.
7952
7953 2004-10-01  Simon Josefsson  <jas@extundo.com>
7954
7955         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7956         acroread.
7957
7958 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * spam-report.el (spam-report-gmane): Fix interactive.
7961
7962         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7963
7964         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7965         when writing file.
7966         (gnus-agent-synchronize-flags): Don't default to being
7967         interactive.
7968
7969 2004-09-30  Simon Josefsson  <jas@extundo.com>
7970
7971         * message.el (message-generate-hashcash): Add.
7972         (message-send-mail): Use it, call mail-add-payment.
7973
7974 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7977
7978 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7979
7980         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7981         gnus-requst-update-info with explicit code to sync the in-memory
7982         info read flags with the marks being sync'd to the backend.
7983
7984         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7985
7986 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7987
7988         * spam.el (spam-verify-bogofilter): Add new function.
7989         (spam-check-bogofilter)
7990         (spam-bogofilter-register-with-bogofilter): Use it.
7991         (spam-verify-bogofilter): Add small fixes.
7992
7993 2004-09-28  Simon Josefsson  <jas@extundo.com>
7994
7995         * hashcash.el (hashcash-generate-payment): Revert.
7996
7997 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7998
7999         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8000         gnus-extract-references instead of gnus-split-references.
8001
8002         * gnus-util.el (gnus-extract-references): Add new function, analogous
8003         to gnus-split-references but extracts only the message-ID without
8004         anything extra.
8005
8006         * hashcash.el (hashcash-generate-payment)
8007         (hashcash-check-payment): Do the right thing if hashcash-path is
8008         nil (because the hashcash program could not be found).
8009
8010         * spam.el (spam-use-hashcash): Remove comment.
8011
8012 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
8013
8014         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8015         (gnus-cache-enter-article, gnus-cache-remove-article)
8016         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8017
8018         * gnus-async.el (gnus-async-prefetch-remove-group): do.
8019
8020         * gnus-art.el (article-hide-boring-headers)
8021         (article-translate-strings, article-display-face)
8022         (gnus-article-mime-match-handle-first)
8023         (gnus-article-highlight-headers)
8024         (gnus-article-add-buttons-to-head): do.
8025
8026 2004-09-27  Simon Josefsson  <jas@extundo.com>
8027
8028         * hashcash.el: New version, from
8029         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
8030         ../contrib/.
8031
8032 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8035
8036 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8037
8038         * gnus-dup.el (gnus-dup-open): Use mapc.
8039         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8040
8041         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8042         Reported by Stefan Wiens <s.wi@gmx.net>.
8043
8044         * gnus.el (gnus-shutdown): Use dolist.
8045
8046         * gnus-undo.el (gnus-undo): Use mapc.
8047
8048         * nnrss.el (nnrss-generate-active): do.
8049
8050         * message.el (message-cite-original-without-signature)
8051         (message-cite-original): Use mapc.
8052         (message-do-actions, message-make-forward-subject): Use dolist.
8053
8054 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8055
8056         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8057         deletion to remove entire duplicate line.  Fixes merged article
8058         number bug.
8059
8060 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
8061
8062         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8063         servers that are offline.  Avoids having gnus-agent-toggle-plugged
8064         first ask if you want to open a server and then, even when you
8065         responded with no, asking if you want to synchronize the server's
8066         flags.
8067         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8068         multi-line expressions.
8069         (gnus-agent-synchronize-group-flags): New internal function.
8070         Updates marks in memory (in the info structure) AND in the
8071         backend.
8072
8073         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8074
8075         * nnagent.el (nnagent-request-set-mark): Use
8076         gnus-agent-synchronize-group-flags, not backend's request-set-mark
8077         method, to ensure that synchronization updates marks in the
8078         backend and in the info (in memory) structure.
8079
8080 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8083         convention fully; don't miss the root article of a thread; make
8084         the X-Draft-From header with correct article numbers.
8085
8086 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
8087
8088         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8089         unless plugged.  Disable the agent so that an open failure causes
8090         an error.
8091
8092         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8093         Reverted 2004-09-21 change.  The backend must be opened while
8094         synchronizing flags even when the backend stores the flags
8095         locally.
8096
8097 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8098
8099         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8100         in `header' match.  Reported by Svend Tollak Munkejord.
8101
8102         * message.el (message-cite-original): Fix use of
8103         `message-cite-articles-with-x-no-archive'.
8104
8105 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8108         (gnus-window-to-buffer): Ditto.
8109
8110         * mml.el (mml-preview-buffer): New variable.
8111         (mml-preview): Manage window layout with gnus-buffer-configuration.
8112
8113         * gnus-msg.el (gnus-setup-message): Put article numbers into the
8114         X-Draft-From header even if those articles aren't quoted.
8115
8116 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
8117
8118         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8119         (gnus-request-set-mark, gnus-request-update-mark): Use new
8120         g-s-t-u-l-m to decide to use backend even when unplugged.
8121
8122 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8125         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
8126
8127 2004-09-20  Simon Josefsson  <jas@extundo.com>
8128
8129         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8130         "utf-16-le".
8131
8132 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8133
8134         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8135
8136 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * uudecode.el (uudecode-use-external): Add :version.
8139
8140         * smime.el (smime-CA-file, smime-encrypt-cipher)
8141         (smime-dns-server): Add :version.
8142
8143         * smiley.el (gnus-smiley-file-types): Add :version.
8144
8145         * sha1.el (sha1-use-external): Add :version.
8146
8147         * pgg-def.el (pgg-query-keyserver): Add :version.
8148
8149         * nnmail.el (nnmail-fancy-expiry-targets)
8150         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8151         Add :version.
8152
8153         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8154         (nnimap-retrieve-groups-asynchronous): Add :version.
8155         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
8156
8157         * mml.el (mml-content-disposition-parameters)
8158         (mml-insert-mime-headers-always): Add :version.
8159
8160         * mm-util.el (mm-coding-system-priorities): Add :version.
8161
8162         * mm-decode.el (mm-inline-text-html-with-images)
8163         (mm-keep-viewer-alive-types, mm-external-terminal-program)
8164         (mm-verify-option): Add :version.
8165         (mm-text-html-renderer): Change :version.
8166
8167         * message.el (message-fcc-externalize-attachments)
8168         (message-required-headers, message-draft-headers)
8169         (message-subject-trailing-was-query)
8170         (message-subject-trailing-was-ask-regexp)
8171         (message-subject-trailing-was-regexp, message-mark-insert-begin)
8172         (message-mark-insert-end, message-archive-header)
8173         (message-archive-note, message-cross-post-default)
8174         (message-cross-post-note, message-followup-to-note)
8175         (message-cross-post-note-function, message-use-mail-followup-to)
8176         (message-subscribed-address-functions)
8177         (message-subscribed-address-file, message-subscribed-addresses)
8178         (message-subscribed-regexps, message-allow-no-recipients)
8179         (message-yank-cited-prefix, message-signature-insert-empty-line)
8180         (message-hidden-headers, message-hierarchical-addresses)
8181         (message-mail-user-agent, message-use-idna)
8182         (message-valid-fqdn-regexp)
8183         (message-strip-special-text-properties, message-header-synonyms)
8184         (message-beginning-of-line, message-tab-body-function): Add :version.
8185         (message-insert-canlock, message-wide-reply-confirm-recipients):
8186         Change :version.
8187
8188         * mail-source.el (mail-source-ignore-errors): Add :group, :type
8189         and :version.
8190         (mail-source-delete-old-incoming-confirm)
8191         (mail-source-movemail-program): Add :version.
8192
8193         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8194         (gnus-agent-cache, gnus-agent): Change :version.
8195
8196         * gnus-util.el (gnus-use-byte-compile): Change :version.
8197
8198         * gnus-sum.el (gnus-summary-make-false-root-always)
8199         (gnus-summary-default-high-score)
8200         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8201         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8202         (gnus-read-all-available-headers, gnus-article-emulate-mime)
8203         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8204         (gnus-sum-thread-tree-single-indent)
8205         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8206         (gnus-sum-thread-tree-leaf-with-other)
8207         (gnus-sum-thread-tree-single-leaf): Add :version.
8208         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8209         (gnus-article-loose-mime): Change :version.
8210
8211         * gnus-start.el (gnus-backup-startup-file)
8212         (gnus-save-startup-file-via-temp-buffer): Add :version.
8213
8214         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8215         (gnus-server-offline-face): Add :version.
8216
8217         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8218
8219         * gnus-msg.el (gnus-gcc-externalize-attachments)
8220         (gnus-debug-files, gnus-debug-exclude-variables)
8221         (gnus-discouraged-post-methods): Change :version.
8222         (gnus-confirm-mail-reply-to-news)
8223         (gnus-confirm-treat-mail-like-news): Add :version.
8224
8225         * gnus-int.el (gnus-server-unopen-status): Add :version.
8226
8227         * gnus-group.el (gnus-group-jump-to-group-prompt)
8228         (gnus-large-ephemeral-newsgroup)
8229         (gnus-fetch-old-ephemeral-headers): Add :version.
8230
8231         * gnus-fun.el (gnus-x-face-directory)
8232         (gnus-convert-pbm-to-x-face-command)
8233         (gnus-convert-image-to-x-face-command)
8234         (gnus-convert-image-to-face-command): Add :version.
8235
8236         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8237
8238         * gnus-cite.el (gnus-cite-blank-line-after-header)
8239         (gnus-article-boring-faces): Add :version.
8240
8241         * gnus-art.el (gnus-buttonized-mime-types)
8242         (gnus-inhibit-mime-unbuttonizing)
8243         (gnus-treat-display-face)
8244         (gnus-treat-body-boundary): Change :version.
8245         (gnus-body-boundary-delimiter, gnus-picon-databases)
8246         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8247         (gnus-treat-date-english, gnus-treat-fold-headers)
8248         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8249         (gnus-treat-mail-picon, gnus-treat-wash-html)
8250         (gnus-article-encrypt-protocol)
8251         (gnus-use-idna, gnus-article-over-scroll)
8252         (gnus-mime-display-multipart-alternative-as-mixed)
8253         (gnus-mime-display-multipart-related-as-mixed)
8254         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8255         (gnus-ctan-url, gnus-button-ctan-handler)
8256         (gnus-button-handle-ctan-bogus-regexp)
8257         (gnus-button-ctan-directory-regexp)
8258         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8259         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8260         (gnus-button-man-level, gnus-button-emacs-level)
8261         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8262
8263         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8264         (gnus-agent-go-online): Change :version.
8265         (gnus-agent-expire-unagentized-dirs)
8266         (gnus-agent-auto-agentize-methods): Add :version.
8267
8268         * flow-fill.el (fill-flowed-display-column)
8269         (fill-flowed-encode-column): Add :version.
8270
8271         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8272         (gnus-outlook-deuglify-unwrap-max)
8273         (gnus-outlook-deuglify-cite-marks)
8274         (gnus-outlook-deuglify-unwrap-stop-chars)
8275         (gnus-outlook-deuglify-no-wrap-chars)
8276         (gnus-outlook-deuglify-attrib-cut-regexp)
8277         (gnus-outlook-deuglify-attrib-verb-regexp)
8278         (gnus-outlook-deuglify-attrib-end-regexp)
8279         (gnus-outlook-display-hook): Add :version.
8280
8281         * binhex.el (binhex-use-external): Add :version.
8282
8283 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8286         and `invisible'.
8287
8288 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8289
8290         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8291         in gnus-registry-trim.
8292
8293 2004-09-13  Simon Josefsson  <jas@extundo.com>
8294
8295         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8296
8297         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8298
8299         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8300         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8301         <yamaoka@jpl.org>.
8302         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8303         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8304         <yamaoka@jpl.org>.
8305
8306         * sieve.el (sieve-manage-mode): Ditto.
8307
8308 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8311
8312 2004-09-11  Simon Josefsson  <jas@extundo.com>
8313
8314         * dns-mode.el: Add.
8315
8316         * mm-view.el (mm-display-dns-inline): Add.
8317
8318         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8319         (mm-automatic-display): Ditto.
8320
8321         * mailcap.el (mailcap-mime-data): Add text/dns.
8322         (mailcap-mime-extensions): Map .soa to text/dns.
8323
8324 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8325
8326         * gnus-art.el (article-decode-mime-words, article-babel)
8327         (gnus-article-highlight-signature, gnus-article-add-buttons)
8328         (gnus-signature-toggle): Remove unnecessary bindings of
8329         `inhibit-read-only' inherited from v5.10 merge.
8330
8331 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * nntp.el (nntp): New customization group.
8334         (nntp-authinfo-file): Add customization group.
8335
8336         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8337
8338         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8339
8340         * gnus.el (to-address, to-list, subscribed)
8341         (large-newsgroup-initial): Ditto.
8342
8343         * flow-fill.el (fill-flowed-display-column)
8344         (fill-flowed-encode-column): Ditto.
8345
8346 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8347
8348         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8349         Use point-min rather than 1.
8350         (message-send-mail): Use buffer-size rather than point-max.
8351
8352         * gnus-sum.el (gnus-summary-search-article-forward):
8353         Signal a specific `search-failed' rather than a generic `error'.
8354
8355         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8356         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8357         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8358
8359 2004-09-10  Simon Josefsson  <jas@extundo.com>
8360
8361         * nndb.el (require): Remove tcp and duplicate cl.
8362
8363 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-agent.el (directory-files-and-attributes): Move forward.
8366
8367 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8368
8369         * gnus-agent.el (directory-files-and-attributes): Optionally
8370         defined to support XEmacs.
8371
8372 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8373
8374         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8375         to avoid run-time CL dependencies.
8376         (gnus-agent-unfetch-articles): New function.
8377         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8378         article numbers even when local .overview file is missing.
8379         (gnus-agent-read-article-number): New function. Only accepts
8380         27-bit article numbers.
8381         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8382         gnus-agent-read-article-number.
8383         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8384         from backend while recognizing that article numbers in .overview
8385         must be valid.
8386         (gnus-agent-update-files-total-fetched-for): Use
8387         directory-files-and-attributes to improve performance.
8388         * gnus-int.el (gnus-request-move-article): Use
8389         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8390         improve performance.
8391
8392         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8393         some users confused by references to .newsrc when they only have a
8394         .newsrc.eld file.
8395         (gnus-convert-mark-converter-prompt,
8396         gnus-convert-converter-needs-prompt): Fixed use of property list.
8397         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8398         New function. Used internally to only display 'gnus converting
8399         files' message when actually necessary.
8400
8401         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8402         methods now autoloaded.
8403
8404 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8407         identifiers.
8408
8409 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-picon.el: Fix indentation and closing parenthesis.
8412
8413 2004-09-01  Simon Josefsson  <jas@extundo.com>
8414
8415         * message.el (message-canlock-generate): Require sha1, not
8416         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8417         to require within a function.  Sadly, if sha1.el isn't loaded, the
8418         let binding in m-c-g will hide the defcustom definition, which is
8419         bad.)
8420
8421         * canlock.el: Require sha1, not sha1-el.
8422
8423         * message.el: Don't autoload sha1 (there is a autoload cookie in
8424         sha1.el).
8425
8426         * sha1-el.el: Renamed to sha1.el.
8427
8428 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8429
8430         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8431
8432 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8433
8434         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8435
8436 2004-08-30  Kim F. Storm  <storm@cua.dk>
8437
8438         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8439
8440         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8441         Add :group 'nnimap.
8442
8443 2004-08-30  Andreas Schwab  <schwab@suse.de>
8444
8445         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8446         ?* and ?\;.
8447
8448         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8449         and ?\' to symbol instead of whitespace.
8450
8451 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8454
8455         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8456         instead of re-search-forward.
8457
8458         * gnus-uu.el (gnus-uu-save-article): Ditto.
8459         (gnus-uu-post-encode-uuencode): Ditto.
8460
8461         * html2text.el (html2text-clean-list-items): Ditto.
8462         (html2text-clean-dtdd): Ditto.
8463         (html2text-format-tags): Ditto.
8464
8465         * message.el (message-send-mail-with-sendmail): Fix regexp.
8466         (message-fill-field-general): Use search-forward instead of
8467         re-search-forward.
8468         (unbold-region): Ditto.
8469
8470         * nnrss.el (nnrss-request-article): Ditto.
8471
8472         * nnslashdot.el (nnslashdot-request-article): Ditto.
8473
8474         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8475
8476         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8477         "Unrecognized menu descriptor" error in XEmacs.
8478
8479 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8480
8481         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8482         parent article of a sparse article in the thread hashtb.
8483
8484 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8485
8486         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8487         (nnmail-expand-newtext): Lowercase expanded entries if
8488         nnmail-split-lowercase-expanded is non-nil.
8489
8490 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8493         entry.
8494
8495         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8496         of gnus-tmp-news-method into string under XEmacs.  It will be
8497         passed to gnus-correct-length which takes only a string argument.
8498
8499 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-util.el (gnus-bind-print-variables): New macro.
8502         (gnus-prin1): Use it.
8503         (gnus-prin1-to-string): Use it.
8504         (gnus-pp): New function.
8505         (gnus-pp-to-string): New function.
8506
8507         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8508         pp-to-string with gnus-pp-to-string.
8509         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8510         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8511         * gnus-msg.el (gnus-debug): Ditto.
8512         * gnus-score.el (gnus-score-save): Ditto.
8513         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8514         gnus-pp-to-string.
8515         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8516         with gnus-pp.
8517         * score-mode.el (gnus-score-pretty-print): Ditto.
8518         * webmail.el (webmail-debug): Ditto.
8519
8520 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-art.el (article-display-face, article-display-x-face): Use
8523         buffer-read-only.
8524
8525 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-art.el (article-hide-list-identifiers): Bind
8528         inhibit-read-only as t.
8529
8530 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8533
8534 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8535
8536         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8537         (gnus-narrow-to-page): Don't assume point-min == 1.
8538         (gnus-article-edit-mode): Derive from message-mode.
8539
8540         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8541         point-min == 1.
8542
8543         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8544         Disable incorrect use of `assert'.
8545
8546         * message.el (message-mode): Set comment-start-skip.
8547
8548
8549 2004-08-22  Sam Steingold  <sds@gnu.org>
8550
8551         * pop3.el (pop3-leave-mail-on-server): New user variable.
8552         (pop3-movemail): Delete mail only when it is nil.
8553
8554 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8555
8556         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8557
8558         * mml.el (mml-preview): Use `pop-to-buffer'.
8559
8560         * message.el (message-goto-mail-followup-to): Insert after "To".
8561         (message-carefully-insert-headers): Add comment.
8562
8563         * gnus.el: Remove unused variable `gnus-article-check-size'.
8564
8565         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8566
8567         * gnus-art.el (gnus-button-alist): Improve
8568         `gnus-button-handle-library' entry.
8569
8570 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8571
8572         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8573         downcase, since XEmacs capitalizes error messages differently.
8574
8575 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8576
8577         * nntp.el: Add (require 'gnus) due to reference to
8578         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8579
8580 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8581
8582         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8583         `mm-fill-flowed'.
8584
8585         * mm-decode.el (mm-dissect-singlepart): Check it.
8586
8587 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8588
8589         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8590         'imap' for netrc parsing.
8591
8592 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * mailcap.el (mailcap-mime-data): Mark as risky.
8595
8596 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8599         may be included in the encoded word.
8600         (rfc2047-encode): Don't append a space if the encoded word
8601         includes close parenthesis.
8602
8603 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8606         of text within parentheses.
8607
8608 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8609
8610         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8611         (gnus-encrypt-write-file-contents): Make the password key the file
8612         name PLUS the cipher, not just the cipher.  Also remove failed
8613         passwords from the cache.
8614
8615 2004-08-06  Simon Josefsson  <jas@extundo.com>
8616
8617         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8618         fix.
8619
8620 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8623         LWSP.
8624
8625 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8626
8627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8628         to append in-reply-to: data to the references: header.
8629
8630         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8631         (netrc-parse): Use gnus-encrypt.el functions.
8632
8633         * gnus-encrypt.el: Add new file for encryption support; currently
8634         does only a few GPG ciphers and an internal XOR cipher.
8635
8636         * password.el: Add comments on using password-read-and-add.
8637         (password-read-and-add): Add function to read and add the
8638         password to the cache at once.
8639
8640 2004-07-28  Simon Josefsson  <jas@extundo.com>
8641
8642         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8643         parameter (but don't use it, for now).
8644
8645         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8646         instead of hard coding to nil.
8647
8648 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8651         as mm-inline-image-xemacs does.
8652
8653 2004-07-26  Simon Josefsson  <jas@extundo.com>
8654
8655         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8656         Revert part of 2004-07-17 change below.
8657
8658 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8661         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8662
8663 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664
8665         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8666         quotes that actually start with ">" at the beginning of the
8667         lines.
8668
8669 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * rfc2047.el (rfc2047-encode-region): Fix last change.
8672         (rfc2047-encode-parameter): Remove useless concat.
8673
8674 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8677         encode special characters; fix some kind of misconfigured headers;
8678         signal a real error if debug-on-quit or debug-on-error is non-nil.
8679         (rfc2047-encode-max-chars): New variable.
8680         (rfc2047-encode-1): Use it.
8681         (rfc2047-encode-parameter): New function.
8682
8683         * mml.el (mml-insert-parameter): Remove an excessive space.
8684
8685 2004-07-17  Simon Josefsson  <jas@extundo.com>
8686
8687         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8688         Kai Grossjohann <kai@emptydomain.de>.
8689         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8690         (gnus-group-make-menu-bar): Ditto.
8691
8692         * gnus-util.el (gnus-group-server): Add.
8693
8694 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8695
8696         * message.el (message-clone-locals): Clone sendmail and smtp
8697         variables.
8698
8699 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2047.el (rfc2047-encode-region): Fix last change.
8702
8703 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8706         characters as non-special.
8707
8708 2004-07-09  Simon Josefsson  <jas@extundo.com>
8709
8710         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8711         Users will lose all flag changes made while unplugged with
8712         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8713         good default.  See numerous reports on ding mailing list.
8714
8715 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8718         add generate-head-function and generate-article-function to the
8719         rfc822-forward entry.
8720         (nndoc-rfc822-forward-generate-article): New function.
8721         (nndoc-rfc822-forward-generate-head): New function.
8722
8723         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8724
8725 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8726
8727         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8728         respect display group parameter and gnus-summary-expunge-below.
8729         (gnus-articles-to-read): Remove unused reference to display group
8730         parameter.
8731
8732 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * nnheader.el (nnheader-uniquify-message-id): New experimental
8735         variable.
8736         (nnheader-nov-read-message-id): Use it.
8737
8738         * spam-report.el (spam-report-gmane): Add interactive.
8739
8740 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8743         qp-or-base64 for the application/* types.
8744
8745 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8746
8747         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8748
8749 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8752         trim value.
8753
8754 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8755
8756         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8757         New macro and function.
8758         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8759
8760 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8763         after-load-alist.
8764
8765 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8766
8767         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8768         update info that isn't there.
8769
8770 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8771
8772         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8773         entry.
8774
8775 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * mm-view.el (mm-inline-render-with-function): Use multibyte
8778         buffer; decode html source by charset.
8779
8780         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8781
8782         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8783         Mule-UCS is loaded under XEmacs.
8784         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8785
8786 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8787
8788         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8789
8790 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * mm-util.el (mm-coding-system-p): Return a coding-system.
8793         (mm-mime-mule-charset-alist): Use shift_jis instead of
8794         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8795         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8796         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8797         instead of japanese-shift-jis and iso-latin-1 respectively in
8798         order to share the default value with both Emacs and XEmacs-mule.
8799         (mm-mule-charset-to-mime-charset): Make
8800         mm-coding-system-priorities effective.
8801         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8802         while predicating of candidates upon the priorities.
8803
8804 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8805
8806         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8807         gnus-uu-invert-processable.
8808
8809         * gnus.el: Autoload gnus-uu-invert-processable.
8810
8811 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * mm-util.el (mm-with-multibyte-buffer): New macro.
8814
8815         * rfc2047.el (rfc2047-encode-string): Use it.
8816         (rfc2047-encode-region): Move point to the end of the region after
8817         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8818
8819 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8822         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8823
8824 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8827         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8828         Karl Chen <quarl@nospam.quarl.org>.
8829
8830 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8831
8832         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8833         invalid addresses.
8834
8835 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * spam.el: Change section markers, revise TODO list.
8838         (spam-backends): Make new master list of all installed backends.
8839         (spam-summary-exit-behavior): Add new variable to determine how
8840         messages moves are done at summary exit.
8841         (spam-move-spam-nonspam-groups-only)
8842         (spam-process-ham-in-nonham-groups)
8843         (spam-process-ham-in-spam-groups): Remove variables, the
8844         spam-summary-exit-behavior variable should be used to manage this
8845         behavior.
8846         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8847         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8848         and spam-old-spam-articles.
8849         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8850         Add empty variables, placeholders for the backends they represent.
8851         (spam-set-difference): Move, unchanged.
8852         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8853         unless the user has a processor variable.
8854         (spam-classifications, spam-classification-valid-p)
8855         (spam-backend-properties, spam-backend-property-valid-p)
8856         (spam-backend-function-type-valid-p)
8857         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8858         (spam-report-articles-gmane, spam-report-articles-resend):
8859         Remove functions, they are not needed.
8860         (spam-install-backend-super, spam-backend-list)
8861         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8862         (spam-backend-function, spam-backend-ham-registration-function)
8863         (spam-backend-spam-registration-function)
8864         (spam-backend-ham-unregistration-function)
8865         (spam-backend-spam-unregistration-function)
8866         (spam-backend-statistical-p, spam-backend-mover-p)
8867         (spam-install-backend-alias, spam-install-checkonly-backend)
8868         (spam-install-mover-backend, spam-install-nocheck-backend)
8869         (spam-install-backend, spam-install-statistical-backend)
8870         (spam-install-statistical-checkonly-backend): Add backend installation
8871         support.
8872         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8873         (spam-group-processor-p): Use the new backend code and respect the
8874         summary exit behavior.
8875         (spam-mark-spam-as-expired-and-move-routine): Remove.
8876         (spam-summary-prepare): Change to use the new spam-old-articles
8877         variable.
8878         (spam-copy-or-move-routine, spam-copy-spam-routine)
8879         (spam-move-spam-routine, spam-copy-ham-routine)
8880         (spam-move-ham-routine): Add code to copy/move ham or spam.
8881         (spam-fetch-field-fast): Improve doc and code, plus allow the
8882         'number request.
8883         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8884         variables.
8885         (spam-split, spam-find-spam): Use the new backend code.
8886         (spam-registration-functions): Remove variable.
8887         (spam-unregister-routine): Add convenience wrapper.
8888         (spam-log-undo-registration, spam-register-routine)
8889         (spam-log-processing-to-registry)
8890         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8891         where possible.
8892         (spam-check-gmane-xref, spam-check-regex-headers)
8893         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8894         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8895         (spam-check-bogofilter-headers, spam-check-spamoracle)
8896         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8897         (spam-check-crm114-headers): Use the spam-split-group that
8898         spam-split prepares, no need to determine it every time.
8899
8900         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8901         to the nnheader-parse-naked-head call.
8902
8903         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8904
8905         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8906         the nnheader-nov-read-message-id call.
8907
8908 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8911         gnus-activate-group twice.  Suggested by Markus Peter
8912         <warp@spin.de>.
8913
8914 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (gnus-article-time-format): Exchange the order of
8917         day and month in the default value; fix customization type.
8918         (article-date-ut): Use add-text-properties.
8919         (article-make-date-line): Use message-make-date instead of
8920         current-time-string.
8921
8922         * message.el (message-fetch-field): Don't use set-text-properties.
8923         (message-make-date): Simplify.
8924
8925         * messagexmas.el (message-xmas-make-date): New function.
8926         (message-xmas-redefine): Defalias message-make-date to it.
8927
8928 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8931         (rfc2047-encode-region): Treat text within parentheses as special;
8932         show the original text when error has occurred.
8933
8934         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8935         already-computed method to gnus-activate-group.
8936
8937         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8938         same select-methods identical Lisp objects.
8939
8940         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8941         object when modifying the info.
8942
8943 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8946         gnus-opened-servers since it has never been opened with the new
8947         configuration yet.
8948
8949 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8952         arg to nnheader-generate-fake-message-id.
8953
8954 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8955
8956         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8957         number and build a fake message ID localized to a group and
8958         article number (so it's repeatable from that point on).
8959         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8960         ID format.
8961
8962         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8963         nnheader-generate-fake-message-id with the article number.
8964
8965 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8966
8967         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8968         end-of-buffer.
8969
8970 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8971
8972         * message.el (message-ignored-supersedes-headers): Add Approved.
8973
8974 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8977         goto-char.
8978         (rfc2047-encode): Fold the line before encoding.
8979
8980 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8983         folding -- not all headers can be folded, and this should be done
8984         by the message composition mode.  Probably.  I think.
8985
8986 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8989         fast.
8990
8991         * gnus-ems.el (gnus-remove-image): Don't use
8992         message-text-with-property; remove only the image found first.
8993
8994         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8995         found first.
8996
8997 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8998
8999         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9000
9001 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * message.el (message-text-with-property): Make it fast and accept
9004         optional arguments.
9005         (message-strip-forbidden-properties): Use it.
9006         (message-fix-before-sending): Follow the m-t-w-p change.
9007
9008         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9009
9010 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (article-hide-headers): Don't change the buffer
9013         mistakenly when performing mml-preview even if
9014         gnus-single-article-buffer is nil.
9015
9016 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
9017
9018         * message.el (message-expand-name-databases): New user option.
9019         (message-expand-name): Use it.
9020
9021 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
9022
9023         * spam.el (spam-report-articles-resend)
9024         (spam-report-resend-register-routine): Allow ham reporting.
9025         (spam-report-resend-register-ham-routine): Add wrapper.
9026         (spam-registration-functions): Add ham resending functions.
9027         (spam-list-of-processors): Add ham resend processor.
9028
9029         * gnus.el (ham-resend-to): Add new group parameter.
9030         (spam-process): Add ham resend option.
9031
9032         * spam-report.el (spam-report-resend): Allow reporting ham.
9033         (spam-report-resend-ham): Add wrapper.
9034
9035 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * message.el (message-cite-articles-with-x-no-archive): New
9038         variable.
9039         (message-cite-original): Use it.
9040
9041 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * message.el (message-cite-original): Respect X-No-Archive.
9044
9045 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (article-hide-headers): Refer to the values for
9048         gnus-ignored-headers and gnus-visible-headers in the summary
9049         buffer since a user may have set them as group parameters.
9050
9051 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
9052
9053         * assistant.el (assistant-node-name): Add convenience function.
9054         (assistant-render-text, assistant-render-node): Add error handling,
9055         plus handle multiple next nodes.
9056         (assistant-find-next-node): Comment out for now.
9057         (assistant-find-next-nodes): Add function, returns list of next
9058         nodes.
9059
9060 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * mail-source.el (mail-source-directory): Fix doc-string.
9063
9064 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
9065
9066         * assistant.el (assistant-render-text, assistant-eval): Add :set
9067         widget type, which is different because it takes and returns a
9068         list.  Much hilarity ensues.
9069
9070 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9073
9074         * gnus-group.el (gnus-group-get-new-news-this-group): Added
9075         doc-string.
9076
9077         * gnus-start.el (gnus-activate-group): Added doc-string.
9078
9079 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9082
9083 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * assistant.el (assistant-render-text): Try to add a :set
9086         widget, more to come.
9087
9088         * spam.el (spam-group-spam-contents-p): Handle empty groupname
9089         strings.
9090         (spam-report-articles-resend)
9091         (spam-register-routine): Do registration iff any articles warrant
9092         it.
9093         (spam-summary-prepare-exit): Change log message for nil group
9094         destinations.
9095
9096 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
9097
9098         * spam.el (spam-report-resend-register-routine): Allow
9099         spam-report-resend-to to be a group parameter or a global value.
9100
9101 2004-05-26  Simon Josefsson  <jas@extundo.com>
9102
9103         * starttls.el: Merge with my GNUTLS based starttls.el.
9104         (starttls-gnutls-program, starttls-use-gnutls)
9105         (starttls-extra-arguments, starttls-process-connection-type)
9106         (starttls-connect, starttls-failure, starttls-success): New
9107         variables.
9108         (starttls-program, starttls-extra-args): Doc fix.
9109         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9110         functions.
9111         (starttls-negotiate, starttls-open-stream): Check
9112         `starttls-use-gnutls' and pass on to corresponding *-gnutls
9113         function if it is set.
9114
9115 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9118         structured fields.
9119
9120 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9123
9124 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
9125
9126         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9127         variable.
9128         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
9129         assigning the spam-mark to new messages.
9130
9131 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
9132
9133         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9134
9135 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * dgnushack.el: Autoload customize-set-variable for XEmacs.
9138
9139         * rfc2047.el (rfc2047-encodable-p): Don't move point.
9140         (rfc2047-decode): Treat the ascii coding-system as raw-text by
9141         default.
9142
9143 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
9144
9145         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
9146         correct data.
9147
9148 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
9149
9150         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9151         (spam-group-processor-p): Fix function.
9152         (spam-group-processor-multiple-p)
9153         (spam-group-spam-processor-report-gmane-p)
9154         (spam-group-spam-processor-report-resend-p)
9155         (spam-group-spam-processor-bogofilter-p)
9156         (spam-group-spam-processor-blacklist-p)
9157         (spam-group-spam-processor-ifile-p)
9158         (spam-group-ham-processor-ifile-p)
9159         (spam-group-spam-processor-spamoracle-p)
9160         (spam-group-spam-processor-crm114-p)
9161         (spam-group-ham-processor-bogofilter-p)
9162         (spam-group-spam-processor-stat-p)
9163         (spam-group-ham-processor-stat-p)
9164         (spam-group-ham-processor-whitelist-p)
9165         (spam-group-ham-processor-BBDB-p)
9166         (spam-group-ham-processor-spamoracle-p)
9167         (spam-group-ham-processor-copy-p): Remove functions with some
9168         prejudice against unneeded code.
9169         (spam-report-articles-resend)
9170         (spam-report-resend-register-routine): Allow the group/topic
9171         spam-resend-to value to override spam-report-resend-to.
9172         (spam-summary-prepare-exit): Invoke spam-group-processor-p
9173         properly now.
9174
9175         * gnus.el (spam-resend-to): Add group/topic parameter.
9176         (spam-process): Move the OBSOLETE processors to the end of the
9177         choices.
9178
9179 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
9180
9181         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9182         with resend-to set to nil, and then ask the user if necessary.
9183         (spam-report-resend): spam-report-resend takes a list of articles, not
9184         separate article numbers.
9185
9186 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9189         addition to emacs-w3m.
9190
9191 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * assistant.el (assistant-authinfo-data): New function.
9194         (assistant-eval): Eval for entire assistant.
9195
9196         * netrc.el (netrc-services-file): New variable.
9197         (netrc-parse-services): New function.
9198         (netrc-find-service-name): New function.
9199         (netrc-find-service-number): New function.
9200         (netrc-port-equal): New function.
9201         (netrc-machine): Use it.
9202
9203         * nnimap.el (nnimap-open-connection): Use netrc.
9204
9205         * gnus-util.el (gnus-netrc-get): Remove aliases.
9206
9207         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9208
9209         * assistant.el (wid-edit): Fix compilation.
9210
9211         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9212
9213 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
9214
9215         * gnus-util.el (gnus-set-file-modes): New function.  (small
9216         patch).
9217
9218 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9221
9222         * assistant.el (assistant-render-node): Fix up rendering and
9223         read-only text.
9224         (assistant-render-node): Reset.
9225         (assistant-make-read-only): Not sticky.
9226
9227 2004-05-20  Danny Siu  <dsiu@adobe.com>
9228
9229         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9230         centered even when gnus-auto-center-summary is t
9231
9232 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9233
9234         * dns.el (dns-get-txt-answer): New function.
9235         (dns-read-txt): Ditto.
9236         (query-dns): Use it.
9237
9238 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9241         active for foreign groups even if the group level is higher than
9242         the specified value.
9243
9244 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9247         non-active groups.
9248
9249         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9250
9251 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9252
9253         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9254
9255 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9256
9257         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9258         (spam-crm114-header, spam-crm114-spam-switch)
9259         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9260         (spam-crm114-positive-spam-header)
9261         (spam-crm114-database-directory, spam-list-of-processors)
9262         (spam-group-spam-processor-crm114-p)
9263         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9264         (spam-generic-score, spam-list-of-checks)
9265         (spam-list-of-statistical-checks, spam-registration-functions)
9266         (spam-check-crm114-headers, spam-crm114-score)
9267         (spam-check-crm114, spam-crm114-register-with-crm114)
9268         (spam-crm114-register-spam-routine)
9269         (spam-crm114-unregister-spam-routine)
9270         (spam-crm114-register-ham-routine)
9271         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9272         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9273
9274         * gnus.el: Add spam-use-crm114.
9275
9276         * spam.el (spam-list-of-processors, spam-registration-functions):
9277         Add spam-use-resend.
9278         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9279         (spam-report-articles-gmane): Add doc fix.
9280         (spam-report-articles-resend,
9281         spam-report-resend-register-routine): Add wrappers around
9282         spam-report-resend-to.
9283
9284         * spam-report.el (spam-report-resend-to, spam-report-resend):
9285         Add support for resending spam.
9286         (spam-report-gmane): Fix line length >80.
9287
9288         * gnus.el (spam-process): Add spam-use-resend.
9289
9290 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9291
9292         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9293         number of processed spam messages.
9294         (spam-ham-copy-or-move-routine): Return the number of processed
9295         ham messages.
9296         (spam-summary-prepare-exit): Use the above values to decide
9297         whether status messages shouled be displayed.
9298
9299 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9302         `rfc2047-encoding-function-alist' in order to avoid conflicting
9303         with the old version.
9304         (rfc2047-encode-region): Concatenate words containing non-ASCII
9305         characters in structured fields; don't encode space-delimited
9306         ASCII words even in unstructured fields; don't break words at
9307         char-category boundaries.
9308         (rfc2047-encode-1): New function.
9309         (rfc2047-encode): Use it; encode text so that it occupies the
9310         maximum width within 76-column; work correctly on Q encoding for
9311         iso-2022-* charsets.
9312         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9313         sure not to break a line just after the header name.
9314         (rfc2047-b-encode-region): Removed.
9315         (rfc2047-b-encode-string): New function.
9316         (rfc2047-q-encode-region): Removed.
9317         (rfc2047-q-encode-string): New function.
9318
9319         * mm-util.el (mm-replace-in-string): New function.
9320
9321 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9324         get it right.
9325         (gnus-inews-make-draft): Really.
9326
9327 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9328
9329         * nnmh.el (nnmh-request-list-1): Don't check the link count
9330         before descending.  (small patch)
9331
9332 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9335         stuff.
9336
9337         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9338         on real group name.
9339
9340         * gnus-art.el (gnus-signature-limit): Doc fix.
9341
9342         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9343
9344         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9345
9346 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9347
9348         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9349         isn't a string.
9350
9351 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * gnus-draft.el (gnus-draft-send): Bind
9354         rfc2047-encode-encoded-words.
9355
9356         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9357         (rfc2047-encodable-p): Say that =? needs encoding.
9358         (rfc2047-encode-encoded-words): New variable.
9359
9360         * gnus-group.el (gnus-group-select-group): Doc fix.
9361
9362         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9363
9364         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9365         to nil.
9366
9367         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9368
9369         * nnheader.el (nnheader-get-lines-and-char): New function.
9370
9371 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * gnus-msg.el (gnus-summary-followup-with-original): Document
9374         yanking of region when active.
9375
9376 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9379         groups if the group level is higher than the specified value.
9380
9381 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9384         (gnus-group-jump-to-group): Added prefix argument using
9385         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9386         non-active group.
9387
9388         * compface.el (uncompface): Be verbose when changing
9389         `uncompface-use-external'.
9390
9391         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9392         handle manual section.
9393
9394 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus-art.el (gnus-button-alist): Revert previous change.
9397
9398 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9399
9400         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9401
9402 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9405         whether backend can accept message.
9406
9407         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9408
9409 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9410
9411         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9412         Avoid creating directory when nntp-marks-is-evil is true.
9413         Reported by Reiner Steib.
9414
9415 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus-picon.el (gnus-picon-style): New variable.
9418         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9419         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9420         Jesper Harder <harder@ifa.au.dk>.
9421
9422 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9423
9424         * message.el (message-fill-field): Return point.
9425         (message-generate-headers): Go to end of field.
9426
9427         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9428         stuff for non-living groups.
9429
9430 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9431
9432         * gnus-art.el (gnus-article-followup-with-original)
9433         (gnus-article-reply-with-original): gnus-mark-active-p ->
9434         gnus-region-active-p.
9435
9436 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9437
9438         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9439         only when there is spam or ham to be processed.
9440
9441 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * mail-source.el (mail-source-delete-crash-box): Refactor.
9444         (mail-source-fetch): Use it.
9445         (mail-source-fetch-file): Ditto.
9446         (mail-source-fetch-directory): Run postscript in loop.
9447         (mail-source-fetch-pop): Delete.
9448         (mail-source-fetch-maildir): Ditto.
9449         (mail-source-fetch-imap): Ditto.
9450
9451         * imap.el (imap-authenticators): Comment out sasl.
9452
9453         * message.el (message-skip-to-next-address): New function.
9454         (message-fill-header-address): Refactor.
9455         (message-fill-address): Use it.
9456         (message-delete-address): Use it.
9457         (message-fill-header-general): Refactor.
9458         (message-fill-field-address): Rename.
9459         (message-narrow-to-field): Find the start of the header.
9460         (message-header-format-alist): Don't pre-fill.
9461         (message-fill-header): Removed.
9462         (message-insert-header): New function.
9463         (message-shorten-references): Use it.
9464
9465         * rfc2047.el (rfc2047-field-value): Strip props.
9466
9467         * mail-parse.el (mail-header-make-address): New alias.
9468
9469         * ietf-drums.el (ietf-drums-make-address): New function.
9470
9471         * imap.el: Add compiler directives.
9472
9473         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9474
9475         * gnus-art.el (article-decode-idna-rhs): Don't use
9476         message-idna-inside-rhs-p.
9477
9478 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * message.el (message-idna-inside-rhs-p): Removed.
9481         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9482
9483         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9484         false positives.
9485
9486 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9487
9488         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9489
9490 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * nneething.el (nneething-file-name): Don't create spurions
9493         files.
9494
9495         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9496         (gnus-inews-do-gcc): Remove sleep.
9497
9498         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9499         part under point.
9500
9501         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9502         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9503
9504 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9505
9506         * spam.el (spam-summary-prepare-exit): Fixed (length).
9507
9508 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9511         as expired without moving it" message when there are spam
9512         messages left.
9513
9514 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9515
9516         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9517         header is not nil.
9518
9519 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9520
9521         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9522         nntp-possibly-create-directory, not nntp-possibly-change-group.
9523         (nntp-marks-changed-p): New arg SERVER.
9524         (nntp-request-update-info): Adjust caller.
9525
9526 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9527
9528         * nntp.el (nntp-save-marks): Pass missing arg.
9529
9530 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9531
9532         * nntp.el: Support marks.
9533         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9534         (nntp-marks-modtime, nntp-marks-directory): New variables.
9535         (nntp-request-set-mark, nntp-request-update-info)
9536         (nntp-possibly-create-directory, nntp-marks-changed-p)
9537         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9538         functions.
9539
9540 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9541
9542         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9543         (gnus-xmas-redefine): Rename.
9544
9545         * gnus-score.el (gnus-score-insert-help): Use
9546         gnus-select-lowest-window.
9547
9548         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9549         appt-select-lowest-window and rename to gnus-select-lowest-window.
9550
9551         * gnus.el: do.
9552
9553 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9554
9555         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9556         encodings of MIME-encoded words, in order to improve
9557         interoperability with several broken MUAs.
9558
9559 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9560
9561         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9562         tags, only when charsets are not specified in headers.
9563         (mm-inline-text-html-render-with-w3m): Ditto.
9564
9565         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9566         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9567
9568 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9569
9570         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9571         instead of MIME-decoded from fields when checking
9572         `gnus-article-address-banner-alist'.
9573
9574 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9575
9576         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9577         description rather than subject.
9578
9579 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9580
9581         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9582
9583 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * gnus.el (gnus-version-number): Bump.
9586
9587 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9588
9589         * gnus.el: No Gnus v0.2 is released.
9590
9591 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9592
9593         * gnus-agent.el (gnus-agent-read-agentview): Inline
9594         gnus-uncompress-range.
9595
9596 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9597
9598         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9599         `exec-installed-p'.
9600
9601 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9602
9603         * gnus.el (spam-process, spam-autodetect-methods): Add
9604         bsfilter and bsfilter-headers.
9605
9606         * spam.el (spam-bsfilter): New customize group.
9607         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9608         (spam-bsfilter-header, spam-bsfilter-probability-header)
9609         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9610         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9611         (spam-bsfilter-database-directory): New options.
9612         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9613         (spam-list-of-statistical-checks, spam-registration-functions):
9614         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9615         (spam-bsfilter-score): New command.
9616         (spam-check-bsfilter-headers, spam-check-bsfilter)
9617         (spam-bsfilter-register-with-bsfilter)
9618         (spam-bsfilter-register-spam-routine)
9619         (spam-bsfilter-unregister-spam-routine)
9620         (spam-bsfilter-register-ham-routine)
9621         (spam-bsfilter-unregister-ham-routine): New functions.
9622         (spam-generic-score): Support bsfilter; Accept an optional argument
9623         to recalcurate spam score even if scoring header has already been
9624         added.
9625         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9626         optional argument to recalcurate spam score even if scoring header
9627         has already been added.
9628
9629 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9630
9631         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9632         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9633         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9634         link is missing.
9635
9636 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9637
9638         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9639         (html2text-get-attr): Rewrite.
9640
9641         * message.el (message-setup-1): Remove redundant put-text-property
9642         on mail-header-separator.
9643
9644 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-registry.el (gnus-registry-cache-whitespace)
9647         (gnus-registry-action, gnus-registry-spool-action)
9648         (gnus-registry-split-fancy-with-parent): Change message levels
9649         from 5 to 3 or 7, as needed.
9650
9651         * spam.el (spam-summary-prepare-exit)
9652         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9653         (spam-split, spam-find-spam, spam-log-undo-registration)
9654         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9655         level from 5 to 6.
9656
9657 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9660         2004-03-04 change).
9661
9662 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9663
9664         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9665         Use mapc when appropriate.
9666
9667         * sieve-manage.el (sieve-manage-open): do.
9668
9669         * nnweb.el (nnweb-insert-html): do.
9670
9671         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9672         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9673
9674         * nnspool.el (nnspool-request-group): do.
9675
9676         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9677         do.
9678
9679         * nnml.el (nnml-request-update-info): do.
9680
9681         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9682         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9683
9684         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9685         (nnimap-request-set-mark): do.
9686
9687         * nnfolder.el (nnfolder-request-update-info): do.
9688
9689         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9690         do.
9691
9692         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9693
9694         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9695
9696         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9697         do.
9698
9699         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9700         do.
9701
9702         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9703
9704         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9705
9706         * gnus-int.el (gnus-start-news-server): do.
9707
9708         * gnus-group.el (gnus-group-make-kiboze-group)
9709         (gnus-group-browse-foreign-server): do.
9710
9711 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9712
9713         FIXME: Make separate entries for each person.
9714
9715         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9716         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9717         <shields@msrl.com>:
9718
9719         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9720         may need for spam sorting and scoring.
9721         (spam-user-format-function-S): Add user format function suitable for
9722         general use.
9723         (spam-article-sort-by-spam-status): Add sorting function for summary
9724         sorting.
9725         (spam-extra-header-to-number): Add function to get a score from a
9726         header.
9727         (spam-summary-score): Add function to  get a numeric score from the
9728         headers.
9729         (spam-generic-score): Fixed function doc, was in wrong place.
9730         (spam-initialize): Take symbols when it's run, and install the
9731         extra headers that spam-necessary-extra-headers thinks we need.
9732
9733 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9734
9735         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9736         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9737
9738 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9739
9740         * gnus-sum.el (gnus-set-global-variables)
9741         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9742         (gnus-article-get-xrefs, gnus-summary-best-group)
9743         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9744         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9745         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9746         with-current-buffer.
9747
9748 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9749
9750         * spam.el (spam-summary-prepare-exit): Simplify logic.
9751         (spam-fetch-article-header): Read the article header if it's not
9752         available.
9753         (spam-list-articles): Simplify logic.
9754         (spam-filelist-register-routine): Fix bug with unregister-list.
9755
9756         * gnus-registry.el: Fix comments at beginning.
9757
9758 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9759
9760         * message.el (message-cater-to-broken-inn): Remove.
9761         (message-shorten-references): Make sure the total folded length of
9762         References is shorter than 998 characters to cater to a bug in INN
9763         2.3.  Also, don't pretend that references aren't folded -- this
9764         hasn't worked for a while.
9765
9766 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9767
9768         * gnus-agent.el (gnus-agentize):
9769         gnus-agent-send-mail-real-function no longer set to current value
9770         of message-send-mail-function but rather a lambda that calls
9771         message-send-mail-function.  The change makes the agent real-time
9772         responsive to user changes to message-send-mail-function.
9773
9774 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9775
9776         * legacy-gnus-agent.el
9777         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9778         help from Florian Weimer <fw@deneb.enyo.de>
9779
9780 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * nnmail.el (nnmail-cache-insert): Revert last change.
9783
9784 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * nnmail.el (nnmail-cache-insert): Always check whether
9787         nnmail-cache-ignore-groups matches a group name.
9788
9789 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9792         (spam-find-spam, spam-log-processing-to-registry)
9793         (spam-log-registered-p, spam-log-unregistration-needed-p)
9794         (spam-log-undo-registration): Use gnus-message instead of
9795         gnus-error, none of these errors are fatal.
9796
9797         * gnus-registry.el (gnus-registry-clean-empty-function)
9798         (gnus-registry-clean-empty): Remove only empty entries without
9799         extra data.
9800
9801 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * spam-stat.el (spam-stat-buffer-change-to-spam)
9804         (spam-stat-buffer-change-to-non-spam): Change (error) to
9805         (gnus-message 8) invocation.
9806
9807 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * nntp.el (nntp-via-netcat-command): New variable.
9810         (nntp-via-netcat-switches): New variable.
9811         (nntp-open-via-rlogin-and-netcat): New function.
9812         (nntp-open-connection-function): Doc fix.
9813         (nntp-telnet-command): Doc fix.
9814         (nntp-end-of-line): Doc fix.
9815         (nntp-via-rlogin-command): Doc fix.
9816         (nntp-via-user-name): Doc fix.
9817         (nntp-via-address): Doc fix.
9818
9819 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9822         error in Emacs 21.1.
9823
9824 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9827
9828 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9829         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9830         (gnus-agent-with-refreshed-group): New macro.
9831         (gnus-agent-rename-group): New function.
9832         (gnus-agent-delete-group): New function.
9833         (gnus-agent-save-group-info): Use gnus-command-method when
9834         `method' parameter is nil.  Don't write nil entries into the
9835         active file.
9836         (gnus-agent-get-group-info): New function.
9837         (gnus-agent-fetch-articles): Use
9838         gnus-agent-update-files-total-fetched-for to increment disk space
9839         used.
9840         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9841         gnus-agent-update-view-total-fetched-for to increment disk space
9842         used.
9843         (gnus-agent-get-local): Added optional parameters to avoid calling
9844         gnus-group-real-name and gnus-find-method-for-group.
9845         (gnus-agent-set-local): Delete stored entry if either min, or max,
9846         are nil.
9847         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9848         quit, use gnus-agent-regenerate-group to record existance of any
9849         articles fetched to disk before the quit occurred.
9850         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9851         gnus-agent-update-view-total-fetched-for, and
9852         gnus-agent-update-files-total-fetched-for to decrement disk space
9853         used.
9854         (gnus-agent-retrieve-headers): Use
9855         gnus-agent-update-view-total-fetched-for to increment disk space
9856         used.
9857         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9858         with gnus-agent-update-files-total-fetched-for to decrement disk
9859         space and fresh group buffer.
9860         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9861         (gnus-agent-need-update-total-fetched-for): New variable.
9862         (gnus-agent-update-files-total-fetched-for): New function.
9863         (gnus-agent-update-view-total-fetched-for): New function.
9864         (gnus-agent-total-fetched-for): New function.
9865
9866         * gnus-cache.el (gnus-cache-save-buffers): Use
9867         gnus-cache-update-overview-total-fetched-for to change disk space
9868         used by this group.
9869         (gnus-cache-possibly-enter-article): Use
9870         gnus-cache-update-file-total-fetched-for to increment disk space
9871         used by this group.
9872         (gnus-cache-possibly-remove-article): Use
9873         gnus-cache-update-file-total-fetched-for to decrement disk space
9874         used by this group.
9875         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9876         (gnus-cache-rename-group): New function.
9877         (gnus-cache-delete-group): New function.
9878         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9879         (gnus-cache-need-update-total-fetched-for): New variable.
9880         (gnus-cache-with-refreshed-group): New macro.
9881         (gnus-cache-update-file-total-fetched-for): New function.
9882         (gnus-cache-update-overview-total-fetched-for): New function.
9883         (gnus-cache-rename-group-total-fetched-for): New function.
9884         (gnus-cache-delete-group-total-fetched-for): New function.
9885         (gnus-cache-total-fetched-for): New function.
9886
9887         * gnus-group.el: Require gnus-sum and autoload functions to
9888         resolve warnings when gnus-group.el compiled alone.
9889         (gnus-group-line-format): Documented new %F
9890         (size of Fetched data) group line format; identifies disk space
9891         used by agent and cache.
9892         (gnus-group-line-format-alist): Defined new F format.
9893         (gnus-total-fetched-for): New function.
9894         (gnus-group-delete-group): No longer update
9895         gnus-cache-active-altered as gnus-request-delete-group now keeps
9896         the cache in sync.
9897         (gnus-group-list-active): Let the agent store a server's active
9898         list if currently plugged.
9899
9900         * gnus-int.el (gnus-request-delete-group): Use
9901         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9902         local disk in sync with the server.
9903          (gnus-request-rename-group): Use
9904         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9905         local disk in sync with the server.
9906
9907         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9908         simplification to logic.
9909
9910         * gnus-util.el (gnus-rename-file): New function.
9911
9912 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9913
9914         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9915
9916 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9917
9918         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9919         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9920
9921 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9922
9923         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9924         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9925
9926 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9927
9928         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9929
9930 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9931
9932         * spam.el (spam-set-difference): Add function to replace
9933         gnus-set-difference in spam.el.
9934         (spam-summary-prepare-exit): Use spam-set-difference.
9935
9936 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9937
9938         * gnus-registry.el (gnus-registry-cache-file): Update to use
9939         gnus-dribble-directory OR gnus-home-directory OR ~.
9940         (gnus-registry-split-fancy-with-parent): Fix doc.
9941
9942 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * message.el (message-exchange-point-and-mark): Use
9945         message-mark-active-p.  Suggested by Jesper Harder
9946         <harder@ifa.au.dk>.
9947
9948 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * message.el (message-exchange-point-and-mark): Don't activate
9951         region if it was inactive.  Suggested by Hiroshi Fujishima
9952         <pooh@nature.tsukuba.ac.jp>.
9953
9954 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-art.el (article-display-face): Display Faces in the same
9957         order as X-Faces.
9958
9959 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9962
9963 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9966         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9967         (gnus-article-mime-hierarchy): Remove.
9968         (gnus-article-mime-hierarchy-next): Remove.
9969         (gnus-article-mode): Revert 2004-03-19 change.
9970         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9971         (gnus-insert-mime-button): Revert 2004-03-19 change.
9972         (gnus-mime-accumulate-hierarchy): Remove.
9973         (gnus-mime-enter-multipart): Remove.
9974         (gnus-mime-leave-multipart): Remove,
9975         (gnus-mime-display-part): Revert 2004-03-19 change.
9976         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9977
9978         * mml.el (mml-preview): Revert 2004-03-19 change.
9979
9980 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9981
9982         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9983
9984 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9987         t while entering a file name using the mm-with-multibyte macro.
9988         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9989
9990         * mm-util.el (mm-with-multibyte): New macro.
9991
9992 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9995         user option.
9996         (gnus-mime-multipart-functions): Doc and customization fix.
9997         (gnus-article-mime-hierarchy): New variable.
9998         (gnus-article-mime-hierarchy-next): New variable.
9999         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10000         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10001         gnus-article-mime-hierarchy-next to nil.
10002         (gnus-insert-mime-button): Show hierarchy numbers.
10003         (gnus-mime-accumulate-hierarchy): New function.
10004         (gnus-mime-enter-multipart): New function.
10005         (gnus-mime-leave-multipart): New function.
10006         (gnus-mime-display-part): Recompute hierarchical MIME structure.
10007         (gnus-mime-display-alternative): Show hierarchy numbers.
10008
10009         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10010         gnus-article-mime-hierarchy-next to nil.
10011
10012 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
10013
10014         * dns.el: Don't require gnus-xmas.
10015
10016 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
10017
10018         * mml.el (mml-generate-mime-1): Don't use format=flowed with
10019         inline PGP.
10020         (mml-menu): Disable mml-quote-region if mark is inactive.
10021
10022 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10025         when the group's active is not available.
10026
10027 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10030         error.
10031
10032 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * imap.el (imap-store-password): New variable.
10035         (imap-interactive-login): Use it.
10036         Suggested by Mark Plaksin <happy@mcplaksin.org>.
10037
10038 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-read-summary-keys): Restore new
10041         window-start and hscroll to summary window.
10042
10043 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10044
10045         * gnus-start.el (gnus-convert-old-newsrc): Only write the
10046         conversion message to newsrc-dribble when an actual conversion is
10047         performed.
10048
10049 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
10050
10051         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10052
10053 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * mm-decode.el (mm-complicated-handles): New function reviving
10056         former definition of mm-multiple-handles.
10057
10058         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10059         (gnus-mime-delete-part): Use it.
10060
10061 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10062
10063         * gnus-agent.el (gnus-agent-read-local): Bind
10064         nnheader-file-coding-system to gnus-agent-file-coding-system to
10065         avoid the implicit assumption that they will always be equal.
10066         (gnus-agent-save-local): Bind buffer-file-coding-system, not
10067         coding-system-for-write, as the with-temp-file macro first prints
10068         to a buffer then saves the buffer.
10069
10070 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-art.el (gnus-article-edit-part): New function.
10073         (gnus-mime-save-part-and-strip): Use it; do query instead of
10074         signaling an error; don't use mm-multiple-handles.
10075         (gnus-mime-delete-part): Ditto.
10076
10077 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10078
10079         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10080         old file versions.
10081         (gnus-group-prepare-hook): Removed function that converted list
10082         form of gnus-agent-expire-days to group properties.
10083
10084         * gnus-int.el: Autoload gnus-agent-regenerate-group.
10085         (gnus-request-accept-article): Re-indented.
10086
10087         * gnus-start.el (gnus-convert-old-newsrc): Registered new
10088         converters to handle old agent file formats.  Added logic for a
10089         "backup before upgrading warning".
10090         (gnus-convert-mark-converter-prompt): Developers can mark
10091         functions as needing (default), or not needing,
10092         gnus-convert-old-newsrc's "backup before upgrading warning".
10093         (gnus-convert-converter-needs-prompt): Tests whether the user
10094         should be protected from potentially irreversable changes by the
10095         function.
10096
10097         * legacy-gnus-agent.el (): New. Provides converters that are only
10098         loaded when gnus-convert-old-newsrc needs to call them.
10099
10100 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * mail-source.el (mail-source-touch-pop): Doc fix.
10103
10104         * message.el (message-smtpmail-send-it): Doc fix.
10105
10106 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
10107
10108         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10109
10110         * nnmail.el (nnmail-split-fancy): do.
10111
10112         * gnus-kill.el (gnus-kill, gnus-execute): do.
10113
10114 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10115
10116         * gnus-sum.el (gnus-widget-reversible-match)
10117         (gnus-widget-reversible-to-internal)
10118         (gnus-widget-reversible-to-external): New functions.
10119         (gnus-widget-reversible): New widget.
10120         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10121
10122 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
10123
10124         * gnus-sum.el (gnus-thread-sort-functions)
10125         (gnus-article-sort-functions): Document `(not F)' items.
10126
10127 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10128
10129         * spam.el (spam-use-gmane-xref): Add new backend.
10130         (spam-gmane-xref-spam-group): Add variable to control the name of the
10131         Gmane spam group.
10132         (spam-blackhole-servers, spam-blackhole-good-server-regex)
10133         (spam-regex-headers-spam, spam-regex-headers-ham)
10134         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10135         (spam-list-of-checks): Add spam-use-gmane-xref to list of
10136         backends and checks.
10137         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10138
10139         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10140         an autodetect method.
10141
10142 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10143
10144         * gnus-int.el (gnus-request-accept-article): Inform the agent that
10145         articles are being added to a group.
10146         (gnus-request-replace-article): Inform the agent that articles
10147         need to be uncached as the cached contents are no longer valid.
10148
10149 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10150
10151         * binhex.el: Don't autoload executable-find.
10152
10153         * canlock.el: Don't autoload mail-fetch-field.
10154
10155         * dgnushack.el: Autoload c-mode for XEmacs.
10156
10157         * gnus-ems.el: Don't autoload appt-select-lowest-window.
10158
10159         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10160         rmail-dont-reply-to and rmail-output.
10161
10162         * gnus-score.el: Don't autoload ffap-string-at-point.
10163
10164         * gnus-setup.el: Don't autoload sc-cite-original.
10165
10166         * imap.el: Don't autoload base64-decode-string,
10167         base64-encode-string and md5.
10168
10169         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10170         and rmail-msg-restore-non-pruned-header.
10171
10172         * mm-decode.el: Don't autoload executable-find.
10173
10174         * mm-url.el: Don't autoload executable-find.
10175
10176         * mm-view.el: Don't autoload diff-mode.
10177
10178         * nndb.el: Don't autoload news-reply-mode, news-setup,
10179         cancel-timer and telnet.
10180
10181         * password.el: Don't autoload run-at-time for Emacs.
10182
10183         * sha1-el.el: Don't autoload executable-find.
10184
10185         * sieve-mode.el: Don't autoload c-mode.
10186
10187         * uudecode.el: Don't autoload executable-find.
10188
10189 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10190
10191         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10192         (gnus-agent-possibly-alter-active): Avoid null in numeric
10193         comparison.
10194         (gnus-agent-set-local): Refuse to save null in local object table.
10195         (gnus-agent-regenerate-group): The REREAD parameter can now be a
10196         list of articles that will be marked as unread.
10197
10198 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10201
10202 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
10203
10204         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10205         language tags.
10206
10207 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10208
10209         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10210         Don't bind "obarray".
10211
10212         * gnus-sum.el (gnus-thread-sort-functions): Added
10213         `gnus-thread-sort-by-most-recent-number' and
10214         `gnus-thread-sort-by-most-recent-date'.
10215         Reported by Kai Grossjohann <kai@emptydomain.de>.
10216
10217 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10220
10221 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10222
10223         * gnus-cus.el (gnus-agent-customize-category): Removed
10224         ignore-errors macro reference that required cl to be loaded at
10225         run-time.
10226
10227         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10228         single-interval range of the form (min . max).  Previously the
10229         range had to look like ((min . max)).  Likewise, return
10230         (min . max) rather than ((min . max)).
10231         (gnus-range-map): Use gnus-range-normalize to accept
10232         single-interval range.
10233
10234         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10235         the cache, but not the agent, now appear with their usual face.
10236
10237         * dgnushack.el (loaddir): New variable that is bound to the
10238         directory containing the dgnushack.el file. Use loaddir, rather
10239         than srcdir, to update load-path. Change lets dgnushack compile
10240         code in directories other than GNUS/lisp.
10241
10242 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * lpath.el: Don't bind w3m-safe-url-regexp.
10245
10246         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10247         w3m-safe-url-regexp variable buffer-local.
10248
10249         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10250
10251 2004-02-27  Simon Josefsson  <jas@extundo.com>
10252
10253         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10254         gnus-group-real-prefix.
10255         (gnus-summary-move-article): Use it, instead of
10256         gnus-group-real-prefix.
10257
10258 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * lpath.el: Bind w3m-safe-url-regexp.
10261
10262         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10263         w3m-safe-url-regexp variable buffer-local and set it as the value
10264         of mm-w3m-safe-url-regexp.
10265
10266         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10267
10268         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10269         parsing gnus-posting-styles when the message is not for replying.
10270
10271         * dgnushack.el: Autoload sgml-mode for XEmacs.
10272
10273         * nnrss.el (nnrss-opml-export): Use
10274         mm-set-buffer-file-coding-system instead of
10275         set-buffer-file-coding-system.
10276
10277 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10278
10279         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10280         of checkdoc.el).
10281         * nnrss.el: do.
10282         * gnus-mlspl.el: do.
10283         * gnus-ml.el: do.
10284         * gnus-srvr.el: do.
10285
10286         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10287
10288 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10289
10290         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10291         Corrections to custom-manual links.
10292
10293         * gnus-art.el (gnus-article): Ditto.
10294
10295         * mm-decode.el (mime-display, mime-security): Ditto.
10296
10297 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10298
10299         * flow-fill.el: Typo.
10300
10301 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10302
10303         * spam-wash.el: New file.
10304
10305 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10306
10307         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10308
10309 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10312         to be run with new-articles as LIST1, not LIST2.
10313         (spam-registration-functions): Add spam-use-ham-copy as a nil
10314         registration backend.
10315
10316 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10317
10318         * spam-stat.el (spam-stat-washing-hook): New option.
10319         (spam-stat-buffer-words): Use it.
10320         (spam-stat-process-directory, spam-stat-test-directory): Use
10321         insert-file-contents-literally.
10322         (spam-stat-coding-system): New variable.
10323         (spam-stat-load, spam-stat-save): Use it.
10324
10325 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * spam-report.el (spam-report-plug-agent): Quote
10328         spam-report-url-to-file and spam-report-url-ping-plain.
10329
10330 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10333         / in mailto URLs.
10334
10335 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * spam-report.el (spam-report-process-queue): Fix interactive use.
10338         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10339         (spam-report-unplug-agent): Doc fixes.
10340         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10341         (spam-report-agentize, spam-report-deagentize): Autoload
10342
10343 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10346
10347         * message.el (message-setup-fill-variables): Add mml tags to
10348         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10349         <ajk@iu.edu>.
10350         (message-mode): Don't modify paragraph-separate there.
10351
10352 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * compface.el (uncompface-use-external): Default to undecided.
10355         (uncompface-use-external-threshold): New variable.
10356         (uncompface-float-time): New macro.
10357         (uncompface): Determine whether to use the external decoder if
10358         uncompface-use-external is undecided.
10359
10360 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10363         after images.
10364
10365         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10366
10367 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10368
10369         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10370
10371         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10372
10373         * gnus-sum.el (gnus-summary-limit-to-age)
10374         (gnus-summary-limit-children): do.
10375
10376         * gnus-int.el (gnus-request-scan): do.
10377
10378         * gnus-group.el (gnus-group-suspend): do.
10379
10380         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10381
10382         * gnus-cite.el (gnus-cite-parse-attributions): do.
10383
10384         * gnus-agent.el (gnus-summary-set-agent-mark)
10385         (gnus-agent-regenerate-group): do.
10386
10387         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10388
10389         * binhex.el (binhex-decode-region-internal): do.
10390
10391 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-fun.el (gnus-face-properties-alist): New user option.
10394         (gnus-display-x-face-in-from): Use it.
10395
10396         * gnus-art.el (article-display-face): Ditto.
10397
10398         * compface.el (uncompface-use-external): Default to nil.
10399
10400 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10401
10402         * nntp.el (nntp-erase-buffer): New function.
10403         (nntp-retrieve-data, nntp-send-command)
10404         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10405         (nntp-possibly-change-group): Use it.
10406
10407         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10408         with-current-buffer.
10409
10410 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10411
10412         * compface.el: Merge the ELisp-based uncompface program.
10413         (compface): New customization group.
10414         (uncompface-use-external): New user option.
10415         (uncompface): Call uncompface-internal if uncompface-use-external
10416         is nil.
10417         (uncompface-internal): New function.  Note that there are also
10418         some other functions and variables added for this function.
10419
10420 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10421
10422         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10423         if necessary.
10424
10425 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10426
10427         * spam-report.el (spam-report-unplug-agent)
10428         (spam-report-plug-agent, spam-report-deagentize)
10429         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10430         Add support for the Agent in spam-report: when unplugged, report to a
10431         file; when plugged, submit all the requests.
10432
10433         * spam.el (spam-register-routine): Fix message about
10434         registration.
10435
10436 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10437
10438         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10439         dependencies.
10440         (rfc2047-encode): Use it.
10441
10442         * gnus-art.el (gnus-button-marker-list): Move before first
10443         reference.
10444
10445         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10446         (imap-parse-body): Fix format string mismatch.
10447
10448         * gnus-score.el (gnus-summary-increase-score): do.
10449
10450         * nnrss.el (nnrss-close): New function.
10451
10452 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10453
10454         * nnrss.el (nnrss-make-filename): New function.
10455         (nnrss-request-delete-group, nnrss-read-server-data)
10456         (nnrss-save-server-data, nnrss-read-group-data)
10457         (nnrss-save-group-data): Use it.
10458         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10459         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10460         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10461
10462 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10463
10464         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10465
10466 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10467
10468         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10469         files.
10470
10471         * message.el (message-generate-headers-first): Don't quote nil
10472         and t in docstrings.
10473
10474         * imap.el (imap-id): do.
10475
10476         * gnus-agent.el (gnus-agent-consider-all-articles)
10477         (gnus-agent-queue-mail): do.
10478
10479 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * spam-report.el (spam-report-process-queue): New function.
10482         Process requests from `spam-report-requests-file'.
10483         (spam-report-process-queue): Doc fix.
10484
10485 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10486
10487         * spam.el (spam-register-routine)
10488         (spam-log-processing-to-registry, spam-log-registered-p)
10489         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10490         Change "check" to "spam-check" for semi-clarity.
10491
10492 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10493
10494         * pop3.el: Require nnheader.
10495
10496         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10497
10498         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10499
10500         * gnus-picon.el: Require cl.
10501
10502         * gnus-fun.el: Require gnus-ems and gnus-util.
10503
10504         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10505
10506         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10507
10508         * gnus-art.el (gnus-article-edit-mode): Define before first
10509         reference.
10510
10511 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10512
10513         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10514         (gnus-uu-post-encoded): Use point-at-bol.
10515
10516         * gnus-topic.el (gnus-group-active-topic-p): do.
10517
10518         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10519
10520         * gnus-group.el (gnus-group-kill-region): do.
10521
10522         * gnus-art.el (article-date-ut): do.
10523
10524         * message.el (message-fetch-field): Remove redundant
10525         case-fold-search binding.
10526         (message-narrow-to-field): Simplify.
10527
10528 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * spam.el (spam-directory): Derive from `gnus-directory'.
10531
10532         * spam-report.el (spam-report-url-to-file)
10533         (spam-report-requests-file): New function and variable for offline
10534         reporting.
10535         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10536         and user defined function.
10537         (spam-report-url-ping-mm-url): Remove doubled slash.
10538
10539 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10540
10541         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10542
10543 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10544
10545         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10546         format string mismatch.
10547
10548         * sieve.el (sieve-deactivate-all): do.
10549
10550         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10551
10552         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10553
10554         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10555
10556         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10557
10558 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10559
10560         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10561         the list of checks.
10562
10563 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10564
10565         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10566         padding.
10567
10568 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10569
10570         * mm-view.el (mm-fill-flowed): New variable.
10571         (mm-inline-text): Use it.
10572
10573 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10574
10575         * spam.el (spam-spamassassin-register-ham-routine)
10576         (spam-spamassassin-register-spam-routine): Fix function names.
10577
10578 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus.el (gnus-tmp-grouplens): Remove.
10581         (gnus-summary-line-format): Remove grouplens.
10582
10583         * gnus-group.el (gnus-group-line-format): Ditto.
10584
10585         * gnus-spec.el (gnus-format-specs): Ditto.
10586         (gnus-update-format-specifications): Flush the group format spec
10587         cache if there's the grouplens stuff.
10588         (gnus-parse-simple-format): Replace %l with the empty string.
10589
10590 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10591
10592         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10593         omission.
10594
10595 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10598         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10599
10600 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10601
10602         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10603         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10604         New macros and functions.
10605         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10606         Handle > NLINK_MAX messages.
10607         * nnmaildir.el (nnmaildir-request-set-mark): Use
10608         nnmaildir--emlink-p and nnmaildir--eexist-p.
10609
10610 2004-01-25  Alex Schroeder  <alex@gnu.org>
10611
10612         * spam-stat.el (spam-stat-process-directory-age): New option.
10613         (spam-stat-process-directory): Use it.
10614
10615 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10616
10617         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10618         (spam-stat-save): Accept prefix argument.
10619
10620 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10621
10622         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10623         links" error.
10624
10625 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10628         the rest of the and/or forms.
10629
10630 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10631
10632         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10633         compatibility with old .newsrc.eld files.
10634
10635         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10636
10637         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10638
10639         * gnus-start.el (gnus-1): do.
10640
10641         * gnus-group.el (gnus-group-line-format-alist): do.
10642
10643         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10644
10645         * gnus-gl.el: Remove.
10646
10647 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10648
10649         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10650         marks consisting of a single range {for example, (3 . 5)} rather
10651         than a list of a single range { ((3 . 5)) }.
10652
10653 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10654
10655         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10656         with-current-buffer.
10657         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10658         avoid consing a string.
10659
10660         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10661         Remove obsolete entries for big5 and gb2312.
10662
10663 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10664
10665         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10666         uncompressed list.
10667
10668 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10669
10670         * spam-stat.el (spam-stat-strip-xref): New function.
10671         (spam-stat-process-directory): Use it.
10672
10673         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10674         here -- it's done in message-fetch-field.
10675
10676 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10677
10678         * gnus-agent.el (gnus-agent-queue-mail,
10679         gnus-agent-prompt-send-queue): New variables.
10680         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10681         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10682         "nndraft:queue" along to gnus-draft-send.  Use
10683         gnus-agent-prompt-send-queue.
10684         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10685         is "nndraft:queue".  Suggested by Gaute Strokkenes
10686         <gs234@srcf.ucam.org>
10687
10688         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10689         (agent-enable-undownloaded-faces): Added
10690         (gnus-agent-cat-groups): Use eval-and-compile, not
10691         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10692         method of gnus-agent-cat-groups even when the buffer has been
10693         evaled.
10694         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10695         delete gnus-agent-save-active-1.
10696         (gnus-agent-save-groups): Deleted. Identical to
10697         gnus-agent-save-active.
10698         (gnus-agent-write-active): No longer adjust agent's copy of active
10699         file as agent's adjustments are now stored in their own
10700         file. Removed optional parameter.
10701         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10702         servers.  Add use of min/max range limits from server's local
10703         file.
10704         (gnus-agent-save-alist): Removed unused optional argument.
10705         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10706         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10707         (gnus-agent-set-local): A per-server file that keeps min/max range
10708         limits for articles known to the agent.  Provides a fast mechanism
10709         for altering many active ranges.
10710         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10711         active file (local makes it unnecessary).
10712         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10713
10714         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10715         (agent-enable-undownloaded-faces): Added
10716
10717         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10718         disable it when sending to "nndraft:queue".
10719         (gnus-group-send-queue): Add safety check to avoid sending queue
10720         when unplugged.
10721
10722         * gnus-group.el (gnus-group-catchup): Use new
10723         gnus-sequence-of-unread-articles, not
10724         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10725         numbers of articles.  Use gnus-range-map to avoid having to
10726         uncompress the unread list.
10727         (gnus-group-archive-directory,
10728         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10729         reference.
10730
10731         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10732         (gnus-sorted-range-intersection): Intersection of two ranges
10733         without requiring that they first be uncompressed.
10734
10735         * gnus-start.el (gnus-activate-group): Unless blocked by the
10736         caller, possibly expand the active range to include both cached
10737         and agentized articles.
10738         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10739         multiple version-dependent converters.
10740         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10741         gnus-agent-save-active.
10742         (gnus-save-newsrc-file): Save dirty agent range limits.
10743
10744         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10745         gnus-agent-possibly-alter-active.
10746         (gnus-adjust-marked-articles): Faster handling of simple lists
10747
10748 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10749
10750         * spam-stat.el (spam-stat-test-directory): New optional argument
10751         displays a list of files detected.  Suggested by Andrew Cohen
10752         <cohen@andy.bu.edu>.
10753         (spam-stat-buffer-words-with-scores): Don't narrow and change
10754         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10755
10756 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10757
10758         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10759         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10760         (spam-spamassassin-arguments)
10761         (spam-spamassassin-spam-flag-header)
10762         (spam-spamassassin-positive-spam-flag-header)
10763         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10764         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10765         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10766         (spam-list-of-processors, spam-list-of-checks)
10767         (spam-list-of-statistical-checks, spam-registration-functions)
10768         (spam-check-spamassassin-headers, spam-check-spamassassin)
10769         (spam-spamassassin-score)
10770         (spam-spamassassin-register-with-sa-learn)
10771         (spam-spamassassin-register-spam-routine)
10772         (spam-spamassassin-register-ham-routine)
10773         (spam-assassin-register-spam-routine)
10774         (spam-assassin-register-ham-routine): add SpamAssassin support
10775         (spam-bogofilter-score): fix to show article before scoring
10776
10777 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10778
10779         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10780         default scoring function.
10781         (spam-generic-score): Call spam-spamassassin-score if
10782         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10783         spam-bogofilter-score otherwise.
10784
10785         * gnus.el (spam-process, spam-autodetect-methods): Add
10786         spamassassin and spamassassin-headers.
10787
10788 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10789
10790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10791         Suppress unnecessary messages.
10792
10793 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10794
10795         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10796         make-hash-table.
10797
10798 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * canlock.el (base64-encode-string): Don't autoload it.
10801
10802 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * run-at-time.el: Remove useless (require 'itimer),
10805         eval-and-compile and (featurep 'xemacs).
10806
10807 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10808
10809         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10810         GROUP is a virtual group.
10811
10812 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10813
10814         * gnus.el: Autoload `message-y-or-n-p'.
10815
10816 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10817
10818         * pgg-parse.el: Remove unnecessary (require 'custom).
10819
10820         * pgg-def.el: do.
10821
10822         * nnmail.el: do.
10823
10824         * gnus-undo.el: do.
10825
10826         * gnus-picon.el: do.
10827
10828         * gnus-util.el: do.
10829
10830 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10833
10834 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10837         handle, as well as a list.
10838
10839         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10840         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10841         (mm-w3m-cid-retrieve): Simplify.
10842
10843 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10844
10845         * message.el (message-kill-to-signature): Allow prefix arg to
10846         specify number of lines to keep before signature.
10847
10848 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10849
10850         (message-kill-to-signature): Change docstring.
10851
10852 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * canlock.el: Always require sha1-el.
10855         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10856
10857         * message.el: Autoload sha1 only when compiling.
10858
10859         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10860         eudc-expand-inline for XEmacs.
10861
10862 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * message.el (message-canlock-generate): Require sha1-el.
10865
10866 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10867
10868         * message.el (message-expand-name): Silence the byte compiler.
10869
10870         * lpath.el: Add detect-coding-system.
10871
10872         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10873         cus-edit.
10874
10875 2004-01-13  Simon Josefsson  <jas@extundo.com>
10876
10877         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10878         Invoke gnus-score-mode.  Reported by
10879         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10880
10881         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10882         Jim Blandy <jimb@redhat.com> (tiny change).
10883
10884 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10885
10886         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10887
10888 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10889
10890         * spam.el (spam-get-article-as-string): Update to use
10891         gnus-request-article-this-buffer, much simpler.
10892         (spam-get-article-as-buffer): Remove.
10893
10894 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10895
10896         * message.el (message-expand-name): Use EUDC if the user uses
10897         that.
10898
10899 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10900
10901         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10902         character for the encoding to avoid consing a string.
10903
10904         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10905         unnecessarily.
10906
10907         * mm-util.el (mm-replace-chars-in-string): Remove.
10908
10909         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10910         of mm-replace-chars-in-string.
10911
10912 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10913
10914         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10915         strings.
10916
10917         * mm-util.el (mm-subst-char-in-string): Support inplace.
10918
10919         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10920         a new string in every iteration.  Use shy groups.
10921
10922 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10923
10924         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10925         (gnus-group-change-level, gnus-kill-newsgroup)
10926         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10927         (gnus-get-unread-articles, gnus-make-articles-unread)
10928         (gnus-make-ascending-articles-unread): Use accessor
10929         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10930         to get group information for improved readability.
10931
10932         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10933
10934         * gnus-soup.el (gnus-soup-group-brew): do.
10935
10936         * gnus-msg.el (gnus-put-message): do.
10937
10938         * gnus-move.el (gnus-group-move-group-to-server): do.
10939
10940         * gnus-kill.el (gnus-batch-score): do.
10941
10942         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10943         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10944         (gnus-group-update-group, gnus-group-read-group)
10945         (gnus-group-make-group, gnus-group-make-help-group)
10946         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10947         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10948         (gnus-group-sort-by-unread, gnus-group-catchup)
10949         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10950         (gnus-group-yank-group, gnus-group-set-info)
10951         (gnus-group-list-groups): do.
10952
10953         * gnus.el (gnus-generate-new-group-name): do.
10954
10955         * gnus-delay.el (gnus-delay-send-queue): do.
10956
10957         * nnvirtual.el (nnvirtual-catchup-group): do.
10958
10959         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10960         do.
10961
10962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10963         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10964
10965         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10966         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10967         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10968         (gnus-group-make-articles-read): do.
10969
10970 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10971
10972         * gnus-art.el (article-decode-mime-words, article-babel)
10973         (gnus-article-highlight-signature, gnus-article-add-buttons)
10974         (gnus-signature-toggle): Use gnus-with-article-buffer.
10975
10976         * gnus-art.el (gnus-article-highlight-headers)
10977         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10978
10979         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10980         (gnus-article-set-globals, gnus-request-article-this-buffer)
10981         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10982         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10983         (gnus-mime-display-alternative): Use with-current-buffer.
10984
10985 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10986
10987         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10988         also under 80 char limit, and call gnus-error if needed.
10989         (spam-fetch-article-header): Fix - it was a
10990         buffer-local variable (gnus-newsgroup-data).
10991         (spam-find-spam): Use spam-generate-fake-headers, forget about
10992         spam-insert-fake-headers.
10993         (spam-insert-fake-headers): Remove.
10994
10995 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10996
10997         * deuglify.el (gnus-article-outlook-unwrap-lines)
10998         (gnus-outlook-rearrange-article)
10999         (gnus-outlook-repair-attribution-outlook)
11000         (gnus-outlook-repair-attribution-block)
11001         (gnus-outlook-repair-attribution-other): Remove redundant
11002         save-excursion.
11003
11004 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11007         (spam-fetch-field-subject-fast)
11008         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11009         (spam-fetch-article-header): Add functions to deal with Gnus
11010         internals for fast retrieval of article header data.
11011         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11012
11013 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
11014
11015         * pop3.el (pop3-md5): Remove.
11016         (pop3-apop): Replace pop3-md5 with md5.
11017
11018         * mm-bodies.el: base64 is always built-in.
11019
11020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11021         with-current-buffer.
11022
11023 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * canlock.el (canlock-insert-header): Remove excessive grouping in
11026         regexp.
11027
11028         * gnus-sum.el (gnus-summary-read-document): Ditto.
11029
11030         * gnus-uu.el (gnus-uu-part-number): Ditto.
11031
11032         * html2text.el (html2text-remove-tags): Ditto.
11033         (html2text-format-tags): Ditto.
11034         (html2text-format-single-elements): Ditto.
11035
11036         * mml.el (mml-parse-1): Ditto.
11037
11038 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11039
11040         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11041
11042         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11043
11044         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11045
11046         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11047
11048 2003-11-15  Simon Josefsson  <jas@extundo.com>
11049
11050         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11051         (pgg-gpg-lookup-key): Use regexp match instead of
11052         split-string (split-string is different between emacs 21.2 and
11053         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
11054
11055 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
11056
11057         * gnus-art.el (gnus-mime-view-all-parts)
11058         (gnus-article-part-wrapper, gnus-article-view-part): Use
11059         with-current-buffer.
11060
11061 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11062
11063         * spam.el (spam-disable-spam-split-during-ham-respool)
11064         (spam-spamoracle-database, spam-cache-lookups)
11065         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11066         (spam-group-ham-mark-p, spam-group-spam-mark-p)
11067         (spam-group-ham-marks, spam-group-spam-marks)
11068         (spam-group-spam-contents-p, spam-group-ham-contents-p)
11069         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11070         also add spam-use-blackholes to the statistical checks.
11071         (spam-fetch-field-fast): Add interface to fetching fields, may
11072         become a macro.
11073         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11074         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11075         (spam-insert-fake-headers): Fake an article when needed.
11076         (spam-find-spam): Fake article when possible.
11077         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11078         (spam-check-bogofilter-headers): Use message-fetch-field instead
11079         of nnmail-fetch-field.
11080
11081 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11084
11085 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
11086
11087         * spam.el (spam-split): Do not require spam-use-CHECK to be
11088         enabled if that check is passed to spam-split explicitly; also
11089         fix so 'spam doesn't get converted to spam-split-group when
11090         spam-split-symbolic-return is t.
11091         (spam-find-spam): Find registrations of the article and use those
11092         instead of re-running spam-split to find the spam/ham
11093         classification of the article.
11094         (spam-log-processing-to-registry, spam-log-registered-p)
11095         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11096         Use gnus-error instead of gnus-message.
11097         (spam-log-registration-type): Add function to determine the
11098         classification of a message based on registry entries; will
11099         return nil if both 'spam and 'ham are found.
11100         (spam-check-BBDB): Expand all the BBDB macros here so we can have
11101         a reasonably fast local cache without the loading errors.
11102         (spam-cache-lookups): Set to t by default.
11103         (spam-find-spam): Don't try to guess spam-cache-lookups.
11104         (spam-enter-whitelist, spam-enter-blacklist): Clear the
11105         spam-caches entry.
11106         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11107         caching of whitelist/blacklist entries.
11108         (spam-check-whitelist, spam-check-blacklist): Invoke
11109         spam-from-listed-p with a type, not a cache variable.
11110         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11111
11112 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11113
11114         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11115
11116         * nnmail.el (nnmail-split-fancy): do.
11117
11118         * mml.el (mml-parse): do.
11119
11120         * gnus-score.el (gnus-enter-score-words-into-hashtb)
11121         (gnus-score-adaptive): do.
11122
11123 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11126         (gnus-mime-button-map): Don't set keymap parent.
11127         (gnus-button-ctan-directory-regexp): Use shy grouping.
11128         (gnus-prev-page-map): Don't set keymap parent.
11129         (gnus-prev-page-map): Remove duplicated one.
11130         (gnus-next-page-map): Don't set keymap parent.
11131         (gnus-mime-security-button-map): Ditto.
11132
11133         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11134         version number.
11135
11136         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11137
11138 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * canlock.el (canlock-sha1-function): Remove.
11141         (canlock-sha1-function-for-verify): Remove.
11142         (canlock-openssl-program): Remove.
11143         (canlock-openssl-args): Remove.
11144         (canlock-ignore-errors): Remove.
11145         (canlock-sha1-with-openssl): Remove.
11146         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11147         (canlock-verify): Don't use canlock-ignore-errors.
11148
11149         * sha1-el.el (sha1-string-external): Make it can return a string
11150         in binary form.
11151         (sha1-region-external): Ditto.
11152         (sha1-string-internal): Ditto.
11153         (sha1-region-internal): Ditto.
11154         (sha1-region): Ditto.
11155         (sha1-string): Ditto.
11156         (sha1): Ditto.
11157
11158 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * spam.el (spam-report-articles-gmane): New command.
11161
11162 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus.el: Don't make unnecessary *Group* buffer when loading.
11165
11166         * run-at-time.el (run-at-time-saved): Remove.
11167         (run-at-time): Doc fix.
11168
11169 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
11170
11171         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11172         (gnus-summary-limit-map): Add it.
11173         (gnus-summary-make-menu-bar): do.
11174
11175 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
11176
11177         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11178         Make attempt at some caching support (done for BBDB only now).
11179         (spam-find-spam): Set spam-cache-lookups if there are more than 2
11180         addresses to be checked.
11181         (spam-clear-cache-BBDB): Add function, to be invoked by
11182         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11183         (spam-check-BBDB): Check and use the caches, if
11184         spam-cache-lookups is on, remove superfluous (provide).
11185
11186 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11189
11190 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
11191
11192         * run-at-time.el (run-at-time-saved): Move to after the definition
11193         of `run-at-time'.
11194
11195         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
11196
11197 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11200         mm-w3m-local-map-property.
11201
11202         * mm-view.el (mm-w3m-mode-map): Remove.
11203         (mm-w3m-local-map-property): Remove.
11204         (mm-inline-text-html-render-with-w3m): Don't use
11205         mm-w3m-local-map-property.
11206
11207 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * run-at-time.el: New file.
11210
11211         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
11212         under Emacs.
11213
11214         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11215         of gnus-set-text-properties.
11216
11217         * gnus-uu.el (gnus-uu-save-article): Ditto.
11218
11219         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11220
11221         * gnus-cite.el (gnus-cite-parse): Ditto.
11222
11223         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11224         of gnus-.
11225
11226         * gnus-xmas.el (run-at-time): Require run-at-time.
11227
11228         * gnus.el: Changed calls to nnheader-run-at-time and
11229         password-run-at-time throughout to use run-at-time directly.
11230
11231         * password.el: Removed definition of run-at-time.
11232
11233         * nnheaderxm.el: Remove definition of run-at-time.
11234
11235 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11236
11237         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11238         in prompt.
11239
11240 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11241
11242         * messagexmas.el (message-xmas-redefine): Alias
11243         `message-make-caesar-translation-table' to
11244         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11245         version.
11246
11247         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11248         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11249         `gnus-xmas-set-text-properties'.
11250         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11251         `gnus-xmas-completing-read'.
11252         (gnus-xmas-completing-read): Removed.
11253         (gnus-xmas-open-network-stream): Removed.
11254
11255         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11256         XEmacs version.
11257
11258         * dns.el (dns-make-network-process): Use `open-network-stream'
11259         instead of `gnus-xmas-open-network-stream'.
11260
11261         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11262
11263         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11264
11265 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11266
11267         * gnus-art.el (gnus-mime-display-alternative)
11268         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11269         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11270         Don't use gnus-local-map-property.
11271
11272         * gnus-util.el (gnus-local-map-property): Remove.
11273
11274         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11275         gnus-completing-read-maybe-default with completing-read.
11276
11277         * gnus-util.el (gnus-completing-read): do.
11278         (gnus-completing-read-maybe-default): Remove.
11279
11280 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11281
11282         * password.el: Only autoload `run-at-time' if not XEmacs.
11283         Only autoload the itimer functions if XEmacs.
11284
11285 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11288         XEmacsen.
11289
11290         * dgnushack.el: Autoload executable-find for XEmacs.
11291
11292 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11293
11294         * gnus-art.el (gnus-read-string): Remove.
11295         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11296         read-string.
11297
11298 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11299
11300         * netrc.el: Autoload password-read.
11301         (netrc): Add configuration group.
11302         (netrc-encoding-method, netrc-openssl-path): Add
11303         variables for encoding and decoding of files with symmetric
11304         ciphers.
11305         (netrc-encode): Add assistant function to encode a file with
11306         netrc-encoding-method.
11307         (netrc-parse): Add interactive parameter, added optional
11308         decoding if netrc-encoding-method is non-nil but otherwise
11309         behavior is standard.
11310         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11311         Do s/encode/encrypt/ everywhere.
11312
11313         * spam.el: Remove executable-find autoload.
11314
11315 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11316
11317         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11318
11319         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11320
11321 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-art.el (gnus-treat-ansi-sequences,
11324         article-treat-ansi-sequences): New variable and function.
11325         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11326
11327         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11328         Use it.
11329
11330 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11331
11332         * mm-util.el (mm-quote-arg): Remove.
11333
11334         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11335         shell-quote-argument.
11336
11337         * gnus-uu.el (gnus-uu-command): do.
11338
11339         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11340
11341         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11342         with make-char.
11343
11344         * mm-util.el (mm-make-char): Remove.
11345
11346         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11347         add-minor-mode.
11348
11349         * gnus-undo.el (gnus-undo-mode): do.
11350
11351         * gnus-topic.el (gnus-topic-mode): do.
11352
11353         * gnus-sum.el (gnus-dead-summary-mode): do.
11354
11355         * gnus-start.el (gnus-slave-mode): do.
11356
11357         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11358
11359         * gnus-ml.el (gnus-mailing-list-mode): do.
11360
11361         * gnus-gl.el (gnus-grouplens-mode): do.
11362
11363         * gnus-draft.el (gnus-draft-mode): do.
11364
11365         * gnus-dired.el (gnus-dired-mode): do.
11366
11367         * gnus-ems.el (gnus-add-minor-mode): Remove.
11368
11369         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11370         Replace gnus-char-width with char-width.
11371
11372         * gnus-ems.el (gnus-char-width): Remove.
11373
11374         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11375         Replace gnus-char-width with char-width.
11376
11377         * gnus-ems.el (gnus-char-width): Remove.
11378
11379         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11380         definition.
11381         Remove Emacs 20 hash table compatibility code.
11382
11383         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11384         20 compatibility code.
11385
11386         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11387
11388         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11389
11390         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11391         with point-at-{eol,bol}.
11392
11393         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11394
11395         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11396
11397         * flow-fill.el (fill-flowed-point-at-bol,
11398         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11399
11400         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11401         Replace with point-at-{eol,bol} throughout all files.
11402
11403 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * ntlm.el (ntlm-string-as-unibyte): New macro.
11406         (ntlm-build-auth-response): Use it.
11407
11408         Remove Emacs 20 stuff:
11409         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11410         (butlast, mapc, remove): Remove the compiler macros.
11411         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11412         of delq and copy-sequence.
11413         * gnus-art.el (popup-menu): Remove the compiler macro.
11414         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11415         Emacs 20.
11416
11417 2004-01-05  Simon Josefsson  <jas@extundo.com>
11418
11419         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11420         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11421         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11422         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11423         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11424         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11425         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11426         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11427         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11428         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11429         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11430         string-xor into ntlm-string-xor.  Suggested by
11431         Jesper Harder <harder@myrealbox.com>.
11432
11433         * ntlm.el: Don't include poem.
11434
11435         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11436         Jesper Harder <harder@myrealbox.com>.
11437
11438         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11439
11440         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11441         probably breaks emacs with DL patch, but do we care? Is anyone
11442         still using the DL stuff?)
11443
11444         * sieve-manage.el: Use the password package.
11445         (sieve-manage-read-passwd): Remove.
11446         (sieve-manage-interactive-login): Use password.  Re-add
11447         condition-case around loop.
11448
11449         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11450         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11451         the password package.
11452
11453 2003-02-19  Simon Josefsson  <jas@extundo.com>
11454
11455         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11456         token.
11457
11458 2002-08-07  Simon Josefsson  <jas@extundo.com>
11459
11460         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11461         (sieve-manage-authenticators):
11462         (sieve-manage-authenticator-alist): Add some SASL mechs.
11463         (sieve-sasl-auth): New function.
11464         (sieve-manage-cram-md5-auth):
11465         (sieve-manage-plain-auth): Rewrite using SASL library.
11466         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11467         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11468         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11469         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11470
11471 2004-01-05  Simon Josefsson  <jas@extundo.com>
11472
11473         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11474         New files.
11475
11476 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11477
11478         * gnus-group.el (gnus-no-groups-message): Update.
11479
11480         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11481
11482 2003-11-09  Simon Josefsson  <jas@extundo.com>
11483
11484         * imap.el: Support for ID IMAP extension (RFC 2971).
11485         (imap-local-variables): Add imap-id.
11486         (imap-id): New variable.
11487         (imap-id): New function.
11488         (imap-parse-response): Parse untagged ID response.
11489         * nnimap.el (nnimap-id): New variable.
11490         (nnimap-open-connection): Use it.
11491
11492 2003-12-28  Simon Josefsson  <jas@extundo.com>
11493
11494         * gnus-score.el (gnus-score-edit-all-score): New.
11495         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11496
11497 2004-01-04  Simon Josefsson  <jas@extundo.com>
11498
11499         * password.el: Add.
11500
11501 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11502
11503         * dns.el: Add support for AAAA records (see RFC 3596)
11504
11505         * Fix typo PRT -> PTR
11506
11507         * Parse MX, PTR and SOA replies (see RFC 1035)
11508
11509 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11510
11511         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11512
11513         * Moved to Changelog.2.
11514
11515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11516
11517         * gnus.el (gnus-version-number): Bump version.
11518
11519 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11520
11521         * gnus.el: No Gnus v0.1 is released.
11522
11523 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11524
11525         * gnus.el: No Gnus v0.0 is released.
11526
11527 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11528
11529         * gnus.el (gnus-version-number): Bump.
11530         (gnus-version): No.
11531
11532 See ChangeLog.2 for earlier changes.
11533
11534     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11535
11536   This file is part of GNU Emacs.
11537
11538   GNU Emacs is free software; you can redistribute it and/or modify
11539   it under the terms of the GNU General Public License as published by
11540   the Free Software Foundation; either version 3, or (at your option)
11541   any later version.
11542
11543   GNU Emacs is distributed in the hope that it will be useful,
11544   but WITHOUT ANY WARRANTY; without even the implied warranty of
11545   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11546   GNU General Public License for more details.
11547
11548   You should have received a copy of the GNU General Public License
11549   along with GNU Emacs; see the file COPYING.  If not, write to the
11550   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11551   Boston, MA 02110-1301, USA.
11552
11553 ;; Local Variables:
11554 ;; coding: iso-2022-7bit
11555 ;; fill-column: 79
11556 ;; add-log-time-zone-rule: t
11557 ;; End:
11558
11559 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4