(mm-uu-pgp-signed-extract-1): Delete the first line
[gnus] / lisp / ChangeLog
1 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2
3         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
5         failed.
6
7 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8
9         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10
11 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
12
13         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
14         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15         recommends to use EasyPG instead of PGG.
16
17         * pgg.el: Revert to revision 6.23.2.16
18
19         * pgg-def.el: Revert to revision 6.6.2.14.
20
21         * pgg-gpg.el: Revert to revision 6.23.2.34.
22
23 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
26         to mark a thread as expirable.  Add variable `hide' to handle hiding of
27         thread for both the null and zero (kill/expire thread) universal prefix
28         cases.
29         (gnus-summary-expire-thread): Add new function to expire a thread,
30         using gnus-summary-kill-thread.
31         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
32         shortcuts for gnus-summary-expire-thread.
33         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
34         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
35
36 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
39         extras value, so an extras entry can be deleted.
40         (gnus-registry-delete-extra-entry): Use it.
41         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
42         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
43         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
44          storage through the gnus-registry, and provide an appropriate API for
45          it.
46
47 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
50         Suggested by Leo <sdl.web@gmail.com>.
51
52         * gnus.el: Do.
53
54 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
57         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
58
59         * gnus-agent.el (gnus-agent-fetch-headers): Do.
60
61         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
62         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
63
64 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
67         newline.
68         (nnmbox-request-accept-article): Don't change article in source buffer;
69         narrow to header to use message-fetch-field rather than
70         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
71         (nnmbox-request-replace-article): Quote lines that'll be misidentified
72         as delimiters; make sure article ends with newline.
73         (nnmbox-delete-mail): Correct last position of article to be deleted;
74         ignore X-Gnus-Newsgroup header in article body.
75         (nnmbox-save-mail): Quote lines looking like delimiters at the right
76         positions; make sure article ends with newline.
77
78         * message.el (message-display-abbrev): Don't infloop when a user
79         inserts SPC in the beginning of header.
80
81         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
82         coding-system-for-read and coding-system-for-write for XEmacs having no
83         file-coding feature.
84
85         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
86
87 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
88
89         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
90         list of groups not followed by default.  Fix type to be regexp.
91         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
92
93 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
96         raw-text coding system when saving .newsrc file, which may contain
97         non-ASCII group names.
98
99 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus-cus.el (gnus-score-extra): New widget.
102         (gnus-score-extra-convert): New function.
103         (gnus-score-customize): Use it for Extra.
104
105 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
106
107         * mml2015.el (mml2015-extract-cleartext-signature): New function.
108         (mml2015-mailcrypt-clear-verify): Use it.
109         (mml2015-gpg-clear-verify): Use it.
110         (mml2015-pgg-clear-verify): Use it.
111         (mml2015-epg-clear-verify): Replace the current part with the output
112         from GnuPG; don't extract the plaintext by itself.
113
114         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
115         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
116         mml2015-clear-verify-function; don't touch the armor headers or
117         dash-escaped text here.
118
119 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
122         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
123         parts, or application/octet-stream as a last resort.
124         (gnus-mime-view-part-as-type): Don't toggle display.
125         (gnus-mime-view-part-as-charset): Don't turn off display before
126         querying charset.
127
128         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
129         stuff to undisplayer function in Emacs.
130         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
131
132         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
133         text/calendar parts.
134
135 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
138         decoding text/calendar parts.
139
140         * message.el (message-forward-make-body-mime): Always mark body as
141         having no illegible text; remove signed-or-encrypted argument.
142         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
143
144         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
145         (mml-generate-mime-1): Don't encode body if it is specified to be in
146         raw form; don't make buffer be unibyte when inserting multibyte string.
147
148 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * imap.el (imap-logout-timeout): New variable.
151         (imap-logout, imap-logout-wait): New functions.
152         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
153
154         * nnimap.el (nnimap-logout-timeout): New server variable.
155         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
156         nnimap-logout-timeout.
157
158         * gnus-art.el (gnus-article-summary-command-nosave)
159         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
160
161 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus.el (gnus-maximum-newsgroup): New variable.
164
165         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
166         according to gnus-maximum-newsgroup.
167
168         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
169         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
170         the range of articles according to gnus-maximum-newsgroup.
171
172 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
173
174         * gnus-art.el (gnus-sticky-article): Fixed problems described in
175         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
176         Don't perform gnus-configure-windows here; reuse existing sticky
177         article buffer.
178
179         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
180         it doesn't exist in gnus-article-mode.
181
182 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
185         (gnus-agent-decoded-group-name): New function.
186         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
187         (gnus-agent-expire-group-1): Use it; decode group name in messages.
188
189 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
190
191         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
192         Add binding for gnus-sticky-article.
193         (gnus-summary-exit): Don't kill sticky article buffers.
194
195         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
196         article buffer.
197         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
198         (gnus-kill-sticky-article-buffers): New commands.
199
200 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * nntp.el (nntp-xref-number-is-evil): New server variable.
203         (nntp-find-group-and-number): If it is non-nil, don't trust article
204         numbers in the Xref header.
205
206 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * gnus-agent.el (gnus-agent-read-group): New function.
209         (gnus-agent-flush-group, gnus-agent-expire-group)
210         (gnus-agent-regenerate-group): Use it.
211         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
212         nnmail-pathname-coding-system.
213
214 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
217
218         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
219         that are unread as unread, and also as selected so that information of
220         marks having been changed by a user may be updated when exiting group.
221
222 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-art.el (gnus-mime-display-single): Pass part number that is
225         calculated ignoring signature parts to gnus-treat-article.
226
227 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
230         a point here in order to keep the window start.
231         (gnus-insert-mime-security-button): Make a button overlay without the
232         front stickiness.
233         (gnus-mime-display-security): Goto the end of a button.
234
235         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
236
237 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
240         group-name-at-point.
241         (gnus-group-completing-read): New function that offers decoded
242         non-ASCII group names for completion.
243         (gnus-fetch-group, gnus-group-read-ephemeral-group)
244         (gnus-group-jump-to-group, gnus-group-make-group-simple)
245         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
246         (gnus-group-fetch-control): Use it.
247         (gnus-fetch-group): Use group-name-at-point for the initial value
248         rather than the default value; use gnus-alive-p.
249
250         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
251         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
252         (gnus-summary-post-news): Use gnus-group-completing-read.
253
254         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
255         (gnus-read-move-group-name): Decode group name for completion.
256
257 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
258
259         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
260         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
261         Yamaoka slightly modified the code).
262
263 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
266         (nnmail-split-incoming): Bind it.
267
268         * nnml.el (nnml-group-name-charset): New function.
269         (nnml-decoded-group-name): Use it; don't decode group name if
270         nnmail-group-names-not-encoded-p is non-nil.
271         (nnml-encoded-group-name): New function.
272         (nnml-group-pathname): Inline nnml-decoded-group-name.
273         (nnml-request-expire-articles): Decode group name in message.
274         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
275         nnmail-pathname-coding-system.
276         (nnml-save-mail, nnml-active-number): Work with decoded group names and
277         not decoded ones according to nnmail-group-names-not-encoded-p.
278         (nnml-generate-active-info): Use nnml-encoded-group-name.
279
280 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-sum.el (gnus-summary-move-article): Make
283         gnus-summary-respool-article work.
284
285 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
286
287         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
288         string.
289
290 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
291
292         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
293         that should be ignored when comparing distant RSS articles with local
294         ones.
295         (nnrss-make-hash-index): New function.  Create a hash index according
296         to the ignored fields.
297         (nnrss-check-group): Use it.
298
299 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
302
303         * gnus-art.el (article-decode-group-name): Decode Xref header too.
304
305         * gnus-group.el (gnus-group-make-group): Encode group name here unless
306         the new optional argument ENCODED is non-nil.
307         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
308         coding system for encoding group name.
309         (gnus-group-make-rss-group): Pass un-encoded group name to
310         gnus-group-make-group.
311         (gnus-group-set-info): Tell gnus-group-make-group that group name is
312         encoded.
313
314         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
315         Encode group name to which articles are moved or copied.
316         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
317         coding system for encoding Newsgroup, Followup-To and Xref headers.
318
319         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
320         marks; use nnheader-file-coding-system to write a file.
321         (nnagent-retrieve-headers): Bind file-name-coding-system to
322         nnmail-pathname-coding-system.
323
324         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
325
326         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
327         (nnml-request-article, nnml-request-create-group)
328         (nnml-request-rename-group, nnml-find-id)
329         (nnml-possibly-change-directory, nnml-possibly-create-directory)
330         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
331         (nnml-save-marks): Use nnml-group-pathname instead of
332         nnmail-group-pathname.
333
334         (nnml-request-create-group, nnml-request-expire-articles)
335         (nnml-request-move-article, nnml-request-delete-group)
336         (nnml-deletable-article-p, nnml-possibly-create-directory)
337         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
338         (nnml-open-marks): Bind file-name-coding-system to
339         nnmail-pathname-coding-system.
340
341         (nnml-request-article): Pass server argument to nnml-find-group-number.
342         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
343         server argument to nnml-possibly-create-directory.
344         (nnml-request-accept-article): Pass server argument to
345         nnml-active-number and nnml-save-mail.
346         (nnml-find-group-number): Pass server argument to nnml-find-id.
347         (nnml-request-update-info): Pass server argument to
348         nnml-marks-changed-p.
349
350         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
351         (nnml-save-mail, nnml-active-number): Add server argument.
352
353         (nnml-request-delete-group): Warn if group is missing.
354         (nnml-get-nov-buffer): Decode group name.
355         (nnml-generate-active-info): Encode group name.
356         (nnml-open-marks): Decode group name in messages.
357
358 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
361         if it is not specified.
362         (gnus-article-pipe-part, gnus-article-save-part)
363         (gnus-article-interactively-view-part, gnus-article-copy-part)
364         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
365         (gnus-article-inline-part, gnus-article-save-part-and-strip)
366         (gnus-article-replace-part, gnus-article-delete-part)
367         (gnus-article-view-part-as-type): Pass raw prefix argument to
368         gnus-article-part-wrapper.
369
370 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-agent.el (gnus-agent-save-active): Bind
373         nnheader-file-coding-system to gnus-agent-file-coding-system.
374
375         * gnus-cache.el (gnus-cache-save-buffers)
376         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
377         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
378         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
379         (gnus-cache-braid-nov, gnus-cache-braid-heads)
380         (gnus-cache-generate-active, gnus-cache-rename-group)
381         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
382         (gnus-cache-update-overview-total-fetched-for): Bind
383         file-name-coding-system to nnmail-pathname-coding-system.
384         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
385         variables.
386         (gnus-cache-decoded-group-name): New function.
387         (gnus-cache-file-name): Use it.
388         (gnus-cache-generate-active): Use non-decoded group name for active.
389
390         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
391         right place.
392         (gnus-write-active-file): Don't break non-ASCII group names.
393
394         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
395         nnmail-pathname-coding-system.
396
397         * lpath.el: Bind default-file-name-coding-system,
398         file-name-coding-system and language-info-alist for XEmacs.
399
400         * gnus-uu.el (gnus-uu-decode-save): Typo.
401
402 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
405
406 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
409         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
410         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
411         (gnus-agent-flush-group, gnus-agent-flush-cache)
412         (gnus-agent-fetch-headers, gnus-agent-load-alist)
413         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
414         (gnus-agent-retrieve-headers, gnus-agent-request-article)
415         (gnus-agent-regenerate-group)
416         (gnus-agent-update-files-total-fetched-for)
417         (gnus-agent-update-view-total-fetched-for): Bind
418         file-name-coding-system to nnmail-pathname-coding-system.
419         (gnus-agent-group-pathname): Don't encode file names by
420         nnmail-pathname-coding-system.
421         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
422         coding-system-for-write instead of buffer-file-coding-system to
423         gnus-agent-file-coding-system.
424
425         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
426         Decode group name.
427
428         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
429
430         * gnus-start.el (gnus-update-active-hashtb-from-killed)
431         (gnus-read-newsrc-el-file): Make group names unibyte.
432
433         * nnmail.el (nnmail-group-pathname): Don't encode file names by
434         nnmail-pathname-coding-system.
435
436         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
437         (nnrss-request-delete-group): Bind file-name-coding-system to
438         nnmail-pathname-coding-system.
439         (nnrss-read-server-data, nnrss-read-group-data): Bind
440         file-name-coding-system correctly.
441         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
442
443         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
444         (nntp-server-to-method-cache): New variable.
445         (nntp-group-pathname): New function that decodes non-ASCII group names.
446         (nntp-possibly-create-directory, nntp-marks-changed-p)
447         (nntp-save-marks, nntp-open-marks): Use it.
448         (nntp-possibly-create-directory, nntp-open-marks):
449         Bind file-name-coding-system to nnmail-pathname-coding-system.
450         (nntp-open-marks): Decode group names when bootstrapping marks.
451
452         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
453         Newsgroups and Folowup-To headers.
454
455 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
458         (gnus-server-closed-face, gnus-server-denied-face)
459         (gnus-server-offline-face): Remove variable.
460         (gnus-server-font-lock-keywords): Use faces that are not aliases.
461
462         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
463         of modifying message-stack directly for XEmacs.
464
465         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
466         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
467         if the coding-system argument is nil for XEmacs.
468
469         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
470         mm-charset-override-alist.
471
472         * rfc2047.el: Don't require base64; require rfc2045 for the function
473         rfc2045-encode-string.
474         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
475         to quote the parameter value.
476
477 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
480         form in gnus-group-name-charset-method-alist.
481
482         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
483         overrides the default layout edit-form.
484
485         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
486
487         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
488
489 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
492         as unfetched articles.
493
494 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
495
496         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
497
498 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
501         original back end that keeps marks in the local system.
502
503 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
506         arg of pop-to-buffer for XEmacs.
507         (gnus-article-read-summary-keys): Ditto; don't restore window
508         configuration if summary command ends up with neither article buffer
509         nor summary buffer; describe bindings if summary keys end with C-h.
510
511 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * message.el (message-fix-before-sending): Skip raw message part to be
514         forwarded while checking illegible text.
515         (message-forward-make-body-mime, message-forward-make-body): Mark
516         signed or encrypted raw message as having no illegible text.
517
518 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
521         (gnus-message-with-timestamp-1): New macro.
522         (gnus-message-with-timestamp): New function.
523         (gnus-message): Use them.
524
525         * nnheader.el (nnheader-message): Use them.
526
527 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
528
529         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
530         .newsrc.eld file.
531
532 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-agent.el (gnus-agent-fetch-headers)
535         (gnus-agent-retrieve-headers): Bind
536         gnus-decode-encoded-address-function to identity.
537
538         * nntp.el (nntp-send-xover-command): Recognize an xover command is
539         available also when the server returns simply a dot.
540
541         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
542
543 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
546
547 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
548
549         * gnus-ems.el (gnus-x-splash): Make it work.
550
551         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
552         from being used.
553
554         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
555
556 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
559         4th and the 5th arguments.
560
561         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
562         the front stickiness.
563         (gnus-article-summary-command-nosave): Correct the order of the
564         arguments passed to pop-to-buffer.
565         (gnus-article-read-summary-keys): Ditto; make it work properly when the
566         summary command ends up with the article buffer.
567
568         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
569         the same faces.
570
571 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
572
573         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
574
575 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
576
577         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
578         * gnus-sum.el (gnus-summary-highlight):
579         * pgg.el (pgg-sign-region, pgg-sign):
580         * mail-source.el (mail-source-delete-old-incoming-confirm):
581         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
582
583 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-art.el (gnus-mime-view-part-externally)
586         (gnus-mime-view-part-internally): Fix predicate function passed to
587         completing-read.
588
589         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
590
591         * gnus.el (gnus-update-message-archive-method): Add :version.
592
593 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * gnus.el (gnus-update-message-archive-method): New variable.
596
597         * gnus-start.el (gnus-setup-news): Update saved "archive" method
598         according to gnus-message-archive-method if
599         gnus-update-message-archive-method is non-nil.
600
601 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
604         by Loic Dachary <loic@dachary.org>.
605         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
606
607 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * message.el (message-pop-to-buffer): Add switch-function argument.
610         (message-mail): Pass switch-function argument to it.
611
612 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
613
614         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
615         Improve doc string.
616
617 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
620         (gnus-header-content)
621         * gnus-cite.el (gnus-cite-10)
622         * gnus-srvr.el (gnus-server-closed)
623         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
624         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
625         (gnus-group-mail-3-empty, gnus-group-mail-low)
626         (gnus-group-mail-low-empty, gnus-splash)
627         * message.el (message-header-to, message-header-cc)
628         (message-header-subject, message-header-other, message-header-name)
629         (message-header-xheader, message-separator, message-cited-text)
630         (message-mml): Lighten colors of faces used for dark background.
631
632 2007-05-24  Simon Josefsson  <simon@josefsson.org>
633
634         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
635         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
636
637 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * message.el (message-narrow-to-headers-or-head): Ignore
640         mail-header-separator in the body.
641
642 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
645         same as window size.
646
647 2007-05-22  Kevin Ryde  <user42@zip.com.au>
648
649         * message.el (message-font-lock-keywords): Use message-header-xheader
650         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
651         ahead of the anything pattern, to get it recognised.
652
653 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
654
655         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
656         spam.el loads uses it in the compiled defadvice form.
657
658 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
659
660         * gnus-sum.el (gnus-articles-to-read)
661         (gnus-summary-insert-old-articles): Don't truncate group name for
662         `read-string'.
663
664         * gnus-util.el (gnus-limit-string): Delete this function.
665
666         * gnus-sum.el (gnus-simplify-subject-fully): Use
667         `truncate-string-to-width' instead.
668
669 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
670
671         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
672         if, on summary exit, the next group has to be selected.
673         (gnus-summary-exit): Use it.
674
675 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * gnus-art.el (gnus-article-mode): Fix comment about displaying
678         non-break space.
679
680 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
683         Check if group is not a directory.
684         (nnfolder-request-expire-articles): Don't delete articles if the target
685         group is not available.
686
687         * nnml.el (nnml-request-create-group): Properly check if group is not a
688         file.
689         (nnml-request-expire-articles): Don't delete articles if the target
690         group is not available.
691
692         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
693         Don't quote characters that are within parentheses.
694
695 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
698         (gnus-handle-ephemeral-exit): Select article according to it.
699
700 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
701
702         * message.el (message-insert-formated-citation-line): Remove newline.
703         (message-citation-line-format): Add final \n here so that the user can
704         avoid a blank line.
705
706 2007-05-03  Dan Christensen  <jdc@uwo.ca>
707
708         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
709         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
710         Update lanl/arXiv support.
711
712 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
713
714         * gnus.el: Bump version number.
715
716 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * gnus.el (gnus-version-number): Bump version.
719
720 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
721
722         * gnus.el: No Gnus v0.6 is released.
723
724 2007-04-27  Didier Verna  <didier@xemacs.org>
725
726         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
727         * gmm-utils.el (gmm-regexp-concat): here.
728         * message.el: Don't require 'gnus-util.
729         (message-dont-reply-to-names): Handle name change above.
730         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
731
732 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
735         since the initial value varies according to the system.
736
737 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * mm-util.el (mm-charset-synonym-alist): Defcustom.
740
741 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
742
743         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
744
745 2007-04-24  Didier Verna  <didier@xemacs.org>
746
747         Improve the type of gnus-ignored-from-addresses.
748         * gnus-util.el (gnus-orify-regexp): New function.
749         * message.el (gnus-util): Require it.
750         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
751         * gnus-sum.el (gnus-ignored-from-addresses): New function.
752         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
753
754 2007-04-24  Didier Verna  <didier@xemacs.org>
755
756         * gnus-sum.el:
757         * gnus-utils.el: Fix some trailing whitespaces.
758
759 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
762         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
763         article's Message-ID; refer parent article in summary buffer.
764
765         * message.el (message-bounce): Call mime-to-mml.
766
767         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
768         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
769         optimize and/or forms properly.
770
771 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
772
773         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
774         URL.
775
776 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
779
780 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
783         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
784         displayed of multipart/alternative part if it is invoked from summary
785         buffer.
786
787         * mm-view.el (mm-inline-text-html-render-with-w3m)
788         (mm-inline-text-html-render-with-w3m-standalone)
789         (mm-inline-render-with-function): Use mail-parse-charset by default.
790
791 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
792
793         * parse-time.el (parse-time-string-chars): Check if CHAR
794         is less than the length of parse-time-syntax.
795
796 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
799         from gnus-newsgroup-processable.
800
801 2007-04-16  Didier Verna  <didier@xemacs.org>
802
803         * gnus-msg.el (gnus-configure-posting-styles): Handle
804         message-signature-directory properly with :file syntax. Reported by
805         "Leo".
806
807 2007-04-11  Didier Verna  <didier@xemacs.org>
808
809         New user option: message-signature-directory.
810         * gnus-msg.el (gnus-configure-posting-styles): Support it.
811         * message.el (message-insert-signature): Ditto.
812         * message.el (message-signature-file): Doc update.
813         * message.el (message-signature-directory): New.
814
815 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * gnus-msg.el (gnus-inews-yank-articles): Use
818         message-exchange-point-and-mark instead of exchange-point-and-mark.
819
820 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * message.el (message-yank-original): Make sure cited text ends with
823         newline; don't exchange point and mark.
824
825 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
826
827         * tls.el (open-tls-stream): Properly handle case where there
828         is no associated buffer.
829
830 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
831
832         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
833         message-yank-original, make sure (< mark TEXT point).
834
835 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
836
837         * message.el (message-fill-column): New variable.
838         (message-mode): Use it.  Add comment on a possible new hook.
839
840         * nnmail.el (nnmail-spool-file): Mark as obsolete.
841         (nnmail-get-new-mail): Reformat.
842
843         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
844
845         * gmm-utils.el: Fix Commentary.
846         (gmm-tool-bar-from-list): Fix typo in doc string.
847
848 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
849
850         * message.el (message-yank-original): Don't switch point and mark
851         unnecessarily to put point and mark as documented.
852
853 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
856         from the message heads.
857
858 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
859
860         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
861         article buffer does not have a window.  This may not be the best
862         solution but is certainly better than setting the start of the null,
863         that is the current, window.
864
865 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
866
867         * gnus-draft.el (gnus-draft-setup-hook): New hook.
868         (gnus-draft-setup): Run it.
869
870         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
871         gnus-score-fast-scoring.  Allow regexp.
872         (gnus-score-headers): Use it.
873
874         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
875         XEmacs.
876
877         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
878         string.
879         (gnus-button-alist): Also catch `<f1> k ...'.
880         (gnus-treat-display-x-face): Fix doc string.
881
882 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
883
884         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
885         evaluation of gnus-extended-version to ensure correct generation of the
886         User-Agent header when message-generate-headers-first is used.
887
888 2007-03-24  Simon Josefsson  <simon@josefsson.org>
889
890         * hashcash.el (hashcash-generate-payment-async): Don't crash if
891         hashcash-path is nil.  Don't call callback with incorrect number of
892         parameters if val is 0.
893
894 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
895
896         * message.el (message-required-news-headers):
897         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
898
899 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
900
901         * tls.el (open-tls-stream): In handshake-waiting loop,
902         don't wait more if there is output available to process.
903
904 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
905
906         * tls.el (tls-program): Doc fix.
907
908 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * message.el (message-generate-new-buffers): Change the meaning of the
911         nil value; add `standard' to the choices; treat t as `unique'; improve
912         doc string.
913         (gnus-select-frame-set-input-focus): Autoload.
914         (message-buffer-name): Search for the existing message buffer if
915         message-generate-new-buffers is nil or `standard'; treat the value t of
916         message-generate-new-buffers as `unique'.
917         (message-pop-to-buffer): Raise the frame already displaying the message
918         buffer; clear the echo area after querying.
919         (message-setup): Pass the `continue' argument to compose-mail.
920         (message-mail): Prefer `switch-function' if it is given; search for the
921         existing message buffer if the `continue' argument is non-nil; pass
922         continue and switch-function arguments to compose-mail by way of
923         message-setup.
924         (message-mail-other-window): Adjust argument of message-setup.
925         (message-mail-other-frame): Ditto.
926
927 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
930         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
931         to turn font-lock on when turning gnus-message-citation-mode on.
932
933 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
934
935         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
936         (mml-smime-function-alist): New variable; add epg as the backend.
937         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
938         mml-smime- functions instead.
939         * mm-view.el: Require smime.
940
941 2007-03-05  Didier Verna  <didier@xemacs.org>
942
943         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
944         instead of just inheritance for posting styles.
945         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
946
947 2007-02-24  Chris Moore  <dooglus@gmail.com>
948
949         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
950         * pgg-pgp.el (pgg-pgp-encrypt-region):
951         * pgg-gpg.el (pgg-gpg-encrypt-region):
952         Check pgg-encrypt-for-me if no other recipients.
953
954 2007-02-24  John Paul Wallington  <jpw@pobox.com>
955
956         * tls.el (tls-certtool-program): Fix custom type.
957
958 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
959
960         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
961         and point-at-eol instead of line-(beginning|end)-position.
962
963         * assistant.el (assistant-parse-buffer): Ditto.
964
965         * netrc.el (netrc-parse-services): Ditto.
966
967 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
968
969         * mml2015.el (mml2015-epg-find-usable-key): New function.
970         (mml2015-epg-sign): Use it.
971         (mml2015-epg-encrypt): Use it.
972
973 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * message.el (message-make-in-reply-to): Quote name containing
976         non-ASCII characters.  It will make the RFC2047 encoder cause an error
977         if there are special characters.  Reported by NAKAJI Hiroyuki
978         <nakaji@jp.freebsd.org>.
979
980 2007-02-27  Didier Verna  <didier@xemacs.org>
981
982         Include the group parameters as well as the topic ones in the
983         inheritance filter process.
984         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
985         argument GROUP-PARAMS-LIST.
986         * gnus-topic.el (gnus-group-topic-parameters): Use it.
987
988 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nntp.el (nntp-never-echoes-commands)
991         (nntp-open-connection-functions-never-echo-commands): New variables.
992         (nntp-send-command): Use them.
993
994 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
995
996         * mml2015.el (mml2015-epg-verify): Simplified.
997
998 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * mml.el (mml-content-disposition-alist): New user option.
1001         (mml-content-disposition): New function.
1002         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1003         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1004
1005 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1006
1007         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1008         verification.
1009
1010 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1011
1012         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1013         articles posted in the last 24 hours.
1014
1015 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1016
1017         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1018
1019 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1020
1021         * nntp.el (nntp-send-command): Don't wait for echoes when
1022         nntp-open-ssl-stream is used.
1023
1024 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1027         (gnus-message-add-citation-keywords)
1028         (gnus-message-remove-citation-keywords): Remove.
1029         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1030         directly, make the variables in font-lock-defaults buffer-local, add
1031         gnus-message-citation-keywords to them and then update the value of
1032         font-lock-keywords.
1033
1034 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * message.el (message-cite-original-1): Don't call
1037         gnus-article-highlight-citation.
1038
1039         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1040         citations; fix line count.
1041
1042 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1045         (gnus-message-add-citation-keywords)
1046         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1047         versions of font-lock-add-keywords and font-lock-remove-keywords to
1048         work with XEmacs correctly.
1049
1050 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * gnus-cite.el (gnus-cite-face-list): Set the values of
1053         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1054         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1055         (gnus-message-cite-prefix-regexp): New variable.
1056         (gnus-message-search-citation-line): Use it; protect against long
1057         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1058         the 0th match data for Emacs.
1059         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1060         (gnus-message-add-citation-keywords): Append keywords rather than
1061         prepending; emulate font-lock-add-keywords if it is not available.
1062         (gnus-message-remove-citation-keywords): Emulate
1063         font-lock-remove-keywords if it is not available.
1064
1065         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1066
1067         * message.el (message-cite-prefix-regexp): Set the value of
1068         gnus-message-cite-prefix-regexp.
1069
1070 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1071
1072         * nnweb.el (nnweb-google-parse-1): Update parser.
1073
1074 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1075
1076         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1077
1078 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1079
1080         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1081         regexp.
1082
1083 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1086         string-to-multibyte.
1087         (uudecode-decode-region-internal): Use it.
1088
1089         * lpath.el: Fbind string-as-multibyte for XEmacs.
1090
1091 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1092
1093         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1094         custom choice.
1095
1096         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1097
1098 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1099
1100         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1101
1102         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1103         `write-region' to respect `mm-inhibit-file-name-handlers'.
1104
1105 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1106
1107         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1108         Use gnus-home-directory instead of "~/" or "$HOME".
1109
1110 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1113         to mention filename.
1114         Add comments at beginning regarding usage.
1115         (encrypt-write-file-contents): Change interactive so a string is
1116         acceptable.  If the file has no associated model, show an error instead
1117         of a nonsense prompt.
1118
1119 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1120
1121         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1122         Thanks to Yoshihiko Yamada for kind notification of this typo.
1123
1124 2007-01-12  Kenichi Handa  <handa@m17n.org>
1125
1126         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1127         multibyte buffer.
1128
1129 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1130
1131         * gnus-score.el (gnus-score-fast-scoring): New variable.
1132         (gnus-score-headers): Use it.
1133
1134         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1135
1136         * message.el (message-cite-original-1): Call
1137         gnus-article-highlight-citation if requested.
1138
1139         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1140
1141         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1142         bugs to doc string.
1143         (gnus-button-alist): Add mid\\|message-id.
1144         (gnus-button-fetch-group): Extend for use in
1145         `browse-url-browser-function'.
1146         (gnus-button-url-regexp): Try to catch paired parentheses like in
1147         Wikipedia URLs.
1148
1149         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1150         Suggested by Simon Krahnke <overlord@gmx.li>.
1151
1152 2007-01-13  Romain Francoise  <romain@orebokech.com>
1153
1154         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1155         Update copyright.
1156
1157 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1158
1159         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1160
1161 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1162
1163         * gnus-registry.el (gnus-registry-unfollowed-groups)
1164         (gnus-registry-split-fancy-with-parent): Fix documentation.
1165
1166 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1169         from nnweb groups.
1170
1171 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1174         Xref urls.  Erase buffer before requesting head.
1175
1176 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1177
1178         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1179         customizable.
1180
1181 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1182
1183         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1184         no signing key is found.
1185         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1186         no encrypting and/or signing key is found.
1187
1188 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1189
1190         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1191
1192 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1193
1194         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1195         headers read from disk with the ones newly found in the current search.
1196         This should no longer cause problems, because the article numbers in
1197         Gmane's `nov.php' output are ignored since the previous change.
1198
1199 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1200
1201         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1202
1203 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1206         replace-regexp-in-string; bind url-version; fbind display-images-p and
1207         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1208         find-face and set-itimer-function for Emacs; bind itimer-list for
1209         Emacs.
1210
1211         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1212
1213 2007-01-01  Romain Francoise  <romain@orebokech.com>
1214
1215         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1216
1217 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1218
1219         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1220         `define-minor-mode' macro definition expanded properly.
1221         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1222         exclude it there.
1223
1224         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1225         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1226         `fboundp' test.
1227         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1228         This is OK to autoload in (S)XEmacs now.
1229
1230 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1233         keystroke.
1234         (gnus-summary-limit-to-singletons): Fix typo.
1235
1236         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1237         else fails.
1238
1239 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1240
1241         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1242         docstring.
1243
1244         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1245         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1246         (gnus-summary-insert-dormant-articles): Fix typo in message.
1247
1248 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1249
1250         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1251         nil for XEmacs.
1252         (gnus-message-citation-mode): Don't autoload in XEmacs.
1253
1254         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1255
1256 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1257
1258         * nnimap.el (nnimap-expunge-search-string): Mention
1259         nnimap-search-uids-not-since-is-evil in docstring.
1260
1261 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1262
1263         * spam.el: Revert to make-obsolete-variable because
1264         define-obsolete-variable-alias is not supported in Emacs 21.
1265
1266         * spam.el (spam-ifile-path, spam-ifile-database-path)
1267         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1268         make-obsolete-variable.
1269         (spam-bsfilter-path, spam-bsfilter-program)
1270         (spam-spamassassin-path, spam-spamassassin-program)
1271         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1272         use "path" inappropriately.
1273         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1274         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1275         variable names.
1276
1277 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1278
1279         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1280         summary buffer.
1281
1282         * password.el (password-cache-remove): Use clear-string to burn
1283         password, if available.
1284
1285 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1288
1289         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1290
1291         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1292         (gnus-message-highlight-citation): Move defcustom here from
1293         gnus-cite.el.
1294         (gnus-message-citation-mode): Autoload.
1295
1296         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1297         checks to make it compile with XEmacs.
1298         (gnus-message-citation-mode): New minor mode.
1299         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1300         (gnus-message-highlight-citation): New variables.
1301         (gnus-message-search-citation-line)
1302         (gnus-message-add-citation-keywords)
1303         (gnus-message-remove-citation-keywords)
1304         (turn-on-gnus-message-citation-mode)
1305         (turn-off-gnus-message-citation-mode): New functions.
1306
1307 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1308
1309         * gnus-cite.el: Enable highlighting of different citation levels in
1310         message-mode.
1311
1312 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * message.el (message-make-fqdn): Fix comment.
1315         (message-bogus-system-names): Add ".local".
1316
1317         * spam.el (spam-ifile-path, spam-ifile-program)
1318         (spam-ifile-database-path, spam-ifile-database)
1319         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1320         Don't use "path" inappropriately.
1321         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1322         strings.
1323         (spam-check-ifile, spam-ifile-register-with-ifile)
1324         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1325         new variable names.
1326
1327         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1328         (gnus-treat-display-smileys): Simplify using
1329         gnus-image-type-available-p.
1330
1331         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1332         available.
1333
1334         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1335         `display-images-p' if available.
1336
1337 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1340         one after turning on the buffer's multibyteness instead of decoding
1341         them directly in the unibyte buffer that causes unexpected conversion
1342         in Emacs 23 (unicode).
1343
1344 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1345
1346         * message.el (message-generate-hashcash): Fix custom type.
1347
1348 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1351
1352 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1355         disconnect icons.  Add help text.
1356
1357 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1358
1359         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1360         negated to be consistent with the others we handle.
1361
1362 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1365         version of gnus-summary-buffer to something, so that we can use two
1366         article buffers at the same time.
1367
1368 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1371         trigger all the extra headers.
1372         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1373         sorting.
1374
1375 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1376
1377         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1378         solid groups.
1379
1380 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1381
1382         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1383
1384 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1385
1386         * legacy-gnus-agent.el: Add Copyright notice.
1387
1388 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1389
1390         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1391
1392 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1395
1396         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1397         to make it work reliably in CVS Emacs.
1398         (gnus-summary-limit-strange-charsets-predicate)
1399         (gnus-summary-limit-to-predicate): New functions.
1400
1401 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1402
1403         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1404         specifying array size.
1405         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1406         array if it is too small.
1407         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1408         (gnus-sort-threads-loop): New function.
1409
1410 2006-12-06  Chris Moore  <dooglus@gmail.com>
1411
1412         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1413         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1414
1415 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1416
1417         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1418         options.
1419
1420 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1423         DOS-ing the recipient.
1424
1425         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1426         the headers when creating the mapping to avoid mismappings.
1427         (nnweb-gmane-create-mapping): Always nix out old mapping.
1428
1429 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1432         and mm-verify-option to never.
1433
1434 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * message.el (message-signed-or-encrypted-p): New function.
1437         (message-forward-make-body): Use it.
1438
1439         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1440         Replace encode-coding-string with mm-encode-coding-string.
1441
1442 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * nneething.el (nneething-decode-file-name): Replace
1445         decode-coding-string with mm-decode-coding-string.
1446
1447         * gnus-int.el (gnus-open-server): Say failed server's name.
1448
1449 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1450
1451         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1452         strings to a single string.  Quote `errors-file-name'.
1453         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1454         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1455         Adjust calls.  Use `shell-quote-argument'.
1456
1457 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1458
1459         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1460         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1461
1462         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1463         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1464         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1465         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1466         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1467         (gnus-subscribe-newsgroup, gnus-1):
1468         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1469         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1470         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1471         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1472
1473 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1476         keystroke.
1477         (gnus-summary-limit-to-bodies): Implement headersp.
1478
1479 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1482
1483 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1486
1487 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * message.el (message-generate-hashcash): Expand range of values to
1490         include `opportunistic'.
1491         (message-send-mail): Use it.
1492
1493 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1494
1495         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1496         and comment it.
1497
1498         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1499
1500 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1501
1502         * gnus-util.el (gnus-extract-address-components): Improve comment.
1503
1504 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-util.el (gnus-extract-address-components): Work with address in
1507         which the name portion contains @.
1508
1509         * lpath.el: Fbind custom-autoload.
1510
1511 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1512
1513         * gnus.el (gnus-start): Move custom group up.
1514         (gnus-select-method): Don't autoload, but make it available for
1515         `customize-variable'.
1516         (gnus-getenv-nntpserver): Don't autoload.
1517
1518 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1521
1522 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * message.el (message-sendmail-extra-arguments): New variable.
1525         (message-send-mail-with-sendmail): Use it.
1526
1527 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1530         mm-with-unibyte-current-buffer to make string unibyte.
1531
1532         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1533         mm-string-as-multibyte.
1534
1535 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1536
1537         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1538         Reported by Werner Koch <wk@gnupg.org>.
1539
1540 2006-11-14  Daiki Ueno  <ueno@p360>
1541
1542         * mml2015.el: Autoload epa-select-keys when compiling.
1543
1544 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1545
1546         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1547         message-options.
1548         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1549
1550 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1551
1552         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1553         EasyPG (< 0.0.6).
1554         (mml2015-always-trust): New user option.
1555         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1556         prompt.
1557
1558 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * nntp.el (nntp-authinfo-force): New variable.
1561         (nntp-send-authinfo): Use it.
1562
1563 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1564
1565         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1566         decode encoded words.  Improve prompt.  Add comment about forwarding.
1567         (message-replacement-char): Move up.
1568
1569 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1570
1571         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1572         instead of gnus-intersection because arguments of gnus-sorted-nunion
1573         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1574
1575 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1576
1577         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1578         (message-simplify-subject-functions): Enable
1579         message-strip-subject-encoded-words by default.
1580
1581 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1582
1583         * message.el (message-strip-subject-encoded-words): New function
1584         (message-simplify-subject-functions): New variable.
1585         (message-simplify-subject): Use it.  Fix typo in doc string.
1586         Support message-strip-subject-encoded-words.
1587
1588 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1589
1590         * gnus-diary.el (gnus-diary-delay-format-function):
1591         * nndiary.el (nndiary-reminders):
1592         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1593
1594 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * gnus-art.el (article-hide-boring-headers): Fetch date from
1597         gnus-original-article-buffer to avoid problems with localized date
1598         strings.
1599
1600 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1603
1604 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1605
1606         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1607         New variables.
1608         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1609         (mm-charset-synonym-alist): Move some entries to
1610         mm-codepage-iso-8859-list.
1611         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1612         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1613
1614 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1617
1618 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1621         with Emacs 21 and XEmacs.
1622
1623 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1624
1625         * spam.el (spam-parse-address): New function for better parsing,
1626         catching errors, etc.
1627         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1628
1629 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * mm-view.el: Add interactive arg to html2text autoload.
1632
1633 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1636
1637 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1640         variables.
1641         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1642         (mm-charset-synonym-alist): Move some entries to
1643         mm-codepage-iso-8859-list.
1644
1645         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1646
1647 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1648
1649         * message.el (message-citation-line-format)
1650         (message-insert-formated-citation-line): Fix implementation of %E, %N
1651         and %n according to the doc string.
1652
1653 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1654
1655         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1656         car-safe to avoid bad parses.
1657
1658 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1661         names.
1662
1663         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1664
1665 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1668         header.
1669
1670         * message.el (message-draft-headers): Add Date.
1671         (message-headers-to-generate): Fix typo in docstring.
1672
1673         * nndraft.el (nndraft-required-headers): New variable.
1674         (nndraft-generate-headers): Use it.
1675
1676         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1677
1678 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1679
1680         * gnus-registry.el (gnus-registry-wash-for-keywords)
1681         (gnus-registry-find-keywords): New functions to allow easy searching of
1682         articles that are in the registry.
1683
1684 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1687         ietf-drums-parse-address instead of gnus-extract-address-components.
1688         Reported by Damien Elmes <damien@repose.cx>.
1689
1690 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1691
1692         * gnus.el (gnus-mime): Remove unused custom group.
1693
1694 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1695
1696         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1697         "blank line" when searching for end of armor headers.
1698
1699 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * gmm-utils.el (gmm-write-region): Fix variable name.
1702
1703 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1704
1705         * gmm-utils.el (gmm-write-region): New function based on compatibility
1706         code from `mm-make-temp-file'.
1707
1708         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1709
1710         * nnmaildir.el (nnmaildir--update-nov)
1711         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1712         Use `gmm-write-region'.
1713
1714 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1715
1716         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1717         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1718
1719         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1720
1721         * message.el (message-replacement-char): New variable.
1722         (message-fix-before-sending): Use it.
1723         (message-simplify-subject): New function to remove duplicate code.
1724         (message-reply, message-followup): Use it.
1725
1726         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1727         gnus-summary-limit-to-articles.
1728
1729 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * gnus-util.el (gnus-with-local-quit): New macro.
1732
1733         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1734
1735 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1738         ignore non-string data.
1739
1740 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1741
1742         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1743         non-string data (needs to be done in the registry too).
1744
1745 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1746
1747         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1748         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1749         (gnus-registry-split-fancy-with-parent)
1750         (gnus-registry-fetch-simplified-message-subject-fast)
1751         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1752         Remove text properties on ingress into the registry and when it's saved.
1753         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1754         registry from entries with no groups.
1755
1756 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1757
1758         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1759         function to remove string properties.
1760
1761 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * gmm-utils.el (gmm): Adjust custom version.
1764
1765         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1766         custom version.
1767
1768         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1769
1770 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1771
1772         * gnus-art.el (gnus-insert-prev-page-button)
1773         (gnus-insert-next-page-button): Simplify.  Reformat.
1774
1775 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1776
1777         * gnus-art.el (gnus-insert-prev-page-button)
1778         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1779
1780 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1781
1782         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1783
1784 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1785
1786         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1787         gnus-article-button-face to MIME and security buttons.
1788
1789 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1792         readable.
1793
1794 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1797
1798 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1799
1800         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1801         `browse-url-of-file' instead of `browse-url'.
1802
1803 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1804
1805         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1806         regexp.  Articles containing quotation were cut prematurely.
1807
1808 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * message.el (message-cite-original-1): Use nobody by default for the
1811         value of From header.
1812         (message-reply): Ditto.
1813
1814 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1815
1816         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1817         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1818         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1819
1820 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1823         mails in the doc string.  Add some URLs in comment.
1824         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1825
1826 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1829         backslashes handling and the way to find boundaries of quoted strings.
1830
1831 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1832
1833         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1834         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1835         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1836         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1837
1838 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1839
1840         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1841         doc string.
1842         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1843
1844 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * lpath.el: Fbind epg-check-configuration.
1847
1848 2006-09-06  Simon Josefsson  <jas@extundo.com>
1849
1850         * mml2015.el (mml2015-use): Doc fix, mention epg.
1851
1852 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1853
1854         * mml2015.el (mml2015-use): Default to epg, if available.
1855
1856 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1857
1858         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1859         message-sender.
1860         (mml1991-epg-encrypt): Ditto.
1861         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1862         message-sender.
1863         (mml2015-epg-encrypt): Ditto.
1864
1865 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1866
1867         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1868         several common directories.
1869
1870 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1871
1872         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1873         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1874
1875 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (article-decode-encoded-words): Make it fast.
1878
1879 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1882
1883         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1884         in quoted string into `\'.
1885
1886 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1889         Use standard-syntax-table.
1890
1891 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * gnus-art.el (gnus-decode-address-function): New variable.
1894         (article-decode-encoded-words): Use it to decode headers which are
1895         assumed to contain addresses.
1896         (gnus-mime-delete-part): Remove useless `or'.
1897
1898         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1899         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1900         (gnus-nov-parse-line): Use it to decode From header.
1901         (gnus-get-newsgroup-headers): Ditto.
1902         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1903
1904         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1905         (mail-decode-encoded-address-string): New alias.
1906
1907         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1908         New function.
1909         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1910         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1911         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1912         (rfc2047-decode-string): Ditto.
1913         (rfc2047-decode-address-region): New function.
1914         (rfc2047-decode-address-string): New function.
1915
1916 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1917
1918         * message.el (message-caesar-buffer-body): Allow rotating headers.
1919
1920         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1921
1922         * message.el (message-insert-formated-citation-line): Fix %f.
1923         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1924
1925 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1928         (gnus-bookmark-mouse-available-p): New macro.
1929         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1930         (gnus-bookmark-bmenu-show-infos): Use it.
1931         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1932         (gnus-bookmark-bmenu-hide-infos): Ditto.
1933         (gnus-bookmark-remove-properties): New function.
1934         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1935         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1936         (gnus-bookmark-write-file): Bind coding-system-for-write.
1937         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1938         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1939         group before selecting it.
1940         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1941         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1942         quit-window if it is not available; use gnus-mouse-2 and bind it to
1943         gnus-bookmark-bmenu-select-by-mouse.
1944         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1945         (gnus-bookmark-bmenu-select-by-mouse): New function.
1946
1947 2006-08-13  Romain Francoise  <romain@orebokech.com>
1948
1949         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1950         space.
1951
1952 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * compface.el (uncompface): Use binary rather than raw-text-unix.
1955
1956 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * compface.el (uncompface): Make sure the eol conversion doesn't take
1959         place when communicating with the external programs.  Reported by
1960         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1961
1962 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1963
1964         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1965
1966 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1967
1968         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1969         Make it more robust by parsing author and date independently.
1970
1971 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1974
1975 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1976
1977         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1978         first matching secret key.
1979         (mml2015-epg-encrypt): Ditto.
1980
1981         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1982         first matching secret key.
1983         (mml1991-epg-encrypt): Ditto.
1984
1985         * mml2015.el (mml2015-encrypt-to-self): New user option.
1986         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1987         mml2015-epg-encrypt-to-self is set.
1988
1989         * mml1991.el (mml1991-encrypt-to-self): New variable.
1990         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1991         mml1991-epg-encrypt-to-self is set.
1992
1993         * mml2015.el (mml2015-signers): New user option.
1994         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1995         (mml2015-epg-encrypt): Allow to select signing keys.
1996
1997         * mml1991.el (mml1991-signers): New variable.
1998         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1999         (mml1991-epg-encrypt): Allow to select signing keys.
2000
2001 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * nnheader.el (nnheader-insert-head): Make it work even if the file
2004         uses CRLF for the line-break code.
2005
2006 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2007
2008         * mml2015.el: Require mml-sec instead of password.
2009         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2010         (mml2015-cache-passphrase): Inherit the default value from
2011         mml-secure-cache-passphrase.
2012         (mml2015-passphrase-cache-expiry): Inherit the default value from
2013         mml-secure-passphrase-cache-expiry.
2014
2015         * mml1991.el: Require mml-sec instead of password.
2016         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2017         (mml1991-cache-passphrase): Inherit the default value from
2018         mml-secure-cache-passphrase.
2019         (mml1991-passphrase-cache-expiry): Inherit the default value from
2020         mml-secure-passphrase-cache-expiry.
2021
2022         * mml-sec.el: Require password.
2023         (mml-secure-verbose): New user option.
2024         (mml-secure-cache-passphrase): New user option.
2025         (mml-secure-passphrase-cache-expiry): New user option.
2026
2027 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2028
2029         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2030         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2031         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2032
2033         FIXME: Use `tiny change'?
2034
2035 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2036
2037         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2038         workaround for the url package included with Emacs.
2039
2040         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2041
2042 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2045         correctly.  This fixes a bug caused by the 2006-05-12 change.
2046
2047 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2048
2049         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2050         some information about the error when saying that the `bogus' mail
2051         group will be used.
2052
2053 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2056         string.
2057
2058 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2059
2060         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2061
2062 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2063
2064         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2065
2066 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2067
2068         * mml1991.el (mml1991-function-alist): Add epg.
2069         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2070         (mml1991-epg-encrypt): New functions.
2071
2072 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2073
2074         * mml2015.el (mml2015-verbose): New variable.
2075         (mml2015-cache-passphrase): Ditto.
2076         (mml2015-passphrase-cache-expiry): Ditto.
2077         (mml2015-function-alist): Add epg.
2078         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2079         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2080         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2081         functions.
2082
2083 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2084
2085         * message.el (message-cite-original-1): Preserve region when removing
2086         quoted text due to X-No-Archive in order to avoid bogus attribution
2087         when citing multiple messages.
2088
2089 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2090
2091         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2092         Kenneth Jacker <khj@be.cs.appstate.edu>.
2093
2094 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * gnus-diary.el (gnus-user-format-function-d)
2097         (gnus-user-format-function-D): Autoload.
2098
2099         * imap.el (Commentary): Fix typo.
2100
2101         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2102         2006-04-22 contribution.
2103
2104 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2105
2106         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2107         It didn't really fix the bogosity I'm seeing with solid web groups.
2108
2109 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2110
2111         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2112         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2113         created using server names.  If we use the feature without declaring
2114         it, Gnus does not properly manage server and group state.
2115
2116         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2117         bound.
2118
2119 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2120
2121         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2122         looking up the method using GROUP's prefix before inventing a new one.
2123         It is used on killed/unknown groups in various places where returning
2124         an all-new method isn't expected by the caller.
2125
2126         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2127         and match semantics of gnus-group-real-prefix.
2128
2129 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2130
2131         * nnmail.el (nnmail-broken-references-mailers): New variable.
2132         (nnmail-ignore-broken-references): New function generalizing
2133         nnmail-fix-eudora-headers.
2134         (nnmail-fix-eudora-headers): Now obsolete.
2135
2136         * gnus-art.el (gnus-button-handle-custom): Support
2137         `customize-apropos*'.
2138
2139 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2142
2143         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2144         articles.
2145
2146 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2147
2148         * message.el (message-cite-reply-above): New variable.
2149         (message-yank-original): Use it.
2150
2151 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2154
2155 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2156
2157         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2158         as read.
2159
2160         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2161
2162 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2165         (gnus-bookmark-default-file): Use gnus-directory.
2166         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2167         Remove "*" in doc string.
2168         (gnus-bookmark-write-file): Simplify.
2169         (gnus-bookmark-maybe-sort-alist): Use `when'.
2170         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2171         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2172         FIXME about Emacs 21 and XEmacs compatibility.
2173         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2174         compatibility.
2175         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2176         compatibility.
2177         (gnus-bookmark-menu-heading): Fix version.
2178
2179 2006-06-19  Bastien Guerry  <bzg@altern.org>
2180
2181         * gnus-bookmark.el: New file.
2182
2183 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * message.el (message-syntax-checks): Doc fix.
2186
2187 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2188
2189         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2190         unsubscribed groups as if they were killed ones.  It causes duplicate
2191         entries in gnus-newsrc-alist.
2192
2193 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * message.el (message-syntax-checks): Doc fix.
2196         (message-send-mail): Add check for continuation headers.
2197         (message-check-news-header-syntax): Fix regexp used to check for
2198         continuation headers.
2199
2200 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2203
2204 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2205
2206         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2207
2208 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2211         default-truncate-lines.
2212
2213 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2216         to fill the utf-8 entry.
2217
2218         * lpath.el: Fbind unicode-precedence-list.
2219
2220 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2221
2222         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2223
2224 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2225
2226         * gnus-agent.el (directory-files-and-attributes): Move all the way
2227         forward (the third and final move).
2228         (gnus-agent-read-agentview): Trap reconstruction errors due to
2229         nonexistant directory.  Handle by returning nil.
2230
2231 2006-05-30  Didier Verna  <didier@xemacs.org>
2232
2233         * message.el (message-dont-reply-to-names): Update the custom type.
2234         * message.el (message-dont-reply-to-names): New defsubst: potentially
2235         convert a list of regexps into a single one.
2236         * message.el (message-get-reply-headers): Use it.
2237         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2238
2239 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-agent.el (directory-files-and-attributes): Move forward.
2242
2243 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2244
2245         * gnus-ml.el (gnus-mailing-list-subscribe)
2246         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2247         (gnus-mailing-list-message): Fix doc strings.
2248
2249 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2250
2251         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2252         of doing it manually.
2253
2254 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2257         comment.
2258
2259 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2260
2261         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2262         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2263         (gnus-agent-read-local): All symbols allocated in my-obarray
2264         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2265         (gnus-agent-regenerate-group): Check numeric names to see if they are
2266         messages or groups.
2267         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2268         better way of do this...)
2269
2270         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2271         'dummy.group' (there should be a better way of do this...)
2272
2273 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2276         (gnus-saved-headers): Ditto.
2277         (gnus-default-article-saver): Mention functions may have properties.
2278         (gnus-article-save): Override gnus-save-all-headers and
2279         gnus-saved-headers by :headers property which saver function may have.
2280         (gnus-summary-save-in-file): Add :headers property.
2281         (gnus-summary-write-to-file): Ditto.
2282
2283         * gnus-sum.el (gnus-summary-save-article): Bind
2284         gnus-prompt-before-saving to t when saving many articles in a file;
2285         always show all headers.
2286
2287         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2288
2289 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2292         marks.
2293
2294         * message.el (message-indent-citation): Add optional arguments to allow
2295         using it outside of message buffers.
2296
2297         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2298         (gnus-article-treat-unfold-headers): Use it.
2299         (gnus-article-truncate-lines): New variable.
2300         (gnus-article-mode): Use it.
2301         (gnus-article-toggle-truncate-lines): New function.
2302
2303         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2304         gnus-article-toggle-truncate-lines.
2305
2306         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2307         coding system in XEmacs, use binary.
2308
2309 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2312         after-load-alist.
2313
2314         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2315         this function should save decoded articles.
2316         (gnus-summary-write-to-file): Use property to specify this function
2317         should save decoded articles and specify gnus-summary-save-in-file
2318         should be used to save articles other than the first one when saving
2319         many articles.
2320         (gnus-summary-save-body-in-file): Use property to specify this
2321         function should save decoded articles.
2322         (gnus-summary-write-body-to-file): Use property to specify this
2323         function should save decoded articles and specify
2324         gnus-summary-save-body-in-file should be used to save articles other
2325         than the first one when saving many articles.
2326
2327         * gnus-sum.el (gnus-summary-save-article): Simplify.
2328
2329 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus-art.el (gnus-default-article-saver): Add
2332         gnus-summary-write-body-to-file.
2333         (gnus-article-save-coding-system): Don't use coding system object
2334         in XEmacs.
2335         (gnus-read-save-file-name): Add optional `dir-var' argument which
2336         specifies directory in which files are saved; work even if optional
2337         `variable' argument is not specified.
2338         (gnus-summary-write-to-file): Read file name.
2339         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2340         (gnus-summary-write-body-to-file): New function.
2341
2342         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2343         (gnus-summary-local-variables): Add it.
2344         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2345         (gnus-summary-save-article): Remove optional `decode' argument;
2346         determine whether to decode articles by the value of
2347         gnus-default-article-saver; when saving many files using
2348         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2349         it first and use gnus-summary-save-in-file or
2350         gnus-summary-save-body-in-file thereafter unless
2351         gnus-prompt-before-saving is always; move point to article which
2352         will be saved.
2353         (gnus-summary-save-article-file): Revert.
2354         (gnus-summary-write-article-file): Revert.
2355         (gnus-summary-save-article-body-file): Revert.
2356         (gnus-summary-write-article-body-file): New function.
2357
2358 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * gnus-art.el (gnus-default-article-saver): Doc fix.
2361         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2362         from gnus-summary-save-article-coding-system, and default to a
2363         certain coding system.
2364         (gnus-output-to-file): Add coding cookie and encode text according
2365         to gnus-article-save-coding-system; don't use mm-append-to-file.
2366
2367         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2368         gnus-art.el and rename to gnus-article-save-coding-system.
2369         (gnus-summary-save-article): Require gnus-art; don't show all
2370         headers if it decodes articles; don't add coding cookie here;
2371         don't bind mm-text-coding-system-for-write.
2372         (gnus-summary-save-article-file): Save decoded articles.
2373         (gnus-summary-write-article-file): When saving many files, use
2374         gnus-summary-write-to-file first and gnus-summary-save-in-file
2375         thereafter unless gnus-prompt-before-saving is always.
2376         (gnus-summary-save-article-body-file): Save decoded articles.
2377
2378         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2379
2380 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * nnrss.el (nnrss-check-group): Bind hash-index.
2383
2384 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2385
2386         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2387         its hash index.  Store this hash in `nnrss-group-data'.
2388         (nnrss-read-group-data): Update accordingly.
2389
2390 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2391
2392         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2393         entry.
2394
2395         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2396         gnus-article-browse-html-article.
2397
2398 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2399
2400         * gnus-sum.el (gnus-summary-mime-map): Add
2401         gnus-article-browse-html-article.
2402
2403         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2404
2405 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2406
2407         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2408         suitable coding systems in customize.
2409
2410 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2411
2412         * mail-source.el (mail-sources): Fix custom type.
2413
2414 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2417         (gnus-summary-expire-articles-now): Shorten prompt.
2418
2419         * gmm-utils.el (wid-edit): Require.
2420         (defun-gmm): Renamed from `gmm-defun-compat'.
2421         (gmm-image-search-load-path): Use it.
2422         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2423
2424 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2427         variable.
2428         (gnus-summary-save-article): Add optional `decode' argument.  If
2429         it is set and gnus-summary-save-article-coding-system is non-nil,
2430         save decoded article.
2431         (gnus-summary-write-article-file): Save decoded article if
2432         gnus-summary-save-article-coding-system is non-nil.
2433
2434         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2435         type.
2436
2437 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2440
2441 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2444         first to test gnus-single-article-buffer which may be buffer-local.
2445
2446         * gnus-sum.el (gnus-summary-setup-buffer): Make
2447         gnus-single-article-buffer buffer-local and nil in ephemeral
2448         group; make gnus-article-buffer, gnus-article-current, and
2449         gnus-original-article-buffer always buffer-local.
2450         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2451         group.
2452         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2453
2454 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2455
2456         * nnml.el (nnml-request-compact-group): Compressed files might not
2457         have .gz extension.
2458
2459 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2460
2461         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2462         (mm-copy-to-buffer): Use with-current-buffer.
2463         (mm-display-part): Simplify.
2464         (mm-inlinable-p): Add optional arg `type'.
2465
2466 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2467
2468         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2469         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2470         Try harder to show the attachment internally or externally using
2471         gnus-mime-view-part-as-type.
2472
2473 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2474
2475         * message.el (message-from-style, message-signature-separator)
2476         (message-user-organization-file, message-send-mail-function)
2477         (message-citation-line-function, message-yank-prefix)
2478         (message-indent-citation-function, message-signature)
2479         (message-signature-file, message-signature-insert-empty-line):
2480         Remove autoloads.
2481
2482         * gnus-art.el (gnus-buttonized-mime-types): Remove
2483         "multipart/signed".  Revert 2006-04-26 change.
2484
2485 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * gnus.el (gnus-version-number): Bump version.
2488
2489 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2490
2491         * gnus.el: No Gnus v0.5 is released.
2492
2493 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2494
2495         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2496         fetching articles by message-id.
2497
2498 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * message.el (hashcash): Require hashcash as normal.
2501
2502         * ecomplete.el (ecomplete-highlight-match-line): Use
2503         point-at-eol.
2504         (ecomplete-highlight-match-line): Use `highlight', because that
2505         face exists in both Emacs and XEmacs.
2506
2507         * message.el (message-display-abbrev): Use point-at-bol.
2508
2509         * mail-source.el: Don't require timer/timer-funcs.
2510
2511         * gnus-async.el: Ditto.
2512
2513         * password.el: Ditto.
2514
2515         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2516
2517         * mm-url.el: Ditto.
2518
2519         * gnus-xmas.el: Don't require timer-funcs.
2520
2521         * mm-util.el: Require timer/timer-funcs.
2522
2523 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2524
2525         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2526         Close.
2527
2528 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2531         unibyte after clear-decrypt function runs.
2532
2533         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2534         returns as a unibyte string.
2535
2536 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * lpath.el: Revert.
2539
2540         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2541         (pgg-gpg-process-sentinel): Revert.
2542
2543         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2544         (pgg-pgp-lookup-key): Revert.
2545
2546         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2547         (pgg-pgp5-lookup-key): Revert.
2548
2549         * pgg.el (pgg-fetch-key): Revert.
2550
2551 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * lpath.el: Fbind string-as-multibyte for XEmacs.
2554
2555         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2556         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2557         (mml1991-pgg-encrypt): Ditto.
2558
2559         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2560         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2561         a multibyte buffer.
2562
2563         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2564         (pgg-pgp-lookup-key): Ditto.
2565
2566         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2567         (pgg-pgp5-lookup-key): Ditto.
2568
2569         * pgg.el (pgg-fetch-key): Ditto.
2570
2571 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2572
2573         * message.el (message-user-organization-file): Check several
2574         locations of the organization file.
2575
2576         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2577         Add gnus-article-view-part-as-type.
2578
2579         * gnus-art.el (gnus-article-view-part-as-type): New function.
2580
2581         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2582         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2583
2584         * mml.el: Simplify autoload.
2585         (mml-mode): defvar dnd-protocol-alist instead of using
2586         symbol-value.
2587         (mml-default-directory): New variable.
2588         (mml-minibuffer-read-file): Use it.
2589         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2590
2591         * message.el (message-citation-line-format): New variable.
2592         (message-insert-formated-citation-line): New function.
2593         (message-citation-line-function): Add
2594         `message-insert-formated-citation-line' to custom type.
2595
2596         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2597         to doc string.
2598
2599         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2600         depending on mm-verify-option.
2601
2602 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2605         binding pgg-* variables; reimplement the section which prevents
2606         MIME header from being signed.
2607         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2608         pgg-text-mode; remove a blank line at the top of body.
2609
2610         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2611         lines at the top of body; use gnus-newsgroup-charset if there's no
2612         Charset header.
2613
2614 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * message.el (message-self-insert-commands): Doc fix.
2617
2618         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2619         (mm-uu-pgp-encrypted-test): Ditto.
2620         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2621         between header and body; return application/pgp-encrypted handle
2622         if decryption failed; decode decrypted body by charset.
2623
2624         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2625         element match to application/pgp-*.
2626
2627 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2628
2629         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2630         HTML.
2631
2632 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * mail-source.el (mail-source-call-script): Message the error
2635         string.
2636
2637 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus-util.el (gnus-byte-compile): Use it.
2640
2641 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2642
2643         * gnus-util.el (kill-empty-logs): New function.
2644
2645 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * message.el (message-mail-alias-type): Doc fix.
2648         (message-mail-alias-type-p): New function.
2649         (message-send): Use it.
2650         (message-mode): Ditto.
2651         (message-strip-forbidden-properties): Ditto.
2652
2653         * ecomplete.el (ecomplete-database-file-coding-system): New
2654         variable.
2655         (ecomplete-save): Use it.
2656         (ecomplete-setup): Use it.
2657
2658 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * message.el (message-self-insert-commands): New variable.
2661         (message-strip-forbidden-properties): Use it.
2662
2663 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2666         that doesn't make XEmacs choke.
2667
2668 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2669
2670         * gnus-util.el (gnus-replace-in-string):
2671         Prefer replace-regexp-in-string over of replace-in-string.
2672
2673 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-util.el (gnus-select-frame-set-input-focus):
2676         Use select-frame-set-input-focus if it is available in XEmacs; use
2677         definition defined in Emacs 22 for old Emacsen.
2678
2679         * dgnushack.el: Autoload unmorse-region for XEmacs.
2680
2681         * lpath.el: Bind cursor-in-non-selected-windows and
2682         select-frame-set-input-focus for XEmacs.
2683
2684 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2687
2688 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2689
2690         * gnus-registry.el (gnus-registry-cache-save): Remove text
2691         properties when saving via the temp buffer.
2692
2693 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2694
2695         * message.el (message-generate-hashcash): Honor custom type.
2696
2697 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * message.el (message-generate-hashcash): Default to non-nil when
2700         hashcash is found.
2701
2702         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2703         (gnus-refer-thread-limit): Increase default to 500.
2704
2705         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2706
2707         * flow-fill.el (fill-flowed): Allow delete-space.
2708
2709 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2710
2711         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2712         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2713         Remove autoloads.
2714
2715 2006-04-18  Simon Josefsson  <jas@extundo.com>
2716
2717         * message.el (message-generate-hashcash): Default to.
2718
2719 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2722         concatenating segments rather than before concatenating them.
2723
2724 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2725
2726         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2727
2728 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2731
2732         * message.el (message-forward-make-body-plain): Allow
2733         message-forward-ignored-headers to be a list.
2734         (message-remove-ignored-headers): Factor out into function.
2735         (message-forward-make-body-mml): Use it.
2736
2737         * imap.el (imap-quote-specials): New function.
2738         (imap-login-auth): Quote specials.
2739
2740         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2741         (rfc2231-parse-string): Allow concatanation of parameters that
2742         aren't contiguous.  The test case is
2743           (mail-header-parse-content-type "message/external-body;
2744             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2745             access-type=LOCAL-FILE;
2746             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2747
2748 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2749
2750         * nntp.el (nntp-accept-process-output): Return the value of
2751         `nnheader-accept-process-output'.
2752
2753 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2756         (gnus-button-alist): Recognize more diff formats.
2757         (gnus-button-patch): Strip directory.
2758
2759 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2760
2761         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2762         Emacs 22 when setting focus.
2763
2764 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-art.el (gnus-article-treat-types): Do treatment of
2767         text/x-verbatim parts.
2768         (gnus-button-patch): New command.
2769
2770         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2771         addresses that contain invalid characters.
2772
2773 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * message.el (message-put-addresses-in-ecomplete): Use
2776         gnus-replace-in-string.
2777         (message-is-yours-p): Use the more correct
2778         mail-header-parse-address instead of
2779         mail-extract-address-components.
2780         (message-put-addresses-in-ecomplete): Fix typo.
2781
2782         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2783         keystroke.
2784
2785         * gnus-art.el (gnus-treatment-function-alist): Change order of
2786         newsgroups/generic header folding to avoid double-folding.
2787
2788         * message.el (message-hidden-headers): Add X-Draft-From.
2789
2790         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2791         command.
2792         (gnus-summary-repeat-search-article-backward): New command.
2793
2794         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2795         groups in the parent topic.
2796
2797 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2798
2799         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2800         (spam-extra-header-to-number): Return the CRM114 number as a
2801         number instead of a string.
2802
2803 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2804
2805         * gnus-art.el (gnus-face-properties-alist): Moved here from
2806         gnus-fun.
2807
2808         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2809
2810 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * message.el (message-strip-forbidden-properties): Only display on
2813         self-insert-command.
2814
2815         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2816         reindent.
2817         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2818
2819 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2820
2821         * smiley.el (smiley-style): Fix typo.
2822
2823 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824
2825         * hashcash.el (hashcash-insert-payment-async-2): Use
2826         message-goto-eoh instead of doing it manually.
2827         (mail-add-payment): Use message-narrow-to-header instead of trying
2828         to do the same itself.
2829
2830         * message.el (message-hidden-headers): Add Face.
2831
2832         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2833         reparenting code.
2834         (gnus-summary-reparent-children): Refactored out code.
2835         (gnus-summary-thread-map): New keystroke.
2836         (gnus-summary-reparent-children): Make into command.
2837
2838         * smiley.el (smiley-style): Default to `medium' if using a large
2839         font.
2840
2841         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2842         does it itself.
2843
2844         * message.el (message-point-in-header-p): Simplify definition.
2845
2846 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * nnagent.el (nnagent-request-set-mark): Silence log file
2849         writing.
2850         (nnagent-request-set-mark): Use write-region instead of
2851         append-to-file.
2852
2853         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2854         strange select method.
2855
2856         * ecomplete.el (ecomplete-display-matches): Get highlightling
2857         right.
2858         (ecomplete-display-matches): Use literals.
2859         (ecomplete-display-matches): Disable message logging.
2860
2861         * message.el (message-display-abbrev): Small optimization.
2862
2863         * ecomplete.el (ecomplete-display-matches): Allow automatic
2864         display.
2865
2866         * message.el (message-strip-forbidden-properties): Display
2867         abbrevs.
2868         (message-display-abbrev): Get automatic display right.
2869
2870         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2871         keystrokes.
2872
2873 2006-04-13  Romain Francoise  <romain@orebokech.com>
2874
2875         TODO: Backport to v5-10!
2876
2877         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2878         Moved here (and renamed) from gnus-registry.el.
2879
2880         * gnus-registry.el: Require gnus-util.
2881         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2882
2883 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus-group.el (gnus-group-catchup-current): Change
2886         if-then-else-if-then-else into cond.
2887         (gnus-group-catchup): Indent.
2888         (group-name-at-point): New function.
2889         (gnus-fetch-group): Provide default from thing at point.
2890
2891 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * message.el (message-display-abbrev): Fix regexp.
2894
2895         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2896         choosing.
2897         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2898         dead variables.
2899
2900         * message.el (message-newline-and-indent): Remove debugging.
2901         (message-display-abbrev): Use new implementation.
2902
2903 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * gnus-art.el (gnus-article-mode): Set
2906         cursor-in-non-selected-windows to nil.
2907
2908         * smiley.el: Revert previous change.
2909         (smiley-data-directory): defvar it before using it in the
2910         defcustom of `smiley-style'.
2911
2912 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * message.el (message-newline-and-indent): New function.
2915
2916         * ecomplete.el: Implement more bits.
2917
2918         * message.el (message-put-addresses-in-ecomplete): Clean up the
2919         string.
2920
2921         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2922
2923         * gnus-sum.el (gnus-summary-save-parts): Bind
2924         gnus-summary-save-parts-counter and use it to make unique file
2925         names.
2926
2927         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2928
2929         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2930         parameter to say whether to actually parse the individual
2931         addresses.
2932
2933         * message.el (message-put-addresses-in-ecomplete): New function.
2934         (ecomplete): Require.
2935         (message-mail-alias-type): Add ecomplete as an option.
2936
2937 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2938
2939         * flow-fill.el (fill-flowed): Remove trailing space from blank
2940         quoted lines.
2941
2942 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * smiley.el (smiley-style): Move definition later to avoid a
2945         compilation warning.
2946
2947 2006-04-12  Kenichi Handa  <handa@m17n.org>
2948
2949         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2950         buffer and then decode the buffer text if necessary.
2951         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2952         first, and after mm-encode-body, change the buffer to unibyte.
2953         Use mm-disable-multibyte instead of set-buffer-multibyte.
2954
2955 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2958         Content-Type header instead of Content-Disposition header.
2959         (gnus-mime-inline-part): Ditto.
2960         (gnus-mime-view-part-as-charset): Ignore charset that the part
2961         specifies.
2962
2963         * mm-decode.el (mm-display-part): Work with external parts and
2964         usual parts similarly.
2965
2966         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2967         instead of gnus-display-mime.
2968
2969         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2970         instead of with-temp-buffer.
2971
2972         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2973         tag to summarized topics part in order to encode non-ASCII text.
2974
2975 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2976
2977         * smiley.el (smiley-style): New variable.
2978         (smiley-directory): New function.
2979         (smiley-data-directory): Derive from `smiley-style' using
2980         `smiley-directory'.
2981         (smiley-regexp-alist): Add new entries.
2982
2983         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2984         (gnus-article-browse-delete-temp): Add :version.
2985
2986 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2987
2988         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2989         the sieve region.
2990
2991 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus.el (gnus-version-number): Bump version.
2994
2995 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2996
2997         * gnus.el: No Gnus v0.4 is released.
2998
2999 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000
3001         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3002         layout.
3003
3004         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3005         unknown charset.
3006
3007         * message.el (message-header-synonyms): Add Original-To to the
3008         default.
3009
3010         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3011         optional parameter.
3012
3013 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         * gnus-fun.el (gnus): Require it for gnus-directory.
3016
3017 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3020
3021 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3022
3023         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3024
3025 2006-04-05  Simon Josefsson  <jas@extundo.com>
3026
3027         * password.el (password-reset): New function.
3028
3029 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3030
3031         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3032         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3033
3034 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3035
3036         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3037         Some whitespace was matched into the url, which broke browsing hits
3038         > 100 when mm-url-use-external was nil.
3039
3040 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3041
3042         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3043         gnus-extra-headers for 'Newsgroups.
3044
3045         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3046         bound.
3047
3048 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3049
3050         * pgg-gpg.el: Clean up process buffers every time gpg processes
3051         complete.
3052
3053 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3056         doc string.
3057
3058 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3059
3060         * pgg-gpg.el (pgg-gpg-process-filter)
3061         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3062
3063         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3064         lines, temporary fix.
3065
3066 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3069
3070 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3071
3072         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3073         default-enable-multibyte-characters.  This reverts the change from
3074         revision 6.17 which is no longer necessary because the passphrase
3075         is sent separately now.  GnuPG messages are unreadable under
3076         multibyte locales with default-enable-multibyte-characters set to
3077         nil.
3078
3079 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3080
3081         * message.el (message-tool-bar-gnome): Move "spell".
3082
3083 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3084
3085         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3086         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3087         instead.
3088
3089 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3090
3091         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3092         newsgroups handling for NNTP overviews which don't include
3093         Newsgroups.
3094
3095 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3096
3097         * message.el (message-resend): Bind message-generate-hashcash to nil.
3098
3099 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3100
3101         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3102         when searching for already-paid recipients.
3103
3104 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3105
3106         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3107         passphrases when it is not needed.
3108         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3109         passphrase stuff from gpg, should only be necessary when you use
3110         gpg with a smartcard.
3111
3112 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * mml.el (mml-insert-mime): Ignore cached contents of
3115         message/external-body part.
3116
3117         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3118         (mm-insert-part): Ditto.
3119
3120 2006-03-23  Simon Josefsson  <jas@extundo.com>
3121
3122         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3123         Reiner.
3124         (pgg-gpg-use-agent-p): Use it again.
3125
3126 2006-03-23  Simon Josefsson  <jas@extundo.com>
3127
3128         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3129         older emacsen.
3130         (pgg-gpg-use-agent-p): Don't use it.
3131
3132 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3135         if we can.
3136
3137 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3138
3139         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3140         (pgg-gpg-update-agent): New function.
3141         (pgg-gpg-use-agent-p): New function.
3142         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3143         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3144         (pgg-gpg-sign-region): Use it.
3145
3146 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3149         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3150
3151 2006-03-21  Simon Josefsson  <jas@extundo.com>
3152
3153         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3154         <wilde@sha-bang.de>.
3155         (pgg-gpg-use-agent): New variable.
3156         (pgg-gpg-process-region): Use it.
3157         (pgg-gpg-encrypt-region): Likewise.
3158         (pgg-gpg-encrypt-symmetric-region): Likewise.
3159         (pgg-gpg-decrypt-region): Likewise.
3160         (pgg-gpg-sign-region): Likewise.
3161         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3162
3163 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3164
3165         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3166
3167         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3168         Add comment on version.
3169
3170 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * smiley.el: Add missing test smiley.
3173
3174 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * mm-decode.el (mm-with-part): New macro.
3177         (mm-get-part): Use it; work with message/external-body as well.
3178         (mm-save-part): Treat name and filename equally.
3179
3180         * mm-extern.el (mm-extern-cache-contents): New function.
3181         (mm-inline-external-body): Use it; force the part to be displayed;
3182         move undisplayer added to the cached handle to the parent.
3183
3184         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3185         (gnus-mime-view-part-as-type): Work with message/external-body.
3186
3187         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3188
3189 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3192         images in image-load-path.  [Sync with image.el, revision 1.60, in
3193         Emacs.]
3194
3195 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3196
3197         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3198         path rather than symbol.  Always return list of directories.
3199         Guarantee that image directory comes first.  [Sync with image.el,
3200         revision 1.59, in Emacs.]
3201
3202         * message.el (message-make-tool-bar): Adjust to new API of
3203         `gmm-image-load-path-for-library'.
3204
3205         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3206
3207         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3208
3209 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3210
3211         * gnus-art.el (gnus-article-only-boring-p):
3212         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3213         intangible text.
3214         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3215
3216 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3217
3218         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3219         `defun' instead of `gmm-defun-compat'.
3220
3221 2006-03-14  Simon Josefsson  <jas@extundo.com>
3222
3223         * message.el (message-unique-id): Don't use message-number-base36
3224         if (user-uid) is a float.
3225         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3226
3227 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3228
3229         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3230
3231         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3232         empty line between a part and a message part.
3233
3234 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3235
3236         * smiley.el: Add more test smileys.
3237         (smiley-data-directory, smiley-regexp-alist)
3238         (gnus-smiley-file-types): Fix doc strings.
3239         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3240         adding new elements.
3241         (smiley-mouse-map): Unused code.  Make it a comment.
3242
3243 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3246         scan latest NoCeM messages instead of old ones.
3247         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3248         delimiters that are recently used.
3249         (gnus-nocem-load-cache): Add autoload cookie.
3250
3251         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3252
3253         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3254         level which is larger than gnus-use-nocem is specified.
3255
3256         * gnus-group.el (gnus-group-get-new-news): Ditto.
3257
3258 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gnus-util.el (gnus-tool-bar-update): New function.
3261
3262         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3263         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3264
3265         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3266
3267         * gnus-group.el (gnus-group-redraw-when-idle)
3268         (gnus-group-redraw-check): Remove.
3269         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3270
3271 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3274         if optional last element is specified in splits (FIELD VALUE...).
3275
3276 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3277
3278         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3279         to gmm-image-load-path-for-library.  Call with no-error argument.
3280         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3281
3282         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3283
3284         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3285
3286         * gmm-utils.el (gmm-image-load-path): Remove alias.
3287
3288 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3289
3290         * gmm-utils.el (gmm-image-load-path): Add alias.
3291
3292         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3293         nnml-generate-nov-databases-1.
3294         (nnml-generate-nov-databases): Use it.
3295         (nnml-generate-nov-databases-directory): Document no-active
3296         argument.
3297
3298         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3299         directory if path is t.  Add no-error.
3300
3301         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3302         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3303
3304         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3305         resetting gnus-article-browse-html-temp-list.
3306
3307         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3308         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3309         Add example to docstring.  Rename local variables.  Move error
3310         checks to default case in cond and simplify.
3311
3312 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3315         handle is multipart when calling it recursively.
3316         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3317
3318 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3319
3320         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3321         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3322
3323 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3326         is loaded.
3327
3328         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3329         loaded.
3330
3331 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3332
3333         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3334         to "Emacs 23 (unicode)" in doc string.
3335
3336         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3337         "Emacs 23 (unicode)" in comment.
3338
3339 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3342
3343         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3344         characters 160 through 255 in Emacs 23.
3345
3346 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3349         gnus-article-browse-html-temp.
3350         (gnus-article-browse-delete-temp): Make it customizable.  Add
3351         `file'.  Adjust doc string.
3352         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3353         query for each file.  Adjust doc string.
3354         (gnus-article-browse-html-parts): Add
3355         `gnus-article-browse-delete-temp-files' to
3356         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3357
3358 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3359
3360         * gnus-art.el (gnus-article-browse-html-temp)
3361         (gnus-article-browse-delete-temp): New variables.
3362         (gnus-article-browse-delete-temp-files): New function.
3363         (gnus-article-browse-html-parts): Use it.
3364
3365 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3366
3367         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3368
3369         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3370         string.
3371
3372         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3373         gnus-summary-insert-new-articles when unplugged.  Remove
3374         gnus-summary-search-article-forward.
3375
3376         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3377         display-visual-class instead of display-color-cells.
3378
3379 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * dgnushack.el: Autoload customize-group for XEmacs.
3382
3383         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3384         message/* containing non-ASCII text properly.
3385
3386 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3387
3388         * message.el: Require gmm-utils, remove autoloads.
3389         (message-tool-bar): Set default based on
3390         gmm-tool-bar-style.
3391         (message-tool-bar-gnome): Add gmm-customize-mode.
3392
3393         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3394         gmm-tool-bar-style.
3395         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3396
3397         * gnus-group.el (gnus-group-tool-bar): Set default based on
3398         gmm-tool-bar-style.
3399         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3400
3401         * gmm-utils.el (gmm-image-directory): Rename variable from
3402         gmm-image-load-path.
3403         (gmm-image-load-path): Use gmm-image-directory.
3404         (gmm-customize-mode): New function.
3405         (gmm-tool-bar-style): New variable.
3406
3407         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3408         gnus-group-redraw-line-number.
3409         (gnus-group-redraw-check): Simplify.
3410         (gnus-group-tool-bar-update): Remove redraw check.
3411         (gnus-group-make-tool-bar): Add redraw check.
3412
3413 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3414
3415         * gnus-art.el (gnus-button): Add missing parentheses.
3416
3417 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * lpath.el: Fbind line-number-at-pos.
3420
3421 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3424
3425 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3426
3427         * gnus-art.el (gnus-button): New face.
3428         (gnus-article-button-face): Use it.
3429
3430         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3431         gnus-summary-next-page.  Re-order.
3432
3433         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3434         next-node are now included.
3435         (gnus-group-redraw-line-number): New internal variable.
3436         (gnus-group-redraw-check): Helper function for updating the tool
3437         bar.
3438         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3439
3440         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3441
3442         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3443         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3444         Use it to match format of Spamassassin 3.0 and later.  Reported by
3445         IRIE Tetsuya <irie@t.email.ne.jp>.
3446         (spam-check-bogofilter)
3447         (spam-bogofilter-register-with-bogofilter): Fix args of
3448         `gnus-error' calls.
3449
3450 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3453         unnecessary interaction when sending queued mails.  Reported by
3454         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3455
3456 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3459         first or last are nil.
3460
3461 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3462
3463         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3464
3465 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3466
3467         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3468
3469 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * dns.el (query-dns): Protect more against buggy tcp output.
3472
3473 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3474
3475         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3476         nov.php.
3477
3478 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3479
3480         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3481         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3482         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3483         output on the server side.
3484         (nnweb-google-create-mapping): Update regexps and add some
3485         progress indication.
3486
3487 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3490         gnus-agent-toggle-plugged.  Re-order icons.
3491         (gnus-group-tool-bar-gnome): Add
3492         gnus-group-{prev,next}-unread-group.
3493         (gnus-group-tool-bar-gnome): Re-order icons.
3494
3495         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3496         gnus-summary-insert-new-articles.
3497
3498         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3499         comments.
3500
3501         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3502         also available in Emacs 21.3.
3503
3504         * message.el (message-fix-before-sending): Change "Emacs 22" to
3505         "Emacs 23 (unicode)" in comment.
3506
3507         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3508         "Emacs 23 (unicode)" in comment.
3509
3510         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3511         comment.
3512         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3513
3514         * mm-view.el (mm-fill-flowed): Add :version.
3515
3516 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3519         and load-path.
3520
3521 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * message.el: Autoload gmm-image-load-path.
3524         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3525         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3526         consitency.
3527
3528         * gmm-utils.el (gmm-image-load-path): Also search in
3529         "../etc/images".  Don't set gmm-image-load-path if we don't find
3530         the image.
3531
3532 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * gmm-utils.el (gmm-image-load-path): Don't make
3535         `gmm-image-load-path' include subdirectories which the second arg
3536         `image' might specify.
3537
3538         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3539         subdirectory to icon file names.
3540
3541         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3542
3543 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3546         gmm-image-load-path calls.
3547
3548         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3549
3550         * message.el (message-make-tool-bar): Ditto.
3551
3552         * mml.el (mml-preview): Added comment concerning tool bar icons.
3553
3554         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3555         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3556
3557         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3558         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3559
3560         * message.el (message-tool-bar-gnome): Use new icon names.
3561         (message-make-tool-bar): Use `gmm-image-load-path'.
3562
3563         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3564         functions from MH-E.
3565         (gmm-image-load-path): New variable from MH-E.
3566         (gmm-image-load-path): New function from MH-E.  Added arguments
3567         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3568         *-image-load-path-called-flag.
3569
3570 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3571
3572         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3573
3574 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3575
3576         * nnimap.el (nnimap-request-move-article): Change folder back to
3577         source group before deleting.
3578
3579 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3580
3581         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3582
3583         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3584         mm-url.
3585
3586         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3587
3588 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3591         coding system which mm-charset-to-coding-system returns for a
3592         given charset is valid.
3593
3594 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3595
3596         * html2text.el (html2text-remove-tag-list):
3597         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3598
3599 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3600
3601         * gnus-cus.el: Revert 2005-10-17 change.
3602
3603 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-art.el (article-strip-banner): Call
3606         article-really-strip-banner only when the regexp match is made.
3607
3608 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-art.el (article-strip-banner): Use
3611         gnus-extract-address-components instead of
3612         mail-header-parse-addresses to make it work with non-ASCII text;
3613         remove mail-encode-encoded-word-string.
3614
3615         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3616         values which are surrounded with \"...\"; make it never cause a
3617         Lisp error; give up parsing of parameters if it failed in
3618         extracting type.
3619
3620 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3621
3622         * smime.el (smime-cert-by-ldap-1): Fix bug where
3623         `smime-ldap-search' returns results without userCertificates.
3624
3625 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3628
3629 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * spam.el (spam-check-spamassassin-headers): Adapt format for
3632         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3633         <ari@mbf.ocn.ne.jp>.
3634         (spam-list-of-processors): Add spam-use-gmane.
3635
3636 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3639         make-temp-file; make it work with XEmacs as well.
3640
3641         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3642         mm-make-temp-file.
3643
3644         * mm-decode.el (mm-display-external): Use the 3rd arg of
3645         mm-make-temp-file.
3646         (mm-create-image-xemacs): Ditto.
3647
3648 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3651         with message-narrow-to-headers.
3652         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3653         (gnus-draft-check-draft-articles): New function.
3654         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3655
3656 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3657
3658         * gnus-art.el (gnus-article-browse-html-parts):
3659         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3660         Don't use suffix argument for mm-make-temp-file for Emacs 21
3661         compatibility.  Remove useless `format'.
3662
3663 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3664
3665         * nnweb.el (nnweb-google-wash-article): Update regexps.
3666         (nnweb-group-alist): Use defvoo instead of defvar.
3667
3668 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3671         re-loading nn* modules.
3672
3673 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3676         for `tool-bar-mode' and don't check it's default-value.
3677
3678         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3679
3680         * message.el (message-make-tool-bar): Ditto.
3681
3682         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3683         `substring'.  Shorten tmp-file name.
3684
3685         * gnus.el: Remove bogus comment.
3686
3687 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3688
3689         * gnus-art.el (gnus-article-browse-html-parts): New function.
3690         (gnus-article-browse-html-article): New function for viewing html
3691         articles with a browser.
3692
3693 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3694
3695         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3696         in elisp.
3697         (pgg-gpg-encrypt-symmetric-region): Ditto.
3698         (pgg-gpg-sign-region): Ditto.
3699
3700         * pgg-def.el (pgg-text-mode): New variable.
3701
3702         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3703         (mml2015-pgg-encrypt): Ditto.
3704
3705         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3706         (mml1991-pgg-encrypt): Ditto.
3707
3708 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3711         message-make-date instead of current-time-string.
3712
3713         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3714         to gnus-decoded which mm-uu might set.
3715
3716 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3719         don't decode quoted parameters; remove misimported Emacs code.
3720         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3721         (rfc2231-decode-encoded-string): Don't use split-string which
3722         behaves differently according to Emacs version; use
3723         mm-decode-coding-region to convert charset to coding-system.
3724         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3725         (rfc2231-encode-string): Remove misimported Emacs code.
3726
3727 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3730         when calling mail-header-parse-content-type.
3731         (article-de-quoted-unreadable): Ditto.
3732         (article-de-base64-unreadable): Ditto.
3733         (article-wash-html): Ditto.
3734
3735         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3736         calling mail-header-parse-content-type and
3737         mail-header-parse-content-disposition.
3738         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3739         mail-header-parse-content-type.
3740
3741         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3742         insert charset and format parameters; encode description after
3743         inserting it to buffer.
3744         (mml-insert-parameter): Fold lines properly even if a parameter is
3745         segmented into two or more lines; change the max column to 76.
3746
3747         * rfc1843.el (rfc1843-decode-article-body): Don't use
3748         ignore-errors when calling mail-header-parse-content-type.
3749
3750         * rfc2231.el (rfc2231-parse-string): Return at least type if
3751         possible; don't cause an error even if it fails in parsing of
3752         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3753         (rfc2231-encode-string): Don't break lines at the beginning, leave
3754         it to mml-insert-parameter.
3755
3756         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3757         calling mail-header-parse-content-type.
3758
3759 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * spam-report.el (spam-report-gmane-use-article-number):
3762         Improve doc string.
3763         (spam-report-gmane-internal): Check if a suitable header was found
3764         in the article.
3765
3766 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3769         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3770
3771 2006-02-05  Romain Francoise  <romain@orebokech.com>
3772
3773         Update copyright notices of all files in the gnus directory.
3774
3775 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3776
3777         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3778
3779 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3782         segmented lines of parameter value to cope with Thunderbird 1.5
3783         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3784         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3785         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3786
3787 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3788
3789         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3790         parts.
3791
3792 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3793
3794         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3795         there's only one active file for all servers.
3796         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3797         solid groups.  Gnus might have used a FAST request to select the group.
3798         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3799         and nnweb-search redundantly in the active file.
3800         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3801         (nnweb-request-create-group): Don't use ARGS.
3802         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3803         initialisations.  Let nnoo do the work.
3804
3805 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3808         Say the part has been decoded.
3809
3810         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3811
3812 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3813
3814         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3815         mailcap-viewer-test-cache when there's no 'test clause, since that
3816         will invert the meaning of a "nil" test previously determined by
3817         mailcap-mailcap-entry-passes-test.
3818
3819 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3822         compiling.
3823
3824         * gnus-sum.el: Ditto.
3825
3826         * message.el: Don't bind tool-bar-map when compiling.
3827
3828 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3831
3832 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3833
3834         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3835         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3836         current Google Groups.
3837
3838 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3841         and tool-bar-mode.
3842
3843         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3844         and tool-bar-mode.
3845
3846         * message.el (message-tool-bar-update): Simplify.
3847         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3848
3849         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3850         gnus-summary-buffer.
3851         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3852         gnus-summary-reply.
3853
3854         * gmm-utils.el (gmm): Add :version.
3855
3856 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * Makefile.in (clean): New rule.
3859         (distclean): Use it.
3860
3861 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3862
3863         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3864         autoload.
3865
3866 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * gmm-utils.el (gmm-verbose): Add :group.
3869
3870 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * message.el: Change some comments WRT tool-bars.
3873
3874         * gnus-sum.el (gnus-summary-tool-bar)
3875         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3876         (gnus-summary-tool-bar-zap-list): New variables.
3877         (gnus-summary-make-tool-bar): Complete rewrite using
3878         `gmm-tool-bar-from-list'.
3879
3880         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3881         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3882         variables.
3883         (gnus-group-make-tool-bar): Complete rewrite using
3884         `gmm-tool-bar-from-list'.
3885         (gnus-group-tool-bar-update): New function.
3886
3887         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3888
3889 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3892         is dissected into a single part of which the type is the same as
3893         the given one; decode charset.
3894
3895 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3896
3897         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3898         into alists as symbol not string, since that's what
3899         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3900         look for.
3901
3902 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3905         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3906
3907         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3908
3909 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3912         (gnus-xmas-mime-security-button-menu): New function.
3913
3914         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3915         (gnus-mime-security-button-menu): New definition.
3916         (gnus-mime-security-button-map): Use them.
3917         (gnus-mime-security-button-menu): New function.
3918         (gnus-insert-mime-security-button): Addition to help echo.
3919         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3920         (gnus-mime-security-pipe-part): New functions.
3921
3922         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3923         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3924
3925         * mm-decode.el (mm-handle-set-disposition): Remove.
3926         (mm-handle-set-description): Remove.
3927
3928 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3931         (mm-w3m-standalone-supports-m17n-p): New function.
3932         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3933         w3m usage.
3934
3935         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3936         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3937
3938 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3939
3940         * message.el (message-tool-bar-zap-list): Use
3941         gmm-tool-bar-zap-list as custom type.
3942         (message-tool-bar-update): New function.
3943         (message-tool-bar, message-tool-bar-gnome)
3944         (message-tool-bar-retro): Add message-tool-bar-update.
3945         (message-tool-bar-gnome): Add flyspell-buffer.
3946
3947         * gnus-util.el (gnus-error): Describe `args'.
3948
3949         * gmm-utils.el (gmm-error): Describe `args'.
3950         (gmm-tool-bar-zap-list): New widget.
3951         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3952
3953 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3956         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3957         the number of recursive calls.
3958
3959         * mm-decode.el (mm-handle-set-disposition): New macro.
3960         (mm-handle-set-description): New macro.
3961
3962 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3965         encoding.
3966
3967 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * message.el (message-tool-bar-zap-list, message-tool-bar)
3970         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3971         (message-tool-bar-local-item-from-menu): Remove.
3972         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3973         (message-make-tool-bar): New function.
3974         (message-mode): Use `message-make-tool-bar'.
3975
3976         * gmm-utils.el: New file.
3977         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3978         (gmm-lazy): New widget copied from `nnmail.el'.
3979         (gmm-tool-bar-from-list): New function for creating customizable
3980         tool bars.
3981         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3982         output.
3983         (gmm): Add :prefix to defgroup.
3984
3985 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3986
3987         * gmm-utils.el (gmm-widget-p): New function.
3988
3989 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3990
3991         * mml.el (mml-attach-file): Describe `description' in doc string.
3992         (mml-menu): Add Emacs MIME manual and PGG manual.
3993
3994 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3995
3996         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3997
3998 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3999
4000         * nntp.el (nntp-end-of-line): Doc fix.
4001
4002 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4003
4004         * imap.el (imap-open): Handle case where buffer is a buffer
4005         object.
4006
4007 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4008
4009         * gnus-delay.el (gnus-delay): Don't autoload.
4010         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4011         to be re-loaded when customizing the `gnus-delay' group.
4012
4013 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4014
4015         * message.el (message-insert-citation-line): Use newlines.
4016
4017 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4018
4019         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4020         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4021         these routines, so the passphrase can be managed externally and
4022         passed in to the system.
4023         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4024         pgg-add-passphrase-to-cache function.
4025
4026         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4027         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4028         these routines, so the passphrase can be managed externally and
4029         passed in to the system.
4030         (pgg-pgp5-sign-region): Use new name of
4031         pgg-add-passphrase-to-cache function.
4032
4033 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4034
4035         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4036         part of the decoded armor to find the key-identifier.
4037         (pgg-gpg-lookup-key-owner): New function to return the
4038         human-readable identifier of a key owner.
4039         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4040         itself.
4041         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4042         the key value) if we have a key and can match it against a secret
4043         key.  Also, added a note pointing out fact that the prompt only
4044         indicates the first matching key.
4045
4046         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4047         pgg-decrypt-region.
4048         (pgg-add-passphrase-to-cache): Rename from
4049         `pgg-add-passphrase-cache' to reduce confusion (all callers
4050         changed).
4051         (pgg-remove-passphrase-from-cache): Rename from
4052         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4053         changed).
4054         (pgg-read-passphrase, pgg-add-passphrase-cache)
4055         (pgg-remove-passphrase-cache): Add informative docstrings.
4056         (pgg-decrypt): Convey provided passphrase in subordinate call to
4057         pgg-decrypt-region.
4058
4059 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4060
4061         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4062         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4063         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4064         'passphrase' argument, so the passphrase can be managed externally
4065         and then passed in to the system.
4066
4067         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4068         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4069         so the passphrase cache can be used reliably with identifiers
4070         besides a pgp packet's key id.
4071
4072         * pgg-gpg.el (pgg-gpg-encrypt-region)
4073         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4074         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4075         these routines, so the passphrase can be managed externally and
4076         passed in to the system.
4077
4078         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4079         'notruncate' argument, so the passphrase cache can be used
4080         reliably with identifiers besides a pgp packet's key id.
4081
4082 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4083
4084         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4085         symmetric encryption.
4086         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4087         encrypted session key.
4088         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4089         message ask for the passphrase in a proper way.
4090
4091         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4092         New user commands for symmetric encryption.
4093
4094 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4097
4098         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4099
4100 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4101
4102         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4103
4104 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * mm-decode.el (mm-inlined-types): Add application/pgp.
4107         (mm-automatic-display): Ditto.
4108
4109         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4110         part as text.
4111
4112 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * nnrss.el: Update copyright.
4115         (nnrss-opml-import): Query whether to subscribe to each entry.
4116
4117         * gnus-art.el:
4118         * gnus-sum.el:
4119         * gnus-xmas.el:
4120         * messagexmas.el:
4121         * mm-uu.el:
4122         * mm-view.el: Update copyright.
4123
4124 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4125
4126         * message.el (message-info): New function.
4127         (message-mode-menu): Add it.
4128         Update copyright.
4129
4130         * ChangeLog: Fix and update copyright.
4131
4132 2006-01-13  Romain Francoise  <romain@orebokech.com>
4133
4134         * message.el (message-forward-subject-name-subject): Prefer the
4135         address to 'nowhere' if the sender has no name.
4136         Fix typo.  Update copyright year.
4137
4138 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-art.el (article-wash-html): Use
4141         gnus-summary-show-article-charset-alist if a numeric arg is given.
4142         (gnus-article-wash-html-with-w3m-standalone): New function.
4143
4144         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4145         mm-inline-text-html-render-with-w3m-standalone.
4146         (mm-text-html-washer-alist): Map w3m-standalone to
4147         gnus-article-wash-html-with-w3m-standalone.
4148         (mm-inline-text-html-render-with-w3m-standalone): New function.
4149
4150 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4153         Improve LaTeX.
4154
4155 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4158         (nnrss-request-article): Render text/plain parts as HTML.
4159
4160         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4161         the buffer.
4162
4163 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4164
4165         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4166         custom definition of `gnus-posting-styles'.
4167
4168         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4169         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4170
4171 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4172
4173         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4174         Use nntp for bug archive.
4175
4176 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4179         parts.
4180         (nnrss-normalize-date): New function converts ISO 8601 date into
4181         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4182         (nnrss-check-group): Use it.
4183
4184 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4187
4188         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4189         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4190         (nnrss-insert-w3): Ditto.
4191
4192 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4195         the articles to be forwarded including the case where neither a
4196         number of articles nor a region is specified.
4197
4198 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * nnrss.el (nnrss-request-article): Fix last change; fill
4201         text/plain parts.
4202
4203 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4206         in text/plain part.
4207         (nnrss-check-group): Don't add excessive newline to dc:subject.
4208
4209 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4210
4211         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4212         article.
4213
4214 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4217         (nnml-use-compressed-files, nnml-save-mail): Support other
4218         comression programs such as bzip2.
4219
4220 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * dns.el (query-dns): Make sure we check the buffer size before
4223         removing tcp headers.
4224
4225 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4228         remove MIME buttons associated with multipart/alternative parts.
4229         (gnus-mime-display-alternative): Tag buttons using `article-type'
4230         text property.
4231
4232         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4233         associated with multipart/alternative parts.
4234
4235         * gnus-art.el (gnus-signature-separator): Fix custom type.
4236
4237         * mm-decode.el (mm-inlined-types): Fix custom type.
4238         (mm-keep-viewer-alive-types): Ditto.
4239         (mm-automatic-display): Ditto.
4240         (mm-attachment-override-types): Ditto.
4241         (mm-inline-override-types): Ditto.
4242         (mm-automatic-external-display): Ditto.
4243
4244 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4245
4246         * spam-report.el (spam-report-user-mail-address)
4247         (spam-report-user-agent): New variables.
4248         (spam-report-url-ping-plain): Use spam-report-user-agent.
4249
4250 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4251
4252         * gnus-art.el (gnus-button-handle-custom): Do not just use
4253         `customize-apropos' for any "M-x customize-*" button but the
4254         function called for.  Accept both the function name and its
4255         argument in order to achieve this.
4256         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4257         function name to `gnus-button-handle-custom' in case of "M-x
4258         customize-*" buttons.
4259
4260 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4263         multipart/alternative and add xref to mm-discouraged-alternatives
4264         in doc string.
4265
4266         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4267         gnus-buttonized-mime-types in doc string.
4268
4269 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4270
4271         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4272         Suggest image/.* in the doc string.
4273
4274 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4275
4276         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4277         message-marks (Debian bug #342521).
4278
4279 2005-12-12  Simon Josefsson  <jas@extundo.com>
4280
4281         * password.el (password-read-from-cache): Add.
4282         (password-read): Use it.
4283
4284 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4287         us-ascii as a MIME charset.
4288
4289         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4290         against the case where the 2nd arg TYPE is nil.
4291
4292 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * pop3.el (pop3-stream-type): Fix custom version.
4295
4296         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4297
4298 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4299
4300         * mm-decode.el (mm-display-external): Add missing cdr.
4301
4302 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4305         RFC1524) if it is in mailcap or add a suffix according to
4306         mailcap-mime-extensions when generating a temp filename; postpone
4307         deleting a temp file for 2 seconds for some wrappers, shell
4308         scripts, and so on, which might exit right after having started a
4309         viewer command as a background job.
4310
4311 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * nntp.el (nntp-marks-directory): Fix custom group.
4314
4315         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4316         steps when < 10.
4317
4318         * gnus-start.el (gnus-no-server-1): Mention
4319         `gnus-level-default-subscribed' in doc string.
4320
4321 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4322
4323         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4324         parens.
4325
4326 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-xmas.el (gnus-use-toolbar): Revert.
4329         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4330         gnus-use-toolbar is default.
4331
4332         * messagexmas.el (message-use-toolbar): Revert.
4333         (message-setup-toolbar): Use global default-toolbar if
4334         message-use-toolbar is default.
4335
4336 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4339         according to default-toolbar-visible-p.
4340
4341         * messagexmas.el (message-use-toolbar): Ditto.
4342
4343 2005-11-26  Dave Love  <fx@gnu.org>
4344
4345         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4346         (tls-program, tls-success): Provide openssl alternative.
4347
4348         * starttls.el: Doc fixes.
4349         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4350         SERVICE to PORT.
4351
4352         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4353         port null or service name.
4354         (starttls-negotiate): Autoload.
4355
4356 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * message.el (message-kill-to-signature): Fix interactive spec.
4359
4360 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * pop3.el (pop3-open-server): Recognize a string as a service name.
4363
4364 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4365
4366         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4367
4368 2005-11-23  Dave Love  <fx@gnu.org>
4369
4370         Add pop3s, pop3/starttls.
4371
4372         * pop3.el (pop3-authentication-scheme): Clarify doc.
4373         (open-tls-stream, starttls-open-stream): Autoload.
4374         (pop3-stream-type): New.
4375         (pop3-open-server): Use it.
4376
4377         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4378         for POP.
4379         (mail-source-keyword-map): Add :stream for POP.
4380         (mail-source-fetch-pop): Use pop3-stream-type.
4381
4382 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4385         of current-time-string.
4386
4387 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4388
4389         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4390         date header.
4391
4392 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4393
4394         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4395         it can seriously impact performance as it bypasses the agent's
4396         local caches.
4397
4398 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4399
4400         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4401         must be explicitly online rather than "not explicitly offline" for
4402         its flags to be synchronized.
4403
4404         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4405         that gnus-uu-unmark-thread will function correctly.
4406
4407         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4408         1024K is instead displayed as 1M.
4409
4410 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4413
4414 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4415
4416         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4417
4418 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4419
4420         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4421         error message to display actual error condition.
4422         (gnus-agent-save-local): Avoid saving symbols that are bound to
4423         nil as they simply result in a warning message in
4424         gnus-agent-read-local.
4425
4426 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4429         rather than make-variable-buffer-local for file-precious-flag.
4430
4431 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4432
4433         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4434         for duplicates which are removed.  The invalid sort check then
4435         triggers a rescan after the sort as sorting may have moved
4436         duplicate entries such that they can be cheaply detected.
4437
4438 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4441
4442 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4443
4444         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4445         internal variable to a custom variable.  Changed default value
4446         from compressed(2) to uncompressed(1).
4447         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4448         support for uncompressed agentview files.  Taken together, reading
4449         the agentview file should now be 6-7 times faster.
4450
4451 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4452
4453         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4454         as a buffer-local variable.  This avoids creating truncated
4455         dribble files as a result of a hang up, eg.
4456
4457 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4458
4459         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4460         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4461         XEmacs.
4462
4463 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4464
4465         * gnus-start.el (gnus-start-draft-setup): Enforce
4466         `gnus-draft-mode' for nndraft:drafts at startup.
4467
4468         * gnus.el (gnus-splash): Change custom group.
4469         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4470         allow-list argument.
4471
4472         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4473         string.
4474
4475 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus-art.el (gnus-default-article-saver): Add user-defined
4478         `function' to custom type.
4479
4480 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4481
4482         * imap.el (imap-open): Handle case where buffer is a buffer
4483         object.
4484
4485 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4488         long lines.
4489         (gnus-cache-delete-group): Wrap doc strings.
4490
4491         * gnus-agent.el (gnus-agent-rename-group)
4492         (gnus-agent-delete-group): Wrap doc strings.
4493
4494
4495 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * messagexmas.el (message-use-toolbar): Change the valid values
4498         into default, top, bottom, left, and right.
4499         (message-toolbar-thickness): New variable.
4500         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4501         well.
4502         (message-setup-toolbar): Make it work.
4503
4504         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4505         (gnus-use-toolbar): Change the valid values into default, top,
4506         bottom, left, and right.
4507         (gnus-toolbar-thickness): New variable.
4508         (gnus-xmas-setup-toolbar): New function.
4509         (gnus-xmas-setup-group-toolbar): Use it.
4510         (gnus-xmas-setup-summary-toolbar): Use it.
4511
4512 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-start.el (gnus-1): Add "native" to
4515         gnus-predefined-server-alist.
4516
4517         * gnus.el (gnus-method-to-server): Don't add "native" to the
4518         lists here, because that leads to problems when
4519         gnus-select-method is bound.
4520
4521 2005-11-09  Simon Josefsson  <jas@extundo.com>
4522
4523         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4524         use (not sort-by-date) instead.
4525
4526 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4527
4528         * gnus-delay.el (gnus-delay-group): Don't autoload.
4529         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4530         to be re-loaded when customizing the `gnus-delay' group.
4531
4532 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4533
4534         * message.el: Revert last changes.
4535         (message-insert-citation-line): Use newlines.
4536
4537 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4538
4539         * message.el (message-courtesy-message)
4540         (message-mark-insert-begin, message-mark-insert-end)
4541         (message-elide-ellipsis, message-cancel-message)
4542         (message-add-header, message-change-subject)
4543         (message-cross-post-followup-to-header)
4544         (message-cross-post-insert-note, message-reduce-to-to-cc)
4545         (message-widen-reply, message-delete-not-region)
4546         (message-kill-to-signature, message-insert-signature)
4547         (message-insert-importance-high, message-insert-importance-low)
4548         (message-insert-or-toggle-importance)
4549         (message-insert-disposition-notification-to)
4550         (message-indent-citation, message-yank-original)
4551         (message-cite-original-without-signature, message-cite-original)
4552         (message-insert-citation-line, message-position-on-field)
4553         (message-fix-before-sending, message-send-mail-partially)
4554         (message-send-mail, message-send-mail-with-sendmail)
4555         (message-send-mail-with-qmail, message-send-news)
4556         (message-check-news-header-syntax, message-generate-headers)
4557         (message-insert-courtesy-copy, message-fill-address)
4558         (message-fill-header, message-shorten-references)
4559         (message-setup-1, message-cancel-news)
4560         (message-forward-make-body-plain, message-forward-make-body-mime)
4561         (message-forward-make-body-mml, message-encode-message-body)
4562         (message-forward-make-body-digest-plain)
4563         (message-forward-make-body-digest-mime)
4564         (message-use-alternative-email-as-from): Insert `hard-newline'
4565         instead of ordinary newlines.
4566
4567 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * message.el (message-generate-headers): Downcase the argument
4570         given to message-check-element.
4571
4572 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4573
4574         * nntp.el (nntp-authinfo-rejected): New error condition.
4575         (nntp-wait-for): Use new error condition to signal authentication
4576         error.
4577         (nntp-retrieve-data): Rethrow new error condition to break out of
4578         recursive call to nntp-send-authinfo.
4579
4580 2005-11-08  Romain Francoise  <romain@orebokech.com>
4581
4582         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4583         (gnus-summary-exit-map): Bind to `Z p'.
4584         (gnus-summary-make-menu-bar): Add menu item.
4585
4586 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4589         (gnus-treat-*): Add `first' in all doc strings.
4590
4591         * gnus-group.el (gnus-group-compact-group): Fix typo.
4592
4593 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * gnus.el (gnus-parameters-case-fold-search): New variable.
4596         (gnus-parameters-get-parameter): Use it.
4597
4598         * gnus-score.el (gnus-home-score-file): Doc fix.
4599
4600 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4601
4602         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4603
4604 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * mm-util.el (mm-special-display-p): New function.
4607
4608         * mml.el (mml-preview): Use it; doc fix.
4609
4610 2005-10-29  Romain Francoise  <romain@orebokech.com>
4611
4612         * message.el (message-fix-before-sending): Fix comment.
4613
4614 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4615
4616         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4617
4618 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4619
4620         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4621         Used in gnus-score.el.
4622
4623 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4624
4625         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4626
4627 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4630         whitespace removed in revision 7.8.  Use concatenated string to
4631         protect trailing whitespace.
4632
4633 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4634
4635         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4636         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4637         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4638         Courier IMAP ("some version from 2004").  Mostly based on similar
4639         code in the same function.
4640
4641 2005-10-26  Didier Verna  <didier@xemacs.org>
4642
4643         * gnus-group.el (gnus-group-compact-group): invalidate original
4644         article buffer.
4645         * gnus-srvr.el (gnus-server-compact-server): ditto.
4646         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4647         NOV database and in article itself.
4648         Invalidate article backlog.
4649
4650 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4653
4654 2005-10-26  Simon Josefsson  <jas@extundo.com>
4655
4656         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4657         part of 2004-07-25 change.
4658
4659 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * message.el (message-display-completion-list): New function.
4662         (message-expand-group): Use it; make sure the Completions buffer
4663         is modifiable.
4664
4665 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4666
4667         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4668         user-mail-name is an empty string.
4669
4670 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4673         depending on gnus-score-decay-constant.
4674
4675         * encrypt.el (encrypt-insert-file-contents)
4676         (encrypt-write-file-contents): Don't use `gnus-message'.
4677
4678         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4679         arguments.
4680         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4681         arguments to mm-uu-verbatim-marks-extract.
4682         (mm-uu-hide-markers): New variable.
4683         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4684
4685         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4686         (gnus-convert-image-to-face-command): Use "convert" by default to
4687         allow other input image formats.
4688         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4689         accordingly.
4690
4691 2005-10-23  Simon Josefsson  <jas@extundo.com>
4692
4693         * imap.el (imap-gssapi-program): Align command line parameters
4694         with latest GNU SASL.
4695         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4696
4697 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4700         HTML.
4701         (nnslashdot-request-article): Ditto.
4702
4703         * lpath.el (featurep): Add nobreak-char-display.
4704
4705 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4706
4707         * mail-source.el (mail-source-fetch-pop): Require pop3.
4708         (mail-source-check-pop): Ditto.
4709
4710 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4713         errors.
4714
4715 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4718         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4719
4720         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4721
4722         * mm-bodies.el (mm-decode-string): Call
4723         `mm-charset-to-coding-system' with allow-override argument.
4724
4725 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4728         (rfc2047-charset-to-coding-system): New function.
4729         (rfc2047-decode-encoded-words): New function.
4730         (rfc2047-decode-region): Use them.
4731         (rfc2047-decode-cte): Remove.
4732         (rfc2047-parse-and-decode): Remove.
4733         (rfc2047-decode): Remove.
4734
4735 2005-10-15  Kenichi Handa  <handa@m17n.org>
4736
4737         * rfc2047.el (rfc2047-decode-cte): New function.
4738         (rfc2047-decode-region): Change the way to decode successive
4739         encoded-words: decode B- or Q-encoding in each encoded-word,
4740         concatenate them, and decode it as charset.
4741
4742 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * lpath.el: Fbind codepage-setup for XEmacs.
4745
4746 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4747
4748         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4749         widget-move-and-invoke.
4750         (gnus-custom-mode): Use gnus-custom-map.
4751
4752 2005-10-15  Bill Wohler  <wohler@newt.com>
4753
4754         * message.el (message-tool-bar-map): Renamed image file from
4755         mail_send to mail/send.
4756
4757 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4758
4759         * message.el (message-expand-group): Pass the common
4760         prefix substring of completion to `display-completion-list'.
4761
4762 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4763
4764         * mml-sec.el (mml-secure-method): New internal variable.
4765         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4766         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4767         functions using mml-secure-method.
4768
4769         * mml.el (mml-mode-map): Add key bindings for those functions.
4770         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4771         Harder <harder@myrealbox.com>.
4772         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4773         end of message if point is the headers of the message.
4774
4775         * message.el (message-in-body-p): New function.
4776
4777         * assistant.el: Autoload gnus-util and netrc.
4778
4779         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4780         Use `mm-charset-override-alist' only when decoding.
4781
4782         * mm-bodies.el (mm-decode-body): Call
4783         `mm-charset-to-coding-system' with allow-override argument.
4784
4785         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4786         `filename' from Content-Disposition if Content-Type doesn't
4787         provide `name'.
4788         (gnus-mime-view-part-as-type): Set default instead of
4789         initial-input.
4790
4791 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4792
4793         * format-spec.el (format-spec): Propagate text properties of % spec.
4794
4795 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * gnus-art.el (gnus-treat-predicate): Add `first'.
4798
4799 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4802         (mm-charset-override-alist): New variable.
4803         (mm-charset-to-coding-system): Use it.
4804         (mm-codepage-setup): New helper function.
4805         (mm-charset-eval-alist): New variable.
4806         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4807         about unknown charsets.
4808
4809         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4810
4811 2005-10-04  David Hansen  <david.hansen@gmx.net>
4812
4813         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4814         (nnrss-check-group): Ditto.
4815
4816 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4817
4818         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4819         Rename x-gnus-verbatim to x-verbatim.
4820         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4821
4822         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4823         x-verbatim.
4824
4825         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4826
4827         * gnus-util.el (gnus-remove-duplicates): Remove.
4828
4829         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4830         instead of gnus-remove-duplicates.
4831
4832         * message.el (message-remove-duplicates): Remove.
4833         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4834         message-remove-duplicates.
4835
4836         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4837         available, else use implementation from `delete-dups'.
4838
4839         * message.el (message-insert-expires): New function.
4840         (message-mode-map): Add key binding.
4841         (message-mode-field-menu): Add menu entry.
4842         (message-mode): Document it.
4843         (message-make-expires-date): Use `message-make-date'.
4844
4845 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4846
4847         * message.el (message-make-expires-date): New function.
4848
4849 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * Makefile.in (list-installed-shadows): New entry.
4852         (install): Use it.
4853         (remove-installed-shadows): New entry.
4854
4855         * dgnushack.el (dgnushack-default-load-path): New variable.
4856         (dgnushack-find-lisp-shadows): New function.
4857         (dgnushack-remove-lisp-shadows): New function.
4858
4859 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * Makefile.in (install-el-elc): New entry.
4862         (install): Use it so that .el files are necessarily installed.
4863
4864 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4867
4868 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4869
4870         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4871         function rather than the diff-mode.el package.
4872         (mm-display-external): Use with-current-buffer.
4873         (mm-viewer-completion-map, mm-viewer-completion-map):
4874         Move initialization inside declaration.
4875
4876 2005-09-29  Simon Josefsson  <jas@extundo.com>
4877
4878         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4879         autoload mail-check-payment.
4880         (spam-check-hashcash): Define unconditionally, since hashcash.el
4881         is part of Gnus now.  Ignore errors from payment checking.
4882
4883 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4884
4885         * message.el (message-bold-region, message-unbold-region): Rename
4886         from `bold-region' and `unbold-region'.
4887
4888         * message.el: Remove useless autoloads.
4889
4890 2005-09-28  Simon Josefsson  <jas@extundo.com>
4891
4892         * message.el (message-use-idna): Default to t.
4893         (message-use-idna): Test whether encoding works too.  Doc fix.
4894
4895 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * nntp.el (nntp-warn-about-losing-connection): Remove.
4898
4899 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4902         customizable.  Change default value.
4903         (mm-uu-diff-groups-regexp): Change default value.
4904         (mm-uu-type-alist): Add doc string.
4905         (mm-uu-configure): Add doc string.  Make it interactive.
4906         (mm-uu-tex-groups-regexp): New variable.
4907         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4908         (mm-uu-type-alist): Add LaTeX documents.
4909         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4910         of "text/verbatim".
4911         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4912
4913         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4914         instead of "text/verbatim".
4915
4916         * message.el (message-mark-inserted-region)
4917         (message-mark-insert-file): Use slrn style marks when called with
4918         prefix argument.
4919
4920 2005-09-27  Simon Josefsson  <jas@extundo.com>
4921
4922         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4923
4924 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4925
4926         * message.el (message-remove-duplicates): New function.
4927         Implementation borrowed from `gnus-remove-duplicates'.
4928         (message-idna-to-ascii-rhs): Also encode idna addresses in
4929         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4930         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4931         only ask about the same idna domain once per header and also tell
4932         in what header to replace the idna domain.
4933
4934         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4935         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4936         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4937         a header is decoded and not just the last one.
4938
4939 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4942         has been decoded.
4943
4944         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4945         (mm-insert-part): Don't modify text if it has been decoded.
4946
4947         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4948         decoded.
4949
4950         * mm-view.el (mm-inline-text): Don't strip text props unless
4951         decoding enriched or richtext parts.
4952
4953 2005-09-25  Romain Francoise  <romain@orebokech.com>
4954
4955         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4956         * gnus-start.el (gnus-subscribe-interactively):
4957         * gnus-uu.el (gnus-uu-grab-articles):
4958         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4959         space.
4960
4961 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4962
4963         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4964         * mm-view.el (mm-view-pkcs7-decrypt):
4965         * gnus-sum.el (gnus-summary-limit-to-extra)
4966         (gnus-summary-respool-article, gnus-read-move-group-name):
4967         * gnus-score.el (gnus-summary-increase-score):
4968         * gnus-util.el (gnus-completing-read-with-default):
4969         * gnus-art.el (gnus-read-save-file-name)
4970         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4971         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4972         * message.el (message-check-news-header-syntax):
4973         Follow convention for reading with the minibuffer.
4974
4975 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * spam-report.el (spam-report-url-ping-plain):
4978         Use gnus-extended-version as User-Agent.
4979
4980         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4981         default value is nil.
4982
4983         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4984         (mm-uu-verbatim-marks-extract): New function.
4985         (mm-uu-extract): New face.
4986         (mm-uu-copy-to-buffer): Use it.
4987
4988         * spam-report.el (spam-report-gmane-ham): Renamed from
4989         `spam-report-gmane-unspam'.
4990         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4991         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4992
4993         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4994         Autoload.
4995         (spam-report-gmane-unregister-routine): Renamed
4996         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4997
4998 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5001         (spam-report-gmane-unregister-routine): Add support for gmane
5002         unregistration.
5003
5004         * spam-report.el (spam-report-gmane-unspam)
5005         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5006         (spam-report-gmane): Change to take a single article and do unspam
5007         registration.
5008
5009 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * mm-url.el (mm-url-decode-entities): Fix regexp.
5012
5013 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5016         default to nil, to be able to use Gnus at all.  If the default
5017         switches to something else, then the function should be fixed not
5018         be exceedingly slow.
5019
5020 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5023         fail hard.
5024
5025         * spam-report.el: Add better Keywords line.
5026
5027         * spam.el: Add Maintainer and better Keywords line.
5028
5029 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * gnus-art.el (gnus-article-replace-part)
5032         (gnus-mime-replace-part): New functions.
5033         (gnus-mime-action-alist, gnus-mime-button-commands)
5034         (gnus-mime-save-part-and-strip): Added file argument.
5035         (gnus-article-part-wrapper): Added interactive argument.
5036
5037         * gnus-sum.el (gnus-summary-mime-map): Add
5038         `gnus-article-replace-part'.
5039
5040 2005-09-19  Didier Verna  <didier@xemacs.org>
5041
5042         The nnml compaction feature:
5043         * nnml.el (nnml-request-compact-group): New function.
5044         * nnml.el (nnml-request-compact): New function.
5045         * gnus-int.el (gnus-request-compact-group): New function.
5046         * gnus-int.el (gnus-request-compact): New function.
5047         * gnus-group.el (gnus-group-compact-group): New function.
5048         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5049         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5050         * gnus-srvr.el (gnus-server-compact-server): New function.
5051         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5052         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5053
5054 2005-09-18  Deepak Goel  <deego@gnufans.org>
5055
5056         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5057         format spec.
5058
5059 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5062
5063 2005-09-15  Romain Francoise  <romain@orebokech.com>
5064
5065         * message.el (message-fill-paragraph): Clarify docstring.
5066
5067 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * gnus-art.el (gnus-mime-display-part): Protect against broken
5070         MIME messages.
5071
5072 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5075         before parsing header.
5076
5077 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5078
5079         * html2text.el: (html2text-replace-list): Add new entities.
5080
5081 2005-09-11  Romain Francoise  <romain@orebokech.com>
5082
5083         * message.el (message-alternative-emails): Improve docstring.
5084         (message-setup-1): Call `message-use-alternative-email-as-from'
5085         after `message-setup-hook' to give it precedence over posting
5086         styles, etc.
5087         (message-use-alternative-email-as-from): Add docstring.  Remove
5088         the original From header if present.
5089
5090         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5091         (nnml-save-mail): Use it.
5092
5093         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5094         articles.  Add new argument `silent'.
5095         (gnus-uu-mark-all): Report the total number of marked articles.
5096
5097 2005-09-10  Romain Francoise  <romain@orebokech.com>
5098
5099         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5100         (gnus-uu-mark-series): Likewise.
5101
5102 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * spam-report.el (spam-report-gmane): Fix generation of spam
5105         report URL.
5106
5107 2005-09-10  Simon Josefsson  <jas@extundo.com>
5108
5109         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5110         t, based on discussion on the ding list with Robert Epprecht
5111         <epprecht@solnet.ch>.
5112
5113 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * spam-report.el (spam-report-gmane): Make it work without
5116         X-Report-Spam header.  Gmane now only provides Archived-At.
5117         This is only used if `spam-report-gmane-use-article-number' is nil.
5118         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5119
5120         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5121         make `gnus-summary-sort-by-recipient' work with threading.
5122
5123         * nnweb.el (nnweb-google-wash-article): Print a message if article
5124         is not available.
5125
5126 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5127
5128         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5129         change.  Decode text/* parts content before displaying.
5130
5131 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5134
5135 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5138
5139         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5140         url-package-name, url-package-version,
5141         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5142         w3m-display-inline-images, and w3m-minor-mode-map.
5143
5144 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * message.el (message-tab-body-function): Fixed mismatched custom
5147         type.
5148
5149         * gnus.el (gnus-group-change-level-function): Ditto.
5150
5151         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5152
5153         * gnus-art.el (gnus-signature-limit)
5154         (gnus-article-mime-part-function): Ditto.
5155
5156 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mml.el (mml-mode): Silence the byte compiler.
5159
5160         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5161         using `(sit-for 0)' before moving the point to the specified part;
5162         skip unbuttonized parts.
5163         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5164         return to the summary window if gnus-auto-select-part is non-nil.
5165
5166 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5169         variables.
5170         (mml-dnd-attach-file, mml-mode): Use them.
5171
5172         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5173         Make fetching article by MID work again for Google Groups.  Added
5174         FIXME concerning gnus-group-make-web-group.
5175
5176         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5177         Don't depend on Gnus by using mail-extract-address-components if
5178         gnus-extract-address-components is not bound.
5179
5180 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * gnus-art.el (gnus-mime-display-security): Don't display the
5183         signature, but only the signed part.
5184
5185 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5188
5189         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5190         list, not listp.
5191
5192 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5193
5194         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5195         when encoding.
5196
5197         * mm-bodies.el (mm-decode-content-transfer-encoding):
5198         De-canonicalize CRLF for all text content types, not just
5199         text/plain.
5200
5201 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5204         valid article; point arrow and cursor at the MIME button.
5205
5206 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5209         Suggested by Dan Christensen <jdc@uwo.ca>.
5210
5211         * mm-decode.el (mm-save-part): Enable change of prompt.
5212
5213 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5214
5215         * gnus-msg.el (gnus-inews-add-send-actions): Made
5216         `message-post-method' lambda parameter ARG `&optional'.
5217
5218 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         * gnus-sum.el (gnus-summary-mime-map): Added
5221         gnus-article-save-part-and-strip, gnus-article-delete-part and
5222         gnus-article-jump-to-part.
5223
5224         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5225         (gnus-article-edit-part): Use it.
5226         (gnus-article-part-wrapper): Added no-handle argument.
5227         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5228         functions.
5229
5230 2005-08-29  Romain Francoise  <romain@orebokech.com>
5231
5232         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5233         docstring.
5234         (gnus-face-from-file): Likewise.
5235
5236 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5239         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5240         non-nil.
5241         (gnus-auto-select-part): New variable.
5242         (gnus-article-jump-to-part): New function.
5243         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5244         (gnus-mime-delete-part): Allow selecting specified part after
5245         deleting or stripping parts.
5246         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5247         part if argument is bogus.
5248
5249 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5250
5251         * gnus-art.el (w3m-minor-mode-map):
5252         * gnus-spec.el (gnus-newsrc-file-version):
5253         * gnus-util.el (nnmail-active-file-coding-system)
5254         (gnus-original-article-buffer, gnus-user-agent):
5255         * gnus.el (gnus-ham-process-destinations)
5256         (gnus-parameter-ham-marks-alist)
5257         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5258         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5259         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5260         * mm-decode.el (gnus-current-window-configuration):
5261         * mm-extern.el (gnus-article-mime-handles):
5262         * mm-url.el (url-current-object, url-package-name)
5263         (url-package-version):
5264         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5265         (smime-keys, w3m-cid-retrieve-function-alist)
5266         (w3m-current-buffer, w3m-display-inline-images)
5267         (w3m-minor-mode-map):
5268         * mml-smime.el (gnus-extract-address-components):
5269         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5270         (gnus-newsrc-hashtb, message-default-charset)
5271         (message-deletable-headers, message-options)
5272         (message-posting-charset, message-required-mail-headers)
5273         (message-required-news-headers):
5274         * mml1991.el (mc-pgp-always-sign):
5275         * mml2015.el (mc-pgp-always-sign):
5276         * nnheader.el (nnmail-extra-headers):
5277         * rfc1843.el (gnus-decode-encoded-word-function)
5278         (gnus-decode-header-function, gnus-newsgroup-name):
5279         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5280
5281 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5282
5283         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5284         the end of the date treatments.
5285
5286 2005-08-15  Simon Josefsson  <jas@extundo.com>
5287
5288         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5289         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5290         Capello and Romain Francoise.
5291         (pgg-fetch-key-function): Removed, not used?
5292         (pgg-insert-url-with-w3): Require url, to get
5293         url-insert-file-contents regardless of where it is defined.
5294
5295 2005-08-13  Romain Francoise  <romain@orebokech.com>
5296
5297         * message.el (message-cite-original-1): New function.
5298         (message-cite-original): Use it.
5299         (message-cite-original-without-signature): Ditto.
5300
5301 2005-08-08  Romain Francoise  <romain@orebokech.com>
5302
5303         * message.el (message-yank-empty-prefix): New variable.
5304         (message-indent-citation): Use it.
5305         (message-cite-original-without-signature): Respect X-No-Archive.
5306
5307 2005-08-08  Simon Josefsson  <jas@extundo.com>
5308
5309         * pgg.el: Autoload url-insert-file-contents instead of loading
5310         w3/url.
5311         (pgg-insert-url-with-w3): Don't load url here.
5312
5313 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5314
5315         * message.el (message-kill-to-signature): Don't insert newline at
5316         bol.
5317         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5318
5319 2005-08-06  Romain Francoise  <romain@orebokech.com>
5320
5321         * message.el (message-user-fqdn): Fix typo in docstring.
5322
5323 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5324
5325         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5326
5327         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5328
5329 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * mm-bodies.el (mm-encode-body): Use coding system rather than
5332         charset to encode text.
5333
5334         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5335         number of charsets if utf-8 is available (XEmacs).
5336
5337 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5340         taken from `gnus-button-mid-or-mail-regexp'.
5341         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5342         (gnus-button-alist): Improve regexp for domain part of the MIDs
5343         for news:localpart@domain buttons.
5344         (gnus-button-ctan-directory-regexp): Update.
5345
5346 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * sieve-manage.el (sieve-manage-interactive-login): Use
5349         make-local-variable rather than make-variable-buffer-local.
5350         (sieve-manage-open): Ditto.
5351         (sieve-manage-authenticate): Ditto.
5352
5353         * mml.el (mml-generate-mime-1): Make the content type default to
5354         text/plain if the filename is not specified.
5355
5356 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5359         instead of insert-buffer.
5360
5361         * message.el (message-yank-original): Ditto; set the mark at the
5362         end of the yanked message.
5363
5364 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5367         lines to scroll rather than to stop it.
5368
5369         * mml.el (mml-generate-default-type): Add doc string.
5370         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5371         default to application/octet-stream when determining the content
5372         type if it is not specified for the part or the mml contents; add
5373         a comment about mml-generate-default-type.
5374
5375 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5378         make it default to application/octet-stream when determining the
5379         content type if it is not specified for the external contents.
5380
5381 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5384         segmented parameter but also other parameters might be there.
5385
5386 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * mm-decode.el (mm-display-external): Delete temp file, directory
5389         and buffer immediately if the external process is exited.
5390
5391 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5394         fewer lines than that of scroll-margin.
5395         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5396
5397 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-art.el (gnus-article-next-page): Revert.
5400         (gnus-article-beginning-of-window): New macro.
5401         (gnus-article-next-page-1): Use it.
5402         (gnus-article-prev-page): Ditto.
5403         (gnus-article-edit-part): Use insert-buffer-substring instead of
5404         insert-buffer.
5405         (gnus-article-edit-exit): Ditto.
5406
5407         * gnus-util.el (gnus-beginning-of-window): Remove.
5408         (gnus-end-of-window): Remove.
5409
5410         * lpath.el: Don't bind header-line-format and scroll-margin.
5411
5412 2005-07-25  Simon Josefsson  <jas@extundo.com>
5413
5414         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5415         to have the url package without w3.  Reported by Daiki Ueno
5416         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5417
5418 2005-07-20  Didier Verna  <didier@xemacs.org>
5419
5420         * gnus-diary.el: Remove the description comment (nndiary is now
5421         properly documented in the Gnus manual).
5422         Fix the spelling of "Back End".
5423         * nndiary.el: Ditto.
5424         Fix the copyright notice.
5425
5426 2005-07-18  Romain Francoise  <romain@orebokech.com>
5427
5428         * gnus-sum.el (gnus-summary-to-prefix,
5429         gnus-summary-newsgroup-prefix): New variables.
5430         (gnus-summary-from-or-to-or-newsgroups): Use them.
5431
5432 2005-07-17  Romain Francoise  <romain@orebokech.com>
5433
5434         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5435         space as it's generally not especially interesting to the user.
5436
5437 2005-07-16  Romain Francoise  <romain@orebokech.com>
5438
5439         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5440         nil to avoid prompting and file modification if one of the
5441         messages at the top of the nnfolder file contains a copyright
5442         notice.
5443         Update copyright notice.
5444
5445         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5446         instead of `current-time-string' as the latter creates a time
5447         string that is not RFC 2822 compliant (it lacks the zone).
5448         Update copyright notice.
5449
5450 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5453         for text/rtf.  Display default in prompt.  Pass default for M-n.
5454
5455         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5456
5457 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-msg.el (gnus-button-mailto): Remove
5460         save-selected-window-window hackery because it relies on
5461         save-selected-window internals.
5462
5463 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5466         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5467         (gnus-article-prev-page): Ditto.
5468
5469         * gnus-util.el (gnus-beginning-of-window): New function.
5470         (gnus-end-of-window): New function.
5471
5472         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5473
5474 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5475
5476         * gnus-score.el (gnus-score-edit-all-score): Set
5477         gnus-score-edit-exit-function to gnus-score-edit-done and call
5478         gnus-message.
5479
5480 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5481
5482         * gnus-msg.el (gnus-button-mailto): Remove
5483         save-selected-window-window hackery because it relies on
5484         save-selected-window internals.
5485
5486 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5489         add-minor-mode.
5490         (gnus-binary-mode): Ditto.
5491
5492         * gnus-topic.el (gnus-topic-mode): Ditto.
5493
5494 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5495
5496         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5497         (gnus-article-prev-page): Take scroll-margin into consideration.
5498
5499 2005-07-04  Lute Kamstra  <lute@gnu.org>
5500
5501         Update FSF's address in GPL notices.
5502
5503 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5504
5505         * gnus.el (gnus-exit):
5506         * gnus-group.el (gnus-group-icons):
5507         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5508
5509         * gnus-nocem.el (gnus-nocem):
5510         * message.el (message-various, message-buffers, message-sending)
5511         (message-interface, message-forwarding, message-insertion)
5512         (message-headers, message-news, message-mail):
5513         * pgg-gpg.el (pgg-gpg):
5514         * pgg-parse.el (pgg-parse):
5515         * pgg-pgp.el (pgg-pgp):
5516         * pgg-pgp5.el (pgg-pgp5):
5517         * pop3.el (pop3): Finish `defgroup' description with period.
5518
5519 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (article-display-face): Improve the efficiency.
5522         (article-display-x-face): Ditto; remove grey x-face stuff.
5523
5524 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-art.el (article-display-face): Correct the position in
5527         which Faces are inserted.
5528
5529 2005-06-29  Didier Verna  <didier@xemacs.org>
5530
5531         * gnus-art.el (article-display-face): Display faces in correct
5532         order.
5533
5534 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5537         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5538         (gnus-nocem-check-article): Fetch the Type header.
5539         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5540         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5541         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5542         make sure gnus-nocem-hashtb is initialized.
5543         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5544         (gnus-nocem-unwanted-article-p): Ditto.
5545
5546         * pgg.el (pgg-verify): Return the verification result.
5547
5548 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5551         is ascii.
5552
5553 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5554
5555         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5556         `show-nonbreak-escape'.
5557
5558 2005-06-23  Lute Kamstra  <lute@gnu.org>
5559
5560         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5561
5562         * dig.el (dig-mode):
5563         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5564
5565 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5566
5567         * nnimap.el (nnimap-split-download-body): Fix spellings.
5568
5569 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5570
5571         * gnus-art.el (gnus-article-encrypt-body):
5572         * gnus-cus.el (gnus-score-customize):
5573         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5574         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5575
5576 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5577
5578         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5579         header by looking for magic "MII" at the beginnig.
5580
5581 2005-06-16  Miles Bader  <miles@gnu.org>
5582
5583         * gnus-xmas.el (gnus-xmas-group-startup-message):
5584         Use renamed gnus-splash face.
5585
5586         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5587         (assistant-field-face): New backward-compatibility alias for renamed
5588         face.
5589         (assistant-render-text): Use renamed assistant-field face.
5590
5591         * spam.el (spam): Remove "-face" suffix from face name.
5592         (spam-face): New backward-compatibility alias for renamed face.
5593         (spam-face, spam-initialize): Use renamed spam face.
5594
5595         * message.el (message-header-to, message-header-cc)
5596         (message-header-subject, message-header-newsgroups)
5597         (message-header-other, message-header-name)
5598         (message-header-xheader, message-separator, message-cited-text)
5599         (message-mml): Remove "-face" suffix from face names.
5600         (message-header-to-face, message-header-cc-face)
5601         (message-header-subject-face, message-header-newsgroups-face)
5602         (message-header-other-face, message-header-name-face)
5603         (message-header-xheader-face, message-separator-face)
5604         (message-cited-text-face, message-mml-face):
5605         New backward-compatibility aliases for renamed faces.
5606         (message-font-lock-keywords): Use renamed message faces.
5607
5608         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5609         (sieve-test-commands, sieve-tagged-arguments):
5610         Remove "-face" suffix from face names.
5611         (sieve-control-commands-face, sieve-action-commands-face)
5612         (sieve-test-commands-face, sieve-tagged-arguments-face):
5613         New backward-compatibility aliases for renamed faces.
5614         (sieve-control-commands-face, sieve-action-commands-face)
5615         (sieve-test-commands-face, sieve-tagged-arguments-face):
5616         Use renamed sieve faces.
5617
5618         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5619         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5620         (gnus-group-news-3-empty, gnus-group-news-4)
5621         (gnus-group-news-4-empty, gnus-group-news-5)
5622         (gnus-group-news-5-empty, gnus-group-news-6)
5623         (gnus-group-news-6-empty, gnus-group-news-low)
5624         (gnus-group-news-low-empty, gnus-group-mail-1)
5625         (gnus-group-mail-1-empty, gnus-group-mail-2)
5626         (gnus-group-mail-2-empty, gnus-group-mail-3)
5627         (gnus-group-mail-3-empty, gnus-group-mail-low)
5628         (gnus-group-mail-low-empty, gnus-summary-selected)
5629         (gnus-summary-cancelled, gnus-summary-high-ticked)
5630         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5631         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5632         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5633         (gnus-summary-low-undownloaded)
5634         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5635         (gnus-summary-low-unread, gnus-summary-normal-unread)
5636         (gnus-summary-high-read, gnus-summary-low-read)
5637         (gnus-summary-normal-read, gnus-splash):
5638         Remove "-face" suffix from face names.
5639         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5640         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5641         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5642         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5643         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5644         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5645         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5646         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5647         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5648         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5649         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5650         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5651         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5652         (gnus-summary-normal-ticked-face)
5653         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5654         (gnus-summary-normal-ancient-face)
5655         (gnus-summary-high-undownloaded-face)
5656         (gnus-summary-low-undownloaded-face)
5657         (gnus-summary-normal-undownloaded-face)
5658         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5659         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5660         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5661         (gnus-splash-face):
5662         New backward-compatibility aliases for renamed faces.
5663         (gnus-group-startup-message): Use renamed gnus faces.
5664
5665         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5666         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5667         (gnus-server-agent): Remove "-face" suffix from face names.
5668         (gnus-server-agent-face, gnus-server-opened-face)
5669         (gnus-server-closed-face, gnus-server-denied-face)
5670         (gnus-server-offline-face):
5671         New backward-compatibility aliases for renamed faces.
5672         (gnus-server-agent-face, gnus-server-opened-face)
5673         (gnus-server-closed-face, gnus-server-denied-face)
5674         (gnus-server-offline-face): Use renamed gnus faces.
5675
5676         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5677         Remove "-face" suffix from face names.
5678         (gnus-picon-xbm-face, gnus-picon-face):
5679         New backward-compatibility aliases for renamed faces.
5680
5681         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5682         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5683         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5684         (gnus-cite-11): Remove "-face" suffix from face names.
5685         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5686         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5687         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5688         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5689         New backward-compatibility aliases for renamed faces.
5690         (gnus-cite-attribution-face, gnus-cite-face-list)
5691         (gnus-article-boring-faces): Use renamed gnus faces.
5692
5693         * gnus-art.el (gnus-signature, gnus-header-from)
5694         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5695         (gnus-header-content): Remove "-face" suffix from face names.
5696         (gnus-signature-face, gnus-header-from-face)
5697         (gnus-header-subject-face, gnus-header-newsgroups-face)
5698         (gnus-header-name-face, gnus-header-content-face):
5699         New backward-compatibility aliases for renamed faces.
5700         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5701
5702         * gnus-sum.el (gnus-summary-selected-face)
5703         (gnus-summary-highlight): Use renamed gnus faces.
5704         * gnus-group.el (gnus-group-highlight): Likewise.
5705
5706 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5707
5708         * gnus-sieve.el (gnus-sieve-article-add-rule):
5709         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5710         * spam-stat.el (spam-stat-buffer-change-to-spam)
5711         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5712
5713         * message.el (message-is-yours-p):
5714         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5715
5716 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * mm-view.el (mm-inline-text): Withdraw the last change.
5719
5720 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5723         executing enriched-decode.
5724
5725 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5728         charset of tar files.
5729
5730 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5731
5732         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5733
5734 2005-06-04  Lute Kamstra  <lute@gnu.org>
5735
5736         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5737         information is never recorded.
5738
5739 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5740
5741         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5742
5743 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * pop3.el (pop3-apop): Run md5 in the binary mode.
5746
5747         * starttls.el (starttls-set-process-query-on-exit-flag):
5748         Use eval-and-compile.
5749
5750 2005-05-31  Simon Josefsson  <jas@extundo.com>
5751
5752         * smime.el (smime-replace-in-string): Define.
5753         (smime-cert-by-ldap-1): Use it.
5754
5755 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-art.el (article-display-x-face): Replace
5758         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5759
5760         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5761         set-process-query-on-exit-flag or process-kill-without-query.
5762
5763         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5764         loop instead of replace-regexp.
5765
5766         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5767         instead of process-kill-without-query if it is available.
5768
5769         * lpath.el: Fbind ldap-search-entries.
5770
5771         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5772         instead of find-file-hooks if it is available.
5773
5774         * mml1991.el: Bind pgg-default-user-id when compiling.
5775
5776         * mml2015.el: Bind pgg-default-user-id when compiling.
5777
5778         * nndraft.el (nndraft-request-associate-buffer):
5779         Use write-contents-functions instead of write-contents-hooks if it is
5780         available.
5781
5782         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5783         instead of find-file-hooks if it is available.
5784
5785         * nntp.el (nntp-open-connection): Replace
5786         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5787         (nntp-open-ssl-stream): Ditto.
5788         (nntp-open-tls-stream): Ditto.
5789
5790         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5791         set-process-query-on-exit-flag or process-kill-without-query.
5792         (starttls-open-stream-gnutls): Use it instead of
5793         process-kill-without-query.
5794         (starttls-open-stream): Ditto.
5795
5796 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5797
5798         * smime.el (smime-cert-by-ldap-1): Don't use
5799         replace-regexp-in-string.
5800
5801 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5802
5803         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5804
5805         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5806         in PEM format. Adjust to the XEmacs compability.
5807
5808 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5811         by `string-to-number'.
5812         * gnus-agent.el (gnus-agent-regenerate-group)
5813         (gnus-agent-fetch-articles): Ditto.
5814         * gnus-art.el (gnus-button-fetch-group): Ditto.
5815         * gnus-cache.el (gnus-cache-generate-active)
5816         (gnus-cache-articles-in-group): Ditto.
5817         * gnus-group.el (gnus-group-set-current-level)
5818         (gnus-group-insert-group-line): Ditto.
5819         * gnus-score.el (gnus-score-set-expunge-below)
5820         (gnus-score-set-mark-below, gnus-summary-score-effect)
5821         (gnus-summary-score-entry): Ditto.
5822         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5823         (gnus-soup-pack): Ditto.
5824         * gnus-spec.el (gnus-xmas-format): Ditto.
5825         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5826         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5827         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5828         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5829         * nndb.el (nndb-get-remote-expire-response): Ditto.
5830         * nndiary.el (nndiary-parse-schedule-value)
5831         (nndiary-string-to-number, nndiary-request-replace-article)
5832         (nndiary-request-article): Ditto.
5833         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5834         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5835         * nneething.el (nneething-make-head): Ditto.
5836         * nnfolder.el (nnfolder-request-article)
5837         (nnfolder-retrieve-headers): Ditto.
5838         * nnheader.el (nnheader-file-to-number): Ditto.
5839         * nnkiboze.el (nnkiboze-request-article): Ditto.
5840         * nnmail.el (nnmail-process-unix-mail-format)
5841         (nnmail-process-babyl-mail-format): Ditto.
5842         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5843         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5844         (nnmh-request-create-group, nnmh-request-list-1)
5845         (nnmh-request-group, nnmh-request-article): Ditto.
5846         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5847         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5848         * nnsoup.el (nnsoup-make-active): Ditto.
5849         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5850         * nntp.el (nntp-find-group-and-number)
5851         (nntp-retrieve-headers-with-xover): Ditto.
5852         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5853         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5854         (pgg-format-key-identifier): Ditto.
5855         * pop3.el (pop3-last, pop3-stat): Ditto.
5856         * qp.el (quoted-printable-decode-region): Ditto.
5857
5858         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5859         of concat.
5860
5861 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5864
5865         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5866
5867         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5868
5869         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5870
5871         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5872
5873         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5874
5875         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5876         (gnus-carpal-mode): Ditto.
5877
5878         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5879         (gnus-browse-mode): Ditto.
5880
5881         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5882
5883         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5884
5885 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5886
5887         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5888
5889 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-util.el (gnus-run-mode-hooks): New function.
5892
5893         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5894
5895         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5896         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5897
5898 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5899
5900         * gnus-agent.el (gnus-agent-make-mode-line-string):
5901         Use mode-line-highlight as mouse-face.
5902
5903 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * canlock.el (canlock): Change the parent group to news.
5906
5907         * deuglify.el (gnus-outlook-deuglify): Add :group.
5908
5909         * dig.el (dig): Add :group.
5910
5911         * dns-mode.el (dns-mode): Add :group.
5912
5913         * encrypt.el (encrypt): Add :group.
5914
5915         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5916         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5917         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5918         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5919         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5920
5921         * gnus-diary.el (gnus-diary): Add :group.
5922
5923         * gnus.el (gnus-group-news-1-face): Add :group.
5924         (gnus-group-news-1-empty-face): Ditto.
5925         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5926         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5927         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5928         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5929         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5930         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5931         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5932         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5933         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5934         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5935         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5936         (gnus-summary-high-ticked-face): Ditto.
5937         (gnus-summary-low-ticked-face): Ditto.
5938         (gnus-summary-normal-ticked-face): Ditto.
5939         (gnus-summary-high-ancient-face): Ditto.
5940         (gnus-summary-low-ancient-face): Ditto.
5941         (gnus-summary-normal-ancient-face): Ditto.
5942         (gnus-summary-high-undownloaded-face): Ditto.
5943         (gnus-summary-low-undownloaded-face): Ditto.
5944         (gnus-summary-normal-undownloaded-face): Ditto.
5945         (gnus-summary-high-unread-face): Ditto.
5946         (gnus-summary-low-unread-face): Ditto.
5947         (gnus-summary-normal-unread-face): Ditto.
5948         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5949         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5950
5951         * hashcash.el (hashcash): New custom group.
5952         (hashcash-default-payment): Add :group.
5953         (hashcash-payment-alist): Ditto.
5954         (hashcash-default-accept-payment): Ditto.
5955         (hashcash-accept-resources): Ditto.
5956         (hashcash-path): Ditto.
5957         (hashcash-extra-generate-parameters): Ditto.
5958         (hashcash-double-spend-database): Ditto.
5959         (hashcash-in-news): Ditto.
5960
5961         * message.el (message-minibuffer-local-map): Add :group.
5962
5963         * netrc.el (netrc): Add :group.
5964
5965         * sieve-manage.el (sieve-manage-log): Add :group.
5966         (sieve-manage-default-user): Diito.
5967         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5968         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5969         (sieve-manage-authenticators): Ditto.
5970         (sieve-manage-authenticator-alist): Ditto.
5971         (sieve-manage-default-port): Ditto.
5972
5973         * sieve-mode.el (sieve-control-commands-face): Add :group.
5974         (sieve-action-commands-face): Ditto.
5975         (sieve-test-commands-face): Ditto.
5976         (sieve-tagged-arguments-face): Ditto.
5977
5978         * smime.el (smime): Add :group.
5979
5980         * spam-report.el (spam-report): Add :group.
5981
5982         * spam.el (spam, spam-face): Add :group.
5983
5984 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5987         return \n.\n.\n at the end of articles.  Protect against that.
5988         (nntp-with-open-group): Allow debugging.
5989
5990         * nnheader.el (mail-header-set-extra): Make into a function
5991         because I just could't understand how to quote the list properly.
5992
5993         * dns.el (query-dns-cached): New function.
5994
5995 2005-05-26  Lute Kamstra  <lute@gnu.org>
5996
5997         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5998
5999 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6002
6003         * gnus-art.el: Don't autoload mail-extract-address-components.
6004
6005         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6006         eval-and-compile to evaluate it.
6007
6008         * hashcash.el: Don't autoload executable-find.
6009
6010         * nndb.el: Don't declare the nndb back end two or more times; don't
6011         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6012
6013         * nntp.el: Autoload format-spec instead of format; use
6014         eval-and-compile to evaluate autoload forms.
6015
6016 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6017
6018         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6019
6020 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus.el (gnus-version-number): Bump version.
6023
6024 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6025
6026         * gnus.el: No Gnus v0.3 is released.
6027
6028 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * lpath.el (featurep): Bind show-nonbreak-escape.
6031
6032 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-article-edit-part): Disable undo.
6035
6036 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6039         gnus-article-date-lapsed-new-header is t if date timer is active;
6040         skip headers in which the original date value is empty.
6041         (gnus-article-save-original-date): Redefine it as a macro.
6042         (gnus-display-mime): Use it.
6043
6044 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-art.el (article-date-ut): Support converting date in
6047         forwarded parts as well.
6048         (gnus-article-save-original-date): New function.
6049         (gnus-display-mime): Use it.
6050
6051 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6052
6053         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6054         enclosure element of <item>.
6055
6056 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * message.el (message-kill-buffer-query): Renamed from
6059         `message-kill-buffer-query-if-modified'.  Added :version.
6060
6061 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6064         window layout.
6065
6066 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mml.el: Autoload dnd when compiling.
6069
6070 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6073         x-dnd-*.
6074
6075 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * qp.el (quoted-printable-encode-region): Save excursion.
6078
6079 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * message.el (message-kill-buffer-query-if-modified): Add new variable
6082         so the user can kill a modified message buffer quickly.
6083         (message-kill-buffer): Use it.
6084
6085 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * lpath.el: Fbind display-time-event-handler; don't fbind
6088         string-to-multibyte.
6089
6090         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6091
6092 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6095         contained in text because xml.el decodes entities) with LFs.
6096
6097 2005-04-11  Lute Kamstra  <lute@gnu.org>
6098
6099         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6100         differently.
6101
6102 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         * mm-util.el (mm-detect-coding-region): Typo.
6105
6106 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6109
6110 2005-04-06  D Goel  <deego@gnufans.org>
6111
6112         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6113         user-function allow user modifications of the scores.
6114         (spam-stat-score-buffer-user): New function, to allow
6115         user-computed modifications to the score.
6116         (spam-stat-score-buffer-user-functions): list of additional
6117         scoring functions
6118         (spam-stat-error-holder): global temporary error holder
6119         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6120         variable
6121
6122 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * gnus-registry.el (gnus-registry-clean-empty-function)
6125         (gnus-registry-trim, gnus-registry-fetch-groups)
6126         (gnus-registry-delete-group): Groups that match
6127         `gnus-registry-ignored-groups' are removed from the registry
6128         entries, not just ignored for splitting.  This helps clean up the
6129         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6130         to get all the groups a message ID is in.
6131
6132         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6133         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6134         (spam-stat-score-buffer-user-functions): Add :number custom type.
6135
6136 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6139         argument in XEmacs.
6140
6141         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6142         (nnrss-request-group): Decode group name first.
6143         (nnrss-request-article): Make a text/plain article if mml-to-mime
6144         failed.
6145         (nnrss-get-encoding): Return a compatible encoding according to
6146         nnrss-compatible-encoding-alist.
6147         (nnrss-find-el): Use consp instead of listp.
6148         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6149
6150 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6153         which Emacs 20 doesn't support.
6154         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6155
6156 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6159         silence the byte compiler inside the defun
6160
6161         * gnus-demon.el (parse-time-string): Add autoload.
6162
6163         * gnus-delay.el (parse-time-string): Add autoload.
6164
6165         * gnus-art.el (parse-time-string): Add autoload.
6166
6167         * nnultimate.el (parse-time): Require for `parse-time-string'.
6168
6169 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6172
6173         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6174
6175         * smime.el (smime-ldap-host-list): Add :version.
6176
6177 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6180         pass it to `gnus-browse-read-group'.
6181         (gnus-browse-read-group): Add NUMBER argument and pass it to
6182         `gnus-group-read-ephemeral-group'.
6183
6184         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6185         argument and pass it to `gnus-group-read-group'.
6186
6187 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6188
6189         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6190         mm-xemacs-find-mime-charset-1 if we have the mule feature
6191         available at runtime.
6192
6193 2005-03-25  Werner Lemberg  <wl@gnu.org>
6194
6195         * nnmaildir.el: Replace `illegal' with `invalid'.
6196
6197 2005-03-23  Lute Kamstra  <lute@gnu.org>
6198
6199         * time-date.el: Add comment on time value formats.
6200         Don't require parse-time.
6201         (with-decoded-time-value): New macro.
6202         (encode-time-value): New function.
6203         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6204         (days-to-time): Return a valid time value when arg is huge.
6205         (time-since): Use time-subtract.
6206         (time-to-number-of-days): Use time-to-seconds.
6207
6208 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6209
6210         * gnus-start.el (gnus-display-time-event-handler):
6211         Check display-time-timer at runtime rather than only at load time
6212         in case display-time-mode is turned off in the mean time.
6213
6214 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6217         used.
6218
6219         * nneething.el (nneething-map-file-directory): Derive from
6220         `gnus-directory'.
6221
6222         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6223         the To/Cc button.
6224
6225 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * nnmaildir.el (nnmaildir-request-accept-article):
6228         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6229
6230 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6231
6232         * gnus-async.el: Require timer-funcs at compile time when in
6233         XEmacs for `run-with-idle-timer'.
6234
6235 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6236
6237         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6238         autoloaded function.
6239
6240 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6241
6242         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6243
6244 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6245
6246         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6247
6248 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6251         gnus-expert-user to default.
6252
6253 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6254
6255         * nnimap.el (nnimap-open-server): Ditto.
6256
6257         * imap.el (imap-authenticate): Fix typo.
6258
6259 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6260
6261         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6262         buffer (since IMAP server might return FETCH response out of
6263         order, and the nntp buffer must be sorted).
6264
6265 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6266
6267         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6268         comparison on string.
6269
6270         * gnus-agent.el (gnus-agent-long-article,
6271         gnus-agent-short-article, gnus-agent-score): Renamed category
6272         keywords to match gnus-cus.
6273         (gnus-agent-summary-fetch-series): Modified to protect against
6274         gnus-agent-summary-fetch-group clearing processable flags.
6275         (gnus-agent-synchronize-group-flags): Update live group buffer as
6276         synchronization may occur due to the user toggle the plugged
6277         status.
6278         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6279         successfully downloaded.
6280         (gnus-agent-expire-group-1): Avoid using markers when the overview
6281         is in ascending order; greatly improves performance.
6282         (gnus-agent-regenerate-group): Use
6283         gnus-agent-synchronize-group-flags to reset read status in both
6284         gnus and server.
6285         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6286
6287 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el: Don't autoload former message-utils variables.
6290         (message-strip-subject-trailing-was): Change doc string.
6291
6292         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6293         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6294         (nnweb-google-search): Add "hl=en" here.
6295         (nnweb-google-parse-1, nnweb-google-create-mapping):
6296         Don't hardcode URL.
6297
6298 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * message.el (message-get-reply-headers, message-followup):
6301         Mention related variables `message-use-followup-to' and
6302         `message-use-mail-followup-to', in the information buffer.
6303
6304         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6305         of broken groups(-beta).google.com.
6306
6307 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6308
6309         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6310         parameter to invoked gnus-request-move-article; remove the
6311         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6312         all at once instead of once per article.
6313         (gnus-summary-remove-process-mark): Accept a list of articles as
6314         well as a single article for processing.
6315
6316         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6317         parameter.
6318
6319         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6320
6321         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6322
6323         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6324         parameter.
6325
6326         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6327         parameter.
6328
6329         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6330         parameter and remove the gnus-sum-hint-move-is-internal variable.
6331
6332         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6333         parameter.
6334
6335         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6336         parameter.
6337
6338         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6339         parameter.
6340
6341         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6342
6343         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6344         parameter.
6345
6346         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6347         parameter.
6348
6349 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6350
6351         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6352         a more conservative way.
6353
6354 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6355
6356         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6357         buffer, so it moves the window's cursor.
6358
6359 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6360
6361         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6362         `mm-dissect-multipart' and receive the from field as an (optional)
6363         argument from `mm-dissect-multipart'.
6364         (mm-dissect-multipart): Receive the from field as an argument and
6365         pass it on when we call `mm-dissect-buffer' on MIME parts.
6366         Fixes verification/decryption of signed/encrypted MIME parts.
6367
6368 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6369
6370         * gnus-sum.el (gnus-summary-move-article): Set
6371         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6372         whatever it calls (right now, only nnimap-request-move article
6373         respects it).
6374
6375         * nnimap.el (nnimap-request-move-article): When
6376         gnus-sum-hint-move-is-internal is set, don't do the extra
6377         nnimap-request-article.
6378
6379 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6382
6383         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6384         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6385
6386         * gnus-sum.el (gnus-summary-caesar-message):
6387         Apply `gnus-treat-article' after rotation.
6388
6389         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6390         doc string.
6391
6392 2005-02-22  Simon Josefsson  <jas@extundo.com>
6393
6394         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6395         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6396         <arne@arnested.dk>.
6397         (encrypt): Add password-cache and password-cache-expiry as group
6398         members.
6399
6400 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6401
6402         * smime.el (smime-ldap-host-list): Doc fix.
6403         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6404         cache) password.
6405         (smime-sign-region): Use it.
6406         (smime-decrypt-region): Use it.
6407         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6408         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6409         fails.
6410         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6411         certificate from DER to PEM format rather than calling openssl.
6412
6413         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6414
6415         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6416         for signing/encryption.
6417
6418         * mml.el (mml-parse-1): Use them.
6419
6420 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6421
6422         * nnrss.el (nnrss-verbose): Removed.
6423         (nnrss-request-group): Use `nnheader-message' instead.
6424
6425 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6426
6427         * nnrss.el (nnrss-verbose): New variable.
6428         (nnrss-request-group): Make it say nnrss is requesting a group.
6429
6430 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6433         Handle news URL with given port correctly.
6434
6435 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6438         containing special characters.
6439
6440         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6441
6442         * mml.el (mime-to-mml): Ditto.
6443
6444         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6445         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6446         (rfc2047-decode-region): Quote decoded words containing special
6447         characters when rfc2047-quote-decoded-words-containing-tspecials
6448         is non-nil.
6449
6450 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6453
6454         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6455
6456 2005-02-15  Simon Josefsson  <jas@extundo.com>
6457
6458         * nnimap.el (nnimap-debug): Doc fix.
6459
6460         * imap.el (imap-debug): Doc fix.
6461
6462 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6465
6466 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6467
6468         * gnus.el (spam-contents): Improve docs for spam-contents
6469         parameter in its variable incarnation.
6470
6471 2005-02-14  Simon Josefsson  <jas@extundo.com>
6472
6473         * smime-ldap.el: Use require instead of load-library for ldap.
6474         (smime-ldap-search): Indent.
6475         (smime-ldap-search-internal): Shorten line.
6476
6477         * smime.el (smime-cert-by-dns): Add doc-string.
6478         (smime-cert-by-ldap-1): Indent.
6479
6480         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6481         mml-smime-get-dns-ldap.
6482         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6483
6484 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6485
6486         * smime.el: Require smime-ldap.
6487         (smime-ldap-host-list): New variable.
6488         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6489
6490         * mml-smime.el (mml-smime-encrypt-query): New function.
6491         (mml-smime-encrypt-query): Use it.
6492
6493         * smime-ldap.el: New file.
6494
6495 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6498
6499 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6502         argument in doc string.  Make query for type more clear.
6503
6504 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus.el (gnus-group-startup-message): Search for gnus images in
6507         etc/images/gnus.
6508         * mm-util.el (mm-image-load-path): Likewise.
6509         * smiley.el (smiley-data-directory): Search for smilies in
6510         etc/images/smilies.
6511
6512 2005-02-09  Kim F. Storm  <storm@cua.dk>
6513
6514         Change Emacs release version from 21.4 to 22.1 throughout.
6515         Change Emacs development version from 21.3.50 to 22.0.50.
6516
6517 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6520
6521         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6522         non-Mule XEmacs as well.
6523         (mm-decompress-buffer): Signal an error intentionally if it does
6524         not decompress compressed data because auto-compression-mode is
6525         disabled.
6526
6527 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6530         an ID in the registry even if it has no groups.
6531
6532 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6535         merge it into mm-decompress-buffer.
6536         (gnus-mime-copy-part): Use the MIME part charset, the value which
6537         a user specified or gnus-newsgroup-charset for decoding, like
6538         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6539         save-buffer what was used.  Suggested by Kevin Ryde
6540         <user42@zip.com.au>.
6541         (gnus-mime-inline-part): Allow the name parameter as well as the
6542         filename parameter; force decompressing of compressed data; always
6543         display contents being not decoded as unibyte.
6544
6545         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6546         as well as the filename parameter.
6547
6548         * mm-util.el (mm-decompress-buffer): Merge
6549         gnus-mime-jka-compr-maybe-uncompress.
6550         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6551         of compressed data.
6552
6553 2005-02-08  Simon Josefsson  <jas@extundo.com>
6554
6555         * imap.el (imap-log): Doc fix.
6556
6557 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6560         the coding cookies; decompress compressed parts.
6561
6562         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6563         to the value which a user specified manually or the coding cookie.
6564
6565         * mm-util.el (mm-string-to-multibyte): New function.
6566         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6567         (mm-coding-system-to-mime-charset): New function.
6568         (mm-decompress-buffer): New function.
6569         (mm-find-buffer-file-coding-system): New function.
6570
6571         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6572         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6573         parts.
6574
6575 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6576
6577         * mm-view.el (mm-display-inline-fontify): Decode a part according
6578         to the charset parameter.
6579
6580 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6583         prefix arg is neither nil nor a number, as info specifies.
6584
6585 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6588         timestamps.
6589
6590 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6591
6592         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6593         groups error checking and notify user.
6594
6595 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6596
6597         * message.el (message-send-mail-function): Check existence of
6598         sendmail-program first before using default value
6599         `message-send-mail-with-sendmail'.  Otherwise use more generic
6600         `smtpmail-send-it'.
6601
6602 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * nntp.el (nntp-request-update-info): Always return nil.
6605
6606 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6607
6608         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6609
6610 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6611
6612         * message.el (message-beginning-of-line): Change the behavior when
6613         invoked between BOL and : so that it first moves backward.
6614
6615 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6618         article buffer when editing of the article is discarded.
6619         (gnus-article-prepare): Revert.
6620
6621 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (gnus-article-prepare):
6624         Remove message-strip-forbidden-properties from the local hook.
6625
6626 2005-01-27  Simon Josefsson  <jas@extundo.com>
6627
6628         * password.el (password-cache-add): Only start one timer per key.
6629         Reported by Derek Atkins <warlord@MIT.EDU>.
6630
6631 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6632
6633         * run-at-time.el: Removed.  It is no longer needed as
6634         timer-funcs.el in the xemacs-base package has a working version of
6635         `run-at-time'.
6636
6637         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6638
6639         * password.el: Require timer-funcs instead of run-at-time in
6640         XEmacs.
6641         Remove `password-run-at-time' macro.
6642         (password-cache-add): Use `run-at-time' instead of
6643         `password-run-at-time'.
6644
6645         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6646         Remove `nnheader-cancel-function-timers' alias,
6647         `cancel-function-timers' exists in XEmacs in timer-funcs.
6648
6649         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6650         for `run-with-idle-timer'.
6651
6652         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6653         for `run-at-time'.
6654
6655         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6656         for `with-timeout'.
6657
6658         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6659         the same as for XEmacs 21.4.
6660         No need to ignore `run-with-idle-timer', this function exists in
6661         XEmacs now in timer-funcs.el in the xemacs-base package.
6662         (dgnushack-compile): No need to delete
6663         run-at-time.el from the list of files to compile because it
6664         doesn't exist anymore.
6665
6666 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6669         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6670
6671 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6672
6673         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6674         sensitively.
6675
6676 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6677
6678         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6679
6680 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6683         which will be inserted according to the multibyteness of a buffer
6684         rather than the type of contents.  Suggested by ARISAWA Akihiro
6685         <ari@mbf.ocn.ne.jp>.
6686
6687         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6688         of string which old xml.el may return rather than a string.
6689
6690 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6693
6694 2005-01-16  Simon Josefsson  <jas@extundo.com>
6695
6696         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6697         idn/idna.el isn't available.
6698         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6699         <michael@waxrat.com>.
6700
6701         * hashcash.el: Remove non-FSF copyright header.
6702
6703         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6704         (hashcash-generate-payment): Use it.
6705         (hashcash-generate-payment-async): Use it.
6706
6707 2005-01-15  Simon Josefsson  <jas@extundo.com>
6708
6709         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6710         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6711
6712         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6713         gnus-summary-idna-message.
6714         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6715         (gnus-summary-idna-message): New function.
6716
6717 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6720         gnus-novice-user.
6721
6722 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * nnrss.el (nnrss-request-delete-group): Delete entries in
6725         nnrss-group-alist as well.
6726         (nnrss-save-server-data): Insert newline.
6727
6728 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6729
6730         * gnus.el (gnus-user-agent): Use list of symbols instead of
6731         symbols.  Display full version number for (S)XEmacs.  Optionally
6732         display (S)XEmacs codename.
6733
6734         * gnus-util.el (gnus-emacs-version): Update for new
6735         `gnus-user-agent'.
6736
6737         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6738         Gnus version.
6739
6740 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6743         which is unreadable in some setups.
6744
6745 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-spec.el (gnus-update-format-specifications): Flush the
6748         group format spec cache if it doesn't support decoded group names.
6749
6750 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6753         to apply decay on score files matching a regexp.
6754
6755 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6758         compatibility in %g and %c.
6759
6760 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6763         name for only %g and %c.
6764         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6765         of gnus-tmp-group to decoded group name.
6766         (gnus-group-make-rss-group): Exclude `/'s from group names.
6767
6768 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * nnrss.el (nnrss-get-encoding): Fix regexp.
6771
6772 2004-12-27  Simon Josefsson  <jas@extundo.com>
6773
6774         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6775         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6776         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6777
6778 2004-12-17  Kim F. Storm  <storm@cua.dk>
6779
6780         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6781
6782         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6783
6784 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6785
6786         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6787
6788 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnrss.el: Require rfc2047 and mml.
6791         (nnrss-file-coding-system): New variable.
6792         (nnrss-format-string): Redefine it as an inline function.
6793         (nnrss-decode-group-name): New function.
6794         (nnrss-string-as-multibyte): Remove.
6795         (nnrss-retrieve-headers): Decode group name; don't use
6796         nnrss-format-string.
6797         (nnrss-request-group): Decode group name.
6798         (nnrss-request-article): Decode group name; allow a Message-ID as
6799         well as an article number; don't use nnrss-format-string; encode a
6800         Message-ID string which may contain non-ASCII characters; use
6801         mml-to-mime to compose a MIME article.
6802         (nnrss-request-expire-articles): Decode group name.
6803         (nnrss-request-delete-group): Decode group name.
6804         (nnrss-fetch): Clarify error message.
6805         (nnrss-read-server-data): Use insert-file-contents instead of load;
6806         bind file-name-coding-system; use multibyte buffer.
6807         (nnrss-save-server-data): Bind coding-system-for-write to the
6808         value of nnrss-file-coding-system; bind file-name-coding-system;
6809         add coding cookie.
6810         (nnrss-read-group-data): Use insert-file-contents instead of load;
6811         bind file-name-coding-system; use multibyte buffer.
6812         (nnrss-save-group-data): Bind coding-system-for-write to the
6813         value of nnrss-file-coding-system; bind file-name-coding-system.
6814         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6815         make it work with non-ASCII text.
6816         (nnrss-find-el): Make it work with old xml.el as well.
6817
6818 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6819
6820         * nnrss.el (nnrss-get-encoding): New function.
6821         (nnrss-fetch): Use unibyte buffer initially; bind
6822         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6823         decode contents according to the encoding attribute.
6824         (nnrss-save-group-data): Add coding cookie.
6825         (nnrss-mime-encode-string): New function.
6826         (nnrss-check-group): Use it to encode subject and author.
6827
6828 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6831         imaginary variable.
6832
6833 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6836         correctly even if there are wide characters.
6837
6838 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6839
6840         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6841         downcased symbol names; make a new cache instead of reusing
6842         bbdb-hashtable.
6843
6844 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6847         concatenating segments rather than before concatenating them.
6848         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6849
6850         * message.el (message-get-reply-headers): Bind `extra'.
6851
6852 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853
6854         * message.el (message-extra-wide-headers): New variable.
6855         (message-get-reply-headers): Use it.
6856
6857 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6860         (gnus-agent-group-pathname): Ditto.
6861
6862         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6863
6864         * gnus-group.el (gnus-group-make-group): Decode group name.
6865         (gnus-group-make-rss-group): Register the group data after opening
6866         the nnrss group.
6867
6868 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6869
6870         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6871         by expiry now get marked as read.
6872
6873 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6876
6877 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6878
6879         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6880         unify Latin characters in XEmacs.
6881         (mm-find-mime-charset-region): Use it.
6882
6883 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-util.el (gnus-delete-directory): New function.
6886
6887         * gnus-agent.el (gnus-agent-delete-group): Use it.
6888
6889         * gnus-cache.el (gnus-cache-delete-group): Use it.
6890
6891 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6894         names.
6895
6896 2004-12-16  Simon Josefsson  <jas@extundo.com>
6897
6898         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6899
6900 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6903
6904         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6905         (gnus-group-set-current-level): Decode group name.
6906
6907 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6908
6909         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6910         failed.
6911
6912 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-group.el (gnus-group-delete-group): Decode group name.
6915         (gnus-group-make-rss-group): Encode group name.
6916         (gnus-group-catchup-current): Decode group name.
6917         (gnus-group-kill-group): Decode group name.
6918
6919 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6920
6921         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6922
6923 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-group.el (gnus-group-make-rss-group):
6926         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6927
6928         * gnus-start.el (gnus-setup-news): Honor user's setting to
6929         gnus-message-archive-method.  Suggested by Lute Kamstra
6930         <lute@gnu.org>.
6931
6932 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6933
6934         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6935         global counterparts of the buffer-local variables.
6936
6937 2004-11-16  Romain Francoise  <romain@orebokech.com>
6938
6939         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6940         counterparts of the buffer-local variables.
6941
6942 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * message.el (message-forbidden-properties): Fixed typo in doc
6945         string.
6946
6947 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-util.el (gnus-replace-in-string): Added doc string.
6950
6951         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6952         to avoid problems when splitting mails with many recipients.
6953
6954 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6955
6956         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6957         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6958
6959 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6960
6961         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6962         if there is no hashtable in memory or file modification time is
6963         newer than cached timestamp.
6964
6965 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6968         not-matching option.
6969
6970 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6973         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6974         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6975         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6976         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6977         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6978
6979 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * message.el (message-forward-make-body-mml): Remove headers
6982         according to message-forward-ignored-headers if a message is decoded.
6983
6984 2004-12-02  Romain Francoise  <romain@orebokech.com>
6985
6986         * message.el (message-forward-make-body-plain): Always remove
6987         headers according to message-forward-ignored-headers.
6988
6989 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * spam.el (spam-summary-prepare-exit): Remove the
6992         gnus-summary-limit pop for now, it has problems with ham marks for
6993         me.
6994
6995 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6996
6997         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6998         correctly.
6999
7000 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7001
7002         * format-spec.el (format-spec): Message the char.
7003
7004 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * gnus-art.el (gnus-split-methods): Reformat comments.
7007
7008         * spam.el (spam-summary-prepare-exit): Remove article limits
7009         before exiting the summary buffer.
7010
7011 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7014         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7015
7016         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7017         order to silence the byte compiler.
7018
7019         * spam.el: Fix the way to silence the byte compiler, which
7020         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7021         bbdb-search-simple, spam-BBDB-register-routine,
7022         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7023         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7024         spam-stat-buffer-is-spam, spam-stat-load,
7025         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7026         spam-stat-save and spam-stat-split-fancy.
7027
7028 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7031         which may confuse users.
7032         (canlock-password-for-verify): Ditto.
7033
7034         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7035
7036         * gnus-art.el (gnus-emphasis-alist): Ditto.
7037
7038         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7039
7040         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7041
7042         * gnus-start.el (gnus-save-killed-list): Ditto.
7043
7044         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7045         (gnus-sum-thread-tree-root): Ditto.
7046         (gnus-sum-thread-tree-false-root): Ditto.
7047         (gnus-sum-thread-tree-single-indent): Ditto.
7048
7049         * message.el (message-courtesy-message): Ditto.
7050         (message-archive-note): Ditto.
7051         (message-subscribed-address-file): Ditto.
7052         (message-user-fqdn): Ditto.
7053
7054         * spam-report.el (spam-report-gmane-regex): Ditto.
7055
7056         * spam.el (spam-blackhole-good-server-regex): Ditto.
7057
7058 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * mml.el (mml-preview): Widen the message buffer before copying
7061         the contents to the preview buffer; sort headers before previewing.
7062
7063         * message.el (message-hidden-headers): Fix the way to avoid a bug
7064         in the `repeat' widget in Emacs 21.3 or earlier.
7065
7066 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-hidden-headers): Default to "^References:".
7069         Improve customization type.  Suggested by Reiner Steib
7070         <Reiner.Steib@gmx.de>.
7071
7072 2004-11-25  Romain Francoise  <romain@orebokech.com>
7073
7074         * message.el (message-strip-forbidden-properties): Remove check for
7075         obsolete `message-hidden' text property, hidden headers are not
7076         accessible in the buffer anymore.
7077
7078 2004-11-22  Romain Francoise  <romain@orebokech.com>
7079
7080         * message.el (message-header-format-alist): Add `From' in list
7081         so that it can be sorted.
7082         (message-fix-before-sending): Widen and sort headers before
7083         sending.
7084         (message-hide-headers): Use narrowing to hide headers by moving
7085         them to the top of the buffer and narrowing to the region
7086         underneath.
7087
7088 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7089
7090         * message.el (message-strip-forbidden-properties): Bind
7091         buffer-read-only (etc) to nil.
7092
7093 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7096         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7097
7098 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7099
7100         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7101
7102 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * dns.el (query-dns): Use sit-for to time instead of
7105         accept-process-output, since that doesn't seem to work on udp
7106         sockets.
7107
7108 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7111
7112 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7113
7114         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7115         doc string.  Improve doc string.
7116
7117 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * nntp.el (nntp-request-update-info): Return nil if
7120         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7121         may not call gnus-activate-group which uselessly issues the GROUP
7122         commands for all nntp groups and wastes time.  Reported by Romain
7123         Francoise <romain@orebokech.com>.
7124
7125         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7126
7127 2004-11-15  Simon Josefsson  <jas@extundo.com>
7128
7129         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7130         headers separately.
7131         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7132         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7133
7134 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * gnus-start.el (gnus-convert-old-newsrc):
7137         Assign legacy-gnus-agent to 5.10.7.
7138
7139 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7142         start of the lines.
7143
7144 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7145
7146         * hashcash.el (hashcash-default-payment): Change default to 20
7147         (hashcash-default-accept-payment): Change default to 20
7148         (hashcash-process-alist): New variable
7149         (hashcash-generate-payment-async): Add
7150         (hashcash-already-paid-p): Add
7151         (hashcash-insert-payment): Don't generate payments twice
7152         (hashcash-insert-payment-async): Add
7153         (hashcash-insert-payment-async-2): Add
7154         (hashcash-cancel-async): Add
7155         (hashcash-wait-async): Add
7156         (hashcash-processes-running-p): Add
7157         (hashcash-wait-or-cancel): Add
7158         (mail-add-payment): New optional argument.  Conditionally start
7159         asynchronous calculation.
7160         (mail-add-payment-async): Add
7161
7162         * message.el (message-send-mail): Wait for asynchronous hashcash
7163         results.  Don't clobber existing X-Hashcash headers.
7164         (message-setup-1): Call mail-add-payment-async when
7165         message-generate-hashcash is non-nil.
7166
7167 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7168
7169         * message.el (message-use-alternative-email-as-from): Examine the
7170         From header as well; use message-make-from in order to include a
7171         user's full name.
7172
7173 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7176         default; improve customization type.
7177         (gnus-emphasis-custom-with-format): New macro.
7178         (gnus-emphasis-custom-value-to-external): New function.
7179         (gnus-emphasis-custom-value-to-internal): New function.
7180
7181 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7182
7183         * dns.el (query-dns): Resolve reverse addresses.
7184
7185 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus-group.el (gnus-group-get-new-news): Use it.
7188
7189         * gnus-start.el (gnus-check-reasonable-setup): New function.
7190
7191 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7194         "Args out of range" error.  Reported by Arnaud Giersch
7195         <arnaud.giersch@free.fr>.
7196
7197 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7198
7199         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7200
7201 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7202
7203         * spam.el (spam group): Add :version.
7204
7205         * pgg-def.el (pgg group): Add :version.
7206
7207 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-art.el (gnus-article-edit-article): Don't associate the
7210         article buffer with a draft file.  This is a temporary measure
7211         against the 2004-08-22 change to gnus-article-edit-mode.
7212
7213 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7216         (html2text-format-tags): Remove unused variable `attr'.
7217
7218 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7219
7220         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7221
7222         * tls.el (tls-process-connection-type, tls-success)
7223         (tls-certtool-program): Add :version.
7224
7225         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7226         (starttls-extra-arguments, starttls-process-connection-type)
7227         (starttls-connect, starttls-failure, starttls-success):
7228
7229         * spam-stat.el (spam-stat): Add :version.
7230
7231         * sieve.el (sieve): Add :version.
7232
7233         * sha1.el (sha1): Add :version.
7234         (sha1-use-external): Remove redundant version.
7235
7236         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7237         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7238         (nnmail-split-fancy-match-partial-words)
7239         (nnmail-split-lowercase-expanded): Add :version.
7240
7241         * nndiary.el (nndiary): Add :version.
7242
7243         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7244
7245         * mml-sec.el (mml-default-sign-method)
7246         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7247         Add :version.
7248
7249         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7250
7251         * mm-url.el (mm-url-use-external, mm-url-program)
7252         (mm-url-arguments): Add :version.
7253
7254         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7255         (mm-attachment-file-modes, mm-decrypt-option)
7256         (mm-w3m-safe-url-regexp): Add :version.
7257
7258         * message.el (message-cite-prefix-regexp)
7259         (message-sendmail-envelope-from, message-minibuffer-local-map)
7260         (message-user-fqdn, message-completion-alist): Add :version.
7261
7262         * gnus-win.el (gnus-configure-windows-hook)
7263         (gnus-use-frames-on-any-display): Add :version.
7264
7265         * gnus-art.el (gnus-article-address-banner-alist)
7266         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7267         (gnus-treat-from-picon, gnus-treat-mail-picon)
7268         (gnus-treat-x-pgp-sig): Add :version.
7269
7270         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7271         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7272         (gnus-summary-article-delete-hook)
7273         (gnus-summary-display-while-building): Add :version.
7274
7275         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7276         (gnus-get-top-new-news-hook):Add :version.
7277
7278         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7279         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7280
7281         * gnus-registry.el (gnus-registry): Add :version.
7282
7283         * gnus-spec.el (gnus-use-correct-string-widths)
7284         (gnus-make-format-preserve-properties): Add :version.
7285
7286         * gnus.el (gnus-group-charter-alist)
7287         (gnus-group-fetch-control-use-browse-url)
7288         (gnus-install-group-spam-parameters): Add :version.
7289
7290         * gnus-diary.el (gnus-diary): Add :version.
7291
7292         * gnus-delay.el (gnus-delay): Add :version.
7293
7294         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7295         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7296         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7297         Add :version.
7298
7299         * gnus-agent.el (gnus-agent-max-fetch-size)
7300         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7301         (gnus-agent-prompt-send-queue): Add :version.
7302
7303         * deuglify.el (gnus-outlook-deuglify): Add :version.
7304
7305         * html2text.el: Beautify code.  Improve doc strings.  Some
7306         checkdoc cleanup.
7307         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7308
7309 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7310
7311         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7312
7313 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7316         when package is loaded.
7317
7318         * spam.el (spam-summary-score-preferred-header): Add global preference
7319         for people who want to override the default SpamAssassin over
7320         Bogofilter preference (when both are set).
7321         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7322         (spam-user-format-function-S): Check
7323         spam-summary-score-preferred-header.
7324         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7325         (spam-user-format-function-S): Format the score correctly.
7326
7327 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7330         signature file.  Suggested by Manoj Srivastava
7331         <srivasta@golden-gryphon.com>.
7332
7333         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7334         iso-2022-jp even in the Japanese language environment.
7335         Suggested by Jason Rumney <jasonr@gnu.org>.
7336
7337 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7340         use the same characters as the dummy marks; make it free from
7341         getting affected by the language environment.
7342         (gnus-summary-read-group-1): Update mark positions only when the
7343         format spec is updated.
7344
7345         * gnus-spec.el (gnus-update-format-specifications): Return a list
7346         of updated types.
7347
7348 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7351         of boundp to check if display-warning is available.
7352
7353 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7354
7355         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7356
7357 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * nnspool.el (nnspool-spool-directory): Use news-path if the
7360         news-directory variable is not bound.
7361
7362         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7363         function instead of display-warning if it is not available.
7364
7365 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7368         v5-10: Use `point-at-bol'.
7369
7370 2004-10-26  Simon Josefsson  <jas@extundo.com>
7371
7372         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7373         <chenggao@gmail.com>.
7374
7375 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7378         instead.
7379
7380 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7383         to remove a server from the nnimap-server-buffer-alist.
7384         (nnimap-open-connection, nnimap-close-server): Use it.
7385
7386         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7387
7388 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7391         running the major-mode function.
7392
7393 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7396         dummy marks in the right way.
7397
7398 2004-10-18  David Edmondson  <dme@dme.org>
7399
7400         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7401         excessively.
7402
7403 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7404
7405         * gnus-util.el (gnus-split-references): Accept a nil references
7406         string and go on blissfully.
7407
7408         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7409         cases where the references string is non-nil but has no references.
7410
7411         * encrypt.el: Add autoload tags.
7412
7413         * spam.el (spam-resolve-registrations-routine): Remove article
7414         from unregistration list too.  Reported by David Hanak
7415         <dhanak@isis.vanderbilt.edu>
7416
7417 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7420         nil.  Changed custom type.
7421
7422 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7425
7426         * gnus-sum.el (gnus-summary-move-article): Use it.
7427
7428 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7429
7430         * encrypt.el: Add autoload cookies.
7431
7432         * spam.el (spam-backend-article-list-property)
7433         (spam-backend-get-article-todo-list)
7434         (spam-backend-put-article-todo-list, )
7435         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7436         Resolve registrations separately.
7437         (spam-register-routine): Format comments.
7438         (spam-unregister-routine, spam-register-routine): Always call with
7439         specific-articles, no default list.
7440         (spam-summary-prepare-exit): Use the spam-classifications function.
7441
7442         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7443         gnus-encrypt.el.
7444
7445         * encrypt.el: copied from gnus-encrypt.el
7446
7447         * gnus-encrypt.el: commented that it's obsolete
7448
7449 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7452         (gnus-score-save): Use it.
7453
7454         * message.el (message-bury): Use `window-dedicated-p'.
7455
7456 2004-10-15  Simon Josefsson  <jas@extundo.com>
7457
7458         * pop3.el (top-level): Don't require nnheader.
7459         (pop3-read-timeout): Add.
7460         (pop3-accept-process-output): Add.
7461         (pop3-read-response, pop3-retr): Use it.
7462
7463 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7464
7465         * spam.el (spam-register-routine): Move comment.
7466         (spam-verify-bogofilter): Use 'unknown for the initial
7467         spam-bogofilter-valid state, not 'never.
7468
7469         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7470         for netrc-machine.
7471
7472         * nnimap.el (nnimap-open-connection): Use
7473         netrc-machine-user-or-password.
7474
7475 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7476
7477         * gnus-registry.el (gnus-registry-unload-hook):
7478         Set as a variable with add-hook.
7479
7480         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7481         of news-path.
7482
7483         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7484
7485         * spam.el: Delete duplicate `provide'.
7486         (spam-unload-hook): Set as a variable with add-hook.
7487
7488 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7491         in the doc string.
7492
7493         * message.el (message-ignored-news-headers)
7494         (message-ignored-supersedes-headers)
7495         (message-ignored-resent-headers)
7496         (message-forward-ignored-headers): Improve custom type.
7497
7498 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * message.el (message-tokenize-header): Fix 2004-09-06 change
7501         which used point-min in the wrong place.
7502
7503 2004-10-12  Simon Josefsson  <jas@extundo.com>
7504
7505         * tls.el (tls-certtool-program): New variable.
7506         (tls-certificate-information): New function, based on
7507         ssl-certificate-information.
7508
7509 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * compface.el: Move the version of ELisp-based uncompface program
7512         to the contrib directory because of the copyright problem.
7513
7514 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * message.el (message-kill-buffer): Raise the current frame.
7517
7518 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7521
7522         * gnus.el (message-y-or-n-p): Autoload.
7523
7524         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7525         (pop3-password-required, pop3-authentication-scheme)
7526         (pop3-leave-mail-on-server): Made customizable.
7527         (pop3): New custom group.
7528         (pop3-retr): Remove `sleep-for' statements.
7529         Suggested by Dave Love <fx@gnu.org>.
7530
7531         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7532         Windows/DOS.
7533
7534         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7535         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7536         Dave Love <fx@gnu.org>.
7537
7538         * mml.el (mml-minibuffer-read-disposition): Require match.
7539         Suggested by Dave Love <fx@gnu.org>.
7540
7541 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7544         doc string.
7545
7546 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7549
7550 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7551
7552         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7553         instead of calling `mm-insert-inline', to decode text/* parts
7554         before displaying them.
7555
7556 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * mm-uu.el (mm-uu-text-plain-type): New variable.
7559         (mm-uu-pgp-signed-extract-1): Use it.
7560         (mm-uu-pgp-encrypted-extract-1): Use it.
7561         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7562         bind mm-uu-text-plain-type with that value.
7563         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7564         mm-uu-dissect.
7565
7566 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-group.el (gnus-update-group-mark-positions):
7569         * gnus-sum.el (gnus-update-summary-mark-positions):
7570         * message.el (message-check-news-body-syntax):
7571         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7572         of string-as-multibyte.
7573
7574 2004-10-05  Juri Linkov  <juri@jurta.org>
7575
7576         * gnus-group.el (gnus-update-group-mark-positions):
7577         * gnus-sum.el (gnus-update-summary-mark-positions):
7578         * message.el (message-check-news-body-syntax):
7579         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7580         8-bit unibyte values to a multibyte string for search functions.
7581
7582 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7585         (mm-uu-dissect-text-parts): New function.
7586
7587         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7588         dissect text parts.
7589
7590         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7591         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7592
7593         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7594
7595         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7596         gnus-current-topics instead of gnus-current-topic.
7597
7598 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7599
7600         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7601
7602 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7603
7604         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7605         where approriate.
7606
7607         * nnml.el (nnml-generate-active-info): do.
7608
7609         * nndiary.el (nndiary-generate-active-info): do.
7610
7611         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7612         (gnus-topic-move): do.
7613
7614         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7615         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7616
7617         * gnus-srvr.el (gnus-server-prepare)
7618         (gnus-server-open-all-servers): do.
7619
7620         * gnus-msg.el (gnus-summary-cancel-article)
7621         (gnus-summary-resend-message)
7622         (gnus-summary-mail-crosspost-complaint): do.
7623
7624         * gnus-move.el (gnus-change-server): do.
7625
7626         * gnus-group.el (gnus-group-unmark-all-groups)
7627         (gnus-group-set-current-level): do.
7628
7629 2004-10-04  Simon Josefsson  <jas@extundo.com>
7630
7631         * message.el (message-generate-hashcash): Doc fix.
7632
7633 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7634
7635         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7636         avoid infinite recursion via gnus-get-function.
7637
7638 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7639
7640         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7641
7642         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7643
7644         * nnmail.el (nnmail-split-history): do.
7645
7646         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7647         (nnml-request-delete-group): do.
7648
7649         * nnslashdot.el (nnslashdot-read-groups): do.
7650
7651         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7652         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7653
7654         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7655         (nnspool-sift-nov-with-sed): Use last
7656         (nnspool-retrieve-headers-with-nov): Use mapc.
7657         (nnspool-request-newgroups): Use dolist.
7658         (nnspool-request-group): Use last.
7659
7660         * nntp.el (nntp-read-server-type): Use dolist.
7661
7662         * nnvirtual.el (nnvirtual-create-mapping)
7663         (nnvirtual-update-read-and-marked): Use dolist.
7664         (nnvirtual-convert-headers): Simplify.
7665
7666 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7667
7668         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7669         support for sync'ing tick marks.
7670
7671 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7674         there's no visible header.
7675
7676 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7677
7678         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7679         necessary, pass full group name to gnus-request-set-marks.
7680
7681 2004-10-01  Simon Josefsson  <jas@extundo.com>
7682
7683         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7684         acroread.
7685
7686 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * spam-report.el (spam-report-gmane): Fix interactive.
7689
7690         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7691
7692         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7693         when writing file.
7694         (gnus-agent-synchronize-flags): Don't default to being
7695         interactive.
7696
7697 2004-09-30  Simon Josefsson  <jas@extundo.com>
7698
7699         * message.el (message-generate-hashcash): Add.
7700         (message-send-mail): Use it, call mail-add-payment.
7701
7702 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7703
7704         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7705
7706 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7707
7708         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7709         gnus-requst-update-info with explicit code to sync the in-memory
7710         info read flags with the marks being sync'd to the backend.
7711
7712         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7713
7714 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7715
7716         * spam.el (spam-verify-bogofilter): Add new function.
7717         (spam-check-bogofilter)
7718         (spam-bogofilter-register-with-bogofilter): Use it.
7719         (spam-verify-bogofilter): Add small fixes.
7720
7721 2004-09-28  Simon Josefsson  <jas@extundo.com>
7722
7723         * hashcash.el (hashcash-generate-payment): Revert.
7724
7725 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7726
7727         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7728         gnus-extract-references instead of gnus-split-references.
7729
7730         * gnus-util.el (gnus-extract-references): Add new function, analogous
7731         to gnus-split-references but extracts only the message-ID without
7732         anything extra.
7733
7734         * hashcash.el (hashcash-generate-payment)
7735         (hashcash-check-payment): Do the right thing if hashcash-path is
7736         nil (because the hashcash program could not be found).
7737
7738         * spam.el (spam-use-hashcash): Remove comment.
7739
7740 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7741
7742         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7743         (gnus-cache-enter-article, gnus-cache-remove-article)
7744         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7745
7746         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7747
7748         * gnus-art.el (article-hide-boring-headers)
7749         (article-translate-strings, article-display-face)
7750         (gnus-article-mime-match-handle-first)
7751         (gnus-article-highlight-headers)
7752         (gnus-article-add-buttons-to-head): do.
7753
7754 2004-09-27  Simon Josefsson  <jas@extundo.com>
7755
7756         * hashcash.el: New version, from
7757         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7758         ../contrib/.
7759
7760 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7763
7764 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7765
7766         * gnus-dup.el (gnus-dup-open): Use mapc.
7767         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7768
7769         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7770         Reported by Stefan Wiens <s.wi@gmx.net>.
7771
7772         * gnus.el (gnus-shutdown): Use dolist.
7773
7774         * gnus-undo.el (gnus-undo): Use mapc.
7775
7776         * nnrss.el (nnrss-generate-active): do.
7777
7778         * message.el (message-cite-original-without-signature)
7779         (message-cite-original): Use mapc.
7780         (message-do-actions, message-make-forward-subject): Use dolist.
7781
7782 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7783
7784         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7785         deletion to remove entire duplicate line.  Fixes merged article
7786         number bug.
7787
7788 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7789
7790         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7791         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7792         first ask if you want to open a server and then, even when you
7793         responded with no, asking if you want to synchronize the server's
7794         flags.
7795         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7796         multi-line expressions.
7797         (gnus-agent-synchronize-group-flags): New internal function.
7798         Updates marks in memory (in the info structure) AND in the
7799         backend.
7800
7801         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7802
7803         * nnagent.el (nnagent-request-set-mark): Use
7804         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7805         method, to ensure that synchronization updates marks in the
7806         backend and in the info (in memory) structure.
7807
7808 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7811         convention fully; don't miss the root article of a thread; make
7812         the X-Draft-From header with correct article numbers.
7813
7814 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7815
7816         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7817         unless plugged.  Disable the agent so that an open failure causes
7818         an error.
7819
7820         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7821         Reverted 2004-09-21 change.  The backend must be opened while
7822         synchronizing flags even when the backend stores the flags
7823         locally.
7824
7825 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7828         in `header' match.  Reported by Svend Tollak Munkejord.
7829
7830         * message.el (message-cite-original): Fix use of
7831         `message-cite-articles-with-x-no-archive'.
7832
7833 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7836         (gnus-window-to-buffer): Ditto.
7837
7838         * mml.el (mml-preview-buffer): New variable.
7839         (mml-preview): Manage window layout with gnus-buffer-configuration.
7840
7841         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7842         X-Draft-From header even if those articles aren't quoted.
7843
7844 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7845
7846         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7847         (gnus-request-set-mark, gnus-request-update-mark): Use new
7848         g-s-t-u-l-m to decide to use backend even when unplugged.
7849
7850 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7853         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7854
7855 2004-09-20  Simon Josefsson  <jas@extundo.com>
7856
7857         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7858         "utf-16-le".
7859
7860 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7861
7862         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7863
7864 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * uudecode.el (uudecode-use-external): Add :version.
7867
7868         * smime.el (smime-CA-file, smime-encrypt-cipher)
7869         (smime-dns-server): Add :version.
7870
7871         * smiley.el (gnus-smiley-file-types): Add :version.
7872
7873         * sha1.el (sha1-use-external): Add :version.
7874
7875         * pgg-def.el (pgg-query-keyserver): Add :version.
7876
7877         * nnmail.el (nnmail-fancy-expiry-targets)
7878         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7879         Add :version.
7880
7881         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7882         (nnimap-retrieve-groups-asynchronous): Add :version.
7883         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7884
7885         * mml.el (mml-content-disposition-parameters)
7886         (mml-insert-mime-headers-always): Add :version.
7887
7888         * mm-util.el (mm-coding-system-priorities): Add :version.
7889
7890         * mm-decode.el (mm-inline-text-html-with-images)
7891         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7892         (mm-verify-option): Add :version.
7893         (mm-text-html-renderer): Change :version.
7894
7895         * message.el (message-fcc-externalize-attachments)
7896         (message-required-headers, message-draft-headers)
7897         (message-subject-trailing-was-query)
7898         (message-subject-trailing-was-ask-regexp)
7899         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7900         (message-mark-insert-end, message-archive-header)
7901         (message-archive-note, message-cross-post-default)
7902         (message-cross-post-note, message-followup-to-note)
7903         (message-cross-post-note-function, message-use-mail-followup-to)
7904         (message-subscribed-address-functions)
7905         (message-subscribed-address-file, message-subscribed-addresses)
7906         (message-subscribed-regexps, message-allow-no-recipients)
7907         (message-yank-cited-prefix, message-signature-insert-empty-line)
7908         (message-hidden-headers, message-hierarchical-addresses)
7909         (message-mail-user-agent, message-use-idna)
7910         (message-valid-fqdn-regexp)
7911         (message-strip-special-text-properties, message-header-synonyms)
7912         (message-beginning-of-line, message-tab-body-function): Add :version.
7913         (message-insert-canlock, message-wide-reply-confirm-recipients):
7914         Change :version.
7915
7916         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7917         and :version.
7918         (mail-source-delete-old-incoming-confirm)
7919         (mail-source-movemail-program): Add :version.
7920
7921         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7922         (gnus-agent-cache, gnus-agent): Change :version.
7923
7924         * gnus-util.el (gnus-use-byte-compile): Change :version.
7925
7926         * gnus-sum.el (gnus-summary-make-false-root-always)
7927         (gnus-summary-default-high-score)
7928         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7929         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7930         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7931         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7932         (gnus-sum-thread-tree-single-indent)
7933         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7934         (gnus-sum-thread-tree-leaf-with-other)
7935         (gnus-sum-thread-tree-single-leaf): Add :version.
7936         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7937         (gnus-article-loose-mime): Change :version.
7938
7939         * gnus-start.el (gnus-backup-startup-file)
7940         (gnus-save-startup-file-via-temp-buffer): Add :version.
7941
7942         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7943         (gnus-server-offline-face): Add :version.
7944
7945         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7946
7947         * gnus-msg.el (gnus-gcc-externalize-attachments)
7948         (gnus-debug-files, gnus-debug-exclude-variables)
7949         (gnus-discouraged-post-methods): Change :version.
7950         (gnus-confirm-mail-reply-to-news)
7951         (gnus-confirm-treat-mail-like-news): Add :version.
7952
7953         * gnus-int.el (gnus-server-unopen-status): Add :version.
7954
7955         * gnus-group.el (gnus-group-jump-to-group-prompt)
7956         (gnus-large-ephemeral-newsgroup)
7957         (gnus-fetch-old-ephemeral-headers): Add :version.
7958
7959         * gnus-fun.el (gnus-x-face-directory)
7960         (gnus-convert-pbm-to-x-face-command)
7961         (gnus-convert-image-to-x-face-command)
7962         (gnus-convert-image-to-face-command): Add :version.
7963
7964         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7965
7966         * gnus-cite.el (gnus-cite-blank-line-after-header)
7967         (gnus-article-boring-faces): Add :version.
7968
7969         * gnus-art.el (gnus-buttonized-mime-types)
7970         (gnus-inhibit-mime-unbuttonizing)
7971         (gnus-treat-display-face)
7972         (gnus-treat-body-boundary): Change :version.
7973         (gnus-body-boundary-delimiter, gnus-picon-databases)
7974         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7975         (gnus-treat-date-english, gnus-treat-fold-headers)
7976         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7977         (gnus-treat-mail-picon, gnus-treat-wash-html)
7978         (gnus-article-encrypt-protocol)
7979         (gnus-use-idna, gnus-article-over-scroll)
7980         (gnus-mime-display-multipart-alternative-as-mixed)
7981         (gnus-mime-display-multipart-related-as-mixed)
7982         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7983         (gnus-ctan-url, gnus-button-ctan-handler)
7984         (gnus-button-handle-ctan-bogus-regexp)
7985         (gnus-button-ctan-directory-regexp)
7986         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7987         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7988         (gnus-button-man-level, gnus-button-emacs-level)
7989         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7990
7991         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7992         (gnus-agent-go-online): Change :version.
7993         (gnus-agent-expire-unagentized-dirs)
7994         (gnus-agent-auto-agentize-methods): Add :version.
7995
7996         * flow-fill.el (fill-flowed-display-column)
7997         (fill-flowed-encode-column): Add :version.
7998
7999         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8000         (gnus-outlook-deuglify-unwrap-max)
8001         (gnus-outlook-deuglify-cite-marks)
8002         (gnus-outlook-deuglify-unwrap-stop-chars)
8003         (gnus-outlook-deuglify-no-wrap-chars)
8004         (gnus-outlook-deuglify-attrib-cut-regexp)
8005         (gnus-outlook-deuglify-attrib-verb-regexp)
8006         (gnus-outlook-deuglify-attrib-end-regexp)
8007         (gnus-outlook-display-hook): Add :version.
8008
8009         * binhex.el (binhex-use-external): Add :version.
8010
8011 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8014         and `invisible'.
8015
8016 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8019         in gnus-registry-trim.
8020
8021 2004-09-13  Simon Josefsson  <jas@extundo.com>
8022
8023         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8024
8025         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8026
8027         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8028         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8029         <yamaoka@jpl.org>.
8030         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8031         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8032         <yamaoka@jpl.org>.
8033
8034         * sieve.el (sieve-manage-mode): Ditto.
8035
8036 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8039
8040 2004-09-11  Simon Josefsson  <jas@extundo.com>
8041
8042         * dns-mode.el: Add.
8043
8044         * mm-view.el (mm-display-dns-inline): Add.
8045
8046         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8047         (mm-automatic-display): Ditto.
8048
8049         * mailcap.el (mailcap-mime-data): Add text/dns.
8050         (mailcap-mime-extensions): Map .soa to text/dns.
8051
8052 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8053
8054         * gnus-art.el (article-decode-mime-words, article-babel)
8055         (gnus-article-highlight-signature, gnus-article-add-buttons)
8056         (gnus-signature-toggle): Remove unnecessary bindings of
8057         `inhibit-read-only' inherited from v5.10 merge.
8058
8059 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         * nntp.el (nntp): New customization group.
8062         (nntp-authinfo-file): Add customization group.
8063
8064         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8065
8066         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8067
8068         * gnus.el (to-address, to-list, subscribed)
8069         (large-newsgroup-initial): Ditto.
8070
8071         * flow-fill.el (fill-flowed-display-column)
8072         (fill-flowed-encode-column): Ditto.
8073
8074 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8075
8076         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8077         Use point-min rather than 1.
8078         (message-send-mail): Use buffer-size rather than point-max.
8079
8080         * gnus-sum.el (gnus-summary-search-article-forward):
8081         Signal a specific `search-failed' rather than a generic `error'.
8082
8083         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8084         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8085         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8086
8087 2004-09-10  Simon Josefsson  <jas@extundo.com>
8088
8089         * nndb.el (require): Remove tcp and duplicate cl.
8090
8091 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-agent.el (directory-files-and-attributes): Move forward.
8094
8095 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8096
8097         * gnus-agent.el (directory-files-and-attributes): Optionally
8098         defined to support XEmacs.
8099
8100 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8101
8102         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8103         to avoid run-time CL dependencies.
8104         (gnus-agent-unfetch-articles): New function.
8105         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8106         article numbers even when local .overview file is missing.
8107         (gnus-agent-read-article-number): New function. Only accepts
8108         27-bit article numbers.
8109         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8110         gnus-agent-read-article-number.
8111         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8112         from backend while recognizing that article numbers in .overview
8113         must be valid.
8114         (gnus-agent-update-files-total-fetched-for): Use
8115         directory-files-and-attributes to improve performance.
8116         * gnus-int.el (gnus-request-move-article): Use
8117         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8118         improve performance.
8119
8120         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8121         some users confused by references to .newsrc when they only have a
8122         .newsrc.eld file.
8123         (gnus-convert-mark-converter-prompt,
8124         gnus-convert-converter-needs-prompt): Fixed use of property list.
8125         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8126         New function. Used internally to only display 'gnus converting
8127         files' message when actually necessary.
8128
8129         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8130         methods now autoloaded.
8131
8132 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8135         identifiers.
8136
8137 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * gnus-picon.el: Fix indentation and closing parenthesis.
8140
8141 2004-09-01  Simon Josefsson  <jas@extundo.com>
8142
8143         * message.el (message-canlock-generate): Require sha1, not
8144         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8145         to require within a function.  Sadly, if sha1.el isn't loaded, the
8146         let binding in m-c-g will hide the defcustom definition, which is
8147         bad.)
8148
8149         * canlock.el: Require sha1, not sha1-el.
8150
8151         * message.el: Don't autoload sha1 (there is a autoload cookie in
8152         sha1.el).
8153
8154         * sha1-el.el: Renamed to sha1.el.
8155
8156 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8157
8158         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8159
8160 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8161
8162         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8163
8164 2004-08-30  Kim F. Storm  <storm@cua.dk>
8165
8166         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8167
8168         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8169         Add :group 'nnimap.
8170
8171 2004-08-30  Andreas Schwab  <schwab@suse.de>
8172
8173         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8174         ?* and ?\;.
8175
8176         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8177         and ?\' to symbol instead of whitespace.
8178
8179 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8182
8183         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8184         instead of re-search-forward.
8185
8186         * gnus-uu.el (gnus-uu-save-article): Ditto.
8187         (gnus-uu-post-encode-uuencode): Ditto.
8188
8189         * html2text.el (html2text-clean-list-items): Ditto.
8190         (html2text-clean-dtdd): Ditto.
8191         (html2text-format-tags): Ditto.
8192
8193         * message.el (message-send-mail-with-sendmail): Fix regexp.
8194         (message-fill-field-general): Use search-forward instead of
8195         re-search-forward.
8196         (unbold-region): Ditto.
8197
8198         * nnrss.el (nnrss-request-article): Ditto.
8199
8200         * nnslashdot.el (nnslashdot-request-article): Ditto.
8201
8202         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8203
8204         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8205         "Unrecognized menu descriptor" error in XEmacs.
8206
8207 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8208
8209         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8210         parent article of a sparse article in the thread hashtb.
8211
8212 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8213
8214         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8215         (nnmail-expand-newtext): Lowercase expanded entries if
8216         nnmail-split-lowercase-expanded is non-nil.
8217
8218 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8219
8220         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8221         entry.
8222
8223         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8224         of gnus-tmp-news-method into string under XEmacs.  It will be
8225         passed to gnus-correct-length which takes only a string argument.
8226
8227 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-util.el (gnus-bind-print-variables): New macro.
8230         (gnus-prin1): Use it.
8231         (gnus-prin1-to-string): Use it.
8232         (gnus-pp): New function.
8233         (gnus-pp-to-string): New function.
8234
8235         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8236         pp-to-string with gnus-pp-to-string.
8237         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8238         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8239         * gnus-msg.el (gnus-debug): Ditto.
8240         * gnus-score.el (gnus-score-save): Ditto.
8241         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8242         gnus-pp-to-string.
8243         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8244         with gnus-pp.
8245         * score-mode.el (gnus-score-pretty-print): Ditto.
8246         * webmail.el (webmail-debug): Ditto.
8247
8248 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (article-display-face, article-display-x-face): Use
8251         buffer-read-only.
8252
8253 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (article-hide-list-identifiers): Bind
8256         inhibit-read-only as t.
8257
8258 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8259
8260         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8261
8262 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8263
8264         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8265         (gnus-narrow-to-page): Don't assume point-min == 1.
8266         (gnus-article-edit-mode): Derive from message-mode.
8267
8268         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8269         point-min == 1.
8270
8271         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8272         Disable incorrect use of `assert'.
8273
8274         * message.el (message-mode): Set comment-start-skip.
8275
8276
8277 2004-08-22  Sam Steingold  <sds@gnu.org>
8278
8279         * pop3.el (pop3-leave-mail-on-server): New user variable.
8280         (pop3-movemail): Delete mail only when it is nil.
8281
8282 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8285
8286         * mml.el (mml-preview): Use `pop-to-buffer'.
8287
8288         * message.el (message-goto-mail-followup-to): Insert after "To".
8289         (message-carefully-insert-headers): Add comment.
8290
8291         * gnus.el: Remove unused variable `gnus-article-check-size'.
8292
8293         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8294
8295         * gnus-art.el (gnus-button-alist): Improve
8296         `gnus-button-handle-library' entry.
8297
8298 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8299
8300         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8301         downcase, since XEmacs capitalizes error messages differently.
8302
8303 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8304
8305         * nntp.el: Add (require 'gnus) due to reference to
8306         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8307
8308 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8309
8310         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8311         `mm-fill-flowed'.
8312
8313         * mm-decode.el (mm-dissect-singlepart): Check it.
8314
8315 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8318         'imap' for netrc parsing.
8319
8320 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * mailcap.el (mailcap-mime-data): Mark as risky.
8323
8324 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8327         may be included in the encoded word.
8328         (rfc2047-encode): Don't append a space if the encoded word
8329         includes close parenthesis.
8330
8331 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8334         of text within parentheses.
8335
8336 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8337
8338         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8339         (gnus-encrypt-write-file-contents): Make the password key the file
8340         name PLUS the cipher, not just the cipher.  Also remove failed
8341         passwords from the cache.
8342
8343 2004-08-06  Simon Josefsson  <jas@extundo.com>
8344
8345         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8346         fix.
8347
8348 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8351         LWSP.
8352
8353 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8356         to append in-reply-to: data to the references: header.
8357
8358         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8359         (netrc-parse): Use gnus-encrypt.el functions.
8360
8361         * gnus-encrypt.el: Add new file for encryption support; currently
8362         does only a few GPG ciphers and an internal XOR cipher.
8363
8364         * password.el: Add comments on using password-read-and-add.
8365         (password-read-and-add): Add function to read and add the
8366         password to the cache at once.
8367
8368 2004-07-28  Simon Josefsson  <jas@extundo.com>
8369
8370         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8371         parameter (but don't use it, for now).
8372
8373         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8374         instead of hard coding to nil.
8375
8376 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8379         as mm-inline-image-xemacs does.
8380
8381 2004-07-26  Simon Josefsson  <jas@extundo.com>
8382
8383         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8384         Revert part of 2004-07-17 change below.
8385
8386 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8389         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8390
8391 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392
8393         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8394         quotes that actually start with ">" at the beginning of the
8395         lines.
8396
8397 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * rfc2047.el (rfc2047-encode-region): Fix last change.
8400         (rfc2047-encode-parameter): Remove useless concat.
8401
8402 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8405         encode special characters; fix some kind of misconfigured headers;
8406         signal a real error if debug-on-quit or debug-on-error is non-nil.
8407         (rfc2047-encode-max-chars): New variable.
8408         (rfc2047-encode-1): Use it.
8409         (rfc2047-encode-parameter): New function.
8410
8411         * mml.el (mml-insert-parameter): Remove an excessive space.
8412
8413 2004-07-17  Simon Josefsson  <jas@extundo.com>
8414
8415         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8416         Kai Grossjohann <kai@emptydomain.de>.
8417         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8418         (gnus-group-make-menu-bar): Ditto.
8419
8420         * gnus-util.el (gnus-group-server): Add.
8421
8422 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8423
8424         * message.el (message-clone-locals): Clone sendmail and smtp
8425         variables.
8426
8427 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * rfc2047.el (rfc2047-encode-region): Fix last change.
8430
8431 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8434         characters as non-special.
8435
8436 2004-07-09  Simon Josefsson  <jas@extundo.com>
8437
8438         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8439         Users will lose all flag changes made while unplugged with
8440         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8441         good default.  See numerous reports on ding mailing list.
8442
8443 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8446         add generate-head-function and generate-article-function to the
8447         rfc822-forward entry.
8448         (nndoc-rfc822-forward-generate-article): New function.
8449         (nndoc-rfc822-forward-generate-head): New function.
8450
8451         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8452
8453 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8454
8455         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8456         respect display group parameter and gnus-summary-expunge-below.
8457         (gnus-articles-to-read): Remove unused reference to display group
8458         parameter.
8459
8460 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8461
8462         * nnheader.el (nnheader-uniquify-message-id): New experimental
8463         variable.
8464         (nnheader-nov-read-message-id): Use it.
8465
8466         * spam-report.el (spam-report-gmane): Add interactive.
8467
8468 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8471         qp-or-base64 for the application/* types.
8472
8473 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8474
8475         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8476
8477 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8478
8479         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8480         trim value.
8481
8482 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8483
8484         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8485         New macro and function.
8486         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8487
8488 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8491         after-load-alist.
8492
8493 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8494
8495         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8496         update info that isn't there.
8497
8498 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8499
8500         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8501         entry.
8502
8503 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * mm-view.el (mm-inline-render-with-function): Use multibyte
8506         buffer; decode html source by charset.
8507
8508         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8509
8510         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8511         Mule-UCS is loaded under XEmacs.
8512         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8513
8514 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8515
8516         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8517
8518 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * mm-util.el (mm-coding-system-p): Return a coding-system.
8521         (mm-mime-mule-charset-alist): Use shift_jis instead of
8522         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8523         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8524         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8525         instead of japanese-shift-jis and iso-latin-1 respectively in
8526         order to share the default value with both Emacs and XEmacs-mule.
8527         (mm-mule-charset-to-mime-charset): Make
8528         mm-coding-system-priorities effective.
8529         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8530         while predicating of candidates upon the priorities.
8531
8532 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8533
8534         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8535         gnus-uu-invert-processable.
8536
8537         * gnus.el: Autoload gnus-uu-invert-processable.
8538
8539 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * mm-util.el (mm-with-multibyte-buffer): New macro.
8542
8543         * rfc2047.el (rfc2047-encode-string): Use it.
8544         (rfc2047-encode-region): Move point to the end of the region after
8545         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8546
8547 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8550         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8551
8552 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8555         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8556         Karl Chen <quarl@nospam.quarl.org>.
8557
8558 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8559
8560         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8561         invalid addresses.
8562
8563 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * spam.el: Change section markers, revise TODO list.
8566         (spam-backends): Make new master list of all installed backends.
8567         (spam-summary-exit-behavior): Add new variable to determine how
8568         messages moves are done at summary exit.
8569         (spam-move-spam-nonspam-groups-only)
8570         (spam-process-ham-in-nonham-groups)
8571         (spam-process-ham-in-spam-groups): Remove variables, the
8572         spam-summary-exit-behavior variable should be used to manage this
8573         behavior.
8574         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8575         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8576         and spam-old-spam-articles.
8577         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8578         Add empty variables, placeholders for the backends they represent.
8579         (spam-set-difference): Move, unchanged.
8580         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8581         unless the user has a processor variable.
8582         (spam-classifications, spam-classification-valid-p)
8583         (spam-backend-properties, spam-backend-property-valid-p)
8584         (spam-backend-function-type-valid-p)
8585         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8586         (spam-report-articles-gmane, spam-report-articles-resend):
8587         Remove functions, they are not needed.
8588         (spam-install-backend-super, spam-backend-list)
8589         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8590         (spam-backend-function, spam-backend-ham-registration-function)
8591         (spam-backend-spam-registration-function)
8592         (spam-backend-ham-unregistration-function)
8593         (spam-backend-spam-unregistration-function)
8594         (spam-backend-statistical-p, spam-backend-mover-p)
8595         (spam-install-backend-alias, spam-install-checkonly-backend)
8596         (spam-install-mover-backend, spam-install-nocheck-backend)
8597         (spam-install-backend, spam-install-statistical-backend)
8598         (spam-install-statistical-checkonly-backend): Add backend installation
8599         support.
8600         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8601         (spam-group-processor-p): Use the new backend code and respect the
8602         summary exit behavior.
8603         (spam-mark-spam-as-expired-and-move-routine): Remove.
8604         (spam-summary-prepare): Change to use the new spam-old-articles
8605         variable.
8606         (spam-copy-or-move-routine, spam-copy-spam-routine)
8607         (spam-move-spam-routine, spam-copy-ham-routine)
8608         (spam-move-ham-routine): Add code to copy/move ham or spam.
8609         (spam-fetch-field-fast): Improve doc and code, plus allow the
8610         'number request.
8611         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8612         variables.
8613         (spam-split, spam-find-spam): Use the new backend code.
8614         (spam-registration-functions): Remove variable.
8615         (spam-unregister-routine): Add convenience wrapper.
8616         (spam-log-undo-registration, spam-register-routine)
8617         (spam-log-processing-to-registry)
8618         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8619         where possible.
8620         (spam-check-gmane-xref, spam-check-regex-headers)
8621         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8622         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8623         (spam-check-bogofilter-headers, spam-check-spamoracle)
8624         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8625         (spam-check-crm114-headers): Use the spam-split-group that
8626         spam-split prepares, no need to determine it every time.
8627
8628         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8629         to the nnheader-parse-naked-head call.
8630
8631         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8632
8633         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8634         the nnheader-nov-read-message-id call.
8635
8636 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8639         gnus-activate-group twice.  Suggested by Markus Peter
8640         <warp@spin.de>.
8641
8642 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus-art.el (gnus-article-time-format): Exchange the order of
8645         day and month in the default value; fix customization type.
8646         (article-date-ut): Use add-text-properties.
8647         (article-make-date-line): Use message-make-date instead of
8648         current-time-string.
8649
8650         * message.el (message-fetch-field): Don't use set-text-properties.
8651         (message-make-date): Simplify.
8652
8653         * messagexmas.el (message-xmas-make-date): New function.
8654         (message-xmas-redefine): Defalias message-make-date to it.
8655
8656 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8659         (rfc2047-encode-region): Treat text within parentheses as special;
8660         show the original text when error has occurred.
8661
8662         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8663         already-computed method to gnus-activate-group.
8664
8665         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8666         same select-methods identical Lisp objects.
8667
8668         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8669         object when modifying the info.
8670
8671 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8674         gnus-opened-servers since it has never been opened with the new
8675         configuration yet.
8676
8677 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8680         arg to nnheader-generate-fake-message-id.
8681
8682 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8683
8684         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8685         number and build a fake message ID localized to a group and
8686         article number (so it's repeatable from that point on).
8687         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8688         ID format.
8689
8690         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8691         nnheader-generate-fake-message-id with the article number.
8692
8693 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8694
8695         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8696         end-of-buffer.
8697
8698 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * message.el (message-ignored-supersedes-headers): Add Approved.
8701
8702 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8705         goto-char.
8706         (rfc2047-encode): Fold the line before encoding.
8707
8708 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709
8710         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8711         folding -- not all headers can be folded, and this should be done
8712         by the message composition mode.  Probably.  I think.
8713
8714 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8717         fast.
8718
8719         * gnus-ems.el (gnus-remove-image): Don't use
8720         message-text-with-property; remove only the image found first.
8721
8722         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8723         found first.
8724
8725 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8726
8727         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8728
8729 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * message.el (message-text-with-property): Make it fast and accept
8732         optional arguments.
8733         (message-strip-forbidden-properties): Use it.
8734         (message-fix-before-sending): Follow the m-t-w-p change.
8735
8736         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8737
8738 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (article-hide-headers): Don't change the buffer
8741         mistakenly when performing mml-preview even if
8742         gnus-single-article-buffer is nil.
8743
8744 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8745
8746         * message.el (message-expand-name-databases): New user option.
8747         (message-expand-name): Use it.
8748
8749 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * spam.el (spam-report-articles-resend)
8752         (spam-report-resend-register-routine): Allow ham reporting.
8753         (spam-report-resend-register-ham-routine): Add wrapper.
8754         (spam-registration-functions): Add ham resending functions.
8755         (spam-list-of-processors): Add ham resend processor.
8756
8757         * gnus.el (ham-resend-to): Add new group parameter.
8758         (spam-process): Add ham resend option.
8759
8760         * spam-report.el (spam-report-resend): Allow reporting ham.
8761         (spam-report-resend-ham): Add wrapper.
8762
8763 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * message.el (message-cite-articles-with-x-no-archive): New
8766         variable.
8767         (message-cite-original): Use it.
8768
8769 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * message.el (message-cite-original): Respect X-No-Archive.
8772
8773 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-art.el (article-hide-headers): Refer to the values for
8776         gnus-ignored-headers and gnus-visible-headers in the summary
8777         buffer since a user may have set them as group parameters.
8778
8779 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * assistant.el (assistant-node-name): Add convenience function.
8782         (assistant-render-text, assistant-render-node): Add error handling,
8783         plus handle multiple next nodes.
8784         (assistant-find-next-node): Comment out for now.
8785         (assistant-find-next-nodes): Add function, returns list of next
8786         nodes.
8787
8788 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * mail-source.el (mail-source-directory): Fix doc-string.
8791
8792 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8793
8794         * assistant.el (assistant-render-text, assistant-eval): Add :set
8795         widget type, which is different because it takes and returns a
8796         list.  Much hilarity ensues.
8797
8798 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8801
8802         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8803         doc-string.
8804
8805         * gnus-start.el (gnus-activate-group): Added doc-string.
8806
8807 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8810
8811 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8812
8813         * assistant.el (assistant-render-text): Try to add a :set
8814         widget, more to come.
8815
8816         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8817         strings.
8818         (spam-report-articles-resend)
8819         (spam-register-routine): Do registration iff any articles warrant
8820         it.
8821         (spam-summary-prepare-exit): Change log message for nil group
8822         destinations.
8823
8824 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8825
8826         * spam.el (spam-report-resend-register-routine): Allow
8827         spam-report-resend-to to be a group parameter or a global value.
8828
8829 2004-05-26  Simon Josefsson  <jas@extundo.com>
8830
8831         * starttls.el: Merge with my GNUTLS based starttls.el.
8832         (starttls-gnutls-program, starttls-use-gnutls)
8833         (starttls-extra-arguments, starttls-process-connection-type)
8834         (starttls-connect, starttls-failure, starttls-success): New
8835         variables.
8836         (starttls-program, starttls-extra-args): Doc fix.
8837         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8838         functions.
8839         (starttls-negotiate, starttls-open-stream): Check
8840         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8841         function if it is set.
8842
8843 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8846         structured fields.
8847
8848 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8851
8852 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8853
8854         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8855         variable.
8856         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8857         assigning the spam-mark to new messages.
8858
8859 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8860
8861         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8862
8863 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8866
8867         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8868         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8869         default.
8870
8871 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8872
8873         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8874         correct data.
8875
8876 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8879         (spam-group-processor-p): Fix function.
8880         (spam-group-processor-multiple-p)
8881         (spam-group-spam-processor-report-gmane-p)
8882         (spam-group-spam-processor-report-resend-p)
8883         (spam-group-spam-processor-bogofilter-p)
8884         (spam-group-spam-processor-blacklist-p)
8885         (spam-group-spam-processor-ifile-p)
8886         (spam-group-ham-processor-ifile-p)
8887         (spam-group-spam-processor-spamoracle-p)
8888         (spam-group-spam-processor-crm114-p)
8889         (spam-group-ham-processor-bogofilter-p)
8890         (spam-group-spam-processor-stat-p)
8891         (spam-group-ham-processor-stat-p)
8892         (spam-group-ham-processor-whitelist-p)
8893         (spam-group-ham-processor-BBDB-p)
8894         (spam-group-ham-processor-spamoracle-p)
8895         (spam-group-ham-processor-copy-p): Remove functions with some
8896         prejudice against unneeded code.
8897         (spam-report-articles-resend)
8898         (spam-report-resend-register-routine): Allow the group/topic
8899         spam-resend-to value to override spam-report-resend-to.
8900         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8901         properly now.
8902
8903         * gnus.el (spam-resend-to): Add group/topic parameter.
8904         (spam-process): Move the OBSOLETE processors to the end of the
8905         choices.
8906
8907 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8908
8909         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8910         with resend-to set to nil, and then ask the user if necessary.
8911         (spam-report-resend): spam-report-resend takes a list of articles, not
8912         separate article numbers.
8913
8914 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8917         addition to emacs-w3m.
8918
8919 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * assistant.el (assistant-authinfo-data): New function.
8922         (assistant-eval): Eval for entire assistant.
8923
8924         * netrc.el (netrc-services-file): New variable.
8925         (netrc-parse-services): New function.
8926         (netrc-find-service-name): New function.
8927         (netrc-find-service-number): New function.
8928         (netrc-port-equal): New function.
8929         (netrc-machine): Use it.
8930
8931         * nnimap.el (nnimap-open-connection): Use netrc.
8932
8933         * gnus-util.el (gnus-netrc-get): Remove aliases.
8934
8935         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8936
8937         * assistant.el (wid-edit): Fix compilation.
8938
8939         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8940
8941 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8942
8943         * gnus-util.el (gnus-set-file-modes): New function.  (small
8944         patch).
8945
8946 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8949
8950         * assistant.el (assistant-render-node): Fix up rendering and
8951         read-only text.
8952         (assistant-render-node): Reset.
8953         (assistant-make-read-only): Not sticky.
8954
8955 2004-05-20  Danny Siu  <dsiu@adobe.com>
8956
8957         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8958         centered even when gnus-auto-center-summary is t
8959
8960 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * dns.el (dns-get-txt-answer): New function.
8963         (dns-read-txt): Ditto.
8964         (query-dns): Use it.
8965
8966 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8969         active for foreign groups even if the group level is higher than
8970         the specified value.
8971
8972 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8973
8974         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8975         non-active groups.
8976
8977         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8978
8979 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8980
8981         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8982
8983 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8984
8985         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8986         (spam-crm114-header, spam-crm114-spam-switch)
8987         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8988         (spam-crm114-positive-spam-header)
8989         (spam-crm114-database-directory, spam-list-of-processors)
8990         (spam-group-spam-processor-crm114-p)
8991         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8992         (spam-generic-score, spam-list-of-checks)
8993         (spam-list-of-statistical-checks, spam-registration-functions)
8994         (spam-check-crm114-headers, spam-crm114-score)
8995         (spam-check-crm114, spam-crm114-register-with-crm114)
8996         (spam-crm114-register-spam-routine)
8997         (spam-crm114-unregister-spam-routine)
8998         (spam-crm114-register-ham-routine)
8999         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9000         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9001
9002         * gnus.el: Add spam-use-crm114.
9003
9004         * spam.el (spam-list-of-processors, spam-registration-functions):
9005         Add spam-use-resend.
9006         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9007         (spam-report-articles-gmane): Add doc fix.
9008         (spam-report-articles-resend,
9009         spam-report-resend-register-routine): Add wrappers around
9010         spam-report-resend-to.
9011
9012         * spam-report.el (spam-report-resend-to, spam-report-resend):
9013         Add support for resending spam.
9014         (spam-report-gmane): Fix line length >80.
9015
9016         * gnus.el (spam-process): Add spam-use-resend.
9017
9018 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9019
9020         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9021         number of processed spam messages.
9022         (spam-ham-copy-or-move-routine): Return the number of processed
9023         ham messages.
9024         (spam-summary-prepare-exit): Use the above values to decide
9025         whether status messages shouled be displayed.
9026
9027 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9030         `rfc2047-encoding-function-alist' in order to avoid conflicting
9031         with the old version.
9032         (rfc2047-encode-region): Concatenate words containing non-ASCII
9033         characters in structured fields; don't encode space-delimited
9034         ASCII words even in unstructured fields; don't break words at
9035         char-category boundaries.
9036         (rfc2047-encode-1): New function.
9037         (rfc2047-encode): Use it; encode text so that it occupies the
9038         maximum width within 76-column; work correctly on Q encoding for
9039         iso-2022-* charsets.
9040         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9041         sure not to break a line just after the header name.
9042         (rfc2047-b-encode-region): Removed.
9043         (rfc2047-b-encode-string): New function.
9044         (rfc2047-q-encode-region): Removed.
9045         (rfc2047-q-encode-string): New function.
9046
9047         * mm-util.el (mm-replace-in-string): New function.
9048
9049 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9052         get it right.
9053         (gnus-inews-make-draft): Really.
9054
9055 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9056
9057         * nnmh.el (nnmh-request-list-1): Don't check the link count
9058         before descending.  (small patch)
9059
9060 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9063         stuff.
9064
9065         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9066         on real group name.
9067
9068         * gnus-art.el (gnus-signature-limit): Doc fix.
9069
9070         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9071
9072         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9073
9074 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9075
9076         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9077         isn't a string.
9078
9079 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * gnus-draft.el (gnus-draft-send): Bind
9082         rfc2047-encode-encoded-words.
9083
9084         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9085         (rfc2047-encodable-p): Say that =? needs encoding.
9086         (rfc2047-encode-encoded-words): New variable.
9087
9088         * gnus-group.el (gnus-group-select-group): Doc fix.
9089
9090         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9091
9092         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9093         to nil.
9094
9095         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9096
9097         * nnheader.el (nnheader-get-lines-and-char): New function.
9098
9099 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-msg.el (gnus-summary-followup-with-original): Document
9102         yanking of region when active.
9103
9104 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9107         groups if the group level is higher than the specified value.
9108
9109 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9112         (gnus-group-jump-to-group): Added prefix argument using
9113         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9114         non-active group.
9115
9116         * compface.el (uncompface): Be verbose when changing
9117         `uncompface-use-external'.
9118
9119         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9120         handle manual section.
9121
9122 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * gnus-art.el (gnus-button-alist): Revert previous change.
9125
9126 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9129
9130 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9131
9132         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9133         whether backend can accept message.
9134
9135         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9136
9137 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9138
9139         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9140         Avoid creating directory when nntp-marks-is-evil is true.
9141         Reported by Reiner Steib.
9142
9143 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus-picon.el (gnus-picon-style): New variable.
9146         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9147         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9148         Jesper Harder <harder@ifa.au.dk>.
9149
9150 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * message.el (message-fill-field): Return point.
9153         (message-generate-headers): Go to end of field.
9154
9155         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9156         stuff for non-living groups.
9157
9158 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9159
9160         * gnus-art.el (gnus-article-followup-with-original)
9161         (gnus-article-reply-with-original): gnus-mark-active-p ->
9162         gnus-region-active-p.
9163
9164 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9165
9166         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9167         only when there is spam or ham to be processed.
9168
9169 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * mail-source.el (mail-source-delete-crash-box): Refactor.
9172         (mail-source-fetch): Use it.
9173         (mail-source-fetch-file): Ditto.
9174         (mail-source-fetch-directory): Run postscript in loop.
9175         (mail-source-fetch-pop): Delete.
9176         (mail-source-fetch-maildir): Ditto.
9177         (mail-source-fetch-imap): Ditto.
9178
9179         * imap.el (imap-authenticators): Comment out sasl.
9180
9181         * message.el (message-skip-to-next-address): New function.
9182         (message-fill-header-address): Refactor.
9183         (message-fill-address): Use it.
9184         (message-delete-address): Use it.
9185         (message-fill-header-general): Refactor.
9186         (message-fill-field-address): Rename.
9187         (message-narrow-to-field): Find the start of the header.
9188         (message-header-format-alist): Don't pre-fill.
9189         (message-fill-header): Removed.
9190         (message-insert-header): New function.
9191         (message-shorten-references): Use it.
9192
9193         * rfc2047.el (rfc2047-field-value): Strip props.
9194
9195         * mail-parse.el (mail-header-make-address): New alias.
9196
9197         * ietf-drums.el (ietf-drums-make-address): New function.
9198
9199         * imap.el: Add compiler directives.
9200
9201         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9202
9203         * gnus-art.el (article-decode-idna-rhs): Don't use
9204         message-idna-inside-rhs-p.
9205
9206 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * message.el (message-idna-inside-rhs-p): Removed.
9209         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9210
9211         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9212         false positives.
9213
9214 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9215
9216         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9217
9218 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * nneething.el (nneething-file-name): Don't create spurions
9221         files.
9222
9223         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9224         (gnus-inews-do-gcc): Remove sleep.
9225
9226         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9227         part under point.
9228
9229         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9230         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9231
9232 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9233
9234         * spam.el (spam-summary-prepare-exit): Fixed (length).
9235
9236 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9237
9238         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9239         as expired without moving it" message when there are spam
9240         messages left.
9241
9242 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9243
9244         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9245         header is not nil.
9246
9247 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9248
9249         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9250         nntp-possibly-create-directory, not nntp-possibly-change-group.
9251         (nntp-marks-changed-p): New arg SERVER.
9252         (nntp-request-update-info): Adjust caller.
9253
9254 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9255
9256         * nntp.el (nntp-save-marks): Pass missing arg.
9257
9258 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9259
9260         * nntp.el: Support marks.
9261         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9262         (nntp-marks-modtime, nntp-marks-directory): New variables.
9263         (nntp-request-set-mark, nntp-request-update-info)
9264         (nntp-possibly-create-directory, nntp-marks-changed-p)
9265         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9266         functions.
9267
9268 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9269
9270         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9271         (gnus-xmas-redefine): Rename.
9272
9273         * gnus-score.el (gnus-score-insert-help): Use
9274         gnus-select-lowest-window.
9275
9276         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9277         appt-select-lowest-window and rename to gnus-select-lowest-window.
9278
9279         * gnus.el: do.
9280
9281 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9282
9283         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9284         encodings of MIME-encoded words, in order to improve
9285         interoperability with several broken MUAs.
9286
9287 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9288
9289         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9290         tags, only when charsets are not specified in headers.
9291         (mm-inline-text-html-render-with-w3m): Ditto.
9292
9293         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9294         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9295
9296 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9297
9298         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9299         instead of MIME-decoded from fields when checking
9300         `gnus-article-address-banner-alist'.
9301
9302 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9303
9304         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9305         description rather than subject.
9306
9307 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9308
9309         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9310
9311 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * gnus.el (gnus-version-number): Bump.
9314
9315 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9316
9317         * gnus.el: No Gnus v0.2 is released.
9318
9319 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * gnus-agent.el (gnus-agent-read-agentview): Inline
9322         gnus-uncompress-range.
9323
9324 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9325
9326         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9327         `exec-installed-p'.
9328
9329 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9330
9331         * gnus.el (spam-process, spam-autodetect-methods): Add
9332         bsfilter and bsfilter-headers.
9333
9334         * spam.el (spam-bsfilter): New customize group.
9335         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9336         (spam-bsfilter-header, spam-bsfilter-probability-header)
9337         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9338         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9339         (spam-bsfilter-database-directory): New options.
9340         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9341         (spam-list-of-statistical-checks, spam-registration-functions):
9342         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9343         (spam-bsfilter-score): New command.
9344         (spam-check-bsfilter-headers, spam-check-bsfilter)
9345         (spam-bsfilter-register-with-bsfilter)
9346         (spam-bsfilter-register-spam-routine)
9347         (spam-bsfilter-unregister-spam-routine)
9348         (spam-bsfilter-register-ham-routine)
9349         (spam-bsfilter-unregister-ham-routine): New functions.
9350         (spam-generic-score): Support bsfilter; Accept an optional argument
9351         to recalcurate spam score even if scoring header has already been
9352         added.
9353         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9354         optional argument to recalcurate spam score even if scoring header
9355         has already been added.
9356
9357 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9358
9359         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9360         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9361         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9362         link is missing.
9363
9364 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9365
9366         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9367         (html2text-get-attr): Rewrite.
9368
9369         * message.el (message-setup-1): Remove redundant put-text-property
9370         on mail-header-separator.
9371
9372 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9373
9374         * gnus-registry.el (gnus-registry-cache-whitespace)
9375         (gnus-registry-action, gnus-registry-spool-action)
9376         (gnus-registry-split-fancy-with-parent): Change message levels
9377         from 5 to 3 or 7, as needed.
9378
9379         * spam.el (spam-summary-prepare-exit)
9380         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9381         (spam-split, spam-find-spam, spam-log-undo-registration)
9382         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9383         level from 5 to 6.
9384
9385 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9388         2004-03-04 change).
9389
9390 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9391
9392         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9393         Use mapc when appropriate.
9394
9395         * sieve-manage.el (sieve-manage-open): do.
9396
9397         * nnweb.el (nnweb-insert-html): do.
9398
9399         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9400         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9401
9402         * nnspool.el (nnspool-request-group): do.
9403
9404         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9405         do.
9406
9407         * nnml.el (nnml-request-update-info): do.
9408
9409         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9410         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9411
9412         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9413         (nnimap-request-set-mark): do.
9414
9415         * nnfolder.el (nnfolder-request-update-info): do.
9416
9417         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9418         do.
9419
9420         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9421
9422         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9423
9424         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9425         do.
9426
9427         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9428         do.
9429
9430         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9431
9432         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9433
9434         * gnus-int.el (gnus-start-news-server): do.
9435
9436         * gnus-group.el (gnus-group-make-kiboze-group)
9437         (gnus-group-browse-foreign-server): do.
9438
9439 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9440
9441         FIXME: Make separate entries for each person.
9442
9443         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9444         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9445         <shields@msrl.com>:
9446
9447         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9448         may need for spam sorting and scoring.
9449         (spam-user-format-function-S): Add user format function suitable for
9450         general use.
9451         (spam-article-sort-by-spam-status): Add sorting function for summary
9452         sorting.
9453         (spam-extra-header-to-number): Add function to get a score from a
9454         header.
9455         (spam-summary-score): Add function to  get a numeric score from the
9456         headers.
9457         (spam-generic-score): Fixed function doc, was in wrong place.
9458         (spam-initialize): Take symbols when it's run, and install the
9459         extra headers that spam-necessary-extra-headers thinks we need.
9460
9461 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9462
9463         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9464         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9465
9466 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9467
9468         * gnus-sum.el (gnus-set-global-variables)
9469         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9470         (gnus-article-get-xrefs, gnus-summary-best-group)
9471         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9472         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9473         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9474         with-current-buffer.
9475
9476 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * spam.el (spam-summary-prepare-exit): Simplify logic.
9479         (spam-fetch-article-header): Read the article header if it's not
9480         available.
9481         (spam-list-articles): Simplify logic.
9482         (spam-filelist-register-routine): Fix bug with unregister-list.
9483
9484         * gnus-registry.el: Fix comments at beginning.
9485
9486 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9487
9488         * message.el (message-cater-to-broken-inn): Remove.
9489         (message-shorten-references): Make sure the total folded length of
9490         References is shorter than 998 characters to cater to a bug in INN
9491         2.3.  Also, don't pretend that references aren't folded -- this
9492         hasn't worked for a while.
9493
9494 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9495
9496         * gnus-agent.el (gnus-agentize):
9497         gnus-agent-send-mail-real-function no longer set to current value
9498         of message-send-mail-function but rather a lambda that calls
9499         message-send-mail-function.  The change makes the agent real-time
9500         responsive to user changes to message-send-mail-function.
9501
9502 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9503
9504         * legacy-gnus-agent.el
9505         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9506         help from Florian Weimer <fw@deneb.enyo.de>
9507
9508 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * nnmail.el (nnmail-cache-insert): Revert last change.
9511
9512 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * nnmail.el (nnmail-cache-insert): Always check whether
9515         nnmail-cache-ignore-groups matches a group name.
9516
9517 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9520         (spam-find-spam, spam-log-processing-to-registry)
9521         (spam-log-registered-p, spam-log-unregistration-needed-p)
9522         (spam-log-undo-registration): Use gnus-message instead of
9523         gnus-error, none of these errors are fatal.
9524
9525         * gnus-registry.el (gnus-registry-clean-empty-function)
9526         (gnus-registry-clean-empty): Remove only empty entries without
9527         extra data.
9528
9529 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9530
9531         * spam-stat.el (spam-stat-buffer-change-to-spam)
9532         (spam-stat-buffer-change-to-non-spam): Change (error) to
9533         (gnus-message 8) invocation.
9534
9535 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * nntp.el (nntp-via-netcat-command): New variable.
9538         (nntp-via-netcat-switches): New variable.
9539         (nntp-open-via-rlogin-and-netcat): New function.
9540         (nntp-open-connection-function): Doc fix.
9541         (nntp-telnet-command): Doc fix.
9542         (nntp-end-of-line): Doc fix.
9543         (nntp-via-rlogin-command): Doc fix.
9544         (nntp-via-user-name): Doc fix.
9545         (nntp-via-address): Doc fix.
9546
9547 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9550         error in Emacs 21.1.
9551
9552 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9553
9554         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9555
9556 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9557         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9558         (gnus-agent-with-refreshed-group): New macro.
9559         (gnus-agent-rename-group): New function.
9560         (gnus-agent-delete-group): New function.
9561         (gnus-agent-save-group-info): Use gnus-command-method when
9562         `method' parameter is nil.  Don't write nil entries into the
9563         active file.
9564         (gnus-agent-get-group-info): New function.
9565         (gnus-agent-fetch-articles): Use
9566         gnus-agent-update-files-total-fetched-for to increment disk space
9567         used.
9568         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9569         gnus-agent-update-view-total-fetched-for to increment disk space
9570         used.
9571         (gnus-agent-get-local): Added optional parameters to avoid calling
9572         gnus-group-real-name and gnus-find-method-for-group.
9573         (gnus-agent-set-local): Delete stored entry if either min, or max,
9574         are nil.
9575         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9576         quit, use gnus-agent-regenerate-group to record existance of any
9577         articles fetched to disk before the quit occurred.
9578         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9579         gnus-agent-update-view-total-fetched-for, and
9580         gnus-agent-update-files-total-fetched-for to decrement disk space
9581         used.
9582         (gnus-agent-retrieve-headers): Use
9583         gnus-agent-update-view-total-fetched-for to increment disk space
9584         used.
9585         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9586         with gnus-agent-update-files-total-fetched-for to decrement disk
9587         space and fresh group buffer.
9588         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9589         (gnus-agent-need-update-total-fetched-for): New variable.
9590         (gnus-agent-update-files-total-fetched-for): New function.
9591         (gnus-agent-update-view-total-fetched-for): New function.
9592         (gnus-agent-total-fetched-for): New function.
9593
9594         * gnus-cache.el (gnus-cache-save-buffers): Use
9595         gnus-cache-update-overview-total-fetched-for to change disk space
9596         used by this group.
9597         (gnus-cache-possibly-enter-article): Use
9598         gnus-cache-update-file-total-fetched-for to increment disk space
9599         used by this group.
9600         (gnus-cache-possibly-remove-article): Use
9601         gnus-cache-update-file-total-fetched-for to decrement disk space
9602         used by this group.
9603         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9604         (gnus-cache-rename-group): New function.
9605         (gnus-cache-delete-group): New function.
9606         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9607         (gnus-cache-need-update-total-fetched-for): New variable.
9608         (gnus-cache-with-refreshed-group): New macro.
9609         (gnus-cache-update-file-total-fetched-for): New function.
9610         (gnus-cache-update-overview-total-fetched-for): New function.
9611         (gnus-cache-rename-group-total-fetched-for): New function.
9612         (gnus-cache-delete-group-total-fetched-for): New function.
9613         (gnus-cache-total-fetched-for): New function.
9614
9615         * gnus-group.el: Require gnus-sum and autoload functions to
9616         resolve warnings when gnus-group.el compiled alone.
9617         (gnus-group-line-format): Documented new %F
9618         (size of Fetched data) group line format; identifies disk space
9619         used by agent and cache.
9620         (gnus-group-line-format-alist): Defined new F format.
9621         (gnus-total-fetched-for): New function.
9622         (gnus-group-delete-group): No longer update
9623         gnus-cache-active-altered as gnus-request-delete-group now keeps
9624         the cache in sync.
9625         (gnus-group-list-active): Let the agent store a server's active
9626         list if currently plugged.
9627
9628         * gnus-int.el (gnus-request-delete-group): Use
9629         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9630         local disk in sync with the server.
9631          (gnus-request-rename-group): Use
9632         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9633         local disk in sync with the server.
9634
9635         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9636         simplification to logic.
9637
9638         * gnus-util.el (gnus-rename-file): New function.
9639
9640 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9641
9642         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9643
9644 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9645
9646         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9647         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9648
9649 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9650
9651         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9652         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9653
9654 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9655
9656         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9657
9658 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9659
9660         * spam.el (spam-set-difference): Add function to replace
9661         gnus-set-difference in spam.el.
9662         (spam-summary-prepare-exit): Use spam-set-difference.
9663
9664 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9665
9666         * gnus-registry.el (gnus-registry-cache-file): Update to use
9667         gnus-dribble-directory OR gnus-home-directory OR ~.
9668         (gnus-registry-split-fancy-with-parent): Fix doc.
9669
9670 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * message.el (message-exchange-point-and-mark): Use
9673         message-mark-active-p.  Suggested by Jesper Harder
9674         <harder@ifa.au.dk>.
9675
9676 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * message.el (message-exchange-point-and-mark): Don't activate
9679         region if it was inactive.  Suggested by Hiroshi Fujishima
9680         <pooh@nature.tsukuba.ac.jp>.
9681
9682 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-art.el (article-display-face): Display Faces in the same
9685         order as X-Faces.
9686
9687 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9690
9691 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9694         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9695         (gnus-article-mime-hierarchy): Remove.
9696         (gnus-article-mime-hierarchy-next): Remove.
9697         (gnus-article-mode): Revert 2004-03-19 change.
9698         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9699         (gnus-insert-mime-button): Revert 2004-03-19 change.
9700         (gnus-mime-accumulate-hierarchy): Remove.
9701         (gnus-mime-enter-multipart): Remove.
9702         (gnus-mime-leave-multipart): Remove,
9703         (gnus-mime-display-part): Revert 2004-03-19 change.
9704         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9705
9706         * mml.el (mml-preview): Revert 2004-03-19 change.
9707
9708 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9709
9710         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9711
9712 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9715         t while entering a file name using the mm-with-multibyte macro.
9716         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9717
9718         * mm-util.el (mm-with-multibyte): New macro.
9719
9720 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9723         user option.
9724         (gnus-mime-multipart-functions): Doc and customization fix.
9725         (gnus-article-mime-hierarchy): New variable.
9726         (gnus-article-mime-hierarchy-next): New variable.
9727         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9728         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9729         gnus-article-mime-hierarchy-next to nil.
9730         (gnus-insert-mime-button): Show hierarchy numbers.
9731         (gnus-mime-accumulate-hierarchy): New function.
9732         (gnus-mime-enter-multipart): New function.
9733         (gnus-mime-leave-multipart): New function.
9734         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9735         (gnus-mime-display-alternative): Show hierarchy numbers.
9736
9737         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9738         gnus-article-mime-hierarchy-next to nil.
9739
9740 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9741
9742         * dns.el: Don't require gnus-xmas.
9743
9744 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9745
9746         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9747         inline PGP.
9748         (mml-menu): Disable mml-quote-region if mark is inactive.
9749
9750 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9753         when the group's active is not available.
9754
9755 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9758         error.
9759
9760 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * imap.el (imap-store-password): New variable.
9763         (imap-interactive-login): Use it.
9764         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9765
9766 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9769         window-start and hscroll to summary window.
9770
9771 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9772
9773         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9774         conversion message to newsrc-dribble when an actual conversion is
9775         performed.
9776
9777 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9778
9779         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9780
9781 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * mm-decode.el (mm-complicated-handles): New function reviving
9784         former definition of mm-multiple-handles.
9785
9786         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9787         (gnus-mime-delete-part): Use it.
9788
9789 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9790
9791         * gnus-agent.el (gnus-agent-read-local): Bind
9792         nnheader-file-coding-system to gnus-agent-file-coding-system to
9793         avoid the implicit assumption that they will always be equal.
9794         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9795         coding-system-for-write, as the with-temp-file macro first prints
9796         to a buffer then saves the buffer.
9797
9798 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-art.el (gnus-article-edit-part): New function.
9801         (gnus-mime-save-part-and-strip): Use it; do query instead of
9802         signaling an error; don't use mm-multiple-handles.
9803         (gnus-mime-delete-part): Ditto.
9804
9805 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9806
9807         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9808         old file versions.
9809         (gnus-group-prepare-hook): Removed function that converted list
9810         form of gnus-agent-expire-days to group properties.
9811
9812         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9813         (gnus-request-accept-article): Re-indented.
9814
9815         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9816         converters to handle old agent file formats.  Added logic for a
9817         "backup before upgrading warning".
9818         (gnus-convert-mark-converter-prompt): Developers can mark
9819         functions as needing (default), or not needing,
9820         gnus-convert-old-newsrc's "backup before upgrading warning".
9821         (gnus-convert-converter-needs-prompt): Tests whether the user
9822         should be protected from potentially irreversable changes by the
9823         function.
9824
9825         * legacy-gnus-agent.el (): New. Provides converters that are only
9826         loaded when gnus-convert-old-newsrc needs to call them.
9827
9828 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * mail-source.el (mail-source-touch-pop): Doc fix.
9831
9832         * message.el (message-smtpmail-send-it): Doc fix.
9833
9834 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9835
9836         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9837
9838         * nnmail.el (nnmail-split-fancy): do.
9839
9840         * gnus-kill.el (gnus-kill, gnus-execute): do.
9841
9842 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9843
9844         * gnus-sum.el (gnus-widget-reversible-match)
9845         (gnus-widget-reversible-to-internal)
9846         (gnus-widget-reversible-to-external): New functions.
9847         (gnus-widget-reversible): New widget.
9848         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9849
9850 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9851
9852         * gnus-sum.el (gnus-thread-sort-functions)
9853         (gnus-article-sort-functions): Document `(not F)' items.
9854
9855 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9856
9857         * spam.el (spam-use-gmane-xref): Add new backend.
9858         (spam-gmane-xref-spam-group): Add variable to control the name of the
9859         Gmane spam group.
9860         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9861         (spam-regex-headers-spam, spam-regex-headers-ham)
9862         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9863         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9864         backends and checks.
9865         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9866
9867         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9868         an autodetect method.
9869
9870 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9871
9872         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9873         articles are being added to a group.
9874         (gnus-request-replace-article): Inform the agent that articles
9875         need to be uncached as the cached contents are no longer valid.
9876
9877 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * binhex.el: Don't autoload executable-find.
9880
9881         * canlock.el: Don't autoload mail-fetch-field.
9882
9883         * dgnushack.el: Autoload c-mode for XEmacs.
9884
9885         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9886
9887         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9888         rmail-dont-reply-to and rmail-output.
9889
9890         * gnus-score.el: Don't autoload ffap-string-at-point.
9891
9892         * gnus-setup.el: Don't autoload sc-cite-original.
9893
9894         * imap.el: Don't autoload base64-decode-string,
9895         base64-encode-string and md5.
9896
9897         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9898         and rmail-msg-restore-non-pruned-header.
9899
9900         * mm-decode.el: Don't autoload executable-find.
9901
9902         * mm-url.el: Don't autoload executable-find.
9903
9904         * mm-view.el: Don't autoload diff-mode.
9905
9906         * nndb.el: Don't autoload news-reply-mode, news-setup,
9907         cancel-timer and telnet.
9908
9909         * password.el: Don't autoload run-at-time for Emacs.
9910
9911         * sha1-el.el: Don't autoload executable-find.
9912
9913         * sieve-mode.el: Don't autoload c-mode.
9914
9915         * uudecode.el: Don't autoload executable-find.
9916
9917 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9918
9919         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9920         (gnus-agent-possibly-alter-active): Avoid null in numeric
9921         comparison.
9922         (gnus-agent-set-local): Refuse to save null in local object table.
9923         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9924         list of articles that will be marked as unread.
9925
9926 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9929
9930 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9931
9932         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9933         language tags.
9934
9935 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9936
9937         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9938         Don't bind "obarray".
9939
9940         * gnus-sum.el (gnus-thread-sort-functions): Added
9941         `gnus-thread-sort-by-most-recent-number' and
9942         `gnus-thread-sort-by-most-recent-date'.
9943         Reported by Kai Grossjohann <kai@emptydomain.de>.
9944
9945 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9948
9949 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9950
9951         * gnus-cus.el (gnus-agent-customize-category): Removed
9952         ignore-errors macro reference that required cl to be loaded at
9953         run-time.
9954
9955         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9956         single-interval range of the form (min . max).  Previously the
9957         range had to look like ((min . max)).  Likewise, return
9958         (min . max) rather than ((min . max)).
9959         (gnus-range-map): Use gnus-range-normalize to accept
9960         single-interval range.
9961
9962         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9963         the cache, but not the agent, now appear with their usual face.
9964
9965         * dgnushack.el (loaddir): New variable that is bound to the
9966         directory containing the dgnushack.el file. Use loaddir, rather
9967         than srcdir, to update load-path. Change lets dgnushack compile
9968         code in directories other than GNUS/lisp.
9969
9970 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * lpath.el: Don't bind w3m-safe-url-regexp.
9973
9974         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9975         w3m-safe-url-regexp variable buffer-local.
9976
9977         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9978
9979 2004-02-27  Simon Josefsson  <jas@extundo.com>
9980
9981         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9982         gnus-group-real-prefix.
9983         (gnus-summary-move-article): Use it, instead of
9984         gnus-group-real-prefix.
9985
9986 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * lpath.el: Bind w3m-safe-url-regexp.
9989
9990         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9991         w3m-safe-url-regexp variable buffer-local and set it as the value
9992         of mm-w3m-safe-url-regexp.
9993
9994         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9995
9996         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9997         parsing gnus-posting-styles when the message is not for replying.
9998
9999         * dgnushack.el: Autoload sgml-mode for XEmacs.
10000
10001         * nnrss.el (nnrss-opml-export): Use
10002         mm-set-buffer-file-coding-system instead of
10003         set-buffer-file-coding-system.
10004
10005 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10006
10007         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10008         of checkdoc.el).
10009         * nnrss.el: do.
10010         * gnus-mlspl.el: do.
10011         * gnus-ml.el: do.
10012         * gnus-srvr.el: do.
10013
10014         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10015
10016 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10017
10018         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10019         Corrections to custom-manual links.
10020
10021         * gnus-art.el (gnus-article): Ditto.
10022
10023         * mm-decode.el (mime-display, mime-security): Ditto.
10024
10025 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10026
10027         * flow-fill.el: Typo.
10028
10029 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10030
10031         * spam-wash.el: New file.
10032
10033 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10034
10035         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10036
10037 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10038
10039         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10040         to be run with new-articles as LIST1, not LIST2.
10041         (spam-registration-functions): Add spam-use-ham-copy as a nil
10042         registration backend.
10043
10044 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10045
10046         * spam-stat.el (spam-stat-washing-hook): New option.
10047         (spam-stat-buffer-words): Use it.
10048         (spam-stat-process-directory, spam-stat-test-directory): Use
10049         insert-file-contents-literally.
10050         (spam-stat-coding-system): New variable.
10051         (spam-stat-load, spam-stat-save): Use it.
10052
10053 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10054
10055         * spam-report.el (spam-report-plug-agent): Quote
10056         spam-report-url-to-file and spam-report-url-ping-plain.
10057
10058 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10061         / in mailto URLs.
10062
10063 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * spam-report.el (spam-report-process-queue): Fix interactive use.
10066         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10067         (spam-report-unplug-agent): Doc fixes.
10068         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10069         (spam-report-agentize, spam-report-deagentize): Autoload
10070
10071 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10074
10075         * message.el (message-setup-fill-variables): Add mml tags to
10076         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10077         <ajk@iu.edu>.
10078         (message-mode): Don't modify paragraph-separate there.
10079
10080 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * compface.el (uncompface-use-external): Default to undecided.
10083         (uncompface-use-external-threshold): New variable.
10084         (uncompface-float-time): New macro.
10085         (uncompface): Determine whether to use the external decoder if
10086         uncompface-use-external is undecided.
10087
10088 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089
10090         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10091         after images.
10092
10093         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10094
10095 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10096
10097         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10098
10099         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10100
10101         * gnus-sum.el (gnus-summary-limit-to-age)
10102         (gnus-summary-limit-children): do.
10103
10104         * gnus-int.el (gnus-request-scan): do.
10105
10106         * gnus-group.el (gnus-group-suspend): do.
10107
10108         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10109
10110         * gnus-cite.el (gnus-cite-parse-attributions): do.
10111
10112         * gnus-agent.el (gnus-summary-set-agent-mark)
10113         (gnus-agent-regenerate-group): do.
10114
10115         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10116
10117         * binhex.el (binhex-decode-region-internal): do.
10118
10119 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-fun.el (gnus-face-properties-alist): New user option.
10122         (gnus-display-x-face-in-from): Use it.
10123
10124         * gnus-art.el (article-display-face): Ditto.
10125
10126         * compface.el (uncompface-use-external): Default to nil.
10127
10128 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10129
10130         * nntp.el (nntp-erase-buffer): New function.
10131         (nntp-retrieve-data, nntp-send-command)
10132         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10133         (nntp-possibly-change-group): Use it.
10134
10135         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10136         with-current-buffer.
10137
10138 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10139
10140         * compface.el: Merge the ELisp-based uncompface program.
10141         (compface): New customization group.
10142         (uncompface-use-external): New user option.
10143         (uncompface): Call uncompface-internal if uncompface-use-external
10144         is nil.
10145         (uncompface-internal): New function.  Note that there are also
10146         some other functions and variables added for this function.
10147
10148 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10149
10150         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10151         if necessary.
10152
10153 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10154
10155         * spam-report.el (spam-report-unplug-agent)
10156         (spam-report-plug-agent, spam-report-deagentize)
10157         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10158         Add support for the Agent in spam-report: when unplugged, report to a
10159         file; when plugged, submit all the requests.
10160
10161         * spam.el (spam-register-routine): Fix message about
10162         registration.
10163
10164 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10165
10166         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10167         dependencies.
10168         (rfc2047-encode): Use it.
10169
10170         * gnus-art.el (gnus-button-marker-list): Move before first
10171         reference.
10172
10173         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10174         (imap-parse-body): Fix format string mismatch.
10175
10176         * gnus-score.el (gnus-summary-increase-score): do.
10177
10178         * nnrss.el (nnrss-close): New function.
10179
10180 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10181
10182         * nnrss.el (nnrss-make-filename): New function.
10183         (nnrss-request-delete-group, nnrss-read-server-data)
10184         (nnrss-save-server-data, nnrss-read-group-data)
10185         (nnrss-save-group-data): Use it.
10186         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10187         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10188         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10189
10190 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10191
10192         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10193
10194 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10195
10196         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10197         files.
10198
10199         * message.el (message-generate-headers-first): Don't quote nil
10200         and t in docstrings.
10201
10202         * imap.el (imap-id): do.
10203
10204         * gnus-agent.el (gnus-agent-consider-all-articles)
10205         (gnus-agent-queue-mail): do.
10206
10207 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * spam-report.el (spam-report-process-queue): New function.
10210         Process requests from `spam-report-requests-file'.
10211         (spam-report-process-queue): Doc fix.
10212
10213 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10214
10215         * spam.el (spam-register-routine)
10216         (spam-log-processing-to-registry, spam-log-registered-p)
10217         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10218         Change "check" to "spam-check" for semi-clarity.
10219
10220 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10221
10222         * pop3.el: Require nnheader.
10223
10224         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10225
10226         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10227
10228         * gnus-picon.el: Require cl.
10229
10230         * gnus-fun.el: Require gnus-ems and gnus-util.
10231
10232         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10233
10234         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10235
10236         * gnus-art.el (gnus-article-edit-mode): Define before first
10237         reference.
10238
10239 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10240
10241         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10242         (gnus-uu-post-encoded): Use point-at-bol.
10243
10244         * gnus-topic.el (gnus-group-active-topic-p): do.
10245
10246         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10247
10248         * gnus-group.el (gnus-group-kill-region): do.
10249
10250         * gnus-art.el (article-date-ut): do.
10251
10252         * message.el (message-fetch-field): Remove redundant
10253         case-fold-search binding.
10254         (message-narrow-to-field): Simplify.
10255
10256 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * spam.el (spam-directory): Derive from `gnus-directory'.
10259
10260         * spam-report.el (spam-report-url-to-file)
10261         (spam-report-requests-file): New function and variable for offline
10262         reporting.
10263         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10264         and user defined function.
10265         (spam-report-url-ping-mm-url): Remove doubled slash.
10266
10267 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10268
10269         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10270
10271 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10272
10273         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10274         format string mismatch.
10275
10276         * sieve.el (sieve-deactivate-all): do.
10277
10278         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10279
10280         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10281
10282         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10283
10284         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10285
10286 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10287
10288         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10289         the list of checks.
10290
10291 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10292
10293         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10294         padding.
10295
10296 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10297
10298         * mm-view.el (mm-fill-flowed): New variable.
10299         (mm-inline-text): Use it.
10300
10301 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10302
10303         * spam.el (spam-spamassassin-register-ham-routine)
10304         (spam-spamassassin-register-spam-routine): Fix function names.
10305
10306 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus.el (gnus-tmp-grouplens): Remove.
10309         (gnus-summary-line-format): Remove grouplens.
10310
10311         * gnus-group.el (gnus-group-line-format): Ditto.
10312
10313         * gnus-spec.el (gnus-format-specs): Ditto.
10314         (gnus-update-format-specifications): Flush the group format spec
10315         cache if there's the grouplens stuff.
10316         (gnus-parse-simple-format): Replace %l with the empty string.
10317
10318 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10319
10320         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10321         omission.
10322
10323 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10326         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10327
10328 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10329
10330         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10331         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10332         New macros and functions.
10333         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10334         Handle > NLINK_MAX messages.
10335         * nnmaildir.el (nnmaildir-request-set-mark): Use
10336         nnmaildir--emlink-p and nnmaildir--eexist-p.
10337
10338 2004-01-25  Alex Schroeder  <alex@gnu.org>
10339
10340         * spam-stat.el (spam-stat-process-directory-age): New option.
10341         (spam-stat-process-directory): Use it.
10342
10343 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10344
10345         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10346         (spam-stat-save): Accept prefix argument.
10347
10348 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10349
10350         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10351         links" error.
10352
10353 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10356         the rest of the and/or forms.
10357
10358 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10359
10360         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10361         compatibility with old .newsrc.eld files.
10362
10363         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10364
10365         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10366
10367         * gnus-start.el (gnus-1): do.
10368
10369         * gnus-group.el (gnus-group-line-format-alist): do.
10370
10371         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10372
10373         * gnus-gl.el: Remove.
10374
10375 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10376
10377         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10378         marks consisting of a single range {for example, (3 . 5)} rather
10379         than a list of a single range { ((3 . 5)) }.
10380
10381 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10382
10383         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10384         with-current-buffer.
10385         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10386         avoid consing a string.
10387
10388         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10389         Remove obsolete entries for big5 and gb2312.
10390
10391 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10392
10393         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10394         uncompressed list.
10395
10396 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10397
10398         * spam-stat.el (spam-stat-strip-xref): New function.
10399         (spam-stat-process-directory): Use it.
10400
10401         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10402         here -- it's done in message-fetch-field.
10403
10404 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10405
10406         * gnus-agent.el (gnus-agent-queue-mail,
10407         gnus-agent-prompt-send-queue): New variables.
10408         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10409         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10410         "nndraft:queue" along to gnus-draft-send.  Use
10411         gnus-agent-prompt-send-queue.
10412         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10413         is "nndraft:queue".  Suggested by Gaute Strokkenes
10414         <gs234@srcf.ucam.org>
10415
10416         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10417         (agent-enable-undownloaded-faces): Added
10418         (gnus-agent-cat-groups): Use eval-and-compile, not
10419         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10420         method of gnus-agent-cat-groups even when the buffer has been
10421         evaled.
10422         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10423         delete gnus-agent-save-active-1.
10424         (gnus-agent-save-groups): Deleted. Identical to
10425         gnus-agent-save-active.
10426         (gnus-agent-write-active): No longer adjust agent's copy of active
10427         file as agent's adjustments are now stored in their own
10428         file. Removed optional parameter.
10429         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10430         servers.  Add use of min/max range limits from server's local
10431         file.
10432         (gnus-agent-save-alist): Removed unused optional argument.
10433         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10434         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10435         (gnus-agent-set-local): A per-server file that keeps min/max range
10436         limits for articles known to the agent.  Provides a fast mechanism
10437         for altering many active ranges.
10438         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10439         active file (local makes it unnecessary).
10440         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10441
10442         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10443         (agent-enable-undownloaded-faces): Added
10444
10445         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10446         disable it when sending to "nndraft:queue".
10447         (gnus-group-send-queue): Add safety check to avoid sending queue
10448         when unplugged.
10449
10450         * gnus-group.el (gnus-group-catchup): Use new
10451         gnus-sequence-of-unread-articles, not
10452         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10453         numbers of articles.  Use gnus-range-map to avoid having to
10454         uncompress the unread list.
10455         (gnus-group-archive-directory,
10456         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10457         reference.
10458
10459         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10460         (gnus-sorted-range-intersection): Intersection of two ranges
10461         without requiring that they first be uncompressed.
10462
10463         * gnus-start.el (gnus-activate-group): Unless blocked by the
10464         caller, possibly expand the active range to include both cached
10465         and agentized articles.
10466         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10467         multiple version-dependent converters.
10468         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10469         gnus-agent-save-active.
10470         (gnus-save-newsrc-file): Save dirty agent range limits.
10471
10472         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10473         gnus-agent-possibly-alter-active.
10474         (gnus-adjust-marked-articles): Faster handling of simple lists
10475
10476 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10477
10478         * spam-stat.el (spam-stat-test-directory): New optional argument
10479         displays a list of files detected.  Suggested by Andrew Cohen
10480         <cohen@andy.bu.edu>.
10481         (spam-stat-buffer-words-with-scores): Don't narrow and change
10482         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10483
10484 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10485
10486         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10487         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10488         (spam-spamassassin-arguments)
10489         (spam-spamassassin-spam-flag-header)
10490         (spam-spamassassin-positive-spam-flag-header)
10491         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10492         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10493         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10494         (spam-list-of-processors, spam-list-of-checks)
10495         (spam-list-of-statistical-checks, spam-registration-functions)
10496         (spam-check-spamassassin-headers, spam-check-spamassassin)
10497         (spam-spamassassin-score)
10498         (spam-spamassassin-register-with-sa-learn)
10499         (spam-spamassassin-register-spam-routine)
10500         (spam-spamassassin-register-ham-routine)
10501         (spam-assassin-register-spam-routine)
10502         (spam-assassin-register-ham-routine): add SpamAssassin support
10503         (spam-bogofilter-score): fix to show article before scoring
10504
10505 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10506
10507         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10508         default scoring function.
10509         (spam-generic-score): Call spam-spamassassin-score if
10510         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10511         spam-bogofilter-score otherwise.
10512
10513         * gnus.el (spam-process, spam-autodetect-methods): Add
10514         spamassassin and spamassassin-headers.
10515
10516 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10517
10518         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10519         Suppress unnecessary messages.
10520
10521 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10522
10523         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10524         make-hash-table.
10525
10526 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * canlock.el (base64-encode-string): Don't autoload it.
10529
10530 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * run-at-time.el: Remove useless (require 'itimer),
10533         eval-and-compile and (featurep 'xemacs).
10534
10535 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10536
10537         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10538         GROUP is a virtual group.
10539
10540 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10541
10542         * gnus.el: Autoload `message-y-or-n-p'.
10543
10544 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10545
10546         * pgg-parse.el: Remove unnecessary (require 'custom).
10547
10548         * pgg-def.el: do.
10549
10550         * nnmail.el: do.
10551
10552         * gnus-undo.el: do.
10553
10554         * gnus-picon.el: do.
10555
10556         * gnus-util.el: do.
10557
10558 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10561
10562 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10565         handle, as well as a list.
10566
10567         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10568         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10569         (mm-w3m-cid-retrieve): Simplify.
10570
10571 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10572
10573         * message.el (message-kill-to-signature): Allow prefix arg to
10574         specify number of lines to keep before signature.
10575
10576 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10577
10578         (message-kill-to-signature): Change docstring.
10579
10580 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * canlock.el: Always require sha1-el.
10583         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10584
10585         * message.el: Autoload sha1 only when compiling.
10586
10587         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10588         eudc-expand-inline for XEmacs.
10589
10590 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * message.el (message-canlock-generate): Require sha1-el.
10593
10594 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10595
10596         * message.el (message-expand-name): Silence the byte compiler.
10597
10598         * lpath.el: Add detect-coding-system.
10599
10600         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10601         cus-edit.
10602
10603 2004-01-13  Simon Josefsson  <jas@extundo.com>
10604
10605         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10606         Invoke gnus-score-mode.  Reported by
10607         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10608
10609         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10610         Jim Blandy <jimb@redhat.com> (tiny change).
10611
10612 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10613
10614         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10615
10616 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10617
10618         * spam.el (spam-get-article-as-string): Update to use
10619         gnus-request-article-this-buffer, much simpler.
10620         (spam-get-article-as-buffer): Remove.
10621
10622 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10623
10624         * message.el (message-expand-name): Use EUDC if the user uses
10625         that.
10626
10627 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10628
10629         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10630         character for the encoding to avoid consing a string.
10631
10632         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10633         unnecessarily.
10634
10635         * mm-util.el (mm-replace-chars-in-string): Remove.
10636
10637         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10638         of mm-replace-chars-in-string.
10639
10640 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10641
10642         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10643         strings.
10644
10645         * mm-util.el (mm-subst-char-in-string): Support inplace.
10646
10647         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10648         a new string in every iteration.  Use shy groups.
10649
10650 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10651
10652         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10653         (gnus-group-change-level, gnus-kill-newsgroup)
10654         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10655         (gnus-get-unread-articles, gnus-make-articles-unread)
10656         (gnus-make-ascending-articles-unread): Use accessor
10657         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10658         to get group information for improved readability.
10659
10660         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10661
10662         * gnus-soup.el (gnus-soup-group-brew): do.
10663
10664         * gnus-msg.el (gnus-put-message): do.
10665
10666         * gnus-move.el (gnus-group-move-group-to-server): do.
10667
10668         * gnus-kill.el (gnus-batch-score): do.
10669
10670         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10671         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10672         (gnus-group-update-group, gnus-group-read-group)
10673         (gnus-group-make-group, gnus-group-make-help-group)
10674         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10675         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10676         (gnus-group-sort-by-unread, gnus-group-catchup)
10677         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10678         (gnus-group-yank-group, gnus-group-set-info)
10679         (gnus-group-list-groups): do.
10680
10681         * gnus.el (gnus-generate-new-group-name): do.
10682
10683         * gnus-delay.el (gnus-delay-send-queue): do.
10684
10685         * nnvirtual.el (nnvirtual-catchup-group): do.
10686
10687         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10688         do.
10689
10690         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10691         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10692
10693         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10694         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10695         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10696         (gnus-group-make-articles-read): do.
10697
10698 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10699
10700         * gnus-art.el (article-decode-mime-words, article-babel)
10701         (gnus-article-highlight-signature, gnus-article-add-buttons)
10702         (gnus-signature-toggle): Use gnus-with-article-buffer.
10703
10704         * gnus-art.el (gnus-article-highlight-headers)
10705         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10706
10707         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10708         (gnus-article-set-globals, gnus-request-article-this-buffer)
10709         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10710         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10711         (gnus-mime-display-alternative): Use with-current-buffer.
10712
10713 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10714
10715         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10716         also under 80 char limit, and call gnus-error if needed.
10717         (spam-fetch-article-header): Fix - it was a
10718         buffer-local variable (gnus-newsgroup-data).
10719         (spam-find-spam): Use spam-generate-fake-headers, forget about
10720         spam-insert-fake-headers.
10721         (spam-insert-fake-headers): Remove.
10722
10723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10724
10725         * deuglify.el (gnus-article-outlook-unwrap-lines)
10726         (gnus-outlook-rearrange-article)
10727         (gnus-outlook-repair-attribution-outlook)
10728         (gnus-outlook-repair-attribution-block)
10729         (gnus-outlook-repair-attribution-other): Remove redundant
10730         save-excursion.
10731
10732 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10733
10734         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10735         (spam-fetch-field-subject-fast)
10736         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10737         (spam-fetch-article-header): Add functions to deal with Gnus
10738         internals for fast retrieval of article header data.
10739         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10740
10741 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10742
10743         * pop3.el (pop3-md5): Remove.
10744         (pop3-apop): Replace pop3-md5 with md5.
10745
10746         * mm-bodies.el: base64 is always built-in.
10747
10748         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10749         with-current-buffer.
10750
10751 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * canlock.el (canlock-insert-header): Remove excessive grouping in
10754         regexp.
10755
10756         * gnus-sum.el (gnus-summary-read-document): Ditto.
10757
10758         * gnus-uu.el (gnus-uu-part-number): Ditto.
10759
10760         * html2text.el (html2text-remove-tags): Ditto.
10761         (html2text-format-tags): Ditto.
10762         (html2text-format-single-elements): Ditto.
10763
10764         * mml.el (mml-parse-1): Ditto.
10765
10766 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10767
10768         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10769
10770         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10771
10772         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10773
10774         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10775
10776 2003-11-15  Simon Josefsson  <jas@extundo.com>
10777
10778         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10779         (pgg-gpg-lookup-key): Use regexp match instead of
10780         split-string (split-string is different between emacs 21.2 and
10781         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10782
10783 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10784
10785         * gnus-art.el (gnus-mime-view-all-parts)
10786         (gnus-article-part-wrapper, gnus-article-view-part): Use
10787         with-current-buffer.
10788
10789 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10790
10791         * spam.el (spam-disable-spam-split-during-ham-respool)
10792         (spam-spamoracle-database, spam-cache-lookups)
10793         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10794         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10795         (spam-group-ham-marks, spam-group-spam-marks)
10796         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10797         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10798         also add spam-use-blackholes to the statistical checks.
10799         (spam-fetch-field-fast): Add interface to fetching fields, may
10800         become a macro.
10801         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10802         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10803         (spam-insert-fake-headers): Fake an article when needed.
10804         (spam-find-spam): Fake article when possible.
10805         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10806         (spam-check-bogofilter-headers): Use message-fetch-field instead
10807         of nnmail-fetch-field.
10808
10809 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10812
10813 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10814
10815         * spam.el (spam-split): Do not require spam-use-CHECK to be
10816         enabled if that check is passed to spam-split explicitly; also
10817         fix so 'spam doesn't get converted to spam-split-group when
10818         spam-split-symbolic-return is t.
10819         (spam-find-spam): Find registrations of the article and use those
10820         instead of re-running spam-split to find the spam/ham
10821         classification of the article.
10822         (spam-log-processing-to-registry, spam-log-registered-p)
10823         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10824         Use gnus-error instead of gnus-message.
10825         (spam-log-registration-type): Add function to determine the
10826         classification of a message based on registry entries; will
10827         return nil if both 'spam and 'ham are found.
10828         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10829         a reasonably fast local cache without the loading errors.
10830         (spam-cache-lookups): Set to t by default.
10831         (spam-find-spam): Don't try to guess spam-cache-lookups.
10832         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10833         spam-caches entry.
10834         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10835         caching of whitelist/blacklist entries.
10836         (spam-check-whitelist, spam-check-blacklist): Invoke
10837         spam-from-listed-p with a type, not a cache variable.
10838         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10839
10840 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10841
10842         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10843
10844         * nnmail.el (nnmail-split-fancy): do.
10845
10846         * mml.el (mml-parse): do.
10847
10848         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10849         (gnus-score-adaptive): do.
10850
10851 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10854         (gnus-mime-button-map): Don't set keymap parent.
10855         (gnus-button-ctan-directory-regexp): Use shy grouping.
10856         (gnus-prev-page-map): Don't set keymap parent.
10857         (gnus-prev-page-map): Remove duplicated one.
10858         (gnus-next-page-map): Don't set keymap parent.
10859         (gnus-mime-security-button-map): Ditto.
10860
10861         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10862         version number.
10863
10864         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10865
10866 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * canlock.el (canlock-sha1-function): Remove.
10869         (canlock-sha1-function-for-verify): Remove.
10870         (canlock-openssl-program): Remove.
10871         (canlock-openssl-args): Remove.
10872         (canlock-ignore-errors): Remove.
10873         (canlock-sha1-with-openssl): Remove.
10874         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10875         (canlock-verify): Don't use canlock-ignore-errors.
10876
10877         * sha1-el.el (sha1-string-external): Make it can return a string
10878         in binary form.
10879         (sha1-region-external): Ditto.
10880         (sha1-string-internal): Ditto.
10881         (sha1-region-internal): Ditto.
10882         (sha1-region): Ditto.
10883         (sha1-string): Ditto.
10884         (sha1): Ditto.
10885
10886 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * spam.el (spam-report-articles-gmane): New command.
10889
10890 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10893
10894         * run-at-time.el (run-at-time-saved): Remove.
10895         (run-at-time): Doc fix.
10896
10897 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10898
10899         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10900         (gnus-summary-limit-map): Add it.
10901         (gnus-summary-make-menu-bar): do.
10902
10903 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10904
10905         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10906         Make attempt at some caching support (done for BBDB only now).
10907         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10908         addresses to be checked.
10909         (spam-clear-cache-BBDB): Add function, to be invoked by
10910         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10911         (spam-check-BBDB): Check and use the caches, if
10912         spam-cache-lookups is on, remove superfluous (provide).
10913
10914 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10917
10918 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10919
10920         * run-at-time.el (run-at-time-saved): Move to after the definition
10921         of `run-at-time'.
10922
10923         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10924
10925 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10928         mm-w3m-local-map-property.
10929
10930         * mm-view.el (mm-w3m-mode-map): Remove.
10931         (mm-w3m-local-map-property): Remove.
10932         (mm-inline-text-html-render-with-w3m): Don't use
10933         mm-w3m-local-map-property.
10934
10935 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * run-at-time.el: New file.
10938
10939         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10940         under Emacs.
10941
10942         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10943         of gnus-set-text-properties.
10944
10945         * gnus-uu.el (gnus-uu-save-article): Ditto.
10946
10947         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10948
10949         * gnus-cite.el (gnus-cite-parse): Ditto.
10950
10951         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10952         of gnus-.
10953
10954         * gnus-xmas.el (run-at-time): Require run-at-time.
10955
10956         * gnus.el: Changed calls to nnheader-run-at-time and
10957         password-run-at-time throughout to use run-at-time directly.
10958
10959         * password.el: Removed definition of run-at-time.
10960
10961         * nnheaderxm.el: Remove definition of run-at-time.
10962
10963 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10964
10965         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10966         in prompt.
10967
10968 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10969
10970         * messagexmas.el (message-xmas-redefine): Alias
10971         `message-make-caesar-translation-table' to
10972         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10973         version.
10974
10975         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10976         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10977         `gnus-xmas-set-text-properties'.
10978         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10979         `gnus-xmas-completing-read'.
10980         (gnus-xmas-completing-read): Removed.
10981         (gnus-xmas-open-network-stream): Removed.
10982
10983         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10984         XEmacs version.
10985
10986         * dns.el (dns-make-network-process): Use `open-network-stream'
10987         instead of `gnus-xmas-open-network-stream'.
10988
10989         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10990
10991         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10992
10993 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10994
10995         * gnus-art.el (gnus-mime-display-alternative)
10996         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10997         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10998         Don't use gnus-local-map-property.
10999
11000         * gnus-util.el (gnus-local-map-property): Remove.
11001
11002         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11003         gnus-completing-read-maybe-default with completing-read.
11004
11005         * gnus-util.el (gnus-completing-read): do.
11006         (gnus-completing-read-maybe-default): Remove.
11007
11008 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11009
11010         * password.el: Only autoload `run-at-time' if not XEmacs.
11011         Only autoload the itimer functions if XEmacs.
11012
11013 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11016         XEmacsen.
11017
11018         * dgnushack.el: Autoload executable-find for XEmacs.
11019
11020 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11021
11022         * gnus-art.el (gnus-read-string): Remove.
11023         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11024         read-string.
11025
11026 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11027
11028         * netrc.el: Autoload password-read.
11029         (netrc): Add configuration group.
11030         (netrc-encoding-method, netrc-openssl-path): Add
11031         variables for encoding and decoding of files with symmetric
11032         ciphers.
11033         (netrc-encode): Add assistant function to encode a file with
11034         netrc-encoding-method.
11035         (netrc-parse): Add interactive parameter, added optional
11036         decoding if netrc-encoding-method is non-nil but otherwise
11037         behavior is standard.
11038         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11039         Do s/encode/encrypt/ everywhere.
11040
11041         * spam.el: Remove executable-find autoload.
11042
11043 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11044
11045         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11046
11047         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11048
11049 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gnus-art.el (gnus-treat-ansi-sequences,
11052         article-treat-ansi-sequences): New variable and function.
11053         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11054
11055         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11056         Use it.
11057
11058 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11059
11060         * mm-util.el (mm-quote-arg): Remove.
11061
11062         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11063         shell-quote-argument.
11064
11065         * gnus-uu.el (gnus-uu-command): do.
11066
11067         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11068
11069         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11070         with make-char.
11071
11072         * mm-util.el (mm-make-char): Remove.
11073
11074         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11075         add-minor-mode.
11076
11077         * gnus-undo.el (gnus-undo-mode): do.
11078
11079         * gnus-topic.el (gnus-topic-mode): do.
11080
11081         * gnus-sum.el (gnus-dead-summary-mode): do.
11082
11083         * gnus-start.el (gnus-slave-mode): do.
11084
11085         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11086
11087         * gnus-ml.el (gnus-mailing-list-mode): do.
11088
11089         * gnus-gl.el (gnus-grouplens-mode): do.
11090
11091         * gnus-draft.el (gnus-draft-mode): do.
11092
11093         * gnus-dired.el (gnus-dired-mode): do.
11094
11095         * gnus-ems.el (gnus-add-minor-mode): Remove.
11096
11097         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11098         Replace gnus-char-width with char-width.
11099
11100         * gnus-ems.el (gnus-char-width): Remove.
11101
11102         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11103         Replace gnus-char-width with char-width.
11104
11105         * gnus-ems.el (gnus-char-width): Remove.
11106
11107         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11108         definition.
11109         Remove Emacs 20 hash table compatibility code.
11110
11111         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11112         20 compatibility code.
11113
11114         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11115
11116         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11117
11118         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11119         with point-at-{eol,bol}.
11120
11121         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11122
11123         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11124
11125         * flow-fill.el (fill-flowed-point-at-bol,
11126         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11127
11128         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11129         Replace with point-at-{eol,bol} throughout all files.
11130
11131 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * ntlm.el (ntlm-string-as-unibyte): New macro.
11134         (ntlm-build-auth-response): Use it.
11135
11136         Remove Emacs 20 stuff:
11137         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11138         (butlast, mapc, remove): Remove the compiler macros.
11139         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11140         of delq and copy-sequence.
11141         * gnus-art.el (popup-menu): Remove the compiler macro.
11142         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11143         Emacs 20.
11144
11145 2004-01-05  Simon Josefsson  <jas@extundo.com>
11146
11147         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11148         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11149         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11150         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11151         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11152         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11153         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11154         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11155         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11156         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11157         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11158         string-xor into ntlm-string-xor.  Suggested by
11159         Jesper Harder <harder@myrealbox.com>.
11160
11161         * ntlm.el: Don't include poem.
11162
11163         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11164         Jesper Harder <harder@myrealbox.com>.
11165
11166         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11167
11168         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11169         probably breaks emacs with DL patch, but do we care? Is anyone
11170         still using the DL stuff?)
11171
11172         * sieve-manage.el: Use the password package.
11173         (sieve-manage-read-passwd): Remove.
11174         (sieve-manage-interactive-login): Use password.  Re-add
11175         condition-case around loop.
11176
11177         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11178         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11179         the password package.
11180
11181 2003-02-19  Simon Josefsson  <jas@extundo.com>
11182
11183         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11184         token.
11185
11186 2002-08-07  Simon Josefsson  <jas@extundo.com>
11187
11188         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11189         (sieve-manage-authenticators):
11190         (sieve-manage-authenticator-alist): Add some SASL mechs.
11191         (sieve-sasl-auth): New function.
11192         (sieve-manage-cram-md5-auth):
11193         (sieve-manage-plain-auth): Rewrite using SASL library.
11194         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11195         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11196         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11197         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11198
11199 2004-01-05  Simon Josefsson  <jas@extundo.com>
11200
11201         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11202         New files.
11203
11204 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11205
11206         * gnus-group.el (gnus-no-groups-message): Update.
11207
11208         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11209
11210 2003-11-09  Simon Josefsson  <jas@extundo.com>
11211
11212         * imap.el: Support for ID IMAP extension (RFC 2971).
11213         (imap-local-variables): Add imap-id.
11214         (imap-id): New variable.
11215         (imap-id): New function.
11216         (imap-parse-response): Parse untagged ID response.
11217         * nnimap.el (nnimap-id): New variable.
11218         (nnimap-open-connection): Use it.
11219
11220 2003-12-28  Simon Josefsson  <jas@extundo.com>
11221
11222         * gnus-score.el (gnus-score-edit-all-score): New.
11223         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11224
11225 2004-01-04  Simon Josefsson  <jas@extundo.com>
11226
11227         * password.el: Add.
11228
11229 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11230
11231         * dns.el: Add support for AAAA records (see RFC 3596)
11232
11233         * Fix typo PRT -> PTR
11234
11235         * Parse MX, PTR and SOA replies (see RFC 1035)
11236
11237 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11240
11241         * Moved to Changelog.2.
11242
11243 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11244
11245         * gnus.el (gnus-version-number): Bump version.
11246
11247 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11248
11249         * gnus.el: No Gnus v0.1 is released.
11250
11251 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11252
11253         * gnus.el: No Gnus v0.0 is released.
11254
11255 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256
11257         * gnus.el (gnus-version-number): Bump.
11258         (gnus-version): No.
11259
11260 See ChangeLog.2 for earlier changes.
11261
11262     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11263
11264   This file is part of GNU Emacs.
11265
11266   GNU Emacs is free software; you can redistribute it and/or modify
11267   it under the terms of the GNU General Public License as published by
11268   the Free Software Foundation; either version 3, or (at your option)
11269   any later version.
11270
11271   GNU Emacs is distributed in the hope that it will be useful,
11272   but WITHOUT ANY WARRANTY; without even the implied warranty of
11273   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11274   GNU General Public License for more details.
11275
11276   You should have received a copy of the GNU General Public License
11277   along with GNU Emacs; see the file COPYING.  If not, write to the
11278   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11279   Boston, MA 02110-1301, USA.
11280
11281 ;; Local Variables:
11282 ;; coding: iso-2022-7bit
11283 ;; fill-column: 79
11284 ;; add-log-time-zone-rule: t
11285 ;; End:
11286
11287 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4