(gnus-button-alist): Exclude newline in RFC2396-compliant url pattern;
[gnus] / lisp / ChangeLog
1 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4         url pattern; remove duplicate one.
5         (gnus-article-extend-url-button): New function.
6         (gnus-article-add-buttons): Use it.
7         (gnus-button-push): Use concatenated url that it makes.
8
9 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10
11         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
12         Fix comment about "iso8859-1".
13
14 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
15
16         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
17         ones returned from the verify-function.
18
19         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
20         mml2015-extract-cleartext-signature if extraction failed.
21
22 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
23
24         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
25         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
26         failed.
27
28 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
29
30         * Relicense "GPLv2 or later" files to "GPLv3 or later".
31
32 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
33
34         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
35         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
36         recommends to use EasyPG instead of PGG.
37
38         * pgg.el: Revert to revision 6.23.2.16
39
40         * pgg-def.el: Revert to revision 6.6.2.14.
41
42         * pgg-gpg.el: Revert to revision 6.23.2.34.
43
44 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
45
46         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
47         to mark a thread as expirable.  Add variable `hide' to handle hiding of
48         thread for both the null and zero (kill/expire thread) universal prefix
49         cases.
50         (gnus-summary-expire-thread): Add new function to expire a thread,
51         using gnus-summary-kill-thread.
52         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
53         shortcuts for gnus-summary-expire-thread.
54         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
55         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
56
57 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
58
59         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
60         extras value, so an extras entry can be deleted.
61         (gnus-registry-delete-extra-entry): Use it.
62         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
63         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
64         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
65          storage through the gnus-registry, and provide an appropriate API for
66          it.
67
68 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
71         Suggested by Leo <sdl.web@gmail.com>.
72
73         * gnus.el: Do.
74
75 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
78         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
79
80         * gnus-agent.el (gnus-agent-fetch-headers): Do.
81
82         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
83         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
84
85 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
88         newline.
89         (nnmbox-request-accept-article): Don't change article in source buffer;
90         narrow to header to use message-fetch-field rather than
91         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
92         (nnmbox-request-replace-article): Quote lines that'll be misidentified
93         as delimiters; make sure article ends with newline.
94         (nnmbox-delete-mail): Correct last position of article to be deleted;
95         ignore X-Gnus-Newsgroup header in article body.
96         (nnmbox-save-mail): Quote lines looking like delimiters at the right
97         positions; make sure article ends with newline.
98
99         * message.el (message-display-abbrev): Don't infloop when a user
100         inserts SPC in the beginning of header.
101
102         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
103         coding-system-for-read and coding-system-for-write for XEmacs having no
104         file-coding feature.
105
106         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
107
108 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
111         list of groups not followed by default.  Fix type to be regexp.
112         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
113
114 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
115
116         * hmac-def.el (define-hmac-function): Switch from old-style to
117         new-style backquotes.
118
119         * md4.el (md4-make-step): likewise.
120
121 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
124         raw-text coding system when saving .newsrc file, which may contain
125         non-ASCII group names.
126
127 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * gnus-cus.el (gnus-score-extra): New widget.
130         (gnus-score-extra-convert): New function.
131         (gnus-score-customize): Use it for Extra.
132
133 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
134
135         * mml2015.el (mml2015-extract-cleartext-signature): New function.
136         (mml2015-mailcrypt-clear-verify): Use it.
137         (mml2015-gpg-clear-verify): Use it.
138         (mml2015-pgg-clear-verify): Use it.
139         (mml2015-epg-clear-verify): Replace the current part with the output
140         from GnuPG; don't extract the plaintext by itself.
141
142         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
143         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
144         mml2015-clear-verify-function; don't touch the armor headers or
145         dash-escaped text here.
146
147 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
150         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
151         parts, or application/octet-stream as a last resort.
152         (gnus-mime-view-part-as-type): Don't toggle display.
153         (gnus-mime-view-part-as-charset): Don't turn off display before
154         querying charset.
155
156         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
157         stuff to undisplayer function in Emacs.
158         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
159
160         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
161         text/calendar parts.
162
163 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
164
165         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
166         decoding text/calendar parts.
167
168         * message.el (message-forward-make-body-mime): Always mark body as
169         having no illegible text; remove signed-or-encrypted argument.
170         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
171
172         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
173         (mml-generate-mime-1): Don't encode body if it is specified to be in
174         raw form; don't make buffer be unibyte when inserting multibyte string.
175
176 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
177
178         * sha1.el: Fix up comment style.
179         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
180         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
181
182         * hex-util.el: Fix up comment style.
183         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
184
185         * gnus-salt.el: Use with-current-buffer.
186         (gnus-pick-setup-message): Fix long-standing typo.
187
188 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * imap.el (imap-logout-timeout): New variable.
191         (imap-logout, imap-logout-wait): New functions.
192         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
193
194         * nnimap.el (nnimap-logout-timeout): New server variable.
195         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
196         nnimap-logout-timeout.
197
198         * gnus-art.el (gnus-article-summary-command-nosave)
199         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
200
201 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * gnus.el (gnus-maximum-newsgroup): New variable.
204
205         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
206         according to gnus-maximum-newsgroup.
207
208         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
209         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
210         Limit the range of articles according to gnus-maximum-newsgroup.
211
212 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
213
214         * gnus-art.el (gnus-sticky-article): Fixed problems described in
215         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
216         Don't perform gnus-configure-windows here; reuse existing sticky
217         article buffer.
218
219         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
220         it doesn't exist in gnus-article-mode.
221
222 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
225         (gnus-agent-decoded-group-name): New function.
226         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
227         (gnus-agent-expire-group-1): Use it; decode group name in messages.
228
229 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
230
231         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
232         Add binding for gnus-sticky-article.
233         (gnus-summary-exit): Don't kill sticky article buffers.
234
235         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
236         article buffer.
237         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
238         (gnus-kill-sticky-article-buffers): New commands.
239
240 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * nntp.el (nntp-xref-number-is-evil): New server variable.
243         (nntp-find-group-and-number): If it is non-nil, don't trust article
244         numbers in the Xref header.
245
246 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-agent.el (gnus-agent-read-group): New function.
249         (gnus-agent-flush-group, gnus-agent-expire-group)
250         (gnus-agent-regenerate-group): Use it.
251         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
252         nnmail-pathname-coding-system.
253
254 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
257
258         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
259         that are unread as unread, and also as selected so that information of
260         marks having been changed by a user may be updated when exiting group.
261
262 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
263
264         * gnus-art.el (gnus-mime-display-single): Pass part number that is
265         calculated ignoring signature parts to gnus-treat-article.
266
267 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
270         a point here in order to keep the window start.
271         (gnus-insert-mime-security-button): Make a button overlay without the
272         front stickiness.
273         (gnus-mime-display-security): Goto the end of a button.
274
275         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
276
277 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
280         group-name-at-point.
281         (gnus-group-completing-read): New function that offers decoded
282         non-ASCII group names for completion.
283         (gnus-fetch-group, gnus-group-read-ephemeral-group)
284         (gnus-group-jump-to-group, gnus-group-make-group-simple)
285         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
286         (gnus-group-fetch-control): Use it.
287         (gnus-fetch-group): Use group-name-at-point for the initial value
288         rather than the default value; use gnus-alive-p.
289
290         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
291         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
292         (gnus-summary-post-news): Use gnus-group-completing-read.
293
294         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
295         (gnus-read-move-group-name): Decode group name for completion.
296
297 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
298
299         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
300         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
301         Yamaoka slightly modified the code).
302
303 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
306         (nnmail-split-incoming): Bind it.
307
308         * nnml.el (nnml-group-name-charset): New function.
309         (nnml-decoded-group-name): Use it; don't decode group name if
310         nnmail-group-names-not-encoded-p is non-nil.
311         (nnml-encoded-group-name): New function.
312         (nnml-group-pathname): Inline nnml-decoded-group-name.
313         (nnml-request-expire-articles): Decode group name in message.
314         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
315         nnmail-pathname-coding-system.
316         (nnml-save-mail, nnml-active-number): Work with decoded group names and
317         not decoded ones according to nnmail-group-names-not-encoded-p.
318         (nnml-generate-active-info): Use nnml-encoded-group-name.
319
320 2007-08-08  Glenn Morris  <rgm@gnu.org>
321
322         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
323         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
324         doc-strings and comments.
325
326 2007-07-25  Glenn Morris  <rgm@gnu.org>
327
328         * Relicense all FSF files to GPLv3 or later.
329
330 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-sum.el (gnus-summary-move-article): Make
333         gnus-summary-respool-article work.
334
335 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
338         string.
339
340 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
341
342         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
343         that should be ignored when comparing distant RSS articles with local
344         ones.
345         (nnrss-make-hash-index): New function.  Create a hash index according
346         to the ignored fields.
347         (nnrss-check-group): Use it.
348
349 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
352
353         * gnus-art.el (article-decode-group-name): Decode Xref header too.
354
355         * gnus-group.el (gnus-group-make-group): Encode group name here unless
356         the new optional argument ENCODED is non-nil.
357         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
358         coding system for encoding group name.
359         (gnus-group-make-rss-group): Pass un-encoded group name to
360         gnus-group-make-group.
361         (gnus-group-set-info): Tell gnus-group-make-group that group name is
362         encoded.
363
364         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
365         Encode group name to which articles are moved or copied.
366         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
367         coding system for encoding Newsgroup, Followup-To and Xref headers.
368
369         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
370         marks; use nnheader-file-coding-system to write a file.
371         (nnagent-retrieve-headers): Bind file-name-coding-system to
372         nnmail-pathname-coding-system.
373
374         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
375
376         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
377         (nnml-request-article, nnml-request-create-group)
378         (nnml-request-rename-group, nnml-find-id)
379         (nnml-possibly-change-directory, nnml-possibly-create-directory)
380         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
381         (nnml-save-marks): Use nnml-group-pathname instead of
382         nnmail-group-pathname.
383
384         (nnml-request-create-group, nnml-request-expire-articles)
385         (nnml-request-move-article, nnml-request-delete-group)
386         (nnml-deletable-article-p, nnml-possibly-create-directory)
387         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
388         (nnml-open-marks): Bind file-name-coding-system to
389         nnmail-pathname-coding-system.
390
391         (nnml-request-article): Pass server argument to nnml-find-group-number.
392         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
393         server argument to nnml-possibly-create-directory.
394         (nnml-request-accept-article): Pass server argument to
395         nnml-active-number and nnml-save-mail.
396         (nnml-find-group-number): Pass server argument to nnml-find-id.
397         (nnml-request-update-info): Pass server argument to
398         nnml-marks-changed-p.
399
400         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
401         (nnml-save-mail, nnml-active-number): Add server argument.
402
403         (nnml-request-delete-group): Warn if group is missing.
404         (nnml-get-nov-buffer): Decode group name.
405         (nnml-generate-active-info): Encode group name.
406         (nnml-open-marks): Decode group name in messages.
407
408 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
411         if it is not specified.
412         (gnus-article-pipe-part, gnus-article-save-part)
413         (gnus-article-interactively-view-part, gnus-article-copy-part)
414         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
415         (gnus-article-inline-part, gnus-article-save-part-and-strip)
416         (gnus-article-replace-part, gnus-article-delete-part)
417         (gnus-article-view-part-as-type): Pass raw prefix argument to
418         gnus-article-part-wrapper.
419
420 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus-agent.el (gnus-agent-save-active): Bind
423         nnheader-file-coding-system to gnus-agent-file-coding-system.
424
425         * gnus-cache.el (gnus-cache-save-buffers)
426         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
427         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
428         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
429         (gnus-cache-braid-nov, gnus-cache-braid-heads)
430         (gnus-cache-generate-active, gnus-cache-rename-group)
431         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
432         (gnus-cache-update-overview-total-fetched-for): Bind
433         file-name-coding-system to nnmail-pathname-coding-system.
434         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
435         variables.
436         (gnus-cache-decoded-group-name): New function.
437         (gnus-cache-file-name): Use it.
438         (gnus-cache-generate-active): Use non-decoded group name for active.
439
440         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
441         right place.
442         (gnus-write-active-file): Don't break non-ASCII group names.
443
444         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
445         nnmail-pathname-coding-system.
446
447         * lpath.el: Bind default-file-name-coding-system,
448         file-name-coding-system and language-info-alist for XEmacs.
449
450         * gnus-uu.el (gnus-uu-decode-save): Typo.
451
452 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
455
456 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
459         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
460         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
461         (gnus-agent-flush-group, gnus-agent-flush-cache)
462         (gnus-agent-fetch-headers, gnus-agent-load-alist)
463         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
464         (gnus-agent-retrieve-headers, gnus-agent-request-article)
465         (gnus-agent-regenerate-group)
466         (gnus-agent-update-files-total-fetched-for)
467         (gnus-agent-update-view-total-fetched-for): Bind
468         file-name-coding-system to nnmail-pathname-coding-system.
469         (gnus-agent-group-pathname): Don't encode file names by
470         nnmail-pathname-coding-system.
471         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
472         coding-system-for-write instead of buffer-file-coding-system to
473         gnus-agent-file-coding-system.
474
475         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
476         Decode group name.
477
478         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
479
480         * gnus-start.el (gnus-update-active-hashtb-from-killed)
481         (gnus-read-newsrc-el-file): Make group names unibyte.
482
483         * nnmail.el (nnmail-group-pathname): Don't encode file names by
484         nnmail-pathname-coding-system.
485
486         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
487         (nnrss-request-delete-group): Bind file-name-coding-system to
488         nnmail-pathname-coding-system.
489         (nnrss-read-server-data, nnrss-read-group-data): Bind
490         file-name-coding-system correctly.
491         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
492
493         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
494         (nntp-server-to-method-cache): New variable.
495         (nntp-group-pathname): New function that decodes non-ASCII group names.
496         (nntp-possibly-create-directory, nntp-marks-changed-p)
497         (nntp-save-marks, nntp-open-marks): Use it.
498         (nntp-possibly-create-directory, nntp-open-marks):
499         Bind file-name-coding-system to nnmail-pathname-coding-system.
500         (nntp-open-marks): Decode group names when bootstrapping marks.
501
502         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
503         Newsgroups and Folowup-To headers.
504
505 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
508         (gnus-server-closed-face, gnus-server-denied-face)
509         (gnus-server-offline-face): Remove variable.
510         (gnus-server-font-lock-keywords): Use faces that are not aliases.
511
512         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
513         of modifying message-stack directly for XEmacs.
514
515         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
516         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
517         if the coding-system argument is nil for XEmacs.
518
519         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
520         mm-charset-override-alist.
521
522         * rfc2047.el: Don't require base64; require rfc2045 for the function
523         rfc2045-encode-string.
524         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
525         to quote the parameter value.
526
527 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
530         form in gnus-group-name-charset-method-alist.
531
532         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
533         overrides the default layout edit-form.
534
535         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
536
537         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
538
539 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
542         as unfetched articles.
543
544 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
545
546         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
547
548 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
551         original back end that keeps marks in the local system.
552
553 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
556         arg of pop-to-buffer for XEmacs.
557         (gnus-article-read-summary-keys): Ditto; don't restore window
558         configuration if summary command ends up with neither article buffer
559         nor summary buffer; describe bindings if summary keys end with C-h.
560
561 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * message.el (message-fix-before-sending): Skip raw message part to be
564         forwarded while checking illegible text.
565         (message-forward-make-body-mime, message-forward-make-body): Mark
566         signed or encrypted raw message as having no illegible text.
567
568 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
571         (gnus-message-with-timestamp-1): New macro.
572         (gnus-message-with-timestamp): New function.
573         (gnus-message): Use them.
574
575         * nnheader.el (nnheader-message): Use them.
576
577 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
578
579         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
580         .newsrc.eld file.
581
582 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
583
584         * gnus-agent.el (gnus-agent-fetch-headers)
585         (gnus-agent-retrieve-headers): Bind
586         gnus-decode-encoded-address-function to identity.
587
588         * nntp.el (nntp-send-xover-command): Recognize an xover command is
589         available also when the server returns simply a dot.
590
591         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
592
593 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
596
597 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * gnus-ems.el (gnus-x-splash): Make it work.
600
601         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
602         from being used.
603
604         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
605
606 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
609         4th and the 5th arguments.
610
611         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
612         the front stickiness.
613         (gnus-article-summary-command-nosave): Correct the order of the
614         arguments passed to pop-to-buffer.
615         (gnus-article-read-summary-keys): Ditto; make it work properly when the
616         summary command ends up with the article buffer.
617
618         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
619         the same faces.
620
621 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
622
623         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
624
625 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
626
627         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
628         * gnus-sum.el (gnus-summary-highlight):
629         * pgg.el (pgg-sign-region, pgg-sign):
630         * mail-source.el (mail-source-delete-old-incoming-confirm):
631         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
632
633 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-mime-view-part-externally)
636         (gnus-mime-view-part-internally): Fix predicate function passed to
637         completing-read.
638
639         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
640
641         * gnus.el (gnus-update-message-archive-method): Add :version.
642
643 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus.el (gnus-update-message-archive-method): New variable.
646
647         * gnus-start.el (gnus-setup-news): Update saved "archive" method
648         according to gnus-message-archive-method if
649         gnus-update-message-archive-method is non-nil.
650
651 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
654         by Loic Dachary <loic@dachary.org>.
655         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
656
657 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * message.el (message-pop-to-buffer): Add switch-function argument.
660         (message-mail): Pass switch-function argument to it.
661
662 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
665         Improve doc string.
666
667 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
670         (gnus-header-content)
671         * gnus-cite.el (gnus-cite-10)
672         * gnus-srvr.el (gnus-server-closed)
673         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
674         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
675         (gnus-group-mail-3-empty, gnus-group-mail-low)
676         (gnus-group-mail-low-empty, gnus-splash)
677         * message.el (message-header-to, message-header-cc)
678         (message-header-subject, message-header-other, message-header-name)
679         (message-header-xheader, message-separator, message-cited-text)
680         (message-mml): Lighten colors of faces used for dark background.
681
682 2007-05-24  Simon Josefsson  <simon@josefsson.org>
683
684         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
685         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
686
687 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * message.el (message-narrow-to-headers-or-head): Ignore
690         mail-header-separator in the body.
691
692 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
695         same as window size.
696
697 2007-05-22  Kevin Ryde  <user42@zip.com.au>
698
699         * message.el (message-font-lock-keywords): Use message-header-xheader
700         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
701         ahead of the anything pattern, to get it recognised.
702
703 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
706         spam.el loads uses it in the compiled defadvice form.
707
708 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
709
710         * gnus-sum.el (gnus-articles-to-read)
711         (gnus-summary-insert-old-articles): Don't truncate group name for
712         `read-string'.
713
714         * gnus-util.el (gnus-limit-string): Delete this function.
715
716         * gnus-sum.el (gnus-simplify-subject-fully): Use
717         `truncate-string-to-width' instead.
718
719 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
720
721         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
722         if, on summary exit, the next group has to be selected.
723         (gnus-summary-exit): Use it.
724
725 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
726
727         * gnus-art.el (gnus-article-mode): Fix comment about displaying
728         non-break space.
729
730 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
733         Check if group is not a directory.
734         (nnfolder-request-expire-articles): Don't delete articles if the target
735         group is not available.
736
737         * nnml.el (nnml-request-create-group): Properly check if group is not a
738         file.
739         (nnml-request-expire-articles): Don't delete articles if the target
740         group is not available.
741
742         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
743         Don't quote characters that are within parentheses.
744
745 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
748         (gnus-handle-ephemeral-exit): Select article according to it.
749
750 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
751
752         * message.el (message-insert-formated-citation-line): Remove newline.
753         (message-citation-line-format): Add final \n here so that the user can
754         avoid a blank line.
755
756 2007-05-03  Dan Christensen  <jdc@uwo.ca>
757
758         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
759         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
760         Update lanl/arXiv support.
761
762 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
763
764         * gnus.el: Bump version number.
765
766 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus.el (gnus-version-number): Bump version.
769
770 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
771
772         * gnus.el: No Gnus v0.6 is released.
773
774 2007-04-27  Didier Verna  <didier@xemacs.org>
775
776         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
777         * gmm-utils.el (gmm-regexp-concat): here.
778         * message.el: Don't require 'gnus-util.
779         (message-dont-reply-to-names): Handle name change above.
780         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
781
782 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
785         since the initial value varies according to the system.
786
787 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * mm-util.el (mm-charset-synonym-alist): Defcustom.
790
791 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
792
793         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
794
795 2007-04-24  Didier Verna  <didier@xemacs.org>
796
797         Improve the type of gnus-ignored-from-addresses.
798         * gnus-util.el (gnus-orify-regexp): New function.
799         * message.el (gnus-util): Require it.
800         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
801         * gnus-sum.el (gnus-ignored-from-addresses): New function.
802         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
803
804 2007-04-24  Didier Verna  <didier@xemacs.org>
805
806         * gnus-sum.el:
807         * gnus-utils.el: Fix some trailing whitespaces.
808
809 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
812         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
813         article's Message-ID; refer parent article in summary buffer.
814
815         * message.el (message-bounce): Call mime-to-mml.
816
817         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
818         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
819         optimize and/or forms properly.
820
821 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
822
823         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
824         URL.
825
826 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
829
830 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
833         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
834         displayed of multipart/alternative part if it is invoked from summary
835         buffer.
836
837         * mm-view.el (mm-inline-text-html-render-with-w3m)
838         (mm-inline-text-html-render-with-w3m-standalone)
839         (mm-inline-render-with-function): Use mail-parse-charset by default.
840
841 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
842
843         * parse-time.el (parse-time-string-chars): Check if CHAR
844         is less than the length of parse-time-syntax.
845
846 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
849         from gnus-newsgroup-processable.
850
851 2007-04-16  Didier Verna  <didier@xemacs.org>
852
853         * gnus-msg.el (gnus-configure-posting-styles): Handle
854         message-signature-directory properly with :file syntax. Reported by
855         "Leo".
856
857 2007-04-11  Didier Verna  <didier@xemacs.org>
858
859         New user option: message-signature-directory.
860         * gnus-msg.el (gnus-configure-posting-styles): Support it.
861         * message.el (message-insert-signature): Ditto.
862         * message.el (message-signature-file): Doc update.
863         * message.el (message-signature-directory): New.
864
865 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gnus-msg.el (gnus-inews-yank-articles): Use
868         message-exchange-point-and-mark instead of exchange-point-and-mark.
869
870 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * message.el (message-yank-original): Make sure cited text ends with
873         newline; don't exchange point and mark.
874
875 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
876
877         * tls.el (open-tls-stream): Properly handle case where there
878         is no associated buffer.
879
880 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
881
882         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
883         message-yank-original, make sure (< mark TEXT point).
884
885 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
886
887         * message.el (message-fill-column): New variable.
888         (message-mode): Use it.  Add comment on a possible new hook.
889
890         * nnmail.el (nnmail-spool-file): Mark as obsolete.
891         (nnmail-get-new-mail): Reformat.
892
893         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
894
895         * gmm-utils.el: Fix Commentary.
896         (gmm-tool-bar-from-list): Fix typo in doc string.
897
898 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
899
900         * message.el (message-yank-original): Don't switch point and mark
901         unnecessarily to put point and mark as documented.
902
903 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
906         from the message heads.
907
908 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
909
910         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
911         article buffer does not have a window.  This may not be the best
912         solution but is certainly better than setting the start of the null,
913         that is the current, window.
914
915 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
916
917         * gnus-draft.el (gnus-draft-setup-hook): New hook.
918         (gnus-draft-setup): Run it.
919
920         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
921         gnus-score-fast-scoring.  Allow regexp.
922         (gnus-score-headers): Use it.
923
924         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
925         XEmacs.
926
927         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
928         string.
929         (gnus-button-alist): Also catch `<f1> k ...'.
930         (gnus-treat-display-x-face): Fix doc string.
931
932 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
933
934         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
935         evaluation of gnus-extended-version to ensure correct generation of the
936         User-Agent header when message-generate-headers-first is used.
937
938 2007-03-24  Simon Josefsson  <simon@josefsson.org>
939
940         * hashcash.el (hashcash-generate-payment-async): Don't crash if
941         hashcash-path is nil.  Don't call callback with incorrect number of
942         parameters if val is 0.
943
944 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
945
946         * message.el (message-required-news-headers):
947         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
948
949 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
950
951         * tls.el (open-tls-stream): In handshake-waiting loop,
952         don't wait more if there is output available to process.
953
954 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
955
956         * tls.el (tls-program): Doc fix.
957
958 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * message.el (message-generate-new-buffers): Change the meaning of the
961         nil value; add `standard' to the choices; treat t as `unique'; improve
962         doc string.
963         (gnus-select-frame-set-input-focus): Autoload.
964         (message-buffer-name): Search for the existing message buffer if
965         message-generate-new-buffers is nil or `standard'; treat the value t of
966         message-generate-new-buffers as `unique'.
967         (message-pop-to-buffer): Raise the frame already displaying the message
968         buffer; clear the echo area after querying.
969         (message-setup): Pass the `continue' argument to compose-mail.
970         (message-mail): Prefer `switch-function' if it is given; search for the
971         existing message buffer if the `continue' argument is non-nil; pass
972         continue and switch-function arguments to compose-mail by way of
973         message-setup.
974         (message-mail-other-window): Adjust argument of message-setup.
975         (message-mail-other-frame): Ditto.
976
977 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
980         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
981         to turn font-lock on when turning gnus-message-citation-mode on.
982
983 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
984
985         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
986         (mml-smime-function-alist): New variable; add epg as the backend.
987         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
988         mml-smime- functions instead.
989         * mm-view.el: Require smime.
990
991 2007-03-05  Didier Verna  <didier@xemacs.org>
992
993         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
994         instead of just inheritance for posting styles.
995         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
996
997 2007-02-24  Chris Moore  <dooglus@gmail.com>
998
999         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1000         * pgg-pgp.el (pgg-pgp-encrypt-region):
1001         * pgg-gpg.el (pgg-gpg-encrypt-region):
1002         Check pgg-encrypt-for-me if no other recipients.
1003
1004 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1005
1006         * tls.el (tls-certtool-program): Fix custom type.
1007
1008 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1011         and point-at-eol instead of line-(beginning|end)-position.
1012
1013         * assistant.el (assistant-parse-buffer): Ditto.
1014
1015         * netrc.el (netrc-parse-services): Ditto.
1016
1017 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1018
1019         * mml2015.el (mml2015-epg-find-usable-key): New function.
1020         (mml2015-epg-sign): Use it.
1021         (mml2015-epg-encrypt): Use it.
1022
1023 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * message.el (message-make-in-reply-to): Quote name containing
1026         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1027         if there are special characters.  Reported by NAKAJI Hiroyuki
1028         <nakaji@jp.freebsd.org>.
1029
1030 2007-02-27  Didier Verna  <didier@xemacs.org>
1031
1032         Include the group parameters as well as the topic ones in the
1033         inheritance filter process.
1034         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1035         argument GROUP-PARAMS-LIST.
1036         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1037
1038 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * nntp.el (nntp-never-echoes-commands)
1041         (nntp-open-connection-functions-never-echo-commands): New variables.
1042         (nntp-send-command): Use them.
1043
1044 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1045
1046         * mml2015.el (mml2015-epg-verify): Simplified.
1047
1048 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1049
1050         * mml.el (mml-content-disposition-alist): New user option.
1051         (mml-content-disposition): New function.
1052         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1053         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1054
1055 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1056
1057         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1058         verification.
1059
1060 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1061
1062         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1063         articles posted in the last 24 hours.
1064
1065 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1066
1067         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1068
1069 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1070
1071         * nntp.el (nntp-send-command): Don't wait for echoes when
1072         nntp-open-ssl-stream is used.
1073
1074 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1077         (gnus-message-add-citation-keywords)
1078         (gnus-message-remove-citation-keywords): Remove.
1079         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1080         directly, make the variables in font-lock-defaults buffer-local, add
1081         gnus-message-citation-keywords to them and then update the value of
1082         font-lock-keywords.
1083
1084 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * message.el (message-cite-original-1): Don't call
1087         gnus-article-highlight-citation.
1088
1089         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1090         citations; fix line count.
1091
1092 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1095         (gnus-message-add-citation-keywords)
1096         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1097         versions of font-lock-add-keywords and font-lock-remove-keywords to
1098         work with XEmacs correctly.
1099
1100 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-cite.el (gnus-cite-face-list): Set the values of
1103         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1104         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1105         (gnus-message-cite-prefix-regexp): New variable.
1106         (gnus-message-search-citation-line): Use it; protect against long
1107         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1108         the 0th match data for Emacs.
1109         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1110         (gnus-message-add-citation-keywords): Append keywords rather than
1111         prepending; emulate font-lock-add-keywords if it is not available.
1112         (gnus-message-remove-citation-keywords): Emulate
1113         font-lock-remove-keywords if it is not available.
1114
1115         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1116
1117         * message.el (message-cite-prefix-regexp): Set the value of
1118         gnus-message-cite-prefix-regexp.
1119
1120 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1121
1122         * nnweb.el (nnweb-google-parse-1): Update parser.
1123
1124 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1125
1126         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1127
1128 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1129
1130         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1131         regexp.
1132
1133 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1136         string-to-multibyte.
1137         (uudecode-decode-region-internal): Use it.
1138
1139         * lpath.el: Fbind string-as-multibyte for XEmacs.
1140
1141 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1142
1143         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1144         custom choice.
1145
1146         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1147
1148 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1149
1150         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1151
1152         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1153         `write-region' to respect `mm-inhibit-file-name-handlers'.
1154
1155 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1156
1157         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1158         Use gnus-home-directory instead of "~/" or "$HOME".
1159
1160 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1161
1162         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1163         to mention filename.
1164         Add comments at beginning regarding usage.
1165         (encrypt-write-file-contents): Change interactive so a string is
1166         acceptable.  If the file has no associated model, show an error instead
1167         of a nonsense prompt.
1168
1169 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1170
1171         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1172         Thanks to Yoshihiko Yamada for kind notification of this typo.
1173
1174 2007-01-12  Kenichi Handa  <handa@m17n.org>
1175
1176         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1177         multibyte buffer.
1178
1179 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1180
1181         * gnus-score.el (gnus-score-fast-scoring): New variable.
1182         (gnus-score-headers): Use it.
1183
1184         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1185
1186         * message.el (message-cite-original-1): Call
1187         gnus-article-highlight-citation if requested.
1188
1189         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1190
1191         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1192         bugs to doc string.
1193         (gnus-button-alist): Add mid\\|message-id.
1194         (gnus-button-fetch-group): Extend for use in
1195         `browse-url-browser-function'.
1196         (gnus-button-url-regexp): Try to catch paired parentheses like in
1197         Wikipedia URLs.
1198
1199         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1200         Suggested by Simon Krahnke <overlord@gmx.li>.
1201
1202 2007-01-13  Romain Francoise  <romain@orebokech.com>
1203
1204         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1205         Update copyright.
1206
1207 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1208
1209         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1210
1211 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1212
1213         * gnus-registry.el (gnus-registry-unfollowed-groups)
1214         (gnus-registry-split-fancy-with-parent): Fix documentation.
1215
1216 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1219         from nnweb groups.
1220
1221 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1224         Xref urls.  Erase buffer before requesting head.
1225
1226 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1227
1228         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1229         customizable.
1230
1231 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1232
1233         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1234         no signing key is found.
1235         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1236         no encrypting and/or signing key is found.
1237
1238 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1241
1242 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1243
1244         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1245         headers read from disk with the ones newly found in the current search.
1246         This should no longer cause problems, because the article numbers in
1247         Gmane's `nov.php' output are ignored since the previous change.
1248
1249 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1250
1251         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1252
1253 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1256         replace-regexp-in-string; bind url-version; fbind display-images-p and
1257         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1258         find-face and set-itimer-function for Emacs; bind itimer-list for
1259         Emacs.
1260
1261         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1262
1263 2007-01-01  Romain Francoise  <romain@orebokech.com>
1264
1265         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1266
1267 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1268
1269         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1270         `define-minor-mode' macro definition expanded properly.
1271         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1272         exclude it there.
1273
1274         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1275         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1276         `fboundp' test.
1277         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1278         This is OK to autoload in (S)XEmacs now.
1279
1280 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1283         keystroke.
1284         (gnus-summary-limit-to-singletons): Fix typo.
1285
1286         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1287         else fails.
1288
1289 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1290
1291         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1292         docstring.
1293
1294         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1295         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1296         (gnus-summary-insert-dormant-articles): Fix typo in message.
1297
1298 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1299
1300         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1301         nil for XEmacs.
1302         (gnus-message-citation-mode): Don't autoload in XEmacs.
1303
1304         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1305
1306 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1307
1308         * nnimap.el (nnimap-expunge-search-string): Mention
1309         nnimap-search-uids-not-since-is-evil in docstring.
1310
1311 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1312
1313         * spam.el: Revert to make-obsolete-variable because
1314         define-obsolete-variable-alias is not supported in Emacs 21.
1315
1316         * spam.el (spam-ifile-path, spam-ifile-database-path)
1317         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1318         make-obsolete-variable.
1319         (spam-bsfilter-path, spam-bsfilter-program)
1320         (spam-spamassassin-path, spam-spamassassin-program)
1321         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1322         use "path" inappropriately.
1323         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1324         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1325         variable names.
1326
1327 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1328
1329         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1330         summary buffer.
1331
1332         * password.el (password-cache-remove): Use clear-string to burn
1333         password, if available.
1334
1335 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1338
1339         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1340
1341         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1342         (gnus-message-highlight-citation): Move defcustom here from
1343         gnus-cite.el.
1344         (gnus-message-citation-mode): Autoload.
1345
1346         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1347         checks to make it compile with XEmacs.
1348         (gnus-message-citation-mode): New minor mode.
1349         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1350         (gnus-message-highlight-citation): New variables.
1351         (gnus-message-search-citation-line)
1352         (gnus-message-add-citation-keywords)
1353         (gnus-message-remove-citation-keywords)
1354         (turn-on-gnus-message-citation-mode)
1355         (turn-off-gnus-message-citation-mode): New functions.
1356
1357 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1358
1359         * gnus-cite.el: Enable highlighting of different citation levels in
1360         message-mode.
1361
1362 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1363
1364         * message.el (message-make-fqdn): Fix comment.
1365         (message-bogus-system-names): Add ".local".
1366
1367         * spam.el (spam-ifile-path, spam-ifile-program)
1368         (spam-ifile-database-path, spam-ifile-database)
1369         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1370         Don't use "path" inappropriately.
1371         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1372         strings.
1373         (spam-check-ifile, spam-ifile-register-with-ifile)
1374         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1375         new variable names.
1376
1377         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1378         (gnus-treat-display-smileys): Simplify using
1379         gnus-image-type-available-p.
1380
1381         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1382         available.
1383
1384         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1385         `display-images-p' if available.
1386
1387 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1390         one after turning on the buffer's multibyteness instead of decoding
1391         them directly in the unibyte buffer that causes unexpected conversion
1392         in Emacs 23 (unicode).
1393
1394 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1395
1396         * message.el (message-generate-hashcash): Fix custom type.
1397
1398 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1401
1402 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1403
1404         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1405         disconnect icons.  Add help text.
1406
1407 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1408
1409         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1410         negated to be consistent with the others we handle.
1411
1412 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1415         version of gnus-summary-buffer to something, so that we can use two
1416         article buffers at the same time.
1417
1418 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1421         trigger all the extra headers.
1422         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1423         sorting.
1424
1425 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1426
1427         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1428         solid groups.
1429
1430 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1431
1432         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1433
1434 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * legacy-gnus-agent.el: Add Copyright notice.
1437
1438 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1439
1440         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1441
1442 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1445
1446         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1447         to make it work reliably in CVS Emacs.
1448         (gnus-summary-limit-strange-charsets-predicate)
1449         (gnus-summary-limit-to-predicate): New functions.
1450
1451 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1452
1453         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1454         specifying array size.
1455         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1456         array if it is too small.
1457         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1458         (gnus-sort-threads-loop): New function.
1459
1460 2006-12-06  Chris Moore  <dooglus@gmail.com>
1461
1462         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1463         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1464
1465 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1466
1467         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1468         options.
1469
1470 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1473         DOS-ing the recipient.
1474
1475         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1476         the headers when creating the mapping to avoid mismappings.
1477         (nnweb-gmane-create-mapping): Always nix out old mapping.
1478
1479 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1482         and mm-verify-option to never.
1483
1484 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * message.el (message-signed-or-encrypted-p): New function.
1487         (message-forward-make-body): Use it.
1488
1489         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1490         Replace encode-coding-string with mm-encode-coding-string.
1491
1492 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * nneething.el (nneething-decode-file-name): Replace
1495         decode-coding-string with mm-decode-coding-string.
1496
1497         * gnus-int.el (gnus-open-server): Say failed server's name.
1498
1499 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1500
1501         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1502         strings to a single string.  Quote `errors-file-name'.
1503         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1504         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1505         Adjust calls.  Use `shell-quote-argument'.
1506
1507 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1508
1509         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1510         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1511
1512         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1513         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1514         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1515         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1516         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1517         (gnus-subscribe-newsgroup, gnus-1):
1518         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1519         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1520         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1521         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1522
1523 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1526         keystroke.
1527         (gnus-summary-limit-to-bodies): Implement headersp.
1528
1529 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1532
1533 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1536
1537 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * message.el (message-generate-hashcash): Expand range of values to
1540         include `opportunistic'.
1541         (message-send-mail): Use it.
1542
1543 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1544
1545         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1546         and comment it.
1547
1548         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1549
1550 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1551
1552         * gnus-util.el (gnus-extract-address-components): Improve comment.
1553
1554 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * gnus-util.el (gnus-extract-address-components): Work with address in
1557         which the name portion contains @.
1558
1559         * lpath.el: Fbind custom-autoload.
1560
1561 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1562
1563         * gnus.el (gnus-start): Move custom group up.
1564         (gnus-select-method): Don't autoload, but make it available for
1565         `customize-variable'.
1566         (gnus-getenv-nntpserver): Don't autoload.
1567
1568 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1569
1570         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1571
1572 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1573
1574         * message.el (message-sendmail-extra-arguments): New variable.
1575         (message-send-mail-with-sendmail): Use it.
1576
1577 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1580         mm-with-unibyte-current-buffer to make string unibyte.
1581
1582         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1583         mm-string-as-multibyte.
1584
1585 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1586
1587         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1588         Reported by Werner Koch <wk@gnupg.org>.
1589
1590 2006-11-14  Daiki Ueno  <ueno@p360>
1591
1592         * mml2015.el: Autoload epa-select-keys when compiling.
1593
1594 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1595
1596         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1597         message-options.
1598         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1599
1600 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1601
1602         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1603         EasyPG (< 0.0.6).
1604         (mml2015-always-trust): New user option.
1605         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1606         prompt.
1607
1608 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * nntp.el (nntp-authinfo-force): New variable.
1611         (nntp-send-authinfo): Use it.
1612
1613 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1614
1615         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1616         decode encoded words.  Improve prompt.  Add comment about forwarding.
1617         (message-replacement-char): Move up.
1618
1619 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1620
1621         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1622         instead of gnus-intersection because arguments of gnus-sorted-nunion
1623         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1624
1625 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1626
1627         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1628         (message-simplify-subject-functions): Enable
1629         message-strip-subject-encoded-words by default.
1630
1631 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1632
1633         * message.el (message-strip-subject-encoded-words): New function
1634         (message-simplify-subject-functions): New variable.
1635         (message-simplify-subject): Use it.  Fix typo in doc string.
1636         Support message-strip-subject-encoded-words.
1637
1638 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1639
1640         * gnus-diary.el (gnus-diary-delay-format-function):
1641         * nndiary.el (nndiary-reminders):
1642         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1643
1644 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1645
1646         * gnus-art.el (article-hide-boring-headers): Fetch date from
1647         gnus-original-article-buffer to avoid problems with localized date
1648         strings.
1649
1650 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1653
1654 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1655
1656         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1657         New variables.
1658         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1659         (mm-charset-synonym-alist): Move some entries to
1660         mm-codepage-iso-8859-list.
1661         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1662         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1663
1664 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1667
1668 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1671         with Emacs 21 and XEmacs.
1672
1673 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1674
1675         * spam.el (spam-parse-address): New function for better parsing,
1676         catching errors, etc.
1677         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1678
1679 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1680
1681         * mm-view.el: Add interactive arg to html2text autoload.
1682
1683 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1684
1685         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1686
1687 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1688
1689         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1690         variables.
1691         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1692         (mm-charset-synonym-alist): Move some entries to
1693         mm-codepage-iso-8859-list.
1694
1695         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1696
1697 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1698
1699         * message.el (message-citation-line-format)
1700         (message-insert-formated-citation-line): Fix implementation of %E, %N
1701         and %n according to the doc string.
1702
1703 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1704
1705         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1706         car-safe to avoid bad parses.
1707
1708 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1711         names.
1712
1713         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1714
1715 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1718         header.
1719
1720         * message.el (message-draft-headers): Add Date.
1721         (message-headers-to-generate): Fix typo in docstring.
1722
1723         * nndraft.el (nndraft-required-headers): New variable.
1724         (nndraft-generate-headers): Use it.
1725
1726         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1727
1728 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-registry.el (gnus-registry-wash-for-keywords)
1731         (gnus-registry-find-keywords): New functions to allow easy searching of
1732         articles that are in the registry.
1733
1734 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1737         ietf-drums-parse-address instead of gnus-extract-address-components.
1738         Reported by Damien Elmes <damien@repose.cx>.
1739
1740 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1741
1742         * gnus.el (gnus-mime): Remove unused custom group.
1743
1744 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1745
1746         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1747         "blank line" when searching for end of armor headers.
1748
1749 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1750
1751         * gmm-utils.el (gmm-write-region): Fix variable name.
1752
1753 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1754
1755         * gmm-utils.el (gmm-write-region): New function based on compatibility
1756         code from `mm-make-temp-file'.
1757
1758         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1759
1760         * nnmaildir.el (nnmaildir--update-nov)
1761         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1762         Use `gmm-write-region'.
1763
1764 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1765
1766         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1767         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1768
1769         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1770
1771         * message.el (message-replacement-char): New variable.
1772         (message-fix-before-sending): Use it.
1773         (message-simplify-subject): New function to remove duplicate code.
1774         (message-reply, message-followup): Use it.
1775
1776         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1777         gnus-summary-limit-to-articles.
1778
1779 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-util.el (gnus-with-local-quit): New macro.
1782
1783         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1784
1785 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1788         ignore non-string data.
1789
1790 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1791
1792         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1793         non-string data (needs to be done in the registry too).
1794
1795 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1796
1797         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1798         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1799         (gnus-registry-split-fancy-with-parent)
1800         (gnus-registry-fetch-simplified-message-subject-fast)
1801         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1802         Remove text properties on ingress into the registry and when it's saved.
1803         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1804         registry from entries with no groups.
1805
1806 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1809         function to remove string properties.
1810
1811 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1812
1813         * gmm-utils.el (gmm): Adjust custom version.
1814
1815         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1816         custom version.
1817
1818         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1819
1820 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * gnus-art.el (gnus-insert-prev-page-button)
1823         (gnus-insert-next-page-button): Simplify.  Reformat.
1824
1825 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1826
1827         * gnus-art.el (gnus-insert-prev-page-button)
1828         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1829
1830 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1831
1832         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1833
1834 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1835
1836         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1837         gnus-article-button-face to MIME and security buttons.
1838
1839 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1842         readable.
1843
1844 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1847
1848 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1849
1850         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1851         `browse-url-of-file' instead of `browse-url'.
1852
1853 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1854
1855         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1856         regexp.  Articles containing quotation were cut prematurely.
1857
1858 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * message.el (message-cite-original-1): Use nobody by default for the
1861         value of From header.
1862         (message-reply): Ditto.
1863
1864 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1865
1866         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1867         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1868         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1869
1870 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1871
1872         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1873         mails in the doc string.  Add some URLs in comment.
1874         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1875
1876 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1879         backslashes handling and the way to find boundaries of quoted strings.
1880
1881 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1882
1883         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1884         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1885         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1886         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1887
1888 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1891         doc string.
1892         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1893
1894 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * lpath.el: Fbind epg-check-configuration.
1897
1898 2006-09-06  Simon Josefsson  <jas@extundo.com>
1899
1900         * mml2015.el (mml2015-use): Doc fix, mention epg.
1901
1902 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1903
1904         * mml2015.el (mml2015-use): Default to epg, if available.
1905
1906 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1907
1908         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1909         message-sender.
1910         (mml1991-epg-encrypt): Ditto.
1911         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1912         message-sender.
1913         (mml2015-epg-encrypt): Ditto.
1914
1915 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1916
1917         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1918         several common directories.
1919
1920 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1921
1922         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1923         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1924
1925 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-art.el (article-decode-encoded-words): Make it fast.
1928
1929 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1932
1933         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1934         in quoted string into `\'.
1935
1936 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1939         Use standard-syntax-table.
1940
1941 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus-art.el (gnus-decode-address-function): New variable.
1944         (article-decode-encoded-words): Use it to decode headers which are
1945         assumed to contain addresses.
1946         (gnus-mime-delete-part): Remove useless `or'.
1947
1948         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1949         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1950         (gnus-nov-parse-line): Use it to decode From header.
1951         (gnus-get-newsgroup-headers): Ditto.
1952         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1953
1954         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1955         (mail-decode-encoded-address-string): New alias.
1956
1957         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1958         New function.
1959         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1960         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1961         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1962         (rfc2047-decode-string): Ditto.
1963         (rfc2047-decode-address-region): New function.
1964         (rfc2047-decode-address-string): New function.
1965
1966 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1967
1968         * message.el (message-caesar-buffer-body): Allow rotating headers.
1969
1970         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1971
1972         * message.el (message-insert-formated-citation-line): Fix %f.
1973         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1974
1975 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1978         (gnus-bookmark-mouse-available-p): New macro.
1979         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1980         (gnus-bookmark-bmenu-show-infos): Use it.
1981         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1982         (gnus-bookmark-bmenu-hide-infos): Ditto.
1983         (gnus-bookmark-remove-properties): New function.
1984         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1985         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1986         (gnus-bookmark-write-file): Bind coding-system-for-write.
1987         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1988         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1989         group before selecting it.
1990         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1991         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1992         quit-window if it is not available; use gnus-mouse-2 and bind it to
1993         gnus-bookmark-bmenu-select-by-mouse.
1994         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1995         (gnus-bookmark-bmenu-select-by-mouse): New function.
1996
1997 2006-08-13  Romain Francoise  <romain@orebokech.com>
1998
1999         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
2000         space.
2001
2002 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * compface.el (uncompface): Use binary rather than raw-text-unix.
2005
2006 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * compface.el (uncompface): Make sure the eol conversion doesn't take
2009         place when communicating with the external programs.  Reported by
2010         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2011
2012 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2015
2016 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2017
2018         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2019         Make it more robust by parsing author and date independently.
2020
2021 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2024
2025 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2026
2027         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2028         first matching secret key.
2029         (mml2015-epg-encrypt): Ditto.
2030
2031         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2032         first matching secret key.
2033         (mml1991-epg-encrypt): Ditto.
2034
2035         * mml2015.el (mml2015-encrypt-to-self): New user option.
2036         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2037         mml2015-epg-encrypt-to-self is set.
2038
2039         * mml1991.el (mml1991-encrypt-to-self): New variable.
2040         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2041         mml1991-epg-encrypt-to-self is set.
2042
2043         * mml2015.el (mml2015-signers): New user option.
2044         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2045         (mml2015-epg-encrypt): Allow to select signing keys.
2046
2047         * mml1991.el (mml1991-signers): New variable.
2048         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2049         (mml1991-epg-encrypt): Allow to select signing keys.
2050
2051 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2052
2053         * nnheader.el (nnheader-insert-head): Make it work even if the file
2054         uses CRLF for the line-break code.
2055
2056 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2057
2058         * mml2015.el: Require mml-sec instead of password.
2059         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2060         (mml2015-cache-passphrase): Inherit the default value from
2061         mml-secure-cache-passphrase.
2062         (mml2015-passphrase-cache-expiry): Inherit the default value from
2063         mml-secure-passphrase-cache-expiry.
2064
2065         * mml1991.el: Require mml-sec instead of password.
2066         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2067         (mml1991-cache-passphrase): Inherit the default value from
2068         mml-secure-cache-passphrase.
2069         (mml1991-passphrase-cache-expiry): Inherit the default value from
2070         mml-secure-passphrase-cache-expiry.
2071
2072         * mml-sec.el: Require password.
2073         (mml-secure-verbose): New user option.
2074         (mml-secure-cache-passphrase): New user option.
2075         (mml-secure-passphrase-cache-expiry): New user option.
2076
2077 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2078
2079         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2080         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2081         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2082
2083         FIXME: Use `tiny change'?
2084
2085 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2086
2087         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2088         workaround for the url package included with Emacs.
2089
2090         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2091
2092 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2095         correctly.  This fixes a bug caused by the 2006-05-12 change.
2096
2097 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2098
2099         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2100         some information about the error when saying that the `bogus' mail
2101         group will be used.
2102
2103 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2104
2105         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2106         string.
2107
2108 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2109
2110         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2111
2112 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2113
2114         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2115
2116 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2117
2118         * mml1991.el (mml1991-function-alist): Add epg.
2119         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2120         (mml1991-epg-encrypt): New functions.
2121
2122 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2123
2124         * mml2015.el (mml2015-verbose): New variable.
2125         (mml2015-cache-passphrase): Ditto.
2126         (mml2015-passphrase-cache-expiry): Ditto.
2127         (mml2015-function-alist): Add epg.
2128         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2129         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2130         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2131         functions.
2132
2133 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2134
2135         * message.el (message-cite-original-1): Preserve region when removing
2136         quoted text due to X-No-Archive in order to avoid bogus attribution
2137         when citing multiple messages.
2138
2139 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2140
2141         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2142         Kenneth Jacker <khj@be.cs.appstate.edu>.
2143
2144 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2145
2146         * gnus-diary.el (gnus-user-format-function-d)
2147         (gnus-user-format-function-D): Autoload.
2148
2149         * imap.el (Commentary): Fix typo.
2150
2151         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2152         2006-04-22 contribution.
2153
2154 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2155
2156         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2157         It didn't really fix the bogosity I'm seeing with solid web groups.
2158
2159 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2160
2161         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2162         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2163         created using server names.  If we use the feature without declaring
2164         it, Gnus does not properly manage server and group state.
2165
2166         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2167         bound.
2168
2169 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2170
2171         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2172         looking up the method using GROUP's prefix before inventing a new one.
2173         It is used on killed/unknown groups in various places where returning
2174         an all-new method isn't expected by the caller.
2175
2176         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2177         and match semantics of gnus-group-real-prefix.
2178
2179 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2180
2181         * nnmail.el (nnmail-broken-references-mailers): New variable.
2182         (nnmail-ignore-broken-references): New function generalizing
2183         nnmail-fix-eudora-headers.
2184         (nnmail-fix-eudora-headers): Now obsolete.
2185
2186         * gnus-art.el (gnus-button-handle-custom): Support
2187         `customize-apropos*'.
2188
2189 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2192
2193         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2194         articles.
2195
2196 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2197
2198         * message.el (message-cite-reply-above): New variable.
2199         (message-yank-original): Use it.
2200
2201 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2204
2205 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2206
2207         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2208         as read.
2209
2210         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2211
2212 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2213
2214         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2215         (gnus-bookmark-default-file): Use gnus-directory.
2216         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2217         Remove "*" in doc string.
2218         (gnus-bookmark-write-file): Simplify.
2219         (gnus-bookmark-maybe-sort-alist): Use `when'.
2220         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2221         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2222         FIXME about Emacs 21 and XEmacs compatibility.
2223         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2224         compatibility.
2225         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2226         compatibility.
2227         (gnus-bookmark-menu-heading): Fix version.
2228
2229 2006-06-19  Bastien Guerry  <bzg@altern.org>
2230
2231         * gnus-bookmark.el: New file.
2232
2233 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * message.el (message-syntax-checks): Doc fix.
2236
2237 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2238
2239         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2240         unsubscribed groups as if they were killed ones.  It causes duplicate
2241         entries in gnus-newsrc-alist.
2242
2243 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * message.el (message-syntax-checks): Doc fix.
2246         (message-send-mail): Add check for continuation headers.
2247         (message-check-news-header-syntax): Fix regexp used to check for
2248         continuation headers.
2249
2250 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2253
2254 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2257
2258 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2261         default-truncate-lines.
2262
2263 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2266         to fill the utf-8 entry.
2267
2268         * lpath.el: Fbind unicode-precedence-list.
2269
2270 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2271
2272         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2273
2274 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2275
2276         * gnus-agent.el (directory-files-and-attributes): Move all the way
2277         forward (the third and final move).
2278         (gnus-agent-read-agentview): Trap reconstruction errors due to
2279         nonexistant directory.  Handle by returning nil.
2280
2281 2006-05-30  Didier Verna  <didier@xemacs.org>
2282
2283         * message.el (message-dont-reply-to-names): Update the custom type.
2284         * message.el (message-dont-reply-to-names): New defsubst: potentially
2285         convert a list of regexps into a single one.
2286         * message.el (message-get-reply-headers): Use it.
2287         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2288
2289 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-agent.el (directory-files-and-attributes): Move forward.
2292
2293 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2294
2295         * gnus-ml.el (gnus-mailing-list-subscribe)
2296         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2297         (gnus-mailing-list-message): Fix doc strings.
2298
2299 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2300
2301         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2302         of doing it manually.
2303
2304 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2307         comment.
2308
2309 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2310
2311         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2312         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2313         (gnus-agent-read-local): All symbols allocated in my-obarray
2314         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2315         (gnus-agent-regenerate-group): Check numeric names to see if they are
2316         messages or groups.
2317         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2318         better way of do this...)
2319
2320         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2321         'dummy.group' (there should be a better way of do this...)
2322
2323 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2326         (gnus-saved-headers): Ditto.
2327         (gnus-default-article-saver): Mention functions may have properties.
2328         (gnus-article-save): Override gnus-save-all-headers and
2329         gnus-saved-headers by :headers property which saver function may have.
2330         (gnus-summary-save-in-file): Add :headers property.
2331         (gnus-summary-write-to-file): Ditto.
2332
2333         * gnus-sum.el (gnus-summary-save-article): Bind
2334         gnus-prompt-before-saving to t when saving many articles in a file;
2335         always show all headers.
2336
2337         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2338
2339 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2340
2341         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2342         marks.
2343
2344         * message.el (message-indent-citation): Add optional arguments to allow
2345         using it outside of message buffers.
2346
2347         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2348         (gnus-article-treat-unfold-headers): Use it.
2349         (gnus-article-truncate-lines): New variable.
2350         (gnus-article-mode): Use it.
2351         (gnus-article-toggle-truncate-lines): New function.
2352
2353         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2354         gnus-article-toggle-truncate-lines.
2355
2356         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2357         coding system in XEmacs, use binary.
2358
2359 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2362         after-load-alist.
2363
2364         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2365         this function should save decoded articles.
2366         (gnus-summary-write-to-file): Use property to specify this function
2367         should save decoded articles and specify gnus-summary-save-in-file
2368         should be used to save articles other than the first one when saving
2369         many articles.
2370         (gnus-summary-save-body-in-file): Use property to specify this
2371         function should save decoded articles.
2372         (gnus-summary-write-body-to-file): Use property to specify this
2373         function should save decoded articles and specify
2374         gnus-summary-save-body-in-file should be used to save articles other
2375         than the first one when saving many articles.
2376
2377         * gnus-sum.el (gnus-summary-save-article): Simplify.
2378
2379 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2380
2381         * gnus-art.el (gnus-default-article-saver): Add
2382         gnus-summary-write-body-to-file.
2383         (gnus-article-save-coding-system): Don't use coding system object
2384         in XEmacs.
2385         (gnus-read-save-file-name): Add optional `dir-var' argument which
2386         specifies directory in which files are saved; work even if optional
2387         `variable' argument is not specified.
2388         (gnus-summary-write-to-file): Read file name.
2389         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2390         (gnus-summary-write-body-to-file): New function.
2391
2392         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2393         (gnus-summary-local-variables): Add it.
2394         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2395         (gnus-summary-save-article): Remove optional `decode' argument;
2396         determine whether to decode articles by the value of
2397         gnus-default-article-saver; when saving many files using
2398         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2399         it first and use gnus-summary-save-in-file or
2400         gnus-summary-save-body-in-file thereafter unless
2401         gnus-prompt-before-saving is always; move point to article which
2402         will be saved.
2403         (gnus-summary-save-article-file): Revert.
2404         (gnus-summary-write-article-file): Revert.
2405         (gnus-summary-save-article-body-file): Revert.
2406         (gnus-summary-write-article-body-file): New function.
2407
2408 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-art.el (gnus-default-article-saver): Doc fix.
2411         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2412         from gnus-summary-save-article-coding-system, and default to a
2413         certain coding system.
2414         (gnus-output-to-file): Add coding cookie and encode text according
2415         to gnus-article-save-coding-system; don't use mm-append-to-file.
2416
2417         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2418         gnus-art.el and rename to gnus-article-save-coding-system.
2419         (gnus-summary-save-article): Require gnus-art; don't show all
2420         headers if it decodes articles; don't add coding cookie here;
2421         don't bind mm-text-coding-system-for-write.
2422         (gnus-summary-save-article-file): Save decoded articles.
2423         (gnus-summary-write-article-file): When saving many files, use
2424         gnus-summary-write-to-file first and gnus-summary-save-in-file
2425         thereafter unless gnus-prompt-before-saving is always.
2426         (gnus-summary-save-article-body-file): Save decoded articles.
2427
2428         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2429
2430 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2431
2432         * nnrss.el (nnrss-check-group): Bind hash-index.
2433
2434 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2435
2436         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2437         its hash index.  Store this hash in `nnrss-group-data'.
2438         (nnrss-read-group-data): Update accordingly.
2439
2440 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2441
2442         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2443         entry.
2444
2445         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2446         gnus-article-browse-html-article.
2447
2448 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2449
2450         * gnus-sum.el (gnus-summary-mime-map): Add
2451         gnus-article-browse-html-article.
2452
2453         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2454
2455 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2456
2457         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2458         suitable coding systems in customize.
2459
2460 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2461
2462         * mail-source.el (mail-sources): Fix custom type.
2463
2464 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2465
2466         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2467         (gnus-summary-expire-articles-now): Shorten prompt.
2468
2469         * gmm-utils.el (wid-edit): Require.
2470         (defun-gmm): Renamed from `gmm-defun-compat'.
2471         (gmm-image-search-load-path): Use it.
2472         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2473
2474 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2477         variable.
2478         (gnus-summary-save-article): Add optional `decode' argument.  If
2479         it is set and gnus-summary-save-article-coding-system is non-nil,
2480         save decoded article.
2481         (gnus-summary-write-article-file): Save decoded article if
2482         gnus-summary-save-article-coding-system is non-nil.
2483
2484         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2485         type.
2486
2487 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2490
2491 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2492
2493         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2494         first to test gnus-single-article-buffer which may be buffer-local.
2495
2496         * gnus-sum.el (gnus-summary-setup-buffer): Make
2497         gnus-single-article-buffer buffer-local and nil in ephemeral
2498         group; make gnus-article-buffer, gnus-article-current, and
2499         gnus-original-article-buffer always buffer-local.
2500         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2501         group.
2502         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2503
2504 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * nnml.el (nnml-request-compact-group): Compressed files might not
2507         have .gz extension.
2508
2509 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2510
2511         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2512         (mm-copy-to-buffer): Use with-current-buffer.
2513         (mm-display-part): Simplify.
2514         (mm-inlinable-p): Add optional arg `type'.
2515
2516 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2517
2518         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2519         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2520         Try harder to show the attachment internally or externally using
2521         gnus-mime-view-part-as-type.
2522
2523 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2524
2525         * message.el (message-from-style, message-signature-separator)
2526         (message-user-organization-file, message-send-mail-function)
2527         (message-citation-line-function, message-yank-prefix)
2528         (message-indent-citation-function, message-signature)
2529         (message-signature-file, message-signature-insert-empty-line):
2530         Remove autoloads.
2531
2532         * gnus-art.el (gnus-buttonized-mime-types): Remove
2533         "multipart/signed".  Revert 2006-04-26 change.
2534
2535 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus.el (gnus-version-number): Bump version.
2538
2539 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2540
2541         * gnus.el: No Gnus v0.5 is released.
2542
2543 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2544
2545         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2546         fetching articles by message-id.
2547
2548 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * message.el (hashcash): Require hashcash as normal.
2551
2552         * ecomplete.el (ecomplete-highlight-match-line): Use
2553         point-at-eol.
2554         (ecomplete-highlight-match-line): Use `highlight', because that
2555         face exists in both Emacs and XEmacs.
2556
2557         * message.el (message-display-abbrev): Use point-at-bol.
2558
2559         * mail-source.el: Don't require timer/timer-funcs.
2560
2561         * gnus-async.el: Ditto.
2562
2563         * password.el: Ditto.
2564
2565         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2566
2567         * mm-url.el: Ditto.
2568
2569         * gnus-xmas.el: Don't require timer-funcs.
2570
2571         * mm-util.el: Require timer/timer-funcs.
2572
2573 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2574
2575         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2576         Close.
2577
2578 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2581         unibyte after clear-decrypt function runs.
2582
2583         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2584         returns as a unibyte string.
2585
2586 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * lpath.el: Revert.
2589
2590         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2591         (pgg-gpg-process-sentinel): Revert.
2592
2593         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2594         (pgg-pgp-lookup-key): Revert.
2595
2596         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2597         (pgg-pgp5-lookup-key): Revert.
2598
2599         * pgg.el (pgg-fetch-key): Revert.
2600
2601 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * lpath.el: Fbind string-as-multibyte for XEmacs.
2604
2605         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2606         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2607         (mml1991-pgg-encrypt): Ditto.
2608
2609         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2610         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2611         a multibyte buffer.
2612
2613         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2614         (pgg-pgp-lookup-key): Ditto.
2615
2616         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2617         (pgg-pgp5-lookup-key): Ditto.
2618
2619         * pgg.el (pgg-fetch-key): Ditto.
2620
2621 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2622
2623         * message.el (message-user-organization-file): Check several
2624         locations of the organization file.
2625
2626         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2627         Add gnus-article-view-part-as-type.
2628
2629         * gnus-art.el (gnus-article-view-part-as-type): New function.
2630
2631         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2632         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2633
2634         * mml.el: Simplify autoload.
2635         (mml-mode): defvar dnd-protocol-alist instead of using
2636         symbol-value.
2637         (mml-default-directory): New variable.
2638         (mml-minibuffer-read-file): Use it.
2639         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2640
2641         * message.el (message-citation-line-format): New variable.
2642         (message-insert-formated-citation-line): New function.
2643         (message-citation-line-function): Add
2644         `message-insert-formated-citation-line' to custom type.
2645
2646         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2647         to doc string.
2648
2649         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2650         depending on mm-verify-option.
2651
2652 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2655         binding pgg-* variables; reimplement the section which prevents
2656         MIME header from being signed.
2657         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2658         pgg-text-mode; remove a blank line at the top of body.
2659
2660         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2661         lines at the top of body; use gnus-newsgroup-charset if there's no
2662         Charset header.
2663
2664 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * message.el (message-self-insert-commands): Doc fix.
2667
2668         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2669         (mm-uu-pgp-encrypted-test): Ditto.
2670         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2671         between header and body; return application/pgp-encrypted handle
2672         if decryption failed; decode decrypted body by charset.
2673
2674         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2675         element match to application/pgp-*.
2676
2677 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2678
2679         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2680         HTML.
2681
2682 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * mail-source.el (mail-source-call-script): Message the error
2685         string.
2686
2687 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-util.el (gnus-byte-compile): Use it.
2690
2691 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2692
2693         * gnus-util.el (kill-empty-logs): New function.
2694
2695 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * message.el (message-mail-alias-type): Doc fix.
2698         (message-mail-alias-type-p): New function.
2699         (message-send): Use it.
2700         (message-mode): Ditto.
2701         (message-strip-forbidden-properties): Ditto.
2702
2703         * ecomplete.el (ecomplete-database-file-coding-system): New
2704         variable.
2705         (ecomplete-save): Use it.
2706         (ecomplete-setup): Use it.
2707
2708 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * message.el (message-self-insert-commands): New variable.
2711         (message-strip-forbidden-properties): Use it.
2712
2713 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2716         that doesn't make XEmacs choke.
2717
2718 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2719
2720         * gnus-util.el (gnus-replace-in-string):
2721         Prefer replace-regexp-in-string over of replace-in-string.
2722
2723 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-util.el (gnus-select-frame-set-input-focus):
2726         Use select-frame-set-input-focus if it is available in XEmacs; use
2727         definition defined in Emacs 22 for old Emacsen.
2728
2729         * dgnushack.el: Autoload unmorse-region for XEmacs.
2730
2731         * lpath.el: Bind cursor-in-non-selected-windows and
2732         select-frame-set-input-focus for XEmacs.
2733
2734 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2737
2738 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * gnus-registry.el (gnus-registry-cache-save): Remove text
2741         properties when saving via the temp buffer.
2742
2743 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * message.el (message-generate-hashcash): Honor custom type.
2746
2747 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * message.el (message-generate-hashcash): Default to non-nil when
2750         hashcash is found.
2751
2752         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2753         (gnus-refer-thread-limit): Increase default to 500.
2754
2755         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2756
2757         * flow-fill.el (fill-flowed): Allow delete-space.
2758
2759 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2762         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2763         Remove autoloads.
2764
2765 2006-04-18  Simon Josefsson  <jas@extundo.com>
2766
2767         * message.el (message-generate-hashcash): Default to.
2768
2769 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2772         concatenating segments rather than before concatenating them.
2773
2774 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2775
2776         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2777
2778 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2781
2782         * message.el (message-forward-make-body-plain): Allow
2783         message-forward-ignored-headers to be a list.
2784         (message-remove-ignored-headers): Factor out into function.
2785         (message-forward-make-body-mml): Use it.
2786
2787         * imap.el (imap-quote-specials): New function.
2788         (imap-login-auth): Quote specials.
2789
2790         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2791         (rfc2231-parse-string): Allow concatanation of parameters that
2792         aren't contiguous.  The test case is
2793           (mail-header-parse-content-type "message/external-body;
2794             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2795             access-type=LOCAL-FILE;
2796             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2797
2798 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2799
2800         * nntp.el (nntp-accept-process-output): Return the value of
2801         `nnheader-accept-process-output'.
2802
2803 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2806         (gnus-button-alist): Recognize more diff formats.
2807         (gnus-button-patch): Strip directory.
2808
2809 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2812         Emacs 22 when setting focus.
2813
2814 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-art.el (gnus-article-treat-types): Do treatment of
2817         text/x-verbatim parts.
2818         (gnus-button-patch): New command.
2819
2820         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2821         addresses that contain invalid characters.
2822
2823 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * message.el (message-put-addresses-in-ecomplete): Use
2826         gnus-replace-in-string.
2827         (message-is-yours-p): Use the more correct
2828         mail-header-parse-address instead of
2829         mail-extract-address-components.
2830         (message-put-addresses-in-ecomplete): Fix typo.
2831
2832         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2833         keystroke.
2834
2835         * gnus-art.el (gnus-treatment-function-alist): Change order of
2836         newsgroups/generic header folding to avoid double-folding.
2837
2838         * message.el (message-hidden-headers): Add X-Draft-From.
2839
2840         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2841         command.
2842         (gnus-summary-repeat-search-article-backward): New command.
2843
2844         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2845         groups in the parent topic.
2846
2847 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2848
2849         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2850         (spam-extra-header-to-number): Return the CRM114 number as a
2851         number instead of a string.
2852
2853 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-art.el (gnus-face-properties-alist): Moved here from
2856         gnus-fun.
2857
2858         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2859
2860 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * message.el (message-strip-forbidden-properties): Only display on
2863         self-insert-command.
2864
2865         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2866         reindent.
2867         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2868
2869 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2870
2871         * smiley.el (smiley-style): Fix typo.
2872
2873 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * hashcash.el (hashcash-insert-payment-async-2): Use
2876         message-goto-eoh instead of doing it manually.
2877         (mail-add-payment): Use message-narrow-to-header instead of trying
2878         to do the same itself.
2879
2880         * message.el (message-hidden-headers): Add Face.
2881
2882         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2883         reparenting code.
2884         (gnus-summary-reparent-children): Refactored out code.
2885         (gnus-summary-thread-map): New keystroke.
2886         (gnus-summary-reparent-children): Make into command.
2887
2888         * smiley.el (smiley-style): Default to `medium' if using a large
2889         font.
2890
2891         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2892         does it itself.
2893
2894         * message.el (message-point-in-header-p): Simplify definition.
2895
2896 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * nnagent.el (nnagent-request-set-mark): Silence log file
2899         writing.
2900         (nnagent-request-set-mark): Use write-region instead of
2901         append-to-file.
2902
2903         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2904         strange select method.
2905
2906         * ecomplete.el (ecomplete-display-matches): Get highlightling
2907         right.
2908         (ecomplete-display-matches): Use literals.
2909         (ecomplete-display-matches): Disable message logging.
2910
2911         * message.el (message-display-abbrev): Small optimization.
2912
2913         * ecomplete.el (ecomplete-display-matches): Allow automatic
2914         display.
2915
2916         * message.el (message-strip-forbidden-properties): Display
2917         abbrevs.
2918         (message-display-abbrev): Get automatic display right.
2919
2920         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2921         keystrokes.
2922
2923 2006-04-13  Romain Francoise  <romain@orebokech.com>
2924
2925         TODO: Backport to v5-10!
2926
2927         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2928         Moved here (and renamed) from gnus-registry.el.
2929
2930         * gnus-registry.el: Require gnus-util.
2931         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2932
2933 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * gnus-group.el (gnus-group-catchup-current): Change
2936         if-then-else-if-then-else into cond.
2937         (gnus-group-catchup): Indent.
2938         (group-name-at-point): New function.
2939         (gnus-fetch-group): Provide default from thing at point.
2940
2941 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * message.el (message-display-abbrev): Fix regexp.
2944
2945         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2946         choosing.
2947         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2948         dead variables.
2949
2950         * message.el (message-newline-and-indent): Remove debugging.
2951         (message-display-abbrev): Use new implementation.
2952
2953 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * gnus-art.el (gnus-article-mode): Set
2956         cursor-in-non-selected-windows to nil.
2957
2958         * smiley.el: Revert previous change.
2959         (smiley-data-directory): defvar it before using it in the
2960         defcustom of `smiley-style'.
2961
2962 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * message.el (message-newline-and-indent): New function.
2965
2966         * ecomplete.el: Implement more bits.
2967
2968         * message.el (message-put-addresses-in-ecomplete): Clean up the
2969         string.
2970
2971         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2972
2973         * gnus-sum.el (gnus-summary-save-parts): Bind
2974         gnus-summary-save-parts-counter and use it to make unique file
2975         names.
2976
2977         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2978
2979         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2980         parameter to say whether to actually parse the individual
2981         addresses.
2982
2983         * message.el (message-put-addresses-in-ecomplete): New function.
2984         (ecomplete): Require.
2985         (message-mail-alias-type): Add ecomplete as an option.
2986
2987 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2988
2989         * flow-fill.el (fill-flowed): Remove trailing space from blank
2990         quoted lines.
2991
2992 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * smiley.el (smiley-style): Move definition later to avoid a
2995         compilation warning.
2996
2997 2006-04-12  Kenichi Handa  <handa@m17n.org>
2998
2999         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
3000         buffer and then decode the buffer text if necessary.
3001         (rfc2231-encode-string): Be sure to work on multibyte buffer at
3002         first, and after mm-encode-body, change the buffer to unibyte.
3003         Use mm-disable-multibyte instead of set-buffer-multibyte.
3004
3005 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3008         Content-Type header instead of Content-Disposition header.
3009         (gnus-mime-inline-part): Ditto.
3010         (gnus-mime-view-part-as-charset): Ignore charset that the part
3011         specifies.
3012
3013         * mm-decode.el (mm-display-part): Work with external parts and
3014         usual parts similarly.
3015
3016         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3017         instead of gnus-display-mime.
3018
3019         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3020         instead of with-temp-buffer.
3021
3022         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3023         tag to summarized topics part in order to encode non-ASCII text.
3024
3025 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * smiley.el (smiley-style): New variable.
3028         (smiley-directory): New function.
3029         (smiley-data-directory): Derive from `smiley-style' using
3030         `smiley-directory'.
3031         (smiley-regexp-alist): Add new entries.
3032
3033         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3034         (gnus-article-browse-delete-temp): Add :version.
3035
3036 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3037
3038         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3039         the sieve region.
3040
3041 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus.el (gnus-version-number): Bump version.
3044
3045 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * gnus.el: No Gnus v0.4 is released.
3048
3049 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3052         layout.
3053
3054         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3055         unknown charset.
3056
3057         * message.el (message-header-synonyms): Add Original-To to the
3058         default.
3059
3060         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3061         optional parameter.
3062
3063 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3064
3065         * gnus-fun.el (gnus): Require it for gnus-directory.
3066
3067 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3070
3071 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3072
3073         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3074
3075 2006-04-05  Simon Josefsson  <jas@extundo.com>
3076
3077         * password.el (password-reset): New function.
3078
3079 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3080
3081         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3082         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3083
3084 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3085
3086         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3087         Some whitespace was matched into the url, which broke browsing hits
3088         > 100 when mm-url-use-external was nil.
3089
3090 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3093         gnus-extra-headers for 'Newsgroups.
3094
3095         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3096         bound.
3097
3098 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3099
3100         * pgg-gpg.el: Clean up process buffers every time gpg processes
3101         complete.
3102
3103 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3104
3105         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3106         doc string.
3107
3108 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3109
3110         * pgg-gpg.el (pgg-gpg-process-filter)
3111         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3112
3113         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3114         lines, temporary fix.
3115
3116 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3117
3118         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3119
3120 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3121
3122         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3123         default-enable-multibyte-characters.  This reverts the change from
3124         revision 6.17 which is no longer necessary because the passphrase
3125         is sent separately now.  GnuPG messages are unreadable under
3126         multibyte locales with default-enable-multibyte-characters set to
3127         nil.
3128
3129 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3130
3131         * message.el (message-tool-bar-gnome): Move "spell".
3132
3133 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3134
3135         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3136         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3137         instead.
3138
3139 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3140
3141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3142         newsgroups handling for NNTP overviews which don't include
3143         Newsgroups.
3144
3145 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3146
3147         * message.el (message-resend): Bind message-generate-hashcash to nil.
3148
3149 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3150
3151         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3152         when searching for already-paid recipients.
3153
3154 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3155
3156         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3157         passphrases when it is not needed.
3158         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3159         passphrase stuff from gpg, should only be necessary when you use
3160         gpg with a smartcard.
3161
3162 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mml.el (mml-insert-mime): Ignore cached contents of
3165         message/external-body part.
3166
3167         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3168         (mm-insert-part): Ditto.
3169
3170 2006-03-23  Simon Josefsson  <jas@extundo.com>
3171
3172         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3173         Reiner.
3174         (pgg-gpg-use-agent-p): Use it again.
3175
3176 2006-03-23  Simon Josefsson  <jas@extundo.com>
3177
3178         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3179         older emacsen.
3180         (pgg-gpg-use-agent-p): Don't use it.
3181
3182 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3183
3184         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3185         if we can.
3186
3187 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3188
3189         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3190         (pgg-gpg-update-agent): New function.
3191         (pgg-gpg-use-agent-p): New function.
3192         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3193         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3194         (pgg-gpg-sign-region): Use it.
3195
3196 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3199         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3200
3201 2006-03-21  Simon Josefsson  <jas@extundo.com>
3202
3203         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3204         <wilde@sha-bang.de>.
3205         (pgg-gpg-use-agent): New variable.
3206         (pgg-gpg-process-region): Use it.
3207         (pgg-gpg-encrypt-region): Likewise.
3208         (pgg-gpg-encrypt-symmetric-region): Likewise.
3209         (pgg-gpg-decrypt-region): Likewise.
3210         (pgg-gpg-sign-region): Likewise.
3211         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3212
3213 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3214
3215         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3216
3217         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3218         Add comment on version.
3219
3220 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3221
3222         * smiley.el: Add missing test smiley.
3223
3224 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mm-decode.el (mm-with-part): New macro.
3227         (mm-get-part): Use it; work with message/external-body as well.
3228         (mm-save-part): Treat name and filename equally.
3229
3230         * mm-extern.el (mm-extern-cache-contents): New function.
3231         (mm-inline-external-body): Use it; force the part to be displayed;
3232         move undisplayer added to the cached handle to the parent.
3233
3234         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3235         (gnus-mime-view-part-as-type): Work with message/external-body.
3236
3237         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3238
3239 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3242         images in image-load-path.  [Sync with image.el, revision 1.60, in
3243         Emacs.]
3244
3245 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3248         path rather than symbol.  Always return list of directories.
3249         Guarantee that image directory comes first.  [Sync with image.el,
3250         revision 1.59, in Emacs.]
3251
3252         * message.el (message-make-tool-bar): Adjust to new API of
3253         `gmm-image-load-path-for-library'.
3254
3255         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3256
3257         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3258
3259 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3260
3261         * gnus-art.el (gnus-article-only-boring-p):
3262         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3263         intangible text.
3264         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3265
3266 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3269         `defun' instead of `gmm-defun-compat'.
3270
3271 2006-03-14  Simon Josefsson  <jas@extundo.com>
3272
3273         * message.el (message-unique-id): Don't use message-number-base36
3274         if (user-uid) is a float.
3275         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3276
3277 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3280
3281         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3282         empty line between a part and a message part.
3283
3284 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3285
3286         * smiley.el: Add more test smileys.
3287         (smiley-data-directory, smiley-regexp-alist)
3288         (gnus-smiley-file-types): Fix doc strings.
3289         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3290         adding new elements.
3291         (smiley-mouse-map): Unused code.  Make it a comment.
3292
3293 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3296         scan latest NoCeM messages instead of old ones.
3297         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3298         delimiters that are recently used.
3299         (gnus-nocem-load-cache): Add autoload cookie.
3300
3301         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3302
3303         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3304         level which is larger than gnus-use-nocem is specified.
3305
3306         * gnus-group.el (gnus-group-get-new-news): Ditto.
3307
3308 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3309
3310         * gnus-util.el (gnus-tool-bar-update): New function.
3311
3312         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3313         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3314
3315         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3316
3317         * gnus-group.el (gnus-group-redraw-when-idle)
3318         (gnus-group-redraw-check): Remove.
3319         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3320
3321 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3324         if optional last element is specified in splits (FIELD VALUE...).
3325
3326 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3327
3328         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3329         to gmm-image-load-path-for-library.  Call with no-error argument.
3330         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3331
3332         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3333
3334         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3335
3336         * gmm-utils.el (gmm-image-load-path): Remove alias.
3337
3338 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * gmm-utils.el (gmm-image-load-path): Add alias.
3341
3342         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3343         nnml-generate-nov-databases-1.
3344         (nnml-generate-nov-databases): Use it.
3345         (nnml-generate-nov-databases-directory): Document no-active
3346         argument.
3347
3348         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3349         directory if path is t.  Add no-error.
3350
3351         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3352         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3353
3354         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3355         resetting gnus-article-browse-html-temp-list.
3356
3357         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3358         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3359         Add example to docstring.  Rename local variables.  Move error
3360         checks to default case in cond and simplify.
3361
3362 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3365         handle is multipart when calling it recursively.
3366         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3367
3368 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3369
3370         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3371         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3372
3373 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3376         is loaded.
3377
3378         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3379         loaded.
3380
3381 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3382
3383         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3384         to "Emacs 23 (unicode)" in doc string.
3385
3386         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3387         "Emacs 23 (unicode)" in comment.
3388
3389 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3392
3393         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3394         characters 160 through 255 in Emacs 23.
3395
3396 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3399         gnus-article-browse-html-temp.
3400         (gnus-article-browse-delete-temp): Make it customizable.  Add
3401         `file'.  Adjust doc string.
3402         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3403         query for each file.  Adjust doc string.
3404         (gnus-article-browse-html-parts): Add
3405         `gnus-article-browse-delete-temp-files' to
3406         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3407
3408 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3409
3410         * gnus-art.el (gnus-article-browse-html-temp)
3411         (gnus-article-browse-delete-temp): New variables.
3412         (gnus-article-browse-delete-temp-files): New function.
3413         (gnus-article-browse-html-parts): Use it.
3414
3415 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3418
3419         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3420         string.
3421
3422         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3423         gnus-summary-insert-new-articles when unplugged.  Remove
3424         gnus-summary-search-article-forward.
3425
3426         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3427         display-visual-class instead of display-color-cells.
3428
3429 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * dgnushack.el: Autoload customize-group for XEmacs.
3432
3433         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3434         message/* containing non-ASCII text properly.
3435
3436 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3437
3438         * message.el: Require gmm-utils, remove autoloads.
3439         (message-tool-bar): Set default based on
3440         gmm-tool-bar-style.
3441         (message-tool-bar-gnome): Add gmm-customize-mode.
3442
3443         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3444         gmm-tool-bar-style.
3445         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3446
3447         * gnus-group.el (gnus-group-tool-bar): Set default based on
3448         gmm-tool-bar-style.
3449         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3450
3451         * gmm-utils.el (gmm-image-directory): Rename variable from
3452         gmm-image-load-path.
3453         (gmm-image-load-path): Use gmm-image-directory.
3454         (gmm-customize-mode): New function.
3455         (gmm-tool-bar-style): New variable.
3456
3457         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3458         gnus-group-redraw-line-number.
3459         (gnus-group-redraw-check): Simplify.
3460         (gnus-group-tool-bar-update): Remove redraw check.
3461         (gnus-group-make-tool-bar): Add redraw check.
3462
3463 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3464
3465         * gnus-art.el (gnus-button): Add missing parentheses.
3466
3467 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * lpath.el: Fbind line-number-at-pos.
3470
3471 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3474
3475 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3476
3477         * gnus-art.el (gnus-button): New face.
3478         (gnus-article-button-face): Use it.
3479
3480         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3481         gnus-summary-next-page.  Re-order.
3482
3483         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3484         next-node are now included.
3485         (gnus-group-redraw-line-number): New internal variable.
3486         (gnus-group-redraw-check): Helper function for updating the tool
3487         bar.
3488         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3489
3490         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3491
3492         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3493         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3494         Use it to match format of Spamassassin 3.0 and later.  Reported by
3495         IRIE Tetsuya <irie@t.email.ne.jp>.
3496         (spam-check-bogofilter)
3497         (spam-bogofilter-register-with-bogofilter): Fix args of
3498         `gnus-error' calls.
3499
3500 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3503         unnecessary interaction when sending queued mails.  Reported by
3504         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3505
3506 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3507
3508         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3509         first or last are nil.
3510
3511 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3512
3513         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3514
3515 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3518
3519 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * dns.el (query-dns): Protect more against buggy tcp output.
3522
3523 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3524
3525         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3526         nov.php.
3527
3528 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3529
3530         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3531         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3532         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3533         output on the server side.
3534         (nnweb-google-create-mapping): Update regexps and add some
3535         progress indication.
3536
3537 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3540         gnus-agent-toggle-plugged.  Re-order icons.
3541         (gnus-group-tool-bar-gnome): Add
3542         gnus-group-{prev,next}-unread-group.
3543         (gnus-group-tool-bar-gnome): Re-order icons.
3544
3545         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3546         gnus-summary-insert-new-articles.
3547
3548         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3549         comments.
3550
3551         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3552         also available in Emacs 21.3.
3553
3554         * message.el (message-fix-before-sending): Change "Emacs 22" to
3555         "Emacs 23 (unicode)" in comment.
3556
3557         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3558         "Emacs 23 (unicode)" in comment.
3559
3560         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3561         comment.
3562         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3563
3564         * mm-view.el (mm-fill-flowed): Add :version.
3565
3566 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3569         and load-path.
3570
3571 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * message.el: Autoload gmm-image-load-path.
3574         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3575         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3576         consitency.
3577
3578         * gmm-utils.el (gmm-image-load-path): Also search in
3579         "../etc/images".  Don't set gmm-image-load-path if we don't find
3580         the image.
3581
3582 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gmm-utils.el (gmm-image-load-path): Don't make
3585         `gmm-image-load-path' include subdirectories which the second arg
3586         `image' might specify.
3587
3588         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3589         subdirectory to icon file names.
3590
3591         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3592
3593 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3596         gmm-image-load-path calls.
3597
3598         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3599
3600         * message.el (message-make-tool-bar): Ditto.
3601
3602         * mml.el (mml-preview): Added comment concerning tool bar icons.
3603
3604         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3605         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3606
3607         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3608         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3609
3610         * message.el (message-tool-bar-gnome): Use new icon names.
3611         (message-make-tool-bar): Use `gmm-image-load-path'.
3612
3613         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3614         functions from MH-E.
3615         (gmm-image-load-path): New variable from MH-E.
3616         (gmm-image-load-path): New function from MH-E.  Added arguments
3617         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3618         *-image-load-path-called-flag.
3619
3620 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3621
3622         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3623
3624 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3625
3626         * nnimap.el (nnimap-request-move-article): Change folder back to
3627         source group before deleting.
3628
3629 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3632
3633         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3634         mm-url.
3635
3636         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3637
3638 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3641         coding system which mm-charset-to-coding-system returns for a
3642         given charset is valid.
3643
3644 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3645
3646         * html2text.el (html2text-remove-tag-list):
3647         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3648
3649 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3650
3651         * gnus-cus.el: Revert 2005-10-17 change.
3652
3653 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-art.el (article-strip-banner): Call
3656         article-really-strip-banner only when the regexp match is made.
3657
3658 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * gnus-art.el (article-strip-banner): Use
3661         gnus-extract-address-components instead of
3662         mail-header-parse-addresses to make it work with non-ASCII text;
3663         remove mail-encode-encoded-word-string.
3664
3665         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3666         values which are surrounded with \"...\"; make it never cause a
3667         Lisp error; give up parsing of parameters if it failed in
3668         extracting type.
3669
3670 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3671
3672         * smime.el (smime-cert-by-ldap-1): Fix bug where
3673         `smime-ldap-search' returns results without userCertificates.
3674
3675 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3678
3679 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3680
3681         * spam.el (spam-check-spamassassin-headers): Adapt format for
3682         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3683         <ari@mbf.ocn.ne.jp>.
3684         (spam-list-of-processors): Add spam-use-gmane.
3685
3686 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3689         make-temp-file; make it work with XEmacs as well.
3690
3691         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3692         mm-make-temp-file.
3693
3694         * mm-decode.el (mm-display-external): Use the 3rd arg of
3695         mm-make-temp-file.
3696         (mm-create-image-xemacs): Ditto.
3697
3698 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3701         with message-narrow-to-headers.
3702         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3703         (gnus-draft-check-draft-articles): New function.
3704         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3705
3706 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * gnus-art.el (gnus-article-browse-html-parts):
3709         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3710         Don't use suffix argument for mm-make-temp-file for Emacs 21
3711         compatibility.  Remove useless `format'.
3712
3713 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3714
3715         * nnweb.el (nnweb-google-wash-article): Update regexps.
3716         (nnweb-group-alist): Use defvoo instead of defvar.
3717
3718 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3721         re-loading nn* modules.
3722
3723 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3724
3725         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3726         for `tool-bar-mode' and don't check it's default-value.
3727
3728         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3729
3730         * message.el (message-make-tool-bar): Ditto.
3731
3732         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3733         `substring'.  Shorten tmp-file name.
3734
3735         * gnus.el: Remove bogus comment.
3736
3737 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3738
3739         * gnus-art.el (gnus-article-browse-html-parts): New function.
3740         (gnus-article-browse-html-article): New function for viewing html
3741         articles with a browser.
3742
3743 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3744
3745         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3746         in elisp.
3747         (pgg-gpg-encrypt-symmetric-region): Ditto.
3748         (pgg-gpg-sign-region): Ditto.
3749
3750         * pgg-def.el (pgg-text-mode): New variable.
3751
3752         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3753         (mml2015-pgg-encrypt): Ditto.
3754
3755         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3756         (mml1991-pgg-encrypt): Ditto.
3757
3758 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3761         message-make-date instead of current-time-string.
3762
3763         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3764         to gnus-decoded which mm-uu might set.
3765
3766 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3769         don't decode quoted parameters; remove misimported Emacs code.
3770         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3771         (rfc2231-decode-encoded-string): Don't use split-string which
3772         behaves differently according to Emacs version; use
3773         mm-decode-coding-region to convert charset to coding-system.
3774         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3775         (rfc2231-encode-string): Remove misimported Emacs code.
3776
3777 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3780         when calling mail-header-parse-content-type.
3781         (article-de-quoted-unreadable): Ditto.
3782         (article-de-base64-unreadable): Ditto.
3783         (article-wash-html): Ditto.
3784
3785         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3786         calling mail-header-parse-content-type and
3787         mail-header-parse-content-disposition.
3788         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3789         mail-header-parse-content-type.
3790
3791         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3792         insert charset and format parameters; encode description after
3793         inserting it to buffer.
3794         (mml-insert-parameter): Fold lines properly even if a parameter is
3795         segmented into two or more lines; change the max column to 76.
3796
3797         * rfc1843.el (rfc1843-decode-article-body): Don't use
3798         ignore-errors when calling mail-header-parse-content-type.
3799
3800         * rfc2231.el (rfc2231-parse-string): Return at least type if
3801         possible; don't cause an error even if it fails in parsing of
3802         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3803         (rfc2231-encode-string): Don't break lines at the beginning, leave
3804         it to mml-insert-parameter.
3805
3806         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3807         calling mail-header-parse-content-type.
3808
3809 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * spam-report.el (spam-report-gmane-use-article-number):
3812         Improve doc string.
3813         (spam-report-gmane-internal): Check if a suitable header was found
3814         in the article.
3815
3816 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3819         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3820
3821 2006-02-05  Romain Francoise  <romain@orebokech.com>
3822
3823         Update copyright notices of all files in the gnus directory.
3824
3825 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3826
3827         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3828
3829 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3832         segmented lines of parameter value to cope with Thunderbird 1.5
3833         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3834         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3835         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3836
3837 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3838
3839         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3840         parts.
3841
3842 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3843
3844         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3845         there's only one active file for all servers.
3846         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3847         solid groups.  Gnus might have used a FAST request to select the group.
3848         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3849         and nnweb-search redundantly in the active file.
3850         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3851         (nnweb-request-create-group): Don't use ARGS.
3852         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3853         initialisations.  Let nnoo do the work.
3854
3855 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3858         Say the part has been decoded.
3859
3860         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3861
3862 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3863
3864         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3865         mailcap-viewer-test-cache when there's no 'test clause, since that
3866         will invert the meaning of a "nil" test previously determined by
3867         mailcap-mailcap-entry-passes-test.
3868
3869 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3872         compiling.
3873
3874         * gnus-sum.el: Ditto.
3875
3876         * message.el: Don't bind tool-bar-map when compiling.
3877
3878 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3881
3882 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3883
3884         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3885         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3886         current Google Groups.
3887
3888 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3891         and tool-bar-mode.
3892
3893         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3894         and tool-bar-mode.
3895
3896         * message.el (message-tool-bar-update): Simplify.
3897         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3898
3899         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3900         gnus-summary-buffer.
3901         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3902         gnus-summary-reply.
3903
3904         * gmm-utils.el (gmm): Add :version.
3905
3906 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * Makefile.in (clean): New rule.
3909         (distclean): Use it.
3910
3911 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3912
3913         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3914         autoload.
3915
3916 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gmm-utils.el (gmm-verbose): Add :group.
3919
3920 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3921
3922         * message.el: Change some comments WRT tool-bars.
3923
3924         * gnus-sum.el (gnus-summary-tool-bar)
3925         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3926         (gnus-summary-tool-bar-zap-list): New variables.
3927         (gnus-summary-make-tool-bar): Complete rewrite using
3928         `gmm-tool-bar-from-list'.
3929
3930         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3931         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3932         variables.
3933         (gnus-group-make-tool-bar): Complete rewrite using
3934         `gmm-tool-bar-from-list'.
3935         (gnus-group-tool-bar-update): New function.
3936
3937         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3938
3939 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3942         is dissected into a single part of which the type is the same as
3943         the given one; decode charset.
3944
3945 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3946
3947         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3948         into alists as symbol not string, since that's what
3949         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3950         look for.
3951
3952 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3955         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3956
3957         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3958
3959 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3962         (gnus-xmas-mime-security-button-menu): New function.
3963
3964         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3965         (gnus-mime-security-button-menu): New definition.
3966         (gnus-mime-security-button-map): Use them.
3967         (gnus-mime-security-button-menu): New function.
3968         (gnus-insert-mime-security-button): Addition to help echo.
3969         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3970         (gnus-mime-security-pipe-part): New functions.
3971
3972         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3973         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3974
3975         * mm-decode.el (mm-handle-set-disposition): Remove.
3976         (mm-handle-set-description): Remove.
3977
3978 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3981         (mm-w3m-standalone-supports-m17n-p): New function.
3982         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3983         w3m usage.
3984
3985         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3986         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3987
3988 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * message.el (message-tool-bar-zap-list): Use
3991         gmm-tool-bar-zap-list as custom type.
3992         (message-tool-bar-update): New function.
3993         (message-tool-bar, message-tool-bar-gnome)
3994         (message-tool-bar-retro): Add message-tool-bar-update.
3995         (message-tool-bar-gnome): Add flyspell-buffer.
3996
3997         * gnus-util.el (gnus-error): Describe `args'.
3998
3999         * gmm-utils.el (gmm-error): Describe `args'.
4000         (gmm-tool-bar-zap-list): New widget.
4001         (gmm-tool-bar-from-list): Improve description of `zap-list'.
4002
4003 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
4006         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
4007         the number of recursive calls.
4008
4009         * mm-decode.el (mm-handle-set-disposition): New macro.
4010         (mm-handle-set-description): New macro.
4011
4012 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4015         encoding.
4016
4017 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * message.el (message-tool-bar-zap-list, message-tool-bar)
4020         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4021         (message-tool-bar-local-item-from-menu): Remove.
4022         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4023         (message-make-tool-bar): New function.
4024         (message-mode): Use `message-make-tool-bar'.
4025
4026         * gmm-utils.el: New file.
4027         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4028         (gmm-lazy): New widget copied from `nnmail.el'.
4029         (gmm-tool-bar-from-list): New function for creating customizable
4030         tool bars.
4031         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4032         output.
4033         (gmm): Add :prefix to defgroup.
4034
4035 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4036
4037         * gmm-utils.el (gmm-widget-p): New function.
4038
4039 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * mml.el (mml-attach-file): Describe `description' in doc string.
4042         (mml-menu): Add Emacs MIME manual and PGG manual.
4043
4044 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4045
4046         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4047
4048 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4049
4050         * nntp.el (nntp-end-of-line): Doc fix.
4051
4052 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4053
4054         * imap.el (imap-open): Handle case where buffer is a buffer
4055         object.
4056
4057 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4058
4059         * gnus-delay.el (gnus-delay): Don't autoload.
4060         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4061         to be re-loaded when customizing the `gnus-delay' group.
4062
4063 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4064
4065         * message.el (message-insert-citation-line): Use newlines.
4066
4067 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4068
4069         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4070         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4071         these routines, so the passphrase can be managed externally and
4072         passed in to the system.
4073         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4074         pgg-add-passphrase-to-cache function.
4075
4076         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4077         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4078         these routines, so the passphrase can be managed externally and
4079         passed in to the system.
4080         (pgg-pgp5-sign-region): Use new name of
4081         pgg-add-passphrase-to-cache function.
4082
4083 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4084
4085         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4086         part of the decoded armor to find the key-identifier.
4087         (pgg-gpg-lookup-key-owner): New function to return the
4088         human-readable identifier of a key owner.
4089         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4090         itself.
4091         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4092         the key value) if we have a key and can match it against a secret
4093         key.  Also, added a note pointing out fact that the prompt only
4094         indicates the first matching key.
4095
4096         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4097         pgg-decrypt-region.
4098         (pgg-add-passphrase-to-cache): Rename from
4099         `pgg-add-passphrase-cache' to reduce confusion (all callers
4100         changed).
4101         (pgg-remove-passphrase-from-cache): Rename from
4102         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4103         changed).
4104         (pgg-read-passphrase, pgg-add-passphrase-cache)
4105         (pgg-remove-passphrase-cache): Add informative docstrings.
4106         (pgg-decrypt): Convey provided passphrase in subordinate call to
4107         pgg-decrypt-region.
4108
4109 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4110
4111         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4112         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4113         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4114         'passphrase' argument, so the passphrase can be managed externally
4115         and then passed in to the system.
4116
4117         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4118         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4119         so the passphrase cache can be used reliably with identifiers
4120         besides a pgp packet's key id.
4121
4122         * pgg-gpg.el (pgg-gpg-encrypt-region)
4123         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4124         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4125         these routines, so the passphrase can be managed externally and
4126         passed in to the system.
4127
4128         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4129         'notruncate' argument, so the passphrase cache can be used
4130         reliably with identifiers besides a pgp packet's key id.
4131
4132 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4133
4134         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4135         symmetric encryption.
4136         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4137         encrypted session key.
4138         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4139         message ask for the passphrase in a proper way.
4140
4141         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4142         New user commands for symmetric encryption.
4143
4144 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4147
4148         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4149
4150 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4151
4152         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4153
4154 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * mm-decode.el (mm-inlined-types): Add application/pgp.
4157         (mm-automatic-display): Ditto.
4158
4159         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4160         part as text.
4161
4162 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * nnrss.el: Update copyright.
4165         (nnrss-opml-import): Query whether to subscribe to each entry.
4166
4167         * gnus-art.el:
4168         * gnus-sum.el:
4169         * gnus-xmas.el:
4170         * messagexmas.el:
4171         * mm-uu.el:
4172         * mm-view.el: Update copyright.
4173
4174 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4175
4176         * message.el (message-info): New function.
4177         (message-mode-menu): Add it.
4178         Update copyright.
4179
4180         * ChangeLog: Fix and update copyright.
4181
4182 2006-01-13  Romain Francoise  <romain@orebokech.com>
4183
4184         * message.el (message-forward-subject-name-subject): Prefer the
4185         address to 'nowhere' if the sender has no name.
4186         Fix typo.  Update copyright year.
4187
4188 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-art.el (article-wash-html): Use
4191         gnus-summary-show-article-charset-alist if a numeric arg is given.
4192         (gnus-article-wash-html-with-w3m-standalone): New function.
4193
4194         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4195         mm-inline-text-html-render-with-w3m-standalone.
4196         (mm-text-html-washer-alist): Map w3m-standalone to
4197         gnus-article-wash-html-with-w3m-standalone.
4198         (mm-inline-text-html-render-with-w3m-standalone): New function.
4199
4200 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4203         Improve LaTeX.
4204
4205 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4208         (nnrss-request-article): Render text/plain parts as HTML.
4209
4210         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4211         the buffer.
4212
4213 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4216         custom definition of `gnus-posting-styles'.
4217
4218         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4219         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4220
4221 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4224         Use nntp for bug archive.
4225
4226 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4229         parts.
4230         (nnrss-normalize-date): New function converts ISO 8601 date into
4231         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4232         (nnrss-check-group): Use it.
4233
4234 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4237
4238         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4239         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4240         (nnrss-insert-w3): Ditto.
4241
4242 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4245         the articles to be forwarded including the case where neither a
4246         number of articles nor a region is specified.
4247
4248 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * nnrss.el (nnrss-request-article): Fix last change; fill
4251         text/plain parts.
4252
4253 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4256         in text/plain part.
4257         (nnrss-check-group): Don't add excessive newline to dc:subject.
4258
4259 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4260
4261         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4262         article.
4263
4264 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4267         (nnml-use-compressed-files, nnml-save-mail): Support other
4268         comression programs such as bzip2.
4269
4270 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * dns.el (query-dns): Make sure we check the buffer size before
4273         removing tcp headers.
4274
4275 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4278         remove MIME buttons associated with multipart/alternative parts.
4279         (gnus-mime-display-alternative): Tag buttons using `article-type'
4280         text property.
4281
4282         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4283         associated with multipart/alternative parts.
4284
4285         * gnus-art.el (gnus-signature-separator): Fix custom type.
4286
4287         * mm-decode.el (mm-inlined-types): Fix custom type.
4288         (mm-keep-viewer-alive-types): Ditto.
4289         (mm-automatic-display): Ditto.
4290         (mm-attachment-override-types): Ditto.
4291         (mm-inline-override-types): Ditto.
4292         (mm-automatic-external-display): Ditto.
4293
4294 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * spam-report.el (spam-report-user-mail-address)
4297         (spam-report-user-agent): New variables.
4298         (spam-report-url-ping-plain): Use spam-report-user-agent.
4299
4300 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4301
4302         * gnus-art.el (gnus-button-handle-custom): Do not just use
4303         `customize-apropos' for any "M-x customize-*" button but the
4304         function called for.  Accept both the function name and its
4305         argument in order to achieve this.
4306         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4307         function name to `gnus-button-handle-custom' in case of "M-x
4308         customize-*" buttons.
4309
4310 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4313         multipart/alternative and add xref to mm-discouraged-alternatives
4314         in doc string.
4315
4316         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4317         gnus-buttonized-mime-types in doc string.
4318
4319 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4320
4321         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4322         Suggest image/.* in the doc string.
4323
4324 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4325
4326         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4327         message-marks (Debian bug #342521).
4328
4329 2005-12-12  Simon Josefsson  <jas@extundo.com>
4330
4331         * password.el (password-read-from-cache): Add.
4332         (password-read): Use it.
4333
4334 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4337         us-ascii as a MIME charset.
4338
4339         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4340         against the case where the 2nd arg TYPE is nil.
4341
4342 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4343
4344         * pop3.el (pop3-stream-type): Fix custom version.
4345
4346         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4347
4348 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4349
4350         * mm-decode.el (mm-display-external): Add missing cdr.
4351
4352 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4355         RFC1524) if it is in mailcap or add a suffix according to
4356         mailcap-mime-extensions when generating a temp filename; postpone
4357         deleting a temp file for 2 seconds for some wrappers, shell
4358         scripts, and so on, which might exit right after having started a
4359         viewer command as a background job.
4360
4361 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4362
4363         * nntp.el (nntp-marks-directory): Fix custom group.
4364
4365         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4366         steps when < 10.
4367
4368         * gnus-start.el (gnus-no-server-1): Mention
4369         `gnus-level-default-subscribed' in doc string.
4370
4371 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4372
4373         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4374         parens.
4375
4376 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-xmas.el (gnus-use-toolbar): Revert.
4379         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4380         gnus-use-toolbar is default.
4381
4382         * messagexmas.el (message-use-toolbar): Revert.
4383         (message-setup-toolbar): Use global default-toolbar if
4384         message-use-toolbar is default.
4385
4386 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4389         according to default-toolbar-visible-p.
4390
4391         * messagexmas.el (message-use-toolbar): Ditto.
4392
4393 2005-11-26  Dave Love  <fx@gnu.org>
4394
4395         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4396         (tls-program, tls-success): Provide openssl alternative.
4397
4398         * starttls.el: Doc fixes.
4399         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4400         SERVICE to PORT.
4401
4402         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4403         port null or service name.
4404         (starttls-negotiate): Autoload.
4405
4406 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * message.el (message-kill-to-signature): Fix interactive spec.
4409
4410 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * pop3.el (pop3-open-server): Recognize a string as a service name.
4413
4414 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4415
4416         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4417
4418 2005-11-23  Dave Love  <fx@gnu.org>
4419
4420         Add pop3s, pop3/starttls.
4421
4422         * pop3.el (pop3-authentication-scheme): Clarify doc.
4423         (open-tls-stream, starttls-open-stream): Autoload.
4424         (pop3-stream-type): New.
4425         (pop3-open-server): Use it.
4426
4427         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4428         for POP.
4429         (mail-source-keyword-map): Add :stream for POP.
4430         (mail-source-fetch-pop): Use pop3-stream-type.
4431
4432 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4435         of current-time-string.
4436
4437 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4438
4439         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4440         date header.
4441
4442 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4443
4444         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4445         it can seriously impact performance as it bypasses the agent's
4446         local caches.
4447
4448 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4449
4450         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4451         must be explicitly online rather than "not explicitly offline" for
4452         its flags to be synchronized.
4453
4454         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4455         that gnus-uu-unmark-thread will function correctly.
4456
4457         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4458         1024K is instead displayed as 1M.
4459
4460 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4463
4464 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4465
4466         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4467
4468 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4469
4470         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4471         error message to display actual error condition.
4472         (gnus-agent-save-local): Avoid saving symbols that are bound to
4473         nil as they simply result in a warning message in
4474         gnus-agent-read-local.
4475
4476 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4479         rather than make-variable-buffer-local for file-precious-flag.
4480
4481 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4482
4483         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4484         for duplicates which are removed.  The invalid sort check then
4485         triggers a rescan after the sort as sorting may have moved
4486         duplicate entries such that they can be cheaply detected.
4487
4488 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4491
4492 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4493
4494         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4495         internal variable to a custom variable.  Changed default value
4496         from compressed(2) to uncompressed(1).
4497         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4498         support for uncompressed agentview files.  Taken together, reading
4499         the agentview file should now be 6-7 times faster.
4500
4501 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4502
4503         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4504         as a buffer-local variable.  This avoids creating truncated
4505         dribble files as a result of a hang up, eg.
4506
4507 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4508
4509         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4510         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4511         XEmacs.
4512
4513 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * gnus-start.el (gnus-start-draft-setup): Enforce
4516         `gnus-draft-mode' for nndraft:drafts at startup.
4517
4518         * gnus.el (gnus-splash): Change custom group.
4519         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4520         allow-list argument.
4521
4522         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4523         string.
4524
4525 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * gnus-art.el (gnus-default-article-saver): Add user-defined
4528         `function' to custom type.
4529
4530 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4531
4532         * imap.el (imap-open): Handle case where buffer is a buffer
4533         object.
4534
4535 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4536
4537         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4538         long lines.
4539         (gnus-cache-delete-group): Wrap doc strings.
4540
4541         * gnus-agent.el (gnus-agent-rename-group)
4542         (gnus-agent-delete-group): Wrap doc strings.
4543
4544
4545 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * messagexmas.el (message-use-toolbar): Change the valid values
4548         into default, top, bottom, left, and right.
4549         (message-toolbar-thickness): New variable.
4550         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4551         well.
4552         (message-setup-toolbar): Make it work.
4553
4554         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4555         (gnus-use-toolbar): Change the valid values into default, top,
4556         bottom, left, and right.
4557         (gnus-toolbar-thickness): New variable.
4558         (gnus-xmas-setup-toolbar): New function.
4559         (gnus-xmas-setup-group-toolbar): Use it.
4560         (gnus-xmas-setup-summary-toolbar): Use it.
4561
4562 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * gnus-start.el (gnus-1): Add "native" to
4565         gnus-predefined-server-alist.
4566
4567         * gnus.el (gnus-method-to-server): Don't add "native" to the
4568         lists here, because that leads to problems when
4569         gnus-select-method is bound.
4570
4571 2005-11-09  Simon Josefsson  <jas@extundo.com>
4572
4573         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4574         use (not sort-by-date) instead.
4575
4576 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4577
4578         * gnus-delay.el (gnus-delay-group): Don't autoload.
4579         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4580         to be re-loaded when customizing the `gnus-delay' group.
4581
4582 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4583
4584         * message.el: Revert last changes.
4585         (message-insert-citation-line): Use newlines.
4586
4587 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4588
4589         * message.el (message-courtesy-message)
4590         (message-mark-insert-begin, message-mark-insert-end)
4591         (message-elide-ellipsis, message-cancel-message)
4592         (message-add-header, message-change-subject)
4593         (message-cross-post-followup-to-header)
4594         (message-cross-post-insert-note, message-reduce-to-to-cc)
4595         (message-widen-reply, message-delete-not-region)
4596         (message-kill-to-signature, message-insert-signature)
4597         (message-insert-importance-high, message-insert-importance-low)
4598         (message-insert-or-toggle-importance)
4599         (message-insert-disposition-notification-to)
4600         (message-indent-citation, message-yank-original)
4601         (message-cite-original-without-signature, message-cite-original)
4602         (message-insert-citation-line, message-position-on-field)
4603         (message-fix-before-sending, message-send-mail-partially)
4604         (message-send-mail, message-send-mail-with-sendmail)
4605         (message-send-mail-with-qmail, message-send-news)
4606         (message-check-news-header-syntax, message-generate-headers)
4607         (message-insert-courtesy-copy, message-fill-address)
4608         (message-fill-header, message-shorten-references)
4609         (message-setup-1, message-cancel-news)
4610         (message-forward-make-body-plain, message-forward-make-body-mime)
4611         (message-forward-make-body-mml, message-encode-message-body)
4612         (message-forward-make-body-digest-plain)
4613         (message-forward-make-body-digest-mime)
4614         (message-use-alternative-email-as-from): Insert `hard-newline'
4615         instead of ordinary newlines.
4616
4617 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * message.el (message-generate-headers): Downcase the argument
4620         given to message-check-element.
4621
4622 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4623
4624         * nntp.el (nntp-authinfo-rejected): New error condition.
4625         (nntp-wait-for): Use new error condition to signal authentication
4626         error.
4627         (nntp-retrieve-data): Rethrow new error condition to break out of
4628         recursive call to nntp-send-authinfo.
4629
4630 2005-11-08  Romain Francoise  <romain@orebokech.com>
4631
4632         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4633         (gnus-summary-exit-map): Bind to `Z p'.
4634         (gnus-summary-make-menu-bar): Add menu item.
4635
4636 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4637
4638         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4639         (gnus-treat-*): Add `first' in all doc strings.
4640
4641         * gnus-group.el (gnus-group-compact-group): Fix typo.
4642
4643 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * gnus.el (gnus-parameters-case-fold-search): New variable.
4646         (gnus-parameters-get-parameter): Use it.
4647
4648         * gnus-score.el (gnus-home-score-file): Doc fix.
4649
4650 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4651
4652         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4653
4654 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * mm-util.el (mm-special-display-p): New function.
4657
4658         * mml.el (mml-preview): Use it; doc fix.
4659
4660 2005-10-29  Romain Francoise  <romain@orebokech.com>
4661
4662         * message.el (message-fix-before-sending): Fix comment.
4663
4664 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4665
4666         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4667
4668 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4669
4670         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4671         Used in gnus-score.el.
4672
4673 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4674
4675         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4676
4677 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4678
4679         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4680         whitespace removed in revision 7.8.  Use concatenated string to
4681         protect trailing whitespace.
4682
4683 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4684
4685         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4686         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4687         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4688         Courier IMAP ("some version from 2004").  Mostly based on similar
4689         code in the same function.
4690
4691 2005-10-26  Didier Verna  <didier@xemacs.org>
4692
4693         * gnus-group.el (gnus-group-compact-group): invalidate original
4694         article buffer.
4695         * gnus-srvr.el (gnus-server-compact-server): ditto.
4696         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4697         NOV database and in article itself.
4698         Invalidate article backlog.
4699
4700 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4701
4702         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4703
4704 2005-10-26  Simon Josefsson  <jas@extundo.com>
4705
4706         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4707         part of 2004-07-25 change.
4708
4709 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * message.el (message-display-completion-list): New function.
4712         (message-expand-group): Use it; make sure the Completions buffer
4713         is modifiable.
4714
4715 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4716
4717         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4718         user-mail-name is an empty string.
4719
4720 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4723         depending on gnus-score-decay-constant.
4724
4725         * encrypt.el (encrypt-insert-file-contents)
4726         (encrypt-write-file-contents): Don't use `gnus-message'.
4727
4728         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4729         arguments.
4730         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4731         arguments to mm-uu-verbatim-marks-extract.
4732         (mm-uu-hide-markers): New variable.
4733         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4734
4735         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4736         (gnus-convert-image-to-face-command): Use "convert" by default to
4737         allow other input image formats.
4738         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4739         accordingly.
4740
4741 2005-10-23  Simon Josefsson  <jas@extundo.com>
4742
4743         * imap.el (imap-gssapi-program): Align command line parameters
4744         with latest GNU SASL.
4745         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4746
4747 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4750         HTML.
4751         (nnslashdot-request-article): Ditto.
4752
4753         * lpath.el (featurep): Add nobreak-char-display.
4754
4755 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4756
4757         * mail-source.el (mail-source-fetch-pop): Require pop3.
4758         (mail-source-check-pop): Ditto.
4759
4760 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4763         errors.
4764
4765 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4766
4767         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4768         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4769
4770         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4771
4772         * mm-bodies.el (mm-decode-string): Call
4773         `mm-charset-to-coding-system' with allow-override argument.
4774
4775 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4778         (rfc2047-charset-to-coding-system): New function.
4779         (rfc2047-decode-encoded-words): New function.
4780         (rfc2047-decode-region): Use them.
4781         (rfc2047-decode-cte): Remove.
4782         (rfc2047-parse-and-decode): Remove.
4783         (rfc2047-decode): Remove.
4784
4785 2005-10-15  Kenichi Handa  <handa@m17n.org>
4786
4787         * rfc2047.el (rfc2047-decode-cte): New function.
4788         (rfc2047-decode-region): Change the way to decode successive
4789         encoded-words: decode B- or Q-encoding in each encoded-word,
4790         concatenate them, and decode it as charset.
4791
4792 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * lpath.el: Fbind codepage-setup for XEmacs.
4795
4796 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4797
4798         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4799         widget-move-and-invoke.
4800         (gnus-custom-mode): Use gnus-custom-map.
4801
4802 2005-10-15  Bill Wohler  <wohler@newt.com>
4803
4804         * message.el (message-tool-bar-map): Renamed image file from
4805         mail_send to mail/send.
4806
4807 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4808
4809         * message.el (message-expand-group): Pass the common
4810         prefix substring of completion to `display-completion-list'.
4811
4812 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4813
4814         * mml-sec.el (mml-secure-method): New internal variable.
4815         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4816         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4817         functions using mml-secure-method.
4818
4819         * mml.el (mml-mode-map): Add key bindings for those functions.
4820         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4821         Harder <harder@myrealbox.com>.
4822         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4823         end of message if point is the headers of the message.
4824
4825         * message.el (message-in-body-p): New function.
4826
4827         * assistant.el: Autoload gnus-util and netrc.
4828
4829         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4830         Use `mm-charset-override-alist' only when decoding.
4831
4832         * mm-bodies.el (mm-decode-body): Call
4833         `mm-charset-to-coding-system' with allow-override argument.
4834
4835         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4836         `filename' from Content-Disposition if Content-Type doesn't
4837         provide `name'.
4838         (gnus-mime-view-part-as-type): Set default instead of
4839         initial-input.
4840
4841 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4842
4843         * format-spec.el (format-spec): Propagate text properties of % spec.
4844
4845 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4846
4847         * gnus-art.el (gnus-treat-predicate): Add `first'.
4848
4849 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4852         (mm-charset-override-alist): New variable.
4853         (mm-charset-to-coding-system): Use it.
4854         (mm-codepage-setup): New helper function.
4855         (mm-charset-eval-alist): New variable.
4856         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4857         about unknown charsets.
4858
4859         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4860
4861 2005-10-04  David Hansen  <david.hansen@gmx.net>
4862
4863         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4864         (nnrss-check-group): Ditto.
4865
4866 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4869         Rename x-gnus-verbatim to x-verbatim.
4870         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4871
4872         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4873         x-verbatim.
4874
4875         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4876
4877         * gnus-util.el (gnus-remove-duplicates): Remove.
4878
4879         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4880         instead of gnus-remove-duplicates.
4881
4882         * message.el (message-remove-duplicates): Remove.
4883         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4884         message-remove-duplicates.
4885
4886         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4887         available, else use implementation from `delete-dups'.
4888
4889         * message.el (message-insert-expires): New function.
4890         (message-mode-map): Add key binding.
4891         (message-mode-field-menu): Add menu entry.
4892         (message-mode): Document it.
4893         (message-make-expires-date): Use `message-make-date'.
4894
4895 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4896
4897         * message.el (message-make-expires-date): New function.
4898
4899 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * Makefile.in (list-installed-shadows): New entry.
4902         (install): Use it.
4903         (remove-installed-shadows): New entry.
4904
4905         * dgnushack.el (dgnushack-default-load-path): New variable.
4906         (dgnushack-find-lisp-shadows): New function.
4907         (dgnushack-remove-lisp-shadows): New function.
4908
4909 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * Makefile.in (install-el-elc): New entry.
4912         (install): Use it so that .el files are necessarily installed.
4913
4914 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4917
4918 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4919
4920         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4921         function rather than the diff-mode.el package.
4922         (mm-display-external): Use with-current-buffer.
4923         (mm-viewer-completion-map, mm-viewer-completion-map):
4924         Move initialization inside declaration.
4925
4926 2005-09-29  Simon Josefsson  <jas@extundo.com>
4927
4928         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4929         autoload mail-check-payment.
4930         (spam-check-hashcash): Define unconditionally, since hashcash.el
4931         is part of Gnus now.  Ignore errors from payment checking.
4932
4933 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4934
4935         * message.el (message-bold-region, message-unbold-region): Rename
4936         from `bold-region' and `unbold-region'.
4937
4938         * message.el: Remove useless autoloads.
4939
4940 2005-09-28  Simon Josefsson  <jas@extundo.com>
4941
4942         * message.el (message-use-idna): Default to t.
4943         (message-use-idna): Test whether encoding works too.  Doc fix.
4944
4945 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * nntp.el (nntp-warn-about-losing-connection): Remove.
4948
4949 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4952         customizable.  Change default value.
4953         (mm-uu-diff-groups-regexp): Change default value.
4954         (mm-uu-type-alist): Add doc string.
4955         (mm-uu-configure): Add doc string.  Make it interactive.
4956         (mm-uu-tex-groups-regexp): New variable.
4957         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4958         (mm-uu-type-alist): Add LaTeX documents.
4959         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4960         of "text/verbatim".
4961         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4962
4963         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4964         instead of "text/verbatim".
4965
4966         * message.el (message-mark-inserted-region)
4967         (message-mark-insert-file): Use slrn style marks when called with
4968         prefix argument.
4969
4970 2005-09-27  Simon Josefsson  <jas@extundo.com>
4971
4972         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4973
4974 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4975
4976         * message.el (message-remove-duplicates): New function.
4977         Implementation borrowed from `gnus-remove-duplicates'.
4978         (message-idna-to-ascii-rhs): Also encode idna addresses in
4979         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4980         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4981         only ask about the same idna domain once per header and also tell
4982         in what header to replace the idna domain.
4983
4984         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4985         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4986         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4987         a header is decoded and not just the last one.
4988
4989 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4992         has been decoded.
4993
4994         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4995         (mm-insert-part): Don't modify text if it has been decoded.
4996
4997         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4998         decoded.
4999
5000         * mm-view.el (mm-inline-text): Don't strip text props unless
5001         decoding enriched or richtext parts.
5002
5003 2005-09-25  Romain Francoise  <romain@orebokech.com>
5004
5005         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
5006         * gnus-start.el (gnus-subscribe-interactively):
5007         * gnus-uu.el (gnus-uu-grab-articles):
5008         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5009         space.
5010
5011 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5012
5013         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5014         * mm-view.el (mm-view-pkcs7-decrypt):
5015         * gnus-sum.el (gnus-summary-limit-to-extra)
5016         (gnus-summary-respool-article, gnus-read-move-group-name):
5017         * gnus-score.el (gnus-summary-increase-score):
5018         * gnus-util.el (gnus-completing-read-with-default):
5019         * gnus-art.el (gnus-read-save-file-name)
5020         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5021         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5022         * message.el (message-check-news-header-syntax):
5023         Follow convention for reading with the minibuffer.
5024
5025 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * spam-report.el (spam-report-url-ping-plain):
5028         Use gnus-extended-version as User-Agent.
5029
5030         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5031         default value is nil.
5032
5033         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5034         (mm-uu-verbatim-marks-extract): New function.
5035         (mm-uu-extract): New face.
5036         (mm-uu-copy-to-buffer): Use it.
5037
5038         * spam-report.el (spam-report-gmane-ham): Renamed from
5039         `spam-report-gmane-unspam'.
5040         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5041         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5042
5043         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5044         Autoload.
5045         (spam-report-gmane-unregister-routine): Renamed
5046         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5047
5048 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5051         (spam-report-gmane-unregister-routine): Add support for gmane
5052         unregistration.
5053
5054         * spam-report.el (spam-report-gmane-unspam)
5055         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5056         (spam-report-gmane): Change to take a single article and do unspam
5057         registration.
5058
5059 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * mm-url.el (mm-url-decode-entities): Fix regexp.
5062
5063 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064
5065         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5066         default to nil, to be able to use Gnus at all.  If the default
5067         switches to something else, then the function should be fixed not
5068         be exceedingly slow.
5069
5070 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5073         fail hard.
5074
5075         * spam-report.el: Add better Keywords line.
5076
5077         * spam.el: Add Maintainer and better Keywords line.
5078
5079 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * gnus-art.el (gnus-article-replace-part)
5082         (gnus-mime-replace-part): New functions.
5083         (gnus-mime-action-alist, gnus-mime-button-commands)
5084         (gnus-mime-save-part-and-strip): Added file argument.
5085         (gnus-article-part-wrapper): Added interactive argument.
5086
5087         * gnus-sum.el (gnus-summary-mime-map): Add
5088         `gnus-article-replace-part'.
5089
5090 2005-09-19  Didier Verna  <didier@xemacs.org>
5091
5092         The nnml compaction feature:
5093         * nnml.el (nnml-request-compact-group): New function.
5094         * nnml.el (nnml-request-compact): New function.
5095         * gnus-int.el (gnus-request-compact-group): New function.
5096         * gnus-int.el (gnus-request-compact): New function.
5097         * gnus-group.el (gnus-group-compact-group): New function.
5098         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5099         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5100         * gnus-srvr.el (gnus-server-compact-server): New function.
5101         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5102         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5103
5104 2005-09-18  Deepak Goel  <deego@gnufans.org>
5105
5106         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5107         format spec.
5108
5109 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5112
5113 2005-09-15  Romain Francoise  <romain@orebokech.com>
5114
5115         * message.el (message-fill-paragraph): Clarify docstring.
5116
5117 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-art.el (gnus-mime-display-part): Protect against broken
5120         MIME messages.
5121
5122 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5125         before parsing header.
5126
5127 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5128
5129         * html2text.el: (html2text-replace-list): Add new entities.
5130
5131 2005-09-11  Romain Francoise  <romain@orebokech.com>
5132
5133         * message.el (message-alternative-emails): Improve docstring.
5134         (message-setup-1): Call `message-use-alternative-email-as-from'
5135         after `message-setup-hook' to give it precedence over posting
5136         styles, etc.
5137         (message-use-alternative-email-as-from): Add docstring.  Remove
5138         the original From header if present.
5139
5140         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5141         (nnml-save-mail): Use it.
5142
5143         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5144         articles.  Add new argument `silent'.
5145         (gnus-uu-mark-all): Report the total number of marked articles.
5146
5147 2005-09-10  Romain Francoise  <romain@orebokech.com>
5148
5149         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5150         (gnus-uu-mark-series): Likewise.
5151
5152 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * spam-report.el (spam-report-gmane): Fix generation of spam
5155         report URL.
5156
5157 2005-09-10  Simon Josefsson  <jas@extundo.com>
5158
5159         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5160         t, based on discussion on the ding list with Robert Epprecht
5161         <epprecht@solnet.ch>.
5162
5163 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * spam-report.el (spam-report-gmane): Make it work without
5166         X-Report-Spam header.  Gmane now only provides Archived-At.
5167         This is only used if `spam-report-gmane-use-article-number' is nil.
5168         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5169
5170         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5171         make `gnus-summary-sort-by-recipient' work with threading.
5172
5173         * nnweb.el (nnweb-google-wash-article): Print a message if article
5174         is not available.
5175
5176 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5177
5178         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5179         change.  Decode text/* parts content before displaying.
5180
5181 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5184
5185 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5188
5189         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5190         url-package-name, url-package-version,
5191         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5192         w3m-display-inline-images, and w3m-minor-mode-map.
5193
5194 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5195
5196         * message.el (message-tab-body-function): Fixed mismatched custom
5197         type.
5198
5199         * gnus.el (gnus-group-change-level-function): Ditto.
5200
5201         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5202
5203         * gnus-art.el (gnus-signature-limit)
5204         (gnus-article-mime-part-function): Ditto.
5205
5206 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * mml.el (mml-mode): Silence the byte compiler.
5209
5210         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5211         using `(sit-for 0)' before moving the point to the specified part;
5212         skip unbuttonized parts.
5213         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5214         return to the summary window if gnus-auto-select-part is non-nil.
5215
5216 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5219         variables.
5220         (mml-dnd-attach-file, mml-mode): Use them.
5221
5222         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5223         Make fetching article by MID work again for Google Groups.  Added
5224         FIXME concerning gnus-group-make-web-group.
5225
5226         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5227         Don't depend on Gnus by using mail-extract-address-components if
5228         gnus-extract-address-components is not bound.
5229
5230 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5231
5232         * gnus-art.el (gnus-mime-display-security): Don't display the
5233         signature, but only the signed part.
5234
5235 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5238
5239         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5240         list, not listp.
5241
5242 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5243
5244         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5245         when encoding.
5246
5247         * mm-bodies.el (mm-decode-content-transfer-encoding):
5248         De-canonicalize CRLF for all text content types, not just
5249         text/plain.
5250
5251 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5254         valid article; point arrow and cursor at the MIME button.
5255
5256 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5259         Suggested by Dan Christensen <jdc@uwo.ca>.
5260
5261         * mm-decode.el (mm-save-part): Enable change of prompt.
5262
5263 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5264
5265         * gnus-msg.el (gnus-inews-add-send-actions): Made
5266         `message-post-method' lambda parameter ARG `&optional'.
5267
5268 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5269
5270         * gnus-sum.el (gnus-summary-mime-map): Added
5271         gnus-article-save-part-and-strip, gnus-article-delete-part and
5272         gnus-article-jump-to-part.
5273
5274         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5275         (gnus-article-edit-part): Use it.
5276         (gnus-article-part-wrapper): Added no-handle argument.
5277         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5278         functions.
5279
5280 2005-08-29  Romain Francoise  <romain@orebokech.com>
5281
5282         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5283         docstring.
5284         (gnus-face-from-file): Likewise.
5285
5286 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5289         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5290         non-nil.
5291         (gnus-auto-select-part): New variable.
5292         (gnus-article-jump-to-part): New function.
5293         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5294         (gnus-mime-delete-part): Allow selecting specified part after
5295         deleting or stripping parts.
5296         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5297         part if argument is bogus.
5298
5299 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5300
5301         * gnus-art.el (w3m-minor-mode-map):
5302         * gnus-spec.el (gnus-newsrc-file-version):
5303         * gnus-util.el (nnmail-active-file-coding-system)
5304         (gnus-original-article-buffer, gnus-user-agent):
5305         * gnus.el (gnus-ham-process-destinations)
5306         (gnus-parameter-ham-marks-alist)
5307         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5308         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5309         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5310         * mm-decode.el (gnus-current-window-configuration):
5311         * mm-extern.el (gnus-article-mime-handles):
5312         * mm-url.el (url-current-object, url-package-name)
5313         (url-package-version):
5314         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5315         (smime-keys, w3m-cid-retrieve-function-alist)
5316         (w3m-current-buffer, w3m-display-inline-images)
5317         (w3m-minor-mode-map):
5318         * mml-smime.el (gnus-extract-address-components):
5319         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5320         (gnus-newsrc-hashtb, message-default-charset)
5321         (message-deletable-headers, message-options)
5322         (message-posting-charset, message-required-mail-headers)
5323         (message-required-news-headers):
5324         * mml1991.el (mc-pgp-always-sign):
5325         * mml2015.el (mc-pgp-always-sign):
5326         * nnheader.el (nnmail-extra-headers):
5327         * rfc1843.el (gnus-decode-encoded-word-function)
5328         (gnus-decode-header-function, gnus-newsgroup-name):
5329         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5330
5331 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5332
5333         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5334         the end of the date treatments.
5335
5336 2005-08-15  Simon Josefsson  <jas@extundo.com>
5337
5338         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5339         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5340         Capello and Romain Francoise.
5341         (pgg-fetch-key-function): Removed, not used?
5342         (pgg-insert-url-with-w3): Require url, to get
5343         url-insert-file-contents regardless of where it is defined.
5344
5345 2005-08-13  Romain Francoise  <romain@orebokech.com>
5346
5347         * message.el (message-cite-original-1): New function.
5348         (message-cite-original): Use it.
5349         (message-cite-original-without-signature): Ditto.
5350
5351 2005-08-08  Romain Francoise  <romain@orebokech.com>
5352
5353         * message.el (message-yank-empty-prefix): New variable.
5354         (message-indent-citation): Use it.
5355         (message-cite-original-without-signature): Respect X-No-Archive.
5356
5357 2005-08-08  Simon Josefsson  <jas@extundo.com>
5358
5359         * pgg.el: Autoload url-insert-file-contents instead of loading
5360         w3/url.
5361         (pgg-insert-url-with-w3): Don't load url here.
5362
5363 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5364
5365         * message.el (message-kill-to-signature): Don't insert newline at
5366         bol.
5367         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5368
5369 2005-08-06  Romain Francoise  <romain@orebokech.com>
5370
5371         * message.el (message-user-fqdn): Fix typo in docstring.
5372
5373 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5374
5375         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5376
5377         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5378
5379 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-bodies.el (mm-encode-body): Use coding system rather than
5382         charset to encode text.
5383
5384         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5385         number of charsets if utf-8 is available (XEmacs).
5386
5387 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5390         taken from `gnus-button-mid-or-mail-regexp'.
5391         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5392         (gnus-button-alist): Improve regexp for domain part of the MIDs
5393         for news:localpart@domain buttons.
5394         (gnus-button-ctan-directory-regexp): Update.
5395
5396 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * sieve-manage.el (sieve-manage-interactive-login): Use
5399         make-local-variable rather than make-variable-buffer-local.
5400         (sieve-manage-open): Ditto.
5401         (sieve-manage-authenticate): Ditto.
5402
5403         * mml.el (mml-generate-mime-1): Make the content type default to
5404         text/plain if the filename is not specified.
5405
5406 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5409         instead of insert-buffer.
5410
5411         * message.el (message-yank-original): Ditto; set the mark at the
5412         end of the yanked message.
5413
5414 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5417         lines to scroll rather than to stop it.
5418
5419         * mml.el (mml-generate-default-type): Add doc string.
5420         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5421         default to application/octet-stream when determining the content
5422         type if it is not specified for the part or the mml contents; add
5423         a comment about mml-generate-default-type.
5424
5425 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5428         make it default to application/octet-stream when determining the
5429         content type if it is not specified for the external contents.
5430
5431 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5434         segmented parameter but also other parameters might be there.
5435
5436 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * mm-decode.el (mm-display-external): Delete temp file, directory
5439         and buffer immediately if the external process is exited.
5440
5441 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5444         fewer lines than that of scroll-margin.
5445         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5446
5447 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-art.el (gnus-article-next-page): Revert.
5450         (gnus-article-beginning-of-window): New macro.
5451         (gnus-article-next-page-1): Use it.
5452         (gnus-article-prev-page): Ditto.
5453         (gnus-article-edit-part): Use insert-buffer-substring instead of
5454         insert-buffer.
5455         (gnus-article-edit-exit): Ditto.
5456
5457         * gnus-util.el (gnus-beginning-of-window): Remove.
5458         (gnus-end-of-window): Remove.
5459
5460         * lpath.el: Don't bind header-line-format and scroll-margin.
5461
5462 2005-07-25  Simon Josefsson  <jas@extundo.com>
5463
5464         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5465         to have the url package without w3.  Reported by Daiki Ueno
5466         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5467
5468 2005-07-20  Didier Verna  <didier@xemacs.org>
5469
5470         * gnus-diary.el: Remove the description comment (nndiary is now
5471         properly documented in the Gnus manual).
5472         Fix the spelling of "Back End".
5473         * nndiary.el: Ditto.
5474         Fix the copyright notice.
5475
5476 2005-07-18  Romain Francoise  <romain@orebokech.com>
5477
5478         * gnus-sum.el (gnus-summary-to-prefix,
5479         gnus-summary-newsgroup-prefix): New variables.
5480         (gnus-summary-from-or-to-or-newsgroups): Use them.
5481
5482 2005-07-17  Romain Francoise  <romain@orebokech.com>
5483
5484         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5485         space as it's generally not especially interesting to the user.
5486
5487 2005-07-16  Romain Francoise  <romain@orebokech.com>
5488
5489         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5490         nil to avoid prompting and file modification if one of the
5491         messages at the top of the nnfolder file contains a copyright
5492         notice.
5493         Update copyright notice.
5494
5495         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5496         instead of `current-time-string' as the latter creates a time
5497         string that is not RFC 2822 compliant (it lacks the zone).
5498         Update copyright notice.
5499
5500 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5501
5502         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5503         for text/rtf.  Display default in prompt.  Pass default for M-n.
5504
5505         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5506
5507 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-msg.el (gnus-button-mailto): Remove
5510         save-selected-window-window hackery because it relies on
5511         save-selected-window internals.
5512
5513 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5516         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5517         (gnus-article-prev-page): Ditto.
5518
5519         * gnus-util.el (gnus-beginning-of-window): New function.
5520         (gnus-end-of-window): New function.
5521
5522         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5523
5524 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5525
5526         * gnus-score.el (gnus-score-edit-all-score): Set
5527         gnus-score-edit-exit-function to gnus-score-edit-done and call
5528         gnus-message.
5529
5530 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531
5532         * gnus-msg.el (gnus-button-mailto): Remove
5533         save-selected-window-window hackery because it relies on
5534         save-selected-window internals.
5535
5536 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5539         add-minor-mode.
5540         (gnus-binary-mode): Ditto.
5541
5542         * gnus-topic.el (gnus-topic-mode): Ditto.
5543
5544 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5545
5546         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5547         (gnus-article-prev-page): Take scroll-margin into consideration.
5548
5549 2005-07-04  Lute Kamstra  <lute@gnu.org>
5550
5551         Update FSF's address in GPL notices.
5552
5553 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5554
5555         * gnus.el (gnus-exit):
5556         * gnus-group.el (gnus-group-icons):
5557         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5558
5559         * gnus-nocem.el (gnus-nocem):
5560         * message.el (message-various, message-buffers, message-sending)
5561         (message-interface, message-forwarding, message-insertion)
5562         (message-headers, message-news, message-mail):
5563         * pgg-gpg.el (pgg-gpg):
5564         * pgg-parse.el (pgg-parse):
5565         * pgg-pgp.el (pgg-pgp):
5566         * pgg-pgp5.el (pgg-pgp5):
5567         * pop3.el (pop3): Finish `defgroup' description with period.
5568
5569 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-art.el (article-display-face): Improve the efficiency.
5572         (article-display-x-face): Ditto; remove grey x-face stuff.
5573
5574 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (article-display-face): Correct the position in
5577         which Faces are inserted.
5578
5579 2005-06-29  Didier Verna  <didier@xemacs.org>
5580
5581         * gnus-art.el (article-display-face): Display faces in correct
5582         order.
5583
5584 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5587         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5588         (gnus-nocem-check-article): Fetch the Type header.
5589         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5590         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5591         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5592         make sure gnus-nocem-hashtb is initialized.
5593         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5594         (gnus-nocem-unwanted-article-p): Ditto.
5595
5596         * pgg.el (pgg-verify): Return the verification result.
5597
5598 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5599
5600         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5601         is ascii.
5602
5603 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5604
5605         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5606         `show-nonbreak-escape'.
5607
5608 2005-06-23  Lute Kamstra  <lute@gnu.org>
5609
5610         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5611
5612         * dig.el (dig-mode):
5613         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5614
5615 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5616
5617         * nnimap.el (nnimap-split-download-body): Fix spellings.
5618
5619 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5620
5621         * gnus-art.el (gnus-article-encrypt-body):
5622         * gnus-cus.el (gnus-score-customize):
5623         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5624         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5625
5626 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5627
5628         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5629         header by looking for magic "MII" at the beginnig.
5630
5631 2005-06-16  Miles Bader  <miles@gnu.org>
5632
5633         * gnus-xmas.el (gnus-xmas-group-startup-message):
5634         Use renamed gnus-splash face.
5635
5636         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5637         (assistant-field-face): New backward-compatibility alias for renamed
5638         face.
5639         (assistant-render-text): Use renamed assistant-field face.
5640
5641         * spam.el (spam): Remove "-face" suffix from face name.
5642         (spam-face): New backward-compatibility alias for renamed face.
5643         (spam-face, spam-initialize): Use renamed spam face.
5644
5645         * message.el (message-header-to, message-header-cc)
5646         (message-header-subject, message-header-newsgroups)
5647         (message-header-other, message-header-name)
5648         (message-header-xheader, message-separator, message-cited-text)
5649         (message-mml): Remove "-face" suffix from face names.
5650         (message-header-to-face, message-header-cc-face)
5651         (message-header-subject-face, message-header-newsgroups-face)
5652         (message-header-other-face, message-header-name-face)
5653         (message-header-xheader-face, message-separator-face)
5654         (message-cited-text-face, message-mml-face):
5655         New backward-compatibility aliases for renamed faces.
5656         (message-font-lock-keywords): Use renamed message faces.
5657
5658         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5659         (sieve-test-commands, sieve-tagged-arguments):
5660         Remove "-face" suffix from face names.
5661         (sieve-control-commands-face, sieve-action-commands-face)
5662         (sieve-test-commands-face, sieve-tagged-arguments-face):
5663         New backward-compatibility aliases for renamed faces.
5664         (sieve-control-commands-face, sieve-action-commands-face)
5665         (sieve-test-commands-face, sieve-tagged-arguments-face):
5666         Use renamed sieve faces.
5667
5668         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5669         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5670         (gnus-group-news-3-empty, gnus-group-news-4)
5671         (gnus-group-news-4-empty, gnus-group-news-5)
5672         (gnus-group-news-5-empty, gnus-group-news-6)
5673         (gnus-group-news-6-empty, gnus-group-news-low)
5674         (gnus-group-news-low-empty, gnus-group-mail-1)
5675         (gnus-group-mail-1-empty, gnus-group-mail-2)
5676         (gnus-group-mail-2-empty, gnus-group-mail-3)
5677         (gnus-group-mail-3-empty, gnus-group-mail-low)
5678         (gnus-group-mail-low-empty, gnus-summary-selected)
5679         (gnus-summary-cancelled, gnus-summary-high-ticked)
5680         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5681         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5682         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5683         (gnus-summary-low-undownloaded)
5684         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5685         (gnus-summary-low-unread, gnus-summary-normal-unread)
5686         (gnus-summary-high-read, gnus-summary-low-read)
5687         (gnus-summary-normal-read, gnus-splash):
5688         Remove "-face" suffix from face names.
5689         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5690         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5691         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5692         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5693         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5694         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5695         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5696         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5697         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5698         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5699         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5700         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5701         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5702         (gnus-summary-normal-ticked-face)
5703         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5704         (gnus-summary-normal-ancient-face)
5705         (gnus-summary-high-undownloaded-face)
5706         (gnus-summary-low-undownloaded-face)
5707         (gnus-summary-normal-undownloaded-face)
5708         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5709         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5710         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5711         (gnus-splash-face):
5712         New backward-compatibility aliases for renamed faces.
5713         (gnus-group-startup-message): Use renamed gnus faces.
5714
5715         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5716         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5717         (gnus-server-agent): Remove "-face" suffix from face names.
5718         (gnus-server-agent-face, gnus-server-opened-face)
5719         (gnus-server-closed-face, gnus-server-denied-face)
5720         (gnus-server-offline-face):
5721         New backward-compatibility aliases for renamed faces.
5722         (gnus-server-agent-face, gnus-server-opened-face)
5723         (gnus-server-closed-face, gnus-server-denied-face)
5724         (gnus-server-offline-face): Use renamed gnus faces.
5725
5726         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5727         Remove "-face" suffix from face names.
5728         (gnus-picon-xbm-face, gnus-picon-face):
5729         New backward-compatibility aliases for renamed faces.
5730
5731         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5732         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5733         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5734         (gnus-cite-11): Remove "-face" suffix from face names.
5735         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5736         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5737         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5738         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5739         New backward-compatibility aliases for renamed faces.
5740         (gnus-cite-attribution-face, gnus-cite-face-list)
5741         (gnus-article-boring-faces): Use renamed gnus faces.
5742
5743         * gnus-art.el (gnus-signature, gnus-header-from)
5744         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5745         (gnus-header-content): Remove "-face" suffix from face names.
5746         (gnus-signature-face, gnus-header-from-face)
5747         (gnus-header-subject-face, gnus-header-newsgroups-face)
5748         (gnus-header-name-face, gnus-header-content-face):
5749         New backward-compatibility aliases for renamed faces.
5750         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5751
5752         * gnus-sum.el (gnus-summary-selected-face)
5753         (gnus-summary-highlight): Use renamed gnus faces.
5754         * gnus-group.el (gnus-group-highlight): Likewise.
5755
5756 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5757
5758         * gnus-sieve.el (gnus-sieve-article-add-rule):
5759         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5760         * spam-stat.el (spam-stat-buffer-change-to-spam)
5761         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5762
5763         * message.el (message-is-yours-p):
5764         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5765
5766 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * mm-view.el (mm-inline-text): Withdraw the last change.
5769
5770 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5773         executing enriched-decode.
5774
5775 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5778         charset of tar files.
5779
5780 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5781
5782         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5783
5784 2005-06-04  Lute Kamstra  <lute@gnu.org>
5785
5786         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5787         information is never recorded.
5788
5789 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5790
5791         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5792
5793 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * pop3.el (pop3-apop): Run md5 in the binary mode.
5796
5797         * starttls.el (starttls-set-process-query-on-exit-flag):
5798         Use eval-and-compile.
5799
5800 2005-05-31  Simon Josefsson  <jas@extundo.com>
5801
5802         * smime.el (smime-replace-in-string): Define.
5803         (smime-cert-by-ldap-1): Use it.
5804
5805 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * gnus-art.el (article-display-x-face): Replace
5808         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5809
5810         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5811         set-process-query-on-exit-flag or process-kill-without-query.
5812
5813         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5814         loop instead of replace-regexp.
5815
5816         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5817         instead of process-kill-without-query if it is available.
5818
5819         * lpath.el: Fbind ldap-search-entries.
5820
5821         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5822         instead of find-file-hooks if it is available.
5823
5824         * mml1991.el: Bind pgg-default-user-id when compiling.
5825
5826         * mml2015.el: Bind pgg-default-user-id when compiling.
5827
5828         * nndraft.el (nndraft-request-associate-buffer):
5829         Use write-contents-functions instead of write-contents-hooks if it is
5830         available.
5831
5832         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5833         instead of find-file-hooks if it is available.
5834
5835         * nntp.el (nntp-open-connection): Replace
5836         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5837         (nntp-open-ssl-stream): Ditto.
5838         (nntp-open-tls-stream): Ditto.
5839
5840         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5841         set-process-query-on-exit-flag or process-kill-without-query.
5842         (starttls-open-stream-gnutls): Use it instead of
5843         process-kill-without-query.
5844         (starttls-open-stream): Ditto.
5845
5846 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5847
5848         * smime.el (smime-cert-by-ldap-1): Don't use
5849         replace-regexp-in-string.
5850
5851 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5852
5853         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5854
5855         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5856         in PEM format. Adjust to the XEmacs compability.
5857
5858 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5861         by `string-to-number'.
5862         * gnus-agent.el (gnus-agent-regenerate-group)
5863         (gnus-agent-fetch-articles): Ditto.
5864         * gnus-art.el (gnus-button-fetch-group): Ditto.
5865         * gnus-cache.el (gnus-cache-generate-active)
5866         (gnus-cache-articles-in-group): Ditto.
5867         * gnus-group.el (gnus-group-set-current-level)
5868         (gnus-group-insert-group-line): Ditto.
5869         * gnus-score.el (gnus-score-set-expunge-below)
5870         (gnus-score-set-mark-below, gnus-summary-score-effect)
5871         (gnus-summary-score-entry): Ditto.
5872         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5873         (gnus-soup-pack): Ditto.
5874         * gnus-spec.el (gnus-xmas-format): Ditto.
5875         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5876         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5877         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5878         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5879         * nndb.el (nndb-get-remote-expire-response): Ditto.
5880         * nndiary.el (nndiary-parse-schedule-value)
5881         (nndiary-string-to-number, nndiary-request-replace-article)
5882         (nndiary-request-article): Ditto.
5883         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5884         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5885         * nneething.el (nneething-make-head): Ditto.
5886         * nnfolder.el (nnfolder-request-article)
5887         (nnfolder-retrieve-headers): Ditto.
5888         * nnheader.el (nnheader-file-to-number): Ditto.
5889         * nnkiboze.el (nnkiboze-request-article): Ditto.
5890         * nnmail.el (nnmail-process-unix-mail-format)
5891         (nnmail-process-babyl-mail-format): Ditto.
5892         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5893         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5894         (nnmh-request-create-group, nnmh-request-list-1)
5895         (nnmh-request-group, nnmh-request-article): Ditto.
5896         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5897         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5898         * nnsoup.el (nnsoup-make-active): Ditto.
5899         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5900         * nntp.el (nntp-find-group-and-number)
5901         (nntp-retrieve-headers-with-xover): Ditto.
5902         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5903         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5904         (pgg-format-key-identifier): Ditto.
5905         * pop3.el (pop3-last, pop3-stat): Ditto.
5906         * qp.el (quoted-printable-decode-region): Ditto.
5907
5908         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5909         of concat.
5910
5911 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5914
5915         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5916
5917         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5918
5919         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5920
5921         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5922
5923         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5924
5925         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5926         (gnus-carpal-mode): Ditto.
5927
5928         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5929         (gnus-browse-mode): Ditto.
5930
5931         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5932
5933         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5934
5935 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5936
5937         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5938
5939 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * gnus-util.el (gnus-run-mode-hooks): New function.
5942
5943         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5944
5945         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5946         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5947
5948 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5949
5950         * gnus-agent.el (gnus-agent-make-mode-line-string):
5951         Use mode-line-highlight as mouse-face.
5952
5953 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * canlock.el (canlock): Change the parent group to news.
5956
5957         * deuglify.el (gnus-outlook-deuglify): Add :group.
5958
5959         * dig.el (dig): Add :group.
5960
5961         * dns-mode.el (dns-mode): Add :group.
5962
5963         * encrypt.el (encrypt): Add :group.
5964
5965         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5966         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5967         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5968         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5969         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5970
5971         * gnus-diary.el (gnus-diary): Add :group.
5972
5973         * gnus.el (gnus-group-news-1-face): Add :group.
5974         (gnus-group-news-1-empty-face): Ditto.
5975         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5976         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5977         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5978         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5979         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5980         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5981         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5982         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5983         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5984         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5985         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5986         (gnus-summary-high-ticked-face): Ditto.
5987         (gnus-summary-low-ticked-face): Ditto.
5988         (gnus-summary-normal-ticked-face): Ditto.
5989         (gnus-summary-high-ancient-face): Ditto.
5990         (gnus-summary-low-ancient-face): Ditto.
5991         (gnus-summary-normal-ancient-face): Ditto.
5992         (gnus-summary-high-undownloaded-face): Ditto.
5993         (gnus-summary-low-undownloaded-face): Ditto.
5994         (gnus-summary-normal-undownloaded-face): Ditto.
5995         (gnus-summary-high-unread-face): Ditto.
5996         (gnus-summary-low-unread-face): Ditto.
5997         (gnus-summary-normal-unread-face): Ditto.
5998         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5999         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
6000
6001         * hashcash.el (hashcash): New custom group.
6002         (hashcash-default-payment): Add :group.
6003         (hashcash-payment-alist): Ditto.
6004         (hashcash-default-accept-payment): Ditto.
6005         (hashcash-accept-resources): Ditto.
6006         (hashcash-path): Ditto.
6007         (hashcash-extra-generate-parameters): Ditto.
6008         (hashcash-double-spend-database): Ditto.
6009         (hashcash-in-news): Ditto.
6010
6011         * message.el (message-minibuffer-local-map): Add :group.
6012
6013         * netrc.el (netrc): Add :group.
6014
6015         * sieve-manage.el (sieve-manage-log): Add :group.
6016         (sieve-manage-default-user): Diito.
6017         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6018         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6019         (sieve-manage-authenticators): Ditto.
6020         (sieve-manage-authenticator-alist): Ditto.
6021         (sieve-manage-default-port): Ditto.
6022
6023         * sieve-mode.el (sieve-control-commands-face): Add :group.
6024         (sieve-action-commands-face): Ditto.
6025         (sieve-test-commands-face): Ditto.
6026         (sieve-tagged-arguments-face): Ditto.
6027
6028         * smime.el (smime): Add :group.
6029
6030         * spam-report.el (spam-report): Add :group.
6031
6032         * spam.el (spam, spam-face): Add :group.
6033
6034 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6035
6036         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6037         return \n.\n.\n at the end of articles.  Protect against that.
6038         (nntp-with-open-group): Allow debugging.
6039
6040         * nnheader.el (mail-header-set-extra): Make into a function
6041         because I just could't understand how to quote the list properly.
6042
6043         * dns.el (query-dns-cached): New function.
6044
6045 2005-05-26  Lute Kamstra  <lute@gnu.org>
6046
6047         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6048
6049 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6052
6053         * gnus-art.el: Don't autoload mail-extract-address-components.
6054
6055         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6056         eval-and-compile to evaluate it.
6057
6058         * hashcash.el: Don't autoload executable-find.
6059
6060         * nndb.el: Don't declare the nndb back end two or more times; don't
6061         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6062
6063         * nntp.el: Autoload format-spec instead of format; use
6064         eval-and-compile to evaluate autoload forms.
6065
6066 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6067
6068         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6069
6070 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * gnus.el (gnus-version-number): Bump version.
6073
6074 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6075
6076         * gnus.el: No Gnus v0.3 is released.
6077
6078 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6079
6080         * lpath.el (featurep): Bind show-nonbreak-escape.
6081
6082 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-art.el (gnus-article-edit-part): Disable undo.
6085
6086 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6089         gnus-article-date-lapsed-new-header is t if date timer is active;
6090         skip headers in which the original date value is empty.
6091         (gnus-article-save-original-date): Redefine it as a macro.
6092         (gnus-display-mime): Use it.
6093
6094 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (article-date-ut): Support converting date in
6097         forwarded parts as well.
6098         (gnus-article-save-original-date): New function.
6099         (gnus-display-mime): Use it.
6100
6101 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6102
6103         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6104         enclosure element of <item>.
6105
6106 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * message.el (message-kill-buffer-query): Renamed from
6109         `message-kill-buffer-query-if-modified'.  Added :version.
6110
6111 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6114         window layout.
6115
6116 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * mml.el: Autoload dnd when compiling.
6119
6120 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6123         x-dnd-*.
6124
6125 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * qp.el (quoted-printable-encode-region): Save excursion.
6128
6129 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * message.el (message-kill-buffer-query-if-modified): Add new variable
6132         so the user can kill a modified message buffer quickly.
6133         (message-kill-buffer): Use it.
6134
6135 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * lpath.el: Fbind display-time-event-handler; don't fbind
6138         string-to-multibyte.
6139
6140         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6141
6142 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6145         contained in text because xml.el decodes entities) with LFs.
6146
6147 2005-04-11  Lute Kamstra  <lute@gnu.org>
6148
6149         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6150         differently.
6151
6152 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * mm-util.el (mm-detect-coding-region): Typo.
6155
6156 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6159
6160 2005-04-06  D Goel  <deego@gnufans.org>
6161
6162         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6163         user-function allow user modifications of the scores.
6164         (spam-stat-score-buffer-user): New function, to allow
6165         user-computed modifications to the score.
6166         (spam-stat-score-buffer-user-functions): list of additional
6167         scoring functions
6168         (spam-stat-error-holder): global temporary error holder
6169         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6170         variable
6171
6172 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * gnus-registry.el (gnus-registry-clean-empty-function)
6175         (gnus-registry-trim, gnus-registry-fetch-groups)
6176         (gnus-registry-delete-group): Groups that match
6177         `gnus-registry-ignored-groups' are removed from the registry
6178         entries, not just ignored for splitting.  This helps clean up the
6179         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6180         to get all the groups a message ID is in.
6181
6182         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6183         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6184         (spam-stat-score-buffer-user-functions): Add :number custom type.
6185
6186 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6189         argument in XEmacs.
6190
6191         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6192         (nnrss-request-group): Decode group name first.
6193         (nnrss-request-article): Make a text/plain article if mml-to-mime
6194         failed.
6195         (nnrss-get-encoding): Return a compatible encoding according to
6196         nnrss-compatible-encoding-alist.
6197         (nnrss-find-el): Use consp instead of listp.
6198         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6199
6200 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6203         which Emacs 20 doesn't support.
6204         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6205
6206 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6207
6208         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6209         silence the byte compiler inside the defun
6210
6211         * gnus-demon.el (parse-time-string): Add autoload.
6212
6213         * gnus-delay.el (parse-time-string): Add autoload.
6214
6215         * gnus-art.el (parse-time-string): Add autoload.
6216
6217         * nnultimate.el (parse-time): Require for `parse-time-string'.
6218
6219 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6222
6223         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6224
6225         * smime.el (smime-ldap-host-list): Add :version.
6226
6227 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6228
6229         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6230         pass it to `gnus-browse-read-group'.
6231         (gnus-browse-read-group): Add NUMBER argument and pass it to
6232         `gnus-group-read-ephemeral-group'.
6233
6234         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6235         argument and pass it to `gnus-group-read-group'.
6236
6237 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6238
6239         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6240         mm-xemacs-find-mime-charset-1 if we have the mule feature
6241         available at runtime.
6242
6243 2005-03-25  Werner Lemberg  <wl@gnu.org>
6244
6245         * nnmaildir.el: Replace `illegal' with `invalid'.
6246
6247 2005-03-23  Lute Kamstra  <lute@gnu.org>
6248
6249         * time-date.el: Add comment on time value formats.
6250         Don't require parse-time.
6251         (with-decoded-time-value): New macro.
6252         (encode-time-value): New function.
6253         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6254         (days-to-time): Return a valid time value when arg is huge.
6255         (time-since): Use time-subtract.
6256         (time-to-number-of-days): Use time-to-seconds.
6257
6258 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6259
6260         * gnus-start.el (gnus-display-time-event-handler):
6261         Check display-time-timer at runtime rather than only at load time
6262         in case display-time-mode is turned off in the mean time.
6263
6264 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6267         used.
6268
6269         * nneething.el (nneething-map-file-directory): Derive from
6270         `gnus-directory'.
6271
6272         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6273         the To/Cc button.
6274
6275 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * nnmaildir.el (nnmaildir-request-accept-article):
6278         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6279
6280 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6281
6282         * gnus-async.el: Require timer-funcs at compile time when in
6283         XEmacs for `run-with-idle-timer'.
6284
6285 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6286
6287         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6288         autoloaded function.
6289
6290 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6291
6292         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6293
6294 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6295
6296         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6297
6298 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299
6300         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6301         gnus-expert-user to default.
6302
6303 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6304
6305         * nnimap.el (nnimap-open-server): Ditto.
6306
6307         * imap.el (imap-authenticate): Fix typo.
6308
6309 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6310
6311         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6312         buffer (since IMAP server might return FETCH response out of
6313         order, and the nntp buffer must be sorted).
6314
6315 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6316
6317         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6318         comparison on string.
6319
6320         * gnus-agent.el (gnus-agent-long-article,
6321         gnus-agent-short-article, gnus-agent-score): Renamed category
6322         keywords to match gnus-cus.
6323         (gnus-agent-summary-fetch-series): Modified to protect against
6324         gnus-agent-summary-fetch-group clearing processable flags.
6325         (gnus-agent-synchronize-group-flags): Update live group buffer as
6326         synchronization may occur due to the user toggle the plugged
6327         status.
6328         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6329         successfully downloaded.
6330         (gnus-agent-expire-group-1): Avoid using markers when the overview
6331         is in ascending order; greatly improves performance.
6332         (gnus-agent-regenerate-group): Use
6333         gnus-agent-synchronize-group-flags to reset read status in both
6334         gnus and server.
6335         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6336
6337 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * message.el: Don't autoload former message-utils variables.
6340         (message-strip-subject-trailing-was): Change doc string.
6341
6342         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6343         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6344         (nnweb-google-search): Add "hl=en" here.
6345         (nnweb-google-parse-1, nnweb-google-create-mapping):
6346         Don't hardcode URL.
6347
6348 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6349
6350         * message.el (message-get-reply-headers, message-followup):
6351         Mention related variables `message-use-followup-to' and
6352         `message-use-mail-followup-to', in the information buffer.
6353
6354         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6355         of broken groups(-beta).google.com.
6356
6357 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6360         parameter to invoked gnus-request-move-article; remove the
6361         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6362         all at once instead of once per article.
6363         (gnus-summary-remove-process-mark): Accept a list of articles as
6364         well as a single article for processing.
6365
6366         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6367         parameter.
6368
6369         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6370
6371         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6372
6373         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6374         parameter.
6375
6376         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6377         parameter.
6378
6379         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6380         parameter and remove the gnus-sum-hint-move-is-internal variable.
6381
6382         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6383         parameter.
6384
6385         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6386         parameter.
6387
6388         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6389         parameter.
6390
6391         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6392
6393         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6394         parameter.
6395
6396         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6397         parameter.
6398
6399 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6400
6401         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6402         a more conservative way.
6403
6404 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6405
6406         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6407         buffer, so it moves the window's cursor.
6408
6409 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6410
6411         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6412         `mm-dissect-multipart' and receive the from field as an (optional)
6413         argument from `mm-dissect-multipart'.
6414         (mm-dissect-multipart): Receive the from field as an argument and
6415         pass it on when we call `mm-dissect-buffer' on MIME parts.
6416         Fixes verification/decryption of signed/encrypted MIME parts.
6417
6418 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * gnus-sum.el (gnus-summary-move-article): Set
6421         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6422         whatever it calls (right now, only nnimap-request-move article
6423         respects it).
6424
6425         * nnimap.el (nnimap-request-move-article): When
6426         gnus-sum-hint-move-is-internal is set, don't do the extra
6427         nnimap-request-article.
6428
6429 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6432
6433         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6434         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6435
6436         * gnus-sum.el (gnus-summary-caesar-message):
6437         Apply `gnus-treat-article' after rotation.
6438
6439         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6440         doc string.
6441
6442 2005-02-22  Simon Josefsson  <jas@extundo.com>
6443
6444         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6445         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6446         <arne@arnested.dk>.
6447         (encrypt): Add password-cache and password-cache-expiry as group
6448         members.
6449
6450 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6451
6452         * smime.el (smime-ldap-host-list): Doc fix.
6453         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6454         cache) password.
6455         (smime-sign-region): Use it.
6456         (smime-decrypt-region): Use it.
6457         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6458         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6459         fails.
6460         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6461         certificate from DER to PEM format rather than calling openssl.
6462
6463         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6464
6465         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6466         for signing/encryption.
6467
6468         * mml.el (mml-parse-1): Use them.
6469
6470 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6471
6472         * nnrss.el (nnrss-verbose): Removed.
6473         (nnrss-request-group): Use `nnheader-message' instead.
6474
6475 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6476
6477         * nnrss.el (nnrss-verbose): New variable.
6478         (nnrss-request-group): Make it say nnrss is requesting a group.
6479
6480 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6483         Handle news URL with given port correctly.
6484
6485 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6488         containing special characters.
6489
6490         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6491
6492         * mml.el (mime-to-mml): Ditto.
6493
6494         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6495         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6496         (rfc2047-decode-region): Quote decoded words containing special
6497         characters when rfc2047-quote-decoded-words-containing-tspecials
6498         is non-nil.
6499
6500 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6501
6502         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6503
6504         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6505
6506 2005-02-15  Simon Josefsson  <jas@extundo.com>
6507
6508         * nnimap.el (nnimap-debug): Doc fix.
6509
6510         * imap.el (imap-debug): Doc fix.
6511
6512 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6515
6516 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6517
6518         * gnus.el (spam-contents): Improve docs for spam-contents
6519         parameter in its variable incarnation.
6520
6521 2005-02-14  Simon Josefsson  <jas@extundo.com>
6522
6523         * smime-ldap.el: Use require instead of load-library for ldap.
6524         (smime-ldap-search): Indent.
6525         (smime-ldap-search-internal): Shorten line.
6526
6527         * smime.el (smime-cert-by-dns): Add doc-string.
6528         (smime-cert-by-ldap-1): Indent.
6529
6530         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6531         mml-smime-get-dns-ldap.
6532         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6533
6534 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6535
6536         * smime.el: Require smime-ldap.
6537         (smime-ldap-host-list): New variable.
6538         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6539
6540         * mml-smime.el (mml-smime-encrypt-query): New function.
6541         (mml-smime-encrypt-query): Use it.
6542
6543         * smime-ldap.el: New file.
6544
6545 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6548
6549 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6552         argument in doc string.  Make query for type more clear.
6553
6554 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * gnus.el (gnus-group-startup-message): Search for gnus images in
6557         etc/images/gnus.
6558         * mm-util.el (mm-image-load-path): Likewise.
6559         * smiley.el (smiley-data-directory): Search for smilies in
6560         etc/images/smilies.
6561
6562 2005-02-09  Kim F. Storm  <storm@cua.dk>
6563
6564         Change Emacs release version from 21.4 to 22.1 throughout.
6565         Change Emacs development version from 21.3.50 to 22.0.50.
6566
6567 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6570
6571         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6572         non-Mule XEmacs as well.
6573         (mm-decompress-buffer): Signal an error intentionally if it does
6574         not decompress compressed data because auto-compression-mode is
6575         disabled.
6576
6577 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6580         an ID in the registry even if it has no groups.
6581
6582 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6585         merge it into mm-decompress-buffer.
6586         (gnus-mime-copy-part): Use the MIME part charset, the value which
6587         a user specified or gnus-newsgroup-charset for decoding, like
6588         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6589         save-buffer what was used.  Suggested by Kevin Ryde
6590         <user42@zip.com.au>.
6591         (gnus-mime-inline-part): Allow the name parameter as well as the
6592         filename parameter; force decompressing of compressed data; always
6593         display contents being not decoded as unibyte.
6594
6595         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6596         as well as the filename parameter.
6597
6598         * mm-util.el (mm-decompress-buffer): Merge
6599         gnus-mime-jka-compr-maybe-uncompress.
6600         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6601         of compressed data.
6602
6603 2005-02-08  Simon Josefsson  <jas@extundo.com>
6604
6605         * imap.el (imap-log): Doc fix.
6606
6607 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6610         the coding cookies; decompress compressed parts.
6611
6612         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6613         to the value which a user specified manually or the coding cookie.
6614
6615         * mm-util.el (mm-string-to-multibyte): New function.
6616         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6617         (mm-coding-system-to-mime-charset): New function.
6618         (mm-decompress-buffer): New function.
6619         (mm-find-buffer-file-coding-system): New function.
6620
6621         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6622         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6623         parts.
6624
6625 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6626
6627         * mm-view.el (mm-display-inline-fontify): Decode a part according
6628         to the charset parameter.
6629
6630 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6633         prefix arg is neither nil nor a number, as info specifies.
6634
6635 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6638         timestamps.
6639
6640 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6641
6642         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6643         groups error checking and notify user.
6644
6645 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6646
6647         * message.el (message-send-mail-function): Check existence of
6648         sendmail-program first before using default value
6649         `message-send-mail-with-sendmail'.  Otherwise use more generic
6650         `smtpmail-send-it'.
6651
6652 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * nntp.el (nntp-request-update-info): Always return nil.
6655
6656 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6659
6660 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * message.el (message-beginning-of-line): Change the behavior when
6663         invoked between BOL and : so that it first moves backward.
6664
6665 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6668         article buffer when editing of the article is discarded.
6669         (gnus-article-prepare): Revert.
6670
6671 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-art.el (gnus-article-prepare):
6674         Remove message-strip-forbidden-properties from the local hook.
6675
6676 2005-01-27  Simon Josefsson  <jas@extundo.com>
6677
6678         * password.el (password-cache-add): Only start one timer per key.
6679         Reported by Derek Atkins <warlord@MIT.EDU>.
6680
6681 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6682
6683         * run-at-time.el: Removed.  It is no longer needed as
6684         timer-funcs.el in the xemacs-base package has a working version of
6685         `run-at-time'.
6686
6687         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6688
6689         * password.el: Require timer-funcs instead of run-at-time in
6690         XEmacs.
6691         Remove `password-run-at-time' macro.
6692         (password-cache-add): Use `run-at-time' instead of
6693         `password-run-at-time'.
6694
6695         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6696         Remove `nnheader-cancel-function-timers' alias,
6697         `cancel-function-timers' exists in XEmacs in timer-funcs.
6698
6699         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6700         for `run-with-idle-timer'.
6701
6702         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6703         for `run-at-time'.
6704
6705         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6706         for `with-timeout'.
6707
6708         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6709         the same as for XEmacs 21.4.
6710         No need to ignore `run-with-idle-timer', this function exists in
6711         XEmacs now in timer-funcs.el in the xemacs-base package.
6712         (dgnushack-compile): No need to delete
6713         run-at-time.el from the list of files to compile because it
6714         doesn't exist anymore.
6715
6716 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6719         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6720
6721 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6722
6723         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6724         sensitively.
6725
6726 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6727
6728         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6729
6730 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6733         which will be inserted according to the multibyteness of a buffer
6734         rather than the type of contents.  Suggested by ARISAWA Akihiro
6735         <ari@mbf.ocn.ne.jp>.
6736
6737         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6738         of string which old xml.el may return rather than a string.
6739
6740 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6743
6744 2005-01-16  Simon Josefsson  <jas@extundo.com>
6745
6746         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6747         idn/idna.el isn't available.
6748         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6749         <michael@waxrat.com>.
6750
6751         * hashcash.el: Remove non-FSF copyright header.
6752
6753         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6754         (hashcash-generate-payment): Use it.
6755         (hashcash-generate-payment-async): Use it.
6756
6757 2005-01-15  Simon Josefsson  <jas@extundo.com>
6758
6759         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6760         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6761
6762         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6763         gnus-summary-idna-message.
6764         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6765         (gnus-summary-idna-message): New function.
6766
6767 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6770         gnus-novice-user.
6771
6772 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * nnrss.el (nnrss-request-delete-group): Delete entries in
6775         nnrss-group-alist as well.
6776         (nnrss-save-server-data): Insert newline.
6777
6778 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * gnus.el (gnus-user-agent): Use list of symbols instead of
6781         symbols.  Display full version number for (S)XEmacs.  Optionally
6782         display (S)XEmacs codename.
6783
6784         * gnus-util.el (gnus-emacs-version): Update for new
6785         `gnus-user-agent'.
6786
6787         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6788         Gnus version.
6789
6790 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6793         which is unreadable in some setups.
6794
6795 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-spec.el (gnus-update-format-specifications): Flush the
6798         group format spec cache if it doesn't support decoded group names.
6799
6800 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6803         to apply decay on score files matching a regexp.
6804
6805 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6808         compatibility in %g and %c.
6809
6810 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6813         name for only %g and %c.
6814         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6815         of gnus-tmp-group to decoded group name.
6816         (gnus-group-make-rss-group): Exclude `/'s from group names.
6817
6818 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * nnrss.el (nnrss-get-encoding): Fix regexp.
6821
6822 2004-12-27  Simon Josefsson  <jas@extundo.com>
6823
6824         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6825         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6826         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6827
6828 2004-12-17  Kim F. Storm  <storm@cua.dk>
6829
6830         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6831
6832         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6833
6834 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6835
6836         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6837
6838 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * nnrss.el: Require rfc2047 and mml.
6841         (nnrss-file-coding-system): New variable.
6842         (nnrss-format-string): Redefine it as an inline function.
6843         (nnrss-decode-group-name): New function.
6844         (nnrss-string-as-multibyte): Remove.
6845         (nnrss-retrieve-headers): Decode group name; don't use
6846         nnrss-format-string.
6847         (nnrss-request-group): Decode group name.
6848         (nnrss-request-article): Decode group name; allow a Message-ID as
6849         well as an article number; don't use nnrss-format-string; encode a
6850         Message-ID string which may contain non-ASCII characters; use
6851         mml-to-mime to compose a MIME article.
6852         (nnrss-request-expire-articles): Decode group name.
6853         (nnrss-request-delete-group): Decode group name.
6854         (nnrss-fetch): Clarify error message.
6855         (nnrss-read-server-data): Use insert-file-contents instead of load;
6856         bind file-name-coding-system; use multibyte buffer.
6857         (nnrss-save-server-data): Bind coding-system-for-write to the
6858         value of nnrss-file-coding-system; bind file-name-coding-system;
6859         add coding cookie.
6860         (nnrss-read-group-data): Use insert-file-contents instead of load;
6861         bind file-name-coding-system; use multibyte buffer.
6862         (nnrss-save-group-data): Bind coding-system-for-write to the
6863         value of nnrss-file-coding-system; bind file-name-coding-system.
6864         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6865         make it work with non-ASCII text.
6866         (nnrss-find-el): Make it work with old xml.el as well.
6867
6868 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6869
6870         * nnrss.el (nnrss-get-encoding): New function.
6871         (nnrss-fetch): Use unibyte buffer initially; bind
6872         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6873         decode contents according to the encoding attribute.
6874         (nnrss-save-group-data): Add coding cookie.
6875         (nnrss-mime-encode-string): New function.
6876         (nnrss-check-group): Use it to encode subject and author.
6877
6878 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6881         imaginary variable.
6882
6883 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6886         correctly even if there are wide characters.
6887
6888 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6891         downcased symbol names; make a new cache instead of reusing
6892         bbdb-hashtable.
6893
6894 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6897         concatenating segments rather than before concatenating them.
6898         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6899
6900         * message.el (message-get-reply-headers): Bind `extra'.
6901
6902 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * message.el (message-extra-wide-headers): New variable.
6905         (message-get-reply-headers): Use it.
6906
6907 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6910         (gnus-agent-group-pathname): Ditto.
6911
6912         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6913
6914         * gnus-group.el (gnus-group-make-group): Decode group name.
6915         (gnus-group-make-rss-group): Register the group data after opening
6916         the nnrss group.
6917
6918 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6919
6920         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6921         by expiry now get marked as read.
6922
6923 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6926
6927 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6928
6929         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6930         unify Latin characters in XEmacs.
6931         (mm-find-mime-charset-region): Use it.
6932
6933 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-util.el (gnus-delete-directory): New function.
6936
6937         * gnus-agent.el (gnus-agent-delete-group): Use it.
6938
6939         * gnus-cache.el (gnus-cache-delete-group): Use it.
6940
6941 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6944         names.
6945
6946 2004-12-16  Simon Josefsson  <jas@extundo.com>
6947
6948         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6949
6950 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6953
6954         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6955         (gnus-group-set-current-level): Decode group name.
6956
6957 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6958
6959         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6960         failed.
6961
6962 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-group.el (gnus-group-delete-group): Decode group name.
6965         (gnus-group-make-rss-group): Encode group name.
6966         (gnus-group-catchup-current): Decode group name.
6967         (gnus-group-kill-group): Decode group name.
6968
6969 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6970
6971         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6972
6973 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-group.el (gnus-group-make-rss-group):
6976         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6977
6978         * gnus-start.el (gnus-setup-news): Honor user's setting to
6979         gnus-message-archive-method.  Suggested by Lute Kamstra
6980         <lute@gnu.org>.
6981
6982 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6983
6984         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6985         global counterparts of the buffer-local variables.
6986
6987 2004-11-16  Romain Francoise  <romain@orebokech.com>
6988
6989         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6990         counterparts of the buffer-local variables.
6991
6992 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * message.el (message-forbidden-properties): Fixed typo in doc
6995         string.
6996
6997 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * gnus-util.el (gnus-replace-in-string): Added doc string.
7000
7001         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
7002         to avoid problems when splitting mails with many recipients.
7003
7004 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
7007         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7008
7009 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7010
7011         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7012         if there is no hashtable in memory or file modification time is
7013         newer than cached timestamp.
7014
7015 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7018         not-matching option.
7019
7020 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7023         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7024         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7025         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7026         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7027         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7028
7029 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * message.el (message-forward-make-body-mml): Remove headers
7032         according to message-forward-ignored-headers if a message is decoded.
7033
7034 2004-12-02  Romain Francoise  <romain@orebokech.com>
7035
7036         * message.el (message-forward-make-body-plain): Always remove
7037         headers according to message-forward-ignored-headers.
7038
7039 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7040
7041         * spam.el (spam-summary-prepare-exit): Remove the
7042         gnus-summary-limit pop for now, it has problems with ham marks for
7043         me.
7044
7045 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7048         correctly.
7049
7050 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7051
7052         * format-spec.el (format-spec): Message the char.
7053
7054 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7055
7056         * gnus-art.el (gnus-split-methods): Reformat comments.
7057
7058         * spam.el (spam-summary-prepare-exit): Remove article limits
7059         before exiting the summary buffer.
7060
7061 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7064         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7065
7066         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7067         order to silence the byte compiler.
7068
7069         * spam.el: Fix the way to silence the byte compiler, which
7070         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7071         bbdb-search-simple, spam-BBDB-register-routine,
7072         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7073         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7074         spam-stat-buffer-is-spam, spam-stat-load,
7075         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7076         spam-stat-save and spam-stat-split-fancy.
7077
7078 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7081         which may confuse users.
7082         (canlock-password-for-verify): Ditto.
7083
7084         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7085
7086         * gnus-art.el (gnus-emphasis-alist): Ditto.
7087
7088         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7089
7090         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7091
7092         * gnus-start.el (gnus-save-killed-list): Ditto.
7093
7094         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7095         (gnus-sum-thread-tree-root): Ditto.
7096         (gnus-sum-thread-tree-false-root): Ditto.
7097         (gnus-sum-thread-tree-single-indent): Ditto.
7098
7099         * message.el (message-courtesy-message): Ditto.
7100         (message-archive-note): Ditto.
7101         (message-subscribed-address-file): Ditto.
7102         (message-user-fqdn): Ditto.
7103
7104         * spam-report.el (spam-report-gmane-regex): Ditto.
7105
7106         * spam.el (spam-blackhole-good-server-regex): Ditto.
7107
7108 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * mml.el (mml-preview): Widen the message buffer before copying
7111         the contents to the preview buffer; sort headers before previewing.
7112
7113         * message.el (message-hidden-headers): Fix the way to avoid a bug
7114         in the `repeat' widget in Emacs 21.3 or earlier.
7115
7116 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * message.el (message-hidden-headers): Default to "^References:".
7119         Improve customization type.  Suggested by Reiner Steib
7120         <Reiner.Steib@gmx.de>.
7121
7122 2004-11-25  Romain Francoise  <romain@orebokech.com>
7123
7124         * message.el (message-strip-forbidden-properties): Remove check for
7125         obsolete `message-hidden' text property, hidden headers are not
7126         accessible in the buffer anymore.
7127
7128 2004-11-22  Romain Francoise  <romain@orebokech.com>
7129
7130         * message.el (message-header-format-alist): Add `From' in list
7131         so that it can be sorted.
7132         (message-fix-before-sending): Widen and sort headers before
7133         sending.
7134         (message-hide-headers): Use narrowing to hide headers by moving
7135         them to the top of the buffer and narrowing to the region
7136         underneath.
7137
7138 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7139
7140         * message.el (message-strip-forbidden-properties): Bind
7141         buffer-read-only (etc) to nil.
7142
7143 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7146         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7147
7148 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7149
7150         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7151
7152 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7153
7154         * dns.el (query-dns): Use sit-for to time instead of
7155         accept-process-output, since that doesn't seem to work on udp
7156         sockets.
7157
7158 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7161
7162 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7163
7164         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7165         doc string.  Improve doc string.
7166
7167 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * nntp.el (nntp-request-update-info): Return nil if
7170         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7171         may not call gnus-activate-group which uselessly issues the GROUP
7172         commands for all nntp groups and wastes time.  Reported by Romain
7173         Francoise <romain@orebokech.com>.
7174
7175         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7176
7177 2004-11-15  Simon Josefsson  <jas@extundo.com>
7178
7179         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7180         headers separately.
7181         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7182         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7183
7184 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7185
7186         * gnus-start.el (gnus-convert-old-newsrc):
7187         Assign legacy-gnus-agent to 5.10.7.
7188
7189 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7190
7191         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7192         start of the lines.
7193
7194 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7195
7196         * hashcash.el (hashcash-default-payment): Change default to 20
7197         (hashcash-default-accept-payment): Change default to 20
7198         (hashcash-process-alist): New variable
7199         (hashcash-generate-payment-async): Add
7200         (hashcash-already-paid-p): Add
7201         (hashcash-insert-payment): Don't generate payments twice
7202         (hashcash-insert-payment-async): Add
7203         (hashcash-insert-payment-async-2): Add
7204         (hashcash-cancel-async): Add
7205         (hashcash-wait-async): Add
7206         (hashcash-processes-running-p): Add
7207         (hashcash-wait-or-cancel): Add
7208         (mail-add-payment): New optional argument.  Conditionally start
7209         asynchronous calculation.
7210         (mail-add-payment-async): Add
7211
7212         * message.el (message-send-mail): Wait for asynchronous hashcash
7213         results.  Don't clobber existing X-Hashcash headers.
7214         (message-setup-1): Call mail-add-payment-async when
7215         message-generate-hashcash is non-nil.
7216
7217 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7218
7219         * message.el (message-use-alternative-email-as-from): Examine the
7220         From header as well; use message-make-from in order to include a
7221         user's full name.
7222
7223 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7226         default; improve customization type.
7227         (gnus-emphasis-custom-with-format): New macro.
7228         (gnus-emphasis-custom-value-to-external): New function.
7229         (gnus-emphasis-custom-value-to-internal): New function.
7230
7231 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * dns.el (query-dns): Resolve reverse addresses.
7234
7235 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * gnus-group.el (gnus-group-get-new-news): Use it.
7238
7239         * gnus-start.el (gnus-check-reasonable-setup): New function.
7240
7241 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7244         "Args out of range" error.  Reported by Arnaud Giersch
7245         <arnaud.giersch@free.fr>.
7246
7247 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7248
7249         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7250
7251 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7252
7253         * spam.el (spam group): Add :version.
7254
7255         * pgg-def.el (pgg group): Add :version.
7256
7257 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-article-edit-article): Don't associate the
7260         article buffer with a draft file.  This is a temporary measure
7261         against the 2004-08-22 change to gnus-article-edit-mode.
7262
7263 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7266         (html2text-format-tags): Remove unused variable `attr'.
7267
7268 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7271
7272         * tls.el (tls-process-connection-type, tls-success)
7273         (tls-certtool-program): Add :version.
7274
7275         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7276         (starttls-extra-arguments, starttls-process-connection-type)
7277         (starttls-connect, starttls-failure, starttls-success):
7278
7279         * spam-stat.el (spam-stat): Add :version.
7280
7281         * sieve.el (sieve): Add :version.
7282
7283         * sha1.el (sha1): Add :version.
7284         (sha1-use-external): Remove redundant version.
7285
7286         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7287         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7288         (nnmail-split-fancy-match-partial-words)
7289         (nnmail-split-lowercase-expanded): Add :version.
7290
7291         * nndiary.el (nndiary): Add :version.
7292
7293         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7294
7295         * mml-sec.el (mml-default-sign-method)
7296         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7297         Add :version.
7298
7299         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7300
7301         * mm-url.el (mm-url-use-external, mm-url-program)
7302         (mm-url-arguments): Add :version.
7303
7304         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7305         (mm-attachment-file-modes, mm-decrypt-option)
7306         (mm-w3m-safe-url-regexp): Add :version.
7307
7308         * message.el (message-cite-prefix-regexp)
7309         (message-sendmail-envelope-from, message-minibuffer-local-map)
7310         (message-user-fqdn, message-completion-alist): Add :version.
7311
7312         * gnus-win.el (gnus-configure-windows-hook)
7313         (gnus-use-frames-on-any-display): Add :version.
7314
7315         * gnus-art.el (gnus-article-address-banner-alist)
7316         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7317         (gnus-treat-from-picon, gnus-treat-mail-picon)
7318         (gnus-treat-x-pgp-sig): Add :version.
7319
7320         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7321         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7322         (gnus-summary-article-delete-hook)
7323         (gnus-summary-display-while-building): Add :version.
7324
7325         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7326         (gnus-get-top-new-news-hook):Add :version.
7327
7328         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7329         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7330
7331         * gnus-registry.el (gnus-registry): Add :version.
7332
7333         * gnus-spec.el (gnus-use-correct-string-widths)
7334         (gnus-make-format-preserve-properties): Add :version.
7335
7336         * gnus.el (gnus-group-charter-alist)
7337         (gnus-group-fetch-control-use-browse-url)
7338         (gnus-install-group-spam-parameters): Add :version.
7339
7340         * gnus-diary.el (gnus-diary): Add :version.
7341
7342         * gnus-delay.el (gnus-delay): Add :version.
7343
7344         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7345         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7346         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7347         Add :version.
7348
7349         * gnus-agent.el (gnus-agent-max-fetch-size)
7350         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7351         (gnus-agent-prompt-send-queue): Add :version.
7352
7353         * deuglify.el (gnus-outlook-deuglify): Add :version.
7354
7355         * html2text.el: Beautify code.  Improve doc strings.  Some
7356         checkdoc cleanup.
7357         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7358
7359 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7360
7361         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7362
7363 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7366         when package is loaded.
7367
7368         * spam.el (spam-summary-score-preferred-header): Add global preference
7369         for people who want to override the default SpamAssassin over
7370         Bogofilter preference (when both are set).
7371         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7372         (spam-user-format-function-S): Check
7373         spam-summary-score-preferred-header.
7374         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7375         (spam-user-format-function-S): Format the score correctly.
7376
7377 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7380         signature file.  Suggested by Manoj Srivastava
7381         <srivasta@golden-gryphon.com>.
7382
7383         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7384         iso-2022-jp even in the Japanese language environment.
7385         Suggested by Jason Rumney <jasonr@gnu.org>.
7386
7387 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7390         use the same characters as the dummy marks; make it free from
7391         getting affected by the language environment.
7392         (gnus-summary-read-group-1): Update mark positions only when the
7393         format spec is updated.
7394
7395         * gnus-spec.el (gnus-update-format-specifications): Return a list
7396         of updated types.
7397
7398 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7401         of boundp to check if display-warning is available.
7402
7403 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7406
7407 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * nnspool.el (nnspool-spool-directory): Use news-path if the
7410         news-directory variable is not bound.
7411
7412         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7413         function instead of display-warning if it is not available.
7414
7415 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7418         v5-10: Use `point-at-bol'.
7419
7420 2004-10-26  Simon Josefsson  <jas@extundo.com>
7421
7422         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7423         <chenggao@gmail.com>.
7424
7425 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7428         instead.
7429
7430 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7433         to remove a server from the nnimap-server-buffer-alist.
7434         (nnimap-open-connection, nnimap-close-server): Use it.
7435
7436         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7437
7438 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7441         running the major-mode function.
7442
7443 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7446         dummy marks in the right way.
7447
7448 2004-10-18  David Edmondson  <dme@dme.org>
7449
7450         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7451         excessively.
7452
7453 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7454
7455         * gnus-util.el (gnus-split-references): Accept a nil references
7456         string and go on blissfully.
7457
7458         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7459         cases where the references string is non-nil but has no references.
7460
7461         * encrypt.el: Add autoload tags.
7462
7463         * spam.el (spam-resolve-registrations-routine): Remove article
7464         from unregistration list too.  Reported by David Hanak
7465         <dhanak@isis.vanderbilt.edu>
7466
7467 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7470         nil.  Changed custom type.
7471
7472 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7475
7476         * gnus-sum.el (gnus-summary-move-article): Use it.
7477
7478 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7479
7480         * encrypt.el: Add autoload cookies.
7481
7482         * spam.el (spam-backend-article-list-property)
7483         (spam-backend-get-article-todo-list)
7484         (spam-backend-put-article-todo-list, )
7485         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7486         Resolve registrations separately.
7487         (spam-register-routine): Format comments.
7488         (spam-unregister-routine, spam-register-routine): Always call with
7489         specific-articles, no default list.
7490         (spam-summary-prepare-exit): Use the spam-classifications function.
7491
7492         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7493         gnus-encrypt.el.
7494
7495         * encrypt.el: copied from gnus-encrypt.el
7496
7497         * gnus-encrypt.el: commented that it's obsolete
7498
7499 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7502         (gnus-score-save): Use it.
7503
7504         * message.el (message-bury): Use `window-dedicated-p'.
7505
7506 2004-10-15  Simon Josefsson  <jas@extundo.com>
7507
7508         * pop3.el (top-level): Don't require nnheader.
7509         (pop3-read-timeout): Add.
7510         (pop3-accept-process-output): Add.
7511         (pop3-read-response, pop3-retr): Use it.
7512
7513 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * spam.el (spam-register-routine): Move comment.
7516         (spam-verify-bogofilter): Use 'unknown for the initial
7517         spam-bogofilter-valid state, not 'never.
7518
7519         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7520         for netrc-machine.
7521
7522         * nnimap.el (nnimap-open-connection): Use
7523         netrc-machine-user-or-password.
7524
7525 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7526
7527         * gnus-registry.el (gnus-registry-unload-hook):
7528         Set as a variable with add-hook.
7529
7530         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7531         of news-path.
7532
7533         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7534
7535         * spam.el: Delete duplicate `provide'.
7536         (spam-unload-hook): Set as a variable with add-hook.
7537
7538 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7539
7540         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7541         in the doc string.
7542
7543         * message.el (message-ignored-news-headers)
7544         (message-ignored-supersedes-headers)
7545         (message-ignored-resent-headers)
7546         (message-forward-ignored-headers): Improve custom type.
7547
7548 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * message.el (message-tokenize-header): Fix 2004-09-06 change
7551         which used point-min in the wrong place.
7552
7553 2004-10-12  Simon Josefsson  <jas@extundo.com>
7554
7555         * tls.el (tls-certtool-program): New variable.
7556         (tls-certificate-information): New function, based on
7557         ssl-certificate-information.
7558
7559 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * compface.el: Move the version of ELisp-based uncompface program
7562         to the contrib directory because of the copyright problem.
7563
7564 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * message.el (message-kill-buffer): Raise the current frame.
7567
7568 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7571
7572         * gnus.el (message-y-or-n-p): Autoload.
7573
7574         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7575         (pop3-password-required, pop3-authentication-scheme)
7576         (pop3-leave-mail-on-server): Made customizable.
7577         (pop3): New custom group.
7578         (pop3-retr): Remove `sleep-for' statements.
7579         Suggested by Dave Love <fx@gnu.org>.
7580
7581         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7582         Windows/DOS.
7583
7584         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7585         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7586         Dave Love <fx@gnu.org>.
7587
7588         * mml.el (mml-minibuffer-read-disposition): Require match.
7589         Suggested by Dave Love <fx@gnu.org>.
7590
7591 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7592
7593         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7594         doc string.
7595
7596 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7599
7600 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7601
7602         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7603         instead of calling `mm-insert-inline', to decode text/* parts
7604         before displaying them.
7605
7606 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * mm-uu.el (mm-uu-text-plain-type): New variable.
7609         (mm-uu-pgp-signed-extract-1): Use it.
7610         (mm-uu-pgp-encrypted-extract-1): Use it.
7611         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7612         bind mm-uu-text-plain-type with that value.
7613         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7614         mm-uu-dissect.
7615
7616 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-group.el (gnus-update-group-mark-positions):
7619         * gnus-sum.el (gnus-update-summary-mark-positions):
7620         * message.el (message-check-news-body-syntax):
7621         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7622         of string-as-multibyte.
7623
7624 2004-10-05  Juri Linkov  <juri@jurta.org>
7625
7626         * gnus-group.el (gnus-update-group-mark-positions):
7627         * gnus-sum.el (gnus-update-summary-mark-positions):
7628         * message.el (message-check-news-body-syntax):
7629         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7630         8-bit unibyte values to a multibyte string for search functions.
7631
7632 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7635         (mm-uu-dissect-text-parts): New function.
7636
7637         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7638         dissect text parts.
7639
7640         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7641         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7642
7643         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7644
7645         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7646         gnus-current-topics instead of gnus-current-topic.
7647
7648 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7649
7650         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7651
7652 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7653
7654         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7655         where approriate.
7656
7657         * nnml.el (nnml-generate-active-info): do.
7658
7659         * nndiary.el (nndiary-generate-active-info): do.
7660
7661         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7662         (gnus-topic-move): do.
7663
7664         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7665         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7666
7667         * gnus-srvr.el (gnus-server-prepare)
7668         (gnus-server-open-all-servers): do.
7669
7670         * gnus-msg.el (gnus-summary-cancel-article)
7671         (gnus-summary-resend-message)
7672         (gnus-summary-mail-crosspost-complaint): do.
7673
7674         * gnus-move.el (gnus-change-server): do.
7675
7676         * gnus-group.el (gnus-group-unmark-all-groups)
7677         (gnus-group-set-current-level): do.
7678
7679 2004-10-04  Simon Josefsson  <jas@extundo.com>
7680
7681         * message.el (message-generate-hashcash): Doc fix.
7682
7683 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7684
7685         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7686         avoid infinite recursion via gnus-get-function.
7687
7688 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7689
7690         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7691
7692         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7693
7694         * nnmail.el (nnmail-split-history): do.
7695
7696         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7697         (nnml-request-delete-group): do.
7698
7699         * nnslashdot.el (nnslashdot-read-groups): do.
7700
7701         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7702         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7703
7704         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7705         (nnspool-sift-nov-with-sed): Use last
7706         (nnspool-retrieve-headers-with-nov): Use mapc.
7707         (nnspool-request-newgroups): Use dolist.
7708         (nnspool-request-group): Use last.
7709
7710         * nntp.el (nntp-read-server-type): Use dolist.
7711
7712         * nnvirtual.el (nnvirtual-create-mapping)
7713         (nnvirtual-update-read-and-marked): Use dolist.
7714         (nnvirtual-convert-headers): Simplify.
7715
7716 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7717
7718         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7719         support for sync'ing tick marks.
7720
7721 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7724         there's no visible header.
7725
7726 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7727
7728         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7729         necessary, pass full group name to gnus-request-set-marks.
7730
7731 2004-10-01  Simon Josefsson  <jas@extundo.com>
7732
7733         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7734         acroread.
7735
7736 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737
7738         * spam-report.el (spam-report-gmane): Fix interactive.
7739
7740         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7741
7742         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7743         when writing file.
7744         (gnus-agent-synchronize-flags): Don't default to being
7745         interactive.
7746
7747 2004-09-30  Simon Josefsson  <jas@extundo.com>
7748
7749         * message.el (message-generate-hashcash): Add.
7750         (message-send-mail): Use it, call mail-add-payment.
7751
7752 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7755
7756 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7757
7758         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7759         gnus-requst-update-info with explicit code to sync the in-memory
7760         info read flags with the marks being sync'd to the backend.
7761
7762         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7763
7764 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * spam.el (spam-verify-bogofilter): Add new function.
7767         (spam-check-bogofilter)
7768         (spam-bogofilter-register-with-bogofilter): Use it.
7769         (spam-verify-bogofilter): Add small fixes.
7770
7771 2004-09-28  Simon Josefsson  <jas@extundo.com>
7772
7773         * hashcash.el (hashcash-generate-payment): Revert.
7774
7775 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7778         gnus-extract-references instead of gnus-split-references.
7779
7780         * gnus-util.el (gnus-extract-references): Add new function, analogous
7781         to gnus-split-references but extracts only the message-ID without
7782         anything extra.
7783
7784         * hashcash.el (hashcash-generate-payment)
7785         (hashcash-check-payment): Do the right thing if hashcash-path is
7786         nil (because the hashcash program could not be found).
7787
7788         * spam.el (spam-use-hashcash): Remove comment.
7789
7790 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7791
7792         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7793         (gnus-cache-enter-article, gnus-cache-remove-article)
7794         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7795
7796         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7797
7798         * gnus-art.el (article-hide-boring-headers)
7799         (article-translate-strings, article-display-face)
7800         (gnus-article-mime-match-handle-first)
7801         (gnus-article-highlight-headers)
7802         (gnus-article-add-buttons-to-head): do.
7803
7804 2004-09-27  Simon Josefsson  <jas@extundo.com>
7805
7806         * hashcash.el: New version, from
7807         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7808         ../contrib/.
7809
7810 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7813
7814 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7815
7816         * gnus-dup.el (gnus-dup-open): Use mapc.
7817         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7818
7819         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7820         Reported by Stefan Wiens <s.wi@gmx.net>.
7821
7822         * gnus.el (gnus-shutdown): Use dolist.
7823
7824         * gnus-undo.el (gnus-undo): Use mapc.
7825
7826         * nnrss.el (nnrss-generate-active): do.
7827
7828         * message.el (message-cite-original-without-signature)
7829         (message-cite-original): Use mapc.
7830         (message-do-actions, message-make-forward-subject): Use dolist.
7831
7832 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7833
7834         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7835         deletion to remove entire duplicate line.  Fixes merged article
7836         number bug.
7837
7838 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7839
7840         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7841         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7842         first ask if you want to open a server and then, even when you
7843         responded with no, asking if you want to synchronize the server's
7844         flags.
7845         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7846         multi-line expressions.
7847         (gnus-agent-synchronize-group-flags): New internal function.
7848         Updates marks in memory (in the info structure) AND in the
7849         backend.
7850
7851         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7852
7853         * nnagent.el (nnagent-request-set-mark): Use
7854         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7855         method, to ensure that synchronization updates marks in the
7856         backend and in the info (in memory) structure.
7857
7858 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7861         convention fully; don't miss the root article of a thread; make
7862         the X-Draft-From header with correct article numbers.
7863
7864 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7865
7866         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7867         unless plugged.  Disable the agent so that an open failure causes
7868         an error.
7869
7870         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7871         Reverted 2004-09-21 change.  The backend must be opened while
7872         synchronizing flags even when the backend stores the flags
7873         locally.
7874
7875 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7878         in `header' match.  Reported by Svend Tollak Munkejord.
7879
7880         * message.el (message-cite-original): Fix use of
7881         `message-cite-articles-with-x-no-archive'.
7882
7883 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7886         (gnus-window-to-buffer): Ditto.
7887
7888         * mml.el (mml-preview-buffer): New variable.
7889         (mml-preview): Manage window layout with gnus-buffer-configuration.
7890
7891         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7892         X-Draft-From header even if those articles aren't quoted.
7893
7894 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7895
7896         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7897         (gnus-request-set-mark, gnus-request-update-mark): Use new
7898         g-s-t-u-l-m to decide to use backend even when unplugged.
7899
7900 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7903         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7904
7905 2004-09-20  Simon Josefsson  <jas@extundo.com>
7906
7907         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7908         "utf-16-le".
7909
7910 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7911
7912         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7913
7914 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7915
7916         * uudecode.el (uudecode-use-external): Add :version.
7917
7918         * smime.el (smime-CA-file, smime-encrypt-cipher)
7919         (smime-dns-server): Add :version.
7920
7921         * smiley.el (gnus-smiley-file-types): Add :version.
7922
7923         * sha1.el (sha1-use-external): Add :version.
7924
7925         * pgg-def.el (pgg-query-keyserver): Add :version.
7926
7927         * nnmail.el (nnmail-fancy-expiry-targets)
7928         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7929         Add :version.
7930
7931         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7932         (nnimap-retrieve-groups-asynchronous): Add :version.
7933         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7934
7935         * mml.el (mml-content-disposition-parameters)
7936         (mml-insert-mime-headers-always): Add :version.
7937
7938         * mm-util.el (mm-coding-system-priorities): Add :version.
7939
7940         * mm-decode.el (mm-inline-text-html-with-images)
7941         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7942         (mm-verify-option): Add :version.
7943         (mm-text-html-renderer): Change :version.
7944
7945         * message.el (message-fcc-externalize-attachments)
7946         (message-required-headers, message-draft-headers)
7947         (message-subject-trailing-was-query)
7948         (message-subject-trailing-was-ask-regexp)
7949         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7950         (message-mark-insert-end, message-archive-header)
7951         (message-archive-note, message-cross-post-default)
7952         (message-cross-post-note, message-followup-to-note)
7953         (message-cross-post-note-function, message-use-mail-followup-to)
7954         (message-subscribed-address-functions)
7955         (message-subscribed-address-file, message-subscribed-addresses)
7956         (message-subscribed-regexps, message-allow-no-recipients)
7957         (message-yank-cited-prefix, message-signature-insert-empty-line)
7958         (message-hidden-headers, message-hierarchical-addresses)
7959         (message-mail-user-agent, message-use-idna)
7960         (message-valid-fqdn-regexp)
7961         (message-strip-special-text-properties, message-header-synonyms)
7962         (message-beginning-of-line, message-tab-body-function): Add :version.
7963         (message-insert-canlock, message-wide-reply-confirm-recipients):
7964         Change :version.
7965
7966         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7967         and :version.
7968         (mail-source-delete-old-incoming-confirm)
7969         (mail-source-movemail-program): Add :version.
7970
7971         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7972         (gnus-agent-cache, gnus-agent): Change :version.
7973
7974         * gnus-util.el (gnus-use-byte-compile): Change :version.
7975
7976         * gnus-sum.el (gnus-summary-make-false-root-always)
7977         (gnus-summary-default-high-score)
7978         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7979         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7980         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7981         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7982         (gnus-sum-thread-tree-single-indent)
7983         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7984         (gnus-sum-thread-tree-leaf-with-other)
7985         (gnus-sum-thread-tree-single-leaf): Add :version.
7986         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7987         (gnus-article-loose-mime): Change :version.
7988
7989         * gnus-start.el (gnus-backup-startup-file)
7990         (gnus-save-startup-file-via-temp-buffer): Add :version.
7991
7992         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7993         (gnus-server-offline-face): Add :version.
7994
7995         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7996
7997         * gnus-msg.el (gnus-gcc-externalize-attachments)
7998         (gnus-debug-files, gnus-debug-exclude-variables)
7999         (gnus-discouraged-post-methods): Change :version.
8000         (gnus-confirm-mail-reply-to-news)
8001         (gnus-confirm-treat-mail-like-news): Add :version.
8002
8003         * gnus-int.el (gnus-server-unopen-status): Add :version.
8004
8005         * gnus-group.el (gnus-group-jump-to-group-prompt)
8006         (gnus-large-ephemeral-newsgroup)
8007         (gnus-fetch-old-ephemeral-headers): Add :version.
8008
8009         * gnus-fun.el (gnus-x-face-directory)
8010         (gnus-convert-pbm-to-x-face-command)
8011         (gnus-convert-image-to-x-face-command)
8012         (gnus-convert-image-to-face-command): Add :version.
8013
8014         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8015
8016         * gnus-cite.el (gnus-cite-blank-line-after-header)
8017         (gnus-article-boring-faces): Add :version.
8018
8019         * gnus-art.el (gnus-buttonized-mime-types)
8020         (gnus-inhibit-mime-unbuttonizing)
8021         (gnus-treat-display-face)
8022         (gnus-treat-body-boundary): Change :version.
8023         (gnus-body-boundary-delimiter, gnus-picon-databases)
8024         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8025         (gnus-treat-date-english, gnus-treat-fold-headers)
8026         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8027         (gnus-treat-mail-picon, gnus-treat-wash-html)
8028         (gnus-article-encrypt-protocol)
8029         (gnus-use-idna, gnus-article-over-scroll)
8030         (gnus-mime-display-multipart-alternative-as-mixed)
8031         (gnus-mime-display-multipart-related-as-mixed)
8032         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8033         (gnus-ctan-url, gnus-button-ctan-handler)
8034         (gnus-button-handle-ctan-bogus-regexp)
8035         (gnus-button-ctan-directory-regexp)
8036         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8037         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8038         (gnus-button-man-level, gnus-button-emacs-level)
8039         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8040
8041         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8042         (gnus-agent-go-online): Change :version.
8043         (gnus-agent-expire-unagentized-dirs)
8044         (gnus-agent-auto-agentize-methods): Add :version.
8045
8046         * flow-fill.el (fill-flowed-display-column)
8047         (fill-flowed-encode-column): Add :version.
8048
8049         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8050         (gnus-outlook-deuglify-unwrap-max)
8051         (gnus-outlook-deuglify-cite-marks)
8052         (gnus-outlook-deuglify-unwrap-stop-chars)
8053         (gnus-outlook-deuglify-no-wrap-chars)
8054         (gnus-outlook-deuglify-attrib-cut-regexp)
8055         (gnus-outlook-deuglify-attrib-verb-regexp)
8056         (gnus-outlook-deuglify-attrib-end-regexp)
8057         (gnus-outlook-display-hook): Add :version.
8058
8059         * binhex.el (binhex-use-external): Add :version.
8060
8061 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8064         and `invisible'.
8065
8066 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8067
8068         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8069         in gnus-registry-trim.
8070
8071 2004-09-13  Simon Josefsson  <jas@extundo.com>
8072
8073         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8074
8075         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8076
8077         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8078         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8079         <yamaoka@jpl.org>.
8080         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8081         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8082         <yamaoka@jpl.org>.
8083
8084         * sieve.el (sieve-manage-mode): Ditto.
8085
8086 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8089
8090 2004-09-11  Simon Josefsson  <jas@extundo.com>
8091
8092         * dns-mode.el: Add.
8093
8094         * mm-view.el (mm-display-dns-inline): Add.
8095
8096         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8097         (mm-automatic-display): Ditto.
8098
8099         * mailcap.el (mailcap-mime-data): Add text/dns.
8100         (mailcap-mime-extensions): Map .soa to text/dns.
8101
8102 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8103
8104         * gnus-art.el (article-decode-mime-words, article-babel)
8105         (gnus-article-highlight-signature, gnus-article-add-buttons)
8106         (gnus-signature-toggle): Remove unnecessary bindings of
8107         `inhibit-read-only' inherited from v5.10 merge.
8108
8109 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * nntp.el (nntp): New customization group.
8112         (nntp-authinfo-file): Add customization group.
8113
8114         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8115
8116         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8117
8118         * gnus.el (to-address, to-list, subscribed)
8119         (large-newsgroup-initial): Ditto.
8120
8121         * flow-fill.el (fill-flowed-display-column)
8122         (fill-flowed-encode-column): Ditto.
8123
8124 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8125
8126         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8127         Use point-min rather than 1.
8128         (message-send-mail): Use buffer-size rather than point-max.
8129
8130         * gnus-sum.el (gnus-summary-search-article-forward):
8131         Signal a specific `search-failed' rather than a generic `error'.
8132
8133         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8134         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8135         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8136
8137 2004-09-10  Simon Josefsson  <jas@extundo.com>
8138
8139         * nndb.el (require): Remove tcp and duplicate cl.
8140
8141 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-agent.el (directory-files-and-attributes): Move forward.
8144
8145 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8146
8147         * gnus-agent.el (directory-files-and-attributes): Optionally
8148         defined to support XEmacs.
8149
8150 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8151
8152         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8153         to avoid run-time CL dependencies.
8154         (gnus-agent-unfetch-articles): New function.
8155         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8156         article numbers even when local .overview file is missing.
8157         (gnus-agent-read-article-number): New function. Only accepts
8158         27-bit article numbers.
8159         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8160         gnus-agent-read-article-number.
8161         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8162         from backend while recognizing that article numbers in .overview
8163         must be valid.
8164         (gnus-agent-update-files-total-fetched-for): Use
8165         directory-files-and-attributes to improve performance.
8166         * gnus-int.el (gnus-request-move-article): Use
8167         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8168         improve performance.
8169
8170         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8171         some users confused by references to .newsrc when they only have a
8172         .newsrc.eld file.
8173         (gnus-convert-mark-converter-prompt,
8174         gnus-convert-converter-needs-prompt): Fixed use of property list.
8175         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8176         New function. Used internally to only display 'gnus converting
8177         files' message when actually necessary.
8178
8179         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8180         methods now autoloaded.
8181
8182 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8185         identifiers.
8186
8187 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-picon.el: Fix indentation and closing parenthesis.
8190
8191 2004-09-01  Simon Josefsson  <jas@extundo.com>
8192
8193         * message.el (message-canlock-generate): Require sha1, not
8194         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8195         to require within a function.  Sadly, if sha1.el isn't loaded, the
8196         let binding in m-c-g will hide the defcustom definition, which is
8197         bad.)
8198
8199         * canlock.el: Require sha1, not sha1-el.
8200
8201         * message.el: Don't autoload sha1 (there is a autoload cookie in
8202         sha1.el).
8203
8204         * sha1-el.el: Renamed to sha1.el.
8205
8206 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8207
8208         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8209
8210 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8213
8214 2004-08-30  Kim F. Storm  <storm@cua.dk>
8215
8216         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8217
8218         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8219         Add :group 'nnimap.
8220
8221 2004-08-30  Andreas Schwab  <schwab@suse.de>
8222
8223         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8224         ?* and ?\;.
8225
8226         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8227         and ?\' to symbol instead of whitespace.
8228
8229 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8232
8233         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8234         instead of re-search-forward.
8235
8236         * gnus-uu.el (gnus-uu-save-article): Ditto.
8237         (gnus-uu-post-encode-uuencode): Ditto.
8238
8239         * html2text.el (html2text-clean-list-items): Ditto.
8240         (html2text-clean-dtdd): Ditto.
8241         (html2text-format-tags): Ditto.
8242
8243         * message.el (message-send-mail-with-sendmail): Fix regexp.
8244         (message-fill-field-general): Use search-forward instead of
8245         re-search-forward.
8246         (unbold-region): Ditto.
8247
8248         * nnrss.el (nnrss-request-article): Ditto.
8249
8250         * nnslashdot.el (nnslashdot-request-article): Ditto.
8251
8252         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8253
8254         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8255         "Unrecognized menu descriptor" error in XEmacs.
8256
8257 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8258
8259         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8260         parent article of a sparse article in the thread hashtb.
8261
8262 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8263
8264         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8265         (nnmail-expand-newtext): Lowercase expanded entries if
8266         nnmail-split-lowercase-expanded is non-nil.
8267
8268 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8271         entry.
8272
8273         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8274         of gnus-tmp-news-method into string under XEmacs.  It will be
8275         passed to gnus-correct-length which takes only a string argument.
8276
8277 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-util.el (gnus-bind-print-variables): New macro.
8280         (gnus-prin1): Use it.
8281         (gnus-prin1-to-string): Use it.
8282         (gnus-pp): New function.
8283         (gnus-pp-to-string): New function.
8284
8285         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8286         pp-to-string with gnus-pp-to-string.
8287         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8288         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8289         * gnus-msg.el (gnus-debug): Ditto.
8290         * gnus-score.el (gnus-score-save): Ditto.
8291         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8292         gnus-pp-to-string.
8293         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8294         with gnus-pp.
8295         * score-mode.el (gnus-score-pretty-print): Ditto.
8296         * webmail.el (webmail-debug): Ditto.
8297
8298 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-art.el (article-display-face, article-display-x-face): Use
8301         buffer-read-only.
8302
8303 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-art.el (article-hide-list-identifiers): Bind
8306         inhibit-read-only as t.
8307
8308 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8311
8312 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8313
8314         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8315         (gnus-narrow-to-page): Don't assume point-min == 1.
8316         (gnus-article-edit-mode): Derive from message-mode.
8317
8318         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8319         point-min == 1.
8320
8321         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8322         Disable incorrect use of `assert'.
8323
8324         * message.el (message-mode): Set comment-start-skip.
8325
8326
8327 2004-08-22  Sam Steingold  <sds@gnu.org>
8328
8329         * pop3.el (pop3-leave-mail-on-server): New user variable.
8330         (pop3-movemail): Delete mail only when it is nil.
8331
8332 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8335
8336         * mml.el (mml-preview): Use `pop-to-buffer'.
8337
8338         * message.el (message-goto-mail-followup-to): Insert after "To".
8339         (message-carefully-insert-headers): Add comment.
8340
8341         * gnus.el: Remove unused variable `gnus-article-check-size'.
8342
8343         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8344
8345         * gnus-art.el (gnus-button-alist): Improve
8346         `gnus-button-handle-library' entry.
8347
8348 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8349
8350         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8351         downcase, since XEmacs capitalizes error messages differently.
8352
8353 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8354
8355         * nntp.el: Add (require 'gnus) due to reference to
8356         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8357
8358 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8359
8360         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8361         `mm-fill-flowed'.
8362
8363         * mm-decode.el (mm-dissect-singlepart): Check it.
8364
8365 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8366
8367         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8368         'imap' for netrc parsing.
8369
8370 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * mailcap.el (mailcap-mime-data): Mark as risky.
8373
8374 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8377         may be included in the encoded word.
8378         (rfc2047-encode): Don't append a space if the encoded word
8379         includes close parenthesis.
8380
8381 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8384         of text within parentheses.
8385
8386 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8389         (gnus-encrypt-write-file-contents): Make the password key the file
8390         name PLUS the cipher, not just the cipher.  Also remove failed
8391         passwords from the cache.
8392
8393 2004-08-06  Simon Josefsson  <jas@extundo.com>
8394
8395         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8396         fix.
8397
8398 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8401         LWSP.
8402
8403 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8406         to append in-reply-to: data to the references: header.
8407
8408         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8409         (netrc-parse): Use gnus-encrypt.el functions.
8410
8411         * gnus-encrypt.el: Add new file for encryption support; currently
8412         does only a few GPG ciphers and an internal XOR cipher.
8413
8414         * password.el: Add comments on using password-read-and-add.
8415         (password-read-and-add): Add function to read and add the
8416         password to the cache at once.
8417
8418 2004-07-28  Simon Josefsson  <jas@extundo.com>
8419
8420         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8421         parameter (but don't use it, for now).
8422
8423         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8424         instead of hard coding to nil.
8425
8426 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8429         as mm-inline-image-xemacs does.
8430
8431 2004-07-26  Simon Josefsson  <jas@extundo.com>
8432
8433         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8434         Revert part of 2004-07-17 change below.
8435
8436 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8439         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8440
8441 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8444         quotes that actually start with ">" at the beginning of the
8445         lines.
8446
8447 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * rfc2047.el (rfc2047-encode-region): Fix last change.
8450         (rfc2047-encode-parameter): Remove useless concat.
8451
8452 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8455         encode special characters; fix some kind of misconfigured headers;
8456         signal a real error if debug-on-quit or debug-on-error is non-nil.
8457         (rfc2047-encode-max-chars): New variable.
8458         (rfc2047-encode-1): Use it.
8459         (rfc2047-encode-parameter): New function.
8460
8461         * mml.el (mml-insert-parameter): Remove an excessive space.
8462
8463 2004-07-17  Simon Josefsson  <jas@extundo.com>
8464
8465         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8466         Kai Grossjohann <kai@emptydomain.de>.
8467         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8468         (gnus-group-make-menu-bar): Ditto.
8469
8470         * gnus-util.el (gnus-group-server): Add.
8471
8472 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8473
8474         * message.el (message-clone-locals): Clone sendmail and smtp
8475         variables.
8476
8477 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * rfc2047.el (rfc2047-encode-region): Fix last change.
8480
8481 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8484         characters as non-special.
8485
8486 2004-07-09  Simon Josefsson  <jas@extundo.com>
8487
8488         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8489         Users will lose all flag changes made while unplugged with
8490         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8491         good default.  See numerous reports on ding mailing list.
8492
8493 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8496         add generate-head-function and generate-article-function to the
8497         rfc822-forward entry.
8498         (nndoc-rfc822-forward-generate-article): New function.
8499         (nndoc-rfc822-forward-generate-head): New function.
8500
8501         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8502
8503 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8504
8505         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8506         respect display group parameter and gnus-summary-expunge-below.
8507         (gnus-articles-to-read): Remove unused reference to display group
8508         parameter.
8509
8510 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * nnheader.el (nnheader-uniquify-message-id): New experimental
8513         variable.
8514         (nnheader-nov-read-message-id): Use it.
8515
8516         * spam-report.el (spam-report-gmane): Add interactive.
8517
8518 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8521         qp-or-base64 for the application/* types.
8522
8523 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8524
8525         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8526
8527 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8530         trim value.
8531
8532 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8533
8534         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8535         New macro and function.
8536         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8537
8538 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8541         after-load-alist.
8542
8543 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8544
8545         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8546         update info that isn't there.
8547
8548 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8549
8550         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8551         entry.
8552
8553 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * mm-view.el (mm-inline-render-with-function): Use multibyte
8556         buffer; decode html source by charset.
8557
8558         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8559
8560         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8561         Mule-UCS is loaded under XEmacs.
8562         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8563
8564 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8565
8566         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8567
8568 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * mm-util.el (mm-coding-system-p): Return a coding-system.
8571         (mm-mime-mule-charset-alist): Use shift_jis instead of
8572         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8573         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8574         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8575         instead of japanese-shift-jis and iso-latin-1 respectively in
8576         order to share the default value with both Emacs and XEmacs-mule.
8577         (mm-mule-charset-to-mime-charset): Make
8578         mm-coding-system-priorities effective.
8579         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8580         while predicating of candidates upon the priorities.
8581
8582 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8583
8584         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8585         gnus-uu-invert-processable.
8586
8587         * gnus.el: Autoload gnus-uu-invert-processable.
8588
8589 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-util.el (mm-with-multibyte-buffer): New macro.
8592
8593         * rfc2047.el (rfc2047-encode-string): Use it.
8594         (rfc2047-encode-region): Move point to the end of the region after
8595         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8596
8597 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8600         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8601
8602 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8605         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8606         Karl Chen <quarl@nospam.quarl.org>.
8607
8608 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8609
8610         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8611         invalid addresses.
8612
8613 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * spam.el: Change section markers, revise TODO list.
8616         (spam-backends): Make new master list of all installed backends.
8617         (spam-summary-exit-behavior): Add new variable to determine how
8618         messages moves are done at summary exit.
8619         (spam-move-spam-nonspam-groups-only)
8620         (spam-process-ham-in-nonham-groups)
8621         (spam-process-ham-in-spam-groups): Remove variables, the
8622         spam-summary-exit-behavior variable should be used to manage this
8623         behavior.
8624         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8625         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8626         and spam-old-spam-articles.
8627         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8628         Add empty variables, placeholders for the backends they represent.
8629         (spam-set-difference): Move, unchanged.
8630         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8631         unless the user has a processor variable.
8632         (spam-classifications, spam-classification-valid-p)
8633         (spam-backend-properties, spam-backend-property-valid-p)
8634         (spam-backend-function-type-valid-p)
8635         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8636         (spam-report-articles-gmane, spam-report-articles-resend):
8637         Remove functions, they are not needed.
8638         (spam-install-backend-super, spam-backend-list)
8639         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8640         (spam-backend-function, spam-backend-ham-registration-function)
8641         (spam-backend-spam-registration-function)
8642         (spam-backend-ham-unregistration-function)
8643         (spam-backend-spam-unregistration-function)
8644         (spam-backend-statistical-p, spam-backend-mover-p)
8645         (spam-install-backend-alias, spam-install-checkonly-backend)
8646         (spam-install-mover-backend, spam-install-nocheck-backend)
8647         (spam-install-backend, spam-install-statistical-backend)
8648         (spam-install-statistical-checkonly-backend): Add backend installation
8649         support.
8650         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8651         (spam-group-processor-p): Use the new backend code and respect the
8652         summary exit behavior.
8653         (spam-mark-spam-as-expired-and-move-routine): Remove.
8654         (spam-summary-prepare): Change to use the new spam-old-articles
8655         variable.
8656         (spam-copy-or-move-routine, spam-copy-spam-routine)
8657         (spam-move-spam-routine, spam-copy-ham-routine)
8658         (spam-move-ham-routine): Add code to copy/move ham or spam.
8659         (spam-fetch-field-fast): Improve doc and code, plus allow the
8660         'number request.
8661         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8662         variables.
8663         (spam-split, spam-find-spam): Use the new backend code.
8664         (spam-registration-functions): Remove variable.
8665         (spam-unregister-routine): Add convenience wrapper.
8666         (spam-log-undo-registration, spam-register-routine)
8667         (spam-log-processing-to-registry)
8668         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8669         where possible.
8670         (spam-check-gmane-xref, spam-check-regex-headers)
8671         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8672         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8673         (spam-check-bogofilter-headers, spam-check-spamoracle)
8674         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8675         (spam-check-crm114-headers): Use the spam-split-group that
8676         spam-split prepares, no need to determine it every time.
8677
8678         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8679         to the nnheader-parse-naked-head call.
8680
8681         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8682
8683         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8684         the nnheader-nov-read-message-id call.
8685
8686 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8689         gnus-activate-group twice.  Suggested by Markus Peter
8690         <warp@spin.de>.
8691
8692 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-art.el (gnus-article-time-format): Exchange the order of
8695         day and month in the default value; fix customization type.
8696         (article-date-ut): Use add-text-properties.
8697         (article-make-date-line): Use message-make-date instead of
8698         current-time-string.
8699
8700         * message.el (message-fetch-field): Don't use set-text-properties.
8701         (message-make-date): Simplify.
8702
8703         * messagexmas.el (message-xmas-make-date): New function.
8704         (message-xmas-redefine): Defalias message-make-date to it.
8705
8706 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8709         (rfc2047-encode-region): Treat text within parentheses as special;
8710         show the original text when error has occurred.
8711
8712         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8713         already-computed method to gnus-activate-group.
8714
8715         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8716         same select-methods identical Lisp objects.
8717
8718         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8719         object when modifying the info.
8720
8721 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8724         gnus-opened-servers since it has never been opened with the new
8725         configuration yet.
8726
8727 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8730         arg to nnheader-generate-fake-message-id.
8731
8732 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8735         number and build a fake message ID localized to a group and
8736         article number (so it's repeatable from that point on).
8737         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8738         ID format.
8739
8740         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8741         nnheader-generate-fake-message-id with the article number.
8742
8743 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8744
8745         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8746         end-of-buffer.
8747
8748 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * message.el (message-ignored-supersedes-headers): Add Approved.
8751
8752 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8755         goto-char.
8756         (rfc2047-encode): Fold the line before encoding.
8757
8758 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8759
8760         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8761         folding -- not all headers can be folded, and this should be done
8762         by the message composition mode.  Probably.  I think.
8763
8764 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8767         fast.
8768
8769         * gnus-ems.el (gnus-remove-image): Don't use
8770         message-text-with-property; remove only the image found first.
8771
8772         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8773         found first.
8774
8775 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8776
8777         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8778
8779 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * message.el (message-text-with-property): Make it fast and accept
8782         optional arguments.
8783         (message-strip-forbidden-properties): Use it.
8784         (message-fix-before-sending): Follow the m-t-w-p change.
8785
8786         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8787
8788 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-art.el (article-hide-headers): Don't change the buffer
8791         mistakenly when performing mml-preview even if
8792         gnus-single-article-buffer is nil.
8793
8794 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8795
8796         * message.el (message-expand-name-databases): New user option.
8797         (message-expand-name): Use it.
8798
8799 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * spam.el (spam-report-articles-resend)
8802         (spam-report-resend-register-routine): Allow ham reporting.
8803         (spam-report-resend-register-ham-routine): Add wrapper.
8804         (spam-registration-functions): Add ham resending functions.
8805         (spam-list-of-processors): Add ham resend processor.
8806
8807         * gnus.el (ham-resend-to): Add new group parameter.
8808         (spam-process): Add ham resend option.
8809
8810         * spam-report.el (spam-report-resend): Allow reporting ham.
8811         (spam-report-resend-ham): Add wrapper.
8812
8813 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * message.el (message-cite-articles-with-x-no-archive): New
8816         variable.
8817         (message-cite-original): Use it.
8818
8819 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * message.el (message-cite-original): Respect X-No-Archive.
8822
8823 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-art.el (article-hide-headers): Refer to the values for
8826         gnus-ignored-headers and gnus-visible-headers in the summary
8827         buffer since a user may have set them as group parameters.
8828
8829 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8830
8831         * assistant.el (assistant-node-name): Add convenience function.
8832         (assistant-render-text, assistant-render-node): Add error handling,
8833         plus handle multiple next nodes.
8834         (assistant-find-next-node): Comment out for now.
8835         (assistant-find-next-nodes): Add function, returns list of next
8836         nodes.
8837
8838 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * mail-source.el (mail-source-directory): Fix doc-string.
8841
8842 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * assistant.el (assistant-render-text, assistant-eval): Add :set
8845         widget type, which is different because it takes and returns a
8846         list.  Much hilarity ensues.
8847
8848 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8851
8852         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8853         doc-string.
8854
8855         * gnus-start.el (gnus-activate-group): Added doc-string.
8856
8857 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8860
8861 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * assistant.el (assistant-render-text): Try to add a :set
8864         widget, more to come.
8865
8866         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8867         strings.
8868         (spam-report-articles-resend)
8869         (spam-register-routine): Do registration iff any articles warrant
8870         it.
8871         (spam-summary-prepare-exit): Change log message for nil group
8872         destinations.
8873
8874 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8875
8876         * spam.el (spam-report-resend-register-routine): Allow
8877         spam-report-resend-to to be a group parameter or a global value.
8878
8879 2004-05-26  Simon Josefsson  <jas@extundo.com>
8880
8881         * starttls.el: Merge with my GNUTLS based starttls.el.
8882         (starttls-gnutls-program, starttls-use-gnutls)
8883         (starttls-extra-arguments, starttls-process-connection-type)
8884         (starttls-connect, starttls-failure, starttls-success): New
8885         variables.
8886         (starttls-program, starttls-extra-args): Doc fix.
8887         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8888         functions.
8889         (starttls-negotiate, starttls-open-stream): Check
8890         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8891         function if it is set.
8892
8893 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8896         structured fields.
8897
8898 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8901
8902 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8903
8904         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8905         variable.
8906         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8907         assigning the spam-mark to new messages.
8908
8909 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8910
8911         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8912
8913 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8916
8917         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8918         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8919         default.
8920
8921 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8922
8923         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8924         correct data.
8925
8926 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8927
8928         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8929         (spam-group-processor-p): Fix function.
8930         (spam-group-processor-multiple-p)
8931         (spam-group-spam-processor-report-gmane-p)
8932         (spam-group-spam-processor-report-resend-p)
8933         (spam-group-spam-processor-bogofilter-p)
8934         (spam-group-spam-processor-blacklist-p)
8935         (spam-group-spam-processor-ifile-p)
8936         (spam-group-ham-processor-ifile-p)
8937         (spam-group-spam-processor-spamoracle-p)
8938         (spam-group-spam-processor-crm114-p)
8939         (spam-group-ham-processor-bogofilter-p)
8940         (spam-group-spam-processor-stat-p)
8941         (spam-group-ham-processor-stat-p)
8942         (spam-group-ham-processor-whitelist-p)
8943         (spam-group-ham-processor-BBDB-p)
8944         (spam-group-ham-processor-spamoracle-p)
8945         (spam-group-ham-processor-copy-p): Remove functions with some
8946         prejudice against unneeded code.
8947         (spam-report-articles-resend)
8948         (spam-report-resend-register-routine): Allow the group/topic
8949         spam-resend-to value to override spam-report-resend-to.
8950         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8951         properly now.
8952
8953         * gnus.el (spam-resend-to): Add group/topic parameter.
8954         (spam-process): Move the OBSOLETE processors to the end of the
8955         choices.
8956
8957 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8958
8959         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8960         with resend-to set to nil, and then ask the user if necessary.
8961         (spam-report-resend): spam-report-resend takes a list of articles, not
8962         separate article numbers.
8963
8964 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8967         addition to emacs-w3m.
8968
8969 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * assistant.el (assistant-authinfo-data): New function.
8972         (assistant-eval): Eval for entire assistant.
8973
8974         * netrc.el (netrc-services-file): New variable.
8975         (netrc-parse-services): New function.
8976         (netrc-find-service-name): New function.
8977         (netrc-find-service-number): New function.
8978         (netrc-port-equal): New function.
8979         (netrc-machine): Use it.
8980
8981         * nnimap.el (nnimap-open-connection): Use netrc.
8982
8983         * gnus-util.el (gnus-netrc-get): Remove aliases.
8984
8985         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8986
8987         * assistant.el (wid-edit): Fix compilation.
8988
8989         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8990
8991 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8992
8993         * gnus-util.el (gnus-set-file-modes): New function.  (small
8994         patch).
8995
8996 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8999
9000         * assistant.el (assistant-render-node): Fix up rendering and
9001         read-only text.
9002         (assistant-render-node): Reset.
9003         (assistant-make-read-only): Not sticky.
9004
9005 2004-05-20  Danny Siu  <dsiu@adobe.com>
9006
9007         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9008         centered even when gnus-auto-center-summary is t
9009
9010 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * dns.el (dns-get-txt-answer): New function.
9013         (dns-read-txt): Ditto.
9014         (query-dns): Use it.
9015
9016 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9019         active for foreign groups even if the group level is higher than
9020         the specified value.
9021
9022 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023
9024         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9025         non-active groups.
9026
9027         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9028
9029 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9030
9031         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9032
9033 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9036         (spam-crm114-header, spam-crm114-spam-switch)
9037         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9038         (spam-crm114-positive-spam-header)
9039         (spam-crm114-database-directory, spam-list-of-processors)
9040         (spam-group-spam-processor-crm114-p)
9041         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9042         (spam-generic-score, spam-list-of-checks)
9043         (spam-list-of-statistical-checks, spam-registration-functions)
9044         (spam-check-crm114-headers, spam-crm114-score)
9045         (spam-check-crm114, spam-crm114-register-with-crm114)
9046         (spam-crm114-register-spam-routine)
9047         (spam-crm114-unregister-spam-routine)
9048         (spam-crm114-register-ham-routine)
9049         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9050         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9051
9052         * gnus.el: Add spam-use-crm114.
9053
9054         * spam.el (spam-list-of-processors, spam-registration-functions):
9055         Add spam-use-resend.
9056         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9057         (spam-report-articles-gmane): Add doc fix.
9058         (spam-report-articles-resend,
9059         spam-report-resend-register-routine): Add wrappers around
9060         spam-report-resend-to.
9061
9062         * spam-report.el (spam-report-resend-to, spam-report-resend):
9063         Add support for resending spam.
9064         (spam-report-gmane): Fix line length >80.
9065
9066         * gnus.el (spam-process): Add spam-use-resend.
9067
9068 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9069
9070         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9071         number of processed spam messages.
9072         (spam-ham-copy-or-move-routine): Return the number of processed
9073         ham messages.
9074         (spam-summary-prepare-exit): Use the above values to decide
9075         whether status messages shouled be displayed.
9076
9077 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9080         `rfc2047-encoding-function-alist' in order to avoid conflicting
9081         with the old version.
9082         (rfc2047-encode-region): Concatenate words containing non-ASCII
9083         characters in structured fields; don't encode space-delimited
9084         ASCII words even in unstructured fields; don't break words at
9085         char-category boundaries.
9086         (rfc2047-encode-1): New function.
9087         (rfc2047-encode): Use it; encode text so that it occupies the
9088         maximum width within 76-column; work correctly on Q encoding for
9089         iso-2022-* charsets.
9090         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9091         sure not to break a line just after the header name.
9092         (rfc2047-b-encode-region): Removed.
9093         (rfc2047-b-encode-string): New function.
9094         (rfc2047-q-encode-region): Removed.
9095         (rfc2047-q-encode-string): New function.
9096
9097         * mm-util.el (mm-replace-in-string): New function.
9098
9099 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9102         get it right.
9103         (gnus-inews-make-draft): Really.
9104
9105 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9106
9107         * nnmh.el (nnmh-request-list-1): Don't check the link count
9108         before descending.  (small patch)
9109
9110 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9113         stuff.
9114
9115         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9116         on real group name.
9117
9118         * gnus-art.el (gnus-signature-limit): Doc fix.
9119
9120         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9121
9122         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9123
9124 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9125
9126         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9127         isn't a string.
9128
9129 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * gnus-draft.el (gnus-draft-send): Bind
9132         rfc2047-encode-encoded-words.
9133
9134         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9135         (rfc2047-encodable-p): Say that =? needs encoding.
9136         (rfc2047-encode-encoded-words): New variable.
9137
9138         * gnus-group.el (gnus-group-select-group): Doc fix.
9139
9140         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9141
9142         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9143         to nil.
9144
9145         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9146
9147         * nnheader.el (nnheader-get-lines-and-char): New function.
9148
9149 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * gnus-msg.el (gnus-summary-followup-with-original): Document
9152         yanking of region when active.
9153
9154 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9157         groups if the group level is higher than the specified value.
9158
9159 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9162         (gnus-group-jump-to-group): Added prefix argument using
9163         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9164         non-active group.
9165
9166         * compface.el (uncompface): Be verbose when changing
9167         `uncompface-use-external'.
9168
9169         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9170         handle manual section.
9171
9172 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-art.el (gnus-button-alist): Revert previous change.
9175
9176 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9179
9180 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9181
9182         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9183         whether backend can accept message.
9184
9185         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9186
9187 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9188
9189         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9190         Avoid creating directory when nntp-marks-is-evil is true.
9191         Reported by Reiner Steib.
9192
9193 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-picon.el (gnus-picon-style): New variable.
9196         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9197         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9198         Jesper Harder <harder@ifa.au.dk>.
9199
9200 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * message.el (message-fill-field): Return point.
9203         (message-generate-headers): Go to end of field.
9204
9205         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9206         stuff for non-living groups.
9207
9208 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9209
9210         * gnus-art.el (gnus-article-followup-with-original)
9211         (gnus-article-reply-with-original): gnus-mark-active-p ->
9212         gnus-region-active-p.
9213
9214 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9215
9216         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9217         only when there is spam or ham to be processed.
9218
9219 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220
9221         * mail-source.el (mail-source-delete-crash-box): Refactor.
9222         (mail-source-fetch): Use it.
9223         (mail-source-fetch-file): Ditto.
9224         (mail-source-fetch-directory): Run postscript in loop.
9225         (mail-source-fetch-pop): Delete.
9226         (mail-source-fetch-maildir): Ditto.
9227         (mail-source-fetch-imap): Ditto.
9228
9229         * imap.el (imap-authenticators): Comment out sasl.
9230
9231         * message.el (message-skip-to-next-address): New function.
9232         (message-fill-header-address): Refactor.
9233         (message-fill-address): Use it.
9234         (message-delete-address): Use it.
9235         (message-fill-header-general): Refactor.
9236         (message-fill-field-address): Rename.
9237         (message-narrow-to-field): Find the start of the header.
9238         (message-header-format-alist): Don't pre-fill.
9239         (message-fill-header): Removed.
9240         (message-insert-header): New function.
9241         (message-shorten-references): Use it.
9242
9243         * rfc2047.el (rfc2047-field-value): Strip props.
9244
9245         * mail-parse.el (mail-header-make-address): New alias.
9246
9247         * ietf-drums.el (ietf-drums-make-address): New function.
9248
9249         * imap.el: Add compiler directives.
9250
9251         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9252
9253         * gnus-art.el (article-decode-idna-rhs): Don't use
9254         message-idna-inside-rhs-p.
9255
9256 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * message.el (message-idna-inside-rhs-p): Removed.
9259         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9260
9261         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9262         false positives.
9263
9264 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9265
9266         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9267
9268 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * nneething.el (nneething-file-name): Don't create spurions
9271         files.
9272
9273         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9274         (gnus-inews-do-gcc): Remove sleep.
9275
9276         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9277         part under point.
9278
9279         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9280         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9281
9282 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9283
9284         * spam.el (spam-summary-prepare-exit): Fixed (length).
9285
9286 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9287
9288         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9289         as expired without moving it" message when there are spam
9290         messages left.
9291
9292 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9293
9294         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9295         header is not nil.
9296
9297 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9298
9299         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9300         nntp-possibly-create-directory, not nntp-possibly-change-group.
9301         (nntp-marks-changed-p): New arg SERVER.
9302         (nntp-request-update-info): Adjust caller.
9303
9304 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9305
9306         * nntp.el (nntp-save-marks): Pass missing arg.
9307
9308 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9309
9310         * nntp.el: Support marks.
9311         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9312         (nntp-marks-modtime, nntp-marks-directory): New variables.
9313         (nntp-request-set-mark, nntp-request-update-info)
9314         (nntp-possibly-create-directory, nntp-marks-changed-p)
9315         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9316         functions.
9317
9318 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9319
9320         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9321         (gnus-xmas-redefine): Rename.
9322
9323         * gnus-score.el (gnus-score-insert-help): Use
9324         gnus-select-lowest-window.
9325
9326         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9327         appt-select-lowest-window and rename to gnus-select-lowest-window.
9328
9329         * gnus.el: do.
9330
9331 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9332
9333         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9334         encodings of MIME-encoded words, in order to improve
9335         interoperability with several broken MUAs.
9336
9337 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9338
9339         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9340         tags, only when charsets are not specified in headers.
9341         (mm-inline-text-html-render-with-w3m): Ditto.
9342
9343         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9344         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9345
9346 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9347
9348         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9349         instead of MIME-decoded from fields when checking
9350         `gnus-article-address-banner-alist'.
9351
9352 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9353
9354         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9355         description rather than subject.
9356
9357 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9358
9359         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9360
9361 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus.el (gnus-version-number): Bump.
9364
9365 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9366
9367         * gnus.el: No Gnus v0.2 is released.
9368
9369 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-agent.el (gnus-agent-read-agentview): Inline
9372         gnus-uncompress-range.
9373
9374 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9375
9376         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9377         `exec-installed-p'.
9378
9379 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9380
9381         * gnus.el (spam-process, spam-autodetect-methods): Add
9382         bsfilter and bsfilter-headers.
9383
9384         * spam.el (spam-bsfilter): New customize group.
9385         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9386         (spam-bsfilter-header, spam-bsfilter-probability-header)
9387         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9388         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9389         (spam-bsfilter-database-directory): New options.
9390         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9391         (spam-list-of-statistical-checks, spam-registration-functions):
9392         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9393         (spam-bsfilter-score): New command.
9394         (spam-check-bsfilter-headers, spam-check-bsfilter)
9395         (spam-bsfilter-register-with-bsfilter)
9396         (spam-bsfilter-register-spam-routine)
9397         (spam-bsfilter-unregister-spam-routine)
9398         (spam-bsfilter-register-ham-routine)
9399         (spam-bsfilter-unregister-ham-routine): New functions.
9400         (spam-generic-score): Support bsfilter; Accept an optional argument
9401         to recalcurate spam score even if scoring header has already been
9402         added.
9403         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9404         optional argument to recalcurate spam score even if scoring header
9405         has already been added.
9406
9407 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9408
9409         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9410         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9411         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9412         link is missing.
9413
9414 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9415
9416         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9417         (html2text-get-attr): Rewrite.
9418
9419         * message.el (message-setup-1): Remove redundant put-text-property
9420         on mail-header-separator.
9421
9422 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9423
9424         * gnus-registry.el (gnus-registry-cache-whitespace)
9425         (gnus-registry-action, gnus-registry-spool-action)
9426         (gnus-registry-split-fancy-with-parent): Change message levels
9427         from 5 to 3 or 7, as needed.
9428
9429         * spam.el (spam-summary-prepare-exit)
9430         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9431         (spam-split, spam-find-spam, spam-log-undo-registration)
9432         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9433         level from 5 to 6.
9434
9435 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9438         2004-03-04 change).
9439
9440 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9441
9442         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9443         Use mapc when appropriate.
9444
9445         * sieve-manage.el (sieve-manage-open): do.
9446
9447         * nnweb.el (nnweb-insert-html): do.
9448
9449         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9450         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9451
9452         * nnspool.el (nnspool-request-group): do.
9453
9454         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9455         do.
9456
9457         * nnml.el (nnml-request-update-info): do.
9458
9459         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9460         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9461
9462         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9463         (nnimap-request-set-mark): do.
9464
9465         * nnfolder.el (nnfolder-request-update-info): do.
9466
9467         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9468         do.
9469
9470         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9471
9472         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9473
9474         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9475         do.
9476
9477         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9478         do.
9479
9480         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9481
9482         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9483
9484         * gnus-int.el (gnus-start-news-server): do.
9485
9486         * gnus-group.el (gnus-group-make-kiboze-group)
9487         (gnus-group-browse-foreign-server): do.
9488
9489 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9490
9491         FIXME: Make separate entries for each person.
9492
9493         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9494         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9495         <shields@msrl.com>:
9496
9497         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9498         may need for spam sorting and scoring.
9499         (spam-user-format-function-S): Add user format function suitable for
9500         general use.
9501         (spam-article-sort-by-spam-status): Add sorting function for summary
9502         sorting.
9503         (spam-extra-header-to-number): Add function to get a score from a
9504         header.
9505         (spam-summary-score): Add function to  get a numeric score from the
9506         headers.
9507         (spam-generic-score): Fixed function doc, was in wrong place.
9508         (spam-initialize): Take symbols when it's run, and install the
9509         extra headers that spam-necessary-extra-headers thinks we need.
9510
9511 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9512
9513         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9514         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9515
9516 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9517
9518         * gnus-sum.el (gnus-set-global-variables)
9519         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9520         (gnus-article-get-xrefs, gnus-summary-best-group)
9521         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9522         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9523         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9524         with-current-buffer.
9525
9526 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9527
9528         * spam.el (spam-summary-prepare-exit): Simplify logic.
9529         (spam-fetch-article-header): Read the article header if it's not
9530         available.
9531         (spam-list-articles): Simplify logic.
9532         (spam-filelist-register-routine): Fix bug with unregister-list.
9533
9534         * gnus-registry.el: Fix comments at beginning.
9535
9536 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9537
9538         * message.el (message-cater-to-broken-inn): Remove.
9539         (message-shorten-references): Make sure the total folded length of
9540         References is shorter than 998 characters to cater to a bug in INN
9541         2.3.  Also, don't pretend that references aren't folded -- this
9542         hasn't worked for a while.
9543
9544 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9545
9546         * gnus-agent.el (gnus-agentize):
9547         gnus-agent-send-mail-real-function no longer set to current value
9548         of message-send-mail-function but rather a lambda that calls
9549         message-send-mail-function.  The change makes the agent real-time
9550         responsive to user changes to message-send-mail-function.
9551
9552 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9553
9554         * legacy-gnus-agent.el
9555         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9556         help from Florian Weimer <fw@deneb.enyo.de>
9557
9558 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * nnmail.el (nnmail-cache-insert): Revert last change.
9561
9562 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9563
9564         * nnmail.el (nnmail-cache-insert): Always check whether
9565         nnmail-cache-ignore-groups matches a group name.
9566
9567 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9568
9569         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9570         (spam-find-spam, spam-log-processing-to-registry)
9571         (spam-log-registered-p, spam-log-unregistration-needed-p)
9572         (spam-log-undo-registration): Use gnus-message instead of
9573         gnus-error, none of these errors are fatal.
9574
9575         * gnus-registry.el (gnus-registry-clean-empty-function)
9576         (gnus-registry-clean-empty): Remove only empty entries without
9577         extra data.
9578
9579 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9580
9581         * spam-stat.el (spam-stat-buffer-change-to-spam)
9582         (spam-stat-buffer-change-to-non-spam): Change (error) to
9583         (gnus-message 8) invocation.
9584
9585 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * nntp.el (nntp-via-netcat-command): New variable.
9588         (nntp-via-netcat-switches): New variable.
9589         (nntp-open-via-rlogin-and-netcat): New function.
9590         (nntp-open-connection-function): Doc fix.
9591         (nntp-telnet-command): Doc fix.
9592         (nntp-end-of-line): Doc fix.
9593         (nntp-via-rlogin-command): Doc fix.
9594         (nntp-via-user-name): Doc fix.
9595         (nntp-via-address): Doc fix.
9596
9597 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9600         error in Emacs 21.1.
9601
9602 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9605
9606 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9607         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9608         (gnus-agent-with-refreshed-group): New macro.
9609         (gnus-agent-rename-group): New function.
9610         (gnus-agent-delete-group): New function.
9611         (gnus-agent-save-group-info): Use gnus-command-method when
9612         `method' parameter is nil.  Don't write nil entries into the
9613         active file.
9614         (gnus-agent-get-group-info): New function.
9615         (gnus-agent-fetch-articles): Use
9616         gnus-agent-update-files-total-fetched-for to increment disk space
9617         used.
9618         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9619         gnus-agent-update-view-total-fetched-for to increment disk space
9620         used.
9621         (gnus-agent-get-local): Added optional parameters to avoid calling
9622         gnus-group-real-name and gnus-find-method-for-group.
9623         (gnus-agent-set-local): Delete stored entry if either min, or max,
9624         are nil.
9625         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9626         quit, use gnus-agent-regenerate-group to record existance of any
9627         articles fetched to disk before the quit occurred.
9628         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9629         gnus-agent-update-view-total-fetched-for, and
9630         gnus-agent-update-files-total-fetched-for to decrement disk space
9631         used.
9632         (gnus-agent-retrieve-headers): Use
9633         gnus-agent-update-view-total-fetched-for to increment disk space
9634         used.
9635         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9636         with gnus-agent-update-files-total-fetched-for to decrement disk
9637         space and fresh group buffer.
9638         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9639         (gnus-agent-need-update-total-fetched-for): New variable.
9640         (gnus-agent-update-files-total-fetched-for): New function.
9641         (gnus-agent-update-view-total-fetched-for): New function.
9642         (gnus-agent-total-fetched-for): New function.
9643
9644         * gnus-cache.el (gnus-cache-save-buffers): Use
9645         gnus-cache-update-overview-total-fetched-for to change disk space
9646         used by this group.
9647         (gnus-cache-possibly-enter-article): Use
9648         gnus-cache-update-file-total-fetched-for to increment disk space
9649         used by this group.
9650         (gnus-cache-possibly-remove-article): Use
9651         gnus-cache-update-file-total-fetched-for to decrement disk space
9652         used by this group.
9653         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9654         (gnus-cache-rename-group): New function.
9655         (gnus-cache-delete-group): New function.
9656         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9657         (gnus-cache-need-update-total-fetched-for): New variable.
9658         (gnus-cache-with-refreshed-group): New macro.
9659         (gnus-cache-update-file-total-fetched-for): New function.
9660         (gnus-cache-update-overview-total-fetched-for): New function.
9661         (gnus-cache-rename-group-total-fetched-for): New function.
9662         (gnus-cache-delete-group-total-fetched-for): New function.
9663         (gnus-cache-total-fetched-for): New function.
9664
9665         * gnus-group.el: Require gnus-sum and autoload functions to
9666         resolve warnings when gnus-group.el compiled alone.
9667         (gnus-group-line-format): Documented new %F
9668         (size of Fetched data) group line format; identifies disk space
9669         used by agent and cache.
9670         (gnus-group-line-format-alist): Defined new F format.
9671         (gnus-total-fetched-for): New function.
9672         (gnus-group-delete-group): No longer update
9673         gnus-cache-active-altered as gnus-request-delete-group now keeps
9674         the cache in sync.
9675         (gnus-group-list-active): Let the agent store a server's active
9676         list if currently plugged.
9677
9678         * gnus-int.el (gnus-request-delete-group): Use
9679         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9680         local disk in sync with the server.
9681          (gnus-request-rename-group): Use
9682         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9683         local disk in sync with the server.
9684
9685         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9686         simplification to logic.
9687
9688         * gnus-util.el (gnus-rename-file): New function.
9689
9690 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9691
9692         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9693
9694 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9695
9696         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9697         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9698
9699 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9700
9701         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9702         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9703
9704 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9705
9706         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9707
9708 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * spam.el (spam-set-difference): Add function to replace
9711         gnus-set-difference in spam.el.
9712         (spam-summary-prepare-exit): Use spam-set-difference.
9713
9714 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9715
9716         * gnus-registry.el (gnus-registry-cache-file): Update to use
9717         gnus-dribble-directory OR gnus-home-directory OR ~.
9718         (gnus-registry-split-fancy-with-parent): Fix doc.
9719
9720 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * message.el (message-exchange-point-and-mark): Use
9723         message-mark-active-p.  Suggested by Jesper Harder
9724         <harder@ifa.au.dk>.
9725
9726 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * message.el (message-exchange-point-and-mark): Don't activate
9729         region if it was inactive.  Suggested by Hiroshi Fujishima
9730         <pooh@nature.tsukuba.ac.jp>.
9731
9732 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (article-display-face): Display Faces in the same
9735         order as X-Faces.
9736
9737 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9740
9741 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9744         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9745         (gnus-article-mime-hierarchy): Remove.
9746         (gnus-article-mime-hierarchy-next): Remove.
9747         (gnus-article-mode): Revert 2004-03-19 change.
9748         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9749         (gnus-insert-mime-button): Revert 2004-03-19 change.
9750         (gnus-mime-accumulate-hierarchy): Remove.
9751         (gnus-mime-enter-multipart): Remove.
9752         (gnus-mime-leave-multipart): Remove,
9753         (gnus-mime-display-part): Revert 2004-03-19 change.
9754         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9755
9756         * mml.el (mml-preview): Revert 2004-03-19 change.
9757
9758 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9759
9760         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9761
9762 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9765         t while entering a file name using the mm-with-multibyte macro.
9766         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9767
9768         * mm-util.el (mm-with-multibyte): New macro.
9769
9770 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9773         user option.
9774         (gnus-mime-multipart-functions): Doc and customization fix.
9775         (gnus-article-mime-hierarchy): New variable.
9776         (gnus-article-mime-hierarchy-next): New variable.
9777         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9778         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9779         gnus-article-mime-hierarchy-next to nil.
9780         (gnus-insert-mime-button): Show hierarchy numbers.
9781         (gnus-mime-accumulate-hierarchy): New function.
9782         (gnus-mime-enter-multipart): New function.
9783         (gnus-mime-leave-multipart): New function.
9784         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9785         (gnus-mime-display-alternative): Show hierarchy numbers.
9786
9787         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9788         gnus-article-mime-hierarchy-next to nil.
9789
9790 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9791
9792         * dns.el: Don't require gnus-xmas.
9793
9794 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9795
9796         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9797         inline PGP.
9798         (mml-menu): Disable mml-quote-region if mark is inactive.
9799
9800 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9803         when the group's active is not available.
9804
9805 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9808         error.
9809
9810 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * imap.el (imap-store-password): New variable.
9813         (imap-interactive-login): Use it.
9814         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9815
9816 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9819         window-start and hscroll to summary window.
9820
9821 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9822
9823         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9824         conversion message to newsrc-dribble when an actual conversion is
9825         performed.
9826
9827 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9828
9829         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9830
9831 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * mm-decode.el (mm-complicated-handles): New function reviving
9834         former definition of mm-multiple-handles.
9835
9836         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9837         (gnus-mime-delete-part): Use it.
9838
9839 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9840
9841         * gnus-agent.el (gnus-agent-read-local): Bind
9842         nnheader-file-coding-system to gnus-agent-file-coding-system to
9843         avoid the implicit assumption that they will always be equal.
9844         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9845         coding-system-for-write, as the with-temp-file macro first prints
9846         to a buffer then saves the buffer.
9847
9848 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * gnus-art.el (gnus-article-edit-part): New function.
9851         (gnus-mime-save-part-and-strip): Use it; do query instead of
9852         signaling an error; don't use mm-multiple-handles.
9853         (gnus-mime-delete-part): Ditto.
9854
9855 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9856
9857         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9858         old file versions.
9859         (gnus-group-prepare-hook): Removed function that converted list
9860         form of gnus-agent-expire-days to group properties.
9861
9862         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9863         (gnus-request-accept-article): Re-indented.
9864
9865         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9866         converters to handle old agent file formats.  Added logic for a
9867         "backup before upgrading warning".
9868         (gnus-convert-mark-converter-prompt): Developers can mark
9869         functions as needing (default), or not needing,
9870         gnus-convert-old-newsrc's "backup before upgrading warning".
9871         (gnus-convert-converter-needs-prompt): Tests whether the user
9872         should be protected from potentially irreversable changes by the
9873         function.
9874
9875         * legacy-gnus-agent.el (): New. Provides converters that are only
9876         loaded when gnus-convert-old-newsrc needs to call them.
9877
9878 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mail-source.el (mail-source-touch-pop): Doc fix.
9881
9882         * message.el (message-smtpmail-send-it): Doc fix.
9883
9884 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9885
9886         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9887
9888         * nnmail.el (nnmail-split-fancy): do.
9889
9890         * gnus-kill.el (gnus-kill, gnus-execute): do.
9891
9892 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9893
9894         * gnus-sum.el (gnus-widget-reversible-match)
9895         (gnus-widget-reversible-to-internal)
9896         (gnus-widget-reversible-to-external): New functions.
9897         (gnus-widget-reversible): New widget.
9898         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9899
9900 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9901
9902         * gnus-sum.el (gnus-thread-sort-functions)
9903         (gnus-article-sort-functions): Document `(not F)' items.
9904
9905 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9906
9907         * spam.el (spam-use-gmane-xref): Add new backend.
9908         (spam-gmane-xref-spam-group): Add variable to control the name of the
9909         Gmane spam group.
9910         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9911         (spam-regex-headers-spam, spam-regex-headers-ham)
9912         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9913         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9914         backends and checks.
9915         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9916
9917         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9918         an autodetect method.
9919
9920 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9921
9922         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9923         articles are being added to a group.
9924         (gnus-request-replace-article): Inform the agent that articles
9925         need to be uncached as the cached contents are no longer valid.
9926
9927 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * binhex.el: Don't autoload executable-find.
9930
9931         * canlock.el: Don't autoload mail-fetch-field.
9932
9933         * dgnushack.el: Autoload c-mode for XEmacs.
9934
9935         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9936
9937         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9938         rmail-dont-reply-to and rmail-output.
9939
9940         * gnus-score.el: Don't autoload ffap-string-at-point.
9941
9942         * gnus-setup.el: Don't autoload sc-cite-original.
9943
9944         * imap.el: Don't autoload base64-decode-string,
9945         base64-encode-string and md5.
9946
9947         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9948         and rmail-msg-restore-non-pruned-header.
9949
9950         * mm-decode.el: Don't autoload executable-find.
9951
9952         * mm-url.el: Don't autoload executable-find.
9953
9954         * mm-view.el: Don't autoload diff-mode.
9955
9956         * nndb.el: Don't autoload news-reply-mode, news-setup,
9957         cancel-timer and telnet.
9958
9959         * password.el: Don't autoload run-at-time for Emacs.
9960
9961         * sha1-el.el: Don't autoload executable-find.
9962
9963         * sieve-mode.el: Don't autoload c-mode.
9964
9965         * uudecode.el: Don't autoload executable-find.
9966
9967 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9968
9969         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9970         (gnus-agent-possibly-alter-active): Avoid null in numeric
9971         comparison.
9972         (gnus-agent-set-local): Refuse to save null in local object table.
9973         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9974         list of articles that will be marked as unread.
9975
9976 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9979
9980 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9981
9982         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9983         language tags.
9984
9985 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9986
9987         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9988         Don't bind "obarray".
9989
9990         * gnus-sum.el (gnus-thread-sort-functions): Added
9991         `gnus-thread-sort-by-most-recent-number' and
9992         `gnus-thread-sort-by-most-recent-date'.
9993         Reported by Kai Grossjohann <kai@emptydomain.de>.
9994
9995 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9998
9999 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10000
10001         * gnus-cus.el (gnus-agent-customize-category): Removed
10002         ignore-errors macro reference that required cl to be loaded at
10003         run-time.
10004
10005         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10006         single-interval range of the form (min . max).  Previously the
10007         range had to look like ((min . max)).  Likewise, return
10008         (min . max) rather than ((min . max)).
10009         (gnus-range-map): Use gnus-range-normalize to accept
10010         single-interval range.
10011
10012         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10013         the cache, but not the agent, now appear with their usual face.
10014
10015         * dgnushack.el (loaddir): New variable that is bound to the
10016         directory containing the dgnushack.el file. Use loaddir, rather
10017         than srcdir, to update load-path. Change lets dgnushack compile
10018         code in directories other than GNUS/lisp.
10019
10020 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * lpath.el: Don't bind w3m-safe-url-regexp.
10023
10024         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10025         w3m-safe-url-regexp variable buffer-local.
10026
10027         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10028
10029 2004-02-27  Simon Josefsson  <jas@extundo.com>
10030
10031         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10032         gnus-group-real-prefix.
10033         (gnus-summary-move-article): Use it, instead of
10034         gnus-group-real-prefix.
10035
10036 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * lpath.el: Bind w3m-safe-url-regexp.
10039
10040         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10041         w3m-safe-url-regexp variable buffer-local and set it as the value
10042         of mm-w3m-safe-url-regexp.
10043
10044         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10045
10046         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10047         parsing gnus-posting-styles when the message is not for replying.
10048
10049         * dgnushack.el: Autoload sgml-mode for XEmacs.
10050
10051         * nnrss.el (nnrss-opml-export): Use
10052         mm-set-buffer-file-coding-system instead of
10053         set-buffer-file-coding-system.
10054
10055 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10056
10057         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10058         of checkdoc.el).
10059         * nnrss.el: do.
10060         * gnus-mlspl.el: do.
10061         * gnus-ml.el: do.
10062         * gnus-srvr.el: do.
10063
10064         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10065
10066 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10067
10068         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10069         Corrections to custom-manual links.
10070
10071         * gnus-art.el (gnus-article): Ditto.
10072
10073         * mm-decode.el (mime-display, mime-security): Ditto.
10074
10075 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10076
10077         * flow-fill.el: Typo.
10078
10079 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10080
10081         * spam-wash.el: New file.
10082
10083 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10084
10085         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10086
10087 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10088
10089         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10090         to be run with new-articles as LIST1, not LIST2.
10091         (spam-registration-functions): Add spam-use-ham-copy as a nil
10092         registration backend.
10093
10094 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10095
10096         * spam-stat.el (spam-stat-washing-hook): New option.
10097         (spam-stat-buffer-words): Use it.
10098         (spam-stat-process-directory, spam-stat-test-directory): Use
10099         insert-file-contents-literally.
10100         (spam-stat-coding-system): New variable.
10101         (spam-stat-load, spam-stat-save): Use it.
10102
10103 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * spam-report.el (spam-report-plug-agent): Quote
10106         spam-report-url-to-file and spam-report-url-ping-plain.
10107
10108 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10111         / in mailto URLs.
10112
10113 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * spam-report.el (spam-report-process-queue): Fix interactive use.
10116         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10117         (spam-report-unplug-agent): Doc fixes.
10118         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10119         (spam-report-agentize, spam-report-deagentize): Autoload
10120
10121 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10124
10125         * message.el (message-setup-fill-variables): Add mml tags to
10126         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10127         <ajk@iu.edu>.
10128         (message-mode): Don't modify paragraph-separate there.
10129
10130 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * compface.el (uncompface-use-external): Default to undecided.
10133         (uncompface-use-external-threshold): New variable.
10134         (uncompface-float-time): New macro.
10135         (uncompface): Determine whether to use the external decoder if
10136         uncompface-use-external is undecided.
10137
10138 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139
10140         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10141         after images.
10142
10143         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10144
10145 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10146
10147         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10148
10149         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10150
10151         * gnus-sum.el (gnus-summary-limit-to-age)
10152         (gnus-summary-limit-children): do.
10153
10154         * gnus-int.el (gnus-request-scan): do.
10155
10156         * gnus-group.el (gnus-group-suspend): do.
10157
10158         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10159
10160         * gnus-cite.el (gnus-cite-parse-attributions): do.
10161
10162         * gnus-agent.el (gnus-summary-set-agent-mark)
10163         (gnus-agent-regenerate-group): do.
10164
10165         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10166
10167         * binhex.el (binhex-decode-region-internal): do.
10168
10169 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-fun.el (gnus-face-properties-alist): New user option.
10172         (gnus-display-x-face-in-from): Use it.
10173
10174         * gnus-art.el (article-display-face): Ditto.
10175
10176         * compface.el (uncompface-use-external): Default to nil.
10177
10178 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10179
10180         * nntp.el (nntp-erase-buffer): New function.
10181         (nntp-retrieve-data, nntp-send-command)
10182         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10183         (nntp-possibly-change-group): Use it.
10184
10185         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10186         with-current-buffer.
10187
10188 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10189
10190         * compface.el: Merge the ELisp-based uncompface program.
10191         (compface): New customization group.
10192         (uncompface-use-external): New user option.
10193         (uncompface): Call uncompface-internal if uncompface-use-external
10194         is nil.
10195         (uncompface-internal): New function.  Note that there are also
10196         some other functions and variables added for this function.
10197
10198 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10199
10200         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10201         if necessary.
10202
10203 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10204
10205         * spam-report.el (spam-report-unplug-agent)
10206         (spam-report-plug-agent, spam-report-deagentize)
10207         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10208         Add support for the Agent in spam-report: when unplugged, report to a
10209         file; when plugged, submit all the requests.
10210
10211         * spam.el (spam-register-routine): Fix message about
10212         registration.
10213
10214 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10215
10216         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10217         dependencies.
10218         (rfc2047-encode): Use it.
10219
10220         * gnus-art.el (gnus-button-marker-list): Move before first
10221         reference.
10222
10223         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10224         (imap-parse-body): Fix format string mismatch.
10225
10226         * gnus-score.el (gnus-summary-increase-score): do.
10227
10228         * nnrss.el (nnrss-close): New function.
10229
10230 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10231
10232         * nnrss.el (nnrss-make-filename): New function.
10233         (nnrss-request-delete-group, nnrss-read-server-data)
10234         (nnrss-save-server-data, nnrss-read-group-data)
10235         (nnrss-save-group-data): Use it.
10236         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10237         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10238         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10239
10240 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10241
10242         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10243
10244 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10245
10246         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10247         files.
10248
10249         * message.el (message-generate-headers-first): Don't quote nil
10250         and t in docstrings.
10251
10252         * imap.el (imap-id): do.
10253
10254         * gnus-agent.el (gnus-agent-consider-all-articles)
10255         (gnus-agent-queue-mail): do.
10256
10257 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * spam-report.el (spam-report-process-queue): New function.
10260         Process requests from `spam-report-requests-file'.
10261         (spam-report-process-queue): Doc fix.
10262
10263 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10264
10265         * spam.el (spam-register-routine)
10266         (spam-log-processing-to-registry, spam-log-registered-p)
10267         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10268         Change "check" to "spam-check" for semi-clarity.
10269
10270 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10271
10272         * pop3.el: Require nnheader.
10273
10274         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10275
10276         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10277
10278         * gnus-picon.el: Require cl.
10279
10280         * gnus-fun.el: Require gnus-ems and gnus-util.
10281
10282         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10283
10284         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10285
10286         * gnus-art.el (gnus-article-edit-mode): Define before first
10287         reference.
10288
10289 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10290
10291         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10292         (gnus-uu-post-encoded): Use point-at-bol.
10293
10294         * gnus-topic.el (gnus-group-active-topic-p): do.
10295
10296         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10297
10298         * gnus-group.el (gnus-group-kill-region): do.
10299
10300         * gnus-art.el (article-date-ut): do.
10301
10302         * message.el (message-fetch-field): Remove redundant
10303         case-fold-search binding.
10304         (message-narrow-to-field): Simplify.
10305
10306 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * spam.el (spam-directory): Derive from `gnus-directory'.
10309
10310         * spam-report.el (spam-report-url-to-file)
10311         (spam-report-requests-file): New function and variable for offline
10312         reporting.
10313         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10314         and user defined function.
10315         (spam-report-url-ping-mm-url): Remove doubled slash.
10316
10317 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10318
10319         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10320
10321 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10322
10323         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10324         format string mismatch.
10325
10326         * sieve.el (sieve-deactivate-all): do.
10327
10328         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10329
10330         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10331
10332         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10333
10334         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10335
10336 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10337
10338         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10339         the list of checks.
10340
10341 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10342
10343         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10344         padding.
10345
10346 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10347
10348         * mm-view.el (mm-fill-flowed): New variable.
10349         (mm-inline-text): Use it.
10350
10351 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10352
10353         * spam.el (spam-spamassassin-register-ham-routine)
10354         (spam-spamassassin-register-spam-routine): Fix function names.
10355
10356 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus.el (gnus-tmp-grouplens): Remove.
10359         (gnus-summary-line-format): Remove grouplens.
10360
10361         * gnus-group.el (gnus-group-line-format): Ditto.
10362
10363         * gnus-spec.el (gnus-format-specs): Ditto.
10364         (gnus-update-format-specifications): Flush the group format spec
10365         cache if there's the grouplens stuff.
10366         (gnus-parse-simple-format): Replace %l with the empty string.
10367
10368 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10369
10370         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10371         omission.
10372
10373 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10376         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10377
10378 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10379
10380         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10381         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10382         New macros and functions.
10383         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10384         Handle > NLINK_MAX messages.
10385         * nnmaildir.el (nnmaildir-request-set-mark): Use
10386         nnmaildir--emlink-p and nnmaildir--eexist-p.
10387
10388 2004-01-25  Alex Schroeder  <alex@gnu.org>
10389
10390         * spam-stat.el (spam-stat-process-directory-age): New option.
10391         (spam-stat-process-directory): Use it.
10392
10393 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10394
10395         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10396         (spam-stat-save): Accept prefix argument.
10397
10398 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10399
10400         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10401         links" error.
10402
10403 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10406         the rest of the and/or forms.
10407
10408 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10409
10410         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10411         compatibility with old .newsrc.eld files.
10412
10413         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10414
10415         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10416
10417         * gnus-start.el (gnus-1): do.
10418
10419         * gnus-group.el (gnus-group-line-format-alist): do.
10420
10421         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10422
10423         * gnus-gl.el: Remove.
10424
10425 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10426
10427         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10428         marks consisting of a single range {for example, (3 . 5)} rather
10429         than a list of a single range { ((3 . 5)) }.
10430
10431 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10432
10433         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10434         with-current-buffer.
10435         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10436         avoid consing a string.
10437
10438         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10439         Remove obsolete entries for big5 and gb2312.
10440
10441 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10442
10443         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10444         uncompressed list.
10445
10446 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10447
10448         * spam-stat.el (spam-stat-strip-xref): New function.
10449         (spam-stat-process-directory): Use it.
10450
10451         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10452         here -- it's done in message-fetch-field.
10453
10454 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10455
10456         * gnus-agent.el (gnus-agent-queue-mail,
10457         gnus-agent-prompt-send-queue): New variables.
10458         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10459         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10460         "nndraft:queue" along to gnus-draft-send.  Use
10461         gnus-agent-prompt-send-queue.
10462         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10463         is "nndraft:queue".  Suggested by Gaute Strokkenes
10464         <gs234@srcf.ucam.org>
10465
10466         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10467         (agent-enable-undownloaded-faces): Added
10468         (gnus-agent-cat-groups): Use eval-and-compile, not
10469         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10470         method of gnus-agent-cat-groups even when the buffer has been
10471         evaled.
10472         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10473         delete gnus-agent-save-active-1.
10474         (gnus-agent-save-groups): Deleted. Identical to
10475         gnus-agent-save-active.
10476         (gnus-agent-write-active): No longer adjust agent's copy of active
10477         file as agent's adjustments are now stored in their own
10478         file. Removed optional parameter.
10479         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10480         servers.  Add use of min/max range limits from server's local
10481         file.
10482         (gnus-agent-save-alist): Removed unused optional argument.
10483         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10484         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10485         (gnus-agent-set-local): A per-server file that keeps min/max range
10486         limits for articles known to the agent.  Provides a fast mechanism
10487         for altering many active ranges.
10488         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10489         active file (local makes it unnecessary).
10490         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10491
10492         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10493         (agent-enable-undownloaded-faces): Added
10494
10495         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10496         disable it when sending to "nndraft:queue".
10497         (gnus-group-send-queue): Add safety check to avoid sending queue
10498         when unplugged.
10499
10500         * gnus-group.el (gnus-group-catchup): Use new
10501         gnus-sequence-of-unread-articles, not
10502         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10503         numbers of articles.  Use gnus-range-map to avoid having to
10504         uncompress the unread list.
10505         (gnus-group-archive-directory,
10506         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10507         reference.
10508
10509         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10510         (gnus-sorted-range-intersection): Intersection of two ranges
10511         without requiring that they first be uncompressed.
10512
10513         * gnus-start.el (gnus-activate-group): Unless blocked by the
10514         caller, possibly expand the active range to include both cached
10515         and agentized articles.
10516         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10517         multiple version-dependent converters.
10518         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10519         gnus-agent-save-active.
10520         (gnus-save-newsrc-file): Save dirty agent range limits.
10521
10522         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10523         gnus-agent-possibly-alter-active.
10524         (gnus-adjust-marked-articles): Faster handling of simple lists
10525
10526 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10527
10528         * spam-stat.el (spam-stat-test-directory): New optional argument
10529         displays a list of files detected.  Suggested by Andrew Cohen
10530         <cohen@andy.bu.edu>.
10531         (spam-stat-buffer-words-with-scores): Don't narrow and change
10532         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10533
10534 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10535
10536         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10537         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10538         (spam-spamassassin-arguments)
10539         (spam-spamassassin-spam-flag-header)
10540         (spam-spamassassin-positive-spam-flag-header)
10541         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10542         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10543         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10544         (spam-list-of-processors, spam-list-of-checks)
10545         (spam-list-of-statistical-checks, spam-registration-functions)
10546         (spam-check-spamassassin-headers, spam-check-spamassassin)
10547         (spam-spamassassin-score)
10548         (spam-spamassassin-register-with-sa-learn)
10549         (spam-spamassassin-register-spam-routine)
10550         (spam-spamassassin-register-ham-routine)
10551         (spam-assassin-register-spam-routine)
10552         (spam-assassin-register-ham-routine): add SpamAssassin support
10553         (spam-bogofilter-score): fix to show article before scoring
10554
10555 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10556
10557         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10558         default scoring function.
10559         (spam-generic-score): Call spam-spamassassin-score if
10560         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10561         spam-bogofilter-score otherwise.
10562
10563         * gnus.el (spam-process, spam-autodetect-methods): Add
10564         spamassassin and spamassassin-headers.
10565
10566 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10567
10568         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10569         Suppress unnecessary messages.
10570
10571 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10572
10573         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10574         make-hash-table.
10575
10576 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * canlock.el (base64-encode-string): Don't autoload it.
10579
10580 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * run-at-time.el: Remove useless (require 'itimer),
10583         eval-and-compile and (featurep 'xemacs).
10584
10585 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10586
10587         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10588         GROUP is a virtual group.
10589
10590 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10591
10592         * gnus.el: Autoload `message-y-or-n-p'.
10593
10594 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10595
10596         * pgg-parse.el: Remove unnecessary (require 'custom).
10597
10598         * pgg-def.el: do.
10599
10600         * nnmail.el: do.
10601
10602         * gnus-undo.el: do.
10603
10604         * gnus-picon.el: do.
10605
10606         * gnus-util.el: do.
10607
10608 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10611
10612 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10615         handle, as well as a list.
10616
10617         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10618         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10619         (mm-w3m-cid-retrieve): Simplify.
10620
10621 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10622
10623         * message.el (message-kill-to-signature): Allow prefix arg to
10624         specify number of lines to keep before signature.
10625
10626 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10627
10628         (message-kill-to-signature): Change docstring.
10629
10630 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * canlock.el: Always require sha1-el.
10633         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10634
10635         * message.el: Autoload sha1 only when compiling.
10636
10637         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10638         eudc-expand-inline for XEmacs.
10639
10640 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * message.el (message-canlock-generate): Require sha1-el.
10643
10644 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10645
10646         * message.el (message-expand-name): Silence the byte compiler.
10647
10648         * lpath.el: Add detect-coding-system.
10649
10650         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10651         cus-edit.
10652
10653 2004-01-13  Simon Josefsson  <jas@extundo.com>
10654
10655         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10656         Invoke gnus-score-mode.  Reported by
10657         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10658
10659         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10660         Jim Blandy <jimb@redhat.com> (tiny change).
10661
10662 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10663
10664         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10665
10666 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10667
10668         * spam.el (spam-get-article-as-string): Update to use
10669         gnus-request-article-this-buffer, much simpler.
10670         (spam-get-article-as-buffer): Remove.
10671
10672 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10673
10674         * message.el (message-expand-name): Use EUDC if the user uses
10675         that.
10676
10677 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10678
10679         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10680         character for the encoding to avoid consing a string.
10681
10682         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10683         unnecessarily.
10684
10685         * mm-util.el (mm-replace-chars-in-string): Remove.
10686
10687         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10688         of mm-replace-chars-in-string.
10689
10690 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10691
10692         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10693         strings.
10694
10695         * mm-util.el (mm-subst-char-in-string): Support inplace.
10696
10697         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10698         a new string in every iteration.  Use shy groups.
10699
10700 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10701
10702         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10703         (gnus-group-change-level, gnus-kill-newsgroup)
10704         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10705         (gnus-get-unread-articles, gnus-make-articles-unread)
10706         (gnus-make-ascending-articles-unread): Use accessor
10707         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10708         to get group information for improved readability.
10709
10710         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10711
10712         * gnus-soup.el (gnus-soup-group-brew): do.
10713
10714         * gnus-msg.el (gnus-put-message): do.
10715
10716         * gnus-move.el (gnus-group-move-group-to-server): do.
10717
10718         * gnus-kill.el (gnus-batch-score): do.
10719
10720         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10721         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10722         (gnus-group-update-group, gnus-group-read-group)
10723         (gnus-group-make-group, gnus-group-make-help-group)
10724         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10725         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10726         (gnus-group-sort-by-unread, gnus-group-catchup)
10727         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10728         (gnus-group-yank-group, gnus-group-set-info)
10729         (gnus-group-list-groups): do.
10730
10731         * gnus.el (gnus-generate-new-group-name): do.
10732
10733         * gnus-delay.el (gnus-delay-send-queue): do.
10734
10735         * nnvirtual.el (nnvirtual-catchup-group): do.
10736
10737         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10738         do.
10739
10740         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10741         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10742
10743         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10744         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10745         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10746         (gnus-group-make-articles-read): do.
10747
10748 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10749
10750         * gnus-art.el (article-decode-mime-words, article-babel)
10751         (gnus-article-highlight-signature, gnus-article-add-buttons)
10752         (gnus-signature-toggle): Use gnus-with-article-buffer.
10753
10754         * gnus-art.el (gnus-article-highlight-headers)
10755         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10756
10757         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10758         (gnus-article-set-globals, gnus-request-article-this-buffer)
10759         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10760         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10761         (gnus-mime-display-alternative): Use with-current-buffer.
10762
10763 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10766         also under 80 char limit, and call gnus-error if needed.
10767         (spam-fetch-article-header): Fix - it was a
10768         buffer-local variable (gnus-newsgroup-data).
10769         (spam-find-spam): Use spam-generate-fake-headers, forget about
10770         spam-insert-fake-headers.
10771         (spam-insert-fake-headers): Remove.
10772
10773 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10774
10775         * deuglify.el (gnus-article-outlook-unwrap-lines)
10776         (gnus-outlook-rearrange-article)
10777         (gnus-outlook-repair-attribution-outlook)
10778         (gnus-outlook-repair-attribution-block)
10779         (gnus-outlook-repair-attribution-other): Remove redundant
10780         save-excursion.
10781
10782 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10785         (spam-fetch-field-subject-fast)
10786         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10787         (spam-fetch-article-header): Add functions to deal with Gnus
10788         internals for fast retrieval of article header data.
10789         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10790
10791 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10792
10793         * pop3.el (pop3-md5): Remove.
10794         (pop3-apop): Replace pop3-md5 with md5.
10795
10796         * mm-bodies.el: base64 is always built-in.
10797
10798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10799         with-current-buffer.
10800
10801 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * canlock.el (canlock-insert-header): Remove excessive grouping in
10804         regexp.
10805
10806         * gnus-sum.el (gnus-summary-read-document): Ditto.
10807
10808         * gnus-uu.el (gnus-uu-part-number): Ditto.
10809
10810         * html2text.el (html2text-remove-tags): Ditto.
10811         (html2text-format-tags): Ditto.
10812         (html2text-format-single-elements): Ditto.
10813
10814         * mml.el (mml-parse-1): Ditto.
10815
10816 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10817
10818         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10819
10820         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10821
10822         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10823
10824         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10825
10826 2003-11-15  Simon Josefsson  <jas@extundo.com>
10827
10828         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10829         (pgg-gpg-lookup-key): Use regexp match instead of
10830         split-string (split-string is different between emacs 21.2 and
10831         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10832
10833 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10834
10835         * gnus-art.el (gnus-mime-view-all-parts)
10836         (gnus-article-part-wrapper, gnus-article-view-part): Use
10837         with-current-buffer.
10838
10839 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10840
10841         * spam.el (spam-disable-spam-split-during-ham-respool)
10842         (spam-spamoracle-database, spam-cache-lookups)
10843         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10844         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10845         (spam-group-ham-marks, spam-group-spam-marks)
10846         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10847         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10848         also add spam-use-blackholes to the statistical checks.
10849         (spam-fetch-field-fast): Add interface to fetching fields, may
10850         become a macro.
10851         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10852         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10853         (spam-insert-fake-headers): Fake an article when needed.
10854         (spam-find-spam): Fake article when possible.
10855         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10856         (spam-check-bogofilter-headers): Use message-fetch-field instead
10857         of nnmail-fetch-field.
10858
10859 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10860
10861         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10862
10863 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * spam.el (spam-split): Do not require spam-use-CHECK to be
10866         enabled if that check is passed to spam-split explicitly; also
10867         fix so 'spam doesn't get converted to spam-split-group when
10868         spam-split-symbolic-return is t.
10869         (spam-find-spam): Find registrations of the article and use those
10870         instead of re-running spam-split to find the spam/ham
10871         classification of the article.
10872         (spam-log-processing-to-registry, spam-log-registered-p)
10873         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10874         Use gnus-error instead of gnus-message.
10875         (spam-log-registration-type): Add function to determine the
10876         classification of a message based on registry entries; will
10877         return nil if both 'spam and 'ham are found.
10878         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10879         a reasonably fast local cache without the loading errors.
10880         (spam-cache-lookups): Set to t by default.
10881         (spam-find-spam): Don't try to guess spam-cache-lookups.
10882         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10883         spam-caches entry.
10884         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10885         caching of whitelist/blacklist entries.
10886         (spam-check-whitelist, spam-check-blacklist): Invoke
10887         spam-from-listed-p with a type, not a cache variable.
10888         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10889
10890 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10891
10892         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10893
10894         * nnmail.el (nnmail-split-fancy): do.
10895
10896         * mml.el (mml-parse): do.
10897
10898         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10899         (gnus-score-adaptive): do.
10900
10901 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10904         (gnus-mime-button-map): Don't set keymap parent.
10905         (gnus-button-ctan-directory-regexp): Use shy grouping.
10906         (gnus-prev-page-map): Don't set keymap parent.
10907         (gnus-prev-page-map): Remove duplicated one.
10908         (gnus-next-page-map): Don't set keymap parent.
10909         (gnus-mime-security-button-map): Ditto.
10910
10911         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10912         version number.
10913
10914         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10915
10916 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * canlock.el (canlock-sha1-function): Remove.
10919         (canlock-sha1-function-for-verify): Remove.
10920         (canlock-openssl-program): Remove.
10921         (canlock-openssl-args): Remove.
10922         (canlock-ignore-errors): Remove.
10923         (canlock-sha1-with-openssl): Remove.
10924         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10925         (canlock-verify): Don't use canlock-ignore-errors.
10926
10927         * sha1-el.el (sha1-string-external): Make it can return a string
10928         in binary form.
10929         (sha1-region-external): Ditto.
10930         (sha1-string-internal): Ditto.
10931         (sha1-region-internal): Ditto.
10932         (sha1-region): Ditto.
10933         (sha1-string): Ditto.
10934         (sha1): Ditto.
10935
10936 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * spam.el (spam-report-articles-gmane): New command.
10939
10940 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10943
10944         * run-at-time.el (run-at-time-saved): Remove.
10945         (run-at-time): Doc fix.
10946
10947 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10948
10949         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10950         (gnus-summary-limit-map): Add it.
10951         (gnus-summary-make-menu-bar): do.
10952
10953 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10954
10955         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10956         Make attempt at some caching support (done for BBDB only now).
10957         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10958         addresses to be checked.
10959         (spam-clear-cache-BBDB): Add function, to be invoked by
10960         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10961         (spam-check-BBDB): Check and use the caches, if
10962         spam-cache-lookups is on, remove superfluous (provide).
10963
10964 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10967
10968 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10969
10970         * run-at-time.el (run-at-time-saved): Move to after the definition
10971         of `run-at-time'.
10972
10973         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10974
10975 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10978         mm-w3m-local-map-property.
10979
10980         * mm-view.el (mm-w3m-mode-map): Remove.
10981         (mm-w3m-local-map-property): Remove.
10982         (mm-inline-text-html-render-with-w3m): Don't use
10983         mm-w3m-local-map-property.
10984
10985 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * run-at-time.el: New file.
10988
10989         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10990         under Emacs.
10991
10992         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10993         of gnus-set-text-properties.
10994
10995         * gnus-uu.el (gnus-uu-save-article): Ditto.
10996
10997         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10998
10999         * gnus-cite.el (gnus-cite-parse): Ditto.
11000
11001         * gnus-art.el (gnus-button-push): Use set-text-properties instead
11002         of gnus-.
11003
11004         * gnus-xmas.el (run-at-time): Require run-at-time.
11005
11006         * gnus.el: Changed calls to nnheader-run-at-time and
11007         password-run-at-time throughout to use run-at-time directly.
11008
11009         * password.el: Removed definition of run-at-time.
11010
11011         * nnheaderxm.el: Remove definition of run-at-time.
11012
11013 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11014
11015         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11016         in prompt.
11017
11018 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11019
11020         * messagexmas.el (message-xmas-redefine): Alias
11021         `message-make-caesar-translation-table' to
11022         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11023         version.
11024
11025         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11026         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11027         `gnus-xmas-set-text-properties'.
11028         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11029         `gnus-xmas-completing-read'.
11030         (gnus-xmas-completing-read): Removed.
11031         (gnus-xmas-open-network-stream): Removed.
11032
11033         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11034         XEmacs version.
11035
11036         * dns.el (dns-make-network-process): Use `open-network-stream'
11037         instead of `gnus-xmas-open-network-stream'.
11038
11039         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11040
11041         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11042
11043 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11044
11045         * gnus-art.el (gnus-mime-display-alternative)
11046         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11047         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11048         Don't use gnus-local-map-property.
11049
11050         * gnus-util.el (gnus-local-map-property): Remove.
11051
11052         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11053         gnus-completing-read-maybe-default with completing-read.
11054
11055         * gnus-util.el (gnus-completing-read): do.
11056         (gnus-completing-read-maybe-default): Remove.
11057
11058 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11059
11060         * password.el: Only autoload `run-at-time' if not XEmacs.
11061         Only autoload the itimer functions if XEmacs.
11062
11063 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11066         XEmacsen.
11067
11068         * dgnushack.el: Autoload executable-find for XEmacs.
11069
11070 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11071
11072         * gnus-art.el (gnus-read-string): Remove.
11073         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11074         read-string.
11075
11076 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11077
11078         * netrc.el: Autoload password-read.
11079         (netrc): Add configuration group.
11080         (netrc-encoding-method, netrc-openssl-path): Add
11081         variables for encoding and decoding of files with symmetric
11082         ciphers.
11083         (netrc-encode): Add assistant function to encode a file with
11084         netrc-encoding-method.
11085         (netrc-parse): Add interactive parameter, added optional
11086         decoding if netrc-encoding-method is non-nil but otherwise
11087         behavior is standard.
11088         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11089         Do s/encode/encrypt/ everywhere.
11090
11091         * spam.el: Remove executable-find autoload.
11092
11093 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11094
11095         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11096
11097         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11098
11099 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * gnus-art.el (gnus-treat-ansi-sequences,
11102         article-treat-ansi-sequences): New variable and function.
11103         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11104
11105         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11106         Use it.
11107
11108 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11109
11110         * mm-util.el (mm-quote-arg): Remove.
11111
11112         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11113         shell-quote-argument.
11114
11115         * gnus-uu.el (gnus-uu-command): do.
11116
11117         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11118
11119         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11120         with make-char.
11121
11122         * mm-util.el (mm-make-char): Remove.
11123
11124         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11125         add-minor-mode.
11126
11127         * gnus-undo.el (gnus-undo-mode): do.
11128
11129         * gnus-topic.el (gnus-topic-mode): do.
11130
11131         * gnus-sum.el (gnus-dead-summary-mode): do.
11132
11133         * gnus-start.el (gnus-slave-mode): do.
11134
11135         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11136
11137         * gnus-ml.el (gnus-mailing-list-mode): do.
11138
11139         * gnus-gl.el (gnus-grouplens-mode): do.
11140
11141         * gnus-draft.el (gnus-draft-mode): do.
11142
11143         * gnus-dired.el (gnus-dired-mode): do.
11144
11145         * gnus-ems.el (gnus-add-minor-mode): Remove.
11146
11147         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11148         Replace gnus-char-width with char-width.
11149
11150         * gnus-ems.el (gnus-char-width): Remove.
11151
11152         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11153         Replace gnus-char-width with char-width.
11154
11155         * gnus-ems.el (gnus-char-width): Remove.
11156
11157         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11158         definition.
11159         Remove Emacs 20 hash table compatibility code.
11160
11161         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11162         20 compatibility code.
11163
11164         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11165
11166         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11167
11168         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11169         with point-at-{eol,bol}.
11170
11171         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11172
11173         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11174
11175         * flow-fill.el (fill-flowed-point-at-bol,
11176         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11177
11178         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11179         Replace with point-at-{eol,bol} throughout all files.
11180
11181 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * ntlm.el (ntlm-string-as-unibyte): New macro.
11184         (ntlm-build-auth-response): Use it.
11185
11186         Remove Emacs 20 stuff:
11187         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11188         (butlast, mapc, remove): Remove the compiler macros.
11189         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11190         of delq and copy-sequence.
11191         * gnus-art.el (popup-menu): Remove the compiler macro.
11192         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11193         Emacs 20.
11194
11195 2004-01-05  Simon Josefsson  <jas@extundo.com>
11196
11197         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11198         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11199         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11200         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11201         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11202         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11203         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11204         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11205         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11206         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11207         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11208         string-xor into ntlm-string-xor.  Suggested by
11209         Jesper Harder <harder@myrealbox.com>.
11210
11211         * ntlm.el: Don't include poem.
11212
11213         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11214         Jesper Harder <harder@myrealbox.com>.
11215
11216         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11217
11218         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11219         probably breaks emacs with DL patch, but do we care? Is anyone
11220         still using the DL stuff?)
11221
11222         * sieve-manage.el: Use the password package.
11223         (sieve-manage-read-passwd): Remove.
11224         (sieve-manage-interactive-login): Use password.  Re-add
11225         condition-case around loop.
11226
11227         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11228         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11229         the password package.
11230
11231 2003-02-19  Simon Josefsson  <jas@extundo.com>
11232
11233         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11234         token.
11235
11236 2002-08-07  Simon Josefsson  <jas@extundo.com>
11237
11238         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11239         (sieve-manage-authenticators):
11240         (sieve-manage-authenticator-alist): Add some SASL mechs.
11241         (sieve-sasl-auth): New function.
11242         (sieve-manage-cram-md5-auth):
11243         (sieve-manage-plain-auth): Rewrite using SASL library.
11244         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11245         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11246         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11247         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11248
11249 2004-01-05  Simon Josefsson  <jas@extundo.com>
11250
11251         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11252         New files.
11253
11254 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11255
11256         * gnus-group.el (gnus-no-groups-message): Update.
11257
11258         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11259
11260 2003-11-09  Simon Josefsson  <jas@extundo.com>
11261
11262         * imap.el: Support for ID IMAP extension (RFC 2971).
11263         (imap-local-variables): Add imap-id.
11264         (imap-id): New variable.
11265         (imap-id): New function.
11266         (imap-parse-response): Parse untagged ID response.
11267         * nnimap.el (nnimap-id): New variable.
11268         (nnimap-open-connection): Use it.
11269
11270 2003-12-28  Simon Josefsson  <jas@extundo.com>
11271
11272         * gnus-score.el (gnus-score-edit-all-score): New.
11273         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11274
11275 2004-01-04  Simon Josefsson  <jas@extundo.com>
11276
11277         * password.el: Add.
11278
11279 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11280
11281         * dns.el: Add support for AAAA records (see RFC 3596)
11282
11283         * Fix typo PRT -> PTR
11284
11285         * Parse MX, PTR and SOA replies (see RFC 1035)
11286
11287 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11288
11289         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11290
11291         * Moved to Changelog.2.
11292
11293 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11294
11295         * gnus.el (gnus-version-number): Bump version.
11296
11297 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11298
11299         * gnus.el: No Gnus v0.1 is released.
11300
11301 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11302
11303         * gnus.el: No Gnus v0.0 is released.
11304
11305 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306
11307         * gnus.el (gnus-version-number): Bump.
11308         (gnus-version): No.
11309
11310 See ChangeLog.2 for earlier changes.
11311
11312     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11313
11314   This file is part of GNU Emacs.
11315
11316   GNU Emacs is free software; you can redistribute it and/or modify
11317   it under the terms of the GNU General Public License as published by
11318   the Free Software Foundation; either version 3, or (at your option)
11319   any later version.
11320
11321   GNU Emacs is distributed in the hope that it will be useful,
11322   but WITHOUT ANY WARRANTY; without even the implied warranty of
11323   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11324   GNU General Public License for more details.
11325
11326   You should have received a copy of the GNU General Public License
11327   along with GNU Emacs; see the file COPYING.  If not, write to the
11328   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11329   Boston, MA 02110-1301, USA.
11330
11331 ;; Local Variables:
11332 ;; coding: iso-2022-7bit
11333 ;; fill-column: 79
11334 ;; add-log-time-zone-rule: t
11335 ;; End:
11336
11337 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4