* pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10. The
[gnus] / lisp / ChangeLog
1 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
5         recommends to use EasyPG instead of PGG.
6
7         * pgg.el: Revert to revision 6.23.2.16
8
9         * pgg-def.el: Revert to revision 6.6.2.14.
10
11         * pgg-gpg.el: Revert to revision 6.23.2.34.
12
13 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
16         to mark a thread as expirable.  Add variable `hide' to handle hiding of
17         thread for both the null and zero (kill/expire thread) universal prefix
18         cases.
19         (gnus-summary-expire-thread): Add new function to expire a thread,
20         using gnus-summary-kill-thread.
21         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
22         shortcuts for gnus-summary-expire-thread.
23         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
24         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
25
26 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
27
28         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
29         extras value, so an extras entry can be deleted.
30         (gnus-registry-delete-extra-entry): Use it.
31         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
32         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
33         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
34          storage through the gnus-registry, and provide an appropriate API for
35          it.
36
37 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
40         Suggested by Leo <sdl.web@gmail.com>.
41
42         * gnus.el: Do.
43
44 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
47         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
48
49         * gnus-agent.el (gnus-agent-fetch-headers): Do.
50
51         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
52         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
53
54 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
57         newline.
58         (nnmbox-request-accept-article): Don't change article in source buffer;
59         narrow to header to use message-fetch-field rather than
60         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
61         (nnmbox-request-replace-article): Quote lines that'll be misidentified
62         as delimiters; make sure article ends with newline.
63         (nnmbox-delete-mail): Correct last position of article to be deleted;
64         ignore X-Gnus-Newsgroup header in article body.
65         (nnmbox-save-mail): Quote lines looking like delimiters at the right
66         positions; make sure article ends with newline.
67
68         * message.el (message-display-abbrev): Don't infloop when a user
69         inserts SPC in the beginning of header.
70
71         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
72         coding-system-for-read and coding-system-for-write for XEmacs having no
73         file-coding feature.
74
75         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
76
77 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
78
79         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
80         list of groups not followed by default.  Fix type to be regexp.
81         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
82
83 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
86         raw-text coding system when saving .newsrc file, which may contain
87         non-ASCII group names.
88
89 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-cus.el (gnus-score-extra): New widget.
92         (gnus-score-extra-convert): New function.
93         (gnus-score-customize): Use it for Extra.
94
95 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
96
97         * mml2015.el (mml2015-extract-cleartext-signature): New function.
98         (mml2015-mailcrypt-clear-verify): Use it.
99         (mml2015-gpg-clear-verify): Use it.
100         (mml2015-pgg-clear-verify): Use it.
101         (mml2015-epg-clear-verify): Replace the current part with the output
102         from GnuPG; don't extract the plaintext by itself.
103
104         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
105         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
106         mml2015-clear-verify-function; don't touch the armor headers or
107         dash-escaped text here.
108
109 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
112         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
113         parts, or application/octet-stream as a last resort.
114         (gnus-mime-view-part-as-type): Don't toggle display.
115         (gnus-mime-view-part-as-charset): Don't turn off display before
116         querying charset.
117
118         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
119         stuff to undisplayer function in Emacs.
120         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
121
122         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
123         text/calendar parts.
124
125 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
128         decoding text/calendar parts.
129
130         * message.el (message-forward-make-body-mime): Always mark body as
131         having no illegible text; remove signed-or-encrypted argument.
132         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
133
134         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
135         (mml-generate-mime-1): Don't encode body if it is specified to be in
136         raw form; don't make buffer be unibyte when inserting multibyte string.
137
138 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * imap.el (imap-logout-timeout): New variable.
141         (imap-logout, imap-logout-wait): New functions.
142         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
143
144         * nnimap.el (nnimap-logout-timeout): New server variable.
145         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
146         nnimap-logout-timeout.
147
148         * gnus-art.el (gnus-article-summary-command-nosave)
149         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
150
151 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus.el (gnus-maximum-newsgroup): New variable.
154
155         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
156         according to gnus-maximum-newsgroup.
157
158         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
159         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
160         the range of articles according to gnus-maximum-newsgroup.
161
162 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
163
164         * gnus-art.el (gnus-sticky-article): Fixed problems described in
165         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
166         Don't perform gnus-configure-windows here; reuse existing sticky
167         article buffer.
168
169         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
170         it doesn't exist in gnus-article-mode.
171
172 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
175         (gnus-agent-decoded-group-name): New function.
176         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
177         (gnus-agent-expire-group-1): Use it; decode group name in messages.
178
179 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
180
181         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
182         Add binding for gnus-sticky-article.
183         (gnus-summary-exit): Don't kill sticky article buffers.
184
185         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
186         article buffer.
187         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
188         (gnus-kill-sticky-article-buffers): New commands.
189
190 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * nntp.el (nntp-xref-number-is-evil): New server variable.
193         (nntp-find-group-and-number): If it is non-nil, don't trust article
194         numbers in the Xref header.
195
196 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * gnus-agent.el (gnus-agent-read-group): New function.
199         (gnus-agent-flush-group, gnus-agent-expire-group)
200         (gnus-agent-regenerate-group): Use it.
201         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
202         nnmail-pathname-coding-system.
203
204 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
207
208         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
209         that are unread as unread, and also as selected so that information of
210         marks having been changed by a user may be updated when exiting group.
211
212 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-art.el (gnus-mime-display-single): Pass part number that is
215         calculated ignoring signature parts to gnus-treat-article.
216
217 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
220         a point here in order to keep the window start.
221         (gnus-insert-mime-security-button): Make a button overlay without the
222         front stickiness.
223         (gnus-mime-display-security): Goto the end of a button.
224
225         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
226
227 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
230         group-name-at-point.
231         (gnus-group-completing-read): New function that offers decoded
232         non-ASCII group names for completion.
233         (gnus-fetch-group, gnus-group-read-ephemeral-group)
234         (gnus-group-jump-to-group, gnus-group-make-group-simple)
235         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
236         (gnus-group-fetch-control): Use it.
237         (gnus-fetch-group): Use group-name-at-point for the initial value
238         rather than the default value; use gnus-alive-p.
239
240         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
241         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
242         (gnus-summary-post-news): Use gnus-group-completing-read.
243
244         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
245         (gnus-read-move-group-name): Decode group name for completion.
246
247 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
248
249         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
250         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
251         Yamaoka slightly modified the code).
252
253 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
256         (nnmail-split-incoming): Bind it.
257
258         * nnml.el (nnml-group-name-charset): New function.
259         (nnml-decoded-group-name): Use it; don't decode group name if
260         nnmail-group-names-not-encoded-p is non-nil.
261         (nnml-encoded-group-name): New function.
262         (nnml-group-pathname): Inline nnml-decoded-group-name.
263         (nnml-request-expire-articles): Decode group name in message.
264         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
265         nnmail-pathname-coding-system.
266         (nnml-save-mail, nnml-active-number): Work with decoded group names and
267         not decoded ones according to nnmail-group-names-not-encoded-p.
268         (nnml-generate-active-info): Use nnml-encoded-group-name.
269
270 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * gnus-sum.el (gnus-summary-move-article): Make
273         gnus-summary-respool-article work.
274
275 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
276
277         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
278         string.
279
280 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
281
282         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
283         that should be ignored when comparing distant RSS articles with local
284         ones.
285         (nnrss-make-hash-index): New function.  Create a hash index according
286         to the ignored fields.
287         (nnrss-check-group): Use it.
288
289 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
292
293         * gnus-art.el (article-decode-group-name): Decode Xref header too.
294
295         * gnus-group.el (gnus-group-make-group): Encode group name here unless
296         the new optional argument ENCODED is non-nil.
297         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
298         coding system for encoding group name.
299         (gnus-group-make-rss-group): Pass un-encoded group name to
300         gnus-group-make-group.
301         (gnus-group-set-info): Tell gnus-group-make-group that group name is
302         encoded.
303
304         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
305         Encode group name to which articles are moved or copied.
306         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
307         coding system for encoding Newsgroup, Followup-To and Xref headers.
308
309         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
310         marks; use nnheader-file-coding-system to write a file.
311         (nnagent-retrieve-headers): Bind file-name-coding-system to
312         nnmail-pathname-coding-system.
313
314         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
315
316         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
317         (nnml-request-article, nnml-request-create-group)
318         (nnml-request-rename-group, nnml-find-id)
319         (nnml-possibly-change-directory, nnml-possibly-create-directory)
320         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
321         (nnml-save-marks): Use nnml-group-pathname instead of
322         nnmail-group-pathname.
323
324         (nnml-request-create-group, nnml-request-expire-articles)
325         (nnml-request-move-article, nnml-request-delete-group)
326         (nnml-deletable-article-p, nnml-possibly-create-directory)
327         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
328         (nnml-open-marks): Bind file-name-coding-system to
329         nnmail-pathname-coding-system.
330
331         (nnml-request-article): Pass server argument to nnml-find-group-number.
332         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
333         server argument to nnml-possibly-create-directory.
334         (nnml-request-accept-article): Pass server argument to
335         nnml-active-number and nnml-save-mail.
336         (nnml-find-group-number): Pass server argument to nnml-find-id.
337         (nnml-request-update-info): Pass server argument to
338         nnml-marks-changed-p.
339
340         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
341         (nnml-save-mail, nnml-active-number): Add server argument.
342
343         (nnml-request-delete-group): Warn if group is missing.
344         (nnml-get-nov-buffer): Decode group name.
345         (nnml-generate-active-info): Encode group name.
346         (nnml-open-marks): Decode group name in messages.
347
348 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
351         if it is not specified.
352         (gnus-article-pipe-part, gnus-article-save-part)
353         (gnus-article-interactively-view-part, gnus-article-copy-part)
354         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
355         (gnus-article-inline-part, gnus-article-save-part-and-strip)
356         (gnus-article-replace-part, gnus-article-delete-part)
357         (gnus-article-view-part-as-type): Pass raw prefix argument to
358         gnus-article-part-wrapper.
359
360 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * gnus-agent.el (gnus-agent-save-active): Bind
363         nnheader-file-coding-system to gnus-agent-file-coding-system.
364
365         * gnus-cache.el (gnus-cache-save-buffers)
366         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
367         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
368         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
369         (gnus-cache-braid-nov, gnus-cache-braid-heads)
370         (gnus-cache-generate-active, gnus-cache-rename-group)
371         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
372         (gnus-cache-update-overview-total-fetched-for): Bind
373         file-name-coding-system to nnmail-pathname-coding-system.
374         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
375         variables.
376         (gnus-cache-decoded-group-name): New function.
377         (gnus-cache-file-name): Use it.
378         (gnus-cache-generate-active): Use non-decoded group name for active.
379
380         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
381         right place.
382         (gnus-write-active-file): Don't break non-ASCII group names.
383
384         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
385         nnmail-pathname-coding-system.
386
387         * lpath.el: Bind default-file-name-coding-system,
388         file-name-coding-system and language-info-alist for XEmacs.
389
390         * gnus-uu.el (gnus-uu-decode-save): Typo.
391
392 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
395
396 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
399         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
400         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
401         (gnus-agent-flush-group, gnus-agent-flush-cache)
402         (gnus-agent-fetch-headers, gnus-agent-load-alist)
403         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
404         (gnus-agent-retrieve-headers, gnus-agent-request-article)
405         (gnus-agent-regenerate-group)
406         (gnus-agent-update-files-total-fetched-for)
407         (gnus-agent-update-view-total-fetched-for): Bind
408         file-name-coding-system to nnmail-pathname-coding-system.
409         (gnus-agent-group-pathname): Don't encode file names by
410         nnmail-pathname-coding-system.
411         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
412         coding-system-for-write instead of buffer-file-coding-system to
413         gnus-agent-file-coding-system.
414
415         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
416         Decode group name.
417
418         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
419
420         * gnus-start.el (gnus-update-active-hashtb-from-killed)
421         (gnus-read-newsrc-el-file): Make group names unibyte.
422
423         * nnmail.el (nnmail-group-pathname): Don't encode file names by
424         nnmail-pathname-coding-system.
425
426         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
427         (nnrss-request-delete-group): Bind file-name-coding-system to
428         nnmail-pathname-coding-system.
429         (nnrss-read-server-data, nnrss-read-group-data): Bind
430         file-name-coding-system correctly.
431         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
432
433         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
434         (nntp-server-to-method-cache): New variable.
435         (nntp-group-pathname): New function that decodes non-ASCII group names.
436         (nntp-possibly-create-directory, nntp-marks-changed-p)
437         (nntp-save-marks, nntp-open-marks): Use it.
438         (nntp-possibly-create-directory, nntp-open-marks):
439         Bind file-name-coding-system to nnmail-pathname-coding-system.
440         (nntp-open-marks): Decode group names when bootstrapping marks.
441
442         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
443         Newsgroups and Folowup-To headers.
444
445 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
448         (gnus-server-closed-face, gnus-server-denied-face)
449         (gnus-server-offline-face): Remove variable.
450         (gnus-server-font-lock-keywords): Use faces that are not aliases.
451
452         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
453         of modifying message-stack directly for XEmacs.
454
455         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
456         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
457         if the coding-system argument is nil for XEmacs.
458
459         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
460         mm-charset-override-alist.
461
462         * rfc2047.el: Don't require base64; require rfc2045 for the function
463         rfc2045-encode-string.
464         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
465         to quote the parameter value.
466
467 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
470         form in gnus-group-name-charset-method-alist.
471
472         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
473         overrides the default layout edit-form.
474
475         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
476
477         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
478
479 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
482         as unfetched articles.
483
484 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
487
488 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
491         original back end that keeps marks in the local system.
492
493 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
496         arg of pop-to-buffer for XEmacs.
497         (gnus-article-read-summary-keys): Ditto; don't restore window
498         configuration if summary command ends up with neither article buffer
499         nor summary buffer; describe bindings if summary keys end with C-h.
500
501 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * message.el (message-fix-before-sending): Skip raw message part to be
504         forwarded while checking illegible text.
505         (message-forward-make-body-mime, message-forward-make-body): Mark
506         signed or encrypted raw message as having no illegible text.
507
508 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
511         (gnus-message-with-timestamp-1): New macro.
512         (gnus-message-with-timestamp): New function.
513         (gnus-message): Use them.
514
515         * nnheader.el (nnheader-message): Use them.
516
517 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
518
519         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
520         .newsrc.eld file.
521
522 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-agent.el (gnus-agent-fetch-headers)
525         (gnus-agent-retrieve-headers): Bind
526         gnus-decode-encoded-address-function to identity.
527
528         * nntp.el (nntp-send-xover-command): Recognize an xover command is
529         available also when the server returns simply a dot.
530
531         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
532
533 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
536
537 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * gnus-ems.el (gnus-x-splash): Make it work.
540
541         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
542         from being used.
543
544         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
545
546 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
549         4th and the 5th arguments.
550
551         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
552         the front stickiness.
553         (gnus-article-summary-command-nosave): Correct the order of the
554         arguments passed to pop-to-buffer.
555         (gnus-article-read-summary-keys): Ditto; make it work properly when the
556         summary command ends up with the article buffer.
557
558         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
559         the same faces.
560
561 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
562
563         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
564
565 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
566
567         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
568         * gnus-sum.el (gnus-summary-highlight):
569         * pgg.el (pgg-sign-region, pgg-sign):
570         * mail-source.el (mail-source-delete-old-incoming-confirm):
571         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
572
573 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-art.el (gnus-mime-view-part-externally)
576         (gnus-mime-view-part-internally): Fix predicate function passed to
577         completing-read.
578
579         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
580
581         * gnus.el (gnus-update-message-archive-method): Add :version.
582
583 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus.el (gnus-update-message-archive-method): New variable.
586
587         * gnus-start.el (gnus-setup-news): Update saved "archive" method
588         according to gnus-message-archive-method if
589         gnus-update-message-archive-method is non-nil.
590
591 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
594         by Loic Dachary <loic@dachary.org>.
595         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
596
597 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
598
599         * message.el (message-pop-to-buffer): Add switch-function argument.
600         (message-mail): Pass switch-function argument to it.
601
602 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
603
604         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
605         Improve doc string.
606
607 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
610         (gnus-header-content)
611         * gnus-cite.el (gnus-cite-10)
612         * gnus-srvr.el (gnus-server-closed)
613         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
614         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
615         (gnus-group-mail-3-empty, gnus-group-mail-low)
616         (gnus-group-mail-low-empty, gnus-splash)
617         * message.el (message-header-to, message-header-cc)
618         (message-header-subject, message-header-other, message-header-name)
619         (message-header-xheader, message-separator, message-cited-text)
620         (message-mml): Lighten colors of faces used for dark background.
621
622 2007-05-24  Simon Josefsson  <simon@josefsson.org>
623
624         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
625         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
626
627 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * message.el (message-narrow-to-headers-or-head): Ignore
630         mail-header-separator in the body.
631
632 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
635         same as window size.
636
637 2007-05-22  Kevin Ryde  <user42@zip.com.au>
638
639         * message.el (message-font-lock-keywords): Use message-header-xheader
640         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
641         ahead of the anything pattern, to get it recognised.
642
643 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
646         spam.el loads uses it in the compiled defadvice form.
647
648 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
649
650         * gnus-sum.el (gnus-articles-to-read)
651         (gnus-summary-insert-old-articles): Don't truncate group name for
652         `read-string'.
653
654         * gnus-util.el (gnus-limit-string): Delete this function.
655
656         * gnus-sum.el (gnus-simplify-subject-fully): Use
657         `truncate-string-to-width' instead.
658
659 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
660
661         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
662         summary exit, the next group has to be selected.
663         (gnus-summary-exit): Use it.
664
665 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
666
667         * gnus-art.el (gnus-article-mode): Fix comment about displaying
668         non-break space.
669
670 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
673         Check if group is not a directory.
674         (nnfolder-request-expire-articles): Don't delete articles if the target
675         group is not available.
676
677         * nnml.el (nnml-request-create-group): Properly check if group is not a
678         file.
679         (nnml-request-expire-articles): Don't delete articles if the target
680         group is not available.
681
682         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
683         Don't quote characters that are within parentheses.
684
685 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
688         (gnus-handle-ephemeral-exit): Select article according to it.
689
690 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
691
692         * message.el (message-insert-formated-citation-line): Remove newline.
693         (message-citation-line-format): Add final \n here so that the user can
694         avoid a blank line.
695
696 2007-05-03  Dan Christensen  <jdc@uwo.ca>
697
698         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
699         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
700         Update lanl/arXiv support.
701
702 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
703
704         * gnus.el: Bump version number.
705
706 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * gnus.el (gnus-version-number): Bump version.
709
710 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
711
712         * gnus.el: No Gnus v0.6 is released.
713
714 2007-04-27  Didier Verna  <didier@xemacs.org>
715
716         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
717         * gmm-utils.el (gmm-regexp-concat): here.
718         * message.el: Don't require 'gnus-util.
719         (message-dont-reply-to-names): Handle name change above.
720         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
721
722 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
725         since the initial value varies according to the system.
726
727 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * mm-util.el (mm-charset-synonym-alist): Defcustom.
730
731 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
732
733         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
734
735 2007-04-24  Didier Verna  <didier@xemacs.org>
736
737         Improve the type of gnus-ignored-from-addresses.
738         * gnus-util.el (gnus-orify-regexp): New function.
739         * message.el (gnus-util): Require it.
740         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
741         * gnus-sum.el (gnus-ignored-from-addresses): New function.
742         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
743
744 2007-04-24  Didier Verna  <didier@xemacs.org>
745
746         * gnus-sum.el:
747         * gnus-utils.el: Fix some trailing whitespaces.
748
749 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
752         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
753         article's Message-ID; refer parent article in summary buffer.
754
755         * message.el (message-bounce): Call mime-to-mml.
756
757         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
758         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
759         optimize and/or forms properly.
760
761 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
762
763         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
764         URL.
765
766 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
769
770 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
773         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
774         displayed of multipart/alternative part if it is invoked from summary
775         buffer.
776
777         * mm-view.el (mm-inline-text-html-render-with-w3m)
778         (mm-inline-text-html-render-with-w3m-standalone)
779         (mm-inline-render-with-function): Use mail-parse-charset by default.
780
781 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
782
783         * parse-time.el (parse-time-string-chars): Check if CHAR
784         is less than the length of parse-time-syntax.
785
786 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
789         from gnus-newsgroup-processable.
790
791 2007-04-16  Didier Verna  <didier@xemacs.org>
792
793         * gnus-msg.el (gnus-configure-posting-styles): Handle
794         message-signature-directory properly with :file syntax. Reported by
795         "Leo".
796
797 2007-04-11  Didier Verna  <didier@xemacs.org>
798
799         New user option: message-signature-directory.
800         * gnus-msg.el (gnus-configure-posting-styles): Support it.
801         * message.el (message-insert-signature): Ditto.
802         * message.el (message-signature-file): Doc update.
803         * message.el (message-signature-directory): New.
804
805 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
806
807         * gnus-msg.el (gnus-inews-yank-articles): Use
808         message-exchange-point-and-mark instead of exchange-point-and-mark.
809
810 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * message.el (message-yank-original): Make sure cited text ends with
813         newline; don't exchange point and mark.
814
815 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
816
817         * tls.el (open-tls-stream): Properly handle case where there
818         is no associated buffer.
819
820 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
821
822         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
823         message-yank-original, make sure (< mark TEXT point).
824
825 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
826
827         * message.el (message-fill-column): New variable.
828         (message-mode): Use it.  Add comment on a possible new hook.
829
830         * nnmail.el (nnmail-spool-file): Mark as obsolete.
831         (nnmail-get-new-mail): Reformat.
832
833         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
834
835         * gmm-utils.el: Fix Commentary.
836         (gmm-tool-bar-from-list): Fix typo in doc string.
837
838 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
839
840         * message.el (message-yank-original): Don't switch point and mark
841         unnecessarily to put point and mark as documented.
842
843 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
846         from the message heads.
847
848 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
849
850         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
851         article buffer does not have a window.  This may not be the best
852         solution but is certainly better than setting the start of the null,
853         that is the current, window.
854
855 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
856
857         * gnus-draft.el (gnus-draft-setup-hook): New hook.
858         (gnus-draft-setup): Run it.
859
860         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
861         gnus-score-fast-scoring.  Allow regexp.
862         (gnus-score-headers): Use it.
863
864         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
865         XEmacs.
866
867         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
868         string.
869         (gnus-button-alist): Also catch `<f1> k ...'.
870         (gnus-treat-display-x-face): Fix doc string.
871
872 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
873
874         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
875         evaluation of gnus-extended-version to ensure correct generation of the
876         User-Agent header when message-generate-headers-first is used.
877
878 2007-03-24  Simon Josefsson  <simon@josefsson.org>
879
880         * hashcash.el (hashcash-generate-payment-async): Don't crash if
881         hashcash-path is nil.  Don't call callback with incorrect number of
882         parameters if val is 0.
883
884 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
885
886         * message.el (message-required-news-headers):
887         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
888
889 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
890
891         * tls.el (open-tls-stream): In handshake-waiting loop,
892         don't wait more if there is output available to process.
893
894 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
895
896         * tls.el (tls-program): Doc fix.
897
898 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * message.el (message-generate-new-buffers): Change the meaning of the
901         nil value; add `standard' to the choices; treat t as `unique'; improve
902         doc string.
903         (gnus-select-frame-set-input-focus): Autoload.
904         (message-buffer-name): Search for the existing message buffer if
905         message-generate-new-buffers is nil or `standard'; treat the value t of
906         message-generate-new-buffers as `unique'.
907         (message-pop-to-buffer): Raise the frame already displaying the message
908         buffer; clear the echo area after querying.
909         (message-setup): Pass the `continue' argument to compose-mail.
910         (message-mail): Prefer `switch-function' if it is given; search for the
911         existing message buffer if the `continue' argument is non-nil; pass
912         continue and switch-function arguments to compose-mail by way of
913         message-setup.
914         (message-mail-other-window): Adjust argument of message-setup.
915         (message-mail-other-frame): Ditto.
916
917 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
918
919         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
920         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
921         to turn font-lock on when turning gnus-message-citation-mode on.
922
923 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
924
925         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
926         (mml-smime-function-alist): New variable; add epg as the backend.
927         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
928         mml-smime- functions instead.
929         * mm-view.el: Require smime.
930
931 2007-03-05  Didier Verna  <didier@xemacs.org>
932
933         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
934         instead of just inheritance for posting styles.
935         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
936
937 2007-02-24  Chris Moore  <dooglus@gmail.com>
938
939         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
940         * pgg-pgp.el (pgg-pgp-encrypt-region):
941         * pgg-gpg.el (pgg-gpg-encrypt-region):
942         Check pgg-encrypt-for-me if no other recipients.
943
944 2007-02-24  John Paul Wallington  <jpw@pobox.com>
945
946         * tls.el (tls-certtool-program): Fix custom type.
947
948 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
949
950         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
951         and point-at-eol instead of line-(beginning|end)-position.
952
953         * assistant.el (assistant-parse-buffer): Ditto.
954
955         * netrc.el (netrc-parse-services): Ditto.
956
957 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
958
959         * mml2015.el (mml2015-epg-find-usable-key): New function.
960         (mml2015-epg-sign): Use it.
961         (mml2015-epg-encrypt): Use it.
962
963 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * message.el (message-make-in-reply-to): Quote name containing
966         non-ASCII characters.  It will make the RFC2047 encoder cause an error
967         if there are special characters.  Reported by NAKAJI Hiroyuki
968         <nakaji@jp.freebsd.org>.
969
970 2007-02-27  Didier Verna  <didier@xemacs.org>
971
972         Include the group parameters as well as the topic ones in the
973         inheritance filter process.
974         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
975         argument GROUP-PARAMS-LIST.
976         * gnus-topic.el (gnus-group-topic-parameters): Use it.
977
978 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * nntp.el (nntp-never-echoes-commands)
981         (nntp-open-connection-functions-never-echo-commands): New variables.
982         (nntp-send-command): Use them.
983
984 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
985
986         * mml2015.el (mml2015-epg-verify): Simplified.
987
988 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * mml.el (mml-content-disposition-alist): New user option.
991         (mml-content-disposition): New function.
992         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
993         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
994
995 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
996
997         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
998         verification.
999
1000 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1001
1002         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1003         articles posted in the last 24 hours.
1004
1005 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1006
1007         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1008
1009 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1010
1011         * nntp.el (nntp-send-command): Don't wait for echoes when
1012         nntp-open-ssl-stream is used.
1013
1014 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1017         (gnus-message-add-citation-keywords)
1018         (gnus-message-remove-citation-keywords): Remove.
1019         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1020         directly, make the variables in font-lock-defaults buffer-local, add
1021         gnus-message-citation-keywords to them and then update the value of
1022         font-lock-keywords.
1023
1024 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * message.el (message-cite-original-1): Don't call
1027         gnus-article-highlight-citation.
1028
1029         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1030         citations; fix line count.
1031
1032 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1035         (gnus-message-add-citation-keywords)
1036         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1037         versions of font-lock-add-keywords and font-lock-remove-keywords to
1038         work with XEmacs correctly.
1039
1040 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus-cite.el (gnus-cite-face-list): Set the values of
1043         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1044         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1045         (gnus-message-cite-prefix-regexp): New variable.
1046         (gnus-message-search-citation-line): Use it; protect against long
1047         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1048         the 0th match data for Emacs.
1049         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1050         (gnus-message-add-citation-keywords): Append keywords rather than
1051         prepending; emulate font-lock-add-keywords if it is not available.
1052         (gnus-message-remove-citation-keywords): Emulate
1053         font-lock-remove-keywords if it is not available.
1054
1055         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1056
1057         * message.el (message-cite-prefix-regexp): Set the value of
1058         gnus-message-cite-prefix-regexp.
1059
1060 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1061
1062         * nnweb.el (nnweb-google-parse-1): Update parser.
1063
1064 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1065
1066         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1067
1068 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1069
1070         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1071         regexp.
1072
1073 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1076         string-to-multibyte.
1077         (uudecode-decode-region-internal): Use it.
1078
1079         * lpath.el: Fbind string-as-multibyte for XEmacs.
1080
1081 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1084         custom choice.
1085
1086         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1087
1088 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1089
1090         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1091
1092         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1093         `write-region' to respect `mm-inhibit-file-name-handlers'.
1094
1095 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1096
1097         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1098         Use gnus-home-directory instead of "~/" or "$HOME".
1099
1100 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1101
1102         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1103         to mention filename.
1104         Add comments at beginning regarding usage.
1105         (encrypt-write-file-contents): Change interactive so a string is
1106         acceptable.  If the file has no associated model, show an error instead
1107         of a nonsense prompt.
1108
1109 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1110
1111         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1112         Thanks to Yoshihiko Yamada for kind notification of this typo.
1113
1114 2007-01-12  Kenichi Handa  <handa@m17n.org>
1115
1116         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1117         multibyte buffer.
1118
1119 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1120
1121         * gnus-score.el (gnus-score-fast-scoring): New variable.
1122         (gnus-score-headers): Use it.
1123
1124         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1125
1126         * message.el (message-cite-original-1): Call
1127         gnus-article-highlight-citation if requested.
1128
1129         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1130
1131         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1132         bugs to doc string.
1133         (gnus-button-alist): Add mid\\|message-id.
1134         (gnus-button-fetch-group): Extend for use in
1135         `browse-url-browser-function'.
1136         (gnus-button-url-regexp): Try to catch paired parentheses like in
1137         Wikipedia URLs.
1138
1139         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1140         Suggested by Simon Krahnke <overlord@gmx.li>.
1141
1142 2007-01-13  Romain Francoise  <romain@orebokech.com>
1143
1144         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1145         Update copyright.
1146
1147 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1148
1149         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1150
1151 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * gnus-registry.el (gnus-registry-unfollowed-groups)
1154         (gnus-registry-split-fancy-with-parent): Fix documentation.
1155
1156 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1159         from nnweb groups.
1160
1161 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1164         Xref urls.  Erase buffer before requesting head.
1165
1166 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1167
1168         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1169         customizable.
1170
1171 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1172
1173         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1174         no signing key is found.
1175         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1176         no encrypting and/or signing key is found.
1177
1178 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1179
1180         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1181
1182 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1183
1184         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1185         headers read from disk with the ones newly found in the current search.
1186         This should no longer cause problems, because the article numbers in
1187         Gmane's `nov.php' output are ignored since the previous change.
1188
1189 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1190
1191         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1192
1193 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1196         replace-regexp-in-string; bind url-version; fbind display-images-p and
1197         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1198         find-face and set-itimer-function for Emacs; bind itimer-list for
1199         Emacs.
1200
1201         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1202
1203 2007-01-01  Romain Francoise  <romain@orebokech.com>
1204
1205         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1206
1207 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1208
1209         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1210         `define-minor-mode' macro definition expanded properly.
1211         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1212         exclude it there.
1213
1214         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1215         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1216         `fboundp' test.
1217         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1218         This is OK to autoload in (S)XEmacs now.
1219
1220 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221
1222         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1223         keystroke.
1224         (gnus-summary-limit-to-singletons): Fix typo.
1225
1226         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1227         else fails.
1228
1229 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1230
1231         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1232         docstring.
1233
1234         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1235         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1236         (gnus-summary-insert-dormant-articles): Fix typo in message.
1237
1238 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1239
1240         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1241         nil for XEmacs.
1242         (gnus-message-citation-mode): Don't autoload in XEmacs.
1243
1244         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1245
1246 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1247
1248         * nnimap.el (nnimap-expunge-search-string): Mention
1249         nnimap-search-uids-not-since-is-evil in docstring.
1250
1251 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * spam.el: Revert to make-obsolete-variable because
1254         define-obsolete-variable-alias is not supported in Emacs 21.
1255
1256         * spam.el (spam-ifile-path, spam-ifile-database-path)
1257         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1258         make-obsolete-variable.
1259         (spam-bsfilter-path, spam-bsfilter-program)
1260         (spam-spamassassin-path, spam-spamassassin-program)
1261         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1262         use "path" inappropriately.
1263         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1264         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1265         variable names.
1266
1267 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1268
1269         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1270         summary buffer.
1271
1272         * password.el (password-cache-remove): Use clear-string to burn
1273         password, if available.
1274
1275 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1276
1277         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1278
1279         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1280
1281         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1282         (gnus-message-highlight-citation): Move defcustom here from
1283         gnus-cite.el.
1284         (gnus-message-citation-mode): Autoload.
1285
1286         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1287         checks to make it compile with XEmacs.
1288         (gnus-message-citation-mode): New minor mode.
1289         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1290         (gnus-message-highlight-citation): New variables.
1291         (gnus-message-search-citation-line)
1292         (gnus-message-add-citation-keywords)
1293         (gnus-message-remove-citation-keywords)
1294         (turn-on-gnus-message-citation-mode)
1295         (turn-off-gnus-message-citation-mode): New functions.
1296
1297 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1298
1299         * gnus-cite.el: Enable highlighting of different citation levels in
1300         message-mode.
1301
1302 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1303
1304         * message.el (message-make-fqdn): Fix comment.
1305         (message-bogus-system-names): Add ".local".
1306
1307         * spam.el (spam-ifile-path, spam-ifile-program)
1308         (spam-ifile-database-path, spam-ifile-database)
1309         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1310         Don't use "path" inappropriately.
1311         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1312         strings.
1313         (spam-check-ifile, spam-ifile-register-with-ifile)
1314         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1315         new variable names.
1316
1317         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1318         (gnus-treat-display-smileys): Simplify using
1319         gnus-image-type-available-p.
1320
1321         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1322         available.
1323
1324         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1325         `display-images-p' if available.
1326
1327 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1330         one after turning on the buffer's multibyteness instead of decoding
1331         them directly in the unibyte buffer that causes unexpected conversion
1332         in Emacs 23 (unicode).
1333
1334 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1335
1336         * message.el (message-generate-hashcash): Fix custom type.
1337
1338 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1339
1340         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1341
1342 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1343
1344         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1345         disconnect icons.  Add help text.
1346
1347 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1350         negated to be consistent with the others we handle.
1351
1352 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1355         version of gnus-summary-buffer to something, so that we can use two
1356         article buffers at the same time.
1357
1358 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1359
1360         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1361         trigger all the extra headers.
1362         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1363         sorting.
1364
1365 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1366
1367         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1368         solid groups.
1369
1370 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1371
1372         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1373
1374 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1375
1376         * legacy-gnus-agent.el: Add Copyright notice.
1377
1378 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1379
1380         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1381
1382 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1385
1386         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1387         to make it work reliably in CVS Emacs.
1388         (gnus-summary-limit-strange-charsets-predicate)
1389         (gnus-summary-limit-to-predicate): New functions.
1390
1391 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1392
1393         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1394         specifying array size.
1395         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1396         array if it is too small.
1397         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1398         (gnus-sort-threads-loop): New function.
1399
1400 2006-12-06  Chris Moore  <dooglus@gmail.com>
1401
1402         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1403         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1404
1405 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1406
1407         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1408         options.
1409
1410 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1413         DOS-ing the recipient.
1414
1415         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1416         the headers when creating the mapping to avoid mismappings.
1417         (nnweb-gmane-create-mapping): Always nix out old mapping.
1418
1419 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1422         and mm-verify-option to never.
1423
1424 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * message.el (message-signed-or-encrypted-p): New function.
1427         (message-forward-make-body): Use it.
1428
1429         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1430         Replace encode-coding-string with mm-encode-coding-string.
1431
1432 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * nneething.el (nneething-decode-file-name): Replace
1435         decode-coding-string with mm-decode-coding-string.
1436
1437         * gnus-int.el (gnus-open-server): Say failed server's name.
1438
1439 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1440
1441         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1442         strings to a single string.  Quote `errors-file-name'.
1443         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1444         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1445         Adjust calls.  Use `shell-quote-argument'.
1446
1447 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1448
1449         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1450         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1451
1452         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1453         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1454         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1455         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1456         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1457         (gnus-subscribe-newsgroup, gnus-1):
1458         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1459         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1460         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1461         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1462
1463 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1466         keystroke.
1467         (gnus-summary-limit-to-bodies): Implement headersp.
1468
1469 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1472
1473 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1476
1477 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * message.el (message-generate-hashcash): Expand range of values to
1480         include `opportunistic'.
1481         (message-send-mail): Use it.
1482
1483 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1484
1485         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1486         and comment it.
1487
1488         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1489
1490 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1491
1492         * gnus-util.el (gnus-extract-address-components): Improve comment.
1493
1494 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-util.el (gnus-extract-address-components): Work with address in
1497         which the name portion contains @.
1498
1499         * lpath.el: Fbind custom-autoload.
1500
1501 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * gnus.el (gnus-start): Move custom group up.
1504         (gnus-select-method): Don't autoload, but make it available for
1505         `customize-variable'.
1506         (gnus-getenv-nntpserver): Don't autoload.
1507
1508 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1511
1512 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1513
1514         * message.el (message-sendmail-extra-arguments): New variable.
1515         (message-send-mail-with-sendmail): Use it.
1516
1517 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1520         mm-with-unibyte-current-buffer to make string unibyte.
1521
1522         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1523         mm-string-as-multibyte.
1524
1525 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1526
1527         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1528         Reported by Werner Koch <wk@gnupg.org>.
1529
1530 2006-11-14  Daiki Ueno  <ueno@p360>
1531
1532         * mml2015.el: Autoload epa-select-keys when compiling.
1533
1534 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1535
1536         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1537         message-options.
1538         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1539
1540 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1541
1542         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1543         EasyPG (< 0.0.6).
1544         (mml2015-always-trust): New user option.
1545         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1546         prompt.
1547
1548 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * nntp.el (nntp-authinfo-force): New variable.
1551         (nntp-send-authinfo): Use it.
1552
1553 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1556         decode encoded words.  Improve prompt.  Add comment about forwarding.
1557         (message-replacement-char): Move up.
1558
1559 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1560
1561         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1562         instead of gnus-intersection because arguments of gnus-sorted-nunion
1563         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1564
1565 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1568         (message-simplify-subject-functions): Enable
1569         message-strip-subject-encoded-words by default.
1570
1571 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1572
1573         * message.el (message-strip-subject-encoded-words): New function
1574         (message-simplify-subject-functions): New variable.
1575         (message-simplify-subject): Use it.  Fix typo in doc string.
1576         Support message-strip-subject-encoded-words.
1577
1578 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1579
1580         * gnus-diary.el (gnus-diary-delay-format-function):
1581         * nndiary.el (nndiary-reminders):
1582         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1583
1584 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1585
1586         * gnus-art.el (article-hide-boring-headers): Fetch date from
1587         gnus-original-article-buffer to avoid problems with localized date
1588         strings.
1589
1590 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1593
1594 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1597         New variables.
1598         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1599         (mm-charset-synonym-alist): Move some entries to
1600         mm-codepage-iso-8859-list.
1601         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1602         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1603
1604 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1607
1608 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1609
1610         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1611         with Emacs 21 and XEmacs.
1612
1613 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1614
1615         * spam.el (spam-parse-address): New function for better parsing,
1616         catching errors, etc.
1617         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1618
1619 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1620
1621         * mm-view.el: Add interactive arg to html2text autoload.
1622
1623 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1626
1627 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1628
1629         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1630         variables.
1631         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1632         (mm-charset-synonym-alist): Move some entries to
1633         mm-codepage-iso-8859-list.
1634
1635         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1636
1637 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * message.el (message-citation-line-format)
1640         (message-insert-formated-citation-line): Fix implementation of %E, %N
1641         and %n according to the doc string.
1642
1643 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1646         car-safe to avoid bad parses.
1647
1648 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1651         names.
1652
1653         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1654
1655 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1658         header.
1659
1660         * message.el (message-draft-headers): Add Date.
1661         (message-headers-to-generate): Fix typo in docstring.
1662
1663         * nndraft.el (nndraft-required-headers): New variable.
1664         (nndraft-generate-headers): Use it.
1665
1666         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1667
1668 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * gnus-registry.el (gnus-registry-wash-for-keywords)
1671         (gnus-registry-find-keywords): New functions to allow easy searching of
1672         articles that are in the registry.
1673
1674 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1675
1676         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1677         ietf-drums-parse-address instead of gnus-extract-address-components.
1678         Reported by Damien Elmes <damien@repose.cx>.
1679
1680 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1681
1682         * gnus.el (gnus-mime): Remove unused custom group.
1683
1684 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1685
1686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1687         "blank line" when searching for end of armor headers.
1688
1689 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gmm-utils.el (gmm-write-region): Fix variable name.
1692
1693 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1694
1695         * gmm-utils.el (gmm-write-region): New function based on compatibility
1696         code from `mm-make-temp-file'.
1697
1698         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1699
1700         * nnmaildir.el (nnmaildir--update-nov)
1701         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1702         Use `gmm-write-region'.
1703
1704 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1705
1706         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1707         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1708
1709         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1710
1711         * message.el (message-replacement-char): New variable.
1712         (message-fix-before-sending): Use it.
1713         (message-simplify-subject): New function to remove duplicate code.
1714         (message-reply, message-followup): Use it.
1715
1716         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1717         gnus-summary-limit-to-articles.
1718
1719 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-util.el (gnus-with-local-quit): New macro.
1722
1723         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1724
1725 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1726
1727         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1728         ignore non-string data.
1729
1730 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1731
1732         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1733         non-string data (needs to be done in the registry too).
1734
1735 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1736
1737         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1738         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1739         (gnus-registry-split-fancy-with-parent)
1740         (gnus-registry-fetch-simplified-message-subject-fast)
1741         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1742         Remove text properties on ingress into the registry and when it's saved.
1743         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1744         registry from entries with no groups.
1745
1746 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1747
1748         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1749         function to remove string properties.
1750
1751 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1752
1753         * gmm-utils.el (gmm): Adjust custom version.
1754
1755         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1756         custom version.
1757
1758         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1759
1760 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1761
1762         * gnus-art.el (gnus-insert-prev-page-button)
1763         (gnus-insert-next-page-button): Simplify.  Reformat.
1764
1765 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1766
1767         * gnus-art.el (gnus-insert-prev-page-button)
1768         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1769
1770 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1771
1772         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1773
1774 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1775
1776         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1777         gnus-article-button-face to MIME and security buttons.
1778
1779 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1780
1781         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1782         readable.
1783
1784 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1787
1788 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1789
1790         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1791         `browse-url-of-file' instead of `browse-url'.
1792
1793 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1794
1795         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1796         regexp.  Articles containing quotation were cut prematurely.
1797
1798 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * message.el (message-cite-original-1): Use nobody by default for the
1801         value of From header.
1802         (message-reply): Ditto.
1803
1804 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1805
1806         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1807         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1808         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1809
1810 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1813         mails in the doc string.  Add some URLs in comment.
1814         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1815
1816 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1819         backslashes handling and the way to find boundaries of quoted strings.
1820
1821 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1822
1823         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1824         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1825         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1826         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1827
1828 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1831         doc string.
1832         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1833
1834 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * lpath.el: Fbind epg-check-configuration.
1837
1838 2006-09-06  Simon Josefsson  <jas@extundo.com>
1839
1840         * mml2015.el (mml2015-use): Doc fix, mention epg.
1841
1842 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1843
1844         * mml2015.el (mml2015-use): Default to epg, if available.
1845
1846 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1847
1848         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1849         message-sender.
1850         (mml1991-epg-encrypt): Ditto.
1851         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1852         message-sender.
1853         (mml2015-epg-encrypt): Ditto.
1854
1855 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1856
1857         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1858         several common directories.
1859
1860 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1861
1862         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1863         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1864
1865 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1866
1867         * gnus-art.el (article-decode-encoded-words): Make it fast.
1868
1869 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1872
1873         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1874         in quoted string into `\'.
1875
1876 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1879         Use standard-syntax-table.
1880
1881 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * gnus-art.el (gnus-decode-address-function): New variable.
1884         (article-decode-encoded-words): Use it to decode headers which are
1885         assumed to contain addresses.
1886         (gnus-mime-delete-part): Remove useless `or'.
1887
1888         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1889         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1890         (gnus-nov-parse-line): Use it to decode From header.
1891         (gnus-get-newsgroup-headers): Ditto.
1892         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1893
1894         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1895         (mail-decode-encoded-address-string): New alias.
1896
1897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1898         New function.
1899         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1900         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1901         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1902         (rfc2047-decode-string): Ditto.
1903         (rfc2047-decode-address-region): New function.
1904         (rfc2047-decode-address-string): New function.
1905
1906 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1907
1908         * message.el (message-caesar-buffer-body): Allow rotating headers.
1909
1910         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1911
1912         * message.el (message-insert-formated-citation-line): Fix %f.
1913         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1914
1915 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1918         (gnus-bookmark-mouse-available-p): New macro.
1919         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1920         (gnus-bookmark-bmenu-show-infos): Use it.
1921         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1922         (gnus-bookmark-bmenu-hide-infos): Ditto.
1923         (gnus-bookmark-remove-properties): New function.
1924         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1925         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1926         (gnus-bookmark-write-file): Bind coding-system-for-write.
1927         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1928         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1929         group before selecting it.
1930         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1931         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1932         quit-window if it is not available; use gnus-mouse-2 and bind it to
1933         gnus-bookmark-bmenu-select-by-mouse.
1934         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1935         (gnus-bookmark-bmenu-select-by-mouse): New function.
1936
1937 2006-08-13  Romain Francoise  <romain@orebokech.com>
1938
1939         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1940         space.
1941
1942 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * compface.el (uncompface): Use binary rather than raw-text-unix.
1945
1946 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * compface.el (uncompface): Make sure the eol conversion doesn't take
1949         place when communicating with the external programs.  Reported by
1950         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1951
1952 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1955
1956 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1957
1958         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1959         Make it more robust by parsing author and date independently.
1960
1961 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1964
1965 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1966
1967         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1968         first matching secret key.
1969         (mml2015-epg-encrypt): Ditto.
1970
1971         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1972         first matching secret key.
1973         (mml1991-epg-encrypt): Ditto.
1974
1975         * mml2015.el (mml2015-encrypt-to-self): New user option.
1976         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1977         mml2015-epg-encrypt-to-self is set.
1978
1979         * mml1991.el (mml1991-encrypt-to-self): New variable.
1980         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1981         mml1991-epg-encrypt-to-self is set.
1982
1983         * mml2015.el (mml2015-signers): New user option.
1984         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1985         (mml2015-epg-encrypt): Allow to select signing keys.
1986
1987         * mml1991.el (mml1991-signers): New variable.
1988         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1989         (mml1991-epg-encrypt): Allow to select signing keys.
1990
1991 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * nnheader.el (nnheader-insert-head): Make it work even if the file
1994         uses CRLF for the line-break code.
1995
1996 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1997
1998         * mml2015.el: Require mml-sec instead of password.
1999         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2000         (mml2015-cache-passphrase): Inherit the default value from
2001         mml-secure-cache-passphrase.
2002         (mml2015-passphrase-cache-expiry): Inherit the default value from
2003         mml-secure-passphrase-cache-expiry.
2004
2005         * mml1991.el: Require mml-sec instead of password.
2006         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2007         (mml1991-cache-passphrase): Inherit the default value from
2008         mml-secure-cache-passphrase.
2009         (mml1991-passphrase-cache-expiry): Inherit the default value from
2010         mml-secure-passphrase-cache-expiry.
2011
2012         * mml-sec.el: Require password.
2013         (mml-secure-verbose): New user option.
2014         (mml-secure-cache-passphrase): New user option.
2015         (mml-secure-passphrase-cache-expiry): New user option.
2016
2017 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2018
2019         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2020         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2021         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2022
2023         FIXME: Use `tiny change'?
2024
2025 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2026
2027         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2028         workaround for the url package included with Emacs.
2029
2030         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2031
2032 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2035         correctly.  This fixes a bug caused by the 2006-05-12 change.
2036
2037 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2038
2039         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2040         some information about the error when saying that the `bogus' mail
2041         group will be used.
2042
2043 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2044
2045         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2046         string.
2047
2048 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2049
2050         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2051
2052 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2053
2054         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2055
2056 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2057
2058         * mml1991.el (mml1991-function-alist): Add epg.
2059         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2060         (mml1991-epg-encrypt): New functions.
2061
2062 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2063
2064         * mml2015.el (mml2015-verbose): New variable.
2065         (mml2015-cache-passphrase): Ditto.
2066         (mml2015-passphrase-cache-expiry): Ditto.
2067         (mml2015-function-alist): Add epg.
2068         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2069         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2070         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2071         functions.
2072
2073 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2074
2075         * message.el (message-cite-original-1): Preserve region when removing
2076         quoted text due to X-No-Archive in order to avoid bogus attribution
2077         when citing multiple messages.
2078
2079 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2080
2081         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2082         Kenneth Jacker <khj@be.cs.appstate.edu>.
2083
2084 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2085
2086         * gnus-diary.el (gnus-user-format-function-d)
2087         (gnus-user-format-function-D): Autoload.
2088
2089         * imap.el (Commentary): Fix typo.
2090
2091         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2092         2006-04-22 contribution.
2093
2094 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2095
2096         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2097         It didn't really fix the bogosity I'm seeing with solid web groups.
2098
2099 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2100
2101         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2102         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2103         created using server names.  If we use the feature without declaring
2104         it, Gnus does not properly manage server and group state.
2105
2106         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2107         bound.
2108
2109 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2110
2111         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2112         looking up the method using GROUP's prefix before inventing a new one.
2113         It is used on killed/unknown groups in various places where returning
2114         an all-new method isn't expected by the caller.
2115
2116         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2117         and match semantics of gnus-group-real-prefix.
2118
2119 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2120
2121         * nnmail.el (nnmail-broken-references-mailers): New variable.
2122         (nnmail-ignore-broken-references): New function generalizing
2123         nnmail-fix-eudora-headers.
2124         (nnmail-fix-eudora-headers): Now obsolete.
2125
2126         * gnus-art.el (gnus-button-handle-custom): Support
2127         `customize-apropos*'.
2128
2129 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2132
2133         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2134         articles.
2135
2136 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2137
2138         * message.el (message-cite-reply-above): New variable.
2139         (message-yank-original): Use it.
2140
2141 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2144
2145 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2146
2147         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2148         as read.
2149
2150         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2151
2152 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2153
2154         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2155         (gnus-bookmark-default-file): Use gnus-directory.
2156         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2157         Remove "*" in doc string.
2158         (gnus-bookmark-write-file): Simplify.
2159         (gnus-bookmark-maybe-sort-alist): Use `when'.
2160         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2161         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2162         FIXME about Emacs 21 and XEmacs compatibility.
2163         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2164         compatibility.
2165         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2166         compatibility.
2167         (gnus-bookmark-menu-heading): Fix version.
2168
2169 2006-06-19  Bastien Guerry  <bzg@altern.org>
2170
2171         * gnus-bookmark.el: New file.
2172
2173 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * message.el (message-syntax-checks): Doc fix.
2176
2177 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2178
2179         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2180         unsubscribed groups as if they were killed ones.  It causes duplicate
2181         entries in gnus-newsrc-alist.
2182
2183 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * message.el (message-syntax-checks): Doc fix.
2186         (message-send-mail): Add check for continuation headers.
2187         (message-check-news-header-syntax): Fix regexp used to check for
2188         continuation headers.
2189
2190 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2193
2194 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2195
2196         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2197
2198 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2201         default-truncate-lines.
2202
2203 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2206         to fill the utf-8 entry.
2207
2208         * lpath.el: Fbind unicode-precedence-list.
2209
2210 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2211
2212         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2213
2214 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2215
2216         * gnus-agent.el (directory-files-and-attributes): Move all the way
2217         forward (the third and final move).
2218         (gnus-agent-read-agentview): Trap reconstruction errors due to
2219         nonexistant directory.  Handle by returning nil.
2220
2221 2006-05-30  Didier Verna  <didier@xemacs.org>
2222
2223         * message.el (message-dont-reply-to-names): Update the custom type.
2224         * message.el (message-dont-reply-to-names): New defsubst: potentially
2225         convert a list of regexps into a single one.
2226         * message.el (message-get-reply-headers): Use it.
2227         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2228
2229 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-agent.el (directory-files-and-attributes): Move forward.
2232
2233 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2234
2235         * gnus-ml.el (gnus-mailing-list-subscribe)
2236         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2237         (gnus-mailing-list-message): Fix doc strings.
2238
2239 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2240
2241         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2242         of doing it manually.
2243
2244 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2245
2246         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2247         comment.
2248
2249 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2250
2251         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2252         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2253         (gnus-agent-read-local): All symbols allocated in my-obarray
2254         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2255         (gnus-agent-regenerate-group): Check numeric names to see if they are
2256         messages or groups.
2257         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2258         better way of do this...)
2259
2260         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2261         'dummy.group' (there should be a better way of do this...)
2262
2263 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2266         (gnus-saved-headers): Ditto.
2267         (gnus-default-article-saver): Mention functions may have properties.
2268         (gnus-article-save): Override gnus-save-all-headers and
2269         gnus-saved-headers by :headers property which saver function may have.
2270         (gnus-summary-save-in-file): Add :headers property.
2271         (gnus-summary-write-to-file): Ditto.
2272
2273         * gnus-sum.el (gnus-summary-save-article): Bind
2274         gnus-prompt-before-saving to t when saving many articles in a file;
2275         always show all headers.
2276
2277         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2278
2279 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2282         marks.
2283
2284         * message.el (message-indent-citation): Add optional arguments to allow
2285         using it outside of message buffers.
2286
2287         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2288         (gnus-article-treat-unfold-headers): Use it.
2289         (gnus-article-truncate-lines): New variable.
2290         (gnus-article-mode): Use it.
2291         (gnus-article-toggle-truncate-lines): New function.
2292
2293         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2294         gnus-article-toggle-truncate-lines.
2295
2296         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2297         coding system in XEmacs, use binary.
2298
2299 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2302         after-load-alist.
2303
2304         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2305         this function should save decoded articles.
2306         (gnus-summary-write-to-file): Use property to specify this function
2307         should save decoded articles and specify gnus-summary-save-in-file
2308         should be used to save articles other than the first one when saving
2309         many articles.
2310         (gnus-summary-save-body-in-file): Use property to specify this
2311         function should save decoded articles.
2312         (gnus-summary-write-body-to-file): Use property to specify this
2313         function should save decoded articles and specify
2314         gnus-summary-save-body-in-file should be used to save articles other
2315         than the first one when saving many articles.
2316
2317         * gnus-sum.el (gnus-summary-save-article): Simplify.
2318
2319 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-art.el (gnus-default-article-saver): Add
2322         gnus-summary-write-body-to-file.
2323         (gnus-article-save-coding-system): Don't use coding system object
2324         in XEmacs.
2325         (gnus-read-save-file-name): Add optional `dir-var' argument which
2326         specifies directory in which files are saved; work even if optional
2327         `variable' argument is not specified.
2328         (gnus-summary-write-to-file): Read file name.
2329         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2330         (gnus-summary-write-body-to-file): New function.
2331
2332         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2333         (gnus-summary-local-variables): Add it.
2334         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2335         (gnus-summary-save-article): Remove optional `decode' argument;
2336         determine whether to decode articles by the value of
2337         gnus-default-article-saver; when saving many files using
2338         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2339         it first and use gnus-summary-save-in-file or
2340         gnus-summary-save-body-in-file thereafter unless
2341         gnus-prompt-before-saving is always; move point to article which
2342         will be saved.
2343         (gnus-summary-save-article-file): Revert.
2344         (gnus-summary-write-article-file): Revert.
2345         (gnus-summary-save-article-body-file): Revert.
2346         (gnus-summary-write-article-body-file): New function.
2347
2348 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus-art.el (gnus-default-article-saver): Doc fix.
2351         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2352         from gnus-summary-save-article-coding-system, and default to a
2353         certain coding system.
2354         (gnus-output-to-file): Add coding cookie and encode text according
2355         to gnus-article-save-coding-system; don't use mm-append-to-file.
2356
2357         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2358         gnus-art.el and rename to gnus-article-save-coding-system.
2359         (gnus-summary-save-article): Require gnus-art; don't show all
2360         headers if it decodes articles; don't add coding cookie here;
2361         don't bind mm-text-coding-system-for-write.
2362         (gnus-summary-save-article-file): Save decoded articles.
2363         (gnus-summary-write-article-file): When saving many files, use
2364         gnus-summary-write-to-file first and gnus-summary-save-in-file
2365         thereafter unless gnus-prompt-before-saving is always.
2366         (gnus-summary-save-article-body-file): Save decoded articles.
2367
2368         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2369
2370 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2371
2372         * nnrss.el (nnrss-check-group): Bind hash-index.
2373
2374 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2375
2376         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2377         its hash index.  Store this hash in `nnrss-group-data'.
2378         (nnrss-read-group-data): Update accordingly.
2379
2380 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2381
2382         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2383         entry.
2384
2385         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2386         gnus-article-browse-html-article.
2387
2388 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2389
2390         * gnus-sum.el (gnus-summary-mime-map): Add
2391         gnus-article-browse-html-article.
2392
2393         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2394
2395 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2396
2397         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2398         suitable coding systems in customize.
2399
2400 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2401
2402         * mail-source.el (mail-sources): Fix custom type.
2403
2404 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2407         (gnus-summary-expire-articles-now): Shorten prompt.
2408
2409         * gmm-utils.el (wid-edit): Require.
2410         (defun-gmm): Renamed from `gmm-defun-compat'.
2411         (gmm-image-search-load-path): Use it.
2412         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2413
2414 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2417         variable.
2418         (gnus-summary-save-article): Add optional `decode' argument.  If
2419         it is set and gnus-summary-save-article-coding-system is non-nil,
2420         save decoded article.
2421         (gnus-summary-write-article-file): Save decoded article if
2422         gnus-summary-save-article-coding-system is non-nil.
2423
2424         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2425         type.
2426
2427 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2430
2431 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2434         first to test gnus-single-article-buffer which may be buffer-local.
2435
2436         * gnus-sum.el (gnus-summary-setup-buffer): Make
2437         gnus-single-article-buffer buffer-local and nil in ephemeral
2438         group; make gnus-article-buffer, gnus-article-current, and
2439         gnus-original-article-buffer always buffer-local.
2440         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2441         group.
2442         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2443
2444 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2445
2446         * nnml.el (nnml-request-compact-group): Compressed files might not
2447         have .gz extension.
2448
2449 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2450
2451         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2452         (mm-copy-to-buffer): Use with-current-buffer.
2453         (mm-display-part): Simplify.
2454         (mm-inlinable-p): Add optional arg `type'.
2455
2456 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2459         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2460         Try harder to show the attachment internally or externally using
2461         gnus-mime-view-part-as-type.
2462
2463 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2464
2465         * message.el (message-from-style, message-signature-separator)
2466         (message-user-organization-file, message-send-mail-function)
2467         (message-citation-line-function, message-yank-prefix)
2468         (message-indent-citation-function, message-signature)
2469         (message-signature-file, message-signature-insert-empty-line):
2470         Remove autoloads.
2471
2472         * gnus-art.el (gnus-buttonized-mime-types): Remove
2473         "multipart/signed".  Revert 2006-04-26 change.
2474
2475 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus.el (gnus-version-number): Bump version.
2478
2479 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2480
2481         * gnus.el: No Gnus v0.5 is released.
2482
2483 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2484
2485         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2486         fetching articles by message-id.
2487
2488 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * message.el (hashcash): Require hashcash as normal.
2491
2492         * ecomplete.el (ecomplete-highlight-match-line): Use
2493         point-at-eol.
2494         (ecomplete-highlight-match-line): Use `highlight', because that
2495         face exists in both Emacs and XEmacs.
2496
2497         * message.el (message-display-abbrev): Use point-at-bol.
2498
2499         * mail-source.el: Don't require timer/timer-funcs.
2500
2501         * gnus-async.el: Ditto.
2502
2503         * password.el: Ditto.
2504
2505         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2506
2507         * mm-url.el: Ditto.
2508
2509         * gnus-xmas.el: Don't require timer-funcs.
2510
2511         * mm-util.el: Require timer/timer-funcs.
2512
2513 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2514
2515         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2516         Close.
2517
2518 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2521         unibyte after clear-decrypt function runs.
2522
2523         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2524         returns as a unibyte string.
2525
2526 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * lpath.el: Revert.
2529
2530         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2531         (pgg-gpg-process-sentinel): Revert.
2532
2533         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2534         (pgg-pgp-lookup-key): Revert.
2535
2536         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2537         (pgg-pgp5-lookup-key): Revert.
2538
2539         * pgg.el (pgg-fetch-key): Revert.
2540
2541 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * lpath.el: Fbind string-as-multibyte for XEmacs.
2544
2545         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2546         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2547         (mml1991-pgg-encrypt): Ditto.
2548
2549         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2550         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2551         a multibyte buffer.
2552
2553         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2554         (pgg-pgp-lookup-key): Ditto.
2555
2556         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2557         (pgg-pgp5-lookup-key): Ditto.
2558
2559         * pgg.el (pgg-fetch-key): Ditto.
2560
2561 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * message.el (message-user-organization-file): Check several
2564         locations of the organization file.
2565
2566         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2567         Add gnus-article-view-part-as-type.
2568
2569         * gnus-art.el (gnus-article-view-part-as-type): New function.
2570
2571         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2572         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2573
2574         * mml.el: Simplify autoload.
2575         (mml-mode): defvar dnd-protocol-alist instead of using
2576         symbol-value.
2577         (mml-default-directory): New variable.
2578         (mml-minibuffer-read-file): Use it.
2579         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2580
2581         * message.el (message-citation-line-format): New variable.
2582         (message-insert-formated-citation-line): New function.
2583         (message-citation-line-function): Add
2584         `message-insert-formated-citation-line' to custom type.
2585
2586         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2587         to doc string.
2588
2589         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2590         depending on mm-verify-option.
2591
2592 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2595         binding pgg-* variables; reimplement the section which prevents
2596         MIME header from being signed.
2597         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2598         pgg-text-mode; remove a blank line at the top of body.
2599
2600         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2601         lines at the top of body; use gnus-newsgroup-charset if there's no
2602         Charset header.
2603
2604 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * message.el (message-self-insert-commands): Doc fix.
2607
2608         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2609         (mm-uu-pgp-encrypted-test): Ditto.
2610         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2611         between header and body; return application/pgp-encrypted handle
2612         if decryption failed; decode decrypted body by charset.
2613
2614         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2615         element match to application/pgp-*.
2616
2617 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2618
2619         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2620         HTML.
2621
2622 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * mail-source.el (mail-source-call-script): Message the error
2625         string.
2626
2627 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628
2629         * gnus-util.el (gnus-byte-compile): Use it.
2630
2631 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2632
2633         * gnus-util.el (kill-empty-logs): New function.
2634
2635 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * message.el (message-mail-alias-type): Doc fix.
2638         (message-mail-alias-type-p): New function.
2639         (message-send): Use it.
2640         (message-mode): Ditto.
2641         (message-strip-forbidden-properties): Ditto.
2642
2643         * ecomplete.el (ecomplete-database-file-coding-system): New
2644         variable.
2645         (ecomplete-save): Use it.
2646         (ecomplete-setup): Use it.
2647
2648 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * message.el (message-self-insert-commands): New variable.
2651         (message-strip-forbidden-properties): Use it.
2652
2653 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2656         that doesn't make XEmacs choke.
2657
2658 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2659
2660         * gnus-util.el (gnus-replace-in-string):
2661         Prefer replace-regexp-in-string over of replace-in-string.
2662
2663 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-util.el (gnus-select-frame-set-input-focus):
2666         Use select-frame-set-input-focus if it is available in XEmacs; use
2667         definition defined in Emacs 22 for old Emacsen.
2668
2669         * dgnushack.el: Autoload unmorse-region for XEmacs.
2670
2671         * lpath.el: Bind cursor-in-non-selected-windows and
2672         select-frame-set-input-focus for XEmacs.
2673
2674 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2677
2678 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-registry.el (gnus-registry-cache-save): Remove text
2681         properties when saving via the temp buffer.
2682
2683 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2684
2685         * message.el (message-generate-hashcash): Honor custom type.
2686
2687 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * message.el (message-generate-hashcash): Default to non-nil when
2690         hashcash is found.
2691
2692         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2693         (gnus-refer-thread-limit): Increase default to 500.
2694
2695         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2696
2697         * flow-fill.el (fill-flowed): Allow delete-space.
2698
2699 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2700
2701         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2702         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2703         Remove autoloads.
2704
2705 2006-04-18  Simon Josefsson  <jas@extundo.com>
2706
2707         * message.el (message-generate-hashcash): Default to.
2708
2709 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2712         concatenating segments rather than before concatenating them.
2713
2714 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2715
2716         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2717
2718 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2721
2722         * message.el (message-forward-make-body-plain): Allow
2723         message-forward-ignored-headers to be a list.
2724         (message-remove-ignored-headers): Factor out into function.
2725         (message-forward-make-body-mml): Use it.
2726
2727         * imap.el (imap-quote-specials): New function.
2728         (imap-login-auth): Quote specials.
2729
2730         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2731         (rfc2231-parse-string): Allow concatanation of parameters that
2732         aren't contiguous.  The test case is
2733           (mail-header-parse-content-type "message/external-body;
2734             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2735             access-type=LOCAL-FILE;
2736             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2737
2738 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * nntp.el (nntp-accept-process-output): Return the value of
2741         `nnheader-accept-process-output'.
2742
2743 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2746         (gnus-button-alist): Recognize more diff formats.
2747         (gnus-button-patch): Strip directory.
2748
2749 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2750
2751         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2752         Emacs 22 when setting focus.
2753
2754 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * gnus-art.el (gnus-article-treat-types): Do treatment of
2757         text/x-verbatim parts.
2758         (gnus-button-patch): New command.
2759
2760         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2761         addresses that contain invalid characters.
2762
2763 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * message.el (message-put-addresses-in-ecomplete): Use
2766         gnus-replace-in-string.
2767         (message-is-yours-p): Use the more correct
2768         mail-header-parse-address instead of
2769         mail-extract-address-components.
2770         (message-put-addresses-in-ecomplete): Fix typo.
2771
2772         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2773         keystroke.
2774
2775         * gnus-art.el (gnus-treatment-function-alist): Change order of
2776         newsgroups/generic header folding to avoid double-folding.
2777
2778         * message.el (message-hidden-headers): Add X-Draft-From.
2779
2780         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2781         command.
2782         (gnus-summary-repeat-search-article-backward): New command.
2783
2784         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2785         groups in the parent topic.
2786
2787 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2788
2789         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2790         (spam-extra-header-to-number): Return the CRM114 number as a
2791         number instead of a string.
2792
2793 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * gnus-art.el (gnus-face-properties-alist): Moved here from
2796         gnus-fun.
2797
2798         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2799
2800 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * message.el (message-strip-forbidden-properties): Only display on
2803         self-insert-command.
2804
2805         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2806         reindent.
2807         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2808
2809 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2810
2811         * smiley.el (smiley-style): Fix typo.
2812
2813 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * hashcash.el (hashcash-insert-payment-async-2): Use
2816         message-goto-eoh instead of doing it manually.
2817         (mail-add-payment): Use message-narrow-to-header instead of trying
2818         to do the same itself.
2819
2820         * message.el (message-hidden-headers): Add Face.
2821
2822         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2823         reparenting code.
2824         (gnus-summary-reparent-children): Refactored out code.
2825         (gnus-summary-thread-map): New keystroke.
2826         (gnus-summary-reparent-children): Make into command.
2827
2828         * smiley.el (smiley-style): Default to `medium' if using a large
2829         font.
2830
2831         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2832         does it itself.
2833
2834         * message.el (message-point-in-header-p): Simplify definition.
2835
2836 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nnagent.el (nnagent-request-set-mark): Silence log file
2839         writing.
2840         (nnagent-request-set-mark): Use write-region instead of
2841         append-to-file.
2842
2843         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2844         strange select method.
2845
2846         * ecomplete.el (ecomplete-display-matches): Get highlightling
2847         right.
2848         (ecomplete-display-matches): Use literals.
2849         (ecomplete-display-matches): Disable message logging.
2850
2851         * message.el (message-display-abbrev): Small optimization.
2852
2853         * ecomplete.el (ecomplete-display-matches): Allow automatic
2854         display.
2855
2856         * message.el (message-strip-forbidden-properties): Display
2857         abbrevs.
2858         (message-display-abbrev): Get automatic display right.
2859
2860         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2861         keystrokes.
2862
2863 2006-04-13  Romain Francoise  <romain@orebokech.com>
2864
2865         TODO: Backport to v5-10!
2866
2867         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2868         Moved here (and renamed) from gnus-registry.el.
2869
2870         * gnus-registry.el: Require gnus-util.
2871         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2872
2873 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-group.el (gnus-group-catchup-current): Change
2876         if-then-else-if-then-else into cond.
2877         (gnus-group-catchup): Indent.
2878         (group-name-at-point): New function.
2879         (gnus-fetch-group): Provide default from thing at point.
2880
2881 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882
2883         * message.el (message-display-abbrev): Fix regexp.
2884
2885         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2886         choosing.
2887         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2888         dead variables.
2889
2890         * message.el (message-newline-and-indent): Remove debugging.
2891         (message-display-abbrev): Use new implementation.
2892
2893 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * gnus-art.el (gnus-article-mode): Set
2896         cursor-in-non-selected-windows to nil.
2897
2898         * smiley.el: Revert previous change.
2899         (smiley-data-directory): defvar it before using it in the
2900         defcustom of `smiley-style'.
2901
2902 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * message.el (message-newline-and-indent): New function.
2905
2906         * ecomplete.el: Implement more bits.
2907
2908         * message.el (message-put-addresses-in-ecomplete): Clean up the
2909         string.
2910
2911         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2912
2913         * gnus-sum.el (gnus-summary-save-parts): Bind
2914         gnus-summary-save-parts-counter and use it to make unique file
2915         names.
2916
2917         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2918
2919         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2920         parameter to say whether to actually parse the individual
2921         addresses.
2922
2923         * message.el (message-put-addresses-in-ecomplete): New function.
2924         (ecomplete): Require.
2925         (message-mail-alias-type): Add ecomplete as an option.
2926
2927 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2928
2929         * flow-fill.el (fill-flowed): Remove trailing space from blank
2930         quoted lines.
2931
2932 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * smiley.el (smiley-style): Move definition later to avoid a
2935         compilation warning.
2936
2937 2006-04-12  Kenichi Handa  <handa@m17n.org>
2938
2939         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2940         buffer and then decode the buffer text if necessary.
2941         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2942         first, and after mm-encode-body, change the buffer to unibyte.
2943         Use mm-disable-multibyte instead of set-buffer-multibyte.
2944
2945 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2948         Content-Type header instead of Content-Disposition header.
2949         (gnus-mime-inline-part): Ditto.
2950         (gnus-mime-view-part-as-charset): Ignore charset that the part
2951         specifies.
2952
2953         * mm-decode.el (mm-display-part): Work with external parts and
2954         usual parts similarly.
2955
2956         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2957         instead of gnus-display-mime.
2958
2959         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2960         instead of with-temp-buffer.
2961
2962         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2963         tag to summarized topics part in order to encode non-ASCII text.
2964
2965 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * smiley.el (smiley-style): New variable.
2968         (smiley-directory): New function.
2969         (smiley-data-directory): Derive from `smiley-style' using
2970         `smiley-directory'.
2971         (smiley-regexp-alist): Add new entries.
2972
2973         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2974         (gnus-article-browse-delete-temp): Add :version.
2975
2976 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2977
2978         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2979         the sieve region.
2980
2981 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus.el (gnus-version-number): Bump version.
2984
2985 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * gnus.el: No Gnus v0.4 is released.
2988
2989 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2992         layout.
2993
2994         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2995         unknown charset.
2996
2997         * message.el (message-header-synonyms): Add Original-To to the
2998         default.
2999
3000         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3001         optional parameter.
3002
3003 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * gnus-fun.el (gnus): Require it for gnus-directory.
3006
3007 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3010
3011 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3012
3013         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3014
3015 2006-04-05  Simon Josefsson  <jas@extundo.com>
3016
3017         * password.el (password-reset): New function.
3018
3019 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3020
3021         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3022         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3023
3024 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3025
3026         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3027         Some whitespace was matched into the url, which broke browsing hits
3028         > 100 when mm-url-use-external was nil.
3029
3030 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3033         gnus-extra-headers for 'Newsgroups.
3034
3035         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3036         bound.
3037
3038 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3039
3040         * pgg-gpg.el: Clean up process buffers every time gpg processes
3041         complete.
3042
3043 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3044
3045         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3046         doc string.
3047
3048 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3049
3050         * pgg-gpg.el (pgg-gpg-process-filter)
3051         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3052
3053         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3054         lines, temporary fix.
3055
3056 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3057
3058         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3059
3060 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3061
3062         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3063         default-enable-multibyte-characters.  This reverts the change from
3064         revision 6.17 which is no longer necessary because the passphrase
3065         is sent separately now.  GnuPG messages are unreadable under
3066         multibyte locales with default-enable-multibyte-characters set to
3067         nil.
3068
3069 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3070
3071         * message.el (message-tool-bar-gnome): Move "spell".
3072
3073 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3074
3075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3076         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3077         instead.
3078
3079 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3080
3081         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3082         newsgroups handling for NNTP overviews which don't include
3083         Newsgroups.
3084
3085 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3086
3087         * message.el (message-resend): Bind message-generate-hashcash to nil.
3088
3089 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3090
3091         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3092         when searching for already-paid recipients.
3093
3094 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3097         passphrases when it is not needed.
3098         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3099         passphrase stuff from gpg, should only be necessary when you use
3100         gpg with a smartcard.
3101
3102 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * mml.el (mml-insert-mime): Ignore cached contents of
3105         message/external-body part.
3106
3107         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3108         (mm-insert-part): Ditto.
3109
3110 2006-03-23  Simon Josefsson  <jas@extundo.com>
3111
3112         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3113         Reiner.
3114         (pgg-gpg-use-agent-p): Use it again.
3115
3116 2006-03-23  Simon Josefsson  <jas@extundo.com>
3117
3118         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3119         older emacsen.
3120         (pgg-gpg-use-agent-p): Don't use it.
3121
3122 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3123
3124         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3125         if we can.
3126
3127 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3128
3129         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3130         (pgg-gpg-update-agent): New function.
3131         (pgg-gpg-use-agent-p): New function.
3132         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3133         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3134         (pgg-gpg-sign-region): Use it.
3135
3136 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3137
3138         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3139         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3140
3141 2006-03-21  Simon Josefsson  <jas@extundo.com>
3142
3143         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3144         <wilde@sha-bang.de>.
3145         (pgg-gpg-use-agent): New variable.
3146         (pgg-gpg-process-region): Use it.
3147         (pgg-gpg-encrypt-region): Likewise.
3148         (pgg-gpg-encrypt-symmetric-region): Likewise.
3149         (pgg-gpg-decrypt-region): Likewise.
3150         (pgg-gpg-sign-region): Likewise.
3151         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3152
3153 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3154
3155         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3156
3157         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3158         Add comment on version.
3159
3160 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * smiley.el: Add missing test smiley.
3163
3164 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * mm-decode.el (mm-with-part): New macro.
3167         (mm-get-part): Use it; work with message/external-body as well.
3168         (mm-save-part): Treat name and filename equally.
3169
3170         * mm-extern.el (mm-extern-cache-contents): New function.
3171         (mm-inline-external-body): Use it; force the part to be displayed;
3172         move undisplayer added to the cached handle to the parent.
3173
3174         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3175         (gnus-mime-view-part-as-type): Work with message/external-body.
3176
3177         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3178
3179 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3180
3181         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3182         images in image-load-path.  [Sync with image.el, revision 1.60, in
3183         Emacs.]
3184
3185 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3186
3187         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3188         path rather than symbol.  Always return list of directories.
3189         Guarantee that image directory comes first.  [Sync with image.el,
3190         revision 1.59, in Emacs.]
3191
3192         * message.el (message-make-tool-bar): Adjust to new API of
3193         `gmm-image-load-path-for-library'.
3194
3195         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3196
3197         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3198
3199 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3200
3201         * gnus-art.el (gnus-article-only-boring-p):
3202         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3203         intangible text.
3204         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3205
3206 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3209         `defun' instead of `gmm-defun-compat'.
3210
3211 2006-03-14  Simon Josefsson  <jas@extundo.com>
3212
3213         * message.el (message-unique-id): Don't use message-number-base36
3214         if (user-uid) is a float.
3215         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3216
3217 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3220
3221         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3222         empty line between a part and a message part.
3223
3224 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3225
3226         * smiley.el: Add more test smileys.
3227         (smiley-data-directory, smiley-regexp-alist)
3228         (gnus-smiley-file-types): Fix doc strings.
3229         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3230         adding new elements.
3231         (smiley-mouse-map): Unused code.  Make it a comment.
3232
3233 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3236         scan latest NoCeM messages instead of old ones.
3237         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3238         delimiters that are recently used.
3239         (gnus-nocem-load-cache): Add autoload cookie.
3240
3241         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3242
3243         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3244         level which is larger than gnus-use-nocem is specified.
3245
3246         * gnus-group.el (gnus-group-get-new-news): Ditto.
3247
3248 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * gnus-util.el (gnus-tool-bar-update): New function.
3251
3252         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3253         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3254
3255         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3256
3257         * gnus-group.el (gnus-group-redraw-when-idle)
3258         (gnus-group-redraw-check): Remove.
3259         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3260
3261 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3262
3263         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3264         if optional last element is specified in splits (FIELD VALUE...).
3265
3266 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3267
3268         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3269         to gmm-image-load-path-for-library.  Call with no-error argument.
3270         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3271
3272         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3273
3274         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3275
3276         * gmm-utils.el (gmm-image-load-path): Remove alias.
3277
3278 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * gmm-utils.el (gmm-image-load-path): Add alias.
3281
3282         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3283         nnml-generate-nov-databases-1.
3284         (nnml-generate-nov-databases): Use it.
3285         (nnml-generate-nov-databases-directory): Document no-active
3286         argument.
3287
3288         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3289         directory if path is t.  Add no-error.
3290
3291         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3292         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3293
3294         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3295         resetting gnus-article-browse-html-temp-list.
3296
3297         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3298         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3299         Add example to docstring.  Rename local variables.  Move error
3300         checks to default case in cond and simplify.
3301
3302 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3305         handle is multipart when calling it recursively.
3306         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3307
3308 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3309
3310         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3311         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3312
3313 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3316         is loaded.
3317
3318         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3319         loaded.
3320
3321 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3322
3323         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3324         to "Emacs 23 (unicode)" in doc string.
3325
3326         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3327         "Emacs 23 (unicode)" in comment.
3328
3329 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3332
3333         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3334         characters 160 through 255 in Emacs 23.
3335
3336 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3337
3338         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3339         gnus-article-browse-html-temp.
3340         (gnus-article-browse-delete-temp): Make it customizable.  Add
3341         `file'.  Adjust doc string.
3342         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3343         query for each file.  Adjust doc string.
3344         (gnus-article-browse-html-parts): Add
3345         `gnus-article-browse-delete-temp-files' to
3346         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3347
3348 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3349
3350         * gnus-art.el (gnus-article-browse-html-temp)
3351         (gnus-article-browse-delete-temp): New variables.
3352         (gnus-article-browse-delete-temp-files): New function.
3353         (gnus-article-browse-html-parts): Use it.
3354
3355 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3358
3359         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3360         string.
3361
3362         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3363         gnus-summary-insert-new-articles when unplugged.  Remove
3364         gnus-summary-search-article-forward.
3365
3366         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3367         display-visual-class instead of display-color-cells.
3368
3369 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * dgnushack.el: Autoload customize-group for XEmacs.
3372
3373         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3374         message/* containing non-ASCII text properly.
3375
3376 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3377
3378         * message.el: Require gmm-utils, remove autoloads.
3379         (message-tool-bar): Set default based on
3380         gmm-tool-bar-style.
3381         (message-tool-bar-gnome): Add gmm-customize-mode.
3382
3383         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3384         gmm-tool-bar-style.
3385         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3386
3387         * gnus-group.el (gnus-group-tool-bar): Set default based on
3388         gmm-tool-bar-style.
3389         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3390
3391         * gmm-utils.el (gmm-image-directory): Rename variable from
3392         gmm-image-load-path.
3393         (gmm-image-load-path): Use gmm-image-directory.
3394         (gmm-customize-mode): New function.
3395         (gmm-tool-bar-style): New variable.
3396
3397         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3398         gnus-group-redraw-line-number.
3399         (gnus-group-redraw-check): Simplify.
3400         (gnus-group-tool-bar-update): Remove redraw check.
3401         (gnus-group-make-tool-bar): Add redraw check.
3402
3403 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3404
3405         * gnus-art.el (gnus-button): Add missing parentheses.
3406
3407 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * lpath.el: Fbind line-number-at-pos.
3410
3411 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3414
3415 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3416
3417         * gnus-art.el (gnus-button): New face.
3418         (gnus-article-button-face): Use it.
3419
3420         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3421         gnus-summary-next-page.  Re-order.
3422
3423         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3424         next-node are now included.
3425         (gnus-group-redraw-line-number): New internal variable.
3426         (gnus-group-redraw-check): Helper function for updating the tool
3427         bar.
3428         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3429
3430         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3431
3432         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3433         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3434         Use it to match format of Spamassassin 3.0 and later.  Reported by
3435         IRIE Tetsuya <irie@t.email.ne.jp>.
3436         (spam-check-bogofilter)
3437         (spam-bogofilter-register-with-bogofilter): Fix args of
3438         `gnus-error' calls.
3439
3440 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3441
3442         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3443         unnecessary interaction when sending queued mails.  Reported by
3444         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3445
3446 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3449         first or last are nil.
3450
3451 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3452
3453         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3454
3455 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3458
3459 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3460
3461         * dns.el (query-dns): Protect more against buggy tcp output.
3462
3463 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3464
3465         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3466         nov.php.
3467
3468 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3469
3470         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3471         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3472         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3473         output on the server side.
3474         (nnweb-google-create-mapping): Update regexps and add some
3475         progress indication.
3476
3477 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3480         gnus-agent-toggle-plugged.  Re-order icons.
3481         (gnus-group-tool-bar-gnome): Add
3482         gnus-group-{prev,next}-unread-group.
3483         (gnus-group-tool-bar-gnome): Re-order icons.
3484
3485         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3486         gnus-summary-insert-new-articles.
3487
3488         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3489         comments.
3490
3491         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3492         also available in Emacs 21.3.
3493
3494         * message.el (message-fix-before-sending): Change "Emacs 22" to
3495         "Emacs 23 (unicode)" in comment.
3496
3497         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3498         "Emacs 23 (unicode)" in comment.
3499
3500         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3501         comment.
3502         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3503
3504         * mm-view.el (mm-fill-flowed): Add :version.
3505
3506 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3509         and load-path.
3510
3511 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3512
3513         * message.el: Autoload gmm-image-load-path.
3514         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3515         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3516         consitency.
3517
3518         * gmm-utils.el (gmm-image-load-path): Also search in
3519         "../etc/images".  Don't set gmm-image-load-path if we don't find
3520         the image.
3521
3522 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * gmm-utils.el (gmm-image-load-path): Don't make
3525         `gmm-image-load-path' include subdirectories which the second arg
3526         `image' might specify.
3527
3528         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3529         subdirectory to icon file names.
3530
3531         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3532
3533 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3534
3535         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3536         gmm-image-load-path calls.
3537
3538         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3539
3540         * message.el (message-make-tool-bar): Ditto.
3541
3542         * mml.el (mml-preview): Added comment concerning tool bar icons.
3543
3544         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3545         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3546
3547         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3548         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3549
3550         * message.el (message-tool-bar-gnome): Use new icon names.
3551         (message-make-tool-bar): Use `gmm-image-load-path'.
3552
3553         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3554         functions from MH-E.
3555         (gmm-image-load-path): New variable from MH-E.
3556         (gmm-image-load-path): New function from MH-E.  Added arguments
3557         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3558         *-image-load-path-called-flag.
3559
3560 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3561
3562         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3563
3564 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3565
3566         * nnimap.el (nnimap-request-move-article): Change folder back to
3567         source group before deleting.
3568
3569 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3572
3573         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3574         mm-url.
3575
3576         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3577
3578 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3581         coding system which mm-charset-to-coding-system returns for a
3582         given charset is valid.
3583
3584 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3585
3586         * html2text.el (html2text-remove-tag-list):
3587         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3588
3589 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3590
3591         * gnus-cus.el: Revert 2005-10-17 change.
3592
3593 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-art.el (article-strip-banner): Call
3596         article-really-strip-banner only when the regexp match is made.
3597
3598 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * gnus-art.el (article-strip-banner): Use
3601         gnus-extract-address-components instead of
3602         mail-header-parse-addresses to make it work with non-ASCII text;
3603         remove mail-encode-encoded-word-string.
3604
3605         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3606         values which are surrounded with \"...\"; make it never cause a
3607         Lisp error; give up parsing of parameters if it failed in
3608         extracting type.
3609
3610 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3611
3612         * smime.el (smime-cert-by-ldap-1): Fix bug where
3613         `smime-ldap-search' returns results without userCertificates.
3614
3615 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3618
3619 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * spam.el (spam-check-spamassassin-headers): Adapt format for
3622         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3623         <ari@mbf.ocn.ne.jp>.
3624         (spam-list-of-processors): Add spam-use-gmane.
3625
3626 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3629         make-temp-file; make it work with XEmacs as well.
3630
3631         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3632         mm-make-temp-file.
3633
3634         * mm-decode.el (mm-display-external): Use the 3rd arg of
3635         mm-make-temp-file.
3636         (mm-create-image-xemacs): Ditto.
3637
3638 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3641         with message-narrow-to-headers.
3642         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3643         (gnus-draft-check-draft-articles): New function.
3644         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3645
3646 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * gnus-art.el (gnus-article-browse-html-parts):
3649         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3650         Don't use suffix argument for mm-make-temp-file for Emacs 21
3651         compatibility.  Remove useless `format'.
3652
3653 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3654
3655         * nnweb.el (nnweb-google-wash-article): Update regexps.
3656         (nnweb-group-alist): Use defvoo instead of defvar.
3657
3658 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3661         re-loading nn* modules.
3662
3663 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3664
3665         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3666         for `tool-bar-mode' and don't check it's default-value.
3667
3668         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3669
3670         * message.el (message-make-tool-bar): Ditto.
3671
3672         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3673         `substring'.  Shorten tmp-file name.
3674
3675         * gnus.el: Remove bogus comment.
3676
3677 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3678
3679         * gnus-art.el (gnus-article-browse-html-parts): New function.
3680         (gnus-article-browse-html-article): New function for viewing html
3681         articles with a browser.
3682
3683 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3684
3685         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3686         in elisp.
3687         (pgg-gpg-encrypt-symmetric-region): Ditto.
3688         (pgg-gpg-sign-region): Ditto.
3689
3690         * pgg-def.el (pgg-text-mode): New variable.
3691
3692         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3693         (mml2015-pgg-encrypt): Ditto.
3694
3695         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3696         (mml1991-pgg-encrypt): Ditto.
3697
3698 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3701         message-make-date instead of current-time-string.
3702
3703         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3704         to gnus-decoded which mm-uu might set.
3705
3706 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3709         don't decode quoted parameters; remove misimported Emacs code.
3710         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3711         (rfc2231-decode-encoded-string): Don't use split-string which
3712         behaves differently according to Emacs version; use
3713         mm-decode-coding-region to convert charset to coding-system.
3714         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3715         (rfc2231-encode-string): Remove misimported Emacs code.
3716
3717 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3720         when calling mail-header-parse-content-type.
3721         (article-de-quoted-unreadable): Ditto.
3722         (article-de-base64-unreadable): Ditto.
3723         (article-wash-html): Ditto.
3724
3725         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3726         calling mail-header-parse-content-type and
3727         mail-header-parse-content-disposition.
3728         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3729         mail-header-parse-content-type.
3730
3731         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3732         insert charset and format parameters; encode description after
3733         inserting it to buffer.
3734         (mml-insert-parameter): Fold lines properly even if a parameter is
3735         segmented into two or more lines; change the max column to 76.
3736
3737         * rfc1843.el (rfc1843-decode-article-body): Don't use
3738         ignore-errors when calling mail-header-parse-content-type.
3739
3740         * rfc2231.el (rfc2231-parse-string): Return at least type if
3741         possible; don't cause an error even if it fails in parsing of
3742         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3743         (rfc2231-encode-string): Don't break lines at the beginning, leave
3744         it to mml-insert-parameter.
3745
3746         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3747         calling mail-header-parse-content-type.
3748
3749 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3750
3751         * spam-report.el (spam-report-gmane-use-article-number):
3752         Improve doc string.
3753         (spam-report-gmane-internal): Check if a suitable header was found
3754         in the article.
3755
3756 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3759         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3760
3761 2006-02-05  Romain Francoise  <romain@orebokech.com>
3762
3763         Update copyright notices of all files in the gnus directory.
3764
3765 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3766
3767         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3768
3769 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3772         segmented lines of parameter value to cope with Thunderbird 1.5
3773         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3774         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3775         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3776
3777 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3778
3779         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3780         parts.
3781
3782 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3783
3784         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3785         there's only one active file for all servers.
3786         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3787         solid groups.  Gnus might have used a FAST request to select the group.
3788         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3789         and nnweb-search redundantly in the active file.
3790         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3791         (nnweb-request-create-group): Don't use ARGS.
3792         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3793         initialisations.  Let nnoo do the work.
3794
3795 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3798         Say the part has been decoded.
3799
3800         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3801
3802 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3803
3804         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3805         mailcap-viewer-test-cache when there's no 'test clause, since that
3806         will invert the meaning of a "nil" test previously determined by
3807         mailcap-mailcap-entry-passes-test.
3808
3809 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3812         compiling.
3813
3814         * gnus-sum.el: Ditto.
3815
3816         * message.el: Don't bind tool-bar-map when compiling.
3817
3818 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3821
3822 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3823
3824         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3825         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3826         current Google Groups.
3827
3828 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3831         and tool-bar-mode.
3832
3833         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3834         and tool-bar-mode.
3835
3836         * message.el (message-tool-bar-update): Simplify.
3837         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3838
3839         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3840         gnus-summary-buffer.
3841         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3842         gnus-summary-reply.
3843
3844         * gmm-utils.el (gmm): Add :version.
3845
3846 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * Makefile.in (clean): New rule.
3849         (distclean): Use it.
3850
3851 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3852
3853         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3854         autoload.
3855
3856 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gmm-utils.el (gmm-verbose): Add :group.
3859
3860 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3861
3862         * message.el: Change some comments WRT tool-bars.
3863
3864         * gnus-sum.el (gnus-summary-tool-bar)
3865         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3866         (gnus-summary-tool-bar-zap-list): New variables.
3867         (gnus-summary-make-tool-bar): Complete rewrite using
3868         `gmm-tool-bar-from-list'.
3869
3870         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3871         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3872         variables.
3873         (gnus-group-make-tool-bar): Complete rewrite using
3874         `gmm-tool-bar-from-list'.
3875         (gnus-group-tool-bar-update): New function.
3876
3877         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3878
3879 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3882         is dissected into a single part of which the type is the same as
3883         the given one; decode charset.
3884
3885 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3886
3887         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3888         into alists as symbol not string, since that's what
3889         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3890         look for.
3891
3892 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3895         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3896
3897         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3898
3899 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3902         (gnus-xmas-mime-security-button-menu): New function.
3903
3904         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3905         (gnus-mime-security-button-menu): New definition.
3906         (gnus-mime-security-button-map): Use them.
3907         (gnus-mime-security-button-menu): New function.
3908         (gnus-insert-mime-security-button): Addition to help echo.
3909         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3910         (gnus-mime-security-pipe-part): New functions.
3911
3912         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3913         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3914
3915         * mm-decode.el (mm-handle-set-disposition): Remove.
3916         (mm-handle-set-description): Remove.
3917
3918 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3921         (mm-w3m-standalone-supports-m17n-p): New function.
3922         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3923         w3m usage.
3924
3925         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3926         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3927
3928 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * message.el (message-tool-bar-zap-list): Use
3931         gmm-tool-bar-zap-list as custom type.
3932         (message-tool-bar-update): New function.
3933         (message-tool-bar, message-tool-bar-gnome)
3934         (message-tool-bar-retro): Add message-tool-bar-update.
3935         (message-tool-bar-gnome): Add flyspell-buffer.
3936
3937         * gnus-util.el (gnus-error): Describe `args'.
3938
3939         * gmm-utils.el (gmm-error): Describe `args'.
3940         (gmm-tool-bar-zap-list): New widget.
3941         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3942
3943 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3946         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3947         the number of recursive calls.
3948
3949         * mm-decode.el (mm-handle-set-disposition): New macro.
3950         (mm-handle-set-description): New macro.
3951
3952 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3955         encoding.
3956
3957 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * message.el (message-tool-bar-zap-list, message-tool-bar)
3960         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3961         (message-tool-bar-local-item-from-menu): Remove.
3962         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3963         (message-make-tool-bar): New function.
3964         (message-mode): Use `message-make-tool-bar'.
3965
3966         * gmm-utils.el: New file.
3967         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3968         (gmm-lazy): New widget copied from `nnmail.el'.
3969         (gmm-tool-bar-from-list): New function for creating customizable
3970         tool bars.
3971         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3972         output.
3973         (gmm): Add :prefix to defgroup.
3974
3975 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3976
3977         * gmm-utils.el (gmm-widget-p): New function.
3978
3979 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * mml.el (mml-attach-file): Describe `description' in doc string.
3982         (mml-menu): Add Emacs MIME manual and PGG manual.
3983
3984 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3985
3986         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3987
3988 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3989
3990         * nntp.el (nntp-end-of-line): Doc fix.
3991
3992 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3993
3994         * imap.el (imap-open): Handle case where buffer is a buffer
3995         object.
3996
3997 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         * gnus-delay.el (gnus-delay): Don't autoload.
4000         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4001         to be re-loaded when customizing the `gnus-delay' group.
4002
4003 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4004
4005         * message.el (message-insert-citation-line): Use newlines.
4006
4007 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4008
4009         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4010         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4011         these routines, so the passphrase can be managed externally and
4012         passed in to the system.
4013         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4014         pgg-add-passphrase-to-cache function.
4015
4016         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4017         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4018         these routines, so the passphrase can be managed externally and
4019         passed in to the system.
4020         (pgg-pgp5-sign-region): Use new name of
4021         pgg-add-passphrase-to-cache function.
4022
4023 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4024
4025         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4026         part of the decoded armor to find the key-identifier.
4027         (pgg-gpg-lookup-key-owner): New function to return the
4028         human-readable identifier of a key owner.
4029         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4030         itself.
4031         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4032         the key value) if we have a key and can match it against a secret
4033         key.  Also, added a note pointing out fact that the prompt only
4034         indicates the first matching key.
4035
4036         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4037         pgg-decrypt-region.
4038         (pgg-add-passphrase-to-cache): Rename from
4039         `pgg-add-passphrase-cache' to reduce confusion (all callers
4040         changed).
4041         (pgg-remove-passphrase-from-cache): Rename from
4042         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4043         changed).
4044         (pgg-read-passphrase, pgg-add-passphrase-cache)
4045         (pgg-remove-passphrase-cache): Add informative docstrings.
4046         (pgg-decrypt): Convey provided passphrase in subordinate call to
4047         pgg-decrypt-region.
4048
4049 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4050
4051         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4052         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4053         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4054         'passphrase' argument, so the passphrase can be managed externally
4055         and then passed in to the system.
4056
4057         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4058         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4059         so the passphrase cache can be used reliably with identifiers
4060         besides a pgp packet's key id.
4061
4062         * pgg-gpg.el (pgg-gpg-encrypt-region)
4063         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4064         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4065         these routines, so the passphrase can be managed externally and
4066         passed in to the system.
4067
4068         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4069         'notruncate' argument, so the passphrase cache can be used
4070         reliably with identifiers besides a pgp packet's key id.
4071
4072 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4073
4074         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4075         symmetric encryption.
4076         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4077         encrypted session key.
4078         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4079         message ask for the passphrase in a proper way.
4080
4081         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4082         New user commands for symmetric encryption.
4083
4084 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4087
4088         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4089
4090 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4091
4092         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4093
4094 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-decode.el (mm-inlined-types): Add application/pgp.
4097         (mm-automatic-display): Ditto.
4098
4099         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4100         part as text.
4101
4102 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * nnrss.el: Update copyright.
4105         (nnrss-opml-import): Query whether to subscribe to each entry.
4106
4107         * gnus-art.el:
4108         * gnus-sum.el:
4109         * gnus-xmas.el:
4110         * messagexmas.el:
4111         * mm-uu.el:
4112         * mm-view.el: Update copyright.
4113
4114 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * message.el (message-info): New function.
4117         (message-mode-menu): Add it.
4118         Update copyright.
4119
4120         * ChangeLog: Fix and update copyright.
4121
4122 2006-01-13  Romain Francoise  <romain@orebokech.com>
4123
4124         * message.el (message-forward-subject-name-subject): Prefer the
4125         address to 'nowhere' if the sender has no name.
4126         Fix typo.  Update copyright year.
4127
4128 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-art.el (article-wash-html): Use
4131         gnus-summary-show-article-charset-alist if a numeric arg is given.
4132         (gnus-article-wash-html-with-w3m-standalone): New function.
4133
4134         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4135         mm-inline-text-html-render-with-w3m-standalone.
4136         (mm-text-html-washer-alist): Map w3m-standalone to
4137         gnus-article-wash-html-with-w3m-standalone.
4138         (mm-inline-text-html-render-with-w3m-standalone): New function.
4139
4140 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4141
4142         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4143         Improve LaTeX.
4144
4145 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4148         (nnrss-request-article): Render text/plain parts as HTML.
4149
4150         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4151         the buffer.
4152
4153 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4156         custom definition of `gnus-posting-styles'.
4157
4158         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4159         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4160
4161 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4164         Use nntp for bug archive.
4165
4166 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4169         parts.
4170         (nnrss-normalize-date): New function converts ISO 8601 date into
4171         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4172         (nnrss-check-group): Use it.
4173
4174 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4177
4178         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4179         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4180         (nnrss-insert-w3): Ditto.
4181
4182 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4185         the articles to be forwarded including the case where neither a
4186         number of articles nor a region is specified.
4187
4188 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * nnrss.el (nnrss-request-article): Fix last change; fill
4191         text/plain parts.
4192
4193 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4196         in text/plain part.
4197         (nnrss-check-group): Don't add excessive newline to dc:subject.
4198
4199 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4200
4201         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4202         article.
4203
4204 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4205
4206         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4207         (nnml-use-compressed-files, nnml-save-mail): Support other
4208         comression programs such as bzip2.
4209
4210 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * dns.el (query-dns): Make sure we check the buffer size before
4213         removing tcp headers.
4214
4215 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4218         remove MIME buttons associated with multipart/alternative parts.
4219         (gnus-mime-display-alternative): Tag buttons using `article-type'
4220         text property.
4221
4222         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4223         associated with multipart/alternative parts.
4224
4225         * gnus-art.el (gnus-signature-separator): Fix custom type.
4226
4227         * mm-decode.el (mm-inlined-types): Fix custom type.
4228         (mm-keep-viewer-alive-types): Ditto.
4229         (mm-automatic-display): Ditto.
4230         (mm-attachment-override-types): Ditto.
4231         (mm-inline-override-types): Ditto.
4232         (mm-automatic-external-display): Ditto.
4233
4234 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4235
4236         * spam-report.el (spam-report-user-mail-address)
4237         (spam-report-user-agent): New variables.
4238         (spam-report-url-ping-plain): Use spam-report-user-agent.
4239
4240 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4241
4242         * gnus-art.el (gnus-button-handle-custom): Do not just use
4243         `customize-apropos' for any "M-x customize-*" button but the
4244         function called for.  Accept both the function name and its
4245         argument in order to achieve this.
4246         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4247         function name to `gnus-button-handle-custom' in case of "M-x
4248         customize-*" buttons.
4249
4250 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4253         multipart/alternative and add xref to mm-discouraged-alternatives
4254         in doc string.
4255
4256         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4257         gnus-buttonized-mime-types in doc string.
4258
4259 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4262         Suggest image/.* in the doc string.
4263
4264 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4267         message-marks (Debian bug #342521).
4268
4269 2005-12-12  Simon Josefsson  <jas@extundo.com>
4270
4271         * password.el (password-read-from-cache): Add.
4272         (password-read): Use it.
4273
4274 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4277         us-ascii as a MIME charset.
4278
4279         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4280         against the case where the 2nd arg TYPE is nil.
4281
4282 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4283
4284         * pop3.el (pop3-stream-type): Fix custom version.
4285
4286         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4287
4288 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4289
4290         * mm-decode.el (mm-display-external): Add missing cdr.
4291
4292 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4295         RFC1524) if it is in mailcap or add a suffix according to
4296         mailcap-mime-extensions when generating a temp filename; postpone
4297         deleting a temp file for 2 seconds for some wrappers, shell
4298         scripts, and so on, which might exit right after having started a
4299         viewer command as a background job.
4300
4301 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * nntp.el (nntp-marks-directory): Fix custom group.
4304
4305         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4306         steps when < 10.
4307
4308         * gnus-start.el (gnus-no-server-1): Mention
4309         `gnus-level-default-subscribed' in doc string.
4310
4311 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4312
4313         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4314         parens.
4315
4316 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-xmas.el (gnus-use-toolbar): Revert.
4319         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4320         gnus-use-toolbar is default.
4321
4322         * messagexmas.el (message-use-toolbar): Revert.
4323         (message-setup-toolbar): Use global default-toolbar if
4324         message-use-toolbar is default.
4325
4326 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4329         according to default-toolbar-visible-p.
4330
4331         * messagexmas.el (message-use-toolbar): Ditto.
4332
4333 2005-11-26  Dave Love  <fx@gnu.org>
4334
4335         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4336         (tls-program, tls-success): Provide openssl alternative.
4337
4338         * starttls.el: Doc fixes.
4339         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4340         SERVICE to PORT.
4341
4342         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4343         port null or service name.
4344         (starttls-negotiate): Autoload.
4345
4346 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * message.el (message-kill-to-signature): Fix interactive spec.
4349
4350 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * pop3.el (pop3-open-server): Recognize a string as a service name.
4353
4354 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4355
4356         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4357
4358 2005-11-23  Dave Love  <fx@gnu.org>
4359
4360         Add pop3s, pop3/starttls.
4361
4362         * pop3.el (pop3-authentication-scheme): Clarify doc.
4363         (open-tls-stream, starttls-open-stream): Autoload.
4364         (pop3-stream-type): New.
4365         (pop3-open-server): Use it.
4366
4367         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4368         for POP.
4369         (mail-source-keyword-map): Add :stream for POP.
4370         (mail-source-fetch-pop): Use pop3-stream-type.
4371
4372 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4375         of current-time-string.
4376
4377 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4378
4379         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4380         date header.
4381
4382 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4383
4384         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4385         it can seriously impact performance as it bypasses the agent's
4386         local caches.
4387
4388 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4389
4390         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4391         must be explicitly online rather than "not explicitly offline" for
4392         its flags to be synchronized.
4393
4394         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4395         that gnus-uu-unmark-thread will function correctly.
4396
4397         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4398         1024K is instead displayed as 1M.
4399
4400 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4403
4404 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4405
4406         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4407
4408 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4409
4410         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4411         error message to display actual error condition.
4412         (gnus-agent-save-local): Avoid saving symbols that are bound to
4413         nil as they simply result in a warning message in
4414         gnus-agent-read-local.
4415
4416 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4419         rather than make-variable-buffer-local for file-precious-flag.
4420
4421 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4422
4423         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4424         for duplicates which are removed.  The invalid sort check then
4425         triggers a rescan after the sort as sorting may have moved
4426         duplicate entries such that they can be cheaply detected.
4427
4428 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4431
4432 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4433
4434         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4435         internal variable to a custom variable.  Changed default value
4436         from compressed(2) to uncompressed(1).
4437         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4438         support for uncompressed agentview files.  Taken together, reading
4439         the agentview file should now be 6-7 times faster.
4440
4441 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4442
4443         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4444         as a buffer-local variable.  This avoids creating truncated
4445         dribble files as a result of a hang up, eg.
4446
4447 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4448
4449         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4450         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4451         XEmacs.
4452
4453 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * gnus-start.el (gnus-start-draft-setup): Enforce
4456         `gnus-draft-mode' for nndraft:drafts at startup.
4457
4458         * gnus.el (gnus-splash): Change custom group.
4459         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4460         allow-list argument.
4461
4462         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4463         string.
4464
4465 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4466
4467         * gnus-art.el (gnus-default-article-saver): Add user-defined
4468         `function' to custom type.
4469
4470 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4471
4472         * imap.el (imap-open): Handle case where buffer is a buffer
4473         object.
4474
4475 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4476
4477         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4478         long lines.
4479         (gnus-cache-delete-group): Wrap doc strings.
4480
4481         * gnus-agent.el (gnus-agent-rename-group)
4482         (gnus-agent-delete-group): Wrap doc strings.
4483
4484
4485 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * messagexmas.el (message-use-toolbar): Change the valid values
4488         into default, top, bottom, left, and right.
4489         (message-toolbar-thickness): New variable.
4490         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4491         well.
4492         (message-setup-toolbar): Make it work.
4493
4494         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4495         (gnus-use-toolbar): Change the valid values into default, top,
4496         bottom, left, and right.
4497         (gnus-toolbar-thickness): New variable.
4498         (gnus-xmas-setup-toolbar): New function.
4499         (gnus-xmas-setup-group-toolbar): Use it.
4500         (gnus-xmas-setup-summary-toolbar): Use it.
4501
4502 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4503
4504         * gnus-start.el (gnus-1): Add "native" to
4505         gnus-predefined-server-alist.
4506
4507         * gnus.el (gnus-method-to-server): Don't add "native" to the
4508         lists here, because that leads to problems when
4509         gnus-select-method is bound.
4510
4511 2005-11-09  Simon Josefsson  <jas@extundo.com>
4512
4513         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4514         use (not sort-by-date) instead.
4515
4516 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4517
4518         * gnus-delay.el (gnus-delay-group): Don't autoload.
4519         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4520         to be re-loaded when customizing the `gnus-delay' group.
4521
4522 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4523
4524         * message.el: Revert last changes.
4525         (message-insert-citation-line): Use newlines.
4526
4527 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4528
4529         * message.el (message-courtesy-message)
4530         (message-mark-insert-begin, message-mark-insert-end)
4531         (message-elide-ellipsis, message-cancel-message)
4532         (message-add-header, message-change-subject)
4533         (message-cross-post-followup-to-header)
4534         (message-cross-post-insert-note, message-reduce-to-to-cc)
4535         (message-widen-reply, message-delete-not-region)
4536         (message-kill-to-signature, message-insert-signature)
4537         (message-insert-importance-high, message-insert-importance-low)
4538         (message-insert-or-toggle-importance)
4539         (message-insert-disposition-notification-to)
4540         (message-indent-citation, message-yank-original)
4541         (message-cite-original-without-signature, message-cite-original)
4542         (message-insert-citation-line, message-position-on-field)
4543         (message-fix-before-sending, message-send-mail-partially)
4544         (message-send-mail, message-send-mail-with-sendmail)
4545         (message-send-mail-with-qmail, message-send-news)
4546         (message-check-news-header-syntax, message-generate-headers)
4547         (message-insert-courtesy-copy, message-fill-address)
4548         (message-fill-header, message-shorten-references)
4549         (message-setup-1, message-cancel-news)
4550         (message-forward-make-body-plain, message-forward-make-body-mime)
4551         (message-forward-make-body-mml, message-encode-message-body)
4552         (message-forward-make-body-digest-plain)
4553         (message-forward-make-body-digest-mime)
4554         (message-use-alternative-email-as-from): Insert `hard-newline'
4555         instead of ordinary newlines.
4556
4557 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * message.el (message-generate-headers): Downcase the argument
4560         given to message-check-element.
4561
4562 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4563
4564         * nntp.el (nntp-authinfo-rejected): New error condition.
4565         (nntp-wait-for): Use new error condition to signal authentication
4566         error.
4567         (nntp-retrieve-data): Rethrow new error condition to break out of
4568         recursive call to nntp-send-authinfo.
4569
4570 2005-11-08  Romain Francoise  <romain@orebokech.com>
4571
4572         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4573         (gnus-summary-exit-map): Bind to `Z p'.
4574         (gnus-summary-make-menu-bar): Add menu item.
4575
4576 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4579         (gnus-treat-*): Add `first' in all doc strings.
4580
4581         * gnus-group.el (gnus-group-compact-group): Fix typo.
4582
4583 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus.el (gnus-parameters-case-fold-search): New variable.
4586         (gnus-parameters-get-parameter): Use it.
4587
4588         * gnus-score.el (gnus-home-score-file): Doc fix.
4589
4590 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4591
4592         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4593
4594 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * mm-util.el (mm-special-display-p): New function.
4597
4598         * mml.el (mml-preview): Use it; doc fix.
4599
4600 2005-10-29  Romain Francoise  <romain@orebokech.com>
4601
4602         * message.el (message-fix-before-sending): Fix comment.
4603
4604 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4605
4606         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4607
4608 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4609
4610         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4611         Used in gnus-score.el.
4612
4613 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4614
4615         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4616
4617 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4620         whitespace removed in revision 7.8.  Use concatenated string to
4621         protect trailing whitespace.
4622
4623 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4624
4625         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4626         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4627         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4628         Courier IMAP ("some version from 2004").  Mostly based on similar
4629         code in the same function.
4630
4631 2005-10-26  Didier Verna  <didier@xemacs.org>
4632
4633         * gnus-group.el (gnus-group-compact-group): invalidate original
4634         article buffer.
4635         * gnus-srvr.el (gnus-server-compact-server): ditto.
4636         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4637         NOV database and in article itself.
4638         Invalidate article backlog.
4639
4640 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4641
4642         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4643
4644 2005-10-26  Simon Josefsson  <jas@extundo.com>
4645
4646         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4647         part of 2004-07-25 change.
4648
4649 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * message.el (message-display-completion-list): New function.
4652         (message-expand-group): Use it; make sure the Completions buffer
4653         is modifiable.
4654
4655 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4656
4657         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4658         user-mail-name is an empty string.
4659
4660 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4663         depending on gnus-score-decay-constant.
4664
4665         * encrypt.el (encrypt-insert-file-contents)
4666         (encrypt-write-file-contents): Don't use `gnus-message'.
4667
4668         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4669         arguments.
4670         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4671         arguments to mm-uu-verbatim-marks-extract.
4672         (mm-uu-hide-markers): New variable.
4673         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4674
4675         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4676         (gnus-convert-image-to-face-command): Use "convert" by default to
4677         allow other input image formats.
4678         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4679         accordingly.
4680
4681 2005-10-23  Simon Josefsson  <jas@extundo.com>
4682
4683         * imap.el (imap-gssapi-program): Align command line parameters
4684         with latest GNU SASL.
4685         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4686
4687 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4690         HTML.
4691         (nnslashdot-request-article): Ditto.
4692
4693         * lpath.el (featurep): Add nobreak-char-display.
4694
4695 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4696
4697         * mail-source.el (mail-source-fetch-pop): Require pop3.
4698         (mail-source-check-pop): Ditto.
4699
4700 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4703         errors.
4704
4705 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4708         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4709
4710         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4711
4712         * mm-bodies.el (mm-decode-string): Call
4713         `mm-charset-to-coding-system' with allow-override argument.
4714
4715 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4718         (rfc2047-charset-to-coding-system): New function.
4719         (rfc2047-decode-encoded-words): New function.
4720         (rfc2047-decode-region): Use them.
4721         (rfc2047-decode-cte): Remove.
4722         (rfc2047-parse-and-decode): Remove.
4723         (rfc2047-decode): Remove.
4724
4725 2005-10-15  Kenichi Handa  <handa@m17n.org>
4726
4727         * rfc2047.el (rfc2047-decode-cte): New function.
4728         (rfc2047-decode-region): Change the way to decode successive
4729         encoded-words: decode B- or Q-encoding in each encoded-word,
4730         concatenate them, and decode it as charset.
4731
4732 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * lpath.el: Fbind codepage-setup for XEmacs.
4735
4736 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4737
4738         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4739         widget-move-and-invoke.
4740         (gnus-custom-mode): Use gnus-custom-map.
4741
4742 2005-10-15  Bill Wohler  <wohler@newt.com>
4743
4744         * message.el (message-tool-bar-map): Renamed image file from
4745         mail_send to mail/send.
4746
4747 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4748
4749         * message.el (message-expand-group): Pass the common
4750         prefix substring of completion to `display-completion-list'.
4751
4752 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * mml-sec.el (mml-secure-method): New internal variable.
4755         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4756         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4757         functions using mml-secure-method.
4758
4759         * mml.el (mml-mode-map): Add key bindings for those functions.
4760         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4761         Harder <harder@myrealbox.com>.
4762         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4763         end of message if point is the headers of the message.
4764
4765         * message.el (message-in-body-p): New function.
4766
4767         * assistant.el: Autoload gnus-util and netrc.
4768
4769         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4770         Use `mm-charset-override-alist' only when decoding.
4771
4772         * mm-bodies.el (mm-decode-body): Call
4773         `mm-charset-to-coding-system' with allow-override argument.
4774
4775         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4776         `filename' from Content-Disposition if Content-Type doesn't
4777         provide `name'.
4778         (gnus-mime-view-part-as-type): Set default instead of
4779         initial-input.
4780
4781 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4782
4783         * format-spec.el (format-spec): Propagate text properties of % spec.
4784
4785 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * gnus-art.el (gnus-treat-predicate): Add `first'.
4788
4789 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4792         (mm-charset-override-alist): New variable.
4793         (mm-charset-to-coding-system): Use it.
4794         (mm-codepage-setup): New helper function.
4795         (mm-charset-eval-alist): New variable.
4796         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4797         about unknown charsets.
4798
4799         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4800
4801 2005-10-04  David Hansen  <david.hansen@gmx.net>
4802
4803         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4804         (nnrss-check-group): Ditto.
4805
4806 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4809         Rename x-gnus-verbatim to x-verbatim.
4810         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4811
4812         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4813         x-verbatim.
4814
4815         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4816
4817         * gnus-util.el (gnus-remove-duplicates): Remove.
4818
4819         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4820         instead of gnus-remove-duplicates.
4821
4822         * message.el (message-remove-duplicates): Remove.
4823         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4824         message-remove-duplicates.
4825
4826         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4827         available, else use implementation from `delete-dups'.
4828
4829         * message.el (message-insert-expires): New function.
4830         (message-mode-map): Add key binding.
4831         (message-mode-field-menu): Add menu entry.
4832         (message-mode): Document it.
4833         (message-make-expires-date): Use `message-make-date'.
4834
4835 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4836
4837         * message.el (message-make-expires-date): New function.
4838
4839 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4840
4841         * Makefile.in (list-installed-shadows): New entry.
4842         (install): Use it.
4843         (remove-installed-shadows): New entry.
4844
4845         * dgnushack.el (dgnushack-default-load-path): New variable.
4846         (dgnushack-find-lisp-shadows): New function.
4847         (dgnushack-remove-lisp-shadows): New function.
4848
4849 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * Makefile.in (install-el-elc): New entry.
4852         (install): Use it so that .el files are necessarily installed.
4853
4854 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4857
4858 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4859
4860         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4861         function rather than the diff-mode.el package.
4862         (mm-display-external): Use with-current-buffer.
4863         (mm-viewer-completion-map, mm-viewer-completion-map):
4864         Move initialization inside declaration.
4865
4866 2005-09-29  Simon Josefsson  <jas@extundo.com>
4867
4868         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4869         autoload mail-check-payment.
4870         (spam-check-hashcash): Define unconditionally, since hashcash.el
4871         is part of Gnus now.  Ignore errors from payment checking.
4872
4873 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * message.el (message-bold-region, message-unbold-region): Rename
4876         from `bold-region' and `unbold-region'.
4877
4878         * message.el: Remove useless autoloads.
4879
4880 2005-09-28  Simon Josefsson  <jas@extundo.com>
4881
4882         * message.el (message-use-idna): Default to t.
4883         (message-use-idna): Test whether encoding works too.  Doc fix.
4884
4885 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * nntp.el (nntp-warn-about-losing-connection): Remove.
4888
4889 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4892         customizable.  Change default value.
4893         (mm-uu-diff-groups-regexp): Change default value.
4894         (mm-uu-type-alist): Add doc string.
4895         (mm-uu-configure): Add doc string.  Make it interactive.
4896         (mm-uu-tex-groups-regexp): New variable.
4897         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4898         (mm-uu-type-alist): Add LaTeX documents.
4899         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4900         of "text/verbatim".
4901         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4902
4903         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4904         instead of "text/verbatim".
4905
4906         * message.el (message-mark-inserted-region)
4907         (message-mark-insert-file): Use slrn style marks when called with
4908         prefix argument.
4909
4910 2005-09-27  Simon Josefsson  <jas@extundo.com>
4911
4912         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4913
4914 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4915
4916         * message.el (message-remove-duplicates): New function.
4917         Implementation borrowed from `gnus-remove-duplicates'.
4918         (message-idna-to-ascii-rhs): Also encode idna addresses in
4919         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4920         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4921         only ask about the same idna domain once per header and also tell
4922         in what header to replace the idna domain.
4923
4924         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4925         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4926         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4927         a header is decoded and not just the last one.
4928
4929 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4932         has been decoded.
4933
4934         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4935         (mm-insert-part): Don't modify text if it has been decoded.
4936
4937         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4938         decoded.
4939
4940         * mm-view.el (mm-inline-text): Don't strip text props unless
4941         decoding enriched or richtext parts.
4942
4943 2005-09-25  Romain Francoise  <romain@orebokech.com>
4944
4945         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4946         * gnus-start.el (gnus-subscribe-interactively):
4947         * gnus-uu.el (gnus-uu-grab-articles):
4948         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4949         space.
4950
4951 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4952
4953         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4954         * mm-view.el (mm-view-pkcs7-decrypt):
4955         * gnus-sum.el (gnus-summary-limit-to-extra)
4956         (gnus-summary-respool-article, gnus-read-move-group-name):
4957         * gnus-score.el (gnus-summary-increase-score):
4958         * gnus-util.el (gnus-completing-read-with-default):
4959         * gnus-art.el (gnus-read-save-file-name)
4960         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4961         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4962         * message.el (message-check-news-header-syntax):
4963         Follow convention for reading with the minibuffer.
4964
4965 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4966
4967         * spam-report.el (spam-report-url-ping-plain):
4968         Use gnus-extended-version as User-Agent.
4969
4970         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4971         default value is nil.
4972
4973         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4974         (mm-uu-verbatim-marks-extract): New function.
4975         (mm-uu-extract): New face.
4976         (mm-uu-copy-to-buffer): Use it.
4977
4978         * spam-report.el (spam-report-gmane-ham): Renamed from
4979         `spam-report-gmane-unspam'.
4980         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4981         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4982
4983         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4984         Autoload.
4985         (spam-report-gmane-unregister-routine): Renamed
4986         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4987
4988 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4989
4990         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4991         (spam-report-gmane-unregister-routine): Add support for gmane
4992         unregistration.
4993
4994         * spam-report.el (spam-report-gmane-unspam)
4995         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4996         (spam-report-gmane): Change to take a single article and do unspam
4997         registration.
4998
4999 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * mm-url.el (mm-url-decode-entities): Fix regexp.
5002
5003 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5006         default to nil, to be able to use Gnus at all.  If the default
5007         switches to something else, then the function should be fixed not
5008         be exceedingly slow.
5009
5010 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5011
5012         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5013         fail hard.
5014
5015         * spam-report.el: Add better Keywords line.
5016
5017         * spam.el: Add Maintainer and better Keywords line.
5018
5019 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5020
5021         * gnus-art.el (gnus-article-replace-part)
5022         (gnus-mime-replace-part): New functions.
5023         (gnus-mime-action-alist, gnus-mime-button-commands)
5024         (gnus-mime-save-part-and-strip): Added file argument.
5025         (gnus-article-part-wrapper): Added interactive argument.
5026
5027         * gnus-sum.el (gnus-summary-mime-map): Add
5028         `gnus-article-replace-part'.
5029
5030 2005-09-19  Didier Verna  <didier@xemacs.org>
5031
5032         The nnml compaction feature:
5033         * nnml.el (nnml-request-compact-group): New function.
5034         * nnml.el (nnml-request-compact): New function.
5035         * gnus-int.el (gnus-request-compact-group): New function.
5036         * gnus-int.el (gnus-request-compact): New function.
5037         * gnus-group.el (gnus-group-compact-group): New function.
5038         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5039         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5040         * gnus-srvr.el (gnus-server-compact-server): New function.
5041         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5042         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5043
5044 2005-09-18  Deepak Goel  <deego@gnufans.org>
5045
5046         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5047         format spec.
5048
5049 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5052
5053 2005-09-15  Romain Francoise  <romain@orebokech.com>
5054
5055         * message.el (message-fill-paragraph): Clarify docstring.
5056
5057 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-art.el (gnus-mime-display-part): Protect against broken
5060         MIME messages.
5061
5062 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5063
5064         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5065         before parsing header.
5066
5067 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5068
5069         * html2text.el: (html2text-replace-list): Add new entities.
5070
5071 2005-09-11  Romain Francoise  <romain@orebokech.com>
5072
5073         * message.el (message-alternative-emails): Improve docstring.
5074         (message-setup-1): Call `message-use-alternative-email-as-from'
5075         after `message-setup-hook' to give it precedence over posting
5076         styles, etc.
5077         (message-use-alternative-email-as-from): Add docstring.  Remove
5078         the original From header if present.
5079
5080         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5081         (nnml-save-mail): Use it.
5082
5083         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5084         articles.  Add new argument `silent'.
5085         (gnus-uu-mark-all): Report the total number of marked articles.
5086
5087 2005-09-10  Romain Francoise  <romain@orebokech.com>
5088
5089         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5090         (gnus-uu-mark-series): Likewise.
5091
5092 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * spam-report.el (spam-report-gmane): Fix generation of spam
5095         report URL.
5096
5097 2005-09-10  Simon Josefsson  <jas@extundo.com>
5098
5099         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5100         t, based on discussion on the ding list with Robert Epprecht
5101         <epprecht@solnet.ch>.
5102
5103 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * spam-report.el (spam-report-gmane): Make it work without
5106         X-Report-Spam header.  Gmane now only provides Archived-At.
5107         This is only used if `spam-report-gmane-use-article-number' is nil.
5108         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5109
5110         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5111         make `gnus-summary-sort-by-recipient' work with threading.
5112
5113         * nnweb.el (nnweb-google-wash-article): Print a message if article
5114         is not available.
5115
5116 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5117
5118         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5119         change.  Decode text/* parts content before displaying.
5120
5121 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5122
5123         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5124
5125 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5128
5129         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5130         url-package-name, url-package-version,
5131         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5132         w3m-display-inline-images, and w3m-minor-mode-map.
5133
5134 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * message.el (message-tab-body-function): Fixed mismatched custom
5137         type.
5138
5139         * gnus.el (gnus-group-change-level-function): Ditto.
5140
5141         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5142
5143         * gnus-art.el (gnus-signature-limit)
5144         (gnus-article-mime-part-function): Ditto.
5145
5146 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * mml.el (mml-mode): Silence the byte compiler.
5149
5150         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5151         using `(sit-for 0)' before moving the point to the specified part;
5152         skip unbuttonized parts.
5153         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5154         return to the summary window if gnus-auto-select-part is non-nil.
5155
5156 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5159         variables.
5160         (mml-dnd-attach-file, mml-mode): Use them.
5161
5162         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5163         Make fetching article by MID work again for Google Groups.  Added
5164         FIXME concerning gnus-group-make-web-group.
5165
5166         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5167         Don't depend on Gnus by using mail-extract-address-components if
5168         gnus-extract-address-components is not bound.
5169
5170 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171
5172         * gnus-art.el (gnus-mime-display-security): Don't display the
5173         signature, but only the signed part.
5174
5175 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5178
5179         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5180         list, not listp.
5181
5182 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5183
5184         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5185         when encoding.
5186
5187         * mm-bodies.el (mm-decode-content-transfer-encoding):
5188         De-canonicalize CRLF for all text content types, not just
5189         text/plain.
5190
5191 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5194         valid article; point arrow and cursor at the MIME button.
5195
5196 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5199         Suggested by Dan Christensen <jdc@uwo.ca>.
5200
5201         * mm-decode.el (mm-save-part): Enable change of prompt.
5202
5203 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5204
5205         * gnus-msg.el (gnus-inews-add-send-actions): Made
5206         `message-post-method' lambda parameter ARG `&optional'.
5207
5208 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * gnus-sum.el (gnus-summary-mime-map): Added
5211         gnus-article-save-part-and-strip, gnus-article-delete-part and
5212         gnus-article-jump-to-part.
5213
5214         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5215         (gnus-article-edit-part): Use it.
5216         (gnus-article-part-wrapper): Added no-handle argument.
5217         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5218         functions.
5219
5220 2005-08-29  Romain Francoise  <romain@orebokech.com>
5221
5222         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5223         docstring.
5224         (gnus-face-from-file): Likewise.
5225
5226 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5229         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5230         non-nil.
5231         (gnus-auto-select-part): New variable.
5232         (gnus-article-jump-to-part): New function.
5233         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5234         (gnus-mime-delete-part): Allow selecting specified part after
5235         deleting or stripping parts.
5236         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5237         part if argument is bogus.
5238
5239 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5240
5241         * gnus-art.el (w3m-minor-mode-map):
5242         * gnus-spec.el (gnus-newsrc-file-version):
5243         * gnus-util.el (nnmail-active-file-coding-system)
5244         (gnus-original-article-buffer, gnus-user-agent):
5245         * gnus.el (gnus-ham-process-destinations)
5246         (gnus-parameter-ham-marks-alist)
5247         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5248         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5249         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5250         * mm-decode.el (gnus-current-window-configuration):
5251         * mm-extern.el (gnus-article-mime-handles):
5252         * mm-url.el (url-current-object, url-package-name)
5253         (url-package-version):
5254         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5255         (smime-keys, w3m-cid-retrieve-function-alist)
5256         (w3m-current-buffer, w3m-display-inline-images)
5257         (w3m-minor-mode-map):
5258         * mml-smime.el (gnus-extract-address-components):
5259         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5260         (gnus-newsrc-hashtb, message-default-charset)
5261         (message-deletable-headers, message-options)
5262         (message-posting-charset, message-required-mail-headers)
5263         (message-required-news-headers):
5264         * mml1991.el (mc-pgp-always-sign):
5265         * mml2015.el (mc-pgp-always-sign):
5266         * nnheader.el (nnmail-extra-headers):
5267         * rfc1843.el (gnus-decode-encoded-word-function)
5268         (gnus-decode-header-function, gnus-newsgroup-name):
5269         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5270
5271 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5272
5273         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5274         the end of the date treatments.
5275
5276 2005-08-15  Simon Josefsson  <jas@extundo.com>
5277
5278         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5279         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5280         Capello and Romain Francoise.
5281         (pgg-fetch-key-function): Removed, not used?
5282         (pgg-insert-url-with-w3): Require url, to get
5283         url-insert-file-contents regardless of where it is defined.
5284
5285 2005-08-13  Romain Francoise  <romain@orebokech.com>
5286
5287         * message.el (message-cite-original-1): New function.
5288         (message-cite-original): Use it.
5289         (message-cite-original-without-signature): Ditto.
5290
5291 2005-08-08  Romain Francoise  <romain@orebokech.com>
5292
5293         * message.el (message-yank-empty-prefix): New variable.
5294         (message-indent-citation): Use it.
5295         (message-cite-original-without-signature): Respect X-No-Archive.
5296
5297 2005-08-08  Simon Josefsson  <jas@extundo.com>
5298
5299         * pgg.el: Autoload url-insert-file-contents instead of loading
5300         w3/url.
5301         (pgg-insert-url-with-w3): Don't load url here.
5302
5303 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5304
5305         * message.el (message-kill-to-signature): Don't insert newline at
5306         bol.
5307         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5308
5309 2005-08-06  Romain Francoise  <romain@orebokech.com>
5310
5311         * message.el (message-user-fqdn): Fix typo in docstring.
5312
5313 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5314
5315         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5316
5317         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5318
5319 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * mm-bodies.el (mm-encode-body): Use coding system rather than
5322         charset to encode text.
5323
5324         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5325         number of charsets if utf-8 is available (XEmacs).
5326
5327 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5330         taken from `gnus-button-mid-or-mail-regexp'.
5331         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5332         (gnus-button-alist): Improve regexp for domain part of the MIDs
5333         for news:localpart@domain buttons.
5334         (gnus-button-ctan-directory-regexp): Update.
5335
5336 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * sieve-manage.el (sieve-manage-interactive-login): Use
5339         make-local-variable rather than make-variable-buffer-local.
5340         (sieve-manage-open): Ditto.
5341         (sieve-manage-authenticate): Ditto.
5342
5343         * mml.el (mml-generate-mime-1): Make the content type default to
5344         text/plain if the filename is not specified.
5345
5346 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5349         instead of insert-buffer.
5350
5351         * message.el (message-yank-original): Ditto; set the mark at the
5352         end of the yanked message.
5353
5354 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5357         lines to scroll rather than to stop it.
5358
5359         * mml.el (mml-generate-default-type): Add doc string.
5360         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5361         default to application/octet-stream when determining the content
5362         type if it is not specified for the part or the mml contents; add
5363         a comment about mml-generate-default-type.
5364
5365 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5368         make it default to application/octet-stream when determining the
5369         content type if it is not specified for the external contents.
5370
5371 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5374         segmented parameter but also other parameters might be there.
5375
5376 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * mm-decode.el (mm-display-external): Delete temp file, directory
5379         and buffer immediately if the external process is exited.
5380
5381 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5384         fewer lines than that of scroll-margin.
5385         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5386
5387 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gnus-art.el (gnus-article-next-page): Revert.
5390         (gnus-article-beginning-of-window): New macro.
5391         (gnus-article-next-page-1): Use it.
5392         (gnus-article-prev-page): Ditto.
5393         (gnus-article-edit-part): Use insert-buffer-substring instead of
5394         insert-buffer.
5395         (gnus-article-edit-exit): Ditto.
5396
5397         * gnus-util.el (gnus-beginning-of-window): Remove.
5398         (gnus-end-of-window): Remove.
5399
5400         * lpath.el: Don't bind header-line-format and scroll-margin.
5401
5402 2005-07-25  Simon Josefsson  <jas@extundo.com>
5403
5404         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5405         to have the url package without w3.  Reported by Daiki Ueno
5406         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5407
5408 2005-07-20  Didier Verna  <didier@xemacs.org>
5409
5410         * gnus-diary.el: Remove the description comment (nndiary is now
5411         properly documented in the Gnus manual).
5412         Fix the spelling of "Back End".
5413         * nndiary.el: Ditto.
5414         Fix the copyright notice.
5415
5416 2005-07-18  Romain Francoise  <romain@orebokech.com>
5417
5418         * gnus-sum.el (gnus-summary-to-prefix,
5419         gnus-summary-newsgroup-prefix): New variables.
5420         (gnus-summary-from-or-to-or-newsgroups): Use them.
5421
5422 2005-07-17  Romain Francoise  <romain@orebokech.com>
5423
5424         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5425         space as it's generally not especially interesting to the user.
5426
5427 2005-07-16  Romain Francoise  <romain@orebokech.com>
5428
5429         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5430         nil to avoid prompting and file modification if one of the
5431         messages at the top of the nnfolder file contains a copyright
5432         notice.
5433         Update copyright notice.
5434
5435         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5436         instead of `current-time-string' as the latter creates a time
5437         string that is not RFC 2822 compliant (it lacks the zone).
5438         Update copyright notice.
5439
5440 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5441
5442         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5443         for text/rtf.  Display default in prompt.  Pass default for M-n.
5444
5445         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5446
5447 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * gnus-msg.el (gnus-button-mailto): Remove
5450         save-selected-window-window hackery because it relies on
5451         save-selected-window internals.
5452
5453 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5456         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5457         (gnus-article-prev-page): Ditto.
5458
5459         * gnus-util.el (gnus-beginning-of-window): New function.
5460         (gnus-end-of-window): New function.
5461
5462         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5463
5464 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5465
5466         * gnus-score.el (gnus-score-edit-all-score): Set
5467         gnus-score-edit-exit-function to gnus-score-edit-done and call
5468         gnus-message.
5469
5470 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5471
5472         * gnus-msg.el (gnus-button-mailto): Remove
5473         save-selected-window-window hackery because it relies on
5474         save-selected-window internals.
5475
5476 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5479         add-minor-mode.
5480         (gnus-binary-mode): Ditto.
5481
5482         * gnus-topic.el (gnus-topic-mode): Ditto.
5483
5484 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5485
5486         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5487         (gnus-article-prev-page): Take scroll-margin into consideration.
5488
5489 2005-07-04  Lute Kamstra  <lute@gnu.org>
5490
5491         Update FSF's address in GPL notices.
5492
5493 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5494
5495         * gnus.el (gnus-exit):
5496         * gnus-group.el (gnus-group-icons):
5497         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5498
5499         * gnus-nocem.el (gnus-nocem):
5500         * message.el (message-various, message-buffers, message-sending)
5501         (message-interface, message-forwarding, message-insertion)
5502         (message-headers, message-news, message-mail):
5503         * pgg-gpg.el (pgg-gpg):
5504         * pgg-parse.el (pgg-parse):
5505         * pgg-pgp.el (pgg-pgp):
5506         * pgg-pgp5.el (pgg-pgp5):
5507         * pop3.el (pop3): Finish `defgroup' description with period.
5508
5509 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-art.el (article-display-face): Improve the efficiency.
5512         (article-display-x-face): Ditto; remove grey x-face stuff.
5513
5514 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (article-display-face): Correct the position in
5517         which Faces are inserted.
5518
5519 2005-06-29  Didier Verna  <didier@xemacs.org>
5520
5521         * gnus-art.el (article-display-face): Display faces in correct
5522         order.
5523
5524 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5527         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5528         (gnus-nocem-check-article): Fetch the Type header.
5529         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5530         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5531         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5532         make sure gnus-nocem-hashtb is initialized.
5533         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5534         (gnus-nocem-unwanted-article-p): Ditto.
5535
5536         * pgg.el (pgg-verify): Return the verification result.
5537
5538 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5541         is ascii.
5542
5543 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5544
5545         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5546         `show-nonbreak-escape'.
5547
5548 2005-06-23  Lute Kamstra  <lute@gnu.org>
5549
5550         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5551
5552         * dig.el (dig-mode):
5553         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5554
5555 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5556
5557         * nnimap.el (nnimap-split-download-body): Fix spellings.
5558
5559 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5560
5561         * gnus-art.el (gnus-article-encrypt-body):
5562         * gnus-cus.el (gnus-score-customize):
5563         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5564         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5565
5566 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5567
5568         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5569         header by looking for magic "MII" at the beginnig.
5570
5571 2005-06-16  Miles Bader  <miles@gnu.org>
5572
5573         * gnus-xmas.el (gnus-xmas-group-startup-message):
5574         Use renamed gnus-splash face.
5575
5576         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5577         (assistant-field-face): New backward-compatibility alias for renamed
5578         face.
5579         (assistant-render-text): Use renamed assistant-field face.
5580
5581         * spam.el (spam): Remove "-face" suffix from face name.
5582         (spam-face): New backward-compatibility alias for renamed face.
5583         (spam-face, spam-initialize): Use renamed spam face.
5584
5585         * message.el (message-header-to, message-header-cc)
5586         (message-header-subject, message-header-newsgroups)
5587         (message-header-other, message-header-name)
5588         (message-header-xheader, message-separator, message-cited-text)
5589         (message-mml): Remove "-face" suffix from face names.
5590         (message-header-to-face, message-header-cc-face)
5591         (message-header-subject-face, message-header-newsgroups-face)
5592         (message-header-other-face, message-header-name-face)
5593         (message-header-xheader-face, message-separator-face)
5594         (message-cited-text-face, message-mml-face):
5595         New backward-compatibility aliases for renamed faces.
5596         (message-font-lock-keywords): Use renamed message faces.
5597
5598         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5599         (sieve-test-commands, sieve-tagged-arguments):
5600         Remove "-face" suffix from face names.
5601         (sieve-control-commands-face, sieve-action-commands-face)
5602         (sieve-test-commands-face, sieve-tagged-arguments-face):
5603         New backward-compatibility aliases for renamed faces.
5604         (sieve-control-commands-face, sieve-action-commands-face)
5605         (sieve-test-commands-face, sieve-tagged-arguments-face):
5606         Use renamed sieve faces.
5607
5608         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5609         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5610         (gnus-group-news-3-empty, gnus-group-news-4)
5611         (gnus-group-news-4-empty, gnus-group-news-5)
5612         (gnus-group-news-5-empty, gnus-group-news-6)
5613         (gnus-group-news-6-empty, gnus-group-news-low)
5614         (gnus-group-news-low-empty, gnus-group-mail-1)
5615         (gnus-group-mail-1-empty, gnus-group-mail-2)
5616         (gnus-group-mail-2-empty, gnus-group-mail-3)
5617         (gnus-group-mail-3-empty, gnus-group-mail-low)
5618         (gnus-group-mail-low-empty, gnus-summary-selected)
5619         (gnus-summary-cancelled, gnus-summary-high-ticked)
5620         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5621         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5622         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5623         (gnus-summary-low-undownloaded)
5624         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5625         (gnus-summary-low-unread, gnus-summary-normal-unread)
5626         (gnus-summary-high-read, gnus-summary-low-read)
5627         (gnus-summary-normal-read, gnus-splash):
5628         Remove "-face" suffix from face names.
5629         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5630         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5631         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5632         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5633         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5634         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5635         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5636         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5637         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5638         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5639         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5640         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5641         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5642         (gnus-summary-normal-ticked-face)
5643         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5644         (gnus-summary-normal-ancient-face)
5645         (gnus-summary-high-undownloaded-face)
5646         (gnus-summary-low-undownloaded-face)
5647         (gnus-summary-normal-undownloaded-face)
5648         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5649         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5650         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5651         (gnus-splash-face):
5652         New backward-compatibility aliases for renamed faces.
5653         (gnus-group-startup-message): Use renamed gnus faces.
5654
5655         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5656         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5657         (gnus-server-agent): Remove "-face" suffix from face names.
5658         (gnus-server-agent-face, gnus-server-opened-face)
5659         (gnus-server-closed-face, gnus-server-denied-face)
5660         (gnus-server-offline-face):
5661         New backward-compatibility aliases for renamed faces.
5662         (gnus-server-agent-face, gnus-server-opened-face)
5663         (gnus-server-closed-face, gnus-server-denied-face)
5664         (gnus-server-offline-face): Use renamed gnus faces.
5665
5666         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5667         Remove "-face" suffix from face names.
5668         (gnus-picon-xbm-face, gnus-picon-face):
5669         New backward-compatibility aliases for renamed faces.
5670
5671         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5672         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5673         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5674         (gnus-cite-11): Remove "-face" suffix from face names.
5675         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5676         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5677         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5678         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5679         New backward-compatibility aliases for renamed faces.
5680         (gnus-cite-attribution-face, gnus-cite-face-list)
5681         (gnus-article-boring-faces): Use renamed gnus faces.
5682
5683         * gnus-art.el (gnus-signature, gnus-header-from)
5684         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5685         (gnus-header-content): Remove "-face" suffix from face names.
5686         (gnus-signature-face, gnus-header-from-face)
5687         (gnus-header-subject-face, gnus-header-newsgroups-face)
5688         (gnus-header-name-face, gnus-header-content-face):
5689         New backward-compatibility aliases for renamed faces.
5690         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5691
5692         * gnus-sum.el (gnus-summary-selected-face)
5693         (gnus-summary-highlight): Use renamed gnus faces.
5694         * gnus-group.el (gnus-group-highlight): Likewise.
5695
5696 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5697
5698         * gnus-sieve.el (gnus-sieve-article-add-rule):
5699         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5700         * spam-stat.el (spam-stat-buffer-change-to-spam)
5701         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5702
5703         * message.el (message-is-yours-p):
5704         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5705
5706 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * mm-view.el (mm-inline-text): Withdraw the last change.
5709
5710 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5713         executing enriched-decode.
5714
5715 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5718         charset of tar files.
5719
5720 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5721
5722         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5723
5724 2005-06-04  Lute Kamstra  <lute@gnu.org>
5725
5726         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5727         information is never recorded.
5728
5729 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5730
5731         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5732
5733 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * pop3.el (pop3-apop): Run md5 in the binary mode.
5736
5737         * starttls.el (starttls-set-process-query-on-exit-flag):
5738         Use eval-and-compile.
5739
5740 2005-05-31  Simon Josefsson  <jas@extundo.com>
5741
5742         * smime.el (smime-replace-in-string): Define.
5743         (smime-cert-by-ldap-1): Use it.
5744
5745 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * gnus-art.el (article-display-x-face): Replace
5748         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5749
5750         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5751         set-process-query-on-exit-flag or process-kill-without-query.
5752
5753         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5754         loop instead of replace-regexp.
5755
5756         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5757         instead of process-kill-without-query if it is available.
5758
5759         * lpath.el: Fbind ldap-search-entries.
5760
5761         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5762         instead of find-file-hooks if it is available.
5763
5764         * mml1991.el: Bind pgg-default-user-id when compiling.
5765
5766         * mml2015.el: Bind pgg-default-user-id when compiling.
5767
5768         * nndraft.el (nndraft-request-associate-buffer):
5769         Use write-contents-functions instead of write-contents-hooks if it is
5770         available.
5771
5772         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5773         instead of find-file-hooks if it is available.
5774
5775         * nntp.el (nntp-open-connection): Replace
5776         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5777         (nntp-open-ssl-stream): Ditto.
5778         (nntp-open-tls-stream): Ditto.
5779
5780         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5781         set-process-query-on-exit-flag or process-kill-without-query.
5782         (starttls-open-stream-gnutls): Use it instead of
5783         process-kill-without-query.
5784         (starttls-open-stream): Ditto.
5785
5786 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5787
5788         * smime.el (smime-cert-by-ldap-1): Don't use
5789         replace-regexp-in-string.
5790
5791 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5792
5793         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5794
5795         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5796         in PEM format. Adjust to the XEmacs compability.
5797
5798 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5801         by `string-to-number'.
5802         * gnus-agent.el (gnus-agent-regenerate-group)
5803         (gnus-agent-fetch-articles): Ditto.
5804         * gnus-art.el (gnus-button-fetch-group): Ditto.
5805         * gnus-cache.el (gnus-cache-generate-active)
5806         (gnus-cache-articles-in-group): Ditto.
5807         * gnus-group.el (gnus-group-set-current-level)
5808         (gnus-group-insert-group-line): Ditto.
5809         * gnus-score.el (gnus-score-set-expunge-below)
5810         (gnus-score-set-mark-below, gnus-summary-score-effect)
5811         (gnus-summary-score-entry): Ditto.
5812         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5813         (gnus-soup-pack): Ditto.
5814         * gnus-spec.el (gnus-xmas-format): Ditto.
5815         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5816         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5817         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5818         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5819         * nndb.el (nndb-get-remote-expire-response): Ditto.
5820         * nndiary.el (nndiary-parse-schedule-value)
5821         (nndiary-string-to-number, nndiary-request-replace-article)
5822         (nndiary-request-article): Ditto.
5823         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5824         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5825         * nneething.el (nneething-make-head): Ditto.
5826         * nnfolder.el (nnfolder-request-article)
5827         (nnfolder-retrieve-headers): Ditto.
5828         * nnheader.el (nnheader-file-to-number): Ditto.
5829         * nnkiboze.el (nnkiboze-request-article): Ditto.
5830         * nnmail.el (nnmail-process-unix-mail-format)
5831         (nnmail-process-babyl-mail-format): Ditto.
5832         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5833         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5834         (nnmh-request-create-group, nnmh-request-list-1)
5835         (nnmh-request-group, nnmh-request-article): Ditto.
5836         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5837         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5838         * nnsoup.el (nnsoup-make-active): Ditto.
5839         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5840         * nntp.el (nntp-find-group-and-number)
5841         (nntp-retrieve-headers-with-xover): Ditto.
5842         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5843         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5844         (pgg-format-key-identifier): Ditto.
5845         * pop3.el (pop3-last, pop3-stat): Ditto.
5846         * qp.el (quoted-printable-decode-region): Ditto.
5847
5848         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5849         of concat.
5850
5851 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5854
5855         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5856
5857         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5858
5859         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5860
5861         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5862
5863         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5864
5865         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5866         (gnus-carpal-mode): Ditto.
5867
5868         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5869         (gnus-browse-mode): Ditto.
5870
5871         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5872
5873         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5874
5875 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5876
5877         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5878
5879 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-util.el (gnus-run-mode-hooks): New function.
5882
5883         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5884
5885         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5886         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5887
5888 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5889
5890         * gnus-agent.el (gnus-agent-make-mode-line-string):
5891         Use mode-line-highlight as mouse-face.
5892
5893 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * canlock.el (canlock): Change the parent group to news.
5896
5897         * deuglify.el (gnus-outlook-deuglify): Add :group.
5898
5899         * dig.el (dig): Add :group.
5900
5901         * dns-mode.el (dns-mode): Add :group.
5902
5903         * encrypt.el (encrypt): Add :group.
5904
5905         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5906         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5907         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5908         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5909         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5910
5911         * gnus-diary.el (gnus-diary): Add :group.
5912
5913         * gnus.el (gnus-group-news-1-face): Add :group.
5914         (gnus-group-news-1-empty-face): Ditto.
5915         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5916         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5917         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5918         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5919         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5920         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5921         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5922         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5923         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5924         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5925         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5926         (gnus-summary-high-ticked-face): Ditto.
5927         (gnus-summary-low-ticked-face): Ditto.
5928         (gnus-summary-normal-ticked-face): Ditto.
5929         (gnus-summary-high-ancient-face): Ditto.
5930         (gnus-summary-low-ancient-face): Ditto.
5931         (gnus-summary-normal-ancient-face): Ditto.
5932         (gnus-summary-high-undownloaded-face): Ditto.
5933         (gnus-summary-low-undownloaded-face): Ditto.
5934         (gnus-summary-normal-undownloaded-face): Ditto.
5935         (gnus-summary-high-unread-face): Ditto.
5936         (gnus-summary-low-unread-face): Ditto.
5937         (gnus-summary-normal-unread-face): Ditto.
5938         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5939         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5940
5941         * hashcash.el (hashcash): New custom group.
5942         (hashcash-default-payment): Add :group.
5943         (hashcash-payment-alist): Ditto.
5944         (hashcash-default-accept-payment): Ditto.
5945         (hashcash-accept-resources): Ditto.
5946         (hashcash-path): Ditto.
5947         (hashcash-extra-generate-parameters): Ditto.
5948         (hashcash-double-spend-database): Ditto.
5949         (hashcash-in-news): Ditto.
5950
5951         * message.el (message-minibuffer-local-map): Add :group.
5952
5953         * netrc.el (netrc): Add :group.
5954
5955         * sieve-manage.el (sieve-manage-log): Add :group.
5956         (sieve-manage-default-user): Diito.
5957         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5958         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5959         (sieve-manage-authenticators): Ditto.
5960         (sieve-manage-authenticator-alist): Ditto.
5961         (sieve-manage-default-port): Ditto.
5962
5963         * sieve-mode.el (sieve-control-commands-face): Add :group.
5964         (sieve-action-commands-face): Ditto.
5965         (sieve-test-commands-face): Ditto.
5966         (sieve-tagged-arguments-face): Ditto.
5967
5968         * smime.el (smime): Add :group.
5969
5970         * spam-report.el (spam-report): Add :group.
5971
5972         * spam.el (spam, spam-face): Add :group.
5973
5974 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5977         return \n.\n.\n at the end of articles.  Protect against that.
5978         (nntp-with-open-group): Allow debugging.
5979
5980         * nnheader.el (mail-header-set-extra): Make into a function
5981         because I just could't understand how to quote the list properly.
5982
5983         * dns.el (query-dns-cached): New function.
5984
5985 2005-05-26  Lute Kamstra  <lute@gnu.org>
5986
5987         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5988
5989 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5992
5993         * gnus-art.el: Don't autoload mail-extract-address-components.
5994
5995         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5996         eval-and-compile to evaluate it.
5997
5998         * hashcash.el: Don't autoload executable-find.
5999
6000         * nndb.el: Don't declare the nndb back end two or more times; don't
6001         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6002
6003         * nntp.el: Autoload format-spec instead of format; use
6004         eval-and-compile to evaluate autoload forms.
6005
6006 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6007
6008         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6009
6010 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * gnus.el (gnus-version-number): Bump version.
6013
6014 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6015
6016         * gnus.el: No Gnus v0.3 is released.
6017
6018 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * lpath.el (featurep): Bind show-nonbreak-escape.
6021
6022 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-edit-part): Disable undo.
6025
6026 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6029         gnus-article-date-lapsed-new-header is t if date timer is active;
6030         skip headers in which the original date value is empty.
6031         (gnus-article-save-original-date): Redefine it as a macro.
6032         (gnus-display-mime): Use it.
6033
6034 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-art.el (article-date-ut): Support converting date in
6037         forwarded parts as well.
6038         (gnus-article-save-original-date): New function.
6039         (gnus-display-mime): Use it.
6040
6041 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6042
6043         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6044         enclosure element of <item>.
6045
6046 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * message.el (message-kill-buffer-query): Renamed from
6049         `message-kill-buffer-query-if-modified'.  Added :version.
6050
6051 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6054         window layout.
6055
6056 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * mml.el: Autoload dnd when compiling.
6059
6060 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6063         x-dnd-*.
6064
6065 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * qp.el (quoted-printable-encode-region): Save excursion.
6068
6069 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * message.el (message-kill-buffer-query-if-modified): Add new variable
6072         so the user can kill a modified message buffer quickly.
6073         (message-kill-buffer): Use it.
6074
6075 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * lpath.el: Fbind display-time-event-handler; don't fbind
6078         string-to-multibyte.
6079
6080         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6081
6082 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6085         contained in text because xml.el decodes entities) with LFs.
6086
6087 2005-04-11  Lute Kamstra  <lute@gnu.org>
6088
6089         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6090         differently.
6091
6092 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6093
6094         * mm-util.el (mm-detect-coding-region): Typo.
6095
6096 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6099
6100 2005-04-06  D Goel  <deego@gnufans.org>
6101
6102         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6103         user-function allow user modifications of the scores.
6104         (spam-stat-score-buffer-user): New function, to allow
6105         user-computed modifications to the score.
6106         (spam-stat-score-buffer-user-functions): list of additional
6107         scoring functions
6108         (spam-stat-error-holder): global temporary error holder
6109         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6110         variable
6111
6112 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * gnus-registry.el (gnus-registry-clean-empty-function)
6115         (gnus-registry-trim, gnus-registry-fetch-groups)
6116         (gnus-registry-delete-group): Groups that match
6117         `gnus-registry-ignored-groups' are removed from the registry
6118         entries, not just ignored for splitting.  This helps clean up the
6119         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6120         to get all the groups a message ID is in.
6121
6122         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6123         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6124         (spam-stat-score-buffer-user-functions): Add :number custom type.
6125
6126 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6129         argument in XEmacs.
6130
6131         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6132         (nnrss-request-group): Decode group name first.
6133         (nnrss-request-article): Make a text/plain article if mml-to-mime
6134         failed.
6135         (nnrss-get-encoding): Return a compatible encoding according to
6136         nnrss-compatible-encoding-alist.
6137         (nnrss-find-el): Use consp instead of listp.
6138         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6139
6140 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6143         which Emacs 20 doesn't support.
6144         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6145
6146 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6149         silence the byte compiler inside the defun
6150
6151         * gnus-demon.el (parse-time-string): Add autoload.
6152
6153         * gnus-delay.el (parse-time-string): Add autoload.
6154
6155         * gnus-art.el (parse-time-string): Add autoload.
6156
6157         * nnultimate.el (parse-time): Require for `parse-time-string'.
6158
6159 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6162
6163         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6164
6165         * smime.el (smime-ldap-host-list): Add :version.
6166
6167 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6170         pass it to `gnus-browse-read-group'.
6171         (gnus-browse-read-group): Add NUMBER argument and pass it to
6172         `gnus-group-read-ephemeral-group'.
6173
6174         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6175         argument and pass it to `gnus-group-read-group'.
6176
6177 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6178
6179         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6180         mm-xemacs-find-mime-charset-1 if we have the mule feature
6181         available at runtime.
6182
6183 2005-03-25  Werner Lemberg  <wl@gnu.org>
6184
6185         * nnmaildir.el: Replace `illegal' with `invalid'.
6186
6187 2005-03-23  Lute Kamstra  <lute@gnu.org>
6188
6189         * time-date.el: Add comment on time value formats.
6190         Don't require parse-time.
6191         (with-decoded-time-value): New macro.
6192         (encode-time-value): New function.
6193         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6194         (days-to-time): Return a valid time value when arg is huge.
6195         (time-since): Use time-subtract.
6196         (time-to-number-of-days): Use time-to-seconds.
6197
6198 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6199
6200         * gnus-start.el (gnus-display-time-event-handler):
6201         Check display-time-timer at runtime rather than only at load time
6202         in case display-time-mode is turned off in the mean time.
6203
6204 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6207         used.
6208
6209         * nneething.el (nneething-map-file-directory): Derive from
6210         `gnus-directory'.
6211
6212         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6213         the To/Cc button.
6214
6215 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * nnmaildir.el (nnmaildir-request-accept-article):
6218         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6219
6220 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6221
6222         * gnus-async.el: Require timer-funcs at compile time when in
6223         XEmacs for `run-with-idle-timer'.
6224
6225 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6226
6227         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6228         autoloaded function.
6229
6230 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6231
6232         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6233
6234 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6235
6236         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6237
6238 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6239
6240         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6241         gnus-expert-user to default.
6242
6243 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6244
6245         * nnimap.el (nnimap-open-server): Ditto.
6246
6247         * imap.el (imap-authenticate): Fix typo.
6248
6249 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6250
6251         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6252         buffer (since IMAP server might return FETCH response out of
6253         order, and the nntp buffer must be sorted).
6254
6255 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6256
6257         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6258         comparison on string.
6259
6260         * gnus-agent.el (gnus-agent-long-article,
6261         gnus-agent-short-article, gnus-agent-score): Renamed category
6262         keywords to match gnus-cus.
6263         (gnus-agent-summary-fetch-series): Modified to protect against
6264         gnus-agent-summary-fetch-group clearing processable flags.
6265         (gnus-agent-synchronize-group-flags): Update live group buffer as
6266         synchronization may occur due to the user toggle the plugged
6267         status.
6268         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6269         successfully downloaded.
6270         (gnus-agent-expire-group-1): Avoid using markers when the overview
6271         is in ascending order; greatly improves performance.
6272         (gnus-agent-regenerate-group): Use
6273         gnus-agent-synchronize-group-flags to reset read status in both
6274         gnus and server.
6275         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6276
6277 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * message.el: Don't autoload former message-utils variables.
6280         (message-strip-subject-trailing-was): Change doc string.
6281
6282         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6283         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6284         (nnweb-google-search): Add "hl=en" here.
6285         (nnweb-google-parse-1, nnweb-google-create-mapping):
6286         Don't hardcode URL.
6287
6288 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6289
6290         * message.el (message-get-reply-headers, message-followup):
6291         Mention related variables `message-use-followup-to' and
6292         `message-use-mail-followup-to', in the information buffer.
6293
6294         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6295         of broken groups(-beta).google.com.
6296
6297 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6298
6299         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6300         parameter to invoked gnus-request-move-article; remove the
6301         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6302         all at once instead of once per article.
6303         (gnus-summary-remove-process-mark): Accept a list of articles as
6304         well as a single article for processing.
6305
6306         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6307         parameter.
6308
6309         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6310
6311         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6312
6313         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6314         parameter.
6315
6316         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6317         parameter.
6318
6319         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6320         parameter and remove the gnus-sum-hint-move-is-internal variable.
6321
6322         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6323         parameter.
6324
6325         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6326         parameter.
6327
6328         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6329         parameter.
6330
6331         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6332
6333         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6334         parameter.
6335
6336         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6337         parameter.
6338
6339 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6340
6341         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6342         a more conservative way.
6343
6344 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6345
6346         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6347         buffer, so it moves the window's cursor.
6348
6349 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6350
6351         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6352         `mm-dissect-multipart' and receive the from field as an (optional)
6353         argument from `mm-dissect-multipart'.
6354         (mm-dissect-multipart): Receive the from field as an argument and
6355         pass it on when we call `mm-dissect-buffer' on MIME parts.
6356         Fixes verification/decryption of signed/encrypted MIME parts.
6357
6358 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6359
6360         * gnus-sum.el (gnus-summary-move-article): Set
6361         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6362         whatever it calls (right now, only nnimap-request-move article
6363         respects it).
6364
6365         * nnimap.el (nnimap-request-move-article): When
6366         gnus-sum-hint-move-is-internal is set, don't do the extra
6367         nnimap-request-article.
6368
6369 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6370
6371         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6372
6373         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6374         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6375
6376         * gnus-sum.el (gnus-summary-caesar-message):
6377         Apply `gnus-treat-article' after rotation.
6378
6379         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6380         doc string.
6381
6382 2005-02-22  Simon Josefsson  <jas@extundo.com>
6383
6384         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6385         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6386         <arne@arnested.dk>.
6387         (encrypt): Add password-cache and password-cache-expiry as group
6388         members.
6389
6390 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6391
6392         * smime.el (smime-ldap-host-list): Doc fix.
6393         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6394         cache) password.
6395         (smime-sign-region): Use it.
6396         (smime-decrypt-region): Use it.
6397         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6398         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6399         fails.
6400         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6401         certificate from DER to PEM format rather than calling openssl.
6402
6403         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6404
6405         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6406         for signing/encryption.
6407
6408         * mml.el (mml-parse-1): Use them.
6409
6410 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6411
6412         * nnrss.el (nnrss-verbose): Removed.
6413         (nnrss-request-group): Use `nnheader-message' instead.
6414
6415 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6416
6417         * nnrss.el (nnrss-verbose): New variable.
6418         (nnrss-request-group): Make it say nnrss is requesting a group.
6419
6420 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6423         Handle news URL with given port correctly.
6424
6425 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6428         containing special characters.
6429
6430         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6431
6432         * mml.el (mime-to-mml): Ditto.
6433
6434         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6435         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6436         (rfc2047-decode-region): Quote decoded words containing special
6437         characters when rfc2047-quote-decoded-words-containing-tspecials
6438         is non-nil.
6439
6440 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6441
6442         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6443
6444         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6445
6446 2005-02-15  Simon Josefsson  <jas@extundo.com>
6447
6448         * nnimap.el (nnimap-debug): Doc fix.
6449
6450         * imap.el (imap-debug): Doc fix.
6451
6452 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6455
6456 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         * gnus.el (spam-contents): Improve docs for spam-contents
6459         parameter in its variable incarnation.
6460
6461 2005-02-14  Simon Josefsson  <jas@extundo.com>
6462
6463         * smime-ldap.el: Use require instead of load-library for ldap.
6464         (smime-ldap-search): Indent.
6465         (smime-ldap-search-internal): Shorten line.
6466
6467         * smime.el (smime-cert-by-dns): Add doc-string.
6468         (smime-cert-by-ldap-1): Indent.
6469
6470         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6471         mml-smime-get-dns-ldap.
6472         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6473
6474 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6475
6476         * smime.el: Require smime-ldap.
6477         (smime-ldap-host-list): New variable.
6478         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6479
6480         * mml-smime.el (mml-smime-encrypt-query): New function.
6481         (mml-smime-encrypt-query): Use it.
6482
6483         * smime-ldap.el: New file.
6484
6485 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6488
6489 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6492         argument in doc string.  Make query for type more clear.
6493
6494 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * gnus.el (gnus-group-startup-message): Search for gnus images in
6497         etc/images/gnus.
6498         * mm-util.el (mm-image-load-path): Likewise.
6499         * smiley.el (smiley-data-directory): Search for smilies in
6500         etc/images/smilies.
6501
6502 2005-02-09  Kim F. Storm  <storm@cua.dk>
6503
6504         Change Emacs release version from 21.4 to 22.1 throughout.
6505         Change Emacs development version from 21.3.50 to 22.0.50.
6506
6507 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6510
6511         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6512         non-Mule XEmacs as well.
6513         (mm-decompress-buffer): Signal an error intentionally if it does
6514         not decompress compressed data because auto-compression-mode is
6515         disabled.
6516
6517 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6518
6519         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6520         an ID in the registry even if it has no groups.
6521
6522 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6525         merge it into mm-decompress-buffer.
6526         (gnus-mime-copy-part): Use the MIME part charset, the value which
6527         a user specified or gnus-newsgroup-charset for decoding, like
6528         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6529         save-buffer what was used.  Suggested by Kevin Ryde
6530         <user42@zip.com.au>.
6531         (gnus-mime-inline-part): Allow the name parameter as well as the
6532         filename parameter; force decompressing of compressed data; always
6533         display contents being not decoded as unibyte.
6534
6535         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6536         as well as the filename parameter.
6537
6538         * mm-util.el (mm-decompress-buffer): Merge
6539         gnus-mime-jka-compr-maybe-uncompress.
6540         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6541         of compressed data.
6542
6543 2005-02-08  Simon Josefsson  <jas@extundo.com>
6544
6545         * imap.el (imap-log): Doc fix.
6546
6547 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6550         the coding cookies; decompress compressed parts.
6551
6552         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6553         to the value which a user specified manually or the coding cookie.
6554
6555         * mm-util.el (mm-string-to-multibyte): New function.
6556         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6557         (mm-coding-system-to-mime-charset): New function.
6558         (mm-decompress-buffer): New function.
6559         (mm-find-buffer-file-coding-system): New function.
6560
6561         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6562         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6563         parts.
6564
6565 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6566
6567         * mm-view.el (mm-display-inline-fontify): Decode a part according
6568         to the charset parameter.
6569
6570 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6573         prefix arg is neither nil nor a number, as info specifies.
6574
6575 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6578         timestamps.
6579
6580 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6581
6582         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6583         groups error checking and notify user.
6584
6585 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6586
6587         * message.el (message-send-mail-function): Check existence of
6588         sendmail-program first before using default value
6589         `message-send-mail-with-sendmail'.  Otherwise use more generic
6590         `smtpmail-send-it'.
6591
6592 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nntp.el (nntp-request-update-info): Always return nil.
6595
6596 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6597
6598         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6599
6600 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6601
6602         * message.el (message-beginning-of-line): Change the behavior when
6603         invoked between BOL and : so that it first moves backward.
6604
6605 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6608         article buffer when editing of the article is discarded.
6609         (gnus-article-prepare): Revert.
6610
6611 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * gnus-art.el (gnus-article-prepare):
6614         Remove message-strip-forbidden-properties from the local hook.
6615
6616 2005-01-27  Simon Josefsson  <jas@extundo.com>
6617
6618         * password.el (password-cache-add): Only start one timer per key.
6619         Reported by Derek Atkins <warlord@MIT.EDU>.
6620
6621 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6622
6623         * run-at-time.el: Removed.  It is no longer needed as
6624         timer-funcs.el in the xemacs-base package has a working version of
6625         `run-at-time'.
6626
6627         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6628
6629         * password.el: Require timer-funcs instead of run-at-time in
6630         XEmacs.
6631         Remove `password-run-at-time' macro.
6632         (password-cache-add): Use `run-at-time' instead of
6633         `password-run-at-time'.
6634
6635         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6636         Remove `nnheader-cancel-function-timers' alias,
6637         `cancel-function-timers' exists in XEmacs in timer-funcs.
6638
6639         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6640         for `run-with-idle-timer'.
6641
6642         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6643         for `run-at-time'.
6644
6645         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6646         for `with-timeout'.
6647
6648         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6649         the same as for XEmacs 21.4.
6650         No need to ignore `run-with-idle-timer', this function exists in
6651         XEmacs now in timer-funcs.el in the xemacs-base package.
6652         (dgnushack-compile): No need to delete
6653         run-at-time.el from the list of files to compile because it
6654         doesn't exist anymore.
6655
6656 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6659         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6660
6661 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6662
6663         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6664         sensitively.
6665
6666 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6667
6668         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6669
6670 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6673         which will be inserted according to the multibyteness of a buffer
6674         rather than the type of contents.  Suggested by ARISAWA Akihiro
6675         <ari@mbf.ocn.ne.jp>.
6676
6677         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6678         of string which old xml.el may return rather than a string.
6679
6680 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6683
6684 2005-01-16  Simon Josefsson  <jas@extundo.com>
6685
6686         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6687         idn/idna.el isn't available.
6688         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6689         <michael@waxrat.com>.
6690
6691         * hashcash.el: Remove non-FSF copyright header.
6692
6693         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6694         (hashcash-generate-payment): Use it.
6695         (hashcash-generate-payment-async): Use it.
6696
6697 2005-01-15  Simon Josefsson  <jas@extundo.com>
6698
6699         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6700         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6701
6702         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6703         gnus-summary-idna-message.
6704         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6705         (gnus-summary-idna-message): New function.
6706
6707 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6710         gnus-novice-user.
6711
6712 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * nnrss.el (nnrss-request-delete-group): Delete entries in
6715         nnrss-group-alist as well.
6716         (nnrss-save-server-data): Insert newline.
6717
6718 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * gnus.el (gnus-user-agent): Use list of symbols instead of
6721         symbols.  Display full version number for (S)XEmacs.  Optionally
6722         display (S)XEmacs codename.
6723
6724         * gnus-util.el (gnus-emacs-version): Update for new
6725         `gnus-user-agent'.
6726
6727         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6728         Gnus version.
6729
6730 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6733         which is unreadable in some setups.
6734
6735 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-spec.el (gnus-update-format-specifications): Flush the
6738         group format spec cache if it doesn't support decoded group names.
6739
6740 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6741
6742         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6743         to apply decay on score files matching a regexp.
6744
6745 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6748         compatibility in %g and %c.
6749
6750 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6753         name for only %g and %c.
6754         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6755         of gnus-tmp-group to decoded group name.
6756         (gnus-group-make-rss-group): Exclude `/'s from group names.
6757
6758 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * nnrss.el (nnrss-get-encoding): Fix regexp.
6761
6762 2004-12-27  Simon Josefsson  <jas@extundo.com>
6763
6764         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6765         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6766         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6767
6768 2004-12-17  Kim F. Storm  <storm@cua.dk>
6769
6770         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6771
6772         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6773
6774 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6775
6776         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6777
6778 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * nnrss.el: Require rfc2047 and mml.
6781         (nnrss-file-coding-system): New variable.
6782         (nnrss-format-string): Redefine it as an inline function.
6783         (nnrss-decode-group-name): New function.
6784         (nnrss-string-as-multibyte): Remove.
6785         (nnrss-retrieve-headers): Decode group name; don't use
6786         nnrss-format-string.
6787         (nnrss-request-group): Decode group name.
6788         (nnrss-request-article): Decode group name; allow a Message-ID as
6789         well as an article number; don't use nnrss-format-string; encode a
6790         Message-ID string which may contain non-ASCII characters; use
6791         mml-to-mime to compose a MIME article.
6792         (nnrss-request-expire-articles): Decode group name.
6793         (nnrss-request-delete-group): Decode group name.
6794         (nnrss-fetch): Clarify error message.
6795         (nnrss-read-server-data): Use insert-file-contents instead of load;
6796         bind file-name-coding-system; use multibyte buffer.
6797         (nnrss-save-server-data): Bind coding-system-for-write to the
6798         value of nnrss-file-coding-system; bind file-name-coding-system;
6799         add coding cookie.
6800         (nnrss-read-group-data): Use insert-file-contents instead of load;
6801         bind file-name-coding-system; use multibyte buffer.
6802         (nnrss-save-group-data): Bind coding-system-for-write to the
6803         value of nnrss-file-coding-system; bind file-name-coding-system.
6804         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6805         make it work with non-ASCII text.
6806         (nnrss-find-el): Make it work with old xml.el as well.
6807
6808 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6809
6810         * nnrss.el (nnrss-get-encoding): New function.
6811         (nnrss-fetch): Use unibyte buffer initially; bind
6812         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6813         decode contents according to the encoding attribute.
6814         (nnrss-save-group-data): Add coding cookie.
6815         (nnrss-mime-encode-string): New function.
6816         (nnrss-check-group): Use it to encode subject and author.
6817
6818 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6821         imaginary variable.
6822
6823 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6826         correctly even if there are wide characters.
6827
6828 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6829
6830         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6831         downcased symbol names; make a new cache instead of reusing
6832         bbdb-hashtable.
6833
6834 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6837         concatenating segments rather than before concatenating them.
6838         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6839
6840         * message.el (message-get-reply-headers): Bind `extra'.
6841
6842 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6843
6844         * message.el (message-extra-wide-headers): New variable.
6845         (message-get-reply-headers): Use it.
6846
6847 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6850         (gnus-agent-group-pathname): Ditto.
6851
6852         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6853
6854         * gnus-group.el (gnus-group-make-group): Decode group name.
6855         (gnus-group-make-rss-group): Register the group data after opening
6856         the nnrss group.
6857
6858 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6859
6860         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6861         by expiry now get marked as read.
6862
6863 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6866
6867 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6868
6869         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6870         unify Latin characters in XEmacs.
6871         (mm-find-mime-charset-region): Use it.
6872
6873 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-util.el (gnus-delete-directory): New function.
6876
6877         * gnus-agent.el (gnus-agent-delete-group): Use it.
6878
6879         * gnus-cache.el (gnus-cache-delete-group): Use it.
6880
6881 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6884         names.
6885
6886 2004-12-16  Simon Josefsson  <jas@extundo.com>
6887
6888         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6889
6890 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6893
6894         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6895         (gnus-group-set-current-level): Decode group name.
6896
6897 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6898
6899         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6900         failed.
6901
6902 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-group.el (gnus-group-delete-group): Decode group name.
6905         (gnus-group-make-rss-group): Encode group name.
6906         (gnus-group-catchup-current): Decode group name.
6907         (gnus-group-kill-group): Decode group name.
6908
6909 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6910
6911         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6912
6913 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-group.el (gnus-group-make-rss-group):
6916         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6917
6918         * gnus-start.el (gnus-setup-news): Honor user's setting to
6919         gnus-message-archive-method.  Suggested by Lute Kamstra
6920         <lute@gnu.org>.
6921
6922 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6923
6924         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6925         global counterparts of the buffer-local variables.
6926
6927 2004-11-16  Romain Francoise  <romain@orebokech.com>
6928
6929         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6930         counterparts of the buffer-local variables.
6931
6932 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * message.el (message-forbidden-properties): Fixed typo in doc
6935         string.
6936
6937 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * gnus-util.el (gnus-replace-in-string): Added doc string.
6940
6941         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6942         to avoid problems when splitting mails with many recipients.
6943
6944 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6945
6946         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6947         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6948
6949 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6950
6951         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6952         if there is no hashtable in memory or file modification time is
6953         newer than cached timestamp.
6954
6955 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6958         not-matching option.
6959
6960 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6963         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6964         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6965         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6966         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6967         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6968
6969 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * message.el (message-forward-make-body-mml): Remove headers
6972         according to message-forward-ignored-headers if a message is decoded.
6973
6974 2004-12-02  Romain Francoise  <romain@orebokech.com>
6975
6976         * message.el (message-forward-make-body-plain): Always remove
6977         headers according to message-forward-ignored-headers.
6978
6979 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         * spam.el (spam-summary-prepare-exit): Remove the
6982         gnus-summary-limit pop for now, it has problems with ham marks for
6983         me.
6984
6985 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6986
6987         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6988         correctly.
6989
6990 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6991
6992         * format-spec.el (format-spec): Message the char.
6993
6994 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-art.el (gnus-split-methods): Reformat comments.
6997
6998         * spam.el (spam-summary-prepare-exit): Remove article limits
6999         before exiting the summary buffer.
7000
7001 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7004         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7005
7006         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7007         order to silence the byte compiler.
7008
7009         * spam.el: Fix the way to silence the byte compiler, which
7010         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7011         bbdb-search-simple, spam-BBDB-register-routine,
7012         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7013         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7014         spam-stat-buffer-is-spam, spam-stat-load,
7015         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7016         spam-stat-save and spam-stat-split-fancy.
7017
7018 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7021         which may confuse users.
7022         (canlock-password-for-verify): Ditto.
7023
7024         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7025
7026         * gnus-art.el (gnus-emphasis-alist): Ditto.
7027
7028         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7029
7030         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7031
7032         * gnus-start.el (gnus-save-killed-list): Ditto.
7033
7034         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7035         (gnus-sum-thread-tree-root): Ditto.
7036         (gnus-sum-thread-tree-false-root): Ditto.
7037         (gnus-sum-thread-tree-single-indent): Ditto.
7038
7039         * message.el (message-courtesy-message): Ditto.
7040         (message-archive-note): Ditto.
7041         (message-subscribed-address-file): Ditto.
7042         (message-user-fqdn): Ditto.
7043
7044         * spam-report.el (spam-report-gmane-regex): Ditto.
7045
7046         * spam.el (spam-blackhole-good-server-regex): Ditto.
7047
7048 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * mml.el (mml-preview): Widen the message buffer before copying
7051         the contents to the preview buffer; sort headers before previewing.
7052
7053         * message.el (message-hidden-headers): Fix the way to avoid a bug
7054         in the `repeat' widget in Emacs 21.3 or earlier.
7055
7056 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * message.el (message-hidden-headers): Default to "^References:".
7059         Improve customization type.  Suggested by Reiner Steib
7060         <Reiner.Steib@gmx.de>.
7061
7062 2004-11-25  Romain Francoise  <romain@orebokech.com>
7063
7064         * message.el (message-strip-forbidden-properties): Remove check for
7065         obsolete `message-hidden' text property, hidden headers are not
7066         accessible in the buffer anymore.
7067
7068 2004-11-22  Romain Francoise  <romain@orebokech.com>
7069
7070         * message.el (message-header-format-alist): Add `From' in list
7071         so that it can be sorted.
7072         (message-fix-before-sending): Widen and sort headers before
7073         sending.
7074         (message-hide-headers): Use narrowing to hide headers by moving
7075         them to the top of the buffer and narrowing to the region
7076         underneath.
7077
7078 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7079
7080         * message.el (message-strip-forbidden-properties): Bind
7081         buffer-read-only (etc) to nil.
7082
7083 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7086         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7087
7088 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7089
7090         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7091
7092 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * dns.el (query-dns): Use sit-for to time instead of
7095         accept-process-output, since that doesn't seem to work on udp
7096         sockets.
7097
7098 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7101
7102 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7103
7104         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7105         doc string.  Improve doc string.
7106
7107 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * nntp.el (nntp-request-update-info): Return nil if
7110         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7111         may not call gnus-activate-group which uselessly issues the GROUP
7112         commands for all nntp groups and wastes time.  Reported by Romain
7113         Francoise <romain@orebokech.com>.
7114
7115         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7116
7117 2004-11-15  Simon Josefsson  <jas@extundo.com>
7118
7119         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7120         headers separately.
7121         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7122         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7123
7124 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * gnus-start.el (gnus-convert-old-newsrc):
7127         Assign legacy-gnus-agent to 5.10.7.
7128
7129 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7132         start of the lines.
7133
7134 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7135
7136         * hashcash.el (hashcash-default-payment): Change default to 20
7137         (hashcash-default-accept-payment): Change default to 20
7138         (hashcash-process-alist): New variable
7139         (hashcash-generate-payment-async): Add
7140         (hashcash-already-paid-p): Add
7141         (hashcash-insert-payment): Don't generate payments twice
7142         (hashcash-insert-payment-async): Add
7143         (hashcash-insert-payment-async-2): Add
7144         (hashcash-cancel-async): Add
7145         (hashcash-wait-async): Add
7146         (hashcash-processes-running-p): Add
7147         (hashcash-wait-or-cancel): Add
7148         (mail-add-payment): New optional argument.  Conditionally start
7149         asynchronous calculation.
7150         (mail-add-payment-async): Add
7151
7152         * message.el (message-send-mail): Wait for asynchronous hashcash
7153         results.  Don't clobber existing X-Hashcash headers.
7154         (message-setup-1): Call mail-add-payment-async when
7155         message-generate-hashcash is non-nil.
7156
7157 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7158
7159         * message.el (message-use-alternative-email-as-from): Examine the
7160         From header as well; use message-make-from in order to include a
7161         user's full name.
7162
7163 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7166         default; improve customization type.
7167         (gnus-emphasis-custom-with-format): New macro.
7168         (gnus-emphasis-custom-value-to-external): New function.
7169         (gnus-emphasis-custom-value-to-internal): New function.
7170
7171 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7172
7173         * dns.el (query-dns): Resolve reverse addresses.
7174
7175 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7176
7177         * gnus-group.el (gnus-group-get-new-news): Use it.
7178
7179         * gnus-start.el (gnus-check-reasonable-setup): New function.
7180
7181 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7184         "Args out of range" error.  Reported by Arnaud Giersch
7185         <arnaud.giersch@free.fr>.
7186
7187 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7188
7189         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7190
7191 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7192
7193         * spam.el (spam group): Add :version.
7194
7195         * pgg-def.el (pgg group): Add :version.
7196
7197 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-article-edit-article): Don't associate the
7200         article buffer with a draft file.  This is a temporary measure
7201         against the 2004-08-22 change to gnus-article-edit-mode.
7202
7203 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7206         (html2text-format-tags): Remove unused variable `attr'.
7207
7208 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7211
7212         * tls.el (tls-process-connection-type, tls-success)
7213         (tls-certtool-program): Add :version.
7214
7215         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7216         (starttls-extra-arguments, starttls-process-connection-type)
7217         (starttls-connect, starttls-failure, starttls-success):
7218
7219         * spam-stat.el (spam-stat): Add :version.
7220
7221         * sieve.el (sieve): Add :version.
7222
7223         * sha1.el (sha1): Add :version.
7224         (sha1-use-external): Remove redundant version.
7225
7226         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7227         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7228         (nnmail-split-fancy-match-partial-words)
7229         (nnmail-split-lowercase-expanded): Add :version.
7230
7231         * nndiary.el (nndiary): Add :version.
7232
7233         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7234
7235         * mml-sec.el (mml-default-sign-method)
7236         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7237         Add :version.
7238
7239         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7240
7241         * mm-url.el (mm-url-use-external, mm-url-program)
7242         (mm-url-arguments): Add :version.
7243
7244         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7245         (mm-attachment-file-modes, mm-decrypt-option)
7246         (mm-w3m-safe-url-regexp): Add :version.
7247
7248         * message.el (message-cite-prefix-regexp)
7249         (message-sendmail-envelope-from, message-minibuffer-local-map)
7250         (message-user-fqdn, message-completion-alist): Add :version.
7251
7252         * gnus-win.el (gnus-configure-windows-hook)
7253         (gnus-use-frames-on-any-display): Add :version.
7254
7255         * gnus-art.el (gnus-article-address-banner-alist)
7256         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7257         (gnus-treat-from-picon, gnus-treat-mail-picon)
7258         (gnus-treat-x-pgp-sig): Add :version.
7259
7260         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7261         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7262         (gnus-summary-article-delete-hook)
7263         (gnus-summary-display-while-building): Add :version.
7264
7265         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7266         (gnus-get-top-new-news-hook):Add :version.
7267
7268         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7269         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7270
7271         * gnus-registry.el (gnus-registry): Add :version.
7272
7273         * gnus-spec.el (gnus-use-correct-string-widths)
7274         (gnus-make-format-preserve-properties): Add :version.
7275
7276         * gnus.el (gnus-group-charter-alist)
7277         (gnus-group-fetch-control-use-browse-url)
7278         (gnus-install-group-spam-parameters): Add :version.
7279
7280         * gnus-diary.el (gnus-diary): Add :version.
7281
7282         * gnus-delay.el (gnus-delay): Add :version.
7283
7284         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7285         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7286         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7287         Add :version.
7288
7289         * gnus-agent.el (gnus-agent-max-fetch-size)
7290         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7291         (gnus-agent-prompt-send-queue): Add :version.
7292
7293         * deuglify.el (gnus-outlook-deuglify): Add :version.
7294
7295         * html2text.el: Beautify code.  Improve doc strings.  Some
7296         checkdoc cleanup.
7297         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7298
7299 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7300
7301         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7302
7303 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7306         when package is loaded.
7307
7308         * spam.el (spam-summary-score-preferred-header): Add global preference
7309         for people who want to override the default SpamAssassin over
7310         Bogofilter preference (when both are set).
7311         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7312         (spam-user-format-function-S): Check
7313         spam-summary-score-preferred-header.
7314         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7315         (spam-user-format-function-S): Format the score correctly.
7316
7317 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7320         signature file.  Suggested by Manoj Srivastava
7321         <srivasta@golden-gryphon.com>.
7322
7323         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7324         iso-2022-jp even in the Japanese language environment.
7325         Suggested by Jason Rumney <jasonr@gnu.org>.
7326
7327 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7330         use the same characters as the dummy marks; make it free from
7331         getting affected by the language environment.
7332         (gnus-summary-read-group-1): Update mark positions only when the
7333         format spec is updated.
7334
7335         * gnus-spec.el (gnus-update-format-specifications): Return a list
7336         of updated types.
7337
7338 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7341         of boundp to check if display-warning is available.
7342
7343 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7346
7347 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nnspool.el (nnspool-spool-directory): Use news-path if the
7350         news-directory variable is not bound.
7351
7352         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7353         function instead of display-warning if it is not available.
7354
7355 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7358         v5-10: Use `point-at-bol'.
7359
7360 2004-10-26  Simon Josefsson  <jas@extundo.com>
7361
7362         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7363         <chenggao@gmail.com>.
7364
7365 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7368         instead.
7369
7370 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7373         to remove a server from the nnimap-server-buffer-alist.
7374         (nnimap-open-connection, nnimap-close-server): Use it.
7375
7376         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7377
7378 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7381         running the major-mode function.
7382
7383 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7386         dummy marks in the right way.
7387
7388 2004-10-18  David Edmondson  <dme@dme.org>
7389
7390         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7391         excessively.
7392
7393 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7394
7395         * gnus-util.el (gnus-split-references): Accept a nil references
7396         string and go on blissfully.
7397
7398         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7399         cases where the references string is non-nil but has no references.
7400
7401         * encrypt.el: Add autoload tags.
7402
7403         * spam.el (spam-resolve-registrations-routine): Remove article
7404         from unregistration list too.  Reported by David Hanak
7405         <dhanak@isis.vanderbilt.edu>
7406
7407 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7410         nil.  Changed custom type.
7411
7412 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7415
7416         * gnus-sum.el (gnus-summary-move-article): Use it.
7417
7418 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * encrypt.el: Add autoload cookies.
7421
7422         * spam.el (spam-backend-article-list-property)
7423         (spam-backend-get-article-todo-list)
7424         (spam-backend-put-article-todo-list, )
7425         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7426         Resolve registrations separately.
7427         (spam-register-routine): Format comments.
7428         (spam-unregister-routine, spam-register-routine): Always call with
7429         specific-articles, no default list.
7430         (spam-summary-prepare-exit): Use the spam-classifications function.
7431
7432         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7433         gnus-encrypt.el.
7434
7435         * encrypt.el: copied from gnus-encrypt.el
7436
7437         * gnus-encrypt.el: commented that it's obsolete
7438
7439 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7442         (gnus-score-save): Use it.
7443
7444         * message.el (message-bury): Use `window-dedicated-p'.
7445
7446 2004-10-15  Simon Josefsson  <jas@extundo.com>
7447
7448         * pop3.el (top-level): Don't require nnheader.
7449         (pop3-read-timeout): Add.
7450         (pop3-accept-process-output): Add.
7451         (pop3-read-response, pop3-retr): Use it.
7452
7453 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7454
7455         * spam.el (spam-register-routine): Move comment.
7456         (spam-verify-bogofilter): Use 'unknown for the initial
7457         spam-bogofilter-valid state, not 'never.
7458
7459         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7460         for netrc-machine.
7461
7462         * nnimap.el (nnimap-open-connection): Use
7463         netrc-machine-user-or-password.
7464
7465 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7466
7467         * gnus-registry.el (gnus-registry-unload-hook):
7468         Set as a variable with add-hook.
7469
7470         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7471         of news-path.
7472
7473         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7474
7475         * spam.el: Delete duplicate `provide'.
7476         (spam-unload-hook): Set as a variable with add-hook.
7477
7478 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7481         in the doc string.
7482
7483         * message.el (message-ignored-news-headers)
7484         (message-ignored-supersedes-headers)
7485         (message-ignored-resent-headers)
7486         (message-forward-ignored-headers): Improve custom type.
7487
7488 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * message.el (message-tokenize-header): Fix 2004-09-06 change
7491         which used point-min in the wrong place.
7492
7493 2004-10-12  Simon Josefsson  <jas@extundo.com>
7494
7495         * tls.el (tls-certtool-program): New variable.
7496         (tls-certificate-information): New function, based on
7497         ssl-certificate-information.
7498
7499 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * compface.el: Move the version of ELisp-based uncompface program
7502         to the contrib directory because of the copyright problem.
7503
7504 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * message.el (message-kill-buffer): Raise the current frame.
7507
7508 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7509
7510         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7511
7512         * gnus.el (message-y-or-n-p): Autoload.
7513
7514         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7515         (pop3-password-required, pop3-authentication-scheme)
7516         (pop3-leave-mail-on-server): Made customizable.
7517         (pop3): New custom group.
7518         (pop3-retr): Remove `sleep-for' statements.
7519         Suggested by Dave Love <fx@gnu.org>.
7520
7521         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7522         Windows/DOS.
7523
7524         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7525         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7526         Dave Love <fx@gnu.org>.
7527
7528         * mml.el (mml-minibuffer-read-disposition): Require match.
7529         Suggested by Dave Love <fx@gnu.org>.
7530
7531 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7534         doc string.
7535
7536 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7539
7540 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7541
7542         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7543         instead of calling `mm-insert-inline', to decode text/* parts
7544         before displaying them.
7545
7546 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * mm-uu.el (mm-uu-text-plain-type): New variable.
7549         (mm-uu-pgp-signed-extract-1): Use it.
7550         (mm-uu-pgp-encrypted-extract-1): Use it.
7551         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7552         bind mm-uu-text-plain-type with that value.
7553         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7554         mm-uu-dissect.
7555
7556 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-group.el (gnus-update-group-mark-positions):
7559         * gnus-sum.el (gnus-update-summary-mark-positions):
7560         * message.el (message-check-news-body-syntax):
7561         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7562         of string-as-multibyte.
7563
7564 2004-10-05  Juri Linkov  <juri@jurta.org>
7565
7566         * gnus-group.el (gnus-update-group-mark-positions):
7567         * gnus-sum.el (gnus-update-summary-mark-positions):
7568         * message.el (message-check-news-body-syntax):
7569         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7570         8-bit unibyte values to a multibyte string for search functions.
7571
7572 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7575         (mm-uu-dissect-text-parts): New function.
7576
7577         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7578         dissect text parts.
7579
7580         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7581         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7582
7583         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7584
7585         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7586         gnus-current-topics instead of gnus-current-topic.
7587
7588 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7589
7590         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7591
7592 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7593
7594         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7595         where approriate.
7596
7597         * nnml.el (nnml-generate-active-info): do.
7598
7599         * nndiary.el (nndiary-generate-active-info): do.
7600
7601         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7602         (gnus-topic-move): do.
7603
7604         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7605         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7606
7607         * gnus-srvr.el (gnus-server-prepare)
7608         (gnus-server-open-all-servers): do.
7609
7610         * gnus-msg.el (gnus-summary-cancel-article)
7611         (gnus-summary-resend-message)
7612         (gnus-summary-mail-crosspost-complaint): do.
7613
7614         * gnus-move.el (gnus-change-server): do.
7615
7616         * gnus-group.el (gnus-group-unmark-all-groups)
7617         (gnus-group-set-current-level): do.
7618
7619 2004-10-04  Simon Josefsson  <jas@extundo.com>
7620
7621         * message.el (message-generate-hashcash): Doc fix.
7622
7623 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7624
7625         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7626         avoid infinite recursion via gnus-get-function.
7627
7628 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7629
7630         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7631
7632         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7633
7634         * nnmail.el (nnmail-split-history): do.
7635
7636         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7637         (nnml-request-delete-group): do.
7638
7639         * nnslashdot.el (nnslashdot-read-groups): do.
7640
7641         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7642         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7643
7644         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7645         (nnspool-sift-nov-with-sed): Use last
7646         (nnspool-retrieve-headers-with-nov): Use mapc.
7647         (nnspool-request-newgroups): Use dolist.
7648         (nnspool-request-group): Use last.
7649
7650         * nntp.el (nntp-read-server-type): Use dolist.
7651
7652         * nnvirtual.el (nnvirtual-create-mapping)
7653         (nnvirtual-update-read-and-marked): Use dolist.
7654         (nnvirtual-convert-headers): Simplify.
7655
7656 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7657
7658         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7659         support for sync'ing tick marks.
7660
7661 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7664         there's no visible header.
7665
7666 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7667
7668         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7669         necessary, pass full group name to gnus-request-set-marks.
7670
7671 2004-10-01  Simon Josefsson  <jas@extundo.com>
7672
7673         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7674         acroread.
7675
7676 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7677
7678         * spam-report.el (spam-report-gmane): Fix interactive.
7679
7680         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7681
7682         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7683         when writing file.
7684         (gnus-agent-synchronize-flags): Don't default to being
7685         interactive.
7686
7687 2004-09-30  Simon Josefsson  <jas@extundo.com>
7688
7689         * message.el (message-generate-hashcash): Add.
7690         (message-send-mail): Use it, call mail-add-payment.
7691
7692 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7693
7694         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7695
7696 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7697
7698         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7699         gnus-requst-update-info with explicit code to sync the in-memory
7700         info read flags with the marks being sync'd to the backend.
7701
7702         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7703
7704 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7705
7706         * spam.el (spam-verify-bogofilter): Add new function.
7707         (spam-check-bogofilter)
7708         (spam-bogofilter-register-with-bogofilter): Use it.
7709         (spam-verify-bogofilter): Add small fixes.
7710
7711 2004-09-28  Simon Josefsson  <jas@extundo.com>
7712
7713         * hashcash.el (hashcash-generate-payment): Revert.
7714
7715 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7718         gnus-extract-references instead of gnus-split-references.
7719
7720         * gnus-util.el (gnus-extract-references): Add new function, analogous
7721         to gnus-split-references but extracts only the message-ID without
7722         anything extra.
7723
7724         * hashcash.el (hashcash-generate-payment)
7725         (hashcash-check-payment): Do the right thing if hashcash-path is
7726         nil (because the hashcash program could not be found).
7727
7728         * spam.el (spam-use-hashcash): Remove comment.
7729
7730 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7731
7732         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7733         (gnus-cache-enter-article, gnus-cache-remove-article)
7734         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7735
7736         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7737
7738         * gnus-art.el (article-hide-boring-headers)
7739         (article-translate-strings, article-display-face)
7740         (gnus-article-mime-match-handle-first)
7741         (gnus-article-highlight-headers)
7742         (gnus-article-add-buttons-to-head): do.
7743
7744 2004-09-27  Simon Josefsson  <jas@extundo.com>
7745
7746         * hashcash.el: New version, from
7747         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7748         ../contrib/.
7749
7750 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7753
7754 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7755
7756         * gnus-dup.el (gnus-dup-open): Use mapc.
7757         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7758
7759         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7760         Reported by Stefan Wiens <s.wi@gmx.net>.
7761
7762         * gnus.el (gnus-shutdown): Use dolist.
7763
7764         * gnus-undo.el (gnus-undo): Use mapc.
7765
7766         * nnrss.el (nnrss-generate-active): do.
7767
7768         * message.el (message-cite-original-without-signature)
7769         (message-cite-original): Use mapc.
7770         (message-do-actions, message-make-forward-subject): Use dolist.
7771
7772 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7773
7774         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7775         deletion to remove entire duplicate line.  Fixes merged article
7776         number bug.
7777
7778 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7779
7780         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7781         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7782         first ask if you want to open a server and then, even when you
7783         responded with no, asking if you want to synchronize the server's
7784         flags.
7785         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7786         multi-line expressions.
7787         (gnus-agent-synchronize-group-flags): New internal function.
7788         Updates marks in memory (in the info structure) AND in the
7789         backend.
7790
7791         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7792
7793         * nnagent.el (nnagent-request-set-mark): Use
7794         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7795         method, to ensure that synchronization updates marks in the
7796         backend and in the info (in memory) structure.
7797
7798 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7801         convention fully; don't miss the root article of a thread; make
7802         the X-Draft-From header with correct article numbers.
7803
7804 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7805
7806         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7807         unless plugged.  Disable the agent so that an open failure causes
7808         an error.
7809
7810         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7811         Reverted 2004-09-21 change.  The backend must be opened while
7812         synchronizing flags even when the backend stores the flags
7813         locally.
7814
7815 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7818         in `header' match.  Reported by Svend Tollak Munkejord.
7819
7820         * message.el (message-cite-original): Fix use of
7821         `message-cite-articles-with-x-no-archive'.
7822
7823 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7826         (gnus-window-to-buffer): Ditto.
7827
7828         * mml.el (mml-preview-buffer): New variable.
7829         (mml-preview): Manage window layout with gnus-buffer-configuration.
7830
7831         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7832         X-Draft-From header even if those articles aren't quoted.
7833
7834 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7835
7836         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7837         (gnus-request-set-mark, gnus-request-update-mark): Use new
7838         g-s-t-u-l-m to decide to use backend even when unplugged.
7839
7840 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7843         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7844
7845 2004-09-20  Simon Josefsson  <jas@extundo.com>
7846
7847         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7848         "utf-16-le".
7849
7850 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7851
7852         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7853
7854 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * uudecode.el (uudecode-use-external): Add :version.
7857
7858         * smime.el (smime-CA-file, smime-encrypt-cipher)
7859         (smime-dns-server): Add :version.
7860
7861         * smiley.el (gnus-smiley-file-types): Add :version.
7862
7863         * sha1.el (sha1-use-external): Add :version.
7864
7865         * pgg-def.el (pgg-query-keyserver): Add :version.
7866
7867         * nnmail.el (nnmail-fancy-expiry-targets)
7868         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7869         Add :version.
7870
7871         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7872         (nnimap-retrieve-groups-asynchronous): Add :version.
7873         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7874
7875         * mml.el (mml-content-disposition-parameters)
7876         (mml-insert-mime-headers-always): Add :version.
7877
7878         * mm-util.el (mm-coding-system-priorities): Add :version.
7879
7880         * mm-decode.el (mm-inline-text-html-with-images)
7881         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7882         (mm-verify-option): Add :version.
7883         (mm-text-html-renderer): Change :version.
7884
7885         * message.el (message-fcc-externalize-attachments)
7886         (message-required-headers, message-draft-headers)
7887         (message-subject-trailing-was-query)
7888         (message-subject-trailing-was-ask-regexp)
7889         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7890         (message-mark-insert-end, message-archive-header)
7891         (message-archive-note, message-cross-post-default)
7892         (message-cross-post-note, message-followup-to-note)
7893         (message-cross-post-note-function, message-use-mail-followup-to)
7894         (message-subscribed-address-functions)
7895         (message-subscribed-address-file, message-subscribed-addresses)
7896         (message-subscribed-regexps, message-allow-no-recipients)
7897         (message-yank-cited-prefix, message-signature-insert-empty-line)
7898         (message-hidden-headers, message-hierarchical-addresses)
7899         (message-mail-user-agent, message-use-idna)
7900         (message-valid-fqdn-regexp)
7901         (message-strip-special-text-properties, message-header-synonyms)
7902         (message-beginning-of-line, message-tab-body-function): Add :version.
7903         (message-insert-canlock, message-wide-reply-confirm-recipients):
7904         Change :version.
7905
7906         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7907         and :version.
7908         (mail-source-delete-old-incoming-confirm)
7909         (mail-source-movemail-program): Add :version.
7910
7911         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7912         (gnus-agent-cache, gnus-agent): Change :version.
7913
7914         * gnus-util.el (gnus-use-byte-compile): Change :version.
7915
7916         * gnus-sum.el (gnus-summary-make-false-root-always)
7917         (gnus-summary-default-high-score)
7918         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7919         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7920         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7921         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7922         (gnus-sum-thread-tree-single-indent)
7923         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7924         (gnus-sum-thread-tree-leaf-with-other)
7925         (gnus-sum-thread-tree-single-leaf): Add :version.
7926         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7927         (gnus-article-loose-mime): Change :version.
7928
7929         * gnus-start.el (gnus-backup-startup-file)
7930         (gnus-save-startup-file-via-temp-buffer): Add :version.
7931
7932         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7933         (gnus-server-offline-face): Add :version.
7934
7935         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7936
7937         * gnus-msg.el (gnus-gcc-externalize-attachments)
7938         (gnus-debug-files, gnus-debug-exclude-variables)
7939         (gnus-discouraged-post-methods): Change :version.
7940         (gnus-confirm-mail-reply-to-news)
7941         (gnus-confirm-treat-mail-like-news): Add :version.
7942
7943         * gnus-int.el (gnus-server-unopen-status): Add :version.
7944
7945         * gnus-group.el (gnus-group-jump-to-group-prompt)
7946         (gnus-large-ephemeral-newsgroup)
7947         (gnus-fetch-old-ephemeral-headers): Add :version.
7948
7949         * gnus-fun.el (gnus-x-face-directory)
7950         (gnus-convert-pbm-to-x-face-command)
7951         (gnus-convert-image-to-x-face-command)
7952         (gnus-convert-image-to-face-command): Add :version.
7953
7954         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7955
7956         * gnus-cite.el (gnus-cite-blank-line-after-header)
7957         (gnus-article-boring-faces): Add :version.
7958
7959         * gnus-art.el (gnus-buttonized-mime-types)
7960         (gnus-inhibit-mime-unbuttonizing)
7961         (gnus-treat-display-face)
7962         (gnus-treat-body-boundary): Change :version.
7963         (gnus-body-boundary-delimiter, gnus-picon-databases)
7964         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7965         (gnus-treat-date-english, gnus-treat-fold-headers)
7966         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7967         (gnus-treat-mail-picon, gnus-treat-wash-html)
7968         (gnus-article-encrypt-protocol)
7969         (gnus-use-idna, gnus-article-over-scroll)
7970         (gnus-mime-display-multipart-alternative-as-mixed)
7971         (gnus-mime-display-multipart-related-as-mixed)
7972         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7973         (gnus-ctan-url, gnus-button-ctan-handler)
7974         (gnus-button-handle-ctan-bogus-regexp)
7975         (gnus-button-ctan-directory-regexp)
7976         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7977         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7978         (gnus-button-man-level, gnus-button-emacs-level)
7979         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7980
7981         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7982         (gnus-agent-go-online): Change :version.
7983         (gnus-agent-expire-unagentized-dirs)
7984         (gnus-agent-auto-agentize-methods): Add :version.
7985
7986         * flow-fill.el (fill-flowed-display-column)
7987         (fill-flowed-encode-column): Add :version.
7988
7989         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7990         (gnus-outlook-deuglify-unwrap-max)
7991         (gnus-outlook-deuglify-cite-marks)
7992         (gnus-outlook-deuglify-unwrap-stop-chars)
7993         (gnus-outlook-deuglify-no-wrap-chars)
7994         (gnus-outlook-deuglify-attrib-cut-regexp)
7995         (gnus-outlook-deuglify-attrib-verb-regexp)
7996         (gnus-outlook-deuglify-attrib-end-regexp)
7997         (gnus-outlook-display-hook): Add :version.
7998
7999         * binhex.el (binhex-use-external): Add :version.
8000
8001 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8004         and `invisible'.
8005
8006 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8007
8008         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8009         in gnus-registry-trim.
8010
8011 2004-09-13  Simon Josefsson  <jas@extundo.com>
8012
8013         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8014
8015         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8016
8017         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8018         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8019         <yamaoka@jpl.org>.
8020         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8021         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8022         <yamaoka@jpl.org>.
8023
8024         * sieve.el (sieve-manage-mode): Ditto.
8025
8026 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8029
8030 2004-09-11  Simon Josefsson  <jas@extundo.com>
8031
8032         * dns-mode.el: Add.
8033
8034         * mm-view.el (mm-display-dns-inline): Add.
8035
8036         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8037         (mm-automatic-display): Ditto.
8038
8039         * mailcap.el (mailcap-mime-data): Add text/dns.
8040         (mailcap-mime-extensions): Map .soa to text/dns.
8041
8042 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8043
8044         * gnus-art.el (article-decode-mime-words, article-babel)
8045         (gnus-article-highlight-signature, gnus-article-add-buttons)
8046         (gnus-signature-toggle): Remove unnecessary bindings of
8047         `inhibit-read-only' inherited from v5.10 merge.
8048
8049 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * nntp.el (nntp): New customization group.
8052         (nntp-authinfo-file): Add customization group.
8053
8054         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8055
8056         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8057
8058         * gnus.el (to-address, to-list, subscribed)
8059         (large-newsgroup-initial): Ditto.
8060
8061         * flow-fill.el (fill-flowed-display-column)
8062         (fill-flowed-encode-column): Ditto.
8063
8064 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8065
8066         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8067         Use point-min rather than 1.
8068         (message-send-mail): Use buffer-size rather than point-max.
8069
8070         * gnus-sum.el (gnus-summary-search-article-forward):
8071         Signal a specific `search-failed' rather than a generic `error'.
8072
8073         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8074         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8075         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8076
8077 2004-09-10  Simon Josefsson  <jas@extundo.com>
8078
8079         * nndb.el (require): Remove tcp and duplicate cl.
8080
8081 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-agent.el (directory-files-and-attributes): Move forward.
8084
8085 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8086
8087         * gnus-agent.el (directory-files-and-attributes): Optionally
8088         defined to support XEmacs.
8089
8090 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8091
8092         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8093         to avoid run-time CL dependencies.
8094         (gnus-agent-unfetch-articles): New function.
8095         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8096         article numbers even when local .overview file is missing.
8097         (gnus-agent-read-article-number): New function. Only accepts
8098         27-bit article numbers.
8099         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8100         gnus-agent-read-article-number.
8101         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8102         from backend while recognizing that article numbers in .overview
8103         must be valid.
8104         (gnus-agent-update-files-total-fetched-for): Use
8105         directory-files-and-attributes to improve performance.
8106         * gnus-int.el (gnus-request-move-article): Use
8107         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8108         improve performance.
8109
8110         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8111         some users confused by references to .newsrc when they only have a
8112         .newsrc.eld file.
8113         (gnus-convert-mark-converter-prompt,
8114         gnus-convert-converter-needs-prompt): Fixed use of property list.
8115         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8116         New function. Used internally to only display 'gnus converting
8117         files' message when actually necessary.
8118
8119         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8120         methods now autoloaded.
8121
8122 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8125         identifiers.
8126
8127 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-picon.el: Fix indentation and closing parenthesis.
8130
8131 2004-09-01  Simon Josefsson  <jas@extundo.com>
8132
8133         * message.el (message-canlock-generate): Require sha1, not
8134         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8135         to require within a function.  Sadly, if sha1.el isn't loaded, the
8136         let binding in m-c-g will hide the defcustom definition, which is
8137         bad.)
8138
8139         * canlock.el: Require sha1, not sha1-el.
8140
8141         * message.el: Don't autoload sha1 (there is a autoload cookie in
8142         sha1.el).
8143
8144         * sha1-el.el: Renamed to sha1.el.
8145
8146 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8147
8148         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8149
8150 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8151
8152         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8153
8154 2004-08-30  Kim F. Storm  <storm@cua.dk>
8155
8156         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8157
8158         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8159         Add :group 'nnimap.
8160
8161 2004-08-30  Andreas Schwab  <schwab@suse.de>
8162
8163         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8164         ?* and ?\;.
8165
8166         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8167         and ?\' to symbol instead of whitespace.
8168
8169 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8172
8173         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8174         instead of re-search-forward.
8175
8176         * gnus-uu.el (gnus-uu-save-article): Ditto.
8177         (gnus-uu-post-encode-uuencode): Ditto.
8178
8179         * html2text.el (html2text-clean-list-items): Ditto.
8180         (html2text-clean-dtdd): Ditto.
8181         (html2text-format-tags): Ditto.
8182
8183         * message.el (message-send-mail-with-sendmail): Fix regexp.
8184         (message-fill-field-general): Use search-forward instead of
8185         re-search-forward.
8186         (unbold-region): Ditto.
8187
8188         * nnrss.el (nnrss-request-article): Ditto.
8189
8190         * nnslashdot.el (nnslashdot-request-article): Ditto.
8191
8192         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8193
8194         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8195         "Unrecognized menu descriptor" error in XEmacs.
8196
8197 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8198
8199         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8200         parent article of a sparse article in the thread hashtb.
8201
8202 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8203
8204         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8205         (nnmail-expand-newtext): Lowercase expanded entries if
8206         nnmail-split-lowercase-expanded is non-nil.
8207
8208 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8211         entry.
8212
8213         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8214         of gnus-tmp-news-method into string under XEmacs.  It will be
8215         passed to gnus-correct-length which takes only a string argument.
8216
8217 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * gnus-util.el (gnus-bind-print-variables): New macro.
8220         (gnus-prin1): Use it.
8221         (gnus-prin1-to-string): Use it.
8222         (gnus-pp): New function.
8223         (gnus-pp-to-string): New function.
8224
8225         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8226         pp-to-string with gnus-pp-to-string.
8227         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8228         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8229         * gnus-msg.el (gnus-debug): Ditto.
8230         * gnus-score.el (gnus-score-save): Ditto.
8231         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8232         gnus-pp-to-string.
8233         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8234         with gnus-pp.
8235         * score-mode.el (gnus-score-pretty-print): Ditto.
8236         * webmail.el (webmail-debug): Ditto.
8237
8238 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gnus-art.el (article-display-face, article-display-x-face): Use
8241         buffer-read-only.
8242
8243 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8244
8245         * gnus-art.el (article-hide-list-identifiers): Bind
8246         inhibit-read-only as t.
8247
8248 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8251
8252 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8253
8254         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8255         (gnus-narrow-to-page): Don't assume point-min == 1.
8256         (gnus-article-edit-mode): Derive from message-mode.
8257
8258         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8259         point-min == 1.
8260
8261         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8262         Disable incorrect use of `assert'.
8263
8264         * message.el (message-mode): Set comment-start-skip.
8265
8266
8267 2004-08-22  Sam Steingold  <sds@gnu.org>
8268
8269         * pop3.el (pop3-leave-mail-on-server): New user variable.
8270         (pop3-movemail): Delete mail only when it is nil.
8271
8272 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8273
8274         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8275
8276         * mml.el (mml-preview): Use `pop-to-buffer'.
8277
8278         * message.el (message-goto-mail-followup-to): Insert after "To".
8279         (message-carefully-insert-headers): Add comment.
8280
8281         * gnus.el: Remove unused variable `gnus-article-check-size'.
8282
8283         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8284
8285         * gnus-art.el (gnus-button-alist): Improve
8286         `gnus-button-handle-library' entry.
8287
8288 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8289
8290         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8291         downcase, since XEmacs capitalizes error messages differently.
8292
8293 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8294
8295         * nntp.el: Add (require 'gnus) due to reference to
8296         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8297
8298 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8299
8300         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8301         `mm-fill-flowed'.
8302
8303         * mm-decode.el (mm-dissect-singlepart): Check it.
8304
8305 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8308         'imap' for netrc parsing.
8309
8310 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * mailcap.el (mailcap-mime-data): Mark as risky.
8313
8314 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8317         may be included in the encoded word.
8318         (rfc2047-encode): Don't append a space if the encoded word
8319         includes close parenthesis.
8320
8321 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8324         of text within parentheses.
8325
8326 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8327
8328         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8329         (gnus-encrypt-write-file-contents): Make the password key the file
8330         name PLUS the cipher, not just the cipher.  Also remove failed
8331         passwords from the cache.
8332
8333 2004-08-06  Simon Josefsson  <jas@extundo.com>
8334
8335         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8336         fix.
8337
8338 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8341         LWSP.
8342
8343 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8344
8345         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8346         to append in-reply-to: data to the references: header.
8347
8348         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8349         (netrc-parse): Use gnus-encrypt.el functions.
8350
8351         * gnus-encrypt.el: Add new file for encryption support; currently
8352         does only a few GPG ciphers and an internal XOR cipher.
8353
8354         * password.el: Add comments on using password-read-and-add.
8355         (password-read-and-add): Add function to read and add the
8356         password to the cache at once.
8357
8358 2004-07-28  Simon Josefsson  <jas@extundo.com>
8359
8360         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8361         parameter (but don't use it, for now).
8362
8363         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8364         instead of hard coding to nil.
8365
8366 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8369         as mm-inline-image-xemacs does.
8370
8371 2004-07-26  Simon Josefsson  <jas@extundo.com>
8372
8373         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8374         Revert part of 2004-07-17 change below.
8375
8376 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8379         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8380
8381 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8382
8383         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8384         quotes that actually start with ">" at the beginning of the
8385         lines.
8386
8387 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * rfc2047.el (rfc2047-encode-region): Fix last change.
8390         (rfc2047-encode-parameter): Remove useless concat.
8391
8392 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8395         encode special characters; fix some kind of misconfigured headers;
8396         signal a real error if debug-on-quit or debug-on-error is non-nil.
8397         (rfc2047-encode-max-chars): New variable.
8398         (rfc2047-encode-1): Use it.
8399         (rfc2047-encode-parameter): New function.
8400
8401         * mml.el (mml-insert-parameter): Remove an excessive space.
8402
8403 2004-07-17  Simon Josefsson  <jas@extundo.com>
8404
8405         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8406         Kai Grossjohann <kai@emptydomain.de>.
8407         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8408         (gnus-group-make-menu-bar): Ditto.
8409
8410         * gnus-util.el (gnus-group-server): Add.
8411
8412 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8413
8414         * message.el (message-clone-locals): Clone sendmail and smtp
8415         variables.
8416
8417 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * rfc2047.el (rfc2047-encode-region): Fix last change.
8420
8421 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8424         characters as non-special.
8425
8426 2004-07-09  Simon Josefsson  <jas@extundo.com>
8427
8428         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8429         Users will lose all flag changes made while unplugged with
8430         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8431         good default.  See numerous reports on ding mailing list.
8432
8433 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8436         add generate-head-function and generate-article-function to the
8437         rfc822-forward entry.
8438         (nndoc-rfc822-forward-generate-article): New function.
8439         (nndoc-rfc822-forward-generate-head): New function.
8440
8441         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8442
8443 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8444
8445         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8446         respect display group parameter and gnus-summary-expunge-below.
8447         (gnus-articles-to-read): Remove unused reference to display group
8448         parameter.
8449
8450 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8451
8452         * nnheader.el (nnheader-uniquify-message-id): New experimental
8453         variable.
8454         (nnheader-nov-read-message-id): Use it.
8455
8456         * spam-report.el (spam-report-gmane): Add interactive.
8457
8458 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8461         qp-or-base64 for the application/* types.
8462
8463 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8464
8465         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8466
8467 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8468
8469         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8470         trim value.
8471
8472 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8473
8474         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8475         New macro and function.
8476         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8477
8478 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8481         after-load-alist.
8482
8483 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8486         update info that isn't there.
8487
8488 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8489
8490         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8491         entry.
8492
8493 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8494
8495         * mm-view.el (mm-inline-render-with-function): Use multibyte
8496         buffer; decode html source by charset.
8497
8498         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8499
8500         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8501         Mule-UCS is loaded under XEmacs.
8502         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8503
8504 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8505
8506         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8507
8508 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * mm-util.el (mm-coding-system-p): Return a coding-system.
8511         (mm-mime-mule-charset-alist): Use shift_jis instead of
8512         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8513         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8514         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8515         instead of japanese-shift-jis and iso-latin-1 respectively in
8516         order to share the default value with both Emacs and XEmacs-mule.
8517         (mm-mule-charset-to-mime-charset): Make
8518         mm-coding-system-priorities effective.
8519         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8520         while predicating of candidates upon the priorities.
8521
8522 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8523
8524         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8525         gnus-uu-invert-processable.
8526
8527         * gnus.el: Autoload gnus-uu-invert-processable.
8528
8529 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * mm-util.el (mm-with-multibyte-buffer): New macro.
8532
8533         * rfc2047.el (rfc2047-encode-string): Use it.
8534         (rfc2047-encode-region): Move point to the end of the region after
8535         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8536
8537 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8540         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8541
8542 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8545         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8546         Karl Chen <quarl@nospam.quarl.org>.
8547
8548 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8549
8550         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8551         invalid addresses.
8552
8553 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * spam.el: Change section markers, revise TODO list.
8556         (spam-backends): Make new master list of all installed backends.
8557         (spam-summary-exit-behavior): Add new variable to determine how
8558         messages moves are done at summary exit.
8559         (spam-move-spam-nonspam-groups-only)
8560         (spam-process-ham-in-nonham-groups)
8561         (spam-process-ham-in-spam-groups): Remove variables, the
8562         spam-summary-exit-behavior variable should be used to manage this
8563         behavior.
8564         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8565         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8566         and spam-old-spam-articles.
8567         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8568         Add empty variables, placeholders for the backends they represent.
8569         (spam-set-difference): Move, unchanged.
8570         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8571         unless the user has a processor variable.
8572         (spam-classifications, spam-classification-valid-p)
8573         (spam-backend-properties, spam-backend-property-valid-p)
8574         (spam-backend-function-type-valid-p)
8575         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8576         (spam-report-articles-gmane, spam-report-articles-resend):
8577         Remove functions, they are not needed.
8578         (spam-install-backend-super, spam-backend-list)
8579         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8580         (spam-backend-function, spam-backend-ham-registration-function)
8581         (spam-backend-spam-registration-function)
8582         (spam-backend-ham-unregistration-function)
8583         (spam-backend-spam-unregistration-function)
8584         (spam-backend-statistical-p, spam-backend-mover-p)
8585         (spam-install-backend-alias, spam-install-checkonly-backend)
8586         (spam-install-mover-backend, spam-install-nocheck-backend)
8587         (spam-install-backend, spam-install-statistical-backend)
8588         (spam-install-statistical-checkonly-backend): Add backend installation
8589         support.
8590         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8591         (spam-group-processor-p): Use the new backend code and respect the
8592         summary exit behavior.
8593         (spam-mark-spam-as-expired-and-move-routine): Remove.
8594         (spam-summary-prepare): Change to use the new spam-old-articles
8595         variable.
8596         (spam-copy-or-move-routine, spam-copy-spam-routine)
8597         (spam-move-spam-routine, spam-copy-ham-routine)
8598         (spam-move-ham-routine): Add code to copy/move ham or spam.
8599         (spam-fetch-field-fast): Improve doc and code, plus allow the
8600         'number request.
8601         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8602         variables.
8603         (spam-split, spam-find-spam): Use the new backend code.
8604         (spam-registration-functions): Remove variable.
8605         (spam-unregister-routine): Add convenience wrapper.
8606         (spam-log-undo-registration, spam-register-routine)
8607         (spam-log-processing-to-registry)
8608         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8609         where possible.
8610         (spam-check-gmane-xref, spam-check-regex-headers)
8611         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8612         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8613         (spam-check-bogofilter-headers, spam-check-spamoracle)
8614         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8615         (spam-check-crm114-headers): Use the spam-split-group that
8616         spam-split prepares, no need to determine it every time.
8617
8618         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8619         to the nnheader-parse-naked-head call.
8620
8621         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8622
8623         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8624         the nnheader-nov-read-message-id call.
8625
8626 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8629         gnus-activate-group twice.  Suggested by Markus Peter
8630         <warp@spin.de>.
8631
8632 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-art.el (gnus-article-time-format): Exchange the order of
8635         day and month in the default value; fix customization type.
8636         (article-date-ut): Use add-text-properties.
8637         (article-make-date-line): Use message-make-date instead of
8638         current-time-string.
8639
8640         * message.el (message-fetch-field): Don't use set-text-properties.
8641         (message-make-date): Simplify.
8642
8643         * messagexmas.el (message-xmas-make-date): New function.
8644         (message-xmas-redefine): Defalias message-make-date to it.
8645
8646 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8649         (rfc2047-encode-region): Treat text within parentheses as special;
8650         show the original text when error has occurred.
8651
8652         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8653         already-computed method to gnus-activate-group.
8654
8655         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8656         same select-methods identical Lisp objects.
8657
8658         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8659         object when modifying the info.
8660
8661 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8664         gnus-opened-servers since it has never been opened with the new
8665         configuration yet.
8666
8667 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8670         arg to nnheader-generate-fake-message-id.
8671
8672 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8675         number and build a fake message ID localized to a group and
8676         article number (so it's repeatable from that point on).
8677         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8678         ID format.
8679
8680         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8681         nnheader-generate-fake-message-id with the article number.
8682
8683 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8684
8685         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8686         end-of-buffer.
8687
8688 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689
8690         * message.el (message-ignored-supersedes-headers): Add Approved.
8691
8692 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8695         goto-char.
8696         (rfc2047-encode): Fold the line before encoding.
8697
8698 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8701         folding -- not all headers can be folded, and this should be done
8702         by the message composition mode.  Probably.  I think.
8703
8704 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8707         fast.
8708
8709         * gnus-ems.el (gnus-remove-image): Don't use
8710         message-text-with-property; remove only the image found first.
8711
8712         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8713         found first.
8714
8715 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8716
8717         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8718
8719 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * message.el (message-text-with-property): Make it fast and accept
8722         optional arguments.
8723         (message-strip-forbidden-properties): Use it.
8724         (message-fix-before-sending): Follow the m-t-w-p change.
8725
8726         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8727
8728 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-art.el (article-hide-headers): Don't change the buffer
8731         mistakenly when performing mml-preview even if
8732         gnus-single-article-buffer is nil.
8733
8734 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8735
8736         * message.el (message-expand-name-databases): New user option.
8737         (message-expand-name): Use it.
8738
8739 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8740
8741         * spam.el (spam-report-articles-resend)
8742         (spam-report-resend-register-routine): Allow ham reporting.
8743         (spam-report-resend-register-ham-routine): Add wrapper.
8744         (spam-registration-functions): Add ham resending functions.
8745         (spam-list-of-processors): Add ham resend processor.
8746
8747         * gnus.el (ham-resend-to): Add new group parameter.
8748         (spam-process): Add ham resend option.
8749
8750         * spam-report.el (spam-report-resend): Allow reporting ham.
8751         (spam-report-resend-ham): Add wrapper.
8752
8753 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8754
8755         * message.el (message-cite-articles-with-x-no-archive): New
8756         variable.
8757         (message-cite-original): Use it.
8758
8759 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * message.el (message-cite-original): Respect X-No-Archive.
8762
8763 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * gnus-art.el (article-hide-headers): Refer to the values for
8766         gnus-ignored-headers and gnus-visible-headers in the summary
8767         buffer since a user may have set them as group parameters.
8768
8769 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8770
8771         * assistant.el (assistant-node-name): Add convenience function.
8772         (assistant-render-text, assistant-render-node): Add error handling,
8773         plus handle multiple next nodes.
8774         (assistant-find-next-node): Comment out for now.
8775         (assistant-find-next-nodes): Add function, returns list of next
8776         nodes.
8777
8778 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * mail-source.el (mail-source-directory): Fix doc-string.
8781
8782 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * assistant.el (assistant-render-text, assistant-eval): Add :set
8785         widget type, which is different because it takes and returns a
8786         list.  Much hilarity ensues.
8787
8788 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8791
8792         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8793         doc-string.
8794
8795         * gnus-start.el (gnus-activate-group): Added doc-string.
8796
8797 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8800
8801 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8802
8803         * assistant.el (assistant-render-text): Try to add a :set
8804         widget, more to come.
8805
8806         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8807         strings.
8808         (spam-report-articles-resend)
8809         (spam-register-routine): Do registration iff any articles warrant
8810         it.
8811         (spam-summary-prepare-exit): Change log message for nil group
8812         destinations.
8813
8814 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8815
8816         * spam.el (spam-report-resend-register-routine): Allow
8817         spam-report-resend-to to be a group parameter or a global value.
8818
8819 2004-05-26  Simon Josefsson  <jas@extundo.com>
8820
8821         * starttls.el: Merge with my GNUTLS based starttls.el.
8822         (starttls-gnutls-program, starttls-use-gnutls)
8823         (starttls-extra-arguments, starttls-process-connection-type)
8824         (starttls-connect, starttls-failure, starttls-success): New
8825         variables.
8826         (starttls-program, starttls-extra-args): Doc fix.
8827         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8828         functions.
8829         (starttls-negotiate, starttls-open-stream): Check
8830         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8831         function if it is set.
8832
8833 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8836         structured fields.
8837
8838 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8841
8842 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8843
8844         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8845         variable.
8846         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8847         assigning the spam-mark to new messages.
8848
8849 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8850
8851         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8852
8853 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8856
8857         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8858         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8859         default.
8860
8861 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8862
8863         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8864         correct data.
8865
8866 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8869         (spam-group-processor-p): Fix function.
8870         (spam-group-processor-multiple-p)
8871         (spam-group-spam-processor-report-gmane-p)
8872         (spam-group-spam-processor-report-resend-p)
8873         (spam-group-spam-processor-bogofilter-p)
8874         (spam-group-spam-processor-blacklist-p)
8875         (spam-group-spam-processor-ifile-p)
8876         (spam-group-ham-processor-ifile-p)
8877         (spam-group-spam-processor-spamoracle-p)
8878         (spam-group-spam-processor-crm114-p)
8879         (spam-group-ham-processor-bogofilter-p)
8880         (spam-group-spam-processor-stat-p)
8881         (spam-group-ham-processor-stat-p)
8882         (spam-group-ham-processor-whitelist-p)
8883         (spam-group-ham-processor-BBDB-p)
8884         (spam-group-ham-processor-spamoracle-p)
8885         (spam-group-ham-processor-copy-p): Remove functions with some
8886         prejudice against unneeded code.
8887         (spam-report-articles-resend)
8888         (spam-report-resend-register-routine): Allow the group/topic
8889         spam-resend-to value to override spam-report-resend-to.
8890         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8891         properly now.
8892
8893         * gnus.el (spam-resend-to): Add group/topic parameter.
8894         (spam-process): Move the OBSOLETE processors to the end of the
8895         choices.
8896
8897 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8898
8899         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8900         with resend-to set to nil, and then ask the user if necessary.
8901         (spam-report-resend): spam-report-resend takes a list of articles, not
8902         separate article numbers.
8903
8904 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8907         addition to emacs-w3m.
8908
8909 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * assistant.el (assistant-authinfo-data): New function.
8912         (assistant-eval): Eval for entire assistant.
8913
8914         * netrc.el (netrc-services-file): New variable.
8915         (netrc-parse-services): New function.
8916         (netrc-find-service-name): New function.
8917         (netrc-find-service-number): New function.
8918         (netrc-port-equal): New function.
8919         (netrc-machine): Use it.
8920
8921         * nnimap.el (nnimap-open-connection): Use netrc.
8922
8923         * gnus-util.el (gnus-netrc-get): Remove aliases.
8924
8925         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8926
8927         * assistant.el (wid-edit): Fix compilation.
8928
8929         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8930
8931 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8932
8933         * gnus-util.el (gnus-set-file-modes): New function.  (small
8934         patch).
8935
8936 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8939
8940         * assistant.el (assistant-render-node): Fix up rendering and
8941         read-only text.
8942         (assistant-render-node): Reset.
8943         (assistant-make-read-only): Not sticky.
8944
8945 2004-05-20  Danny Siu  <dsiu@adobe.com>
8946
8947         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8948         centered even when gnus-auto-center-summary is t
8949
8950 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * dns.el (dns-get-txt-answer): New function.
8953         (dns-read-txt): Ditto.
8954         (query-dns): Use it.
8955
8956 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8959         active for foreign groups even if the group level is higher than
8960         the specified value.
8961
8962 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8965         non-active groups.
8966
8967         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8968
8969 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8970
8971         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8972
8973 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8974
8975         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8976         (spam-crm114-header, spam-crm114-spam-switch)
8977         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8978         (spam-crm114-positive-spam-header)
8979         (spam-crm114-database-directory, spam-list-of-processors)
8980         (spam-group-spam-processor-crm114-p)
8981         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8982         (spam-generic-score, spam-list-of-checks)
8983         (spam-list-of-statistical-checks, spam-registration-functions)
8984         (spam-check-crm114-headers, spam-crm114-score)
8985         (spam-check-crm114, spam-crm114-register-with-crm114)
8986         (spam-crm114-register-spam-routine)
8987         (spam-crm114-unregister-spam-routine)
8988         (spam-crm114-register-ham-routine)
8989         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8990         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8991
8992         * gnus.el: Add spam-use-crm114.
8993
8994         * spam.el (spam-list-of-processors, spam-registration-functions):
8995         Add spam-use-resend.
8996         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8997         (spam-report-articles-gmane): Add doc fix.
8998         (spam-report-articles-resend,
8999         spam-report-resend-register-routine): Add wrappers around
9000         spam-report-resend-to.
9001
9002         * spam-report.el (spam-report-resend-to, spam-report-resend):
9003         Add support for resending spam.
9004         (spam-report-gmane): Fix line length >80.
9005
9006         * gnus.el (spam-process): Add spam-use-resend.
9007
9008 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9009
9010         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9011         number of processed spam messages.
9012         (spam-ham-copy-or-move-routine): Return the number of processed
9013         ham messages.
9014         (spam-summary-prepare-exit): Use the above values to decide
9015         whether status messages shouled be displayed.
9016
9017 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9020         `rfc2047-encoding-function-alist' in order to avoid conflicting
9021         with the old version.
9022         (rfc2047-encode-region): Concatenate words containing non-ASCII
9023         characters in structured fields; don't encode space-delimited
9024         ASCII words even in unstructured fields; don't break words at
9025         char-category boundaries.
9026         (rfc2047-encode-1): New function.
9027         (rfc2047-encode): Use it; encode text so that it occupies the
9028         maximum width within 76-column; work correctly on Q encoding for
9029         iso-2022-* charsets.
9030         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9031         sure not to break a line just after the header name.
9032         (rfc2047-b-encode-region): Removed.
9033         (rfc2047-b-encode-string): New function.
9034         (rfc2047-q-encode-region): Removed.
9035         (rfc2047-q-encode-string): New function.
9036
9037         * mm-util.el (mm-replace-in-string): New function.
9038
9039 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9042         get it right.
9043         (gnus-inews-make-draft): Really.
9044
9045 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9046
9047         * nnmh.el (nnmh-request-list-1): Don't check the link count
9048         before descending.  (small patch)
9049
9050 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9051
9052         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9053         stuff.
9054
9055         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9056         on real group name.
9057
9058         * gnus-art.el (gnus-signature-limit): Doc fix.
9059
9060         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9061
9062         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9063
9064 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9065
9066         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9067         isn't a string.
9068
9069 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus-draft.el (gnus-draft-send): Bind
9072         rfc2047-encode-encoded-words.
9073
9074         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9075         (rfc2047-encodable-p): Say that =? needs encoding.
9076         (rfc2047-encode-encoded-words): New variable.
9077
9078         * gnus-group.el (gnus-group-select-group): Doc fix.
9079
9080         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9081
9082         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9083         to nil.
9084
9085         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9086
9087         * nnheader.el (nnheader-get-lines-and-char): New function.
9088
9089 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gnus-msg.el (gnus-summary-followup-with-original): Document
9092         yanking of region when active.
9093
9094 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9097         groups if the group level is higher than the specified value.
9098
9099 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9102         (gnus-group-jump-to-group): Added prefix argument using
9103         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9104         non-active group.
9105
9106         * compface.el (uncompface): Be verbose when changing
9107         `uncompface-use-external'.
9108
9109         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9110         handle manual section.
9111
9112 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * gnus-art.el (gnus-button-alist): Revert previous change.
9115
9116 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9119
9120 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9123         whether backend can accept message.
9124
9125         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9126
9127 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9128
9129         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9130         Avoid creating directory when nntp-marks-is-evil is true.
9131         Reported by Reiner Steib.
9132
9133 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gnus-picon.el (gnus-picon-style): New variable.
9136         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9137         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9138         Jesper Harder <harder@ifa.au.dk>.
9139
9140 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * message.el (message-fill-field): Return point.
9143         (message-generate-headers): Go to end of field.
9144
9145         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9146         stuff for non-living groups.
9147
9148 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9149
9150         * gnus-art.el (gnus-article-followup-with-original)
9151         (gnus-article-reply-with-original): gnus-mark-active-p ->
9152         gnus-region-active-p.
9153
9154 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9155
9156         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9157         only when there is spam or ham to be processed.
9158
9159 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * mail-source.el (mail-source-delete-crash-box): Refactor.
9162         (mail-source-fetch): Use it.
9163         (mail-source-fetch-file): Ditto.
9164         (mail-source-fetch-directory): Run postscript in loop.
9165         (mail-source-fetch-pop): Delete.
9166         (mail-source-fetch-maildir): Ditto.
9167         (mail-source-fetch-imap): Ditto.
9168
9169         * imap.el (imap-authenticators): Comment out sasl.
9170
9171         * message.el (message-skip-to-next-address): New function.
9172         (message-fill-header-address): Refactor.
9173         (message-fill-address): Use it.
9174         (message-delete-address): Use it.
9175         (message-fill-header-general): Refactor.
9176         (message-fill-field-address): Rename.
9177         (message-narrow-to-field): Find the start of the header.
9178         (message-header-format-alist): Don't pre-fill.
9179         (message-fill-header): Removed.
9180         (message-insert-header): New function.
9181         (message-shorten-references): Use it.
9182
9183         * rfc2047.el (rfc2047-field-value): Strip props.
9184
9185         * mail-parse.el (mail-header-make-address): New alias.
9186
9187         * ietf-drums.el (ietf-drums-make-address): New function.
9188
9189         * imap.el: Add compiler directives.
9190
9191         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9192
9193         * gnus-art.el (article-decode-idna-rhs): Don't use
9194         message-idna-inside-rhs-p.
9195
9196 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * message.el (message-idna-inside-rhs-p): Removed.
9199         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9200
9201         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9202         false positives.
9203
9204 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9205
9206         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9207
9208 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * nneething.el (nneething-file-name): Don't create spurions
9211         files.
9212
9213         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9214         (gnus-inews-do-gcc): Remove sleep.
9215
9216         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9217         part under point.
9218
9219         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9220         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9221
9222 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9223
9224         * spam.el (spam-summary-prepare-exit): Fixed (length).
9225
9226 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9227
9228         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9229         as expired without moving it" message when there are spam
9230         messages left.
9231
9232 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9233
9234         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9235         header is not nil.
9236
9237 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9238
9239         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9240         nntp-possibly-create-directory, not nntp-possibly-change-group.
9241         (nntp-marks-changed-p): New arg SERVER.
9242         (nntp-request-update-info): Adjust caller.
9243
9244 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9245
9246         * nntp.el (nntp-save-marks): Pass missing arg.
9247
9248 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9249
9250         * nntp.el: Support marks.
9251         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9252         (nntp-marks-modtime, nntp-marks-directory): New variables.
9253         (nntp-request-set-mark, nntp-request-update-info)
9254         (nntp-possibly-create-directory, nntp-marks-changed-p)
9255         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9256         functions.
9257
9258 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9259
9260         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9261         (gnus-xmas-redefine): Rename.
9262
9263         * gnus-score.el (gnus-score-insert-help): Use
9264         gnus-select-lowest-window.
9265
9266         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9267         appt-select-lowest-window and rename to gnus-select-lowest-window.
9268
9269         * gnus.el: do.
9270
9271 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9272
9273         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9274         encodings of MIME-encoded words, in order to improve
9275         interoperability with several broken MUAs.
9276
9277 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9278
9279         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9280         tags, only when charsets are not specified in headers.
9281         (mm-inline-text-html-render-with-w3m): Ditto.
9282
9283         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9284         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9285
9286 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9287
9288         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9289         instead of MIME-decoded from fields when checking
9290         `gnus-article-address-banner-alist'.
9291
9292 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9293
9294         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9295         description rather than subject.
9296
9297 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9298
9299         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9300
9301 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * gnus.el (gnus-version-number): Bump.
9304
9305 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9306
9307         * gnus.el: No Gnus v0.2 is released.
9308
9309 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * gnus-agent.el (gnus-agent-read-agentview): Inline
9312         gnus-uncompress-range.
9313
9314 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9315
9316         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9317         `exec-installed-p'.
9318
9319 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9320
9321         * gnus.el (spam-process, spam-autodetect-methods): Add
9322         bsfilter and bsfilter-headers.
9323
9324         * spam.el (spam-bsfilter): New customize group.
9325         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9326         (spam-bsfilter-header, spam-bsfilter-probability-header)
9327         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9328         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9329         (spam-bsfilter-database-directory): New options.
9330         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9331         (spam-list-of-statistical-checks, spam-registration-functions):
9332         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9333         (spam-bsfilter-score): New command.
9334         (spam-check-bsfilter-headers, spam-check-bsfilter)
9335         (spam-bsfilter-register-with-bsfilter)
9336         (spam-bsfilter-register-spam-routine)
9337         (spam-bsfilter-unregister-spam-routine)
9338         (spam-bsfilter-register-ham-routine)
9339         (spam-bsfilter-unregister-ham-routine): New functions.
9340         (spam-generic-score): Support bsfilter; Accept an optional argument
9341         to recalcurate spam score even if scoring header has already been
9342         added.
9343         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9344         optional argument to recalcurate spam score even if scoring header
9345         has already been added.
9346
9347 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9348
9349         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9350         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9351         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9352         link is missing.
9353
9354 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9355
9356         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9357         (html2text-get-attr): Rewrite.
9358
9359         * message.el (message-setup-1): Remove redundant put-text-property
9360         on mail-header-separator.
9361
9362 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9363
9364         * gnus-registry.el (gnus-registry-cache-whitespace)
9365         (gnus-registry-action, gnus-registry-spool-action)
9366         (gnus-registry-split-fancy-with-parent): Change message levels
9367         from 5 to 3 or 7, as needed.
9368
9369         * spam.el (spam-summary-prepare-exit)
9370         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9371         (spam-split, spam-find-spam, spam-log-undo-registration)
9372         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9373         level from 5 to 6.
9374
9375 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9378         2004-03-04 change).
9379
9380 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9381
9382         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9383         Use mapc when appropriate.
9384
9385         * sieve-manage.el (sieve-manage-open): do.
9386
9387         * nnweb.el (nnweb-insert-html): do.
9388
9389         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9390         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9391
9392         * nnspool.el (nnspool-request-group): do.
9393
9394         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9395         do.
9396
9397         * nnml.el (nnml-request-update-info): do.
9398
9399         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9400         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9401
9402         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9403         (nnimap-request-set-mark): do.
9404
9405         * nnfolder.el (nnfolder-request-update-info): do.
9406
9407         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9408         do.
9409
9410         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9411
9412         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9413
9414         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9415         do.
9416
9417         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9418         do.
9419
9420         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9421
9422         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9423
9424         * gnus-int.el (gnus-start-news-server): do.
9425
9426         * gnus-group.el (gnus-group-make-kiboze-group)
9427         (gnus-group-browse-foreign-server): do.
9428
9429 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9430
9431         FIXME: Make separate entries for each person.
9432
9433         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9434         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9435         <shields@msrl.com>:
9436
9437         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9438         may need for spam sorting and scoring.
9439         (spam-user-format-function-S): Add user format function suitable for
9440         general use.
9441         (spam-article-sort-by-spam-status): Add sorting function for summary
9442         sorting.
9443         (spam-extra-header-to-number): Add function to get a score from a
9444         header.
9445         (spam-summary-score): Add function to  get a numeric score from the
9446         headers.
9447         (spam-generic-score): Fixed function doc, was in wrong place.
9448         (spam-initialize): Take symbols when it's run, and install the
9449         extra headers that spam-necessary-extra-headers thinks we need.
9450
9451 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9452
9453         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9454         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9455
9456 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9457
9458         * gnus-sum.el (gnus-set-global-variables)
9459         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9460         (gnus-article-get-xrefs, gnus-summary-best-group)
9461         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9462         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9463         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9464         with-current-buffer.
9465
9466 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9467
9468         * spam.el (spam-summary-prepare-exit): Simplify logic.
9469         (spam-fetch-article-header): Read the article header if it's not
9470         available.
9471         (spam-list-articles): Simplify logic.
9472         (spam-filelist-register-routine): Fix bug with unregister-list.
9473
9474         * gnus-registry.el: Fix comments at beginning.
9475
9476 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9477
9478         * message.el (message-cater-to-broken-inn): Remove.
9479         (message-shorten-references): Make sure the total folded length of
9480         References is shorter than 998 characters to cater to a bug in INN
9481         2.3.  Also, don't pretend that references aren't folded -- this
9482         hasn't worked for a while.
9483
9484 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9485
9486         * gnus-agent.el (gnus-agentize):
9487         gnus-agent-send-mail-real-function no longer set to current value
9488         of message-send-mail-function but rather a lambda that calls
9489         message-send-mail-function.  The change makes the agent real-time
9490         responsive to user changes to message-send-mail-function.
9491
9492 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9493
9494         * legacy-gnus-agent.el
9495         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9496         help from Florian Weimer <fw@deneb.enyo.de>
9497
9498 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * nnmail.el (nnmail-cache-insert): Revert last change.
9501
9502 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * nnmail.el (nnmail-cache-insert): Always check whether
9505         nnmail-cache-ignore-groups matches a group name.
9506
9507 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9508
9509         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9510         (spam-find-spam, spam-log-processing-to-registry)
9511         (spam-log-registered-p, spam-log-unregistration-needed-p)
9512         (spam-log-undo-registration): Use gnus-message instead of
9513         gnus-error, none of these errors are fatal.
9514
9515         * gnus-registry.el (gnus-registry-clean-empty-function)
9516         (gnus-registry-clean-empty): Remove only empty entries without
9517         extra data.
9518
9519 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9520
9521         * spam-stat.el (spam-stat-buffer-change-to-spam)
9522         (spam-stat-buffer-change-to-non-spam): Change (error) to
9523         (gnus-message 8) invocation.
9524
9525 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * nntp.el (nntp-via-netcat-command): New variable.
9528         (nntp-via-netcat-switches): New variable.
9529         (nntp-open-via-rlogin-and-netcat): New function.
9530         (nntp-open-connection-function): Doc fix.
9531         (nntp-telnet-command): Doc fix.
9532         (nntp-end-of-line): Doc fix.
9533         (nntp-via-rlogin-command): Doc fix.
9534         (nntp-via-user-name): Doc fix.
9535         (nntp-via-address): Doc fix.
9536
9537 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9540         error in Emacs 21.1.
9541
9542 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9545
9546 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9547         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9548         (gnus-agent-with-refreshed-group): New macro.
9549         (gnus-agent-rename-group): New function.
9550         (gnus-agent-delete-group): New function.
9551         (gnus-agent-save-group-info): Use gnus-command-method when
9552         `method' parameter is nil.  Don't write nil entries into the
9553         active file.
9554         (gnus-agent-get-group-info): New function.
9555         (gnus-agent-fetch-articles): Use
9556         gnus-agent-update-files-total-fetched-for to increment disk space
9557         used.
9558         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9559         gnus-agent-update-view-total-fetched-for to increment disk space
9560         used.
9561         (gnus-agent-get-local): Added optional parameters to avoid calling
9562         gnus-group-real-name and gnus-find-method-for-group.
9563         (gnus-agent-set-local): Delete stored entry if either min, or max,
9564         are nil.
9565         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9566         quit, use gnus-agent-regenerate-group to record existance of any
9567         articles fetched to disk before the quit occurred.
9568         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9569         gnus-agent-update-view-total-fetched-for, and
9570         gnus-agent-update-files-total-fetched-for to decrement disk space
9571         used.
9572         (gnus-agent-retrieve-headers): Use
9573         gnus-agent-update-view-total-fetched-for to increment disk space
9574         used.
9575         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9576         with gnus-agent-update-files-total-fetched-for to decrement disk
9577         space and fresh group buffer.
9578         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9579         (gnus-agent-need-update-total-fetched-for): New variable.
9580         (gnus-agent-update-files-total-fetched-for): New function.
9581         (gnus-agent-update-view-total-fetched-for): New function.
9582         (gnus-agent-total-fetched-for): New function.
9583
9584         * gnus-cache.el (gnus-cache-save-buffers): Use
9585         gnus-cache-update-overview-total-fetched-for to change disk space
9586         used by this group.
9587         (gnus-cache-possibly-enter-article): Use
9588         gnus-cache-update-file-total-fetched-for to increment disk space
9589         used by this group.
9590         (gnus-cache-possibly-remove-article): Use
9591         gnus-cache-update-file-total-fetched-for to decrement disk space
9592         used by this group.
9593         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9594         (gnus-cache-rename-group): New function.
9595         (gnus-cache-delete-group): New function.
9596         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9597         (gnus-cache-need-update-total-fetched-for): New variable.
9598         (gnus-cache-with-refreshed-group): New macro.
9599         (gnus-cache-update-file-total-fetched-for): New function.
9600         (gnus-cache-update-overview-total-fetched-for): New function.
9601         (gnus-cache-rename-group-total-fetched-for): New function.
9602         (gnus-cache-delete-group-total-fetched-for): New function.
9603         (gnus-cache-total-fetched-for): New function.
9604
9605         * gnus-group.el: Require gnus-sum and autoload functions to
9606         resolve warnings when gnus-group.el compiled alone.
9607         (gnus-group-line-format): Documented new %F
9608         (size of Fetched data) group line format; identifies disk space
9609         used by agent and cache.
9610         (gnus-group-line-format-alist): Defined new F format.
9611         (gnus-total-fetched-for): New function.
9612         (gnus-group-delete-group): No longer update
9613         gnus-cache-active-altered as gnus-request-delete-group now keeps
9614         the cache in sync.
9615         (gnus-group-list-active): Let the agent store a server's active
9616         list if currently plugged.
9617
9618         * gnus-int.el (gnus-request-delete-group): Use
9619         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9620         local disk in sync with the server.
9621          (gnus-request-rename-group): Use
9622         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9623         local disk in sync with the server.
9624
9625         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9626         simplification to logic.
9627
9628         * gnus-util.el (gnus-rename-file): New function.
9629
9630 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9631
9632         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9633
9634 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9635
9636         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9637         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9638
9639 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9640
9641         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9642         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9643
9644 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9645
9646         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9647
9648 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9649
9650         * spam.el (spam-set-difference): Add function to replace
9651         gnus-set-difference in spam.el.
9652         (spam-summary-prepare-exit): Use spam-set-difference.
9653
9654 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9655
9656         * gnus-registry.el (gnus-registry-cache-file): Update to use
9657         gnus-dribble-directory OR gnus-home-directory OR ~.
9658         (gnus-registry-split-fancy-with-parent): Fix doc.
9659
9660 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * message.el (message-exchange-point-and-mark): Use
9663         message-mark-active-p.  Suggested by Jesper Harder
9664         <harder@ifa.au.dk>.
9665
9666 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * message.el (message-exchange-point-and-mark): Don't activate
9669         region if it was inactive.  Suggested by Hiroshi Fujishima
9670         <pooh@nature.tsukuba.ac.jp>.
9671
9672 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * gnus-art.el (article-display-face): Display Faces in the same
9675         order as X-Faces.
9676
9677 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9680
9681 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9684         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9685         (gnus-article-mime-hierarchy): Remove.
9686         (gnus-article-mime-hierarchy-next): Remove.
9687         (gnus-article-mode): Revert 2004-03-19 change.
9688         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9689         (gnus-insert-mime-button): Revert 2004-03-19 change.
9690         (gnus-mime-accumulate-hierarchy): Remove.
9691         (gnus-mime-enter-multipart): Remove.
9692         (gnus-mime-leave-multipart): Remove,
9693         (gnus-mime-display-part): Revert 2004-03-19 change.
9694         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9695
9696         * mml.el (mml-preview): Revert 2004-03-19 change.
9697
9698 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9699
9700         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9701
9702 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9705         t while entering a file name using the mm-with-multibyte macro.
9706         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9707
9708         * mm-util.el (mm-with-multibyte): New macro.
9709
9710 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9713         user option.
9714         (gnus-mime-multipart-functions): Doc and customization fix.
9715         (gnus-article-mime-hierarchy): New variable.
9716         (gnus-article-mime-hierarchy-next): New variable.
9717         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9718         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9719         gnus-article-mime-hierarchy-next to nil.
9720         (gnus-insert-mime-button): Show hierarchy numbers.
9721         (gnus-mime-accumulate-hierarchy): New function.
9722         (gnus-mime-enter-multipart): New function.
9723         (gnus-mime-leave-multipart): New function.
9724         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9725         (gnus-mime-display-alternative): Show hierarchy numbers.
9726
9727         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9728         gnus-article-mime-hierarchy-next to nil.
9729
9730 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9731
9732         * dns.el: Don't require gnus-xmas.
9733
9734 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9735
9736         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9737         inline PGP.
9738         (mml-menu): Disable mml-quote-region if mark is inactive.
9739
9740 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9743         when the group's active is not available.
9744
9745 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9748         error.
9749
9750 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * imap.el (imap-store-password): New variable.
9753         (imap-interactive-login): Use it.
9754         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9755
9756 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9759         window-start and hscroll to summary window.
9760
9761 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9762
9763         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9764         conversion message to newsrc-dribble when an actual conversion is
9765         performed.
9766
9767 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9768
9769         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9770
9771 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * mm-decode.el (mm-complicated-handles): New function reviving
9774         former definition of mm-multiple-handles.
9775
9776         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9777         (gnus-mime-delete-part): Use it.
9778
9779 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9780
9781         * gnus-agent.el (gnus-agent-read-local): Bind
9782         nnheader-file-coding-system to gnus-agent-file-coding-system to
9783         avoid the implicit assumption that they will always be equal.
9784         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9785         coding-system-for-write, as the with-temp-file macro first prints
9786         to a buffer then saves the buffer.
9787
9788 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (gnus-article-edit-part): New function.
9791         (gnus-mime-save-part-and-strip): Use it; do query instead of
9792         signaling an error; don't use mm-multiple-handles.
9793         (gnus-mime-delete-part): Ditto.
9794
9795 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9796
9797         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9798         old file versions.
9799         (gnus-group-prepare-hook): Removed function that converted list
9800         form of gnus-agent-expire-days to group properties.
9801
9802         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9803         (gnus-request-accept-article): Re-indented.
9804
9805         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9806         converters to handle old agent file formats.  Added logic for a
9807         "backup before upgrading warning".
9808         (gnus-convert-mark-converter-prompt): Developers can mark
9809         functions as needing (default), or not needing,
9810         gnus-convert-old-newsrc's "backup before upgrading warning".
9811         (gnus-convert-converter-needs-prompt): Tests whether the user
9812         should be protected from potentially irreversable changes by the
9813         function.
9814
9815         * legacy-gnus-agent.el (): New. Provides converters that are only
9816         loaded when gnus-convert-old-newsrc needs to call them.
9817
9818 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * mail-source.el (mail-source-touch-pop): Doc fix.
9821
9822         * message.el (message-smtpmail-send-it): Doc fix.
9823
9824 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9825
9826         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9827
9828         * nnmail.el (nnmail-split-fancy): do.
9829
9830         * gnus-kill.el (gnus-kill, gnus-execute): do.
9831
9832 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9833
9834         * gnus-sum.el (gnus-widget-reversible-match)
9835         (gnus-widget-reversible-to-internal)
9836         (gnus-widget-reversible-to-external): New functions.
9837         (gnus-widget-reversible): New widget.
9838         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9839
9840 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9841
9842         * gnus-sum.el (gnus-thread-sort-functions)
9843         (gnus-article-sort-functions): Document `(not F)' items.
9844
9845 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * spam.el (spam-use-gmane-xref): Add new backend.
9848         (spam-gmane-xref-spam-group): Add variable to control the name of the
9849         Gmane spam group.
9850         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9851         (spam-regex-headers-spam, spam-regex-headers-ham)
9852         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9853         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9854         backends and checks.
9855         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9856
9857         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9858         an autodetect method.
9859
9860 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9861
9862         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9863         articles are being added to a group.
9864         (gnus-request-replace-article): Inform the agent that articles
9865         need to be uncached as the cached contents are no longer valid.
9866
9867 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * binhex.el: Don't autoload executable-find.
9870
9871         * canlock.el: Don't autoload mail-fetch-field.
9872
9873         * dgnushack.el: Autoload c-mode for XEmacs.
9874
9875         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9876
9877         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9878         rmail-dont-reply-to and rmail-output.
9879
9880         * gnus-score.el: Don't autoload ffap-string-at-point.
9881
9882         * gnus-setup.el: Don't autoload sc-cite-original.
9883
9884         * imap.el: Don't autoload base64-decode-string,
9885         base64-encode-string and md5.
9886
9887         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9888         and rmail-msg-restore-non-pruned-header.
9889
9890         * mm-decode.el: Don't autoload executable-find.
9891
9892         * mm-url.el: Don't autoload executable-find.
9893
9894         * mm-view.el: Don't autoload diff-mode.
9895
9896         * nndb.el: Don't autoload news-reply-mode, news-setup,
9897         cancel-timer and telnet.
9898
9899         * password.el: Don't autoload run-at-time for Emacs.
9900
9901         * sha1-el.el: Don't autoload executable-find.
9902
9903         * sieve-mode.el: Don't autoload c-mode.
9904
9905         * uudecode.el: Don't autoload executable-find.
9906
9907 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9908
9909         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9910         (gnus-agent-possibly-alter-active): Avoid null in numeric
9911         comparison.
9912         (gnus-agent-set-local): Refuse to save null in local object table.
9913         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9914         list of articles that will be marked as unread.
9915
9916 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9919
9920 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9921
9922         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9923         language tags.
9924
9925 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9926
9927         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9928         Don't bind "obarray".
9929
9930         * gnus-sum.el (gnus-thread-sort-functions): Added
9931         `gnus-thread-sort-by-most-recent-number' and
9932         `gnus-thread-sort-by-most-recent-date'.
9933         Reported by Kai Grossjohann <kai@emptydomain.de>.
9934
9935 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9938
9939 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9940
9941         * gnus-cus.el (gnus-agent-customize-category): Removed
9942         ignore-errors macro reference that required cl to be loaded at
9943         run-time.
9944
9945         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9946         single-interval range of the form (min . max).  Previously the
9947         range had to look like ((min . max)).  Likewise, return
9948         (min . max) rather than ((min . max)).
9949         (gnus-range-map): Use gnus-range-normalize to accept
9950         single-interval range.
9951
9952         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9953         the cache, but not the agent, now appear with their usual face.
9954
9955         * dgnushack.el (loaddir): New variable that is bound to the
9956         directory containing the dgnushack.el file. Use loaddir, rather
9957         than srcdir, to update load-path. Change lets dgnushack compile
9958         code in directories other than GNUS/lisp.
9959
9960 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * lpath.el: Don't bind w3m-safe-url-regexp.
9963
9964         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9965         w3m-safe-url-regexp variable buffer-local.
9966
9967         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9968
9969 2004-02-27  Simon Josefsson  <jas@extundo.com>
9970
9971         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9972         gnus-group-real-prefix.
9973         (gnus-summary-move-article): Use it, instead of
9974         gnus-group-real-prefix.
9975
9976 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * lpath.el: Bind w3m-safe-url-regexp.
9979
9980         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9981         w3m-safe-url-regexp variable buffer-local and set it as the value
9982         of mm-w3m-safe-url-regexp.
9983
9984         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9985
9986         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9987         parsing gnus-posting-styles when the message is not for replying.
9988
9989         * dgnushack.el: Autoload sgml-mode for XEmacs.
9990
9991         * nnrss.el (nnrss-opml-export): Use
9992         mm-set-buffer-file-coding-system instead of
9993         set-buffer-file-coding-system.
9994
9995 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9996
9997         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9998         of checkdoc.el).
9999         * nnrss.el: do.
10000         * gnus-mlspl.el: do.
10001         * gnus-ml.el: do.
10002         * gnus-srvr.el: do.
10003
10004         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10005
10006 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10007
10008         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10009         Corrections to custom-manual links.
10010
10011         * gnus-art.el (gnus-article): Ditto.
10012
10013         * mm-decode.el (mime-display, mime-security): Ditto.
10014
10015 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10016
10017         * flow-fill.el: Typo.
10018
10019 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10020
10021         * spam-wash.el: New file.
10022
10023 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10024
10025         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10026
10027 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10028
10029         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10030         to be run with new-articles as LIST1, not LIST2.
10031         (spam-registration-functions): Add spam-use-ham-copy as a nil
10032         registration backend.
10033
10034 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10035
10036         * spam-stat.el (spam-stat-washing-hook): New option.
10037         (spam-stat-buffer-words): Use it.
10038         (spam-stat-process-directory, spam-stat-test-directory): Use
10039         insert-file-contents-literally.
10040         (spam-stat-coding-system): New variable.
10041         (spam-stat-load, spam-stat-save): Use it.
10042
10043 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * spam-report.el (spam-report-plug-agent): Quote
10046         spam-report-url-to-file and spam-report-url-ping-plain.
10047
10048 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10051         / in mailto URLs.
10052
10053 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * spam-report.el (spam-report-process-queue): Fix interactive use.
10056         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10057         (spam-report-unplug-agent): Doc fixes.
10058         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10059         (spam-report-agentize, spam-report-deagentize): Autoload
10060
10061 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10064
10065         * message.el (message-setup-fill-variables): Add mml tags to
10066         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10067         <ajk@iu.edu>.
10068         (message-mode): Don't modify paragraph-separate there.
10069
10070 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * compface.el (uncompface-use-external): Default to undecided.
10073         (uncompface-use-external-threshold): New variable.
10074         (uncompface-float-time): New macro.
10075         (uncompface): Determine whether to use the external decoder if
10076         uncompface-use-external is undecided.
10077
10078 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10079
10080         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10081         after images.
10082
10083         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10084
10085 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10086
10087         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10088
10089         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10090
10091         * gnus-sum.el (gnus-summary-limit-to-age)
10092         (gnus-summary-limit-children): do.
10093
10094         * gnus-int.el (gnus-request-scan): do.
10095
10096         * gnus-group.el (gnus-group-suspend): do.
10097
10098         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10099
10100         * gnus-cite.el (gnus-cite-parse-attributions): do.
10101
10102         * gnus-agent.el (gnus-summary-set-agent-mark)
10103         (gnus-agent-regenerate-group): do.
10104
10105         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10106
10107         * binhex.el (binhex-decode-region-internal): do.
10108
10109 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-fun.el (gnus-face-properties-alist): New user option.
10112         (gnus-display-x-face-in-from): Use it.
10113
10114         * gnus-art.el (article-display-face): Ditto.
10115
10116         * compface.el (uncompface-use-external): Default to nil.
10117
10118 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10119
10120         * nntp.el (nntp-erase-buffer): New function.
10121         (nntp-retrieve-data, nntp-send-command)
10122         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10123         (nntp-possibly-change-group): Use it.
10124
10125         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10126         with-current-buffer.
10127
10128 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10129
10130         * compface.el: Merge the ELisp-based uncompface program.
10131         (compface): New customization group.
10132         (uncompface-use-external): New user option.
10133         (uncompface): Call uncompface-internal if uncompface-use-external
10134         is nil.
10135         (uncompface-internal): New function.  Note that there are also
10136         some other functions and variables added for this function.
10137
10138 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10139
10140         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10141         if necessary.
10142
10143 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10144
10145         * spam-report.el (spam-report-unplug-agent)
10146         (spam-report-plug-agent, spam-report-deagentize)
10147         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10148         Add support for the Agent in spam-report: when unplugged, report to a
10149         file; when plugged, submit all the requests.
10150
10151         * spam.el (spam-register-routine): Fix message about
10152         registration.
10153
10154 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10155
10156         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10157         dependencies.
10158         (rfc2047-encode): Use it.
10159
10160         * gnus-art.el (gnus-button-marker-list): Move before first
10161         reference.
10162
10163         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10164         (imap-parse-body): Fix format string mismatch.
10165
10166         * gnus-score.el (gnus-summary-increase-score): do.
10167
10168         * nnrss.el (nnrss-close): New function.
10169
10170 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10171
10172         * nnrss.el (nnrss-make-filename): New function.
10173         (nnrss-request-delete-group, nnrss-read-server-data)
10174         (nnrss-save-server-data, nnrss-read-group-data)
10175         (nnrss-save-group-data): Use it.
10176         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10177         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10178         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10179
10180 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10181
10182         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10183
10184 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10185
10186         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10187         files.
10188
10189         * message.el (message-generate-headers-first): Don't quote nil
10190         and t in docstrings.
10191
10192         * imap.el (imap-id): do.
10193
10194         * gnus-agent.el (gnus-agent-consider-all-articles)
10195         (gnus-agent-queue-mail): do.
10196
10197 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * spam-report.el (spam-report-process-queue): New function.
10200         Process requests from `spam-report-requests-file'.
10201         (spam-report-process-queue): Doc fix.
10202
10203 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10204
10205         * spam.el (spam-register-routine)
10206         (spam-log-processing-to-registry, spam-log-registered-p)
10207         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10208         Change "check" to "spam-check" for semi-clarity.
10209
10210 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10211
10212         * pop3.el: Require nnheader.
10213
10214         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10215
10216         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10217
10218         * gnus-picon.el: Require cl.
10219
10220         * gnus-fun.el: Require gnus-ems and gnus-util.
10221
10222         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10223
10224         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10225
10226         * gnus-art.el (gnus-article-edit-mode): Define before first
10227         reference.
10228
10229 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10230
10231         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10232         (gnus-uu-post-encoded): Use point-at-bol.
10233
10234         * gnus-topic.el (gnus-group-active-topic-p): do.
10235
10236         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10237
10238         * gnus-group.el (gnus-group-kill-region): do.
10239
10240         * gnus-art.el (article-date-ut): do.
10241
10242         * message.el (message-fetch-field): Remove redundant
10243         case-fold-search binding.
10244         (message-narrow-to-field): Simplify.
10245
10246 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * spam.el (spam-directory): Derive from `gnus-directory'.
10249
10250         * spam-report.el (spam-report-url-to-file)
10251         (spam-report-requests-file): New function and variable for offline
10252         reporting.
10253         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10254         and user defined function.
10255         (spam-report-url-ping-mm-url): Remove doubled slash.
10256
10257 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10258
10259         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10260
10261 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10262
10263         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10264         format string mismatch.
10265
10266         * sieve.el (sieve-deactivate-all): do.
10267
10268         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10269
10270         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10271
10272         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10273
10274         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10275
10276 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10277
10278         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10279         the list of checks.
10280
10281 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10282
10283         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10284         padding.
10285
10286 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10287
10288         * mm-view.el (mm-fill-flowed): New variable.
10289         (mm-inline-text): Use it.
10290
10291 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10292
10293         * spam.el (spam-spamassassin-register-ham-routine)
10294         (spam-spamassassin-register-spam-routine): Fix function names.
10295
10296 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus.el (gnus-tmp-grouplens): Remove.
10299         (gnus-summary-line-format): Remove grouplens.
10300
10301         * gnus-group.el (gnus-group-line-format): Ditto.
10302
10303         * gnus-spec.el (gnus-format-specs): Ditto.
10304         (gnus-update-format-specifications): Flush the group format spec
10305         cache if there's the grouplens stuff.
10306         (gnus-parse-simple-format): Replace %l with the empty string.
10307
10308 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10309
10310         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10311         omission.
10312
10313 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10316         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10317
10318 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10319
10320         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10321         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10322         New macros and functions.
10323         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10324         Handle > NLINK_MAX messages.
10325         * nnmaildir.el (nnmaildir-request-set-mark): Use
10326         nnmaildir--emlink-p and nnmaildir--eexist-p.
10327
10328 2004-01-25  Alex Schroeder  <alex@gnu.org>
10329
10330         * spam-stat.el (spam-stat-process-directory-age): New option.
10331         (spam-stat-process-directory): Use it.
10332
10333 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10334
10335         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10336         (spam-stat-save): Accept prefix argument.
10337
10338 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10339
10340         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10341         links" error.
10342
10343 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10346         the rest of the and/or forms.
10347
10348 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10349
10350         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10351         compatibility with old .newsrc.eld files.
10352
10353         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10354
10355         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10356
10357         * gnus-start.el (gnus-1): do.
10358
10359         * gnus-group.el (gnus-group-line-format-alist): do.
10360
10361         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10362
10363         * gnus-gl.el: Remove.
10364
10365 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10366
10367         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10368         marks consisting of a single range {for example, (3 . 5)} rather
10369         than a list of a single range { ((3 . 5)) }.
10370
10371 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10372
10373         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10374         with-current-buffer.
10375         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10376         avoid consing a string.
10377
10378         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10379         Remove obsolete entries for big5 and gb2312.
10380
10381 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10382
10383         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10384         uncompressed list.
10385
10386 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10387
10388         * spam-stat.el (spam-stat-strip-xref): New function.
10389         (spam-stat-process-directory): Use it.
10390
10391         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10392         here -- it's done in message-fetch-field.
10393
10394 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10395
10396         * gnus-agent.el (gnus-agent-queue-mail,
10397         gnus-agent-prompt-send-queue): New variables.
10398         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10399         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10400         "nndraft:queue" along to gnus-draft-send.  Use
10401         gnus-agent-prompt-send-queue.
10402         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10403         is "nndraft:queue".  Suggested by Gaute Strokkenes
10404         <gs234@srcf.ucam.org>
10405
10406         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10407         (agent-enable-undownloaded-faces): Added
10408         (gnus-agent-cat-groups): Use eval-and-compile, not
10409         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10410         method of gnus-agent-cat-groups even when the buffer has been
10411         evaled.
10412         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10413         delete gnus-agent-save-active-1.
10414         (gnus-agent-save-groups): Deleted. Identical to
10415         gnus-agent-save-active.
10416         (gnus-agent-write-active): No longer adjust agent's copy of active
10417         file as agent's adjustments are now stored in their own
10418         file. Removed optional parameter.
10419         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10420         servers.  Add use of min/max range limits from server's local
10421         file.
10422         (gnus-agent-save-alist): Removed unused optional argument.
10423         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10424         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10425         (gnus-agent-set-local): A per-server file that keeps min/max range
10426         limits for articles known to the agent.  Provides a fast mechanism
10427         for altering many active ranges.
10428         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10429         active file (local makes it unnecessary).
10430         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10431
10432         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10433         (agent-enable-undownloaded-faces): Added
10434
10435         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10436         disable it when sending to "nndraft:queue".
10437         (gnus-group-send-queue): Add safety check to avoid sending queue
10438         when unplugged.
10439
10440         * gnus-group.el (gnus-group-catchup): Use new
10441         gnus-sequence-of-unread-articles, not
10442         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10443         numbers of articles.  Use gnus-range-map to avoid having to
10444         uncompress the unread list.
10445         (gnus-group-archive-directory,
10446         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10447         reference.
10448
10449         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10450         (gnus-sorted-range-intersection): Intersection of two ranges
10451         without requiring that they first be uncompressed.
10452
10453         * gnus-start.el (gnus-activate-group): Unless blocked by the
10454         caller, possibly expand the active range to include both cached
10455         and agentized articles.
10456         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10457         multiple version-dependent converters.
10458         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10459         gnus-agent-save-active.
10460         (gnus-save-newsrc-file): Save dirty agent range limits.
10461
10462         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10463         gnus-agent-possibly-alter-active.
10464         (gnus-adjust-marked-articles): Faster handling of simple lists
10465
10466 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10467
10468         * spam-stat.el (spam-stat-test-directory): New optional argument
10469         displays a list of files detected.  Suggested by Andrew Cohen
10470         <cohen@andy.bu.edu>.
10471         (spam-stat-buffer-words-with-scores): Don't narrow and change
10472         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10473
10474 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10475
10476         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10477         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10478         (spam-spamassassin-arguments)
10479         (spam-spamassassin-spam-flag-header)
10480         (spam-spamassassin-positive-spam-flag-header)
10481         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10482         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10483         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10484         (spam-list-of-processors, spam-list-of-checks)
10485         (spam-list-of-statistical-checks, spam-registration-functions)
10486         (spam-check-spamassassin-headers, spam-check-spamassassin)
10487         (spam-spamassassin-score)
10488         (spam-spamassassin-register-with-sa-learn)
10489         (spam-spamassassin-register-spam-routine)
10490         (spam-spamassassin-register-ham-routine)
10491         (spam-assassin-register-spam-routine)
10492         (spam-assassin-register-ham-routine): add SpamAssassin support
10493         (spam-bogofilter-score): fix to show article before scoring
10494
10495 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10496
10497         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10498         default scoring function.
10499         (spam-generic-score): Call spam-spamassassin-score if
10500         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10501         spam-bogofilter-score otherwise.
10502
10503         * gnus.el (spam-process, spam-autodetect-methods): Add
10504         spamassassin and spamassassin-headers.
10505
10506 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10507
10508         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10509         Suppress unnecessary messages.
10510
10511 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10512
10513         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10514         make-hash-table.
10515
10516 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * canlock.el (base64-encode-string): Don't autoload it.
10519
10520 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * run-at-time.el: Remove useless (require 'itimer),
10523         eval-and-compile and (featurep 'xemacs).
10524
10525 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10526
10527         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10528         GROUP is a virtual group.
10529
10530 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10531
10532         * gnus.el: Autoload `message-y-or-n-p'.
10533
10534 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10535
10536         * pgg-parse.el: Remove unnecessary (require 'custom).
10537
10538         * pgg-def.el: do.
10539
10540         * nnmail.el: do.
10541
10542         * gnus-undo.el: do.
10543
10544         * gnus-picon.el: do.
10545
10546         * gnus-util.el: do.
10547
10548 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10551
10552 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10555         handle, as well as a list.
10556
10557         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10558         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10559         (mm-w3m-cid-retrieve): Simplify.
10560
10561 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10562
10563         * message.el (message-kill-to-signature): Allow prefix arg to
10564         specify number of lines to keep before signature.
10565
10566 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10567
10568         (message-kill-to-signature): Change docstring.
10569
10570 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * canlock.el: Always require sha1-el.
10573         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10574
10575         * message.el: Autoload sha1 only when compiling.
10576
10577         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10578         eudc-expand-inline for XEmacs.
10579
10580 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * message.el (message-canlock-generate): Require sha1-el.
10583
10584 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10585
10586         * message.el (message-expand-name): Silence the byte compiler.
10587
10588         * lpath.el: Add detect-coding-system.
10589
10590         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10591         cus-edit.
10592
10593 2004-01-13  Simon Josefsson  <jas@extundo.com>
10594
10595         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10596         Invoke gnus-score-mode.  Reported by
10597         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10598
10599         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10600         Jim Blandy <jimb@redhat.com> (tiny change).
10601
10602 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10603
10604         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10605
10606 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10607
10608         * spam.el (spam-get-article-as-string): Update to use
10609         gnus-request-article-this-buffer, much simpler.
10610         (spam-get-article-as-buffer): Remove.
10611
10612 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10613
10614         * message.el (message-expand-name): Use EUDC if the user uses
10615         that.
10616
10617 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10618
10619         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10620         character for the encoding to avoid consing a string.
10621
10622         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10623         unnecessarily.
10624
10625         * mm-util.el (mm-replace-chars-in-string): Remove.
10626
10627         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10628         of mm-replace-chars-in-string.
10629
10630 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10631
10632         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10633         strings.
10634
10635         * mm-util.el (mm-subst-char-in-string): Support inplace.
10636
10637         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10638         a new string in every iteration.  Use shy groups.
10639
10640 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10641
10642         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10643         (gnus-group-change-level, gnus-kill-newsgroup)
10644         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10645         (gnus-get-unread-articles, gnus-make-articles-unread)
10646         (gnus-make-ascending-articles-unread): Use accessor
10647         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10648         to get group information for improved readability.
10649
10650         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10651
10652         * gnus-soup.el (gnus-soup-group-brew): do.
10653
10654         * gnus-msg.el (gnus-put-message): do.
10655
10656         * gnus-move.el (gnus-group-move-group-to-server): do.
10657
10658         * gnus-kill.el (gnus-batch-score): do.
10659
10660         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10661         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10662         (gnus-group-update-group, gnus-group-read-group)
10663         (gnus-group-make-group, gnus-group-make-help-group)
10664         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10665         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10666         (gnus-group-sort-by-unread, gnus-group-catchup)
10667         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10668         (gnus-group-yank-group, gnus-group-set-info)
10669         (gnus-group-list-groups): do.
10670
10671         * gnus.el (gnus-generate-new-group-name): do.
10672
10673         * gnus-delay.el (gnus-delay-send-queue): do.
10674
10675         * nnvirtual.el (nnvirtual-catchup-group): do.
10676
10677         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10678         do.
10679
10680         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10681         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10682
10683         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10684         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10685         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10686         (gnus-group-make-articles-read): do.
10687
10688 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10689
10690         * gnus-art.el (article-decode-mime-words, article-babel)
10691         (gnus-article-highlight-signature, gnus-article-add-buttons)
10692         (gnus-signature-toggle): Use gnus-with-article-buffer.
10693
10694         * gnus-art.el (gnus-article-highlight-headers)
10695         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10696
10697         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10698         (gnus-article-set-globals, gnus-request-article-this-buffer)
10699         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10700         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10701         (gnus-mime-display-alternative): Use with-current-buffer.
10702
10703 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10706         also under 80 char limit, and call gnus-error if needed.
10707         (spam-fetch-article-header): Fix - it was a
10708         buffer-local variable (gnus-newsgroup-data).
10709         (spam-find-spam): Use spam-generate-fake-headers, forget about
10710         spam-insert-fake-headers.
10711         (spam-insert-fake-headers): Remove.
10712
10713 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10714
10715         * deuglify.el (gnus-article-outlook-unwrap-lines)
10716         (gnus-outlook-rearrange-article)
10717         (gnus-outlook-repair-attribution-outlook)
10718         (gnus-outlook-repair-attribution-block)
10719         (gnus-outlook-repair-attribution-other): Remove redundant
10720         save-excursion.
10721
10722 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10723
10724         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10725         (spam-fetch-field-subject-fast)
10726         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10727         (spam-fetch-article-header): Add functions to deal with Gnus
10728         internals for fast retrieval of article header data.
10729         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10730
10731 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10732
10733         * pop3.el (pop3-md5): Remove.
10734         (pop3-apop): Replace pop3-md5 with md5.
10735
10736         * mm-bodies.el: base64 is always built-in.
10737
10738         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10739         with-current-buffer.
10740
10741 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * canlock.el (canlock-insert-header): Remove excessive grouping in
10744         regexp.
10745
10746         * gnus-sum.el (gnus-summary-read-document): Ditto.
10747
10748         * gnus-uu.el (gnus-uu-part-number): Ditto.
10749
10750         * html2text.el (html2text-remove-tags): Ditto.
10751         (html2text-format-tags): Ditto.
10752         (html2text-format-single-elements): Ditto.
10753
10754         * mml.el (mml-parse-1): Ditto.
10755
10756 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10757
10758         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10759
10760         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10761
10762         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10763
10764         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10765
10766 2003-11-15  Simon Josefsson  <jas@extundo.com>
10767
10768         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10769         (pgg-gpg-lookup-key): Use regexp match instead of
10770         split-string (split-string is different between emacs 21.2 and
10771         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10772
10773 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10774
10775         * gnus-art.el (gnus-mime-view-all-parts)
10776         (gnus-article-part-wrapper, gnus-article-view-part): Use
10777         with-current-buffer.
10778
10779 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10780
10781         * spam.el (spam-disable-spam-split-during-ham-respool)
10782         (spam-spamoracle-database, spam-cache-lookups)
10783         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10784         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10785         (spam-group-ham-marks, spam-group-spam-marks)
10786         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10787         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10788         also add spam-use-blackholes to the statistical checks.
10789         (spam-fetch-field-fast): Add interface to fetching fields, may
10790         become a macro.
10791         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10792         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10793         (spam-insert-fake-headers): Fake an article when needed.
10794         (spam-find-spam): Fake article when possible.
10795         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10796         (spam-check-bogofilter-headers): Use message-fetch-field instead
10797         of nnmail-fetch-field.
10798
10799 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10802
10803 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10804
10805         * spam.el (spam-split): Do not require spam-use-CHECK to be
10806         enabled if that check is passed to spam-split explicitly; also
10807         fix so 'spam doesn't get converted to spam-split-group when
10808         spam-split-symbolic-return is t.
10809         (spam-find-spam): Find registrations of the article and use those
10810         instead of re-running spam-split to find the spam/ham
10811         classification of the article.
10812         (spam-log-processing-to-registry, spam-log-registered-p)
10813         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10814         Use gnus-error instead of gnus-message.
10815         (spam-log-registration-type): Add function to determine the
10816         classification of a message based on registry entries; will
10817         return nil if both 'spam and 'ham are found.
10818         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10819         a reasonably fast local cache without the loading errors.
10820         (spam-cache-lookups): Set to t by default.
10821         (spam-find-spam): Don't try to guess spam-cache-lookups.
10822         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10823         spam-caches entry.
10824         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10825         caching of whitelist/blacklist entries.
10826         (spam-check-whitelist, spam-check-blacklist): Invoke
10827         spam-from-listed-p with a type, not a cache variable.
10828         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10829
10830 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10831
10832         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10833
10834         * nnmail.el (nnmail-split-fancy): do.
10835
10836         * mml.el (mml-parse): do.
10837
10838         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10839         (gnus-score-adaptive): do.
10840
10841 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10844         (gnus-mime-button-map): Don't set keymap parent.
10845         (gnus-button-ctan-directory-regexp): Use shy grouping.
10846         (gnus-prev-page-map): Don't set keymap parent.
10847         (gnus-prev-page-map): Remove duplicated one.
10848         (gnus-next-page-map): Don't set keymap parent.
10849         (gnus-mime-security-button-map): Ditto.
10850
10851         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10852         version number.
10853
10854         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10855
10856 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * canlock.el (canlock-sha1-function): Remove.
10859         (canlock-sha1-function-for-verify): Remove.
10860         (canlock-openssl-program): Remove.
10861         (canlock-openssl-args): Remove.
10862         (canlock-ignore-errors): Remove.
10863         (canlock-sha1-with-openssl): Remove.
10864         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10865         (canlock-verify): Don't use canlock-ignore-errors.
10866
10867         * sha1-el.el (sha1-string-external): Make it can return a string
10868         in binary form.
10869         (sha1-region-external): Ditto.
10870         (sha1-string-internal): Ditto.
10871         (sha1-region-internal): Ditto.
10872         (sha1-region): Ditto.
10873         (sha1-string): Ditto.
10874         (sha1): Ditto.
10875
10876 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877
10878         * spam.el (spam-report-articles-gmane): New command.
10879
10880 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10883
10884         * run-at-time.el (run-at-time-saved): Remove.
10885         (run-at-time): Doc fix.
10886
10887 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10888
10889         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10890         (gnus-summary-limit-map): Add it.
10891         (gnus-summary-make-menu-bar): do.
10892
10893 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10894
10895         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10896         Make attempt at some caching support (done for BBDB only now).
10897         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10898         addresses to be checked.
10899         (spam-clear-cache-BBDB): Add function, to be invoked by
10900         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10901         (spam-check-BBDB): Check and use the caches, if
10902         spam-cache-lookups is on, remove superfluous (provide).
10903
10904 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10907
10908 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10909
10910         * run-at-time.el (run-at-time-saved): Move to after the definition
10911         of `run-at-time'.
10912
10913         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10914
10915 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10918         mm-w3m-local-map-property.
10919
10920         * mm-view.el (mm-w3m-mode-map): Remove.
10921         (mm-w3m-local-map-property): Remove.
10922         (mm-inline-text-html-render-with-w3m): Don't use
10923         mm-w3m-local-map-property.
10924
10925 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10926
10927         * run-at-time.el: New file.
10928
10929         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10930         under Emacs.
10931
10932         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10933         of gnus-set-text-properties.
10934
10935         * gnus-uu.el (gnus-uu-save-article): Ditto.
10936
10937         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10938
10939         * gnus-cite.el (gnus-cite-parse): Ditto.
10940
10941         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10942         of gnus-.
10943
10944         * gnus-xmas.el (run-at-time): Require run-at-time.
10945
10946         * gnus.el: Changed calls to nnheader-run-at-time and
10947         password-run-at-time throughout to use run-at-time directly.
10948
10949         * password.el: Removed definition of run-at-time.
10950
10951         * nnheaderxm.el: Remove definition of run-at-time.
10952
10953 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10954
10955         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10956         in prompt.
10957
10958 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10959
10960         * messagexmas.el (message-xmas-redefine): Alias
10961         `message-make-caesar-translation-table' to
10962         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10963         version.
10964
10965         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10966         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10967         `gnus-xmas-set-text-properties'.
10968         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10969         `gnus-xmas-completing-read'.
10970         (gnus-xmas-completing-read): Removed.
10971         (gnus-xmas-open-network-stream): Removed.
10972
10973         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10974         XEmacs version.
10975
10976         * dns.el (dns-make-network-process): Use `open-network-stream'
10977         instead of `gnus-xmas-open-network-stream'.
10978
10979         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10980
10981         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10982
10983 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10984
10985         * gnus-art.el (gnus-mime-display-alternative)
10986         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10987         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10988         Don't use gnus-local-map-property.
10989
10990         * gnus-util.el (gnus-local-map-property): Remove.
10991
10992         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10993         gnus-completing-read-maybe-default with completing-read.
10994
10995         * gnus-util.el (gnus-completing-read): do.
10996         (gnus-completing-read-maybe-default): Remove.
10997
10998 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10999
11000         * password.el: Only autoload `run-at-time' if not XEmacs.
11001         Only autoload the itimer functions if XEmacs.
11002
11003 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11006         XEmacsen.
11007
11008         * dgnushack.el: Autoload executable-find for XEmacs.
11009
11010 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11011
11012         * gnus-art.el (gnus-read-string): Remove.
11013         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11014         read-string.
11015
11016 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * netrc.el: Autoload password-read.
11019         (netrc): Add configuration group.
11020         (netrc-encoding-method, netrc-openssl-path): Add
11021         variables for encoding and decoding of files with symmetric
11022         ciphers.
11023         (netrc-encode): Add assistant function to encode a file with
11024         netrc-encoding-method.
11025         (netrc-parse): Add interactive parameter, added optional
11026         decoding if netrc-encoding-method is non-nil but otherwise
11027         behavior is standard.
11028         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11029         Do s/encode/encrypt/ everywhere.
11030
11031         * spam.el: Remove executable-find autoload.
11032
11033 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11034
11035         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11036
11037         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11038
11039 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * gnus-art.el (gnus-treat-ansi-sequences,
11042         article-treat-ansi-sequences): New variable and function.
11043         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11044
11045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11046         Use it.
11047
11048 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11049
11050         * mm-util.el (mm-quote-arg): Remove.
11051
11052         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11053         shell-quote-argument.
11054
11055         * gnus-uu.el (gnus-uu-command): do.
11056
11057         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11058
11059         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11060         with make-char.
11061
11062         * mm-util.el (mm-make-char): Remove.
11063
11064         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11065         add-minor-mode.
11066
11067         * gnus-undo.el (gnus-undo-mode): do.
11068
11069         * gnus-topic.el (gnus-topic-mode): do.
11070
11071         * gnus-sum.el (gnus-dead-summary-mode): do.
11072
11073         * gnus-start.el (gnus-slave-mode): do.
11074
11075         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11076
11077         * gnus-ml.el (gnus-mailing-list-mode): do.
11078
11079         * gnus-gl.el (gnus-grouplens-mode): do.
11080
11081         * gnus-draft.el (gnus-draft-mode): do.
11082
11083         * gnus-dired.el (gnus-dired-mode): do.
11084
11085         * gnus-ems.el (gnus-add-minor-mode): Remove.
11086
11087         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11088         Replace gnus-char-width with char-width.
11089
11090         * gnus-ems.el (gnus-char-width): Remove.
11091
11092         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11093         Replace gnus-char-width with char-width.
11094
11095         * gnus-ems.el (gnus-char-width): Remove.
11096
11097         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11098         definition.
11099         Remove Emacs 20 hash table compatibility code.
11100
11101         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11102         20 compatibility code.
11103
11104         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11105
11106         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11107
11108         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11109         with point-at-{eol,bol}.
11110
11111         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11112
11113         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11114
11115         * flow-fill.el (fill-flowed-point-at-bol,
11116         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11117
11118         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11119         Replace with point-at-{eol,bol} throughout all files.
11120
11121 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * ntlm.el (ntlm-string-as-unibyte): New macro.
11124         (ntlm-build-auth-response): Use it.
11125
11126         Remove Emacs 20 stuff:
11127         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11128         (butlast, mapc, remove): Remove the compiler macros.
11129         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11130         of delq and copy-sequence.
11131         * gnus-art.el (popup-menu): Remove the compiler macro.
11132         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11133         Emacs 20.
11134
11135 2004-01-05  Simon Josefsson  <jas@extundo.com>
11136
11137         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11138         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11139         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11140         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11141         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11142         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11143         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11144         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11145         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11146         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11147         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11148         string-xor into ntlm-string-xor.  Suggested by
11149         Jesper Harder <harder@myrealbox.com>.
11150
11151         * ntlm.el: Don't include poem.
11152
11153         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11154         Jesper Harder <harder@myrealbox.com>.
11155
11156         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11157
11158         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11159         probably breaks emacs with DL patch, but do we care? Is anyone
11160         still using the DL stuff?)
11161
11162         * sieve-manage.el: Use the password package.
11163         (sieve-manage-read-passwd): Remove.
11164         (sieve-manage-interactive-login): Use password.  Re-add
11165         condition-case around loop.
11166
11167         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11168         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11169         the password package.
11170
11171 2003-02-19  Simon Josefsson  <jas@extundo.com>
11172
11173         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11174         token.
11175
11176 2002-08-07  Simon Josefsson  <jas@extundo.com>
11177
11178         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11179         (sieve-manage-authenticators):
11180         (sieve-manage-authenticator-alist): Add some SASL mechs.
11181         (sieve-sasl-auth): New function.
11182         (sieve-manage-cram-md5-auth):
11183         (sieve-manage-plain-auth): Rewrite using SASL library.
11184         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11185         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11186         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11187         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11188
11189 2004-01-05  Simon Josefsson  <jas@extundo.com>
11190
11191         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11192         New files.
11193
11194 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11195
11196         * gnus-group.el (gnus-no-groups-message): Update.
11197
11198         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11199
11200 2003-11-09  Simon Josefsson  <jas@extundo.com>
11201
11202         * imap.el: Support for ID IMAP extension (RFC 2971).
11203         (imap-local-variables): Add imap-id.
11204         (imap-id): New variable.
11205         (imap-id): New function.
11206         (imap-parse-response): Parse untagged ID response.
11207         * nnimap.el (nnimap-id): New variable.
11208         (nnimap-open-connection): Use it.
11209
11210 2003-12-28  Simon Josefsson  <jas@extundo.com>
11211
11212         * gnus-score.el (gnus-score-edit-all-score): New.
11213         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11214
11215 2004-01-04  Simon Josefsson  <jas@extundo.com>
11216
11217         * password.el: Add.
11218
11219 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11220
11221         * dns.el: Add support for AAAA records (see RFC 3596)
11222
11223         * Fix typo PRT -> PTR
11224
11225         * Parse MX, PTR and SOA replies (see RFC 1035)
11226
11227 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11230
11231         * Moved to Changelog.2.
11232
11233 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * gnus.el (gnus-version-number): Bump version.
11236
11237 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11238
11239         * gnus.el: No Gnus v0.1 is released.
11240
11241 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11242
11243         * gnus.el: No Gnus v0.0 is released.
11244
11245 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11246
11247         * gnus.el (gnus-version-number): Bump.
11248         (gnus-version): No.
11249
11250 See ChangeLog.2 for earlier changes.
11251
11252     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11253
11254   This file is part of GNU Emacs.
11255
11256   GNU Emacs is free software; you can redistribute it and/or modify
11257   it under the terms of the GNU General Public License as published by
11258   the Free Software Foundation; either version 2, or (at your option)
11259   any later version.
11260
11261   GNU Emacs is distributed in the hope that it will be useful,
11262   but WITHOUT ANY WARRANTY; without even the implied warranty of
11263   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11264   GNU General Public License for more details.
11265
11266   You should have received a copy of the GNU General Public License
11267   along with GNU Emacs; see the file COPYING.  If not, write to the
11268   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11269   Boston, MA 02110-1301, USA.
11270
11271 ;; Local Variables:
11272 ;; coding: iso-2022-7bit
11273 ;; fill-column: 79
11274 ;; add-log-time-zone-rule: t
11275 ;; End:
11276
11277 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4