2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
[gnus] / lisp / ChangeLog
1 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4         Fix comment about "iso8859-1".
5
6 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
7
8         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9         ones returned from the verify-function.
10
11         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
12         mml2015-extract-cleartext-signature if extraction failed.
13
14 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15
16         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
17         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
18         failed.
19
20 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
21
22         * Relicense "GPLv2 or later" files to "GPLv3 or later".
23
24 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
27         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
28         recommends to use EasyPG instead of PGG.
29
30         * pgg.el: Revert to revision 6.23.2.16
31
32         * pgg-def.el: Revert to revision 6.6.2.14.
33
34         * pgg-gpg.el: Revert to revision 6.23.2.34.
35
36 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
39         to mark a thread as expirable.  Add variable `hide' to handle hiding of
40         thread for both the null and zero (kill/expire thread) universal prefix
41         cases.
42         (gnus-summary-expire-thread): Add new function to expire a thread,
43         using gnus-summary-kill-thread.
44         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
45         shortcuts for gnus-summary-expire-thread.
46         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
47         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
48
49 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
50
51         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
52         extras value, so an extras entry can be deleted.
53         (gnus-registry-delete-extra-entry): Use it.
54         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
55         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
56         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
57          storage through the gnus-registry, and provide an appropriate API for
58          it.
59
60 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
63         Suggested by Leo <sdl.web@gmail.com>.
64
65         * gnus.el: Do.
66
67 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
70         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
71
72         * gnus-agent.el (gnus-agent-fetch-headers): Do.
73
74         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
75         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
76
77 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
80         newline.
81         (nnmbox-request-accept-article): Don't change article in source buffer;
82         narrow to header to use message-fetch-field rather than
83         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
84         (nnmbox-request-replace-article): Quote lines that'll be misidentified
85         as delimiters; make sure article ends with newline.
86         (nnmbox-delete-mail): Correct last position of article to be deleted;
87         ignore X-Gnus-Newsgroup header in article body.
88         (nnmbox-save-mail): Quote lines looking like delimiters at the right
89         positions; make sure article ends with newline.
90
91         * message.el (message-display-abbrev): Don't infloop when a user
92         inserts SPC in the beginning of header.
93
94         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
95         coding-system-for-read and coding-system-for-write for XEmacs having no
96         file-coding feature.
97
98         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
99
100 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
101
102         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
103         list of groups not followed by default.  Fix type to be regexp.
104         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
105
106 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
107
108         * hmac-def.el (define-hmac-function): Switch from old-style to
109         new-style backquotes.
110
111         * md4.el (md4-make-step): likewise.
112
113 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
116         raw-text coding system when saving .newsrc file, which may contain
117         non-ASCII group names.
118
119 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * gnus-cus.el (gnus-score-extra): New widget.
122         (gnus-score-extra-convert): New function.
123         (gnus-score-customize): Use it for Extra.
124
125 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
126
127         * mml2015.el (mml2015-extract-cleartext-signature): New function.
128         (mml2015-mailcrypt-clear-verify): Use it.
129         (mml2015-gpg-clear-verify): Use it.
130         (mml2015-pgg-clear-verify): Use it.
131         (mml2015-epg-clear-verify): Replace the current part with the output
132         from GnuPG; don't extract the plaintext by itself.
133
134         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
135         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
136         mml2015-clear-verify-function; don't touch the armor headers or
137         dash-escaped text here.
138
139 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
142         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
143         parts, or application/octet-stream as a last resort.
144         (gnus-mime-view-part-as-type): Don't toggle display.
145         (gnus-mime-view-part-as-charset): Don't turn off display before
146         querying charset.
147
148         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
149         stuff to undisplayer function in Emacs.
150         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
151
152         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
153         text/calendar parts.
154
155 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
158         decoding text/calendar parts.
159
160         * message.el (message-forward-make-body-mime): Always mark body as
161         having no illegible text; remove signed-or-encrypted argument.
162         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
163
164         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
165         (mml-generate-mime-1): Don't encode body if it is specified to be in
166         raw form; don't make buffer be unibyte when inserting multibyte string.
167
168 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
169
170         * sha1.el: Fix up comment style.
171         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
172         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
173
174         * hex-util.el: Fix up comment style.
175         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
176
177         * gnus-salt.el: Use with-current-buffer.
178         (gnus-pick-setup-message): Fix long-standing typo.
179
180 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * imap.el (imap-logout-timeout): New variable.
183         (imap-logout, imap-logout-wait): New functions.
184         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
185
186         * nnimap.el (nnimap-logout-timeout): New server variable.
187         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
188         nnimap-logout-timeout.
189
190         * gnus-art.el (gnus-article-summary-command-nosave)
191         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
192
193 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
194
195         * gnus.el (gnus-maximum-newsgroup): New variable.
196
197         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
198         according to gnus-maximum-newsgroup.
199
200         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
201         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
202         Limit the range of articles according to gnus-maximum-newsgroup.
203
204 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
205
206         * gnus-art.el (gnus-sticky-article): Fixed problems described in
207         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
208         Don't perform gnus-configure-windows here; reuse existing sticky
209         article buffer.
210
211         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
212         it doesn't exist in gnus-article-mode.
213
214 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
217         (gnus-agent-decoded-group-name): New function.
218         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
219         (gnus-agent-expire-group-1): Use it; decode group name in messages.
220
221 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
222
223         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
224         Add binding for gnus-sticky-article.
225         (gnus-summary-exit): Don't kill sticky article buffers.
226
227         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
228         article buffer.
229         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
230         (gnus-kill-sticky-article-buffers): New commands.
231
232 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * nntp.el (nntp-xref-number-is-evil): New server variable.
235         (nntp-find-group-and-number): If it is non-nil, don't trust article
236         numbers in the Xref header.
237
238 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
239
240         * gnus-agent.el (gnus-agent-read-group): New function.
241         (gnus-agent-flush-group, gnus-agent-expire-group)
242         (gnus-agent-regenerate-group): Use it.
243         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
244         nnmail-pathname-coding-system.
245
246 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
249
250         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
251         that are unread as unread, and also as selected so that information of
252         marks having been changed by a user may be updated when exiting group.
253
254 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-art.el (gnus-mime-display-single): Pass part number that is
257         calculated ignoring signature parts to gnus-treat-article.
258
259 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
262         a point here in order to keep the window start.
263         (gnus-insert-mime-security-button): Make a button overlay without the
264         front stickiness.
265         (gnus-mime-display-security): Goto the end of a button.
266
267         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
268
269 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
272         group-name-at-point.
273         (gnus-group-completing-read): New function that offers decoded
274         non-ASCII group names for completion.
275         (gnus-fetch-group, gnus-group-read-ephemeral-group)
276         (gnus-group-jump-to-group, gnus-group-make-group-simple)
277         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
278         (gnus-group-fetch-control): Use it.
279         (gnus-fetch-group): Use group-name-at-point for the initial value
280         rather than the default value; use gnus-alive-p.
281
282         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
283         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
284         (gnus-summary-post-news): Use gnus-group-completing-read.
285
286         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
287         (gnus-read-move-group-name): Decode group name for completion.
288
289 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
290
291         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
292         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
293         Yamaoka slightly modified the code).
294
295 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
298         (nnmail-split-incoming): Bind it.
299
300         * nnml.el (nnml-group-name-charset): New function.
301         (nnml-decoded-group-name): Use it; don't decode group name if
302         nnmail-group-names-not-encoded-p is non-nil.
303         (nnml-encoded-group-name): New function.
304         (nnml-group-pathname): Inline nnml-decoded-group-name.
305         (nnml-request-expire-articles): Decode group name in message.
306         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
307         nnmail-pathname-coding-system.
308         (nnml-save-mail, nnml-active-number): Work with decoded group names and
309         not decoded ones according to nnmail-group-names-not-encoded-p.
310         (nnml-generate-active-info): Use nnml-encoded-group-name.
311
312 2007-08-08  Glenn Morris  <rgm@gnu.org>
313
314         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
315         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
316         doc-strings and comments.
317
318 2007-07-25  Glenn Morris  <rgm@gnu.org>
319
320         * Relicense all FSF files to GPLv3 or later.
321
322 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
323
324         * gnus-sum.el (gnus-summary-move-article): Make
325         gnus-summary-respool-article work.
326
327 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
328
329         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
330         string.
331
332 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
333
334         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
335         that should be ignored when comparing distant RSS articles with local
336         ones.
337         (nnrss-make-hash-index): New function.  Create a hash index according
338         to the ignored fields.
339         (nnrss-check-group): Use it.
340
341 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
344
345         * gnus-art.el (article-decode-group-name): Decode Xref header too.
346
347         * gnus-group.el (gnus-group-make-group): Encode group name here unless
348         the new optional argument ENCODED is non-nil.
349         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
350         coding system for encoding group name.
351         (gnus-group-make-rss-group): Pass un-encoded group name to
352         gnus-group-make-group.
353         (gnus-group-set-info): Tell gnus-group-make-group that group name is
354         encoded.
355
356         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
357         Encode group name to which articles are moved or copied.
358         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
359         coding system for encoding Newsgroup, Followup-To and Xref headers.
360
361         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
362         marks; use nnheader-file-coding-system to write a file.
363         (nnagent-retrieve-headers): Bind file-name-coding-system to
364         nnmail-pathname-coding-system.
365
366         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
367
368         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
369         (nnml-request-article, nnml-request-create-group)
370         (nnml-request-rename-group, nnml-find-id)
371         (nnml-possibly-change-directory, nnml-possibly-create-directory)
372         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
373         (nnml-save-marks): Use nnml-group-pathname instead of
374         nnmail-group-pathname.
375
376         (nnml-request-create-group, nnml-request-expire-articles)
377         (nnml-request-move-article, nnml-request-delete-group)
378         (nnml-deletable-article-p, nnml-possibly-create-directory)
379         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
380         (nnml-open-marks): Bind file-name-coding-system to
381         nnmail-pathname-coding-system.
382
383         (nnml-request-article): Pass server argument to nnml-find-group-number.
384         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
385         server argument to nnml-possibly-create-directory.
386         (nnml-request-accept-article): Pass server argument to
387         nnml-active-number and nnml-save-mail.
388         (nnml-find-group-number): Pass server argument to nnml-find-id.
389         (nnml-request-update-info): Pass server argument to
390         nnml-marks-changed-p.
391
392         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
393         (nnml-save-mail, nnml-active-number): Add server argument.
394
395         (nnml-request-delete-group): Warn if group is missing.
396         (nnml-get-nov-buffer): Decode group name.
397         (nnml-generate-active-info): Encode group name.
398         (nnml-open-marks): Decode group name in messages.
399
400 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
401
402         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
403         if it is not specified.
404         (gnus-article-pipe-part, gnus-article-save-part)
405         (gnus-article-interactively-view-part, gnus-article-copy-part)
406         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
407         (gnus-article-inline-part, gnus-article-save-part-and-strip)
408         (gnus-article-replace-part, gnus-article-delete-part)
409         (gnus-article-view-part-as-type): Pass raw prefix argument to
410         gnus-article-part-wrapper.
411
412 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
413
414         * gnus-agent.el (gnus-agent-save-active): Bind
415         nnheader-file-coding-system to gnus-agent-file-coding-system.
416
417         * gnus-cache.el (gnus-cache-save-buffers)
418         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
419         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
420         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
421         (gnus-cache-braid-nov, gnus-cache-braid-heads)
422         (gnus-cache-generate-active, gnus-cache-rename-group)
423         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
424         (gnus-cache-update-overview-total-fetched-for): Bind
425         file-name-coding-system to nnmail-pathname-coding-system.
426         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
427         variables.
428         (gnus-cache-decoded-group-name): New function.
429         (gnus-cache-file-name): Use it.
430         (gnus-cache-generate-active): Use non-decoded group name for active.
431
432         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
433         right place.
434         (gnus-write-active-file): Don't break non-ASCII group names.
435
436         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
437         nnmail-pathname-coding-system.
438
439         * lpath.el: Bind default-file-name-coding-system,
440         file-name-coding-system and language-info-alist for XEmacs.
441
442         * gnus-uu.el (gnus-uu-decode-save): Typo.
443
444 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
447
448 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
451         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
452         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
453         (gnus-agent-flush-group, gnus-agent-flush-cache)
454         (gnus-agent-fetch-headers, gnus-agent-load-alist)
455         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
456         (gnus-agent-retrieve-headers, gnus-agent-request-article)
457         (gnus-agent-regenerate-group)
458         (gnus-agent-update-files-total-fetched-for)
459         (gnus-agent-update-view-total-fetched-for): Bind
460         file-name-coding-system to nnmail-pathname-coding-system.
461         (gnus-agent-group-pathname): Don't encode file names by
462         nnmail-pathname-coding-system.
463         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
464         coding-system-for-write instead of buffer-file-coding-system to
465         gnus-agent-file-coding-system.
466
467         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
468         Decode group name.
469
470         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
471
472         * gnus-start.el (gnus-update-active-hashtb-from-killed)
473         (gnus-read-newsrc-el-file): Make group names unibyte.
474
475         * nnmail.el (nnmail-group-pathname): Don't encode file names by
476         nnmail-pathname-coding-system.
477
478         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
479         (nnrss-request-delete-group): Bind file-name-coding-system to
480         nnmail-pathname-coding-system.
481         (nnrss-read-server-data, nnrss-read-group-data): Bind
482         file-name-coding-system correctly.
483         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
484
485         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
486         (nntp-server-to-method-cache): New variable.
487         (nntp-group-pathname): New function that decodes non-ASCII group names.
488         (nntp-possibly-create-directory, nntp-marks-changed-p)
489         (nntp-save-marks, nntp-open-marks): Use it.
490         (nntp-possibly-create-directory, nntp-open-marks):
491         Bind file-name-coding-system to nnmail-pathname-coding-system.
492         (nntp-open-marks): Decode group names when bootstrapping marks.
493
494         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
495         Newsgroups and Folowup-To headers.
496
497 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
500         (gnus-server-closed-face, gnus-server-denied-face)
501         (gnus-server-offline-face): Remove variable.
502         (gnus-server-font-lock-keywords): Use faces that are not aliases.
503
504         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
505         of modifying message-stack directly for XEmacs.
506
507         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
508         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
509         if the coding-system argument is nil for XEmacs.
510
511         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
512         mm-charset-override-alist.
513
514         * rfc2047.el: Don't require base64; require rfc2045 for the function
515         rfc2045-encode-string.
516         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
517         to quote the parameter value.
518
519 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
522         form in gnus-group-name-charset-method-alist.
523
524         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
525         overrides the default layout edit-form.
526
527         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
528
529         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
530
531 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
534         as unfetched articles.
535
536 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
537
538         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
539
540 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
543         original back end that keeps marks in the local system.
544
545 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
548         arg of pop-to-buffer for XEmacs.
549         (gnus-article-read-summary-keys): Ditto; don't restore window
550         configuration if summary command ends up with neither article buffer
551         nor summary buffer; describe bindings if summary keys end with C-h.
552
553 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * message.el (message-fix-before-sending): Skip raw message part to be
556         forwarded while checking illegible text.
557         (message-forward-make-body-mime, message-forward-make-body): Mark
558         signed or encrypted raw message as having no illegible text.
559
560 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
563         (gnus-message-with-timestamp-1): New macro.
564         (gnus-message-with-timestamp): New function.
565         (gnus-message): Use them.
566
567         * nnheader.el (nnheader-message): Use them.
568
569 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
570
571         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
572         .newsrc.eld file.
573
574 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-agent.el (gnus-agent-fetch-headers)
577         (gnus-agent-retrieve-headers): Bind
578         gnus-decode-encoded-address-function to identity.
579
580         * nntp.el (nntp-send-xover-command): Recognize an xover command is
581         available also when the server returns simply a dot.
582
583         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
584
585 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
588
589 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-ems.el (gnus-x-splash): Make it work.
592
593         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
594         from being used.
595
596         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
597
598 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
601         4th and the 5th arguments.
602
603         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
604         the front stickiness.
605         (gnus-article-summary-command-nosave): Correct the order of the
606         arguments passed to pop-to-buffer.
607         (gnus-article-read-summary-keys): Ditto; make it work properly when the
608         summary command ends up with the article buffer.
609
610         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
611         the same faces.
612
613 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
614
615         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
616
617 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
618
619         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
620         * gnus-sum.el (gnus-summary-highlight):
621         * pgg.el (pgg-sign-region, pgg-sign):
622         * mail-source.el (mail-source-delete-old-incoming-confirm):
623         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
624
625 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * gnus-art.el (gnus-mime-view-part-externally)
628         (gnus-mime-view-part-internally): Fix predicate function passed to
629         completing-read.
630
631         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
632
633         * gnus.el (gnus-update-message-archive-method): Add :version.
634
635 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus.el (gnus-update-message-archive-method): New variable.
638
639         * gnus-start.el (gnus-setup-news): Update saved "archive" method
640         according to gnus-message-archive-method if
641         gnus-update-message-archive-method is non-nil.
642
643 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
644
645         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
646         by Loic Dachary <loic@dachary.org>.
647         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
648
649 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * message.el (message-pop-to-buffer): Add switch-function argument.
652         (message-mail): Pass switch-function argument to it.
653
654 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
655
656         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
657         Improve doc string.
658
659 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
662         (gnus-header-content)
663         * gnus-cite.el (gnus-cite-10)
664         * gnus-srvr.el (gnus-server-closed)
665         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
666         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
667         (gnus-group-mail-3-empty, gnus-group-mail-low)
668         (gnus-group-mail-low-empty, gnus-splash)
669         * message.el (message-header-to, message-header-cc)
670         (message-header-subject, message-header-other, message-header-name)
671         (message-header-xheader, message-separator, message-cited-text)
672         (message-mml): Lighten colors of faces used for dark background.
673
674 2007-05-24  Simon Josefsson  <simon@josefsson.org>
675
676         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
677         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
678
679 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * message.el (message-narrow-to-headers-or-head): Ignore
682         mail-header-separator in the body.
683
684 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
687         same as window size.
688
689 2007-05-22  Kevin Ryde  <user42@zip.com.au>
690
691         * message.el (message-font-lock-keywords): Use message-header-xheader
692         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
693         ahead of the anything pattern, to get it recognised.
694
695 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
698         spam.el loads uses it in the compiled defadvice form.
699
700 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
701
702         * gnus-sum.el (gnus-articles-to-read)
703         (gnus-summary-insert-old-articles): Don't truncate group name for
704         `read-string'.
705
706         * gnus-util.el (gnus-limit-string): Delete this function.
707
708         * gnus-sum.el (gnus-simplify-subject-fully): Use
709         `truncate-string-to-width' instead.
710
711 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
712
713         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
714         if, on summary exit, the next group has to be selected.
715         (gnus-summary-exit): Use it.
716
717 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * gnus-art.el (gnus-article-mode): Fix comment about displaying
720         non-break space.
721
722 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
723
724         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
725         Check if group is not a directory.
726         (nnfolder-request-expire-articles): Don't delete articles if the target
727         group is not available.
728
729         * nnml.el (nnml-request-create-group): Properly check if group is not a
730         file.
731         (nnml-request-expire-articles): Don't delete articles if the target
732         group is not available.
733
734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
735         Don't quote characters that are within parentheses.
736
737 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
740         (gnus-handle-ephemeral-exit): Select article according to it.
741
742 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
743
744         * message.el (message-insert-formated-citation-line): Remove newline.
745         (message-citation-line-format): Add final \n here so that the user can
746         avoid a blank line.
747
748 2007-05-03  Dan Christensen  <jdc@uwo.ca>
749
750         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
751         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
752         Update lanl/arXiv support.
753
754 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
755
756         * gnus.el: Bump version number.
757
758 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus.el (gnus-version-number): Bump version.
761
762 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
763
764         * gnus.el: No Gnus v0.6 is released.
765
766 2007-04-27  Didier Verna  <didier@xemacs.org>
767
768         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
769         * gmm-utils.el (gmm-regexp-concat): here.
770         * message.el: Don't require 'gnus-util.
771         (message-dont-reply-to-names): Handle name change above.
772         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
773
774 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
777         since the initial value varies according to the system.
778
779 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * mm-util.el (mm-charset-synonym-alist): Defcustom.
782
783 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
784
785         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
786
787 2007-04-24  Didier Verna  <didier@xemacs.org>
788
789         Improve the type of gnus-ignored-from-addresses.
790         * gnus-util.el (gnus-orify-regexp): New function.
791         * message.el (gnus-util): Require it.
792         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
793         * gnus-sum.el (gnus-ignored-from-addresses): New function.
794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
795
796 2007-04-24  Didier Verna  <didier@xemacs.org>
797
798         * gnus-sum.el:
799         * gnus-utils.el: Fix some trailing whitespaces.
800
801 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
804         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
805         article's Message-ID; refer parent article in summary buffer.
806
807         * message.el (message-bounce): Call mime-to-mml.
808
809         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
810         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
811         optimize and/or forms properly.
812
813 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
814
815         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
816         URL.
817
818 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
821
822 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
825         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
826         displayed of multipart/alternative part if it is invoked from summary
827         buffer.
828
829         * mm-view.el (mm-inline-text-html-render-with-w3m)
830         (mm-inline-text-html-render-with-w3m-standalone)
831         (mm-inline-render-with-function): Use mail-parse-charset by default.
832
833 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
834
835         * parse-time.el (parse-time-string-chars): Check if CHAR
836         is less than the length of parse-time-syntax.
837
838 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
841         from gnus-newsgroup-processable.
842
843 2007-04-16  Didier Verna  <didier@xemacs.org>
844
845         * gnus-msg.el (gnus-configure-posting-styles): Handle
846         message-signature-directory properly with :file syntax. Reported by
847         "Leo".
848
849 2007-04-11  Didier Verna  <didier@xemacs.org>
850
851         New user option: message-signature-directory.
852         * gnus-msg.el (gnus-configure-posting-styles): Support it.
853         * message.el (message-insert-signature): Ditto.
854         * message.el (message-signature-file): Doc update.
855         * message.el (message-signature-directory): New.
856
857 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * gnus-msg.el (gnus-inews-yank-articles): Use
860         message-exchange-point-and-mark instead of exchange-point-and-mark.
861
862 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
863
864         * message.el (message-yank-original): Make sure cited text ends with
865         newline; don't exchange point and mark.
866
867 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
868
869         * tls.el (open-tls-stream): Properly handle case where there
870         is no associated buffer.
871
872 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
873
874         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
875         message-yank-original, make sure (< mark TEXT point).
876
877 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
878
879         * message.el (message-fill-column): New variable.
880         (message-mode): Use it.  Add comment on a possible new hook.
881
882         * nnmail.el (nnmail-spool-file): Mark as obsolete.
883         (nnmail-get-new-mail): Reformat.
884
885         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
886
887         * gmm-utils.el: Fix Commentary.
888         (gmm-tool-bar-from-list): Fix typo in doc string.
889
890 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
891
892         * message.el (message-yank-original): Don't switch point and mark
893         unnecessarily to put point and mark as documented.
894
895 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
898         from the message heads.
899
900 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
901
902         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
903         article buffer does not have a window.  This may not be the best
904         solution but is certainly better than setting the start of the null,
905         that is the current, window.
906
907 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
908
909         * gnus-draft.el (gnus-draft-setup-hook): New hook.
910         (gnus-draft-setup): Run it.
911
912         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
913         gnus-score-fast-scoring.  Allow regexp.
914         (gnus-score-headers): Use it.
915
916         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
917         XEmacs.
918
919         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
920         string.
921         (gnus-button-alist): Also catch `<f1> k ...'.
922         (gnus-treat-display-x-face): Fix doc string.
923
924 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
925
926         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
927         evaluation of gnus-extended-version to ensure correct generation of the
928         User-Agent header when message-generate-headers-first is used.
929
930 2007-03-24  Simon Josefsson  <simon@josefsson.org>
931
932         * hashcash.el (hashcash-generate-payment-async): Don't crash if
933         hashcash-path is nil.  Don't call callback with incorrect number of
934         parameters if val is 0.
935
936 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
937
938         * message.el (message-required-news-headers):
939         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
940
941 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
942
943         * tls.el (open-tls-stream): In handshake-waiting loop,
944         don't wait more if there is output available to process.
945
946 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
947
948         * tls.el (tls-program): Doc fix.
949
950 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * message.el (message-generate-new-buffers): Change the meaning of the
953         nil value; add `standard' to the choices; treat t as `unique'; improve
954         doc string.
955         (gnus-select-frame-set-input-focus): Autoload.
956         (message-buffer-name): Search for the existing message buffer if
957         message-generate-new-buffers is nil or `standard'; treat the value t of
958         message-generate-new-buffers as `unique'.
959         (message-pop-to-buffer): Raise the frame already displaying the message
960         buffer; clear the echo area after querying.
961         (message-setup): Pass the `continue' argument to compose-mail.
962         (message-mail): Prefer `switch-function' if it is given; search for the
963         existing message buffer if the `continue' argument is non-nil; pass
964         continue and switch-function arguments to compose-mail by way of
965         message-setup.
966         (message-mail-other-window): Adjust argument of message-setup.
967         (message-mail-other-frame): Ditto.
968
969 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
972         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
973         to turn font-lock on when turning gnus-message-citation-mode on.
974
975 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
976
977         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
978         (mml-smime-function-alist): New variable; add epg as the backend.
979         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
980         mml-smime- functions instead.
981         * mm-view.el: Require smime.
982
983 2007-03-05  Didier Verna  <didier@xemacs.org>
984
985         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
986         instead of just inheritance for posting styles.
987         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
988
989 2007-02-24  Chris Moore  <dooglus@gmail.com>
990
991         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
992         * pgg-pgp.el (pgg-pgp-encrypt-region):
993         * pgg-gpg.el (pgg-gpg-encrypt-region):
994         Check pgg-encrypt-for-me if no other recipients.
995
996 2007-02-24  John Paul Wallington  <jpw@pobox.com>
997
998         * tls.el (tls-certtool-program): Fix custom type.
999
1000 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
1003         and point-at-eol instead of line-(beginning|end)-position.
1004
1005         * assistant.el (assistant-parse-buffer): Ditto.
1006
1007         * netrc.el (netrc-parse-services): Ditto.
1008
1009 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
1010
1011         * mml2015.el (mml2015-epg-find-usable-key): New function.
1012         (mml2015-epg-sign): Use it.
1013         (mml2015-epg-encrypt): Use it.
1014
1015 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * message.el (message-make-in-reply-to): Quote name containing
1018         non-ASCII characters.  It will make the RFC2047 encoder cause an error
1019         if there are special characters.  Reported by NAKAJI Hiroyuki
1020         <nakaji@jp.freebsd.org>.
1021
1022 2007-02-27  Didier Verna  <didier@xemacs.org>
1023
1024         Include the group parameters as well as the topic ones in the
1025         inheritance filter process.
1026         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
1027         argument GROUP-PARAMS-LIST.
1028         * gnus-topic.el (gnus-group-topic-parameters): Use it.
1029
1030 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * nntp.el (nntp-never-echoes-commands)
1033         (nntp-open-connection-functions-never-echo-commands): New variables.
1034         (nntp-send-command): Use them.
1035
1036 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
1037
1038         * mml2015.el (mml2015-epg-verify): Simplified.
1039
1040 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * mml.el (mml-content-disposition-alist): New user option.
1043         (mml-content-disposition): New function.
1044         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
1045         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
1046
1047 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
1048
1049         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
1050         verification.
1051
1052 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1053
1054         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
1055         articles posted in the last 24 hours.
1056
1057 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
1058
1059         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
1060
1061 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1062
1063         * nntp.el (nntp-send-command): Don't wait for echoes when
1064         nntp-open-ssl-stream is used.
1065
1066 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * gnus-cite.el (gnus-test-font-lock-add-keywords)
1069         (gnus-message-add-citation-keywords)
1070         (gnus-message-remove-citation-keywords): Remove.
1071         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1072         directly, make the variables in font-lock-defaults buffer-local, add
1073         gnus-message-citation-keywords to them and then update the value of
1074         font-lock-keywords.
1075
1076 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * message.el (message-cite-original-1): Don't call
1079         gnus-article-highlight-citation.
1080
1081         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1082         citations; fix line count.
1083
1084 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1087         (gnus-message-add-citation-keywords)
1088         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1089         versions of font-lock-add-keywords and font-lock-remove-keywords to
1090         work with XEmacs correctly.
1091
1092 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-cite.el (gnus-cite-face-list): Set the values of
1095         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1096         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1097         (gnus-message-cite-prefix-regexp): New variable.
1098         (gnus-message-search-citation-line): Use it; protect against long
1099         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1100         the 0th match data for Emacs.
1101         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1102         (gnus-message-add-citation-keywords): Append keywords rather than
1103         prepending; emulate font-lock-add-keywords if it is not available.
1104         (gnus-message-remove-citation-keywords): Emulate
1105         font-lock-remove-keywords if it is not available.
1106
1107         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1108
1109         * message.el (message-cite-prefix-regexp): Set the value of
1110         gnus-message-cite-prefix-regexp.
1111
1112 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1113
1114         * nnweb.el (nnweb-google-parse-1): Update parser.
1115
1116 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1117
1118         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1119
1120 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1121
1122         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1123         regexp.
1124
1125 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1128         string-to-multibyte.
1129         (uudecode-decode-region-internal): Use it.
1130
1131         * lpath.el: Fbind string-as-multibyte for XEmacs.
1132
1133 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1134
1135         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1136         custom choice.
1137
1138         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1139
1140 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1141
1142         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1143
1144         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1145         `write-region' to respect `mm-inhibit-file-name-handlers'.
1146
1147 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1150         Use gnus-home-directory instead of "~/" or "$HOME".
1151
1152 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1155         to mention filename.
1156         Add comments at beginning regarding usage.
1157         (encrypt-write-file-contents): Change interactive so a string is
1158         acceptable.  If the file has no associated model, show an error instead
1159         of a nonsense prompt.
1160
1161 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1162
1163         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1164         Thanks to Yoshihiko Yamada for kind notification of this typo.
1165
1166 2007-01-12  Kenichi Handa  <handa@m17n.org>
1167
1168         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1169         multibyte buffer.
1170
1171 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1172
1173         * gnus-score.el (gnus-score-fast-scoring): New variable.
1174         (gnus-score-headers): Use it.
1175
1176         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1177
1178         * message.el (message-cite-original-1): Call
1179         gnus-article-highlight-citation if requested.
1180
1181         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1182
1183         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1184         bugs to doc string.
1185         (gnus-button-alist): Add mid\\|message-id.
1186         (gnus-button-fetch-group): Extend for use in
1187         `browse-url-browser-function'.
1188         (gnus-button-url-regexp): Try to catch paired parentheses like in
1189         Wikipedia URLs.
1190
1191         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1192         Suggested by Simon Krahnke <overlord@gmx.li>.
1193
1194 2007-01-13  Romain Francoise  <romain@orebokech.com>
1195
1196         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1197         Update copyright.
1198
1199 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1200
1201         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1202
1203 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * gnus-registry.el (gnus-registry-unfollowed-groups)
1206         (gnus-registry-split-fancy-with-parent): Fix documentation.
1207
1208 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1211         from nnweb groups.
1212
1213 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1216         Xref urls.  Erase buffer before requesting head.
1217
1218 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1219
1220         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1221         customizable.
1222
1223 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1224
1225         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1226         no signing key is found.
1227         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1228         no encrypting and/or signing key is found.
1229
1230 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1231
1232         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1233
1234 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1235
1236         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1237         headers read from disk with the ones newly found in the current search.
1238         This should no longer cause problems, because the article numbers in
1239         Gmane's `nov.php' output are ignored since the previous change.
1240
1241 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1242
1243         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1244
1245 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1246
1247         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1248         replace-regexp-in-string; bind url-version; fbind display-images-p and
1249         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1250         find-face and set-itimer-function for Emacs; bind itimer-list for
1251         Emacs.
1252
1253         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1254
1255 2007-01-01  Romain Francoise  <romain@orebokech.com>
1256
1257         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1258
1259 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1260
1261         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1262         `define-minor-mode' macro definition expanded properly.
1263         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1264         exclude it there.
1265
1266         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1267         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1268         `fboundp' test.
1269         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1270         This is OK to autoload in (S)XEmacs now.
1271
1272 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1275         keystroke.
1276         (gnus-summary-limit-to-singletons): Fix typo.
1277
1278         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1279         else fails.
1280
1281 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1282
1283         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1284         docstring.
1285
1286         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1287         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1288         (gnus-summary-insert-dormant-articles): Fix typo in message.
1289
1290 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1291
1292         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1293         nil for XEmacs.
1294         (gnus-message-citation-mode): Don't autoload in XEmacs.
1295
1296         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1297
1298 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1299
1300         * nnimap.el (nnimap-expunge-search-string): Mention
1301         nnimap-search-uids-not-since-is-evil in docstring.
1302
1303 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1304
1305         * spam.el: Revert to make-obsolete-variable because
1306         define-obsolete-variable-alias is not supported in Emacs 21.
1307
1308         * spam.el (spam-ifile-path, spam-ifile-database-path)
1309         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1310         make-obsolete-variable.
1311         (spam-bsfilter-path, spam-bsfilter-program)
1312         (spam-spamassassin-path, spam-spamassassin-program)
1313         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1314         use "path" inappropriately.
1315         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1316         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1317         variable names.
1318
1319 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1320
1321         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1322         summary buffer.
1323
1324         * password.el (password-cache-remove): Use clear-string to burn
1325         password, if available.
1326
1327 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1328
1329         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1330
1331         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1332
1333         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1334         (gnus-message-highlight-citation): Move defcustom here from
1335         gnus-cite.el.
1336         (gnus-message-citation-mode): Autoload.
1337
1338         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1339         checks to make it compile with XEmacs.
1340         (gnus-message-citation-mode): New minor mode.
1341         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1342         (gnus-message-highlight-citation): New variables.
1343         (gnus-message-search-citation-line)
1344         (gnus-message-add-citation-keywords)
1345         (gnus-message-remove-citation-keywords)
1346         (turn-on-gnus-message-citation-mode)
1347         (turn-off-gnus-message-citation-mode): New functions.
1348
1349 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1350
1351         * gnus-cite.el: Enable highlighting of different citation levels in
1352         message-mode.
1353
1354 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1355
1356         * message.el (message-make-fqdn): Fix comment.
1357         (message-bogus-system-names): Add ".local".
1358
1359         * spam.el (spam-ifile-path, spam-ifile-program)
1360         (spam-ifile-database-path, spam-ifile-database)
1361         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1362         Don't use "path" inappropriately.
1363         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1364         strings.
1365         (spam-check-ifile, spam-ifile-register-with-ifile)
1366         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1367         new variable names.
1368
1369         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1370         (gnus-treat-display-smileys): Simplify using
1371         gnus-image-type-available-p.
1372
1373         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1374         available.
1375
1376         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1377         `display-images-p' if available.
1378
1379 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1382         one after turning on the buffer's multibyteness instead of decoding
1383         them directly in the unibyte buffer that causes unexpected conversion
1384         in Emacs 23 (unicode).
1385
1386 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1387
1388         * message.el (message-generate-hashcash): Fix custom type.
1389
1390 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1393
1394 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1395
1396         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1397         disconnect icons.  Add help text.
1398
1399 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1400
1401         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1402         negated to be consistent with the others we handle.
1403
1404 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1407         version of gnus-summary-buffer to something, so that we can use two
1408         article buffers at the same time.
1409
1410 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1413         trigger all the extra headers.
1414         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1415         sorting.
1416
1417 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1418
1419         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1420         solid groups.
1421
1422 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1423
1424         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1425
1426 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1427
1428         * legacy-gnus-agent.el: Add Copyright notice.
1429
1430 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1431
1432         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1433
1434 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1437
1438         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1439         to make it work reliably in CVS Emacs.
1440         (gnus-summary-limit-strange-charsets-predicate)
1441         (gnus-summary-limit-to-predicate): New functions.
1442
1443 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1444
1445         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1446         specifying array size.
1447         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1448         array if it is too small.
1449         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1450         (gnus-sort-threads-loop): New function.
1451
1452 2006-12-06  Chris Moore  <dooglus@gmail.com>
1453
1454         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1455         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1456
1457 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1458
1459         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1460         options.
1461
1462 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1465         DOS-ing the recipient.
1466
1467         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1468         the headers when creating the mapping to avoid mismappings.
1469         (nnweb-gmane-create-mapping): Always nix out old mapping.
1470
1471 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1474         and mm-verify-option to never.
1475
1476 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * message.el (message-signed-or-encrypted-p): New function.
1479         (message-forward-make-body): Use it.
1480
1481         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1482         Replace encode-coding-string with mm-encode-coding-string.
1483
1484 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * nneething.el (nneething-decode-file-name): Replace
1487         decode-coding-string with mm-decode-coding-string.
1488
1489         * gnus-int.el (gnus-open-server): Say failed server's name.
1490
1491 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1492
1493         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1494         strings to a single string.  Quote `errors-file-name'.
1495         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1496         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1497         Adjust calls.  Use `shell-quote-argument'.
1498
1499 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1500
1501         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1502         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1503
1504         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1505         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1506         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1507         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1508         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1509         (gnus-subscribe-newsgroup, gnus-1):
1510         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1511         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1512         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1513         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1514
1515 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1518         keystroke.
1519         (gnus-summary-limit-to-bodies): Implement headersp.
1520
1521 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1524
1525 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1528
1529 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530
1531         * message.el (message-generate-hashcash): Expand range of values to
1532         include `opportunistic'.
1533         (message-send-mail): Use it.
1534
1535 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1536
1537         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1538         and comment it.
1539
1540         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1541
1542 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1543
1544         * gnus-util.el (gnus-extract-address-components): Improve comment.
1545
1546 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-util.el (gnus-extract-address-components): Work with address in
1549         which the name portion contains @.
1550
1551         * lpath.el: Fbind custom-autoload.
1552
1553 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * gnus.el (gnus-start): Move custom group up.
1556         (gnus-select-method): Don't autoload, but make it available for
1557         `customize-variable'.
1558         (gnus-getenv-nntpserver): Don't autoload.
1559
1560 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1561
1562         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1563
1564 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1565
1566         * message.el (message-sendmail-extra-arguments): New variable.
1567         (message-send-mail-with-sendmail): Use it.
1568
1569 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1572         mm-with-unibyte-current-buffer to make string unibyte.
1573
1574         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1575         mm-string-as-multibyte.
1576
1577 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1578
1579         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1580         Reported by Werner Koch <wk@gnupg.org>.
1581
1582 2006-11-14  Daiki Ueno  <ueno@p360>
1583
1584         * mml2015.el: Autoload epa-select-keys when compiling.
1585
1586 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1587
1588         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1589         message-options.
1590         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1591
1592 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1593
1594         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1595         EasyPG (< 0.0.6).
1596         (mml2015-always-trust): New user option.
1597         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1598         prompt.
1599
1600 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * nntp.el (nntp-authinfo-force): New variable.
1603         (nntp-send-authinfo): Use it.
1604
1605 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1608         decode encoded words.  Improve prompt.  Add comment about forwarding.
1609         (message-replacement-char): Move up.
1610
1611 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1612
1613         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1614         instead of gnus-intersection because arguments of gnus-sorted-nunion
1615         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1616
1617 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1618
1619         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1620         (message-simplify-subject-functions): Enable
1621         message-strip-subject-encoded-words by default.
1622
1623 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * message.el (message-strip-subject-encoded-words): New function
1626         (message-simplify-subject-functions): New variable.
1627         (message-simplify-subject): Use it.  Fix typo in doc string.
1628         Support message-strip-subject-encoded-words.
1629
1630 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1631
1632         * gnus-diary.el (gnus-diary-delay-format-function):
1633         * nndiary.el (nndiary-reminders):
1634         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1635
1636 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1637
1638         * gnus-art.el (article-hide-boring-headers): Fetch date from
1639         gnus-original-article-buffer to avoid problems with localized date
1640         strings.
1641
1642 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1645
1646 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1647
1648         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1649         New variables.
1650         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1651         (mm-charset-synonym-alist): Move some entries to
1652         mm-codepage-iso-8859-list.
1653         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1654         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1655
1656 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1659
1660 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1661
1662         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1663         with Emacs 21 and XEmacs.
1664
1665 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1666
1667         * spam.el (spam-parse-address): New function for better parsing,
1668         catching errors, etc.
1669         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1670
1671 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * mm-view.el: Add interactive arg to html2text autoload.
1674
1675 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1676
1677         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1678
1679 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1680
1681         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1682         variables.
1683         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1684         (mm-charset-synonym-alist): Move some entries to
1685         mm-codepage-iso-8859-list.
1686
1687         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1688
1689 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1690
1691         * message.el (message-citation-line-format)
1692         (message-insert-formated-citation-line): Fix implementation of %E, %N
1693         and %n according to the doc string.
1694
1695 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1696
1697         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1698         car-safe to avoid bad parses.
1699
1700 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1703         names.
1704
1705         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1706
1707 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1710         header.
1711
1712         * message.el (message-draft-headers): Add Date.
1713         (message-headers-to-generate): Fix typo in docstring.
1714
1715         * nndraft.el (nndraft-required-headers): New variable.
1716         (nndraft-generate-headers): Use it.
1717
1718         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1719
1720 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * gnus-registry.el (gnus-registry-wash-for-keywords)
1723         (gnus-registry-find-keywords): New functions to allow easy searching of
1724         articles that are in the registry.
1725
1726 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1727
1728         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1729         ietf-drums-parse-address instead of gnus-extract-address-components.
1730         Reported by Damien Elmes <damien@repose.cx>.
1731
1732 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1733
1734         * gnus.el (gnus-mime): Remove unused custom group.
1735
1736 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1737
1738         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1739         "blank line" when searching for end of armor headers.
1740
1741 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * gmm-utils.el (gmm-write-region): Fix variable name.
1744
1745 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * gmm-utils.el (gmm-write-region): New function based on compatibility
1748         code from `mm-make-temp-file'.
1749
1750         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1751
1752         * nnmaildir.el (nnmaildir--update-nov)
1753         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1754         Use `gmm-write-region'.
1755
1756 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1757
1758         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1759         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1760
1761         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1762
1763         * message.el (message-replacement-char): New variable.
1764         (message-fix-before-sending): Use it.
1765         (message-simplify-subject): New function to remove duplicate code.
1766         (message-reply, message-followup): Use it.
1767
1768         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1769         gnus-summary-limit-to-articles.
1770
1771 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-util.el (gnus-with-local-quit): New macro.
1774
1775         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1776
1777 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1780         ignore non-string data.
1781
1782 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1783
1784         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1785         non-string data (needs to be done in the registry too).
1786
1787 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1790         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1791         (gnus-registry-split-fancy-with-parent)
1792         (gnus-registry-fetch-simplified-message-subject-fast)
1793         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1794         Remove text properties on ingress into the registry and when it's saved.
1795         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1796         registry from entries with no groups.
1797
1798 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1799
1800         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1801         function to remove string properties.
1802
1803 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1804
1805         * gmm-utils.el (gmm): Adjust custom version.
1806
1807         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1808         custom version.
1809
1810         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1811
1812 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1813
1814         * gnus-art.el (gnus-insert-prev-page-button)
1815         (gnus-insert-next-page-button): Simplify.  Reformat.
1816
1817 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1818
1819         * gnus-art.el (gnus-insert-prev-page-button)
1820         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1821
1822 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1823
1824         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1825
1826 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1827
1828         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1829         gnus-article-button-face to MIME and security buttons.
1830
1831 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1832
1833         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1834         readable.
1835
1836 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1839
1840 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1841
1842         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1843         `browse-url-of-file' instead of `browse-url'.
1844
1845 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1846
1847         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1848         regexp.  Articles containing quotation were cut prematurely.
1849
1850 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * message.el (message-cite-original-1): Use nobody by default for the
1853         value of From header.
1854         (message-reply): Ditto.
1855
1856 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1857
1858         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1859         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1860         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1861
1862 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1863
1864         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1865         mails in the doc string.  Add some URLs in comment.
1866         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1867
1868 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1871         backslashes handling and the way to find boundaries of quoted strings.
1872
1873 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1874
1875         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1876         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1877         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1878         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1879
1880 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1881
1882         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1883         doc string.
1884         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1885
1886 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * lpath.el: Fbind epg-check-configuration.
1889
1890 2006-09-06  Simon Josefsson  <jas@extundo.com>
1891
1892         * mml2015.el (mml2015-use): Doc fix, mention epg.
1893
1894 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1895
1896         * mml2015.el (mml2015-use): Default to epg, if available.
1897
1898 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1899
1900         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1901         message-sender.
1902         (mml1991-epg-encrypt): Ditto.
1903         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1904         message-sender.
1905         (mml2015-epg-encrypt): Ditto.
1906
1907 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1908
1909         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1910         several common directories.
1911
1912 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1913
1914         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1915         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1916
1917 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-art.el (article-decode-encoded-words): Make it fast.
1920
1921 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1924
1925         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1926         in quoted string into `\'.
1927
1928 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1931         Use standard-syntax-table.
1932
1933 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-art.el (gnus-decode-address-function): New variable.
1936         (article-decode-encoded-words): Use it to decode headers which are
1937         assumed to contain addresses.
1938         (gnus-mime-delete-part): Remove useless `or'.
1939
1940         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1941         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1942         (gnus-nov-parse-line): Use it to decode From header.
1943         (gnus-get-newsgroup-headers): Ditto.
1944         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1945
1946         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1947         (mail-decode-encoded-address-string): New alias.
1948
1949         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1950         New function.
1951         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1952         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1953         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1954         (rfc2047-decode-string): Ditto.
1955         (rfc2047-decode-address-region): New function.
1956         (rfc2047-decode-address-string): New function.
1957
1958 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1959
1960         * message.el (message-caesar-buffer-body): Allow rotating headers.
1961
1962         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1963
1964         * message.el (message-insert-formated-citation-line): Fix %f.
1965         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1966
1967 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1968
1969         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1970         (gnus-bookmark-mouse-available-p): New macro.
1971         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1972         (gnus-bookmark-bmenu-show-infos): Use it.
1973         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1974         (gnus-bookmark-bmenu-hide-infos): Ditto.
1975         (gnus-bookmark-remove-properties): New function.
1976         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1977         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1978         (gnus-bookmark-write-file): Bind coding-system-for-write.
1979         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1980         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1981         group before selecting it.
1982         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1983         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1984         quit-window if it is not available; use gnus-mouse-2 and bind it to
1985         gnus-bookmark-bmenu-select-by-mouse.
1986         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1987         (gnus-bookmark-bmenu-select-by-mouse): New function.
1988
1989 2006-08-13  Romain Francoise  <romain@orebokech.com>
1990
1991         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1992         space.
1993
1994 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * compface.el (uncompface): Use binary rather than raw-text-unix.
1997
1998 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * compface.el (uncompface): Make sure the eol conversion doesn't take
2001         place when communicating with the external programs.  Reported by
2002         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2003
2004 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * nnheader.el (nnheader-insert-head): Fix typo in comment.
2007
2008 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2009
2010         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2011         Make it more robust by parsing author and date independently.
2012
2013 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
2016
2017 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
2018
2019         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
2020         first matching secret key.
2021         (mml2015-epg-encrypt): Ditto.
2022
2023         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
2024         first matching secret key.
2025         (mml1991-epg-encrypt): Ditto.
2026
2027         * mml2015.el (mml2015-encrypt-to-self): New user option.
2028         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
2029         mml2015-epg-encrypt-to-self is set.
2030
2031         * mml1991.el (mml1991-encrypt-to-self): New variable.
2032         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
2033         mml1991-epg-encrypt-to-self is set.
2034
2035         * mml2015.el (mml2015-signers): New user option.
2036         (mml2015-epg-sign): Reflect the value of mml2015-signers.
2037         (mml2015-epg-encrypt): Allow to select signing keys.
2038
2039         * mml1991.el (mml1991-signers): New variable.
2040         (mml1991-epg-sign): Reflect the value of mml1991-signers.
2041         (mml1991-epg-encrypt): Allow to select signing keys.
2042
2043 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * nnheader.el (nnheader-insert-head): Make it work even if the file
2046         uses CRLF for the line-break code.
2047
2048 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
2049
2050         * mml2015.el: Require mml-sec instead of password.
2051         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
2052         (mml2015-cache-passphrase): Inherit the default value from
2053         mml-secure-cache-passphrase.
2054         (mml2015-passphrase-cache-expiry): Inherit the default value from
2055         mml-secure-passphrase-cache-expiry.
2056
2057         * mml1991.el: Require mml-sec instead of password.
2058         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
2059         (mml1991-cache-passphrase): Inherit the default value from
2060         mml-secure-cache-passphrase.
2061         (mml1991-passphrase-cache-expiry): Inherit the default value from
2062         mml-secure-passphrase-cache-expiry.
2063
2064         * mml-sec.el: Require password.
2065         (mml-secure-verbose): New user option.
2066         (mml-secure-cache-passphrase): New user option.
2067         (mml-secure-passphrase-cache-expiry): New user option.
2068
2069 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2070
2071         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2072         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2073         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2074
2075         FIXME: Use `tiny change'?
2076
2077 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2078
2079         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2080         workaround for the url package included with Emacs.
2081
2082         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2083
2084 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2087         correctly.  This fixes a bug caused by the 2006-05-12 change.
2088
2089 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2090
2091         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2092         some information about the error when saying that the `bogus' mail
2093         group will be used.
2094
2095 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2098         string.
2099
2100 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2101
2102         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2103
2104 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2105
2106         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2107
2108 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2109
2110         * mml1991.el (mml1991-function-alist): Add epg.
2111         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2112         (mml1991-epg-encrypt): New functions.
2113
2114 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2115
2116         * mml2015.el (mml2015-verbose): New variable.
2117         (mml2015-cache-passphrase): Ditto.
2118         (mml2015-passphrase-cache-expiry): Ditto.
2119         (mml2015-function-alist): Add epg.
2120         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2121         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2122         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2123         functions.
2124
2125 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2126
2127         * message.el (message-cite-original-1): Preserve region when removing
2128         quoted text due to X-No-Archive in order to avoid bogus attribution
2129         when citing multiple messages.
2130
2131 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2132
2133         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2134         Kenneth Jacker <khj@be.cs.appstate.edu>.
2135
2136 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2137
2138         * gnus-diary.el (gnus-user-format-function-d)
2139         (gnus-user-format-function-D): Autoload.
2140
2141         * imap.el (Commentary): Fix typo.
2142
2143         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2144         2006-04-22 contribution.
2145
2146 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2147
2148         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2149         It didn't really fix the bogosity I'm seeing with solid web groups.
2150
2151 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2152
2153         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2154         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2155         created using server names.  If we use the feature without declaring
2156         it, Gnus does not properly manage server and group state.
2157
2158         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2159         bound.
2160
2161 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2162
2163         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2164         looking up the method using GROUP's prefix before inventing a new one.
2165         It is used on killed/unknown groups in various places where returning
2166         an all-new method isn't expected by the caller.
2167
2168         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2169         and match semantics of gnus-group-real-prefix.
2170
2171 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2172
2173         * nnmail.el (nnmail-broken-references-mailers): New variable.
2174         (nnmail-ignore-broken-references): New function generalizing
2175         nnmail-fix-eudora-headers.
2176         (nnmail-fix-eudora-headers): Now obsolete.
2177
2178         * gnus-art.el (gnus-button-handle-custom): Support
2179         `customize-apropos*'.
2180
2181 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2184
2185         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2186         articles.
2187
2188 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2189
2190         * message.el (message-cite-reply-above): New variable.
2191         (message-yank-original): Use it.
2192
2193 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2196
2197 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2198
2199         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2200         as read.
2201
2202         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2203
2204 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2205
2206         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2207         (gnus-bookmark-default-file): Use gnus-directory.
2208         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2209         Remove "*" in doc string.
2210         (gnus-bookmark-write-file): Simplify.
2211         (gnus-bookmark-maybe-sort-alist): Use `when'.
2212         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2213         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2214         FIXME about Emacs 21 and XEmacs compatibility.
2215         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2216         compatibility.
2217         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2218         compatibility.
2219         (gnus-bookmark-menu-heading): Fix version.
2220
2221 2006-06-19  Bastien Guerry  <bzg@altern.org>
2222
2223         * gnus-bookmark.el: New file.
2224
2225 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * message.el (message-syntax-checks): Doc fix.
2228
2229 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2230
2231         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2232         unsubscribed groups as if they were killed ones.  It causes duplicate
2233         entries in gnus-newsrc-alist.
2234
2235 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * message.el (message-syntax-checks): Doc fix.
2238         (message-send-mail): Add check for continuation headers.
2239         (message-check-news-header-syntax): Fix regexp used to check for
2240         continuation headers.
2241
2242 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2245
2246 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2249
2250 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2253         default-truncate-lines.
2254
2255 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2258         to fill the utf-8 entry.
2259
2260         * lpath.el: Fbind unicode-precedence-list.
2261
2262 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2263
2264         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2265
2266 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2267
2268         * gnus-agent.el (directory-files-and-attributes): Move all the way
2269         forward (the third and final move).
2270         (gnus-agent-read-agentview): Trap reconstruction errors due to
2271         nonexistant directory.  Handle by returning nil.
2272
2273 2006-05-30  Didier Verna  <didier@xemacs.org>
2274
2275         * message.el (message-dont-reply-to-names): Update the custom type.
2276         * message.el (message-dont-reply-to-names): New defsubst: potentially
2277         convert a list of regexps into a single one.
2278         * message.el (message-get-reply-headers): Use it.
2279         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2280
2281 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-agent.el (directory-files-and-attributes): Move forward.
2284
2285 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2286
2287         * gnus-ml.el (gnus-mailing-list-subscribe)
2288         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2289         (gnus-mailing-list-message): Fix doc strings.
2290
2291 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2292
2293         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2294         of doing it manually.
2295
2296 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2299         comment.
2300
2301 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2302
2303         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2304         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2305         (gnus-agent-read-local): All symbols allocated in my-obarray
2306         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2307         (gnus-agent-regenerate-group): Check numeric names to see if they are
2308         messages or groups.
2309         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2310         better way of do this...)
2311
2312         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2313         'dummy.group' (there should be a better way of do this...)
2314
2315 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2318         (gnus-saved-headers): Ditto.
2319         (gnus-default-article-saver): Mention functions may have properties.
2320         (gnus-article-save): Override gnus-save-all-headers and
2321         gnus-saved-headers by :headers property which saver function may have.
2322         (gnus-summary-save-in-file): Add :headers property.
2323         (gnus-summary-write-to-file): Ditto.
2324
2325         * gnus-sum.el (gnus-summary-save-article): Bind
2326         gnus-prompt-before-saving to t when saving many articles in a file;
2327         always show all headers.
2328
2329         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2330
2331 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2332
2333         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2334         marks.
2335
2336         * message.el (message-indent-citation): Add optional arguments to allow
2337         using it outside of message buffers.
2338
2339         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2340         (gnus-article-treat-unfold-headers): Use it.
2341         (gnus-article-truncate-lines): New variable.
2342         (gnus-article-mode): Use it.
2343         (gnus-article-toggle-truncate-lines): New function.
2344
2345         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2346         gnus-article-toggle-truncate-lines.
2347
2348         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2349         coding system in XEmacs, use binary.
2350
2351 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2354         after-load-alist.
2355
2356         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2357         this function should save decoded articles.
2358         (gnus-summary-write-to-file): Use property to specify this function
2359         should save decoded articles and specify gnus-summary-save-in-file
2360         should be used to save articles other than the first one when saving
2361         many articles.
2362         (gnus-summary-save-body-in-file): Use property to specify this
2363         function should save decoded articles.
2364         (gnus-summary-write-body-to-file): Use property to specify this
2365         function should save decoded articles and specify
2366         gnus-summary-save-body-in-file should be used to save articles other
2367         than the first one when saving many articles.
2368
2369         * gnus-sum.el (gnus-summary-save-article): Simplify.
2370
2371 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (gnus-default-article-saver): Add
2374         gnus-summary-write-body-to-file.
2375         (gnus-article-save-coding-system): Don't use coding system object
2376         in XEmacs.
2377         (gnus-read-save-file-name): Add optional `dir-var' argument which
2378         specifies directory in which files are saved; work even if optional
2379         `variable' argument is not specified.
2380         (gnus-summary-write-to-file): Read file name.
2381         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2382         (gnus-summary-write-body-to-file): New function.
2383
2384         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2385         (gnus-summary-local-variables): Add it.
2386         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2387         (gnus-summary-save-article): Remove optional `decode' argument;
2388         determine whether to decode articles by the value of
2389         gnus-default-article-saver; when saving many files using
2390         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2391         it first and use gnus-summary-save-in-file or
2392         gnus-summary-save-body-in-file thereafter unless
2393         gnus-prompt-before-saving is always; move point to article which
2394         will be saved.
2395         (gnus-summary-save-article-file): Revert.
2396         (gnus-summary-write-article-file): Revert.
2397         (gnus-summary-save-article-body-file): Revert.
2398         (gnus-summary-write-article-body-file): New function.
2399
2400 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-default-article-saver): Doc fix.
2403         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2404         from gnus-summary-save-article-coding-system, and default to a
2405         certain coding system.
2406         (gnus-output-to-file): Add coding cookie and encode text according
2407         to gnus-article-save-coding-system; don't use mm-append-to-file.
2408
2409         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2410         gnus-art.el and rename to gnus-article-save-coding-system.
2411         (gnus-summary-save-article): Require gnus-art; don't show all
2412         headers if it decodes articles; don't add coding cookie here;
2413         don't bind mm-text-coding-system-for-write.
2414         (gnus-summary-save-article-file): Save decoded articles.
2415         (gnus-summary-write-article-file): When saving many files, use
2416         gnus-summary-write-to-file first and gnus-summary-save-in-file
2417         thereafter unless gnus-prompt-before-saving is always.
2418         (gnus-summary-save-article-body-file): Save decoded articles.
2419
2420         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2421
2422 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2423
2424         * nnrss.el (nnrss-check-group): Bind hash-index.
2425
2426 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2427
2428         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2429         its hash index.  Store this hash in `nnrss-group-data'.
2430         (nnrss-read-group-data): Update accordingly.
2431
2432 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2433
2434         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2435         entry.
2436
2437         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2438         gnus-article-browse-html-article.
2439
2440 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2441
2442         * gnus-sum.el (gnus-summary-mime-map): Add
2443         gnus-article-browse-html-article.
2444
2445         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2446
2447 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2448
2449         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2450         suitable coding systems in customize.
2451
2452 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2453
2454         * mail-source.el (mail-sources): Fix custom type.
2455
2456 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2459         (gnus-summary-expire-articles-now): Shorten prompt.
2460
2461         * gmm-utils.el (wid-edit): Require.
2462         (defun-gmm): Renamed from `gmm-defun-compat'.
2463         (gmm-image-search-load-path): Use it.
2464         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2465
2466 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2467
2468         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2469         variable.
2470         (gnus-summary-save-article): Add optional `decode' argument.  If
2471         it is set and gnus-summary-save-article-coding-system is non-nil,
2472         save decoded article.
2473         (gnus-summary-write-article-file): Save decoded article if
2474         gnus-summary-save-article-coding-system is non-nil.
2475
2476         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2477         type.
2478
2479 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2480
2481         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2482
2483 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2486         first to test gnus-single-article-buffer which may be buffer-local.
2487
2488         * gnus-sum.el (gnus-summary-setup-buffer): Make
2489         gnus-single-article-buffer buffer-local and nil in ephemeral
2490         group; make gnus-article-buffer, gnus-article-current, and
2491         gnus-original-article-buffer always buffer-local.
2492         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2493         group.
2494         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2495
2496 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2497
2498         * nnml.el (nnml-request-compact-group): Compressed files might not
2499         have .gz extension.
2500
2501 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2502
2503         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2504         (mm-copy-to-buffer): Use with-current-buffer.
2505         (mm-display-part): Simplify.
2506         (mm-inlinable-p): Add optional arg `type'.
2507
2508 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2509
2510         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2511         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2512         Try harder to show the attachment internally or externally using
2513         gnus-mime-view-part-as-type.
2514
2515 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2516
2517         * message.el (message-from-style, message-signature-separator)
2518         (message-user-organization-file, message-send-mail-function)
2519         (message-citation-line-function, message-yank-prefix)
2520         (message-indent-citation-function, message-signature)
2521         (message-signature-file, message-signature-insert-empty-line):
2522         Remove autoloads.
2523
2524         * gnus-art.el (gnus-buttonized-mime-types): Remove
2525         "multipart/signed".  Revert 2006-04-26 change.
2526
2527 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528
2529         * gnus.el (gnus-version-number): Bump version.
2530
2531 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2532
2533         * gnus.el: No Gnus v0.5 is released.
2534
2535 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2536
2537         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2538         fetching articles by message-id.
2539
2540 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * message.el (hashcash): Require hashcash as normal.
2543
2544         * ecomplete.el (ecomplete-highlight-match-line): Use
2545         point-at-eol.
2546         (ecomplete-highlight-match-line): Use `highlight', because that
2547         face exists in both Emacs and XEmacs.
2548
2549         * message.el (message-display-abbrev): Use point-at-bol.
2550
2551         * mail-source.el: Don't require timer/timer-funcs.
2552
2553         * gnus-async.el: Ditto.
2554
2555         * password.el: Ditto.
2556
2557         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2558
2559         * mm-url.el: Ditto.
2560
2561         * gnus-xmas.el: Don't require timer-funcs.
2562
2563         * mm-util.el: Require timer/timer-funcs.
2564
2565 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2566
2567         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2568         Close.
2569
2570 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2573         unibyte after clear-decrypt function runs.
2574
2575         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2576         returns as a unibyte string.
2577
2578 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * lpath.el: Revert.
2581
2582         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2583         (pgg-gpg-process-sentinel): Revert.
2584
2585         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2586         (pgg-pgp-lookup-key): Revert.
2587
2588         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2589         (pgg-pgp5-lookup-key): Revert.
2590
2591         * pgg.el (pgg-fetch-key): Revert.
2592
2593 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * lpath.el: Fbind string-as-multibyte for XEmacs.
2596
2597         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2598         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2599         (mml1991-pgg-encrypt): Ditto.
2600
2601         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2602         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2603         a multibyte buffer.
2604
2605         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2606         (pgg-pgp-lookup-key): Ditto.
2607
2608         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2609         (pgg-pgp5-lookup-key): Ditto.
2610
2611         * pgg.el (pgg-fetch-key): Ditto.
2612
2613 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2614
2615         * message.el (message-user-organization-file): Check several
2616         locations of the organization file.
2617
2618         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2619         Add gnus-article-view-part-as-type.
2620
2621         * gnus-art.el (gnus-article-view-part-as-type): New function.
2622
2623         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2624         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2625
2626         * mml.el: Simplify autoload.
2627         (mml-mode): defvar dnd-protocol-alist instead of using
2628         symbol-value.
2629         (mml-default-directory): New variable.
2630         (mml-minibuffer-read-file): Use it.
2631         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2632
2633         * message.el (message-citation-line-format): New variable.
2634         (message-insert-formated-citation-line): New function.
2635         (message-citation-line-function): Add
2636         `message-insert-formated-citation-line' to custom type.
2637
2638         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2639         to doc string.
2640
2641         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2642         depending on mm-verify-option.
2643
2644 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2647         binding pgg-* variables; reimplement the section which prevents
2648         MIME header from being signed.
2649         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2650         pgg-text-mode; remove a blank line at the top of body.
2651
2652         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2653         lines at the top of body; use gnus-newsgroup-charset if there's no
2654         Charset header.
2655
2656 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * message.el (message-self-insert-commands): Doc fix.
2659
2660         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2661         (mm-uu-pgp-encrypted-test): Ditto.
2662         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2663         between header and body; return application/pgp-encrypted handle
2664         if decryption failed; decode decrypted body by charset.
2665
2666         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2667         element match to application/pgp-*.
2668
2669 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2670
2671         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2672         HTML.
2673
2674 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * mail-source.el (mail-source-call-script): Message the error
2677         string.
2678
2679 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus-util.el (gnus-byte-compile): Use it.
2682
2683 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2684
2685         * gnus-util.el (kill-empty-logs): New function.
2686
2687 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * message.el (message-mail-alias-type): Doc fix.
2690         (message-mail-alias-type-p): New function.
2691         (message-send): Use it.
2692         (message-mode): Ditto.
2693         (message-strip-forbidden-properties): Ditto.
2694
2695         * ecomplete.el (ecomplete-database-file-coding-system): New
2696         variable.
2697         (ecomplete-save): Use it.
2698         (ecomplete-setup): Use it.
2699
2700 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * message.el (message-self-insert-commands): New variable.
2703         (message-strip-forbidden-properties): Use it.
2704
2705 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2708         that doesn't make XEmacs choke.
2709
2710 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2711
2712         * gnus-util.el (gnus-replace-in-string):
2713         Prefer replace-regexp-in-string over of replace-in-string.
2714
2715 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-util.el (gnus-select-frame-set-input-focus):
2718         Use select-frame-set-input-focus if it is available in XEmacs; use
2719         definition defined in Emacs 22 for old Emacsen.
2720
2721         * dgnushack.el: Autoload unmorse-region for XEmacs.
2722
2723         * lpath.el: Bind cursor-in-non-selected-windows and
2724         select-frame-set-input-focus for XEmacs.
2725
2726 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2729
2730 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         * gnus-registry.el (gnus-registry-cache-save): Remove text
2733         properties when saving via the temp buffer.
2734
2735 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * message.el (message-generate-hashcash): Honor custom type.
2738
2739 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * message.el (message-generate-hashcash): Default to non-nil when
2742         hashcash is found.
2743
2744         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2745         (gnus-refer-thread-limit): Increase default to 500.
2746
2747         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2748
2749         * flow-fill.el (fill-flowed): Allow delete-space.
2750
2751 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2752
2753         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2754         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2755         Remove autoloads.
2756
2757 2006-04-18  Simon Josefsson  <jas@extundo.com>
2758
2759         * message.el (message-generate-hashcash): Default to.
2760
2761 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2764         concatenating segments rather than before concatenating them.
2765
2766 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2767
2768         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2769
2770 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2773
2774         * message.el (message-forward-make-body-plain): Allow
2775         message-forward-ignored-headers to be a list.
2776         (message-remove-ignored-headers): Factor out into function.
2777         (message-forward-make-body-mml): Use it.
2778
2779         * imap.el (imap-quote-specials): New function.
2780         (imap-login-auth): Quote specials.
2781
2782         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2783         (rfc2231-parse-string): Allow concatanation of parameters that
2784         aren't contiguous.  The test case is
2785           (mail-header-parse-content-type "message/external-body;
2786             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2787             access-type=LOCAL-FILE;
2788             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2789
2790 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * nntp.el (nntp-accept-process-output): Return the value of
2793         `nnheader-accept-process-output'.
2794
2795 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2798         (gnus-button-alist): Recognize more diff formats.
2799         (gnus-button-patch): Strip directory.
2800
2801 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2802
2803         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2804         Emacs 22 when setting focus.
2805
2806 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * gnus-art.el (gnus-article-treat-types): Do treatment of
2809         text/x-verbatim parts.
2810         (gnus-button-patch): New command.
2811
2812         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2813         addresses that contain invalid characters.
2814
2815 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * message.el (message-put-addresses-in-ecomplete): Use
2818         gnus-replace-in-string.
2819         (message-is-yours-p): Use the more correct
2820         mail-header-parse-address instead of
2821         mail-extract-address-components.
2822         (message-put-addresses-in-ecomplete): Fix typo.
2823
2824         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2825         keystroke.
2826
2827         * gnus-art.el (gnus-treatment-function-alist): Change order of
2828         newsgroups/generic header folding to avoid double-folding.
2829
2830         * message.el (message-hidden-headers): Add X-Draft-From.
2831
2832         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2833         command.
2834         (gnus-summary-repeat-search-article-backward): New command.
2835
2836         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2837         groups in the parent topic.
2838
2839 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2840
2841         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2842         (spam-extra-header-to-number): Return the CRM114 number as a
2843         number instead of a string.
2844
2845 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2846
2847         * gnus-art.el (gnus-face-properties-alist): Moved here from
2848         gnus-fun.
2849
2850         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2851
2852 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * message.el (message-strip-forbidden-properties): Only display on
2855         self-insert-command.
2856
2857         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2858         reindent.
2859         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2860
2861 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2862
2863         * smiley.el (smiley-style): Fix typo.
2864
2865 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * hashcash.el (hashcash-insert-payment-async-2): Use
2868         message-goto-eoh instead of doing it manually.
2869         (mail-add-payment): Use message-narrow-to-header instead of trying
2870         to do the same itself.
2871
2872         * message.el (message-hidden-headers): Add Face.
2873
2874         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2875         reparenting code.
2876         (gnus-summary-reparent-children): Refactored out code.
2877         (gnus-summary-thread-map): New keystroke.
2878         (gnus-summary-reparent-children): Make into command.
2879
2880         * smiley.el (smiley-style): Default to `medium' if using a large
2881         font.
2882
2883         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2884         does it itself.
2885
2886         * message.el (message-point-in-header-p): Simplify definition.
2887
2888 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * nnagent.el (nnagent-request-set-mark): Silence log file
2891         writing.
2892         (nnagent-request-set-mark): Use write-region instead of
2893         append-to-file.
2894
2895         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2896         strange select method.
2897
2898         * ecomplete.el (ecomplete-display-matches): Get highlightling
2899         right.
2900         (ecomplete-display-matches): Use literals.
2901         (ecomplete-display-matches): Disable message logging.
2902
2903         * message.el (message-display-abbrev): Small optimization.
2904
2905         * ecomplete.el (ecomplete-display-matches): Allow automatic
2906         display.
2907
2908         * message.el (message-strip-forbidden-properties): Display
2909         abbrevs.
2910         (message-display-abbrev): Get automatic display right.
2911
2912         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2913         keystrokes.
2914
2915 2006-04-13  Romain Francoise  <romain@orebokech.com>
2916
2917         TODO: Backport to v5-10!
2918
2919         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2920         Moved here (and renamed) from gnus-registry.el.
2921
2922         * gnus-registry.el: Require gnus-util.
2923         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2924
2925 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * gnus-group.el (gnus-group-catchup-current): Change
2928         if-then-else-if-then-else into cond.
2929         (gnus-group-catchup): Indent.
2930         (group-name-at-point): New function.
2931         (gnus-fetch-group): Provide default from thing at point.
2932
2933 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * message.el (message-display-abbrev): Fix regexp.
2936
2937         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2938         choosing.
2939         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2940         dead variables.
2941
2942         * message.el (message-newline-and-indent): Remove debugging.
2943         (message-display-abbrev): Use new implementation.
2944
2945 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2946
2947         * gnus-art.el (gnus-article-mode): Set
2948         cursor-in-non-selected-windows to nil.
2949
2950         * smiley.el: Revert previous change.
2951         (smiley-data-directory): defvar it before using it in the
2952         defcustom of `smiley-style'.
2953
2954 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955
2956         * message.el (message-newline-and-indent): New function.
2957
2958         * ecomplete.el: Implement more bits.
2959
2960         * message.el (message-put-addresses-in-ecomplete): Clean up the
2961         string.
2962
2963         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2964
2965         * gnus-sum.el (gnus-summary-save-parts): Bind
2966         gnus-summary-save-parts-counter and use it to make unique file
2967         names.
2968
2969         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2970
2971         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2972         parameter to say whether to actually parse the individual
2973         addresses.
2974
2975         * message.el (message-put-addresses-in-ecomplete): New function.
2976         (ecomplete): Require.
2977         (message-mail-alias-type): Add ecomplete as an option.
2978
2979 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2980
2981         * flow-fill.el (fill-flowed): Remove trailing space from blank
2982         quoted lines.
2983
2984 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * smiley.el (smiley-style): Move definition later to avoid a
2987         compilation warning.
2988
2989 2006-04-12  Kenichi Handa  <handa@m17n.org>
2990
2991         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2992         buffer and then decode the buffer text if necessary.
2993         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2994         first, and after mm-encode-body, change the buffer to unibyte.
2995         Use mm-disable-multibyte instead of set-buffer-multibyte.
2996
2997 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
3000         Content-Type header instead of Content-Disposition header.
3001         (gnus-mime-inline-part): Ditto.
3002         (gnus-mime-view-part-as-charset): Ignore charset that the part
3003         specifies.
3004
3005         * mm-decode.el (mm-display-part): Work with external parts and
3006         usual parts similarly.
3007
3008         * mm-extern.el (mm-inline-external-body): Use mm-display-part
3009         instead of gnus-display-mime.
3010
3011         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
3012         instead of with-temp-buffer.
3013
3014         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
3015         tag to summarized topics part in order to encode non-ASCII text.
3016
3017 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3018
3019         * smiley.el (smiley-style): New variable.
3020         (smiley-directory): New function.
3021         (smiley-data-directory): Derive from `smiley-style' using
3022         `smiley-directory'.
3023         (smiley-regexp-alist): Add new entries.
3024
3025         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
3026         (gnus-article-browse-delete-temp): Add :version.
3027
3028 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3029
3030         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
3031         the sieve region.
3032
3033 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034
3035         * gnus.el (gnus-version-number): Bump version.
3036
3037 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
3038
3039         * gnus.el: No Gnus v0.4 is released.
3040
3041 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
3044         layout.
3045
3046         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
3047         unknown charset.
3048
3049         * message.el (message-header-synonyms): Add Original-To to the
3050         default.
3051
3052         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
3053         optional parameter.
3054
3055 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-fun.el (gnus): Require it for gnus-directory.
3058
3059 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * gnus-fun.el (gnus-face-properties-alist): Add :version.
3062
3063 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3064
3065         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
3066
3067 2006-04-05  Simon Josefsson  <jas@extundo.com>
3068
3069         * password.el (password-reset): New function.
3070
3071 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3072
3073         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3074         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3075
3076 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3077
3078         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3079         Some whitespace was matched into the url, which broke browsing hits
3080         > 100 when mm-url-use-external was nil.
3081
3082 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3083
3084         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3085         gnus-extra-headers for 'Newsgroups.
3086
3087         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3088         bound.
3089
3090 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3091
3092         * pgg-gpg.el: Clean up process buffers every time gpg processes
3093         complete.
3094
3095 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3096
3097         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3098         doc string.
3099
3100 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3101
3102         * pgg-gpg.el (pgg-gpg-process-filter)
3103         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3104
3105         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3106         lines, temporary fix.
3107
3108 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3111
3112 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3113
3114         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3115         default-enable-multibyte-characters.  This reverts the change from
3116         revision 6.17 which is no longer necessary because the passphrase
3117         is sent separately now.  GnuPG messages are unreadable under
3118         multibyte locales with default-enable-multibyte-characters set to
3119         nil.
3120
3121 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3122
3123         * message.el (message-tool-bar-gnome): Move "spell".
3124
3125 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3128         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3129         instead.
3130
3131 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3132
3133         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3134         newsgroups handling for NNTP overviews which don't include
3135         Newsgroups.
3136
3137 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3138
3139         * message.el (message-resend): Bind message-generate-hashcash to nil.
3140
3141 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3142
3143         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3144         when searching for already-paid recipients.
3145
3146 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3147
3148         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3149         passphrases when it is not needed.
3150         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3151         passphrase stuff from gpg, should only be necessary when you use
3152         gpg with a smartcard.
3153
3154 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * mml.el (mml-insert-mime): Ignore cached contents of
3157         message/external-body part.
3158
3159         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3160         (mm-insert-part): Ditto.
3161
3162 2006-03-23  Simon Josefsson  <jas@extundo.com>
3163
3164         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3165         Reiner.
3166         (pgg-gpg-use-agent-p): Use it again.
3167
3168 2006-03-23  Simon Josefsson  <jas@extundo.com>
3169
3170         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3171         older emacsen.
3172         (pgg-gpg-use-agent-p): Don't use it.
3173
3174 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3177         if we can.
3178
3179 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3180
3181         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3182         (pgg-gpg-update-agent): New function.
3183         (pgg-gpg-use-agent-p): New function.
3184         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3185         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3186         (pgg-gpg-sign-region): Use it.
3187
3188 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3191         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3192
3193 2006-03-21  Simon Josefsson  <jas@extundo.com>
3194
3195         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3196         <wilde@sha-bang.de>.
3197         (pgg-gpg-use-agent): New variable.
3198         (pgg-gpg-process-region): Use it.
3199         (pgg-gpg-encrypt-region): Likewise.
3200         (pgg-gpg-encrypt-symmetric-region): Likewise.
3201         (pgg-gpg-decrypt-region): Likewise.
3202         (pgg-gpg-sign-region): Likewise.
3203         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3204
3205 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3206
3207         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3208
3209         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3210         Add comment on version.
3211
3212 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3213
3214         * smiley.el: Add missing test smiley.
3215
3216 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * mm-decode.el (mm-with-part): New macro.
3219         (mm-get-part): Use it; work with message/external-body as well.
3220         (mm-save-part): Treat name and filename equally.
3221
3222         * mm-extern.el (mm-extern-cache-contents): New function.
3223         (mm-inline-external-body): Use it; force the part to be displayed;
3224         move undisplayer added to the cached handle to the parent.
3225
3226         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3227         (gnus-mime-view-part-as-type): Work with message/external-body.
3228
3229         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3230
3231 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3232
3233         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3234         images in image-load-path.  [Sync with image.el, revision 1.60, in
3235         Emacs.]
3236
3237 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3238
3239         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3240         path rather than symbol.  Always return list of directories.
3241         Guarantee that image directory comes first.  [Sync with image.el,
3242         revision 1.59, in Emacs.]
3243
3244         * message.el (message-make-tool-bar): Adjust to new API of
3245         `gmm-image-load-path-for-library'.
3246
3247         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3248
3249         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3250
3251 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3252
3253         * gnus-art.el (gnus-article-only-boring-p):
3254         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3255         intangible text.
3256         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3257
3258 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3261         `defun' instead of `gmm-defun-compat'.
3262
3263 2006-03-14  Simon Josefsson  <jas@extundo.com>
3264
3265         * message.el (message-unique-id): Don't use message-number-base36
3266         if (user-uid) is a float.
3267         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3268
3269 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3272
3273         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3274         empty line between a part and a message part.
3275
3276 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3277
3278         * smiley.el: Add more test smileys.
3279         (smiley-data-directory, smiley-regexp-alist)
3280         (gnus-smiley-file-types): Fix doc strings.
3281         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3282         adding new elements.
3283         (smiley-mouse-map): Unused code.  Make it a comment.
3284
3285 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3288         scan latest NoCeM messages instead of old ones.
3289         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3290         delimiters that are recently used.
3291         (gnus-nocem-load-cache): Add autoload cookie.
3292
3293         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3294
3295         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3296         level which is larger than gnus-use-nocem is specified.
3297
3298         * gnus-group.el (gnus-group-get-new-news): Ditto.
3299
3300 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * gnus-util.el (gnus-tool-bar-update): New function.
3303
3304         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3305         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3306
3307         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3308
3309         * gnus-group.el (gnus-group-redraw-when-idle)
3310         (gnus-group-redraw-check): Remove.
3311         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3312
3313 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3316         if optional last element is specified in splits (FIELD VALUE...).
3317
3318 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3319
3320         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3321         to gmm-image-load-path-for-library.  Call with no-error argument.
3322         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3323
3324         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3325
3326         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3327
3328         * gmm-utils.el (gmm-image-load-path): Remove alias.
3329
3330 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3331
3332         * gmm-utils.el (gmm-image-load-path): Add alias.
3333
3334         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3335         nnml-generate-nov-databases-1.
3336         (nnml-generate-nov-databases): Use it.
3337         (nnml-generate-nov-databases-directory): Document no-active
3338         argument.
3339
3340         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3341         directory if path is t.  Add no-error.
3342
3343         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3344         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3345
3346         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3347         resetting gnus-article-browse-html-temp-list.
3348
3349         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3350         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3351         Add example to docstring.  Rename local variables.  Move error
3352         checks to default case in cond and simplify.
3353
3354 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3357         handle is multipart when calling it recursively.
3358         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3359
3360 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3361
3362         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3363         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3364
3365 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3368         is loaded.
3369
3370         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3371         loaded.
3372
3373 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3376         to "Emacs 23 (unicode)" in doc string.
3377
3378         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3379         "Emacs 23 (unicode)" in comment.
3380
3381 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3384
3385         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3386         characters 160 through 255 in Emacs 23.
3387
3388 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3389
3390         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3391         gnus-article-browse-html-temp.
3392         (gnus-article-browse-delete-temp): Make it customizable.  Add
3393         `file'.  Adjust doc string.
3394         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3395         query for each file.  Adjust doc string.
3396         (gnus-article-browse-html-parts): Add
3397         `gnus-article-browse-delete-temp-files' to
3398         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3399
3400 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3401
3402         * gnus-art.el (gnus-article-browse-html-temp)
3403         (gnus-article-browse-delete-temp): New variables.
3404         (gnus-article-browse-delete-temp-files): New function.
3405         (gnus-article-browse-html-parts): Use it.
3406
3407 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3408
3409         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3410
3411         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3412         string.
3413
3414         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3415         gnus-summary-insert-new-articles when unplugged.  Remove
3416         gnus-summary-search-article-forward.
3417
3418         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3419         display-visual-class instead of display-color-cells.
3420
3421 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * dgnushack.el: Autoload customize-group for XEmacs.
3424
3425         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3426         message/* containing non-ASCII text properly.
3427
3428 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * message.el: Require gmm-utils, remove autoloads.
3431         (message-tool-bar): Set default based on
3432         gmm-tool-bar-style.
3433         (message-tool-bar-gnome): Add gmm-customize-mode.
3434
3435         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3436         gmm-tool-bar-style.
3437         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3438
3439         * gnus-group.el (gnus-group-tool-bar): Set default based on
3440         gmm-tool-bar-style.
3441         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3442
3443         * gmm-utils.el (gmm-image-directory): Rename variable from
3444         gmm-image-load-path.
3445         (gmm-image-load-path): Use gmm-image-directory.
3446         (gmm-customize-mode): New function.
3447         (gmm-tool-bar-style): New variable.
3448
3449         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3450         gnus-group-redraw-line-number.
3451         (gnus-group-redraw-check): Simplify.
3452         (gnus-group-tool-bar-update): Remove redraw check.
3453         (gnus-group-make-tool-bar): Add redraw check.
3454
3455 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3456
3457         * gnus-art.el (gnus-button): Add missing parentheses.
3458
3459 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * lpath.el: Fbind line-number-at-pos.
3462
3463 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3466
3467 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3468
3469         * gnus-art.el (gnus-button): New face.
3470         (gnus-article-button-face): Use it.
3471
3472         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3473         gnus-summary-next-page.  Re-order.
3474
3475         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3476         next-node are now included.
3477         (gnus-group-redraw-line-number): New internal variable.
3478         (gnus-group-redraw-check): Helper function for updating the tool
3479         bar.
3480         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3481
3482         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3483
3484         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3485         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3486         Use it to match format of Spamassassin 3.0 and later.  Reported by
3487         IRIE Tetsuya <irie@t.email.ne.jp>.
3488         (spam-check-bogofilter)
3489         (spam-bogofilter-register-with-bogofilter): Fix args of
3490         `gnus-error' calls.
3491
3492 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3495         unnecessary interaction when sending queued mails.  Reported by
3496         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3497
3498 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3501         first or last are nil.
3502
3503 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3504
3505         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3506
3507 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3510
3511 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512
3513         * dns.el (query-dns): Protect more against buggy tcp output.
3514
3515 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3518         nov.php.
3519
3520 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3521
3522         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3523         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3524         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3525         output on the server side.
3526         (nnweb-google-create-mapping): Update regexps and add some
3527         progress indication.
3528
3529 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3532         gnus-agent-toggle-plugged.  Re-order icons.
3533         (gnus-group-tool-bar-gnome): Add
3534         gnus-group-{prev,next}-unread-group.
3535         (gnus-group-tool-bar-gnome): Re-order icons.
3536
3537         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3538         gnus-summary-insert-new-articles.
3539
3540         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3541         comments.
3542
3543         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3544         also available in Emacs 21.3.
3545
3546         * message.el (message-fix-before-sending): Change "Emacs 22" to
3547         "Emacs 23 (unicode)" in comment.
3548
3549         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3550         "Emacs 23 (unicode)" in comment.
3551
3552         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3553         comment.
3554         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3555
3556         * mm-view.el (mm-fill-flowed): Add :version.
3557
3558 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3561         and load-path.
3562
3563 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * message.el: Autoload gmm-image-load-path.
3566         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3567         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3568         consitency.
3569
3570         * gmm-utils.el (gmm-image-load-path): Also search in
3571         "../etc/images".  Don't set gmm-image-load-path if we don't find
3572         the image.
3573
3574 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gmm-utils.el (gmm-image-load-path): Don't make
3577         `gmm-image-load-path' include subdirectories which the second arg
3578         `image' might specify.
3579
3580         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3581         subdirectory to icon file names.
3582
3583         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3584
3585 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3586
3587         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3588         gmm-image-load-path calls.
3589
3590         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3591
3592         * message.el (message-make-tool-bar): Ditto.
3593
3594         * mml.el (mml-preview): Added comment concerning tool bar icons.
3595
3596         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3597         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3598
3599         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3600         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3601
3602         * message.el (message-tool-bar-gnome): Use new icon names.
3603         (message-make-tool-bar): Use `gmm-image-load-path'.
3604
3605         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3606         functions from MH-E.
3607         (gmm-image-load-path): New variable from MH-E.
3608         (gmm-image-load-path): New function from MH-E.  Added arguments
3609         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3610         *-image-load-path-called-flag.
3611
3612 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3613
3614         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3615
3616 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3617
3618         * nnimap.el (nnimap-request-move-article): Change folder back to
3619         source group before deleting.
3620
3621 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3622
3623         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3624
3625         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3626         mm-url.
3627
3628         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3629
3630 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3633         coding system which mm-charset-to-coding-system returns for a
3634         given charset is valid.
3635
3636 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3637
3638         * html2text.el (html2text-remove-tag-list):
3639         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3640
3641 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3642
3643         * gnus-cus.el: Revert 2005-10-17 change.
3644
3645 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * gnus-art.el (article-strip-banner): Call
3648         article-really-strip-banner only when the regexp match is made.
3649
3650 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (article-strip-banner): Use
3653         gnus-extract-address-components instead of
3654         mail-header-parse-addresses to make it work with non-ASCII text;
3655         remove mail-encode-encoded-word-string.
3656
3657         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3658         values which are surrounded with \"...\"; make it never cause a
3659         Lisp error; give up parsing of parameters if it failed in
3660         extracting type.
3661
3662 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3663
3664         * smime.el (smime-cert-by-ldap-1): Fix bug where
3665         `smime-ldap-search' returns results without userCertificates.
3666
3667 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3670
3671 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3672
3673         * spam.el (spam-check-spamassassin-headers): Adapt format for
3674         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3675         <ari@mbf.ocn.ne.jp>.
3676         (spam-list-of-processors): Add spam-use-gmane.
3677
3678 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3681         make-temp-file; make it work with XEmacs as well.
3682
3683         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3684         mm-make-temp-file.
3685
3686         * mm-decode.el (mm-display-external): Use the 3rd arg of
3687         mm-make-temp-file.
3688         (mm-create-image-xemacs): Ditto.
3689
3690 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3693         with message-narrow-to-headers.
3694         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3695         (gnus-draft-check-draft-articles): New function.
3696         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3697
3698 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3699
3700         * gnus-art.el (gnus-article-browse-html-parts):
3701         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3702         Don't use suffix argument for mm-make-temp-file for Emacs 21
3703         compatibility.  Remove useless `format'.
3704
3705 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3706
3707         * nnweb.el (nnweb-google-wash-article): Update regexps.
3708         (nnweb-group-alist): Use defvoo instead of defvar.
3709
3710 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3713         re-loading nn* modules.
3714
3715 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3716
3717         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3718         for `tool-bar-mode' and don't check it's default-value.
3719
3720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3721
3722         * message.el (message-make-tool-bar): Ditto.
3723
3724         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3725         `substring'.  Shorten tmp-file name.
3726
3727         * gnus.el: Remove bogus comment.
3728
3729 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3730
3731         * gnus-art.el (gnus-article-browse-html-parts): New function.
3732         (gnus-article-browse-html-article): New function for viewing html
3733         articles with a browser.
3734
3735 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3736
3737         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3738         in elisp.
3739         (pgg-gpg-encrypt-symmetric-region): Ditto.
3740         (pgg-gpg-sign-region): Ditto.
3741
3742         * pgg-def.el (pgg-text-mode): New variable.
3743
3744         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3745         (mml2015-pgg-encrypt): Ditto.
3746
3747         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3748         (mml1991-pgg-encrypt): Ditto.
3749
3750 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3753         message-make-date instead of current-time-string.
3754
3755         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3756         to gnus-decoded which mm-uu might set.
3757
3758 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3761         don't decode quoted parameters; remove misimported Emacs code.
3762         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3763         (rfc2231-decode-encoded-string): Don't use split-string which
3764         behaves differently according to Emacs version; use
3765         mm-decode-coding-region to convert charset to coding-system.
3766         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3767         (rfc2231-encode-string): Remove misimported Emacs code.
3768
3769 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3772         when calling mail-header-parse-content-type.
3773         (article-de-quoted-unreadable): Ditto.
3774         (article-de-base64-unreadable): Ditto.
3775         (article-wash-html): Ditto.
3776
3777         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3778         calling mail-header-parse-content-type and
3779         mail-header-parse-content-disposition.
3780         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3781         mail-header-parse-content-type.
3782
3783         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3784         insert charset and format parameters; encode description after
3785         inserting it to buffer.
3786         (mml-insert-parameter): Fold lines properly even if a parameter is
3787         segmented into two or more lines; change the max column to 76.
3788
3789         * rfc1843.el (rfc1843-decode-article-body): Don't use
3790         ignore-errors when calling mail-header-parse-content-type.
3791
3792         * rfc2231.el (rfc2231-parse-string): Return at least type if
3793         possible; don't cause an error even if it fails in parsing of
3794         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3795         (rfc2231-encode-string): Don't break lines at the beginning, leave
3796         it to mml-insert-parameter.
3797
3798         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3799         calling mail-header-parse-content-type.
3800
3801 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * spam-report.el (spam-report-gmane-use-article-number):
3804         Improve doc string.
3805         (spam-report-gmane-internal): Check if a suitable header was found
3806         in the article.
3807
3808 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3811         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3812
3813 2006-02-05  Romain Francoise  <romain@orebokech.com>
3814
3815         Update copyright notices of all files in the gnus directory.
3816
3817 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3818
3819         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3820
3821 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3824         segmented lines of parameter value to cope with Thunderbird 1.5
3825         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3826         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3827         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3828
3829 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3830
3831         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3832         parts.
3833
3834 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3835
3836         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3837         there's only one active file for all servers.
3838         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3839         solid groups.  Gnus might have used a FAST request to select the group.
3840         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3841         and nnweb-search redundantly in the active file.
3842         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3843         (nnweb-request-create-group): Don't use ARGS.
3844         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3845         initialisations.  Let nnoo do the work.
3846
3847 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3850         Say the part has been decoded.
3851
3852         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3853
3854 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3855
3856         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3857         mailcap-viewer-test-cache when there's no 'test clause, since that
3858         will invert the meaning of a "nil" test previously determined by
3859         mailcap-mailcap-entry-passes-test.
3860
3861 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3864         compiling.
3865
3866         * gnus-sum.el: Ditto.
3867
3868         * message.el: Don't bind tool-bar-map when compiling.
3869
3870 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3871
3872         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3873
3874 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3875
3876         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3877         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3878         current Google Groups.
3879
3880 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3881
3882         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3883         and tool-bar-mode.
3884
3885         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3886         and tool-bar-mode.
3887
3888         * message.el (message-tool-bar-update): Simplify.
3889         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3890
3891         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3892         gnus-summary-buffer.
3893         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3894         gnus-summary-reply.
3895
3896         * gmm-utils.el (gmm): Add :version.
3897
3898 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * Makefile.in (clean): New rule.
3901         (distclean): Use it.
3902
3903 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3904
3905         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3906         autoload.
3907
3908 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gmm-utils.el (gmm-verbose): Add :group.
3911
3912 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * message.el: Change some comments WRT tool-bars.
3915
3916         * gnus-sum.el (gnus-summary-tool-bar)
3917         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3918         (gnus-summary-tool-bar-zap-list): New variables.
3919         (gnus-summary-make-tool-bar): Complete rewrite using
3920         `gmm-tool-bar-from-list'.
3921
3922         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3923         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3924         variables.
3925         (gnus-group-make-tool-bar): Complete rewrite using
3926         `gmm-tool-bar-from-list'.
3927         (gnus-group-tool-bar-update): New function.
3928
3929         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3930
3931 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3934         is dissected into a single part of which the type is the same as
3935         the given one; decode charset.
3936
3937 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3938
3939         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3940         into alists as symbol not string, since that's what
3941         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3942         look for.
3943
3944 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3945
3946         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3947         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3948
3949         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3950
3951 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3954         (gnus-xmas-mime-security-button-menu): New function.
3955
3956         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3957         (gnus-mime-security-button-menu): New definition.
3958         (gnus-mime-security-button-map): Use them.
3959         (gnus-mime-security-button-menu): New function.
3960         (gnus-insert-mime-security-button): Addition to help echo.
3961         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3962         (gnus-mime-security-pipe-part): New functions.
3963
3964         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3965         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3966
3967         * mm-decode.el (mm-handle-set-disposition): Remove.
3968         (mm-handle-set-description): Remove.
3969
3970 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3973         (mm-w3m-standalone-supports-m17n-p): New function.
3974         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3975         w3m usage.
3976
3977         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3978         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3979
3980 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3981
3982         * message.el (message-tool-bar-zap-list): Use
3983         gmm-tool-bar-zap-list as custom type.
3984         (message-tool-bar-update): New function.
3985         (message-tool-bar, message-tool-bar-gnome)
3986         (message-tool-bar-retro): Add message-tool-bar-update.
3987         (message-tool-bar-gnome): Add flyspell-buffer.
3988
3989         * gnus-util.el (gnus-error): Describe `args'.
3990
3991         * gmm-utils.el (gmm-error): Describe `args'.
3992         (gmm-tool-bar-zap-list): New widget.
3993         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3994
3995 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3998         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3999         the number of recursive calls.
4000
4001         * mm-decode.el (mm-handle-set-disposition): New macro.
4002         (mm-handle-set-description): New macro.
4003
4004 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
4007         encoding.
4008
4009 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * message.el (message-tool-bar-zap-list, message-tool-bar)
4012         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
4013         (message-tool-bar-local-item-from-menu): Remove.
4014         (message-tool-bar-map): Replace by `message-make-tool-bar'.
4015         (message-make-tool-bar): New function.
4016         (message-mode): Use `message-make-tool-bar'.
4017
4018         * gmm-utils.el: New file.
4019         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
4020         (gmm-lazy): New widget copied from `nnmail.el'.
4021         (gmm-tool-bar-from-list): New function for creating customizable
4022         tool bars.
4023         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
4024         output.
4025         (gmm): Add :prefix to defgroup.
4026
4027 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
4028
4029         * gmm-utils.el (gmm-widget-p): New function.
4030
4031 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * mml.el (mml-attach-file): Describe `description' in doc string.
4034         (mml-menu): Add Emacs MIME manual and PGG manual.
4035
4036 2006-01-20  Richard M. Stallman  <rms@gnu.org>
4037
4038         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4039
4040 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
4041
4042         * nntp.el (nntp-end-of-line): Doc fix.
4043
4044 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
4045
4046         * imap.el (imap-open): Handle case where buffer is a buffer
4047         object.
4048
4049 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4050
4051         * gnus-delay.el (gnus-delay): Don't autoload.
4052         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4053         to be re-loaded when customizing the `gnus-delay' group.
4054
4055 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
4056
4057         * message.el (message-insert-citation-line): Use newlines.
4058
4059 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4060
4061         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4062         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
4063         these routines, so the passphrase can be managed externally and
4064         passed in to the system.
4065         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4066         pgg-add-passphrase-to-cache function.
4067
4068         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4069         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4070         these routines, so the passphrase can be managed externally and
4071         passed in to the system.
4072         (pgg-pgp5-sign-region): Use new name of
4073         pgg-add-passphrase-to-cache function.
4074
4075 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4076
4077         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4078         part of the decoded armor to find the key-identifier.
4079         (pgg-gpg-lookup-key-owner): New function to return the
4080         human-readable identifier of a key owner.
4081         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4082         itself.
4083         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4084         the key value) if we have a key and can match it against a secret
4085         key.  Also, added a note pointing out fact that the prompt only
4086         indicates the first matching key.
4087
4088         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4089         pgg-decrypt-region.
4090         (pgg-add-passphrase-to-cache): Rename from
4091         `pgg-add-passphrase-cache' to reduce confusion (all callers
4092         changed).
4093         (pgg-remove-passphrase-from-cache): Rename from
4094         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4095         changed).
4096         (pgg-read-passphrase, pgg-add-passphrase-cache)
4097         (pgg-remove-passphrase-cache): Add informative docstrings.
4098         (pgg-decrypt): Convey provided passphrase in subordinate call to
4099         pgg-decrypt-region.
4100
4101 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4102
4103         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4104         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4105         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4106         'passphrase' argument, so the passphrase can be managed externally
4107         and then passed in to the system.
4108
4109         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4110         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4111         so the passphrase cache can be used reliably with identifiers
4112         besides a pgp packet's key id.
4113
4114         * pgg-gpg.el (pgg-gpg-encrypt-region)
4115         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4116         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4117         these routines, so the passphrase can be managed externally and
4118         passed in to the system.
4119
4120         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4121         'notruncate' argument, so the passphrase cache can be used
4122         reliably with identifiers besides a pgp packet's key id.
4123
4124 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4125
4126         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4127         symmetric encryption.
4128         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4129         encrypted session key.
4130         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4131         message ask for the passphrase in a proper way.
4132
4133         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4134         New user commands for symmetric encryption.
4135
4136 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4139
4140         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4141
4142 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4143
4144         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4145
4146 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * mm-decode.el (mm-inlined-types): Add application/pgp.
4149         (mm-automatic-display): Ditto.
4150
4151         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4152         part as text.
4153
4154 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * nnrss.el: Update copyright.
4157         (nnrss-opml-import): Query whether to subscribe to each entry.
4158
4159         * gnus-art.el:
4160         * gnus-sum.el:
4161         * gnus-xmas.el:
4162         * messagexmas.el:
4163         * mm-uu.el:
4164         * mm-view.el: Update copyright.
4165
4166 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * message.el (message-info): New function.
4169         (message-mode-menu): Add it.
4170         Update copyright.
4171
4172         * ChangeLog: Fix and update copyright.
4173
4174 2006-01-13  Romain Francoise  <romain@orebokech.com>
4175
4176         * message.el (message-forward-subject-name-subject): Prefer the
4177         address to 'nowhere' if the sender has no name.
4178         Fix typo.  Update copyright year.
4179
4180 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * gnus-art.el (article-wash-html): Use
4183         gnus-summary-show-article-charset-alist if a numeric arg is given.
4184         (gnus-article-wash-html-with-w3m-standalone): New function.
4185
4186         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4187         mm-inline-text-html-render-with-w3m-standalone.
4188         (mm-text-html-washer-alist): Map w3m-standalone to
4189         gnus-article-wash-html-with-w3m-standalone.
4190         (mm-inline-text-html-render-with-w3m-standalone): New function.
4191
4192 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4193
4194         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4195         Improve LaTeX.
4196
4197 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4200         (nnrss-request-article): Render text/plain parts as HTML.
4201
4202         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4203         the buffer.
4204
4205 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4208         custom definition of `gnus-posting-styles'.
4209
4210         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4211         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4212
4213 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4216         Use nntp for bug archive.
4217
4218 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4221         parts.
4222         (nnrss-normalize-date): New function converts ISO 8601 date into
4223         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4224         (nnrss-check-group): Use it.
4225
4226 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4229
4230         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4231         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4232         (nnrss-insert-w3): Ditto.
4233
4234 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4237         the articles to be forwarded including the case where neither a
4238         number of articles nor a region is specified.
4239
4240 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * nnrss.el (nnrss-request-article): Fix last change; fill
4243         text/plain parts.
4244
4245 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4246
4247         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4248         in text/plain part.
4249         (nnrss-check-group): Don't add excessive newline to dc:subject.
4250
4251 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4252
4253         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4254         article.
4255
4256 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4257
4258         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4259         (nnml-use-compressed-files, nnml-save-mail): Support other
4260         comression programs such as bzip2.
4261
4262 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * dns.el (query-dns): Make sure we check the buffer size before
4265         removing tcp headers.
4266
4267 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4270         remove MIME buttons associated with multipart/alternative parts.
4271         (gnus-mime-display-alternative): Tag buttons using `article-type'
4272         text property.
4273
4274         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4275         associated with multipart/alternative parts.
4276
4277         * gnus-art.el (gnus-signature-separator): Fix custom type.
4278
4279         * mm-decode.el (mm-inlined-types): Fix custom type.
4280         (mm-keep-viewer-alive-types): Ditto.
4281         (mm-automatic-display): Ditto.
4282         (mm-attachment-override-types): Ditto.
4283         (mm-inline-override-types): Ditto.
4284         (mm-automatic-external-display): Ditto.
4285
4286 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4287
4288         * spam-report.el (spam-report-user-mail-address)
4289         (spam-report-user-agent): New variables.
4290         (spam-report-url-ping-plain): Use spam-report-user-agent.
4291
4292 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4293
4294         * gnus-art.el (gnus-button-handle-custom): Do not just use
4295         `customize-apropos' for any "M-x customize-*" button but the
4296         function called for.  Accept both the function name and its
4297         argument in order to achieve this.
4298         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4299         function name to `gnus-button-handle-custom' in case of "M-x
4300         customize-*" buttons.
4301
4302 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4305         multipart/alternative and add xref to mm-discouraged-alternatives
4306         in doc string.
4307
4308         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4309         gnus-buttonized-mime-types in doc string.
4310
4311 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4314         Suggest image/.* in the doc string.
4315
4316 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4319         message-marks (Debian bug #342521).
4320
4321 2005-12-12  Simon Josefsson  <jas@extundo.com>
4322
4323         * password.el (password-read-from-cache): Add.
4324         (password-read): Use it.
4325
4326 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4329         us-ascii as a MIME charset.
4330
4331         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4332         against the case where the 2nd arg TYPE is nil.
4333
4334 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4335
4336         * pop3.el (pop3-stream-type): Fix custom version.
4337
4338         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4339
4340 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4341
4342         * mm-decode.el (mm-display-external): Add missing cdr.
4343
4344 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4347         RFC1524) if it is in mailcap or add a suffix according to
4348         mailcap-mime-extensions when generating a temp filename; postpone
4349         deleting a temp file for 2 seconds for some wrappers, shell
4350         scripts, and so on, which might exit right after having started a
4351         viewer command as a background job.
4352
4353 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4354
4355         * nntp.el (nntp-marks-directory): Fix custom group.
4356
4357         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4358         steps when < 10.
4359
4360         * gnus-start.el (gnus-no-server-1): Mention
4361         `gnus-level-default-subscribed' in doc string.
4362
4363 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4364
4365         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4366         parens.
4367
4368 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-xmas.el (gnus-use-toolbar): Revert.
4371         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4372         gnus-use-toolbar is default.
4373
4374         * messagexmas.el (message-use-toolbar): Revert.
4375         (message-setup-toolbar): Use global default-toolbar if
4376         message-use-toolbar is default.
4377
4378 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4381         according to default-toolbar-visible-p.
4382
4383         * messagexmas.el (message-use-toolbar): Ditto.
4384
4385 2005-11-26  Dave Love  <fx@gnu.org>
4386
4387         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4388         (tls-program, tls-success): Provide openssl alternative.
4389
4390         * starttls.el: Doc fixes.
4391         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4392         SERVICE to PORT.
4393
4394         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4395         port null or service name.
4396         (starttls-negotiate): Autoload.
4397
4398 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * message.el (message-kill-to-signature): Fix interactive spec.
4401
4402 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * pop3.el (pop3-open-server): Recognize a string as a service name.
4405
4406 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4407
4408         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4409
4410 2005-11-23  Dave Love  <fx@gnu.org>
4411
4412         Add pop3s, pop3/starttls.
4413
4414         * pop3.el (pop3-authentication-scheme): Clarify doc.
4415         (open-tls-stream, starttls-open-stream): Autoload.
4416         (pop3-stream-type): New.
4417         (pop3-open-server): Use it.
4418
4419         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4420         for POP.
4421         (mail-source-keyword-map): Add :stream for POP.
4422         (mail-source-fetch-pop): Use pop3-stream-type.
4423
4424 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4427         of current-time-string.
4428
4429 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4430
4431         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4432         date header.
4433
4434 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4435
4436         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4437         it can seriously impact performance as it bypasses the agent's
4438         local caches.
4439
4440 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4441
4442         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4443         must be explicitly online rather than "not explicitly offline" for
4444         its flags to be synchronized.
4445
4446         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4447         that gnus-uu-unmark-thread will function correctly.
4448
4449         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4450         1024K is instead displayed as 1M.
4451
4452 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4455
4456 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4457
4458         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4459
4460 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4461
4462         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4463         error message to display actual error condition.
4464         (gnus-agent-save-local): Avoid saving symbols that are bound to
4465         nil as they simply result in a warning message in
4466         gnus-agent-read-local.
4467
4468 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4471         rather than make-variable-buffer-local for file-precious-flag.
4472
4473 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4474
4475         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4476         for duplicates which are removed.  The invalid sort check then
4477         triggers a rescan after the sort as sorting may have moved
4478         duplicate entries such that they can be cheaply detected.
4479
4480 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4483
4484 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4485
4486         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4487         internal variable to a custom variable.  Changed default value
4488         from compressed(2) to uncompressed(1).
4489         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4490         support for uncompressed agentview files.  Taken together, reading
4491         the agentview file should now be 6-7 times faster.
4492
4493 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4494
4495         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4496         as a buffer-local variable.  This avoids creating truncated
4497         dribble files as a result of a hang up, eg.
4498
4499 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4500
4501         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4502         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4503         XEmacs.
4504
4505 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4506
4507         * gnus-start.el (gnus-start-draft-setup): Enforce
4508         `gnus-draft-mode' for nndraft:drafts at startup.
4509
4510         * gnus.el (gnus-splash): Change custom group.
4511         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4512         allow-list argument.
4513
4514         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4515         string.
4516
4517 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * gnus-art.el (gnus-default-article-saver): Add user-defined
4520         `function' to custom type.
4521
4522 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4523
4524         * imap.el (imap-open): Handle case where buffer is a buffer
4525         object.
4526
4527 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4530         long lines.
4531         (gnus-cache-delete-group): Wrap doc strings.
4532
4533         * gnus-agent.el (gnus-agent-rename-group)
4534         (gnus-agent-delete-group): Wrap doc strings.
4535
4536
4537 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * messagexmas.el (message-use-toolbar): Change the valid values
4540         into default, top, bottom, left, and right.
4541         (message-toolbar-thickness): New variable.
4542         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4543         well.
4544         (message-setup-toolbar): Make it work.
4545
4546         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4547         (gnus-use-toolbar): Change the valid values into default, top,
4548         bottom, left, and right.
4549         (gnus-toolbar-thickness): New variable.
4550         (gnus-xmas-setup-toolbar): New function.
4551         (gnus-xmas-setup-group-toolbar): Use it.
4552         (gnus-xmas-setup-summary-toolbar): Use it.
4553
4554 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * gnus-start.el (gnus-1): Add "native" to
4557         gnus-predefined-server-alist.
4558
4559         * gnus.el (gnus-method-to-server): Don't add "native" to the
4560         lists here, because that leads to problems when
4561         gnus-select-method is bound.
4562
4563 2005-11-09  Simon Josefsson  <jas@extundo.com>
4564
4565         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4566         use (not sort-by-date) instead.
4567
4568 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4569
4570         * gnus-delay.el (gnus-delay-group): Don't autoload.
4571         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4572         to be re-loaded when customizing the `gnus-delay' group.
4573
4574 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4575
4576         * message.el: Revert last changes.
4577         (message-insert-citation-line): Use newlines.
4578
4579 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4580
4581         * message.el (message-courtesy-message)
4582         (message-mark-insert-begin, message-mark-insert-end)
4583         (message-elide-ellipsis, message-cancel-message)
4584         (message-add-header, message-change-subject)
4585         (message-cross-post-followup-to-header)
4586         (message-cross-post-insert-note, message-reduce-to-to-cc)
4587         (message-widen-reply, message-delete-not-region)
4588         (message-kill-to-signature, message-insert-signature)
4589         (message-insert-importance-high, message-insert-importance-low)
4590         (message-insert-or-toggle-importance)
4591         (message-insert-disposition-notification-to)
4592         (message-indent-citation, message-yank-original)
4593         (message-cite-original-without-signature, message-cite-original)
4594         (message-insert-citation-line, message-position-on-field)
4595         (message-fix-before-sending, message-send-mail-partially)
4596         (message-send-mail, message-send-mail-with-sendmail)
4597         (message-send-mail-with-qmail, message-send-news)
4598         (message-check-news-header-syntax, message-generate-headers)
4599         (message-insert-courtesy-copy, message-fill-address)
4600         (message-fill-header, message-shorten-references)
4601         (message-setup-1, message-cancel-news)
4602         (message-forward-make-body-plain, message-forward-make-body-mime)
4603         (message-forward-make-body-mml, message-encode-message-body)
4604         (message-forward-make-body-digest-plain)
4605         (message-forward-make-body-digest-mime)
4606         (message-use-alternative-email-as-from): Insert `hard-newline'
4607         instead of ordinary newlines.
4608
4609 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * message.el (message-generate-headers): Downcase the argument
4612         given to message-check-element.
4613
4614 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4615
4616         * nntp.el (nntp-authinfo-rejected): New error condition.
4617         (nntp-wait-for): Use new error condition to signal authentication
4618         error.
4619         (nntp-retrieve-data): Rethrow new error condition to break out of
4620         recursive call to nntp-send-authinfo.
4621
4622 2005-11-08  Romain Francoise  <romain@orebokech.com>
4623
4624         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4625         (gnus-summary-exit-map): Bind to `Z p'.
4626         (gnus-summary-make-menu-bar): Add menu item.
4627
4628 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4629
4630         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4631         (gnus-treat-*): Add `first' in all doc strings.
4632
4633         * gnus-group.el (gnus-group-compact-group): Fix typo.
4634
4635 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus.el (gnus-parameters-case-fold-search): New variable.
4638         (gnus-parameters-get-parameter): Use it.
4639
4640         * gnus-score.el (gnus-home-score-file): Doc fix.
4641
4642 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4643
4644         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4645
4646 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * mm-util.el (mm-special-display-p): New function.
4649
4650         * mml.el (mml-preview): Use it; doc fix.
4651
4652 2005-10-29  Romain Francoise  <romain@orebokech.com>
4653
4654         * message.el (message-fix-before-sending): Fix comment.
4655
4656 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4657
4658         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4659
4660 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4661
4662         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4663         Used in gnus-score.el.
4664
4665 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4668
4669 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4670
4671         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4672         whitespace removed in revision 7.8.  Use concatenated string to
4673         protect trailing whitespace.
4674
4675 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4676
4677         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4678         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4679         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4680         Courier IMAP ("some version from 2004").  Mostly based on similar
4681         code in the same function.
4682
4683 2005-10-26  Didier Verna  <didier@xemacs.org>
4684
4685         * gnus-group.el (gnus-group-compact-group): invalidate original
4686         article buffer.
4687         * gnus-srvr.el (gnus-server-compact-server): ditto.
4688         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4689         NOV database and in article itself.
4690         Invalidate article backlog.
4691
4692 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4695
4696 2005-10-26  Simon Josefsson  <jas@extundo.com>
4697
4698         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4699         part of 2004-07-25 change.
4700
4701 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * message.el (message-display-completion-list): New function.
4704         (message-expand-group): Use it; make sure the Completions buffer
4705         is modifiable.
4706
4707 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4708
4709         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4710         user-mail-name is an empty string.
4711
4712 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4713
4714         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4715         depending on gnus-score-decay-constant.
4716
4717         * encrypt.el (encrypt-insert-file-contents)
4718         (encrypt-write-file-contents): Don't use `gnus-message'.
4719
4720         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4721         arguments.
4722         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4723         arguments to mm-uu-verbatim-marks-extract.
4724         (mm-uu-hide-markers): New variable.
4725         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4726
4727         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4728         (gnus-convert-image-to-face-command): Use "convert" by default to
4729         allow other input image formats.
4730         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4731         accordingly.
4732
4733 2005-10-23  Simon Josefsson  <jas@extundo.com>
4734
4735         * imap.el (imap-gssapi-program): Align command line parameters
4736         with latest GNU SASL.
4737         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4738
4739 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740
4741         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4742         HTML.
4743         (nnslashdot-request-article): Ditto.
4744
4745         * lpath.el (featurep): Add nobreak-char-display.
4746
4747 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4748
4749         * mail-source.el (mail-source-fetch-pop): Require pop3.
4750         (mail-source-check-pop): Ditto.
4751
4752 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4755         errors.
4756
4757 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4758
4759         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4760         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4761
4762         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4763
4764         * mm-bodies.el (mm-decode-string): Call
4765         `mm-charset-to-coding-system' with allow-override argument.
4766
4767 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4770         (rfc2047-charset-to-coding-system): New function.
4771         (rfc2047-decode-encoded-words): New function.
4772         (rfc2047-decode-region): Use them.
4773         (rfc2047-decode-cte): Remove.
4774         (rfc2047-parse-and-decode): Remove.
4775         (rfc2047-decode): Remove.
4776
4777 2005-10-15  Kenichi Handa  <handa@m17n.org>
4778
4779         * rfc2047.el (rfc2047-decode-cte): New function.
4780         (rfc2047-decode-region): Change the way to decode successive
4781         encoded-words: decode B- or Q-encoding in each encoded-word,
4782         concatenate them, and decode it as charset.
4783
4784 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * lpath.el: Fbind codepage-setup for XEmacs.
4787
4788 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4789
4790         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4791         widget-move-and-invoke.
4792         (gnus-custom-mode): Use gnus-custom-map.
4793
4794 2005-10-15  Bill Wohler  <wohler@newt.com>
4795
4796         * message.el (message-tool-bar-map): Renamed image file from
4797         mail_send to mail/send.
4798
4799 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4800
4801         * message.el (message-expand-group): Pass the common
4802         prefix substring of completion to `display-completion-list'.
4803
4804 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4805
4806         * mml-sec.el (mml-secure-method): New internal variable.
4807         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4808         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4809         functions using mml-secure-method.
4810
4811         * mml.el (mml-mode-map): Add key bindings for those functions.
4812         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4813         Harder <harder@myrealbox.com>.
4814         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4815         end of message if point is the headers of the message.
4816
4817         * message.el (message-in-body-p): New function.
4818
4819         * assistant.el: Autoload gnus-util and netrc.
4820
4821         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4822         Use `mm-charset-override-alist' only when decoding.
4823
4824         * mm-bodies.el (mm-decode-body): Call
4825         `mm-charset-to-coding-system' with allow-override argument.
4826
4827         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4828         `filename' from Content-Disposition if Content-Type doesn't
4829         provide `name'.
4830         (gnus-mime-view-part-as-type): Set default instead of
4831         initial-input.
4832
4833 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4834
4835         * format-spec.el (format-spec): Propagate text properties of % spec.
4836
4837 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * gnus-art.el (gnus-treat-predicate): Add `first'.
4840
4841 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4844         (mm-charset-override-alist): New variable.
4845         (mm-charset-to-coding-system): Use it.
4846         (mm-codepage-setup): New helper function.
4847         (mm-charset-eval-alist): New variable.
4848         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4849         about unknown charsets.
4850
4851         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4852
4853 2005-10-04  David Hansen  <david.hansen@gmx.net>
4854
4855         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4856         (nnrss-check-group): Ditto.
4857
4858 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4859
4860         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4861         Rename x-gnus-verbatim to x-verbatim.
4862         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4863
4864         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4865         x-verbatim.
4866
4867         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4868
4869         * gnus-util.el (gnus-remove-duplicates): Remove.
4870
4871         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4872         instead of gnus-remove-duplicates.
4873
4874         * message.el (message-remove-duplicates): Remove.
4875         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4876         message-remove-duplicates.
4877
4878         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4879         available, else use implementation from `delete-dups'.
4880
4881         * message.el (message-insert-expires): New function.
4882         (message-mode-map): Add key binding.
4883         (message-mode-field-menu): Add menu entry.
4884         (message-mode): Document it.
4885         (message-make-expires-date): Use `message-make-date'.
4886
4887 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4888
4889         * message.el (message-make-expires-date): New function.
4890
4891 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * Makefile.in (list-installed-shadows): New entry.
4894         (install): Use it.
4895         (remove-installed-shadows): New entry.
4896
4897         * dgnushack.el (dgnushack-default-load-path): New variable.
4898         (dgnushack-find-lisp-shadows): New function.
4899         (dgnushack-remove-lisp-shadows): New function.
4900
4901 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * Makefile.in (install-el-elc): New entry.
4904         (install): Use it so that .el files are necessarily installed.
4905
4906 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4909
4910 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4911
4912         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4913         function rather than the diff-mode.el package.
4914         (mm-display-external): Use with-current-buffer.
4915         (mm-viewer-completion-map, mm-viewer-completion-map):
4916         Move initialization inside declaration.
4917
4918 2005-09-29  Simon Josefsson  <jas@extundo.com>
4919
4920         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4921         autoload mail-check-payment.
4922         (spam-check-hashcash): Define unconditionally, since hashcash.el
4923         is part of Gnus now.  Ignore errors from payment checking.
4924
4925 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         * message.el (message-bold-region, message-unbold-region): Rename
4928         from `bold-region' and `unbold-region'.
4929
4930         * message.el: Remove useless autoloads.
4931
4932 2005-09-28  Simon Josefsson  <jas@extundo.com>
4933
4934         * message.el (message-use-idna): Default to t.
4935         (message-use-idna): Test whether encoding works too.  Doc fix.
4936
4937 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * nntp.el (nntp-warn-about-losing-connection): Remove.
4940
4941 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4942
4943         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4944         customizable.  Change default value.
4945         (mm-uu-diff-groups-regexp): Change default value.
4946         (mm-uu-type-alist): Add doc string.
4947         (mm-uu-configure): Add doc string.  Make it interactive.
4948         (mm-uu-tex-groups-regexp): New variable.
4949         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4950         (mm-uu-type-alist): Add LaTeX documents.
4951         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4952         of "text/verbatim".
4953         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4954
4955         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4956         instead of "text/verbatim".
4957
4958         * message.el (message-mark-inserted-region)
4959         (message-mark-insert-file): Use slrn style marks when called with
4960         prefix argument.
4961
4962 2005-09-27  Simon Josefsson  <jas@extundo.com>
4963
4964         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4965
4966 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4967
4968         * message.el (message-remove-duplicates): New function.
4969         Implementation borrowed from `gnus-remove-duplicates'.
4970         (message-idna-to-ascii-rhs): Also encode idna addresses in
4971         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4972         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4973         only ask about the same idna domain once per header and also tell
4974         in what header to replace the idna domain.
4975
4976         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4977         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4978         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4979         a header is decoded and not just the last one.
4980
4981 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4984         has been decoded.
4985
4986         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4987         (mm-insert-part): Don't modify text if it has been decoded.
4988
4989         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4990         decoded.
4991
4992         * mm-view.el (mm-inline-text): Don't strip text props unless
4993         decoding enriched or richtext parts.
4994
4995 2005-09-25  Romain Francoise  <romain@orebokech.com>
4996
4997         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4998         * gnus-start.el (gnus-subscribe-interactively):
4999         * gnus-uu.el (gnus-uu-grab-articles):
5000         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
5001         space.
5002
5003 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
5004
5005         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5006         * mm-view.el (mm-view-pkcs7-decrypt):
5007         * gnus-sum.el (gnus-summary-limit-to-extra)
5008         (gnus-summary-respool-article, gnus-read-move-group-name):
5009         * gnus-score.el (gnus-summary-increase-score):
5010         * gnus-util.el (gnus-completing-read-with-default):
5011         * gnus-art.el (gnus-read-save-file-name)
5012         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
5013         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
5014         * message.el (message-check-news-header-syntax):
5015         Follow convention for reading with the minibuffer.
5016
5017 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
5018
5019         * spam-report.el (spam-report-url-ping-plain):
5020         Use gnus-extended-version as User-Agent.
5021
5022         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
5023         default value is nil.
5024
5025         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
5026         (mm-uu-verbatim-marks-extract): New function.
5027         (mm-uu-extract): New face.
5028         (mm-uu-copy-to-buffer): Use it.
5029
5030         * spam-report.el (spam-report-gmane-ham): Renamed from
5031         `spam-report-gmane-unspam'.
5032         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
5033         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
5034
5035         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
5036         Autoload.
5037         (spam-report-gmane-unregister-routine): Renamed
5038         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
5039
5040 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
5043         (spam-report-gmane-unregister-routine): Add support for gmane
5044         unregistration.
5045
5046         * spam-report.el (spam-report-gmane-unspam)
5047         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
5048         (spam-report-gmane): Change to take a single article and do unspam
5049         registration.
5050
5051 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * mm-url.el (mm-url-decode-entities): Fix regexp.
5054
5055 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
5058         default to nil, to be able to use Gnus at all.  If the default
5059         switches to something else, then the function should be fixed not
5060         be exceedingly slow.
5061
5062 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-start.el (gnus-activate-group): If the server is nil, don't
5065         fail hard.
5066
5067         * spam-report.el: Add better Keywords line.
5068
5069         * spam.el: Add Maintainer and better Keywords line.
5070
5071 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-art.el (gnus-article-replace-part)
5074         (gnus-mime-replace-part): New functions.
5075         (gnus-mime-action-alist, gnus-mime-button-commands)
5076         (gnus-mime-save-part-and-strip): Added file argument.
5077         (gnus-article-part-wrapper): Added interactive argument.
5078
5079         * gnus-sum.el (gnus-summary-mime-map): Add
5080         `gnus-article-replace-part'.
5081
5082 2005-09-19  Didier Verna  <didier@xemacs.org>
5083
5084         The nnml compaction feature:
5085         * nnml.el (nnml-request-compact-group): New function.
5086         * nnml.el (nnml-request-compact): New function.
5087         * gnus-int.el (gnus-request-compact-group): New function.
5088         * gnus-int.el (gnus-request-compact): New function.
5089         * gnus-group.el (gnus-group-compact-group): New function.
5090         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5091         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5092         * gnus-srvr.el (gnus-server-compact-server): New function.
5093         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5094         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5095
5096 2005-09-18  Deepak Goel  <deego@gnufans.org>
5097
5098         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5099         format spec.
5100
5101 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5104
5105 2005-09-15  Romain Francoise  <romain@orebokech.com>
5106
5107         * message.el (message-fill-paragraph): Clarify docstring.
5108
5109 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-art.el (gnus-mime-display-part): Protect against broken
5112         MIME messages.
5113
5114 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5117         before parsing header.
5118
5119 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5120
5121         * html2text.el: (html2text-replace-list): Add new entities.
5122
5123 2005-09-11  Romain Francoise  <romain@orebokech.com>
5124
5125         * message.el (message-alternative-emails): Improve docstring.
5126         (message-setup-1): Call `message-use-alternative-email-as-from'
5127         after `message-setup-hook' to give it precedence over posting
5128         styles, etc.
5129         (message-use-alternative-email-as-from): Add docstring.  Remove
5130         the original From header if present.
5131
5132         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5133         (nnml-save-mail): Use it.
5134
5135         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5136         articles.  Add new argument `silent'.
5137         (gnus-uu-mark-all): Report the total number of marked articles.
5138
5139 2005-09-10  Romain Francoise  <romain@orebokech.com>
5140
5141         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5142         (gnus-uu-mark-series): Likewise.
5143
5144 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * spam-report.el (spam-report-gmane): Fix generation of spam
5147         report URL.
5148
5149 2005-09-10  Simon Josefsson  <jas@extundo.com>
5150
5151         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5152         t, based on discussion on the ding list with Robert Epprecht
5153         <epprecht@solnet.ch>.
5154
5155 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * spam-report.el (spam-report-gmane): Make it work without
5158         X-Report-Spam header.  Gmane now only provides Archived-At.
5159         This is only used if `spam-report-gmane-use-article-number' is nil.
5160         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5161
5162         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5163         make `gnus-summary-sort-by-recipient' work with threading.
5164
5165         * nnweb.el (nnweb-google-wash-article): Print a message if article
5166         is not available.
5167
5168 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5169
5170         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5171         change.  Decode text/* parts content before displaying.
5172
5173 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5176
5177 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5180
5181         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5182         url-package-name, url-package-version,
5183         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5184         w3m-display-inline-images, and w3m-minor-mode-map.
5185
5186 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * message.el (message-tab-body-function): Fixed mismatched custom
5189         type.
5190
5191         * gnus.el (gnus-group-change-level-function): Ditto.
5192
5193         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5194
5195         * gnus-art.el (gnus-signature-limit)
5196         (gnus-article-mime-part-function): Ditto.
5197
5198 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * mml.el (mml-mode): Silence the byte compiler.
5201
5202         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5203         using `(sit-for 0)' before moving the point to the specified part;
5204         skip unbuttonized parts.
5205         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5206         return to the summary window if gnus-auto-select-part is non-nil.
5207
5208 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5211         variables.
5212         (mml-dnd-attach-file, mml-mode): Use them.
5213
5214         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5215         Make fetching article by MID work again for Google Groups.  Added
5216         FIXME concerning gnus-group-make-web-group.
5217
5218         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5219         Don't depend on Gnus by using mail-extract-address-components if
5220         gnus-extract-address-components is not bound.
5221
5222 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5223
5224         * gnus-art.el (gnus-mime-display-security): Don't display the
5225         signature, but only the signed part.
5226
5227 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5230
5231         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5232         list, not listp.
5233
5234 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5235
5236         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5237         when encoding.
5238
5239         * mm-bodies.el (mm-decode-content-transfer-encoding):
5240         De-canonicalize CRLF for all text content types, not just
5241         text/plain.
5242
5243 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5246         valid article; point arrow and cursor at the MIME button.
5247
5248 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5251         Suggested by Dan Christensen <jdc@uwo.ca>.
5252
5253         * mm-decode.el (mm-save-part): Enable change of prompt.
5254
5255 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5256
5257         * gnus-msg.el (gnus-inews-add-send-actions): Made
5258         `message-post-method' lambda parameter ARG `&optional'.
5259
5260 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-sum.el (gnus-summary-mime-map): Added
5263         gnus-article-save-part-and-strip, gnus-article-delete-part and
5264         gnus-article-jump-to-part.
5265
5266         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5267         (gnus-article-edit-part): Use it.
5268         (gnus-article-part-wrapper): Added no-handle argument.
5269         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5270         functions.
5271
5272 2005-08-29  Romain Francoise  <romain@orebokech.com>
5273
5274         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5275         docstring.
5276         (gnus-face-from-file): Likewise.
5277
5278 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5281         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5282         non-nil.
5283         (gnus-auto-select-part): New variable.
5284         (gnus-article-jump-to-part): New function.
5285         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5286         (gnus-mime-delete-part): Allow selecting specified part after
5287         deleting or stripping parts.
5288         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5289         part if argument is bogus.
5290
5291 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5292
5293         * gnus-art.el (w3m-minor-mode-map):
5294         * gnus-spec.el (gnus-newsrc-file-version):
5295         * gnus-util.el (nnmail-active-file-coding-system)
5296         (gnus-original-article-buffer, gnus-user-agent):
5297         * gnus.el (gnus-ham-process-destinations)
5298         (gnus-parameter-ham-marks-alist)
5299         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5300         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5301         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5302         * mm-decode.el (gnus-current-window-configuration):
5303         * mm-extern.el (gnus-article-mime-handles):
5304         * mm-url.el (url-current-object, url-package-name)
5305         (url-package-version):
5306         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5307         (smime-keys, w3m-cid-retrieve-function-alist)
5308         (w3m-current-buffer, w3m-display-inline-images)
5309         (w3m-minor-mode-map):
5310         * mml-smime.el (gnus-extract-address-components):
5311         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5312         (gnus-newsrc-hashtb, message-default-charset)
5313         (message-deletable-headers, message-options)
5314         (message-posting-charset, message-required-mail-headers)
5315         (message-required-news-headers):
5316         * mml1991.el (mc-pgp-always-sign):
5317         * mml2015.el (mc-pgp-always-sign):
5318         * nnheader.el (nnmail-extra-headers):
5319         * rfc1843.el (gnus-decode-encoded-word-function)
5320         (gnus-decode-header-function, gnus-newsgroup-name):
5321         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5322
5323 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5324
5325         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5326         the end of the date treatments.
5327
5328 2005-08-15  Simon Josefsson  <jas@extundo.com>
5329
5330         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5331         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5332         Capello and Romain Francoise.
5333         (pgg-fetch-key-function): Removed, not used?
5334         (pgg-insert-url-with-w3): Require url, to get
5335         url-insert-file-contents regardless of where it is defined.
5336
5337 2005-08-13  Romain Francoise  <romain@orebokech.com>
5338
5339         * message.el (message-cite-original-1): New function.
5340         (message-cite-original): Use it.
5341         (message-cite-original-without-signature): Ditto.
5342
5343 2005-08-08  Romain Francoise  <romain@orebokech.com>
5344
5345         * message.el (message-yank-empty-prefix): New variable.
5346         (message-indent-citation): Use it.
5347         (message-cite-original-without-signature): Respect X-No-Archive.
5348
5349 2005-08-08  Simon Josefsson  <jas@extundo.com>
5350
5351         * pgg.el: Autoload url-insert-file-contents instead of loading
5352         w3/url.
5353         (pgg-insert-url-with-w3): Don't load url here.
5354
5355 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5356
5357         * message.el (message-kill-to-signature): Don't insert newline at
5358         bol.
5359         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5360
5361 2005-08-06  Romain Francoise  <romain@orebokech.com>
5362
5363         * message.el (message-user-fqdn): Fix typo in docstring.
5364
5365 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5366
5367         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5368
5369         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5370
5371 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * mm-bodies.el (mm-encode-body): Use coding system rather than
5374         charset to encode text.
5375
5376         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5377         number of charsets if utf-8 is available (XEmacs).
5378
5379 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5380
5381         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5382         taken from `gnus-button-mid-or-mail-regexp'.
5383         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5384         (gnus-button-alist): Improve regexp for domain part of the MIDs
5385         for news:localpart@domain buttons.
5386         (gnus-button-ctan-directory-regexp): Update.
5387
5388 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * sieve-manage.el (sieve-manage-interactive-login): Use
5391         make-local-variable rather than make-variable-buffer-local.
5392         (sieve-manage-open): Ditto.
5393         (sieve-manage-authenticate): Ditto.
5394
5395         * mml.el (mml-generate-mime-1): Make the content type default to
5396         text/plain if the filename is not specified.
5397
5398 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5401         instead of insert-buffer.
5402
5403         * message.el (message-yank-original): Ditto; set the mark at the
5404         end of the yanked message.
5405
5406 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5409         lines to scroll rather than to stop it.
5410
5411         * mml.el (mml-generate-default-type): Add doc string.
5412         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5413         default to application/octet-stream when determining the content
5414         type if it is not specified for the part or the mml contents; add
5415         a comment about mml-generate-default-type.
5416
5417 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5420         make it default to application/octet-stream when determining the
5421         content type if it is not specified for the external contents.
5422
5423 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5426         segmented parameter but also other parameters might be there.
5427
5428 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * mm-decode.el (mm-display-external): Delete temp file, directory
5431         and buffer immediately if the external process is exited.
5432
5433 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5436         fewer lines than that of scroll-margin.
5437         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5438
5439 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-article-next-page): Revert.
5442         (gnus-article-beginning-of-window): New macro.
5443         (gnus-article-next-page-1): Use it.
5444         (gnus-article-prev-page): Ditto.
5445         (gnus-article-edit-part): Use insert-buffer-substring instead of
5446         insert-buffer.
5447         (gnus-article-edit-exit): Ditto.
5448
5449         * gnus-util.el (gnus-beginning-of-window): Remove.
5450         (gnus-end-of-window): Remove.
5451
5452         * lpath.el: Don't bind header-line-format and scroll-margin.
5453
5454 2005-07-25  Simon Josefsson  <jas@extundo.com>
5455
5456         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5457         to have the url package without w3.  Reported by Daiki Ueno
5458         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5459
5460 2005-07-20  Didier Verna  <didier@xemacs.org>
5461
5462         * gnus-diary.el: Remove the description comment (nndiary is now
5463         properly documented in the Gnus manual).
5464         Fix the spelling of "Back End".
5465         * nndiary.el: Ditto.
5466         Fix the copyright notice.
5467
5468 2005-07-18  Romain Francoise  <romain@orebokech.com>
5469
5470         * gnus-sum.el (gnus-summary-to-prefix,
5471         gnus-summary-newsgroup-prefix): New variables.
5472         (gnus-summary-from-or-to-or-newsgroups): Use them.
5473
5474 2005-07-17  Romain Francoise  <romain@orebokech.com>
5475
5476         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5477         space as it's generally not especially interesting to the user.
5478
5479 2005-07-16  Romain Francoise  <romain@orebokech.com>
5480
5481         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5482         nil to avoid prompting and file modification if one of the
5483         messages at the top of the nnfolder file contains a copyright
5484         notice.
5485         Update copyright notice.
5486
5487         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5488         instead of `current-time-string' as the latter creates a time
5489         string that is not RFC 2822 compliant (it lacks the zone).
5490         Update copyright notice.
5491
5492 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5493
5494         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5495         for text/rtf.  Display default in prompt.  Pass default for M-n.
5496
5497         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5498
5499 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5500
5501         * gnus-msg.el (gnus-button-mailto): Remove
5502         save-selected-window-window hackery because it relies on
5503         save-selected-window internals.
5504
5505 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5508         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5509         (gnus-article-prev-page): Ditto.
5510
5511         * gnus-util.el (gnus-beginning-of-window): New function.
5512         (gnus-end-of-window): New function.
5513
5514         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5515
5516 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5517
5518         * gnus-score.el (gnus-score-edit-all-score): Set
5519         gnus-score-edit-exit-function to gnus-score-edit-done and call
5520         gnus-message.
5521
5522 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5523
5524         * gnus-msg.el (gnus-button-mailto): Remove
5525         save-selected-window-window hackery because it relies on
5526         save-selected-window internals.
5527
5528 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5531         add-minor-mode.
5532         (gnus-binary-mode): Ditto.
5533
5534         * gnus-topic.el (gnus-topic-mode): Ditto.
5535
5536 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5537
5538         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5539         (gnus-article-prev-page): Take scroll-margin into consideration.
5540
5541 2005-07-04  Lute Kamstra  <lute@gnu.org>
5542
5543         Update FSF's address in GPL notices.
5544
5545 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5546
5547         * gnus.el (gnus-exit):
5548         * gnus-group.el (gnus-group-icons):
5549         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5550
5551         * gnus-nocem.el (gnus-nocem):
5552         * message.el (message-various, message-buffers, message-sending)
5553         (message-interface, message-forwarding, message-insertion)
5554         (message-headers, message-news, message-mail):
5555         * pgg-gpg.el (pgg-gpg):
5556         * pgg-parse.el (pgg-parse):
5557         * pgg-pgp.el (pgg-pgp):
5558         * pgg-pgp5.el (pgg-pgp5):
5559         * pop3.el (pop3): Finish `defgroup' description with period.
5560
5561 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * gnus-art.el (article-display-face): Improve the efficiency.
5564         (article-display-x-face): Ditto; remove grey x-face stuff.
5565
5566 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-art.el (article-display-face): Correct the position in
5569         which Faces are inserted.
5570
5571 2005-06-29  Didier Verna  <didier@xemacs.org>
5572
5573         * gnus-art.el (article-display-face): Display faces in correct
5574         order.
5575
5576 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5579         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5580         (gnus-nocem-check-article): Fetch the Type header.
5581         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5582         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5583         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5584         make sure gnus-nocem-hashtb is initialized.
5585         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5586         (gnus-nocem-unwanted-article-p): Ditto.
5587
5588         * pgg.el (pgg-verify): Return the verification result.
5589
5590 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5593         is ascii.
5594
5595 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5596
5597         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5598         `show-nonbreak-escape'.
5599
5600 2005-06-23  Lute Kamstra  <lute@gnu.org>
5601
5602         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5603
5604         * dig.el (dig-mode):
5605         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5606
5607 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5608
5609         * nnimap.el (nnimap-split-download-body): Fix spellings.
5610
5611 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5612
5613         * gnus-art.el (gnus-article-encrypt-body):
5614         * gnus-cus.el (gnus-score-customize):
5615         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5616         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5617
5618 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5619
5620         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5621         header by looking for magic "MII" at the beginnig.
5622
5623 2005-06-16  Miles Bader  <miles@gnu.org>
5624
5625         * gnus-xmas.el (gnus-xmas-group-startup-message):
5626         Use renamed gnus-splash face.
5627
5628         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5629         (assistant-field-face): New backward-compatibility alias for renamed
5630         face.
5631         (assistant-render-text): Use renamed assistant-field face.
5632
5633         * spam.el (spam): Remove "-face" suffix from face name.
5634         (spam-face): New backward-compatibility alias for renamed face.
5635         (spam-face, spam-initialize): Use renamed spam face.
5636
5637         * message.el (message-header-to, message-header-cc)
5638         (message-header-subject, message-header-newsgroups)
5639         (message-header-other, message-header-name)
5640         (message-header-xheader, message-separator, message-cited-text)
5641         (message-mml): Remove "-face" suffix from face names.
5642         (message-header-to-face, message-header-cc-face)
5643         (message-header-subject-face, message-header-newsgroups-face)
5644         (message-header-other-face, message-header-name-face)
5645         (message-header-xheader-face, message-separator-face)
5646         (message-cited-text-face, message-mml-face):
5647         New backward-compatibility aliases for renamed faces.
5648         (message-font-lock-keywords): Use renamed message faces.
5649
5650         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5651         (sieve-test-commands, sieve-tagged-arguments):
5652         Remove "-face" suffix from face names.
5653         (sieve-control-commands-face, sieve-action-commands-face)
5654         (sieve-test-commands-face, sieve-tagged-arguments-face):
5655         New backward-compatibility aliases for renamed faces.
5656         (sieve-control-commands-face, sieve-action-commands-face)
5657         (sieve-test-commands-face, sieve-tagged-arguments-face):
5658         Use renamed sieve faces.
5659
5660         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5661         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5662         (gnus-group-news-3-empty, gnus-group-news-4)
5663         (gnus-group-news-4-empty, gnus-group-news-5)
5664         (gnus-group-news-5-empty, gnus-group-news-6)
5665         (gnus-group-news-6-empty, gnus-group-news-low)
5666         (gnus-group-news-low-empty, gnus-group-mail-1)
5667         (gnus-group-mail-1-empty, gnus-group-mail-2)
5668         (gnus-group-mail-2-empty, gnus-group-mail-3)
5669         (gnus-group-mail-3-empty, gnus-group-mail-low)
5670         (gnus-group-mail-low-empty, gnus-summary-selected)
5671         (gnus-summary-cancelled, gnus-summary-high-ticked)
5672         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5673         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5674         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5675         (gnus-summary-low-undownloaded)
5676         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5677         (gnus-summary-low-unread, gnus-summary-normal-unread)
5678         (gnus-summary-high-read, gnus-summary-low-read)
5679         (gnus-summary-normal-read, gnus-splash):
5680         Remove "-face" suffix from face names.
5681         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5682         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5683         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5684         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5685         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5686         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5687         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5688         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5689         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5690         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5691         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5692         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5693         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5694         (gnus-summary-normal-ticked-face)
5695         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5696         (gnus-summary-normal-ancient-face)
5697         (gnus-summary-high-undownloaded-face)
5698         (gnus-summary-low-undownloaded-face)
5699         (gnus-summary-normal-undownloaded-face)
5700         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5701         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5702         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5703         (gnus-splash-face):
5704         New backward-compatibility aliases for renamed faces.
5705         (gnus-group-startup-message): Use renamed gnus faces.
5706
5707         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5708         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5709         (gnus-server-agent): Remove "-face" suffix from face names.
5710         (gnus-server-agent-face, gnus-server-opened-face)
5711         (gnus-server-closed-face, gnus-server-denied-face)
5712         (gnus-server-offline-face):
5713         New backward-compatibility aliases for renamed faces.
5714         (gnus-server-agent-face, gnus-server-opened-face)
5715         (gnus-server-closed-face, gnus-server-denied-face)
5716         (gnus-server-offline-face): Use renamed gnus faces.
5717
5718         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5719         Remove "-face" suffix from face names.
5720         (gnus-picon-xbm-face, gnus-picon-face):
5721         New backward-compatibility aliases for renamed faces.
5722
5723         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5724         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5725         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5726         (gnus-cite-11): Remove "-face" suffix from face names.
5727         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5728         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5729         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5730         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5731         New backward-compatibility aliases for renamed faces.
5732         (gnus-cite-attribution-face, gnus-cite-face-list)
5733         (gnus-article-boring-faces): Use renamed gnus faces.
5734
5735         * gnus-art.el (gnus-signature, gnus-header-from)
5736         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5737         (gnus-header-content): Remove "-face" suffix from face names.
5738         (gnus-signature-face, gnus-header-from-face)
5739         (gnus-header-subject-face, gnus-header-newsgroups-face)
5740         (gnus-header-name-face, gnus-header-content-face):
5741         New backward-compatibility aliases for renamed faces.
5742         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5743
5744         * gnus-sum.el (gnus-summary-selected-face)
5745         (gnus-summary-highlight): Use renamed gnus faces.
5746         * gnus-group.el (gnus-group-highlight): Likewise.
5747
5748 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5749
5750         * gnus-sieve.el (gnus-sieve-article-add-rule):
5751         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5752         * spam-stat.el (spam-stat-buffer-change-to-spam)
5753         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5754
5755         * message.el (message-is-yours-p):
5756         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5757
5758 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * mm-view.el (mm-inline-text): Withdraw the last change.
5761
5762 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5765         executing enriched-decode.
5766
5767 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5770         charset of tar files.
5771
5772 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5773
5774         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5775
5776 2005-06-04  Lute Kamstra  <lute@gnu.org>
5777
5778         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5779         information is never recorded.
5780
5781 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5782
5783         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5784
5785 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * pop3.el (pop3-apop): Run md5 in the binary mode.
5788
5789         * starttls.el (starttls-set-process-query-on-exit-flag):
5790         Use eval-and-compile.
5791
5792 2005-05-31  Simon Josefsson  <jas@extundo.com>
5793
5794         * smime.el (smime-replace-in-string): Define.
5795         (smime-cert-by-ldap-1): Use it.
5796
5797 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-art.el (article-display-x-face): Replace
5800         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5801
5802         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5803         set-process-query-on-exit-flag or process-kill-without-query.
5804
5805         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5806         loop instead of replace-regexp.
5807
5808         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5809         instead of process-kill-without-query if it is available.
5810
5811         * lpath.el: Fbind ldap-search-entries.
5812
5813         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5814         instead of find-file-hooks if it is available.
5815
5816         * mml1991.el: Bind pgg-default-user-id when compiling.
5817
5818         * mml2015.el: Bind pgg-default-user-id when compiling.
5819
5820         * nndraft.el (nndraft-request-associate-buffer):
5821         Use write-contents-functions instead of write-contents-hooks if it is
5822         available.
5823
5824         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5825         instead of find-file-hooks if it is available.
5826
5827         * nntp.el (nntp-open-connection): Replace
5828         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5829         (nntp-open-ssl-stream): Ditto.
5830         (nntp-open-tls-stream): Ditto.
5831
5832         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5833         set-process-query-on-exit-flag or process-kill-without-query.
5834         (starttls-open-stream-gnutls): Use it instead of
5835         process-kill-without-query.
5836         (starttls-open-stream): Ditto.
5837
5838 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5839
5840         * smime.el (smime-cert-by-ldap-1): Don't use
5841         replace-regexp-in-string.
5842
5843 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5844
5845         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5846
5847         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5848         in PEM format. Adjust to the XEmacs compability.
5849
5850 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5853         by `string-to-number'.
5854         * gnus-agent.el (gnus-agent-regenerate-group)
5855         (gnus-agent-fetch-articles): Ditto.
5856         * gnus-art.el (gnus-button-fetch-group): Ditto.
5857         * gnus-cache.el (gnus-cache-generate-active)
5858         (gnus-cache-articles-in-group): Ditto.
5859         * gnus-group.el (gnus-group-set-current-level)
5860         (gnus-group-insert-group-line): Ditto.
5861         * gnus-score.el (gnus-score-set-expunge-below)
5862         (gnus-score-set-mark-below, gnus-summary-score-effect)
5863         (gnus-summary-score-entry): Ditto.
5864         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5865         (gnus-soup-pack): Ditto.
5866         * gnus-spec.el (gnus-xmas-format): Ditto.
5867         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5868         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5869         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5870         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5871         * nndb.el (nndb-get-remote-expire-response): Ditto.
5872         * nndiary.el (nndiary-parse-schedule-value)
5873         (nndiary-string-to-number, nndiary-request-replace-article)
5874         (nndiary-request-article): Ditto.
5875         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5876         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5877         * nneething.el (nneething-make-head): Ditto.
5878         * nnfolder.el (nnfolder-request-article)
5879         (nnfolder-retrieve-headers): Ditto.
5880         * nnheader.el (nnheader-file-to-number): Ditto.
5881         * nnkiboze.el (nnkiboze-request-article): Ditto.
5882         * nnmail.el (nnmail-process-unix-mail-format)
5883         (nnmail-process-babyl-mail-format): Ditto.
5884         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5885         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5886         (nnmh-request-create-group, nnmh-request-list-1)
5887         (nnmh-request-group, nnmh-request-article): Ditto.
5888         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5889         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5890         * nnsoup.el (nnsoup-make-active): Ditto.
5891         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5892         * nntp.el (nntp-find-group-and-number)
5893         (nntp-retrieve-headers-with-xover): Ditto.
5894         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5895         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5896         (pgg-format-key-identifier): Ditto.
5897         * pop3.el (pop3-last, pop3-stat): Ditto.
5898         * qp.el (quoted-printable-decode-region): Ditto.
5899
5900         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5901         of concat.
5902
5903 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5906
5907         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5908
5909         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5910
5911         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5912
5913         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5914
5915         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5916
5917         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5918         (gnus-carpal-mode): Ditto.
5919
5920         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5921         (gnus-browse-mode): Ditto.
5922
5923         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5924
5925         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5926
5927 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5928
5929         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5930
5931 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-util.el (gnus-run-mode-hooks): New function.
5934
5935         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5936
5937         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5938         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5939
5940 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5941
5942         * gnus-agent.el (gnus-agent-make-mode-line-string):
5943         Use mode-line-highlight as mouse-face.
5944
5945 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * canlock.el (canlock): Change the parent group to news.
5948
5949         * deuglify.el (gnus-outlook-deuglify): Add :group.
5950
5951         * dig.el (dig): Add :group.
5952
5953         * dns-mode.el (dns-mode): Add :group.
5954
5955         * encrypt.el (encrypt): Add :group.
5956
5957         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5958         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5959         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5960         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5961         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5962
5963         * gnus-diary.el (gnus-diary): Add :group.
5964
5965         * gnus.el (gnus-group-news-1-face): Add :group.
5966         (gnus-group-news-1-empty-face): Ditto.
5967         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5968         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5969         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5970         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5971         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5972         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5973         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5974         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5975         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5976         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5977         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5978         (gnus-summary-high-ticked-face): Ditto.
5979         (gnus-summary-low-ticked-face): Ditto.
5980         (gnus-summary-normal-ticked-face): Ditto.
5981         (gnus-summary-high-ancient-face): Ditto.
5982         (gnus-summary-low-ancient-face): Ditto.
5983         (gnus-summary-normal-ancient-face): Ditto.
5984         (gnus-summary-high-undownloaded-face): Ditto.
5985         (gnus-summary-low-undownloaded-face): Ditto.
5986         (gnus-summary-normal-undownloaded-face): Ditto.
5987         (gnus-summary-high-unread-face): Ditto.
5988         (gnus-summary-low-unread-face): Ditto.
5989         (gnus-summary-normal-unread-face): Ditto.
5990         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5991         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5992
5993         * hashcash.el (hashcash): New custom group.
5994         (hashcash-default-payment): Add :group.
5995         (hashcash-payment-alist): Ditto.
5996         (hashcash-default-accept-payment): Ditto.
5997         (hashcash-accept-resources): Ditto.
5998         (hashcash-path): Ditto.
5999         (hashcash-extra-generate-parameters): Ditto.
6000         (hashcash-double-spend-database): Ditto.
6001         (hashcash-in-news): Ditto.
6002
6003         * message.el (message-minibuffer-local-map): Add :group.
6004
6005         * netrc.el (netrc): Add :group.
6006
6007         * sieve-manage.el (sieve-manage-log): Add :group.
6008         (sieve-manage-default-user): Diito.
6009         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
6010         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
6011         (sieve-manage-authenticators): Ditto.
6012         (sieve-manage-authenticator-alist): Ditto.
6013         (sieve-manage-default-port): Ditto.
6014
6015         * sieve-mode.el (sieve-control-commands-face): Add :group.
6016         (sieve-action-commands-face): Ditto.
6017         (sieve-test-commands-face): Ditto.
6018         (sieve-tagged-arguments-face): Ditto.
6019
6020         * smime.el (smime): Add :group.
6021
6022         * spam-report.el (spam-report): Add :group.
6023
6024         * spam.el (spam, spam-face): Add :group.
6025
6026 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * nntp.el (nntp-next-result-arrived-p): Some news servers may
6029         return \n.\n.\n at the end of articles.  Protect against that.
6030         (nntp-with-open-group): Allow debugging.
6031
6032         * nnheader.el (mail-header-set-extra): Make into a function
6033         because I just could't understand how to quote the list properly.
6034
6035         * dns.el (query-dns-cached): New function.
6036
6037 2005-05-26  Lute Kamstra  <lute@gnu.org>
6038
6039         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
6040
6041 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
6044
6045         * gnus-art.el: Don't autoload mail-extract-address-components.
6046
6047         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
6048         eval-and-compile to evaluate it.
6049
6050         * hashcash.el: Don't autoload executable-find.
6051
6052         * nndb.el: Don't declare the nndb back end two or more times; don't
6053         autoload news-reply-mode, news-setup, cancel-timer and telnet.
6054
6055         * nntp.el: Autoload format-spec instead of format; use
6056         eval-and-compile to evaluate autoload forms.
6057
6058 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
6059
6060         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
6061
6062 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063
6064         * gnus.el (gnus-version-number): Bump version.
6065
6066 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6067
6068         * gnus.el: No Gnus v0.3 is released.
6069
6070 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * lpath.el (featurep): Bind show-nonbreak-escape.
6073
6074 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (gnus-article-edit-part): Disable undo.
6077
6078 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6081         gnus-article-date-lapsed-new-header is t if date timer is active;
6082         skip headers in which the original date value is empty.
6083         (gnus-article-save-original-date): Redefine it as a macro.
6084         (gnus-display-mime): Use it.
6085
6086 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-art.el (article-date-ut): Support converting date in
6089         forwarded parts as well.
6090         (gnus-article-save-original-date): New function.
6091         (gnus-display-mime): Use it.
6092
6093 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6094
6095         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6096         enclosure element of <item>.
6097
6098 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * message.el (message-kill-buffer-query): Renamed from
6101         `message-kill-buffer-query-if-modified'.  Added :version.
6102
6103 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6106         window layout.
6107
6108 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * mml.el: Autoload dnd when compiling.
6111
6112 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6115         x-dnd-*.
6116
6117 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * qp.el (quoted-printable-encode-region): Save excursion.
6120
6121 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6122
6123         * message.el (message-kill-buffer-query-if-modified): Add new variable
6124         so the user can kill a modified message buffer quickly.
6125         (message-kill-buffer): Use it.
6126
6127 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * lpath.el: Fbind display-time-event-handler; don't fbind
6130         string-to-multibyte.
6131
6132         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6133
6134 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6137         contained in text because xml.el decodes entities) with LFs.
6138
6139 2005-04-11  Lute Kamstra  <lute@gnu.org>
6140
6141         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6142         differently.
6143
6144 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6145
6146         * mm-util.el (mm-detect-coding-region): Typo.
6147
6148 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6151
6152 2005-04-06  D Goel  <deego@gnufans.org>
6153
6154         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6155         user-function allow user modifications of the scores.
6156         (spam-stat-score-buffer-user): New function, to allow
6157         user-computed modifications to the score.
6158         (spam-stat-score-buffer-user-functions): list of additional
6159         scoring functions
6160         (spam-stat-error-holder): global temporary error holder
6161         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6162         variable
6163
6164 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * gnus-registry.el (gnus-registry-clean-empty-function)
6167         (gnus-registry-trim, gnus-registry-fetch-groups)
6168         (gnus-registry-delete-group): Groups that match
6169         `gnus-registry-ignored-groups' are removed from the registry
6170         entries, not just ignored for splitting.  This helps clean up the
6171         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6172         to get all the groups a message ID is in.
6173
6174         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6175         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6176         (spam-stat-score-buffer-user-functions): Add :number custom type.
6177
6178 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6181         argument in XEmacs.
6182
6183         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6184         (nnrss-request-group): Decode group name first.
6185         (nnrss-request-article): Make a text/plain article if mml-to-mime
6186         failed.
6187         (nnrss-get-encoding): Return a compatible encoding according to
6188         nnrss-compatible-encoding-alist.
6189         (nnrss-find-el): Use consp instead of listp.
6190         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6191
6192 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6195         which Emacs 20 doesn't support.
6196         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6197
6198 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6201         silence the byte compiler inside the defun
6202
6203         * gnus-demon.el (parse-time-string): Add autoload.
6204
6205         * gnus-delay.el (parse-time-string): Add autoload.
6206
6207         * gnus-art.el (parse-time-string): Add autoload.
6208
6209         * nnultimate.el (parse-time): Require for `parse-time-string'.
6210
6211 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6214
6215         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6216
6217         * smime.el (smime-ldap-host-list): Add :version.
6218
6219 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6220
6221         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6222         pass it to `gnus-browse-read-group'.
6223         (gnus-browse-read-group): Add NUMBER argument and pass it to
6224         `gnus-group-read-ephemeral-group'.
6225
6226         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6227         argument and pass it to `gnus-group-read-group'.
6228
6229 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6230
6231         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6232         mm-xemacs-find-mime-charset-1 if we have the mule feature
6233         available at runtime.
6234
6235 2005-03-25  Werner Lemberg  <wl@gnu.org>
6236
6237         * nnmaildir.el: Replace `illegal' with `invalid'.
6238
6239 2005-03-23  Lute Kamstra  <lute@gnu.org>
6240
6241         * time-date.el: Add comment on time value formats.
6242         Don't require parse-time.
6243         (with-decoded-time-value): New macro.
6244         (encode-time-value): New function.
6245         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6246         (days-to-time): Return a valid time value when arg is huge.
6247         (time-since): Use time-subtract.
6248         (time-to-number-of-days): Use time-to-seconds.
6249
6250 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6251
6252         * gnus-start.el (gnus-display-time-event-handler):
6253         Check display-time-timer at runtime rather than only at load time
6254         in case display-time-mode is turned off in the mean time.
6255
6256 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6259         used.
6260
6261         * nneething.el (nneething-map-file-directory): Derive from
6262         `gnus-directory'.
6263
6264         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6265         the To/Cc button.
6266
6267 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6268
6269         * nnmaildir.el (nnmaildir-request-accept-article):
6270         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6271
6272 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6273
6274         * gnus-async.el: Require timer-funcs at compile time when in
6275         XEmacs for `run-with-idle-timer'.
6276
6277 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6278
6279         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6280         autoloaded function.
6281
6282 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6285
6286 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6287
6288         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6289
6290 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6293         gnus-expert-user to default.
6294
6295 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6296
6297         * nnimap.el (nnimap-open-server): Ditto.
6298
6299         * imap.el (imap-authenticate): Fix typo.
6300
6301 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6302
6303         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6304         buffer (since IMAP server might return FETCH response out of
6305         order, and the nntp buffer must be sorted).
6306
6307 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6308
6309         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6310         comparison on string.
6311
6312         * gnus-agent.el (gnus-agent-long-article,
6313         gnus-agent-short-article, gnus-agent-score): Renamed category
6314         keywords to match gnus-cus.
6315         (gnus-agent-summary-fetch-series): Modified to protect against
6316         gnus-agent-summary-fetch-group clearing processable flags.
6317         (gnus-agent-synchronize-group-flags): Update live group buffer as
6318         synchronization may occur due to the user toggle the plugged
6319         status.
6320         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6321         successfully downloaded.
6322         (gnus-agent-expire-group-1): Avoid using markers when the overview
6323         is in ascending order; greatly improves performance.
6324         (gnus-agent-regenerate-group): Use
6325         gnus-agent-synchronize-group-flags to reset read status in both
6326         gnus and server.
6327         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6328
6329 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * message.el: Don't autoload former message-utils variables.
6332         (message-strip-subject-trailing-was): Change doc string.
6333
6334         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6335         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6336         (nnweb-google-search): Add "hl=en" here.
6337         (nnweb-google-parse-1, nnweb-google-create-mapping):
6338         Don't hardcode URL.
6339
6340 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * message.el (message-get-reply-headers, message-followup):
6343         Mention related variables `message-use-followup-to' and
6344         `message-use-mail-followup-to', in the information buffer.
6345
6346         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6347         of broken groups(-beta).google.com.
6348
6349 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6352         parameter to invoked gnus-request-move-article; remove the
6353         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6354         all at once instead of once per article.
6355         (gnus-summary-remove-process-mark): Accept a list of articles as
6356         well as a single article for processing.
6357
6358         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6359         parameter.
6360
6361         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6362
6363         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6364
6365         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6366         parameter.
6367
6368         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6369         parameter.
6370
6371         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6372         parameter and remove the gnus-sum-hint-move-is-internal variable.
6373
6374         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6375         parameter.
6376
6377         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6378         parameter.
6379
6380         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6381         parameter.
6382
6383         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6384
6385         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6386         parameter.
6387
6388         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6389         parameter.
6390
6391 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6394         a more conservative way.
6395
6396 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6397
6398         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6399         buffer, so it moves the window's cursor.
6400
6401 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6402
6403         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6404         `mm-dissect-multipart' and receive the from field as an (optional)
6405         argument from `mm-dissect-multipart'.
6406         (mm-dissect-multipart): Receive the from field as an argument and
6407         pass it on when we call `mm-dissect-buffer' on MIME parts.
6408         Fixes verification/decryption of signed/encrypted MIME parts.
6409
6410 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6411
6412         * gnus-sum.el (gnus-summary-move-article): Set
6413         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6414         whatever it calls (right now, only nnimap-request-move article
6415         respects it).
6416
6417         * nnimap.el (nnimap-request-move-article): When
6418         gnus-sum-hint-move-is-internal is set, don't do the extra
6419         nnimap-request-article.
6420
6421 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6424
6425         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6426         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6427
6428         * gnus-sum.el (gnus-summary-caesar-message):
6429         Apply `gnus-treat-article' after rotation.
6430
6431         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6432         doc string.
6433
6434 2005-02-22  Simon Josefsson  <jas@extundo.com>
6435
6436         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6437         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6438         <arne@arnested.dk>.
6439         (encrypt): Add password-cache and password-cache-expiry as group
6440         members.
6441
6442 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6443
6444         * smime.el (smime-ldap-host-list): Doc fix.
6445         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6446         cache) password.
6447         (smime-sign-region): Use it.
6448         (smime-decrypt-region): Use it.
6449         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6450         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6451         fails.
6452         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6453         certificate from DER to PEM format rather than calling openssl.
6454
6455         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6456
6457         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6458         for signing/encryption.
6459
6460         * mml.el (mml-parse-1): Use them.
6461
6462 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6463
6464         * nnrss.el (nnrss-verbose): Removed.
6465         (nnrss-request-group): Use `nnheader-message' instead.
6466
6467 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6468
6469         * nnrss.el (nnrss-verbose): New variable.
6470         (nnrss-request-group): Make it say nnrss is requesting a group.
6471
6472 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6475         Handle news URL with given port correctly.
6476
6477 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6480         containing special characters.
6481
6482         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6483
6484         * mml.el (mime-to-mml): Ditto.
6485
6486         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6487         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6488         (rfc2047-decode-region): Quote decoded words containing special
6489         characters when rfc2047-quote-decoded-words-containing-tspecials
6490         is non-nil.
6491
6492 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6493
6494         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6495
6496         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6497
6498 2005-02-15  Simon Josefsson  <jas@extundo.com>
6499
6500         * nnimap.el (nnimap-debug): Doc fix.
6501
6502         * imap.el (imap-debug): Doc fix.
6503
6504 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6507
6508 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * gnus.el (spam-contents): Improve docs for spam-contents
6511         parameter in its variable incarnation.
6512
6513 2005-02-14  Simon Josefsson  <jas@extundo.com>
6514
6515         * smime-ldap.el: Use require instead of load-library for ldap.
6516         (smime-ldap-search): Indent.
6517         (smime-ldap-search-internal): Shorten line.
6518
6519         * smime.el (smime-cert-by-dns): Add doc-string.
6520         (smime-cert-by-ldap-1): Indent.
6521
6522         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6523         mml-smime-get-dns-ldap.
6524         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6525
6526 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6527
6528         * smime.el: Require smime-ldap.
6529         (smime-ldap-host-list): New variable.
6530         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6531
6532         * mml-smime.el (mml-smime-encrypt-query): New function.
6533         (mml-smime-encrypt-query): Use it.
6534
6535         * smime-ldap.el: New file.
6536
6537 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6540
6541 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6544         argument in doc string.  Make query for type more clear.
6545
6546 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus.el (gnus-group-startup-message): Search for gnus images in
6549         etc/images/gnus.
6550         * mm-util.el (mm-image-load-path): Likewise.
6551         * smiley.el (smiley-data-directory): Search for smilies in
6552         etc/images/smilies.
6553
6554 2005-02-09  Kim F. Storm  <storm@cua.dk>
6555
6556         Change Emacs release version from 21.4 to 22.1 throughout.
6557         Change Emacs development version from 21.3.50 to 22.0.50.
6558
6559 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6562
6563         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6564         non-Mule XEmacs as well.
6565         (mm-decompress-buffer): Signal an error intentionally if it does
6566         not decompress compressed data because auto-compression-mode is
6567         disabled.
6568
6569 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6572         an ID in the registry even if it has no groups.
6573
6574 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6577         merge it into mm-decompress-buffer.
6578         (gnus-mime-copy-part): Use the MIME part charset, the value which
6579         a user specified or gnus-newsgroup-charset for decoding, like
6580         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6581         save-buffer what was used.  Suggested by Kevin Ryde
6582         <user42@zip.com.au>.
6583         (gnus-mime-inline-part): Allow the name parameter as well as the
6584         filename parameter; force decompressing of compressed data; always
6585         display contents being not decoded as unibyte.
6586
6587         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6588         as well as the filename parameter.
6589
6590         * mm-util.el (mm-decompress-buffer): Merge
6591         gnus-mime-jka-compr-maybe-uncompress.
6592         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6593         of compressed data.
6594
6595 2005-02-08  Simon Josefsson  <jas@extundo.com>
6596
6597         * imap.el (imap-log): Doc fix.
6598
6599 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6602         the coding cookies; decompress compressed parts.
6603
6604         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6605         to the value which a user specified manually or the coding cookie.
6606
6607         * mm-util.el (mm-string-to-multibyte): New function.
6608         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6609         (mm-coding-system-to-mime-charset): New function.
6610         (mm-decompress-buffer): New function.
6611         (mm-find-buffer-file-coding-system): New function.
6612
6613         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6614         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6615         parts.
6616
6617 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6618
6619         * mm-view.el (mm-display-inline-fontify): Decode a part according
6620         to the charset parameter.
6621
6622 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6625         prefix arg is neither nil nor a number, as info specifies.
6626
6627 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6630         timestamps.
6631
6632 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6633
6634         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6635         groups error checking and notify user.
6636
6637 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6638
6639         * message.el (message-send-mail-function): Check existence of
6640         sendmail-program first before using default value
6641         `message-send-mail-with-sendmail'.  Otherwise use more generic
6642         `smtpmail-send-it'.
6643
6644 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * nntp.el (nntp-request-update-info): Always return nil.
6647
6648 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6649
6650         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6651
6652 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6653
6654         * message.el (message-beginning-of-line): Change the behavior when
6655         invoked between BOL and : so that it first moves backward.
6656
6657 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6660         article buffer when editing of the article is discarded.
6661         (gnus-article-prepare): Revert.
6662
6663 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-art.el (gnus-article-prepare):
6666         Remove message-strip-forbidden-properties from the local hook.
6667
6668 2005-01-27  Simon Josefsson  <jas@extundo.com>
6669
6670         * password.el (password-cache-add): Only start one timer per key.
6671         Reported by Derek Atkins <warlord@MIT.EDU>.
6672
6673 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6674
6675         * run-at-time.el: Removed.  It is no longer needed as
6676         timer-funcs.el in the xemacs-base package has a working version of
6677         `run-at-time'.
6678
6679         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6680
6681         * password.el: Require timer-funcs instead of run-at-time in
6682         XEmacs.
6683         Remove `password-run-at-time' macro.
6684         (password-cache-add): Use `run-at-time' instead of
6685         `password-run-at-time'.
6686
6687         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6688         Remove `nnheader-cancel-function-timers' alias,
6689         `cancel-function-timers' exists in XEmacs in timer-funcs.
6690
6691         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6692         for `run-with-idle-timer'.
6693
6694         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6695         for `run-at-time'.
6696
6697         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6698         for `with-timeout'.
6699
6700         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6701         the same as for XEmacs 21.4.
6702         No need to ignore `run-with-idle-timer', this function exists in
6703         XEmacs now in timer-funcs.el in the xemacs-base package.
6704         (dgnushack-compile): No need to delete
6705         run-at-time.el from the list of files to compile because it
6706         doesn't exist anymore.
6707
6708 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6711         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6712
6713 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6714
6715         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6716         sensitively.
6717
6718 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6719
6720         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6721
6722 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6725         which will be inserted according to the multibyteness of a buffer
6726         rather than the type of contents.  Suggested by ARISAWA Akihiro
6727         <ari@mbf.ocn.ne.jp>.
6728
6729         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6730         of string which old xml.el may return rather than a string.
6731
6732 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6735
6736 2005-01-16  Simon Josefsson  <jas@extundo.com>
6737
6738         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6739         idn/idna.el isn't available.
6740         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6741         <michael@waxrat.com>.
6742
6743         * hashcash.el: Remove non-FSF copyright header.
6744
6745         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6746         (hashcash-generate-payment): Use it.
6747         (hashcash-generate-payment-async): Use it.
6748
6749 2005-01-15  Simon Josefsson  <jas@extundo.com>
6750
6751         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6752         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6753
6754         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6755         gnus-summary-idna-message.
6756         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6757         (gnus-summary-idna-message): New function.
6758
6759 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6760
6761         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6762         gnus-novice-user.
6763
6764 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * nnrss.el (nnrss-request-delete-group): Delete entries in
6767         nnrss-group-alist as well.
6768         (nnrss-save-server-data): Insert newline.
6769
6770 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * gnus.el (gnus-user-agent): Use list of symbols instead of
6773         symbols.  Display full version number for (S)XEmacs.  Optionally
6774         display (S)XEmacs codename.
6775
6776         * gnus-util.el (gnus-emacs-version): Update for new
6777         `gnus-user-agent'.
6778
6779         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6780         Gnus version.
6781
6782 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6785         which is unreadable in some setups.
6786
6787 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * gnus-spec.el (gnus-update-format-specifications): Flush the
6790         group format spec cache if it doesn't support decoded group names.
6791
6792 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6795         to apply decay on score files matching a regexp.
6796
6797 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6800         compatibility in %g and %c.
6801
6802 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6805         name for only %g and %c.
6806         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6807         of gnus-tmp-group to decoded group name.
6808         (gnus-group-make-rss-group): Exclude `/'s from group names.
6809
6810 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * nnrss.el (nnrss-get-encoding): Fix regexp.
6813
6814 2004-12-27  Simon Josefsson  <jas@extundo.com>
6815
6816         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6817         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6818         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6819
6820 2004-12-17  Kim F. Storm  <storm@cua.dk>
6821
6822         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6823
6824         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6825
6826 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6827
6828         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6829
6830 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * nnrss.el: Require rfc2047 and mml.
6833         (nnrss-file-coding-system): New variable.
6834         (nnrss-format-string): Redefine it as an inline function.
6835         (nnrss-decode-group-name): New function.
6836         (nnrss-string-as-multibyte): Remove.
6837         (nnrss-retrieve-headers): Decode group name; don't use
6838         nnrss-format-string.
6839         (nnrss-request-group): Decode group name.
6840         (nnrss-request-article): Decode group name; allow a Message-ID as
6841         well as an article number; don't use nnrss-format-string; encode a
6842         Message-ID string which may contain non-ASCII characters; use
6843         mml-to-mime to compose a MIME article.
6844         (nnrss-request-expire-articles): Decode group name.
6845         (nnrss-request-delete-group): Decode group name.
6846         (nnrss-fetch): Clarify error message.
6847         (nnrss-read-server-data): Use insert-file-contents instead of load;
6848         bind file-name-coding-system; use multibyte buffer.
6849         (nnrss-save-server-data): Bind coding-system-for-write to the
6850         value of nnrss-file-coding-system; bind file-name-coding-system;
6851         add coding cookie.
6852         (nnrss-read-group-data): Use insert-file-contents instead of load;
6853         bind file-name-coding-system; use multibyte buffer.
6854         (nnrss-save-group-data): Bind coding-system-for-write to the
6855         value of nnrss-file-coding-system; bind file-name-coding-system.
6856         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6857         make it work with non-ASCII text.
6858         (nnrss-find-el): Make it work with old xml.el as well.
6859
6860 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6861
6862         * nnrss.el (nnrss-get-encoding): New function.
6863         (nnrss-fetch): Use unibyte buffer initially; bind
6864         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6865         decode contents according to the encoding attribute.
6866         (nnrss-save-group-data): Add coding cookie.
6867         (nnrss-mime-encode-string): New function.
6868         (nnrss-check-group): Use it to encode subject and author.
6869
6870 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6873         imaginary variable.
6874
6875 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6878         correctly even if there are wide characters.
6879
6880 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6883         downcased symbol names; make a new cache instead of reusing
6884         bbdb-hashtable.
6885
6886 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6889         concatenating segments rather than before concatenating them.
6890         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6891
6892         * message.el (message-get-reply-headers): Bind `extra'.
6893
6894 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * message.el (message-extra-wide-headers): New variable.
6897         (message-get-reply-headers): Use it.
6898
6899 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6902         (gnus-agent-group-pathname): Ditto.
6903
6904         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6905
6906         * gnus-group.el (gnus-group-make-group): Decode group name.
6907         (gnus-group-make-rss-group): Register the group data after opening
6908         the nnrss group.
6909
6910 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6911
6912         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6913         by expiry now get marked as read.
6914
6915 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6918
6919 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6920
6921         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6922         unify Latin characters in XEmacs.
6923         (mm-find-mime-charset-region): Use it.
6924
6925 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-util.el (gnus-delete-directory): New function.
6928
6929         * gnus-agent.el (gnus-agent-delete-group): Use it.
6930
6931         * gnus-cache.el (gnus-cache-delete-group): Use it.
6932
6933 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6936         names.
6937
6938 2004-12-16  Simon Josefsson  <jas@extundo.com>
6939
6940         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6941
6942 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6945
6946         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6947         (gnus-group-set-current-level): Decode group name.
6948
6949 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6950
6951         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6952         failed.
6953
6954 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-group.el (gnus-group-delete-group): Decode group name.
6957         (gnus-group-make-rss-group): Encode group name.
6958         (gnus-group-catchup-current): Decode group name.
6959         (gnus-group-kill-group): Decode group name.
6960
6961 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6962
6963         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6964
6965 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-group.el (gnus-group-make-rss-group):
6968         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6969
6970         * gnus-start.el (gnus-setup-news): Honor user's setting to
6971         gnus-message-archive-method.  Suggested by Lute Kamstra
6972         <lute@gnu.org>.
6973
6974 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6975
6976         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6977         global counterparts of the buffer-local variables.
6978
6979 2004-11-16  Romain Francoise  <romain@orebokech.com>
6980
6981         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6982         counterparts of the buffer-local variables.
6983
6984 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * message.el (message-forbidden-properties): Fixed typo in doc
6987         string.
6988
6989 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * gnus-util.el (gnus-replace-in-string): Added doc string.
6992
6993         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6994         to avoid problems when splitting mails with many recipients.
6995
6996 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6997
6998         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6999         pop-to-buffer, covered by the subsequent gnus-configure-windows.
7000
7001 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
7002
7003         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
7004         if there is no hashtable in memory or file modification time is
7005         newer than cached timestamp.
7006
7007 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
7010         not-matching option.
7011
7012 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
7015         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
7016         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7017         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
7018         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
7019         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
7020
7021 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * message.el (message-forward-make-body-mml): Remove headers
7024         according to message-forward-ignored-headers if a message is decoded.
7025
7026 2004-12-02  Romain Francoise  <romain@orebokech.com>
7027
7028         * message.el (message-forward-make-body-plain): Always remove
7029         headers according to message-forward-ignored-headers.
7030
7031 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * spam.el (spam-summary-prepare-exit): Remove the
7034         gnus-summary-limit pop for now, it has problems with ham marks for
7035         me.
7036
7037 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
7040         correctly.
7041
7042 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
7043
7044         * format-spec.el (format-spec): Message the char.
7045
7046 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7047
7048         * gnus-art.el (gnus-split-methods): Reformat comments.
7049
7050         * spam.el (spam-summary-prepare-exit): Remove article limits
7051         before exiting the summary buffer.
7052
7053 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * lpath.el: Remove bbdb-create-internal, bbdb-records,
7056         spam-BBDB-register-routine and spam-enter-ham-BBDB.
7057
7058         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
7059         order to silence the byte compiler.
7060
7061         * spam.el: Fix the way to silence the byte compiler, which
7062         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
7063         bbdb-search-simple, spam-BBDB-register-routine,
7064         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
7065         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
7066         spam-stat-buffer-is-spam, spam-stat-load,
7067         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
7068         spam-stat-save and spam-stat-split-fancy.
7069
7070 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7073         which may confuse users.
7074         (canlock-password-for-verify): Ditto.
7075
7076         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7077
7078         * gnus-art.el (gnus-emphasis-alist): Ditto.
7079
7080         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7081
7082         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7083
7084         * gnus-start.el (gnus-save-killed-list): Ditto.
7085
7086         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7087         (gnus-sum-thread-tree-root): Ditto.
7088         (gnus-sum-thread-tree-false-root): Ditto.
7089         (gnus-sum-thread-tree-single-indent): Ditto.
7090
7091         * message.el (message-courtesy-message): Ditto.
7092         (message-archive-note): Ditto.
7093         (message-subscribed-address-file): Ditto.
7094         (message-user-fqdn): Ditto.
7095
7096         * spam-report.el (spam-report-gmane-regex): Ditto.
7097
7098         * spam.el (spam-blackhole-good-server-regex): Ditto.
7099
7100 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * mml.el (mml-preview): Widen the message buffer before copying
7103         the contents to the preview buffer; sort headers before previewing.
7104
7105         * message.el (message-hidden-headers): Fix the way to avoid a bug
7106         in the `repeat' widget in Emacs 21.3 or earlier.
7107
7108 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * message.el (message-hidden-headers): Default to "^References:".
7111         Improve customization type.  Suggested by Reiner Steib
7112         <Reiner.Steib@gmx.de>.
7113
7114 2004-11-25  Romain Francoise  <romain@orebokech.com>
7115
7116         * message.el (message-strip-forbidden-properties): Remove check for
7117         obsolete `message-hidden' text property, hidden headers are not
7118         accessible in the buffer anymore.
7119
7120 2004-11-22  Romain Francoise  <romain@orebokech.com>
7121
7122         * message.el (message-header-format-alist): Add `From' in list
7123         so that it can be sorted.
7124         (message-fix-before-sending): Widen and sort headers before
7125         sending.
7126         (message-hide-headers): Use narrowing to hide headers by moving
7127         them to the top of the buffer and narrowing to the region
7128         underneath.
7129
7130 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7131
7132         * message.el (message-strip-forbidden-properties): Bind
7133         buffer-read-only (etc) to nil.
7134
7135 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7138         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7139
7140 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7141
7142         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7143
7144 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * dns.el (query-dns): Use sit-for to time instead of
7147         accept-process-output, since that doesn't seem to work on udp
7148         sockets.
7149
7150 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7153
7154 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7155
7156         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7157         doc string.  Improve doc string.
7158
7159 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * nntp.el (nntp-request-update-info): Return nil if
7162         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7163         may not call gnus-activate-group which uselessly issues the GROUP
7164         commands for all nntp groups and wastes time.  Reported by Romain
7165         Francoise <romain@orebokech.com>.
7166
7167         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7168
7169 2004-11-15  Simon Josefsson  <jas@extundo.com>
7170
7171         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7172         headers separately.
7173         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7174         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7175
7176 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-start.el (gnus-convert-old-newsrc):
7179         Assign legacy-gnus-agent to 5.10.7.
7180
7181 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7182
7183         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7184         start of the lines.
7185
7186 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7187
7188         * hashcash.el (hashcash-default-payment): Change default to 20
7189         (hashcash-default-accept-payment): Change default to 20
7190         (hashcash-process-alist): New variable
7191         (hashcash-generate-payment-async): Add
7192         (hashcash-already-paid-p): Add
7193         (hashcash-insert-payment): Don't generate payments twice
7194         (hashcash-insert-payment-async): Add
7195         (hashcash-insert-payment-async-2): Add
7196         (hashcash-cancel-async): Add
7197         (hashcash-wait-async): Add
7198         (hashcash-processes-running-p): Add
7199         (hashcash-wait-or-cancel): Add
7200         (mail-add-payment): New optional argument.  Conditionally start
7201         asynchronous calculation.
7202         (mail-add-payment-async): Add
7203
7204         * message.el (message-send-mail): Wait for asynchronous hashcash
7205         results.  Don't clobber existing X-Hashcash headers.
7206         (message-setup-1): Call mail-add-payment-async when
7207         message-generate-hashcash is non-nil.
7208
7209 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7210
7211         * message.el (message-use-alternative-email-as-from): Examine the
7212         From header as well; use message-make-from in order to include a
7213         user's full name.
7214
7215 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7218         default; improve customization type.
7219         (gnus-emphasis-custom-with-format): New macro.
7220         (gnus-emphasis-custom-value-to-external): New function.
7221         (gnus-emphasis-custom-value-to-internal): New function.
7222
7223 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7224
7225         * dns.el (query-dns): Resolve reverse addresses.
7226
7227 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus-group.el (gnus-group-get-new-news): Use it.
7230
7231         * gnus-start.el (gnus-check-reasonable-setup): New function.
7232
7233 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7236         "Args out of range" error.  Reported by Arnaud Giersch
7237         <arnaud.giersch@free.fr>.
7238
7239 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7240
7241         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7242
7243 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7244
7245         * spam.el (spam group): Add :version.
7246
7247         * pgg-def.el (pgg group): Add :version.
7248
7249 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-art.el (gnus-article-edit-article): Don't associate the
7252         article buffer with a draft file.  This is a temporary measure
7253         against the 2004-08-22 change to gnus-article-edit-mode.
7254
7255 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7258         (html2text-format-tags): Remove unused variable `attr'.
7259
7260 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7263
7264         * tls.el (tls-process-connection-type, tls-success)
7265         (tls-certtool-program): Add :version.
7266
7267         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7268         (starttls-extra-arguments, starttls-process-connection-type)
7269         (starttls-connect, starttls-failure, starttls-success):
7270
7271         * spam-stat.el (spam-stat): Add :version.
7272
7273         * sieve.el (sieve): Add :version.
7274
7275         * sha1.el (sha1): Add :version.
7276         (sha1-use-external): Remove redundant version.
7277
7278         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7279         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7280         (nnmail-split-fancy-match-partial-words)
7281         (nnmail-split-lowercase-expanded): Add :version.
7282
7283         * nndiary.el (nndiary): Add :version.
7284
7285         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7286
7287         * mml-sec.el (mml-default-sign-method)
7288         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7289         Add :version.
7290
7291         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7292
7293         * mm-url.el (mm-url-use-external, mm-url-program)
7294         (mm-url-arguments): Add :version.
7295
7296         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7297         (mm-attachment-file-modes, mm-decrypt-option)
7298         (mm-w3m-safe-url-regexp): Add :version.
7299
7300         * message.el (message-cite-prefix-regexp)
7301         (message-sendmail-envelope-from, message-minibuffer-local-map)
7302         (message-user-fqdn, message-completion-alist): Add :version.
7303
7304         * gnus-win.el (gnus-configure-windows-hook)
7305         (gnus-use-frames-on-any-display): Add :version.
7306
7307         * gnus-art.el (gnus-article-address-banner-alist)
7308         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7309         (gnus-treat-from-picon, gnus-treat-mail-picon)
7310         (gnus-treat-x-pgp-sig): Add :version.
7311
7312         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7313         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7314         (gnus-summary-article-delete-hook)
7315         (gnus-summary-display-while-building): Add :version.
7316
7317         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7318         (gnus-get-top-new-news-hook):Add :version.
7319
7320         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7321         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7322
7323         * gnus-registry.el (gnus-registry): Add :version.
7324
7325         * gnus-spec.el (gnus-use-correct-string-widths)
7326         (gnus-make-format-preserve-properties): Add :version.
7327
7328         * gnus.el (gnus-group-charter-alist)
7329         (gnus-group-fetch-control-use-browse-url)
7330         (gnus-install-group-spam-parameters): Add :version.
7331
7332         * gnus-diary.el (gnus-diary): Add :version.
7333
7334         * gnus-delay.el (gnus-delay): Add :version.
7335
7336         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7337         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7338         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7339         Add :version.
7340
7341         * gnus-agent.el (gnus-agent-max-fetch-size)
7342         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7343         (gnus-agent-prompt-send-queue): Add :version.
7344
7345         * deuglify.el (gnus-outlook-deuglify): Add :version.
7346
7347         * html2text.el: Beautify code.  Improve doc strings.  Some
7348         checkdoc cleanup.
7349         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7350
7351 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7352
7353         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7354
7355 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7358         when package is loaded.
7359
7360         * spam.el (spam-summary-score-preferred-header): Add global preference
7361         for people who want to override the default SpamAssassin over
7362         Bogofilter preference (when both are set).
7363         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7364         (spam-user-format-function-S): Check
7365         spam-summary-score-preferred-header.
7366         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7367         (spam-user-format-function-S): Format the score correctly.
7368
7369 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7372         signature file.  Suggested by Manoj Srivastava
7373         <srivasta@golden-gryphon.com>.
7374
7375         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7376         iso-2022-jp even in the Japanese language environment.
7377         Suggested by Jason Rumney <jasonr@gnu.org>.
7378
7379 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7382         use the same characters as the dummy marks; make it free from
7383         getting affected by the language environment.
7384         (gnus-summary-read-group-1): Update mark positions only when the
7385         format spec is updated.
7386
7387         * gnus-spec.el (gnus-update-format-specifications): Return a list
7388         of updated types.
7389
7390 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7393         of boundp to check if display-warning is available.
7394
7395 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7396
7397         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7398
7399 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * nnspool.el (nnspool-spool-directory): Use news-path if the
7402         news-directory variable is not bound.
7403
7404         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7405         function instead of display-warning if it is not available.
7406
7407 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7410         v5-10: Use `point-at-bol'.
7411
7412 2004-10-26  Simon Josefsson  <jas@extundo.com>
7413
7414         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7415         <chenggao@gmail.com>.
7416
7417 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7420         instead.
7421
7422 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7425         to remove a server from the nnimap-server-buffer-alist.
7426         (nnimap-open-connection, nnimap-close-server): Use it.
7427
7428         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7429
7430 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7433         running the major-mode function.
7434
7435 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7438         dummy marks in the right way.
7439
7440 2004-10-18  David Edmondson  <dme@dme.org>
7441
7442         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7443         excessively.
7444
7445 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7446
7447         * gnus-util.el (gnus-split-references): Accept a nil references
7448         string and go on blissfully.
7449
7450         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7451         cases where the references string is non-nil but has no references.
7452
7453         * encrypt.el: Add autoload tags.
7454
7455         * spam.el (spam-resolve-registrations-routine): Remove article
7456         from unregistration list too.  Reported by David Hanak
7457         <dhanak@isis.vanderbilt.edu>
7458
7459 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7462         nil.  Changed custom type.
7463
7464 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7467
7468         * gnus-sum.el (gnus-summary-move-article): Use it.
7469
7470 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * encrypt.el: Add autoload cookies.
7473
7474         * spam.el (spam-backend-article-list-property)
7475         (spam-backend-get-article-todo-list)
7476         (spam-backend-put-article-todo-list, )
7477         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7478         Resolve registrations separately.
7479         (spam-register-routine): Format comments.
7480         (spam-unregister-routine, spam-register-routine): Always call with
7481         specific-articles, no default list.
7482         (spam-summary-prepare-exit): Use the spam-classifications function.
7483
7484         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7485         gnus-encrypt.el.
7486
7487         * encrypt.el: copied from gnus-encrypt.el
7488
7489         * gnus-encrypt.el: commented that it's obsolete
7490
7491 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7494         (gnus-score-save): Use it.
7495
7496         * message.el (message-bury): Use `window-dedicated-p'.
7497
7498 2004-10-15  Simon Josefsson  <jas@extundo.com>
7499
7500         * pop3.el (top-level): Don't require nnheader.
7501         (pop3-read-timeout): Add.
7502         (pop3-accept-process-output): Add.
7503         (pop3-read-response, pop3-retr): Use it.
7504
7505 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7506
7507         * spam.el (spam-register-routine): Move comment.
7508         (spam-verify-bogofilter): Use 'unknown for the initial
7509         spam-bogofilter-valid state, not 'never.
7510
7511         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7512         for netrc-machine.
7513
7514         * nnimap.el (nnimap-open-connection): Use
7515         netrc-machine-user-or-password.
7516
7517 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7518
7519         * gnus-registry.el (gnus-registry-unload-hook):
7520         Set as a variable with add-hook.
7521
7522         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7523         of news-path.
7524
7525         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7526
7527         * spam.el: Delete duplicate `provide'.
7528         (spam-unload-hook): Set as a variable with add-hook.
7529
7530 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7531
7532         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7533         in the doc string.
7534
7535         * message.el (message-ignored-news-headers)
7536         (message-ignored-supersedes-headers)
7537         (message-ignored-resent-headers)
7538         (message-forward-ignored-headers): Improve custom type.
7539
7540 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * message.el (message-tokenize-header): Fix 2004-09-06 change
7543         which used point-min in the wrong place.
7544
7545 2004-10-12  Simon Josefsson  <jas@extundo.com>
7546
7547         * tls.el (tls-certtool-program): New variable.
7548         (tls-certificate-information): New function, based on
7549         ssl-certificate-information.
7550
7551 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * compface.el: Move the version of ELisp-based uncompface program
7554         to the contrib directory because of the copyright problem.
7555
7556 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * message.el (message-kill-buffer): Raise the current frame.
7559
7560 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7563
7564         * gnus.el (message-y-or-n-p): Autoload.
7565
7566         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7567         (pop3-password-required, pop3-authentication-scheme)
7568         (pop3-leave-mail-on-server): Made customizable.
7569         (pop3): New custom group.
7570         (pop3-retr): Remove `sleep-for' statements.
7571         Suggested by Dave Love <fx@gnu.org>.
7572
7573         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7574         Windows/DOS.
7575
7576         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7577         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7578         Dave Love <fx@gnu.org>.
7579
7580         * mml.el (mml-minibuffer-read-disposition): Require match.
7581         Suggested by Dave Love <fx@gnu.org>.
7582
7583 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7586         doc string.
7587
7588 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7591
7592 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7593
7594         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7595         instead of calling `mm-insert-inline', to decode text/* parts
7596         before displaying them.
7597
7598 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * mm-uu.el (mm-uu-text-plain-type): New variable.
7601         (mm-uu-pgp-signed-extract-1): Use it.
7602         (mm-uu-pgp-encrypted-extract-1): Use it.
7603         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7604         bind mm-uu-text-plain-type with that value.
7605         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7606         mm-uu-dissect.
7607
7608 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-group.el (gnus-update-group-mark-positions):
7611         * gnus-sum.el (gnus-update-summary-mark-positions):
7612         * message.el (message-check-news-body-syntax):
7613         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7614         of string-as-multibyte.
7615
7616 2004-10-05  Juri Linkov  <juri@jurta.org>
7617
7618         * gnus-group.el (gnus-update-group-mark-positions):
7619         * gnus-sum.el (gnus-update-summary-mark-positions):
7620         * message.el (message-check-news-body-syntax):
7621         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7622         8-bit unibyte values to a multibyte string for search functions.
7623
7624 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7627         (mm-uu-dissect-text-parts): New function.
7628
7629         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7630         dissect text parts.
7631
7632         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7633         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7634
7635         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7636
7637         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7638         gnus-current-topics instead of gnus-current-topic.
7639
7640 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7641
7642         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7643
7644 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7645
7646         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7647         where approriate.
7648
7649         * nnml.el (nnml-generate-active-info): do.
7650
7651         * nndiary.el (nndiary-generate-active-info): do.
7652
7653         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7654         (gnus-topic-move): do.
7655
7656         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7657         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7658
7659         * gnus-srvr.el (gnus-server-prepare)
7660         (gnus-server-open-all-servers): do.
7661
7662         * gnus-msg.el (gnus-summary-cancel-article)
7663         (gnus-summary-resend-message)
7664         (gnus-summary-mail-crosspost-complaint): do.
7665
7666         * gnus-move.el (gnus-change-server): do.
7667
7668         * gnus-group.el (gnus-group-unmark-all-groups)
7669         (gnus-group-set-current-level): do.
7670
7671 2004-10-04  Simon Josefsson  <jas@extundo.com>
7672
7673         * message.el (message-generate-hashcash): Doc fix.
7674
7675 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7676
7677         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7678         avoid infinite recursion via gnus-get-function.
7679
7680 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7681
7682         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7683
7684         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7685
7686         * nnmail.el (nnmail-split-history): do.
7687
7688         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7689         (nnml-request-delete-group): do.
7690
7691         * nnslashdot.el (nnslashdot-read-groups): do.
7692
7693         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7694         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7695
7696         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7697         (nnspool-sift-nov-with-sed): Use last
7698         (nnspool-retrieve-headers-with-nov): Use mapc.
7699         (nnspool-request-newgroups): Use dolist.
7700         (nnspool-request-group): Use last.
7701
7702         * nntp.el (nntp-read-server-type): Use dolist.
7703
7704         * nnvirtual.el (nnvirtual-create-mapping)
7705         (nnvirtual-update-read-and-marked): Use dolist.
7706         (nnvirtual-convert-headers): Simplify.
7707
7708 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7709
7710         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7711         support for sync'ing tick marks.
7712
7713 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7716         there's no visible header.
7717
7718 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7719
7720         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7721         necessary, pass full group name to gnus-request-set-marks.
7722
7723 2004-10-01  Simon Josefsson  <jas@extundo.com>
7724
7725         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7726         acroread.
7727
7728 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * spam-report.el (spam-report-gmane): Fix interactive.
7731
7732         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7733
7734         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7735         when writing file.
7736         (gnus-agent-synchronize-flags): Don't default to being
7737         interactive.
7738
7739 2004-09-30  Simon Josefsson  <jas@extundo.com>
7740
7741         * message.el (message-generate-hashcash): Add.
7742         (message-send-mail): Use it, call mail-add-payment.
7743
7744 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7745
7746         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7747
7748 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7749
7750         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7751         gnus-requst-update-info with explicit code to sync the in-memory
7752         info read flags with the marks being sync'd to the backend.
7753
7754         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7755
7756 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7757
7758         * spam.el (spam-verify-bogofilter): Add new function.
7759         (spam-check-bogofilter)
7760         (spam-bogofilter-register-with-bogofilter): Use it.
7761         (spam-verify-bogofilter): Add small fixes.
7762
7763 2004-09-28  Simon Josefsson  <jas@extundo.com>
7764
7765         * hashcash.el (hashcash-generate-payment): Revert.
7766
7767 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7768
7769         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7770         gnus-extract-references instead of gnus-split-references.
7771
7772         * gnus-util.el (gnus-extract-references): Add new function, analogous
7773         to gnus-split-references but extracts only the message-ID without
7774         anything extra.
7775
7776         * hashcash.el (hashcash-generate-payment)
7777         (hashcash-check-payment): Do the right thing if hashcash-path is
7778         nil (because the hashcash program could not be found).
7779
7780         * spam.el (spam-use-hashcash): Remove comment.
7781
7782 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7783
7784         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7785         (gnus-cache-enter-article, gnus-cache-remove-article)
7786         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7787
7788         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7789
7790         * gnus-art.el (article-hide-boring-headers)
7791         (article-translate-strings, article-display-face)
7792         (gnus-article-mime-match-handle-first)
7793         (gnus-article-highlight-headers)
7794         (gnus-article-add-buttons-to-head): do.
7795
7796 2004-09-27  Simon Josefsson  <jas@extundo.com>
7797
7798         * hashcash.el: New version, from
7799         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7800         ../contrib/.
7801
7802 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7805
7806 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7807
7808         * gnus-dup.el (gnus-dup-open): Use mapc.
7809         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7810
7811         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7812         Reported by Stefan Wiens <s.wi@gmx.net>.
7813
7814         * gnus.el (gnus-shutdown): Use dolist.
7815
7816         * gnus-undo.el (gnus-undo): Use mapc.
7817
7818         * nnrss.el (nnrss-generate-active): do.
7819
7820         * message.el (message-cite-original-without-signature)
7821         (message-cite-original): Use mapc.
7822         (message-do-actions, message-make-forward-subject): Use dolist.
7823
7824 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7825
7826         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7827         deletion to remove entire duplicate line.  Fixes merged article
7828         number bug.
7829
7830 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7831
7832         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7833         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7834         first ask if you want to open a server and then, even when you
7835         responded with no, asking if you want to synchronize the server's
7836         flags.
7837         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7838         multi-line expressions.
7839         (gnus-agent-synchronize-group-flags): New internal function.
7840         Updates marks in memory (in the info structure) AND in the
7841         backend.
7842
7843         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7844
7845         * nnagent.el (nnagent-request-set-mark): Use
7846         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7847         method, to ensure that synchronization updates marks in the
7848         backend and in the info (in memory) structure.
7849
7850 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7853         convention fully; don't miss the root article of a thread; make
7854         the X-Draft-From header with correct article numbers.
7855
7856 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7857
7858         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7859         unless plugged.  Disable the agent so that an open failure causes
7860         an error.
7861
7862         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7863         Reverted 2004-09-21 change.  The backend must be opened while
7864         synchronizing flags even when the backend stores the flags
7865         locally.
7866
7867 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7870         in `header' match.  Reported by Svend Tollak Munkejord.
7871
7872         * message.el (message-cite-original): Fix use of
7873         `message-cite-articles-with-x-no-archive'.
7874
7875 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7878         (gnus-window-to-buffer): Ditto.
7879
7880         * mml.el (mml-preview-buffer): New variable.
7881         (mml-preview): Manage window layout with gnus-buffer-configuration.
7882
7883         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7884         X-Draft-From header even if those articles aren't quoted.
7885
7886 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7887
7888         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7889         (gnus-request-set-mark, gnus-request-update-mark): Use new
7890         g-s-t-u-l-m to decide to use backend even when unplugged.
7891
7892 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7895         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7896
7897 2004-09-20  Simon Josefsson  <jas@extundo.com>
7898
7899         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7900         "utf-16-le".
7901
7902 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7903
7904         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7905
7906 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * uudecode.el (uudecode-use-external): Add :version.
7909
7910         * smime.el (smime-CA-file, smime-encrypt-cipher)
7911         (smime-dns-server): Add :version.
7912
7913         * smiley.el (gnus-smiley-file-types): Add :version.
7914
7915         * sha1.el (sha1-use-external): Add :version.
7916
7917         * pgg-def.el (pgg-query-keyserver): Add :version.
7918
7919         * nnmail.el (nnmail-fancy-expiry-targets)
7920         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7921         Add :version.
7922
7923         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7924         (nnimap-retrieve-groups-asynchronous): Add :version.
7925         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7926
7927         * mml.el (mml-content-disposition-parameters)
7928         (mml-insert-mime-headers-always): Add :version.
7929
7930         * mm-util.el (mm-coding-system-priorities): Add :version.
7931
7932         * mm-decode.el (mm-inline-text-html-with-images)
7933         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7934         (mm-verify-option): Add :version.
7935         (mm-text-html-renderer): Change :version.
7936
7937         * message.el (message-fcc-externalize-attachments)
7938         (message-required-headers, message-draft-headers)
7939         (message-subject-trailing-was-query)
7940         (message-subject-trailing-was-ask-regexp)
7941         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7942         (message-mark-insert-end, message-archive-header)
7943         (message-archive-note, message-cross-post-default)
7944         (message-cross-post-note, message-followup-to-note)
7945         (message-cross-post-note-function, message-use-mail-followup-to)
7946         (message-subscribed-address-functions)
7947         (message-subscribed-address-file, message-subscribed-addresses)
7948         (message-subscribed-regexps, message-allow-no-recipients)
7949         (message-yank-cited-prefix, message-signature-insert-empty-line)
7950         (message-hidden-headers, message-hierarchical-addresses)
7951         (message-mail-user-agent, message-use-idna)
7952         (message-valid-fqdn-regexp)
7953         (message-strip-special-text-properties, message-header-synonyms)
7954         (message-beginning-of-line, message-tab-body-function): Add :version.
7955         (message-insert-canlock, message-wide-reply-confirm-recipients):
7956         Change :version.
7957
7958         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7959         and :version.
7960         (mail-source-delete-old-incoming-confirm)
7961         (mail-source-movemail-program): Add :version.
7962
7963         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7964         (gnus-agent-cache, gnus-agent): Change :version.
7965
7966         * gnus-util.el (gnus-use-byte-compile): Change :version.
7967
7968         * gnus-sum.el (gnus-summary-make-false-root-always)
7969         (gnus-summary-default-high-score)
7970         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7971         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7972         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7973         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7974         (gnus-sum-thread-tree-single-indent)
7975         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7976         (gnus-sum-thread-tree-leaf-with-other)
7977         (gnus-sum-thread-tree-single-leaf): Add :version.
7978         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7979         (gnus-article-loose-mime): Change :version.
7980
7981         * gnus-start.el (gnus-backup-startup-file)
7982         (gnus-save-startup-file-via-temp-buffer): Add :version.
7983
7984         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7985         (gnus-server-offline-face): Add :version.
7986
7987         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7988
7989         * gnus-msg.el (gnus-gcc-externalize-attachments)
7990         (gnus-debug-files, gnus-debug-exclude-variables)
7991         (gnus-discouraged-post-methods): Change :version.
7992         (gnus-confirm-mail-reply-to-news)
7993         (gnus-confirm-treat-mail-like-news): Add :version.
7994
7995         * gnus-int.el (gnus-server-unopen-status): Add :version.
7996
7997         * gnus-group.el (gnus-group-jump-to-group-prompt)
7998         (gnus-large-ephemeral-newsgroup)
7999         (gnus-fetch-old-ephemeral-headers): Add :version.
8000
8001         * gnus-fun.el (gnus-x-face-directory)
8002         (gnus-convert-pbm-to-x-face-command)
8003         (gnus-convert-image-to-x-face-command)
8004         (gnus-convert-image-to-face-command): Add :version.
8005
8006         * gnus-delay.el (gnus-delay-default-hour): Add :version.
8007
8008         * gnus-cite.el (gnus-cite-blank-line-after-header)
8009         (gnus-article-boring-faces): Add :version.
8010
8011         * gnus-art.el (gnus-buttonized-mime-types)
8012         (gnus-inhibit-mime-unbuttonizing)
8013         (gnus-treat-display-face)
8014         (gnus-treat-body-boundary): Change :version.
8015         (gnus-body-boundary-delimiter, gnus-picon-databases)
8016         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
8017         (gnus-treat-date-english, gnus-treat-fold-headers)
8018         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
8019         (gnus-treat-mail-picon, gnus-treat-wash-html)
8020         (gnus-article-encrypt-protocol)
8021         (gnus-use-idna, gnus-article-over-scroll)
8022         (gnus-mime-display-multipart-alternative-as-mixed)
8023         (gnus-mime-display-multipart-related-as-mixed)
8024         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
8025         (gnus-ctan-url, gnus-button-ctan-handler)
8026         (gnus-button-handle-ctan-bogus-regexp)
8027         (gnus-button-ctan-directory-regexp)
8028         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
8029         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
8030         (gnus-button-man-level, gnus-button-emacs-level)
8031         (gnus-button-message-level, gnus-button-browse-level): Add :version.
8032
8033         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
8034         (gnus-agent-go-online): Change :version.
8035         (gnus-agent-expire-unagentized-dirs)
8036         (gnus-agent-auto-agentize-methods): Add :version.
8037
8038         * flow-fill.el (fill-flowed-display-column)
8039         (fill-flowed-encode-column): Add :version.
8040
8041         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8042         (gnus-outlook-deuglify-unwrap-max)
8043         (gnus-outlook-deuglify-cite-marks)
8044         (gnus-outlook-deuglify-unwrap-stop-chars)
8045         (gnus-outlook-deuglify-no-wrap-chars)
8046         (gnus-outlook-deuglify-attrib-cut-regexp)
8047         (gnus-outlook-deuglify-attrib-verb-regexp)
8048         (gnus-outlook-deuglify-attrib-end-regexp)
8049         (gnus-outlook-display-hook): Add :version.
8050
8051         * binhex.el (binhex-use-external): Add :version.
8052
8053 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
8056         and `invisible'.
8057
8058 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8059
8060         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
8061         in gnus-registry-trim.
8062
8063 2004-09-13  Simon Josefsson  <jas@extundo.com>
8064
8065         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
8066
8067         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
8068
8069         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8070         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8071         <yamaoka@jpl.org>.
8072         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8073         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8074         <yamaoka@jpl.org>.
8075
8076         * sieve.el (sieve-manage-mode): Ditto.
8077
8078 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8081
8082 2004-09-11  Simon Josefsson  <jas@extundo.com>
8083
8084         * dns-mode.el: Add.
8085
8086         * mm-view.el (mm-display-dns-inline): Add.
8087
8088         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8089         (mm-automatic-display): Ditto.
8090
8091         * mailcap.el (mailcap-mime-data): Add text/dns.
8092         (mailcap-mime-extensions): Map .soa to text/dns.
8093
8094 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8095
8096         * gnus-art.el (article-decode-mime-words, article-babel)
8097         (gnus-article-highlight-signature, gnus-article-add-buttons)
8098         (gnus-signature-toggle): Remove unnecessary bindings of
8099         `inhibit-read-only' inherited from v5.10 merge.
8100
8101 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * nntp.el (nntp): New customization group.
8104         (nntp-authinfo-file): Add customization group.
8105
8106         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8107
8108         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8109
8110         * gnus.el (to-address, to-list, subscribed)
8111         (large-newsgroup-initial): Ditto.
8112
8113         * flow-fill.el (fill-flowed-display-column)
8114         (fill-flowed-encode-column): Ditto.
8115
8116 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8117
8118         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8119         Use point-min rather than 1.
8120         (message-send-mail): Use buffer-size rather than point-max.
8121
8122         * gnus-sum.el (gnus-summary-search-article-forward):
8123         Signal a specific `search-failed' rather than a generic `error'.
8124
8125         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8126         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8127         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8128
8129 2004-09-10  Simon Josefsson  <jas@extundo.com>
8130
8131         * nndb.el (require): Remove tcp and duplicate cl.
8132
8133 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-agent.el (directory-files-and-attributes): Move forward.
8136
8137 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8138
8139         * gnus-agent.el (directory-files-and-attributes): Optionally
8140         defined to support XEmacs.
8141
8142 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8143
8144         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8145         to avoid run-time CL dependencies.
8146         (gnus-agent-unfetch-articles): New function.
8147         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8148         article numbers even when local .overview file is missing.
8149         (gnus-agent-read-article-number): New function. Only accepts
8150         27-bit article numbers.
8151         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8152         gnus-agent-read-article-number.
8153         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8154         from backend while recognizing that article numbers in .overview
8155         must be valid.
8156         (gnus-agent-update-files-total-fetched-for): Use
8157         directory-files-and-attributes to improve performance.
8158         * gnus-int.el (gnus-request-move-article): Use
8159         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8160         improve performance.
8161
8162         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8163         some users confused by references to .newsrc when they only have a
8164         .newsrc.eld file.
8165         (gnus-convert-mark-converter-prompt,
8166         gnus-convert-converter-needs-prompt): Fixed use of property list.
8167         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8168         New function. Used internally to only display 'gnus converting
8169         files' message when actually necessary.
8170
8171         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8172         methods now autoloaded.
8173
8174 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8177         identifiers.
8178
8179 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gnus-picon.el: Fix indentation and closing parenthesis.
8182
8183 2004-09-01  Simon Josefsson  <jas@extundo.com>
8184
8185         * message.el (message-canlock-generate): Require sha1, not
8186         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8187         to require within a function.  Sadly, if sha1.el isn't loaded, the
8188         let binding in m-c-g will hide the defcustom definition, which is
8189         bad.)
8190
8191         * canlock.el: Require sha1, not sha1-el.
8192
8193         * message.el: Don't autoload sha1 (there is a autoload cookie in
8194         sha1.el).
8195
8196         * sha1-el.el: Renamed to sha1.el.
8197
8198 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8199
8200         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8201
8202 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8203
8204         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8205
8206 2004-08-30  Kim F. Storm  <storm@cua.dk>
8207
8208         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8209
8210         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8211         Add :group 'nnimap.
8212
8213 2004-08-30  Andreas Schwab  <schwab@suse.de>
8214
8215         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8216         ?* and ?\;.
8217
8218         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8219         and ?\' to symbol instead of whitespace.
8220
8221 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8224
8225         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8226         instead of re-search-forward.
8227
8228         * gnus-uu.el (gnus-uu-save-article): Ditto.
8229         (gnus-uu-post-encode-uuencode): Ditto.
8230
8231         * html2text.el (html2text-clean-list-items): Ditto.
8232         (html2text-clean-dtdd): Ditto.
8233         (html2text-format-tags): Ditto.
8234
8235         * message.el (message-send-mail-with-sendmail): Fix regexp.
8236         (message-fill-field-general): Use search-forward instead of
8237         re-search-forward.
8238         (unbold-region): Ditto.
8239
8240         * nnrss.el (nnrss-request-article): Ditto.
8241
8242         * nnslashdot.el (nnslashdot-request-article): Ditto.
8243
8244         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8245
8246         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8247         "Unrecognized menu descriptor" error in XEmacs.
8248
8249 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8250
8251         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8252         parent article of a sparse article in the thread hashtb.
8253
8254 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8255
8256         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8257         (nnmail-expand-newtext): Lowercase expanded entries if
8258         nnmail-split-lowercase-expanded is non-nil.
8259
8260 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8263         entry.
8264
8265         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8266         of gnus-tmp-news-method into string under XEmacs.  It will be
8267         passed to gnus-correct-length which takes only a string argument.
8268
8269 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-util.el (gnus-bind-print-variables): New macro.
8272         (gnus-prin1): Use it.
8273         (gnus-prin1-to-string): Use it.
8274         (gnus-pp): New function.
8275         (gnus-pp-to-string): New function.
8276
8277         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8278         pp-to-string with gnus-pp-to-string.
8279         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8280         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8281         * gnus-msg.el (gnus-debug): Ditto.
8282         * gnus-score.el (gnus-score-save): Ditto.
8283         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8284         gnus-pp-to-string.
8285         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8286         with gnus-pp.
8287         * score-mode.el (gnus-score-pretty-print): Ditto.
8288         * webmail.el (webmail-debug): Ditto.
8289
8290 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (article-display-face, article-display-x-face): Use
8293         buffer-read-only.
8294
8295 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-art.el (article-hide-list-identifiers): Bind
8298         inhibit-read-only as t.
8299
8300 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8303
8304 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8305
8306         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8307         (gnus-narrow-to-page): Don't assume point-min == 1.
8308         (gnus-article-edit-mode): Derive from message-mode.
8309
8310         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8311         point-min == 1.
8312
8313         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8314         Disable incorrect use of `assert'.
8315
8316         * message.el (message-mode): Set comment-start-skip.
8317
8318
8319 2004-08-22  Sam Steingold  <sds@gnu.org>
8320
8321         * pop3.el (pop3-leave-mail-on-server): New user variable.
8322         (pop3-movemail): Delete mail only when it is nil.
8323
8324 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8327
8328         * mml.el (mml-preview): Use `pop-to-buffer'.
8329
8330         * message.el (message-goto-mail-followup-to): Insert after "To".
8331         (message-carefully-insert-headers): Add comment.
8332
8333         * gnus.el: Remove unused variable `gnus-article-check-size'.
8334
8335         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8336
8337         * gnus-art.el (gnus-button-alist): Improve
8338         `gnus-button-handle-library' entry.
8339
8340 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8341
8342         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8343         downcase, since XEmacs capitalizes error messages differently.
8344
8345 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8346
8347         * nntp.el: Add (require 'gnus) due to reference to
8348         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8349
8350 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8351
8352         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8353         `mm-fill-flowed'.
8354
8355         * mm-decode.el (mm-dissect-singlepart): Check it.
8356
8357 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8358
8359         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8360         'imap' for netrc parsing.
8361
8362 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * mailcap.el (mailcap-mime-data): Mark as risky.
8365
8366 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8369         may be included in the encoded word.
8370         (rfc2047-encode): Don't append a space if the encoded word
8371         includes close parenthesis.
8372
8373 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8376         of text within parentheses.
8377
8378 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8379
8380         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8381         (gnus-encrypt-write-file-contents): Make the password key the file
8382         name PLUS the cipher, not just the cipher.  Also remove failed
8383         passwords from the cache.
8384
8385 2004-08-06  Simon Josefsson  <jas@extundo.com>
8386
8387         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8388         fix.
8389
8390 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8393         LWSP.
8394
8395 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8398         to append in-reply-to: data to the references: header.
8399
8400         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8401         (netrc-parse): Use gnus-encrypt.el functions.
8402
8403         * gnus-encrypt.el: Add new file for encryption support; currently
8404         does only a few GPG ciphers and an internal XOR cipher.
8405
8406         * password.el: Add comments on using password-read-and-add.
8407         (password-read-and-add): Add function to read and add the
8408         password to the cache at once.
8409
8410 2004-07-28  Simon Josefsson  <jas@extundo.com>
8411
8412         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8413         parameter (but don't use it, for now).
8414
8415         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8416         instead of hard coding to nil.
8417
8418 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8421         as mm-inline-image-xemacs does.
8422
8423 2004-07-26  Simon Josefsson  <jas@extundo.com>
8424
8425         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8426         Revert part of 2004-07-17 change below.
8427
8428 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8431         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8432
8433 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434
8435         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8436         quotes that actually start with ">" at the beginning of the
8437         lines.
8438
8439 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * rfc2047.el (rfc2047-encode-region): Fix last change.
8442         (rfc2047-encode-parameter): Remove useless concat.
8443
8444 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8447         encode special characters; fix some kind of misconfigured headers;
8448         signal a real error if debug-on-quit or debug-on-error is non-nil.
8449         (rfc2047-encode-max-chars): New variable.
8450         (rfc2047-encode-1): Use it.
8451         (rfc2047-encode-parameter): New function.
8452
8453         * mml.el (mml-insert-parameter): Remove an excessive space.
8454
8455 2004-07-17  Simon Josefsson  <jas@extundo.com>
8456
8457         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8458         Kai Grossjohann <kai@emptydomain.de>.
8459         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8460         (gnus-group-make-menu-bar): Ditto.
8461
8462         * gnus-util.el (gnus-group-server): Add.
8463
8464 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8465
8466         * message.el (message-clone-locals): Clone sendmail and smtp
8467         variables.
8468
8469 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * rfc2047.el (rfc2047-encode-region): Fix last change.
8472
8473 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8476         characters as non-special.
8477
8478 2004-07-09  Simon Josefsson  <jas@extundo.com>
8479
8480         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8481         Users will lose all flag changes made while unplugged with
8482         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8483         good default.  See numerous reports on ding mailing list.
8484
8485 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8488         add generate-head-function and generate-article-function to the
8489         rfc822-forward entry.
8490         (nndoc-rfc822-forward-generate-article): New function.
8491         (nndoc-rfc822-forward-generate-head): New function.
8492
8493         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8494
8495 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8496
8497         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8498         respect display group parameter and gnus-summary-expunge-below.
8499         (gnus-articles-to-read): Remove unused reference to display group
8500         parameter.
8501
8502 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * nnheader.el (nnheader-uniquify-message-id): New experimental
8505         variable.
8506         (nnheader-nov-read-message-id): Use it.
8507
8508         * spam-report.el (spam-report-gmane): Add interactive.
8509
8510 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8513         qp-or-base64 for the application/* types.
8514
8515 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8516
8517         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8518
8519 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8520
8521         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8522         trim value.
8523
8524 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8525
8526         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8527         New macro and function.
8528         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8529
8530 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8533         after-load-alist.
8534
8535 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8538         update info that isn't there.
8539
8540 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8541
8542         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8543         entry.
8544
8545 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-view.el (mm-inline-render-with-function): Use multibyte
8548         buffer; decode html source by charset.
8549
8550         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8551
8552         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8553         Mule-UCS is loaded under XEmacs.
8554         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8555
8556 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8557
8558         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8559
8560 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * mm-util.el (mm-coding-system-p): Return a coding-system.
8563         (mm-mime-mule-charset-alist): Use shift_jis instead of
8564         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8565         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8566         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8567         instead of japanese-shift-jis and iso-latin-1 respectively in
8568         order to share the default value with both Emacs and XEmacs-mule.
8569         (mm-mule-charset-to-mime-charset): Make
8570         mm-coding-system-priorities effective.
8571         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8572         while predicating of candidates upon the priorities.
8573
8574 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8575
8576         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8577         gnus-uu-invert-processable.
8578
8579         * gnus.el: Autoload gnus-uu-invert-processable.
8580
8581 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * mm-util.el (mm-with-multibyte-buffer): New macro.
8584
8585         * rfc2047.el (rfc2047-encode-string): Use it.
8586         (rfc2047-encode-region): Move point to the end of the region after
8587         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8588
8589 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8592         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8593
8594 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8597         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8598         Karl Chen <quarl@nospam.quarl.org>.
8599
8600 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8601
8602         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8603         invalid addresses.
8604
8605 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * spam.el: Change section markers, revise TODO list.
8608         (spam-backends): Make new master list of all installed backends.
8609         (spam-summary-exit-behavior): Add new variable to determine how
8610         messages moves are done at summary exit.
8611         (spam-move-spam-nonspam-groups-only)
8612         (spam-process-ham-in-nonham-groups)
8613         (spam-process-ham-in-spam-groups): Remove variables, the
8614         spam-summary-exit-behavior variable should be used to manage this
8615         behavior.
8616         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8617         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8618         and spam-old-spam-articles.
8619         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8620         Add empty variables, placeholders for the backends they represent.
8621         (spam-set-difference): Move, unchanged.
8622         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8623         unless the user has a processor variable.
8624         (spam-classifications, spam-classification-valid-p)
8625         (spam-backend-properties, spam-backend-property-valid-p)
8626         (spam-backend-function-type-valid-p)
8627         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8628         (spam-report-articles-gmane, spam-report-articles-resend):
8629         Remove functions, they are not needed.
8630         (spam-install-backend-super, spam-backend-list)
8631         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8632         (spam-backend-function, spam-backend-ham-registration-function)
8633         (spam-backend-spam-registration-function)
8634         (spam-backend-ham-unregistration-function)
8635         (spam-backend-spam-unregistration-function)
8636         (spam-backend-statistical-p, spam-backend-mover-p)
8637         (spam-install-backend-alias, spam-install-checkonly-backend)
8638         (spam-install-mover-backend, spam-install-nocheck-backend)
8639         (spam-install-backend, spam-install-statistical-backend)
8640         (spam-install-statistical-checkonly-backend): Add backend installation
8641         support.
8642         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8643         (spam-group-processor-p): Use the new backend code and respect the
8644         summary exit behavior.
8645         (spam-mark-spam-as-expired-and-move-routine): Remove.
8646         (spam-summary-prepare): Change to use the new spam-old-articles
8647         variable.
8648         (spam-copy-or-move-routine, spam-copy-spam-routine)
8649         (spam-move-spam-routine, spam-copy-ham-routine)
8650         (spam-move-ham-routine): Add code to copy/move ham or spam.
8651         (spam-fetch-field-fast): Improve doc and code, plus allow the
8652         'number request.
8653         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8654         variables.
8655         (spam-split, spam-find-spam): Use the new backend code.
8656         (spam-registration-functions): Remove variable.
8657         (spam-unregister-routine): Add convenience wrapper.
8658         (spam-log-undo-registration, spam-register-routine)
8659         (spam-log-processing-to-registry)
8660         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8661         where possible.
8662         (spam-check-gmane-xref, spam-check-regex-headers)
8663         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8664         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8665         (spam-check-bogofilter-headers, spam-check-spamoracle)
8666         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8667         (spam-check-crm114-headers): Use the spam-split-group that
8668         spam-split prepares, no need to determine it every time.
8669
8670         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8671         to the nnheader-parse-naked-head call.
8672
8673         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8674
8675         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8676         the nnheader-nov-read-message-id call.
8677
8678 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8681         gnus-activate-group twice.  Suggested by Markus Peter
8682         <warp@spin.de>.
8683
8684 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-time-format): Exchange the order of
8687         day and month in the default value; fix customization type.
8688         (article-date-ut): Use add-text-properties.
8689         (article-make-date-line): Use message-make-date instead of
8690         current-time-string.
8691
8692         * message.el (message-fetch-field): Don't use set-text-properties.
8693         (message-make-date): Simplify.
8694
8695         * messagexmas.el (message-xmas-make-date): New function.
8696         (message-xmas-redefine): Defalias message-make-date to it.
8697
8698 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8701         (rfc2047-encode-region): Treat text within parentheses as special;
8702         show the original text when error has occurred.
8703
8704         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8705         already-computed method to gnus-activate-group.
8706
8707         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8708         same select-methods identical Lisp objects.
8709
8710         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8711         object when modifying the info.
8712
8713 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8716         gnus-opened-servers since it has never been opened with the new
8717         configuration yet.
8718
8719 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8722         arg to nnheader-generate-fake-message-id.
8723
8724 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8725
8726         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8727         number and build a fake message ID localized to a group and
8728         article number (so it's repeatable from that point on).
8729         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8730         ID format.
8731
8732         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8733         nnheader-generate-fake-message-id with the article number.
8734
8735 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8736
8737         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8738         end-of-buffer.
8739
8740 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741
8742         * message.el (message-ignored-supersedes-headers): Add Approved.
8743
8744 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8747         goto-char.
8748         (rfc2047-encode): Fold the line before encoding.
8749
8750 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8751
8752         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8753         folding -- not all headers can be folded, and this should be done
8754         by the message composition mode.  Probably.  I think.
8755
8756 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8759         fast.
8760
8761         * gnus-ems.el (gnus-remove-image): Don't use
8762         message-text-with-property; remove only the image found first.
8763
8764         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8765         found first.
8766
8767 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8768
8769         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8770
8771 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * message.el (message-text-with-property): Make it fast and accept
8774         optional arguments.
8775         (message-strip-forbidden-properties): Use it.
8776         (message-fix-before-sending): Follow the m-t-w-p change.
8777
8778         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8779
8780 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-art.el (article-hide-headers): Don't change the buffer
8783         mistakenly when performing mml-preview even if
8784         gnus-single-article-buffer is nil.
8785
8786 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8787
8788         * message.el (message-expand-name-databases): New user option.
8789         (message-expand-name): Use it.
8790
8791 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8792
8793         * spam.el (spam-report-articles-resend)
8794         (spam-report-resend-register-routine): Allow ham reporting.
8795         (spam-report-resend-register-ham-routine): Add wrapper.
8796         (spam-registration-functions): Add ham resending functions.
8797         (spam-list-of-processors): Add ham resend processor.
8798
8799         * gnus.el (ham-resend-to): Add new group parameter.
8800         (spam-process): Add ham resend option.
8801
8802         * spam-report.el (spam-report-resend): Allow reporting ham.
8803         (spam-report-resend-ham): Add wrapper.
8804
8805 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * message.el (message-cite-articles-with-x-no-archive): New
8808         variable.
8809         (message-cite-original): Use it.
8810
8811 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * message.el (message-cite-original): Respect X-No-Archive.
8814
8815 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-art.el (article-hide-headers): Refer to the values for
8818         gnus-ignored-headers and gnus-visible-headers in the summary
8819         buffer since a user may have set them as group parameters.
8820
8821 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8822
8823         * assistant.el (assistant-node-name): Add convenience function.
8824         (assistant-render-text, assistant-render-node): Add error handling,
8825         plus handle multiple next nodes.
8826         (assistant-find-next-node): Comment out for now.
8827         (assistant-find-next-nodes): Add function, returns list of next
8828         nodes.
8829
8830 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * mail-source.el (mail-source-directory): Fix doc-string.
8833
8834 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8835
8836         * assistant.el (assistant-render-text, assistant-eval): Add :set
8837         widget type, which is different because it takes and returns a
8838         list.  Much hilarity ensues.
8839
8840 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8843
8844         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8845         doc-string.
8846
8847         * gnus-start.el (gnus-activate-group): Added doc-string.
8848
8849 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8852
8853 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8854
8855         * assistant.el (assistant-render-text): Try to add a :set
8856         widget, more to come.
8857
8858         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8859         strings.
8860         (spam-report-articles-resend)
8861         (spam-register-routine): Do registration iff any articles warrant
8862         it.
8863         (spam-summary-prepare-exit): Change log message for nil group
8864         destinations.
8865
8866 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8867
8868         * spam.el (spam-report-resend-register-routine): Allow
8869         spam-report-resend-to to be a group parameter or a global value.
8870
8871 2004-05-26  Simon Josefsson  <jas@extundo.com>
8872
8873         * starttls.el: Merge with my GNUTLS based starttls.el.
8874         (starttls-gnutls-program, starttls-use-gnutls)
8875         (starttls-extra-arguments, starttls-process-connection-type)
8876         (starttls-connect, starttls-failure, starttls-success): New
8877         variables.
8878         (starttls-program, starttls-extra-args): Doc fix.
8879         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8880         functions.
8881         (starttls-negotiate, starttls-open-stream): Check
8882         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8883         function if it is set.
8884
8885 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8888         structured fields.
8889
8890 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8893
8894 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8895
8896         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8897         variable.
8898         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8899         assigning the spam-mark to new messages.
8900
8901 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8902
8903         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8904
8905 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8908
8909         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8910         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8911         default.
8912
8913 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8914
8915         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8916         correct data.
8917
8918 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8919
8920         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8921         (spam-group-processor-p): Fix function.
8922         (spam-group-processor-multiple-p)
8923         (spam-group-spam-processor-report-gmane-p)
8924         (spam-group-spam-processor-report-resend-p)
8925         (spam-group-spam-processor-bogofilter-p)
8926         (spam-group-spam-processor-blacklist-p)
8927         (spam-group-spam-processor-ifile-p)
8928         (spam-group-ham-processor-ifile-p)
8929         (spam-group-spam-processor-spamoracle-p)
8930         (spam-group-spam-processor-crm114-p)
8931         (spam-group-ham-processor-bogofilter-p)
8932         (spam-group-spam-processor-stat-p)
8933         (spam-group-ham-processor-stat-p)
8934         (spam-group-ham-processor-whitelist-p)
8935         (spam-group-ham-processor-BBDB-p)
8936         (spam-group-ham-processor-spamoracle-p)
8937         (spam-group-ham-processor-copy-p): Remove functions with some
8938         prejudice against unneeded code.
8939         (spam-report-articles-resend)
8940         (spam-report-resend-register-routine): Allow the group/topic
8941         spam-resend-to value to override spam-report-resend-to.
8942         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8943         properly now.
8944
8945         * gnus.el (spam-resend-to): Add group/topic parameter.
8946         (spam-process): Move the OBSOLETE processors to the end of the
8947         choices.
8948
8949 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8950
8951         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8952         with resend-to set to nil, and then ask the user if necessary.
8953         (spam-report-resend): spam-report-resend takes a list of articles, not
8954         separate article numbers.
8955
8956 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8959         addition to emacs-w3m.
8960
8961 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * assistant.el (assistant-authinfo-data): New function.
8964         (assistant-eval): Eval for entire assistant.
8965
8966         * netrc.el (netrc-services-file): New variable.
8967         (netrc-parse-services): New function.
8968         (netrc-find-service-name): New function.
8969         (netrc-find-service-number): New function.
8970         (netrc-port-equal): New function.
8971         (netrc-machine): Use it.
8972
8973         * nnimap.el (nnimap-open-connection): Use netrc.
8974
8975         * gnus-util.el (gnus-netrc-get): Remove aliases.
8976
8977         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8978
8979         * assistant.el (wid-edit): Fix compilation.
8980
8981         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8982
8983 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8984
8985         * gnus-util.el (gnus-set-file-modes): New function.  (small
8986         patch).
8987
8988 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8991
8992         * assistant.el (assistant-render-node): Fix up rendering and
8993         read-only text.
8994         (assistant-render-node): Reset.
8995         (assistant-make-read-only): Not sticky.
8996
8997 2004-05-20  Danny Siu  <dsiu@adobe.com>
8998
8999         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9000         centered even when gnus-auto-center-summary is t
9001
9002 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003
9004         * dns.el (dns-get-txt-answer): New function.
9005         (dns-read-txt): Ditto.
9006         (query-dns): Use it.
9007
9008 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
9011         active for foreign groups even if the group level is higher than
9012         the specified value.
9013
9014 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
9017         non-active groups.
9018
9019         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
9020
9021 2004-05-20  Magnus Henoch  <mange@freemail.hu>
9022
9023         * dns.el (dns-read-type): Add support for SVR.  (small patch)
9024
9025 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
9028         (spam-crm114-header, spam-crm114-spam-switch)
9029         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
9030         (spam-crm114-positive-spam-header)
9031         (spam-crm114-database-directory, spam-list-of-processors)
9032         (spam-group-spam-processor-crm114-p)
9033         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
9034         (spam-generic-score, spam-list-of-checks)
9035         (spam-list-of-statistical-checks, spam-registration-functions)
9036         (spam-check-crm114-headers, spam-crm114-score)
9037         (spam-check-crm114, spam-crm114-register-with-crm114)
9038         (spam-crm114-register-spam-routine)
9039         (spam-crm114-unregister-spam-routine)
9040         (spam-crm114-register-ham-routine)
9041         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
9042         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
9043
9044         * gnus.el: Add spam-use-crm114.
9045
9046         * spam.el (spam-list-of-processors, spam-registration-functions):
9047         Add spam-use-resend.
9048         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
9049         (spam-report-articles-gmane): Add doc fix.
9050         (spam-report-articles-resend,
9051         spam-report-resend-register-routine): Add wrappers around
9052         spam-report-resend-to.
9053
9054         * spam-report.el (spam-report-resend-to, spam-report-resend):
9055         Add support for resending spam.
9056         (spam-report-gmane): Fix line length >80.
9057
9058         * gnus.el (spam-process): Add spam-use-resend.
9059
9060 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9061
9062         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
9063         number of processed spam messages.
9064         (spam-ham-copy-or-move-routine): Return the number of processed
9065         ham messages.
9066         (spam-summary-prepare-exit): Use the above values to decide
9067         whether status messages shouled be displayed.
9068
9069 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9072         `rfc2047-encoding-function-alist' in order to avoid conflicting
9073         with the old version.
9074         (rfc2047-encode-region): Concatenate words containing non-ASCII
9075         characters in structured fields; don't encode space-delimited
9076         ASCII words even in unstructured fields; don't break words at
9077         char-category boundaries.
9078         (rfc2047-encode-1): New function.
9079         (rfc2047-encode): Use it; encode text so that it occupies the
9080         maximum width within 76-column; work correctly on Q encoding for
9081         iso-2022-* charsets.
9082         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9083         sure not to break a line just after the header name.
9084         (rfc2047-b-encode-region): Removed.
9085         (rfc2047-b-encode-string): New function.
9086         (rfc2047-q-encode-region): Removed.
9087         (rfc2047-q-encode-string): New function.
9088
9089         * mm-util.el (mm-replace-in-string): New function.
9090
9091 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9094         get it right.
9095         (gnus-inews-make-draft): Really.
9096
9097 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9098
9099         * nnmh.el (nnmh-request-list-1): Don't check the link count
9100         before descending.  (small patch)
9101
9102 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9105         stuff.
9106
9107         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9108         on real group name.
9109
9110         * gnus-art.el (gnus-signature-limit): Doc fix.
9111
9112         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9113
9114         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9115
9116 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9117
9118         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9119         isn't a string.
9120
9121 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-draft.el (gnus-draft-send): Bind
9124         rfc2047-encode-encoded-words.
9125
9126         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9127         (rfc2047-encodable-p): Say that =? needs encoding.
9128         (rfc2047-encode-encoded-words): New variable.
9129
9130         * gnus-group.el (gnus-group-select-group): Doc fix.
9131
9132         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9133
9134         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9135         to nil.
9136
9137         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9138
9139         * nnheader.el (nnheader-get-lines-and-char): New function.
9140
9141 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-msg.el (gnus-summary-followup-with-original): Document
9144         yanking of region when active.
9145
9146 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9149         groups if the group level is higher than the specified value.
9150
9151 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9154         (gnus-group-jump-to-group): Added prefix argument using
9155         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9156         non-active group.
9157
9158         * compface.el (uncompface): Be verbose when changing
9159         `uncompface-use-external'.
9160
9161         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9162         handle manual section.
9163
9164 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * gnus-art.el (gnus-button-alist): Revert previous change.
9167
9168 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9171
9172 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9175         whether backend can accept message.
9176
9177         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9178
9179 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9180
9181         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9182         Avoid creating directory when nntp-marks-is-evil is true.
9183         Reported by Reiner Steib.
9184
9185 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-picon.el (gnus-picon-style): New variable.
9188         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9189         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9190         Jesper Harder <harder@ifa.au.dk>.
9191
9192 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * message.el (message-fill-field): Return point.
9195         (message-generate-headers): Go to end of field.
9196
9197         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9198         stuff for non-living groups.
9199
9200 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9201
9202         * gnus-art.el (gnus-article-followup-with-original)
9203         (gnus-article-reply-with-original): gnus-mark-active-p ->
9204         gnus-region-active-p.
9205
9206 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9207
9208         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9209         only when there is spam or ham to be processed.
9210
9211 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * mail-source.el (mail-source-delete-crash-box): Refactor.
9214         (mail-source-fetch): Use it.
9215         (mail-source-fetch-file): Ditto.
9216         (mail-source-fetch-directory): Run postscript in loop.
9217         (mail-source-fetch-pop): Delete.
9218         (mail-source-fetch-maildir): Ditto.
9219         (mail-source-fetch-imap): Ditto.
9220
9221         * imap.el (imap-authenticators): Comment out sasl.
9222
9223         * message.el (message-skip-to-next-address): New function.
9224         (message-fill-header-address): Refactor.
9225         (message-fill-address): Use it.
9226         (message-delete-address): Use it.
9227         (message-fill-header-general): Refactor.
9228         (message-fill-field-address): Rename.
9229         (message-narrow-to-field): Find the start of the header.
9230         (message-header-format-alist): Don't pre-fill.
9231         (message-fill-header): Removed.
9232         (message-insert-header): New function.
9233         (message-shorten-references): Use it.
9234
9235         * rfc2047.el (rfc2047-field-value): Strip props.
9236
9237         * mail-parse.el (mail-header-make-address): New alias.
9238
9239         * ietf-drums.el (ietf-drums-make-address): New function.
9240
9241         * imap.el: Add compiler directives.
9242
9243         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9244
9245         * gnus-art.el (article-decode-idna-rhs): Don't use
9246         message-idna-inside-rhs-p.
9247
9248 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * message.el (message-idna-inside-rhs-p): Removed.
9251         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9252
9253         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9254         false positives.
9255
9256 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9257
9258         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9259
9260 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * nneething.el (nneething-file-name): Don't create spurions
9263         files.
9264
9265         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9266         (gnus-inews-do-gcc): Remove sleep.
9267
9268         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9269         part under point.
9270
9271         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9272         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9273
9274 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9275
9276         * spam.el (spam-summary-prepare-exit): Fixed (length).
9277
9278 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9279
9280         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9281         as expired without moving it" message when there are spam
9282         messages left.
9283
9284 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9285
9286         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9287         header is not nil.
9288
9289 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9290
9291         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9292         nntp-possibly-create-directory, not nntp-possibly-change-group.
9293         (nntp-marks-changed-p): New arg SERVER.
9294         (nntp-request-update-info): Adjust caller.
9295
9296 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9297
9298         * nntp.el (nntp-save-marks): Pass missing arg.
9299
9300 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9301
9302         * nntp.el: Support marks.
9303         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9304         (nntp-marks-modtime, nntp-marks-directory): New variables.
9305         (nntp-request-set-mark, nntp-request-update-info)
9306         (nntp-possibly-create-directory, nntp-marks-changed-p)
9307         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9308         functions.
9309
9310 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9311
9312         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9313         (gnus-xmas-redefine): Rename.
9314
9315         * gnus-score.el (gnus-score-insert-help): Use
9316         gnus-select-lowest-window.
9317
9318         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9319         appt-select-lowest-window and rename to gnus-select-lowest-window.
9320
9321         * gnus.el: do.
9322
9323 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9324
9325         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9326         encodings of MIME-encoded words, in order to improve
9327         interoperability with several broken MUAs.
9328
9329 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9330
9331         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9332         tags, only when charsets are not specified in headers.
9333         (mm-inline-text-html-render-with-w3m): Ditto.
9334
9335         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9336         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9337
9338 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9339
9340         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9341         instead of MIME-decoded from fields when checking
9342         `gnus-article-address-banner-alist'.
9343
9344 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9345
9346         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9347         description rather than subject.
9348
9349 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9350
9351         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9352
9353 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * gnus.el (gnus-version-number): Bump.
9356
9357 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9358
9359         * gnus.el: No Gnus v0.2 is released.
9360
9361 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * gnus-agent.el (gnus-agent-read-agentview): Inline
9364         gnus-uncompress-range.
9365
9366 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9367
9368         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9369         `exec-installed-p'.
9370
9371 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9372
9373         * gnus.el (spam-process, spam-autodetect-methods): Add
9374         bsfilter and bsfilter-headers.
9375
9376         * spam.el (spam-bsfilter): New customize group.
9377         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9378         (spam-bsfilter-header, spam-bsfilter-probability-header)
9379         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9380         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9381         (spam-bsfilter-database-directory): New options.
9382         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9383         (spam-list-of-statistical-checks, spam-registration-functions):
9384         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9385         (spam-bsfilter-score): New command.
9386         (spam-check-bsfilter-headers, spam-check-bsfilter)
9387         (spam-bsfilter-register-with-bsfilter)
9388         (spam-bsfilter-register-spam-routine)
9389         (spam-bsfilter-unregister-spam-routine)
9390         (spam-bsfilter-register-ham-routine)
9391         (spam-bsfilter-unregister-ham-routine): New functions.
9392         (spam-generic-score): Support bsfilter; Accept an optional argument
9393         to recalcurate spam score even if scoring header has already been
9394         added.
9395         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9396         optional argument to recalcurate spam score even if scoring header
9397         has already been added.
9398
9399 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9400
9401         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9402         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9403         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9404         link is missing.
9405
9406 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9407
9408         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9409         (html2text-get-attr): Rewrite.
9410
9411         * message.el (message-setup-1): Remove redundant put-text-property
9412         on mail-header-separator.
9413
9414 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9415
9416         * gnus-registry.el (gnus-registry-cache-whitespace)
9417         (gnus-registry-action, gnus-registry-spool-action)
9418         (gnus-registry-split-fancy-with-parent): Change message levels
9419         from 5 to 3 or 7, as needed.
9420
9421         * spam.el (spam-summary-prepare-exit)
9422         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9423         (spam-split, spam-find-spam, spam-log-undo-registration)
9424         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9425         level from 5 to 6.
9426
9427 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9430         2004-03-04 change).
9431
9432 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9433
9434         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9435         Use mapc when appropriate.
9436
9437         * sieve-manage.el (sieve-manage-open): do.
9438
9439         * nnweb.el (nnweb-insert-html): do.
9440
9441         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9442         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9443
9444         * nnspool.el (nnspool-request-group): do.
9445
9446         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9447         do.
9448
9449         * nnml.el (nnml-request-update-info): do.
9450
9451         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9452         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9453
9454         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9455         (nnimap-request-set-mark): do.
9456
9457         * nnfolder.el (nnfolder-request-update-info): do.
9458
9459         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9460         do.
9461
9462         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9463
9464         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9465
9466         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9467         do.
9468
9469         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9470         do.
9471
9472         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9473
9474         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9475
9476         * gnus-int.el (gnus-start-news-server): do.
9477
9478         * gnus-group.el (gnus-group-make-kiboze-group)
9479         (gnus-group-browse-foreign-server): do.
9480
9481 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9482
9483         FIXME: Make separate entries for each person.
9484
9485         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9486         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9487         <shields@msrl.com>:
9488
9489         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9490         may need for spam sorting and scoring.
9491         (spam-user-format-function-S): Add user format function suitable for
9492         general use.
9493         (spam-article-sort-by-spam-status): Add sorting function for summary
9494         sorting.
9495         (spam-extra-header-to-number): Add function to get a score from a
9496         header.
9497         (spam-summary-score): Add function to  get a numeric score from the
9498         headers.
9499         (spam-generic-score): Fixed function doc, was in wrong place.
9500         (spam-initialize): Take symbols when it's run, and install the
9501         extra headers that spam-necessary-extra-headers thinks we need.
9502
9503 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9506         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9507
9508 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9509
9510         * gnus-sum.el (gnus-set-global-variables)
9511         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9512         (gnus-article-get-xrefs, gnus-summary-best-group)
9513         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9514         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9515         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9516         with-current-buffer.
9517
9518 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9519
9520         * spam.el (spam-summary-prepare-exit): Simplify logic.
9521         (spam-fetch-article-header): Read the article header if it's not
9522         available.
9523         (spam-list-articles): Simplify logic.
9524         (spam-filelist-register-routine): Fix bug with unregister-list.
9525
9526         * gnus-registry.el: Fix comments at beginning.
9527
9528 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9529
9530         * message.el (message-cater-to-broken-inn): Remove.
9531         (message-shorten-references): Make sure the total folded length of
9532         References is shorter than 998 characters to cater to a bug in INN
9533         2.3.  Also, don't pretend that references aren't folded -- this
9534         hasn't worked for a while.
9535
9536 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9537
9538         * gnus-agent.el (gnus-agentize):
9539         gnus-agent-send-mail-real-function no longer set to current value
9540         of message-send-mail-function but rather a lambda that calls
9541         message-send-mail-function.  The change makes the agent real-time
9542         responsive to user changes to message-send-mail-function.
9543
9544 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9545
9546         * legacy-gnus-agent.el
9547         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9548         help from Florian Weimer <fw@deneb.enyo.de>
9549
9550 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * nnmail.el (nnmail-cache-insert): Revert last change.
9553
9554 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * nnmail.el (nnmail-cache-insert): Always check whether
9557         nnmail-cache-ignore-groups matches a group name.
9558
9559 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9562         (spam-find-spam, spam-log-processing-to-registry)
9563         (spam-log-registered-p, spam-log-unregistration-needed-p)
9564         (spam-log-undo-registration): Use gnus-message instead of
9565         gnus-error, none of these errors are fatal.
9566
9567         * gnus-registry.el (gnus-registry-clean-empty-function)
9568         (gnus-registry-clean-empty): Remove only empty entries without
9569         extra data.
9570
9571 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9572
9573         * spam-stat.el (spam-stat-buffer-change-to-spam)
9574         (spam-stat-buffer-change-to-non-spam): Change (error) to
9575         (gnus-message 8) invocation.
9576
9577 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * nntp.el (nntp-via-netcat-command): New variable.
9580         (nntp-via-netcat-switches): New variable.
9581         (nntp-open-via-rlogin-and-netcat): New function.
9582         (nntp-open-connection-function): Doc fix.
9583         (nntp-telnet-command): Doc fix.
9584         (nntp-end-of-line): Doc fix.
9585         (nntp-via-rlogin-command): Doc fix.
9586         (nntp-via-user-name): Doc fix.
9587         (nntp-via-address): Doc fix.
9588
9589 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9592         error in Emacs 21.1.
9593
9594 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9597
9598 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9599         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9600         (gnus-agent-with-refreshed-group): New macro.
9601         (gnus-agent-rename-group): New function.
9602         (gnus-agent-delete-group): New function.
9603         (gnus-agent-save-group-info): Use gnus-command-method when
9604         `method' parameter is nil.  Don't write nil entries into the
9605         active file.
9606         (gnus-agent-get-group-info): New function.
9607         (gnus-agent-fetch-articles): Use
9608         gnus-agent-update-files-total-fetched-for to increment disk space
9609         used.
9610         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9611         gnus-agent-update-view-total-fetched-for to increment disk space
9612         used.
9613         (gnus-agent-get-local): Added optional parameters to avoid calling
9614         gnus-group-real-name and gnus-find-method-for-group.
9615         (gnus-agent-set-local): Delete stored entry if either min, or max,
9616         are nil.
9617         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9618         quit, use gnus-agent-regenerate-group to record existance of any
9619         articles fetched to disk before the quit occurred.
9620         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9621         gnus-agent-update-view-total-fetched-for, and
9622         gnus-agent-update-files-total-fetched-for to decrement disk space
9623         used.
9624         (gnus-agent-retrieve-headers): Use
9625         gnus-agent-update-view-total-fetched-for to increment disk space
9626         used.
9627         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9628         with gnus-agent-update-files-total-fetched-for to decrement disk
9629         space and fresh group buffer.
9630         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9631         (gnus-agent-need-update-total-fetched-for): New variable.
9632         (gnus-agent-update-files-total-fetched-for): New function.
9633         (gnus-agent-update-view-total-fetched-for): New function.
9634         (gnus-agent-total-fetched-for): New function.
9635
9636         * gnus-cache.el (gnus-cache-save-buffers): Use
9637         gnus-cache-update-overview-total-fetched-for to change disk space
9638         used by this group.
9639         (gnus-cache-possibly-enter-article): Use
9640         gnus-cache-update-file-total-fetched-for to increment disk space
9641         used by this group.
9642         (gnus-cache-possibly-remove-article): Use
9643         gnus-cache-update-file-total-fetched-for to decrement disk space
9644         used by this group.
9645         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9646         (gnus-cache-rename-group): New function.
9647         (gnus-cache-delete-group): New function.
9648         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9649         (gnus-cache-need-update-total-fetched-for): New variable.
9650         (gnus-cache-with-refreshed-group): New macro.
9651         (gnus-cache-update-file-total-fetched-for): New function.
9652         (gnus-cache-update-overview-total-fetched-for): New function.
9653         (gnus-cache-rename-group-total-fetched-for): New function.
9654         (gnus-cache-delete-group-total-fetched-for): New function.
9655         (gnus-cache-total-fetched-for): New function.
9656
9657         * gnus-group.el: Require gnus-sum and autoload functions to
9658         resolve warnings when gnus-group.el compiled alone.
9659         (gnus-group-line-format): Documented new %F
9660         (size of Fetched data) group line format; identifies disk space
9661         used by agent and cache.
9662         (gnus-group-line-format-alist): Defined new F format.
9663         (gnus-total-fetched-for): New function.
9664         (gnus-group-delete-group): No longer update
9665         gnus-cache-active-altered as gnus-request-delete-group now keeps
9666         the cache in sync.
9667         (gnus-group-list-active): Let the agent store a server's active
9668         list if currently plugged.
9669
9670         * gnus-int.el (gnus-request-delete-group): Use
9671         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9672         local disk in sync with the server.
9673          (gnus-request-rename-group): Use
9674         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9675         local disk in sync with the server.
9676
9677         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9678         simplification to logic.
9679
9680         * gnus-util.el (gnus-rename-file): New function.
9681
9682 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9683
9684         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9685
9686 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9687
9688         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9689         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9690
9691 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9692
9693         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9694         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9695
9696 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9697
9698         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9699
9700 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9701
9702         * spam.el (spam-set-difference): Add function to replace
9703         gnus-set-difference in spam.el.
9704         (spam-summary-prepare-exit): Use spam-set-difference.
9705
9706 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9707
9708         * gnus-registry.el (gnus-registry-cache-file): Update to use
9709         gnus-dribble-directory OR gnus-home-directory OR ~.
9710         (gnus-registry-split-fancy-with-parent): Fix doc.
9711
9712 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * message.el (message-exchange-point-and-mark): Use
9715         message-mark-active-p.  Suggested by Jesper Harder
9716         <harder@ifa.au.dk>.
9717
9718 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * message.el (message-exchange-point-and-mark): Don't activate
9721         region if it was inactive.  Suggested by Hiroshi Fujishima
9722         <pooh@nature.tsukuba.ac.jp>.
9723
9724 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-art.el (article-display-face): Display Faces in the same
9727         order as X-Faces.
9728
9729 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9732
9733 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9736         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9737         (gnus-article-mime-hierarchy): Remove.
9738         (gnus-article-mime-hierarchy-next): Remove.
9739         (gnus-article-mode): Revert 2004-03-19 change.
9740         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9741         (gnus-insert-mime-button): Revert 2004-03-19 change.
9742         (gnus-mime-accumulate-hierarchy): Remove.
9743         (gnus-mime-enter-multipart): Remove.
9744         (gnus-mime-leave-multipart): Remove,
9745         (gnus-mime-display-part): Revert 2004-03-19 change.
9746         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9747
9748         * mml.el (mml-preview): Revert 2004-03-19 change.
9749
9750 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9751
9752         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9753
9754 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9757         t while entering a file name using the mm-with-multibyte macro.
9758         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9759
9760         * mm-util.el (mm-with-multibyte): New macro.
9761
9762 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9765         user option.
9766         (gnus-mime-multipart-functions): Doc and customization fix.
9767         (gnus-article-mime-hierarchy): New variable.
9768         (gnus-article-mime-hierarchy-next): New variable.
9769         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9770         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9771         gnus-article-mime-hierarchy-next to nil.
9772         (gnus-insert-mime-button): Show hierarchy numbers.
9773         (gnus-mime-accumulate-hierarchy): New function.
9774         (gnus-mime-enter-multipart): New function.
9775         (gnus-mime-leave-multipart): New function.
9776         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9777         (gnus-mime-display-alternative): Show hierarchy numbers.
9778
9779         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9780         gnus-article-mime-hierarchy-next to nil.
9781
9782 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9783
9784         * dns.el: Don't require gnus-xmas.
9785
9786 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9787
9788         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9789         inline PGP.
9790         (mml-menu): Disable mml-quote-region if mark is inactive.
9791
9792 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9795         when the group's active is not available.
9796
9797 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9800         error.
9801
9802 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * imap.el (imap-store-password): New variable.
9805         (imap-interactive-login): Use it.
9806         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9807
9808 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9811         window-start and hscroll to summary window.
9812
9813 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9814
9815         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9816         conversion message to newsrc-dribble when an actual conversion is
9817         performed.
9818
9819 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9820
9821         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9822
9823 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-decode.el (mm-complicated-handles): New function reviving
9826         former definition of mm-multiple-handles.
9827
9828         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9829         (gnus-mime-delete-part): Use it.
9830
9831 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9832
9833         * gnus-agent.el (gnus-agent-read-local): Bind
9834         nnheader-file-coding-system to gnus-agent-file-coding-system to
9835         avoid the implicit assumption that they will always be equal.
9836         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9837         coding-system-for-write, as the with-temp-file macro first prints
9838         to a buffer then saves the buffer.
9839
9840 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * gnus-art.el (gnus-article-edit-part): New function.
9843         (gnus-mime-save-part-and-strip): Use it; do query instead of
9844         signaling an error; don't use mm-multiple-handles.
9845         (gnus-mime-delete-part): Ditto.
9846
9847 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9848
9849         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9850         old file versions.
9851         (gnus-group-prepare-hook): Removed function that converted list
9852         form of gnus-agent-expire-days to group properties.
9853
9854         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9855         (gnus-request-accept-article): Re-indented.
9856
9857         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9858         converters to handle old agent file formats.  Added logic for a
9859         "backup before upgrading warning".
9860         (gnus-convert-mark-converter-prompt): Developers can mark
9861         functions as needing (default), or not needing,
9862         gnus-convert-old-newsrc's "backup before upgrading warning".
9863         (gnus-convert-converter-needs-prompt): Tests whether the user
9864         should be protected from potentially irreversable changes by the
9865         function.
9866
9867         * legacy-gnus-agent.el (): New. Provides converters that are only
9868         loaded when gnus-convert-old-newsrc needs to call them.
9869
9870 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * mail-source.el (mail-source-touch-pop): Doc fix.
9873
9874         * message.el (message-smtpmail-send-it): Doc fix.
9875
9876 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9877
9878         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9879
9880         * nnmail.el (nnmail-split-fancy): do.
9881
9882         * gnus-kill.el (gnus-kill, gnus-execute): do.
9883
9884 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9885
9886         * gnus-sum.el (gnus-widget-reversible-match)
9887         (gnus-widget-reversible-to-internal)
9888         (gnus-widget-reversible-to-external): New functions.
9889         (gnus-widget-reversible): New widget.
9890         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9891
9892 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9893
9894         * gnus-sum.el (gnus-thread-sort-functions)
9895         (gnus-article-sort-functions): Document `(not F)' items.
9896
9897 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9898
9899         * spam.el (spam-use-gmane-xref): Add new backend.
9900         (spam-gmane-xref-spam-group): Add variable to control the name of the
9901         Gmane spam group.
9902         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9903         (spam-regex-headers-spam, spam-regex-headers-ham)
9904         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9905         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9906         backends and checks.
9907         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9908
9909         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9910         an autodetect method.
9911
9912 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9913
9914         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9915         articles are being added to a group.
9916         (gnus-request-replace-article): Inform the agent that articles
9917         need to be uncached as the cached contents are no longer valid.
9918
9919 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * binhex.el: Don't autoload executable-find.
9922
9923         * canlock.el: Don't autoload mail-fetch-field.
9924
9925         * dgnushack.el: Autoload c-mode for XEmacs.
9926
9927         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9928
9929         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9930         rmail-dont-reply-to and rmail-output.
9931
9932         * gnus-score.el: Don't autoload ffap-string-at-point.
9933
9934         * gnus-setup.el: Don't autoload sc-cite-original.
9935
9936         * imap.el: Don't autoload base64-decode-string,
9937         base64-encode-string and md5.
9938
9939         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9940         and rmail-msg-restore-non-pruned-header.
9941
9942         * mm-decode.el: Don't autoload executable-find.
9943
9944         * mm-url.el: Don't autoload executable-find.
9945
9946         * mm-view.el: Don't autoload diff-mode.
9947
9948         * nndb.el: Don't autoload news-reply-mode, news-setup,
9949         cancel-timer and telnet.
9950
9951         * password.el: Don't autoload run-at-time for Emacs.
9952
9953         * sha1-el.el: Don't autoload executable-find.
9954
9955         * sieve-mode.el: Don't autoload c-mode.
9956
9957         * uudecode.el: Don't autoload executable-find.
9958
9959 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9960
9961         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9962         (gnus-agent-possibly-alter-active): Avoid null in numeric
9963         comparison.
9964         (gnus-agent-set-local): Refuse to save null in local object table.
9965         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9966         list of articles that will be marked as unread.
9967
9968 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9971
9972 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9973
9974         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9975         language tags.
9976
9977 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9978
9979         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9980         Don't bind "obarray".
9981
9982         * gnus-sum.el (gnus-thread-sort-functions): Added
9983         `gnus-thread-sort-by-most-recent-number' and
9984         `gnus-thread-sort-by-most-recent-date'.
9985         Reported by Kai Grossjohann <kai@emptydomain.de>.
9986
9987 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9990
9991 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9992
9993         * gnus-cus.el (gnus-agent-customize-category): Removed
9994         ignore-errors macro reference that required cl to be loaded at
9995         run-time.
9996
9997         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9998         single-interval range of the form (min . max).  Previously the
9999         range had to look like ((min . max)).  Likewise, return
10000         (min . max) rather than ((min . max)).
10001         (gnus-range-map): Use gnus-range-normalize to accept
10002         single-interval range.
10003
10004         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10005         the cache, but not the agent, now appear with their usual face.
10006
10007         * dgnushack.el (loaddir): New variable that is bound to the
10008         directory containing the dgnushack.el file. Use loaddir, rather
10009         than srcdir, to update load-path. Change lets dgnushack compile
10010         code in directories other than GNUS/lisp.
10011
10012 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * lpath.el: Don't bind w3m-safe-url-regexp.
10015
10016         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10017         w3m-safe-url-regexp variable buffer-local.
10018
10019         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10020
10021 2004-02-27  Simon Josefsson  <jas@extundo.com>
10022
10023         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10024         gnus-group-real-prefix.
10025         (gnus-summary-move-article): Use it, instead of
10026         gnus-group-real-prefix.
10027
10028 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * lpath.el: Bind w3m-safe-url-regexp.
10031
10032         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
10033         w3m-safe-url-regexp variable buffer-local and set it as the value
10034         of mm-w3m-safe-url-regexp.
10035
10036         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10037
10038         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
10039         parsing gnus-posting-styles when the message is not for replying.
10040
10041         * dgnushack.el: Autoload sgml-mode for XEmacs.
10042
10043         * nnrss.el (nnrss-opml-export): Use
10044         mm-set-buffer-file-coding-system instead of
10045         set-buffer-file-coding-system.
10046
10047 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
10048
10049         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
10050         of checkdoc.el).
10051         * nnrss.el: do.
10052         * gnus-mlspl.el: do.
10053         * gnus-ml.el: do.
10054         * gnus-srvr.el: do.
10055
10056         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
10057
10058 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10059
10060         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
10061         Corrections to custom-manual links.
10062
10063         * gnus-art.el (gnus-article): Ditto.
10064
10065         * mm-decode.el (mime-display, mime-security): Ditto.
10066
10067 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10068
10069         * flow-fill.el: Typo.
10070
10071 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10072
10073         * spam-wash.el: New file.
10074
10075 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10076
10077         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10078
10079 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10082         to be run with new-articles as LIST1, not LIST2.
10083         (spam-registration-functions): Add spam-use-ham-copy as a nil
10084         registration backend.
10085
10086 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10087
10088         * spam-stat.el (spam-stat-washing-hook): New option.
10089         (spam-stat-buffer-words): Use it.
10090         (spam-stat-process-directory, spam-stat-test-directory): Use
10091         insert-file-contents-literally.
10092         (spam-stat-coding-system): New variable.
10093         (spam-stat-load, spam-stat-save): Use it.
10094
10095 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * spam-report.el (spam-report-plug-agent): Quote
10098         spam-report-url-to-file and spam-report-url-ping-plain.
10099
10100 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10103         / in mailto URLs.
10104
10105 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * spam-report.el (spam-report-process-queue): Fix interactive use.
10108         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10109         (spam-report-unplug-agent): Doc fixes.
10110         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10111         (spam-report-agentize, spam-report-deagentize): Autoload
10112
10113 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10116
10117         * message.el (message-setup-fill-variables): Add mml tags to
10118         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10119         <ajk@iu.edu>.
10120         (message-mode): Don't modify paragraph-separate there.
10121
10122 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * compface.el (uncompface-use-external): Default to undecided.
10125         (uncompface-use-external-threshold): New variable.
10126         (uncompface-float-time): New macro.
10127         (uncompface): Determine whether to use the external decoder if
10128         uncompface-use-external is undecided.
10129
10130 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10133         after images.
10134
10135         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10136
10137 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10138
10139         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10140
10141         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10142
10143         * gnus-sum.el (gnus-summary-limit-to-age)
10144         (gnus-summary-limit-children): do.
10145
10146         * gnus-int.el (gnus-request-scan): do.
10147
10148         * gnus-group.el (gnus-group-suspend): do.
10149
10150         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10151
10152         * gnus-cite.el (gnus-cite-parse-attributions): do.
10153
10154         * gnus-agent.el (gnus-summary-set-agent-mark)
10155         (gnus-agent-regenerate-group): do.
10156
10157         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10158
10159         * binhex.el (binhex-decode-region-internal): do.
10160
10161 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-fun.el (gnus-face-properties-alist): New user option.
10164         (gnus-display-x-face-in-from): Use it.
10165
10166         * gnus-art.el (article-display-face): Ditto.
10167
10168         * compface.el (uncompface-use-external): Default to nil.
10169
10170 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10171
10172         * nntp.el (nntp-erase-buffer): New function.
10173         (nntp-retrieve-data, nntp-send-command)
10174         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10175         (nntp-possibly-change-group): Use it.
10176
10177         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10178         with-current-buffer.
10179
10180 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10181
10182         * compface.el: Merge the ELisp-based uncompface program.
10183         (compface): New customization group.
10184         (uncompface-use-external): New user option.
10185         (uncompface): Call uncompface-internal if uncompface-use-external
10186         is nil.
10187         (uncompface-internal): New function.  Note that there are also
10188         some other functions and variables added for this function.
10189
10190 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10191
10192         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10193         if necessary.
10194
10195 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * spam-report.el (spam-report-unplug-agent)
10198         (spam-report-plug-agent, spam-report-deagentize)
10199         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10200         Add support for the Agent in spam-report: when unplugged, report to a
10201         file; when plugged, submit all the requests.
10202
10203         * spam.el (spam-register-routine): Fix message about
10204         registration.
10205
10206 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10207
10208         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10209         dependencies.
10210         (rfc2047-encode): Use it.
10211
10212         * gnus-art.el (gnus-button-marker-list): Move before first
10213         reference.
10214
10215         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10216         (imap-parse-body): Fix format string mismatch.
10217
10218         * gnus-score.el (gnus-summary-increase-score): do.
10219
10220         * nnrss.el (nnrss-close): New function.
10221
10222 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10223
10224         * nnrss.el (nnrss-make-filename): New function.
10225         (nnrss-request-delete-group, nnrss-read-server-data)
10226         (nnrss-save-server-data, nnrss-read-group-data)
10227         (nnrss-save-group-data): Use it.
10228         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10229         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10230         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10231
10232 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10233
10234         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10235
10236 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10237
10238         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10239         files.
10240
10241         * message.el (message-generate-headers-first): Don't quote nil
10242         and t in docstrings.
10243
10244         * imap.el (imap-id): do.
10245
10246         * gnus-agent.el (gnus-agent-consider-all-articles)
10247         (gnus-agent-queue-mail): do.
10248
10249 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * spam-report.el (spam-report-process-queue): New function.
10252         Process requests from `spam-report-requests-file'.
10253         (spam-report-process-queue): Doc fix.
10254
10255 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10256
10257         * spam.el (spam-register-routine)
10258         (spam-log-processing-to-registry, spam-log-registered-p)
10259         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10260         Change "check" to "spam-check" for semi-clarity.
10261
10262 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10263
10264         * pop3.el: Require nnheader.
10265
10266         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10267
10268         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10269
10270         * gnus-picon.el: Require cl.
10271
10272         * gnus-fun.el: Require gnus-ems and gnus-util.
10273
10274         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10275
10276         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10277
10278         * gnus-art.el (gnus-article-edit-mode): Define before first
10279         reference.
10280
10281 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10282
10283         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10284         (gnus-uu-post-encoded): Use point-at-bol.
10285
10286         * gnus-topic.el (gnus-group-active-topic-p): do.
10287
10288         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10289
10290         * gnus-group.el (gnus-group-kill-region): do.
10291
10292         * gnus-art.el (article-date-ut): do.
10293
10294         * message.el (message-fetch-field): Remove redundant
10295         case-fold-search binding.
10296         (message-narrow-to-field): Simplify.
10297
10298 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * spam.el (spam-directory): Derive from `gnus-directory'.
10301
10302         * spam-report.el (spam-report-url-to-file)
10303         (spam-report-requests-file): New function and variable for offline
10304         reporting.
10305         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10306         and user defined function.
10307         (spam-report-url-ping-mm-url): Remove doubled slash.
10308
10309 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10312
10313 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10314
10315         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10316         format string mismatch.
10317
10318         * sieve.el (sieve-deactivate-all): do.
10319
10320         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10321
10322         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10323
10324         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10325
10326         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10327
10328 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10329
10330         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10331         the list of checks.
10332
10333 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10334
10335         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10336         padding.
10337
10338 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10339
10340         * mm-view.el (mm-fill-flowed): New variable.
10341         (mm-inline-text): Use it.
10342
10343 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10344
10345         * spam.el (spam-spamassassin-register-ham-routine)
10346         (spam-spamassassin-register-spam-routine): Fix function names.
10347
10348 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus.el (gnus-tmp-grouplens): Remove.
10351         (gnus-summary-line-format): Remove grouplens.
10352
10353         * gnus-group.el (gnus-group-line-format): Ditto.
10354
10355         * gnus-spec.el (gnus-format-specs): Ditto.
10356         (gnus-update-format-specifications): Flush the group format spec
10357         cache if there's the grouplens stuff.
10358         (gnus-parse-simple-format): Replace %l with the empty string.
10359
10360 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10361
10362         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10363         omission.
10364
10365 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10368         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10369
10370 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10371
10372         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10373         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10374         New macros and functions.
10375         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10376         Handle > NLINK_MAX messages.
10377         * nnmaildir.el (nnmaildir-request-set-mark): Use
10378         nnmaildir--emlink-p and nnmaildir--eexist-p.
10379
10380 2004-01-25  Alex Schroeder  <alex@gnu.org>
10381
10382         * spam-stat.el (spam-stat-process-directory-age): New option.
10383         (spam-stat-process-directory): Use it.
10384
10385 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10386
10387         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10388         (spam-stat-save): Accept prefix argument.
10389
10390 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10391
10392         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10393         links" error.
10394
10395 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10398         the rest of the and/or forms.
10399
10400 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10401
10402         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10403         compatibility with old .newsrc.eld files.
10404
10405         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10406
10407         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10408
10409         * gnus-start.el (gnus-1): do.
10410
10411         * gnus-group.el (gnus-group-line-format-alist): do.
10412
10413         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10414
10415         * gnus-gl.el: Remove.
10416
10417 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10418
10419         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10420         marks consisting of a single range {for example, (3 . 5)} rather
10421         than a list of a single range { ((3 . 5)) }.
10422
10423 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10424
10425         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10426         with-current-buffer.
10427         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10428         avoid consing a string.
10429
10430         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10431         Remove obsolete entries for big5 and gb2312.
10432
10433 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10434
10435         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10436         uncompressed list.
10437
10438 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10439
10440         * spam-stat.el (spam-stat-strip-xref): New function.
10441         (spam-stat-process-directory): Use it.
10442
10443         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10444         here -- it's done in message-fetch-field.
10445
10446 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10447
10448         * gnus-agent.el (gnus-agent-queue-mail,
10449         gnus-agent-prompt-send-queue): New variables.
10450         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10451         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10452         "nndraft:queue" along to gnus-draft-send.  Use
10453         gnus-agent-prompt-send-queue.
10454         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10455         is "nndraft:queue".  Suggested by Gaute Strokkenes
10456         <gs234@srcf.ucam.org>
10457
10458         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10459         (agent-enable-undownloaded-faces): Added
10460         (gnus-agent-cat-groups): Use eval-and-compile, not
10461         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10462         method of gnus-agent-cat-groups even when the buffer has been
10463         evaled.
10464         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10465         delete gnus-agent-save-active-1.
10466         (gnus-agent-save-groups): Deleted. Identical to
10467         gnus-agent-save-active.
10468         (gnus-agent-write-active): No longer adjust agent's copy of active
10469         file as agent's adjustments are now stored in their own
10470         file. Removed optional parameter.
10471         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10472         servers.  Add use of min/max range limits from server's local
10473         file.
10474         (gnus-agent-save-alist): Removed unused optional argument.
10475         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10476         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10477         (gnus-agent-set-local): A per-server file that keeps min/max range
10478         limits for articles known to the agent.  Provides a fast mechanism
10479         for altering many active ranges.
10480         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10481         active file (local makes it unnecessary).
10482         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10483
10484         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10485         (agent-enable-undownloaded-faces): Added
10486
10487         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10488         disable it when sending to "nndraft:queue".
10489         (gnus-group-send-queue): Add safety check to avoid sending queue
10490         when unplugged.
10491
10492         * gnus-group.el (gnus-group-catchup): Use new
10493         gnus-sequence-of-unread-articles, not
10494         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10495         numbers of articles.  Use gnus-range-map to avoid having to
10496         uncompress the unread list.
10497         (gnus-group-archive-directory,
10498         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10499         reference.
10500
10501         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10502         (gnus-sorted-range-intersection): Intersection of two ranges
10503         without requiring that they first be uncompressed.
10504
10505         * gnus-start.el (gnus-activate-group): Unless blocked by the
10506         caller, possibly expand the active range to include both cached
10507         and agentized articles.
10508         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10509         multiple version-dependent converters.
10510         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10511         gnus-agent-save-active.
10512         (gnus-save-newsrc-file): Save dirty agent range limits.
10513
10514         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10515         gnus-agent-possibly-alter-active.
10516         (gnus-adjust-marked-articles): Faster handling of simple lists
10517
10518 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10519
10520         * spam-stat.el (spam-stat-test-directory): New optional argument
10521         displays a list of files detected.  Suggested by Andrew Cohen
10522         <cohen@andy.bu.edu>.
10523         (spam-stat-buffer-words-with-scores): Don't narrow and change
10524         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10525
10526 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10527
10528         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10529         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10530         (spam-spamassassin-arguments)
10531         (spam-spamassassin-spam-flag-header)
10532         (spam-spamassassin-positive-spam-flag-header)
10533         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10534         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10535         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10536         (spam-list-of-processors, spam-list-of-checks)
10537         (spam-list-of-statistical-checks, spam-registration-functions)
10538         (spam-check-spamassassin-headers, spam-check-spamassassin)
10539         (spam-spamassassin-score)
10540         (spam-spamassassin-register-with-sa-learn)
10541         (spam-spamassassin-register-spam-routine)
10542         (spam-spamassassin-register-ham-routine)
10543         (spam-assassin-register-spam-routine)
10544         (spam-assassin-register-ham-routine): add SpamAssassin support
10545         (spam-bogofilter-score): fix to show article before scoring
10546
10547 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10548
10549         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10550         default scoring function.
10551         (spam-generic-score): Call spam-spamassassin-score if
10552         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10553         spam-bogofilter-score otherwise.
10554
10555         * gnus.el (spam-process, spam-autodetect-methods): Add
10556         spamassassin and spamassassin-headers.
10557
10558 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10559
10560         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10561         Suppress unnecessary messages.
10562
10563 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10564
10565         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10566         make-hash-table.
10567
10568 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * canlock.el (base64-encode-string): Don't autoload it.
10571
10572 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * run-at-time.el: Remove useless (require 'itimer),
10575         eval-and-compile and (featurep 'xemacs).
10576
10577 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10578
10579         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10580         GROUP is a virtual group.
10581
10582 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10583
10584         * gnus.el: Autoload `message-y-or-n-p'.
10585
10586 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10587
10588         * pgg-parse.el: Remove unnecessary (require 'custom).
10589
10590         * pgg-def.el: do.
10591
10592         * nnmail.el: do.
10593
10594         * gnus-undo.el: do.
10595
10596         * gnus-picon.el: do.
10597
10598         * gnus-util.el: do.
10599
10600 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10603
10604 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10607         handle, as well as a list.
10608
10609         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10610         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10611         (mm-w3m-cid-retrieve): Simplify.
10612
10613 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10614
10615         * message.el (message-kill-to-signature): Allow prefix arg to
10616         specify number of lines to keep before signature.
10617
10618 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10619
10620         (message-kill-to-signature): Change docstring.
10621
10622 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * canlock.el: Always require sha1-el.
10625         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10626
10627         * message.el: Autoload sha1 only when compiling.
10628
10629         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10630         eudc-expand-inline for XEmacs.
10631
10632 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * message.el (message-canlock-generate): Require sha1-el.
10635
10636 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10637
10638         * message.el (message-expand-name): Silence the byte compiler.
10639
10640         * lpath.el: Add detect-coding-system.
10641
10642         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10643         cus-edit.
10644
10645 2004-01-13  Simon Josefsson  <jas@extundo.com>
10646
10647         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10648         Invoke gnus-score-mode.  Reported by
10649         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10650
10651         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10652         Jim Blandy <jimb@redhat.com> (tiny change).
10653
10654 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10655
10656         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10657
10658 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * spam.el (spam-get-article-as-string): Update to use
10661         gnus-request-article-this-buffer, much simpler.
10662         (spam-get-article-as-buffer): Remove.
10663
10664 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10665
10666         * message.el (message-expand-name): Use EUDC if the user uses
10667         that.
10668
10669 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10670
10671         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10672         character for the encoding to avoid consing a string.
10673
10674         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10675         unnecessarily.
10676
10677         * mm-util.el (mm-replace-chars-in-string): Remove.
10678
10679         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10680         of mm-replace-chars-in-string.
10681
10682 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10683
10684         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10685         strings.
10686
10687         * mm-util.el (mm-subst-char-in-string): Support inplace.
10688
10689         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10690         a new string in every iteration.  Use shy groups.
10691
10692 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10693
10694         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10695         (gnus-group-change-level, gnus-kill-newsgroup)
10696         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10697         (gnus-get-unread-articles, gnus-make-articles-unread)
10698         (gnus-make-ascending-articles-unread): Use accessor
10699         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10700         to get group information for improved readability.
10701
10702         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10703
10704         * gnus-soup.el (gnus-soup-group-brew): do.
10705
10706         * gnus-msg.el (gnus-put-message): do.
10707
10708         * gnus-move.el (gnus-group-move-group-to-server): do.
10709
10710         * gnus-kill.el (gnus-batch-score): do.
10711
10712         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10713         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10714         (gnus-group-update-group, gnus-group-read-group)
10715         (gnus-group-make-group, gnus-group-make-help-group)
10716         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10717         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10718         (gnus-group-sort-by-unread, gnus-group-catchup)
10719         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10720         (gnus-group-yank-group, gnus-group-set-info)
10721         (gnus-group-list-groups): do.
10722
10723         * gnus.el (gnus-generate-new-group-name): do.
10724
10725         * gnus-delay.el (gnus-delay-send-queue): do.
10726
10727         * nnvirtual.el (nnvirtual-catchup-group): do.
10728
10729         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10730         do.
10731
10732         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10733         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10734
10735         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10736         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10737         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10738         (gnus-group-make-articles-read): do.
10739
10740 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10741
10742         * gnus-art.el (article-decode-mime-words, article-babel)
10743         (gnus-article-highlight-signature, gnus-article-add-buttons)
10744         (gnus-signature-toggle): Use gnus-with-article-buffer.
10745
10746         * gnus-art.el (gnus-article-highlight-headers)
10747         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10748
10749         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10750         (gnus-article-set-globals, gnus-request-article-this-buffer)
10751         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10752         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10753         (gnus-mime-display-alternative): Use with-current-buffer.
10754
10755 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10756
10757         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10758         also under 80 char limit, and call gnus-error if needed.
10759         (spam-fetch-article-header): Fix - it was a
10760         buffer-local variable (gnus-newsgroup-data).
10761         (spam-find-spam): Use spam-generate-fake-headers, forget about
10762         spam-insert-fake-headers.
10763         (spam-insert-fake-headers): Remove.
10764
10765 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10766
10767         * deuglify.el (gnus-article-outlook-unwrap-lines)
10768         (gnus-outlook-rearrange-article)
10769         (gnus-outlook-repair-attribution-outlook)
10770         (gnus-outlook-repair-attribution-block)
10771         (gnus-outlook-repair-attribution-other): Remove redundant
10772         save-excursion.
10773
10774 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10775
10776         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10777         (spam-fetch-field-subject-fast)
10778         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10779         (spam-fetch-article-header): Add functions to deal with Gnus
10780         internals for fast retrieval of article header data.
10781         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10782
10783 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10784
10785         * pop3.el (pop3-md5): Remove.
10786         (pop3-apop): Replace pop3-md5 with md5.
10787
10788         * mm-bodies.el: base64 is always built-in.
10789
10790         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10791         with-current-buffer.
10792
10793 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * canlock.el (canlock-insert-header): Remove excessive grouping in
10796         regexp.
10797
10798         * gnus-sum.el (gnus-summary-read-document): Ditto.
10799
10800         * gnus-uu.el (gnus-uu-part-number): Ditto.
10801
10802         * html2text.el (html2text-remove-tags): Ditto.
10803         (html2text-format-tags): Ditto.
10804         (html2text-format-single-elements): Ditto.
10805
10806         * mml.el (mml-parse-1): Ditto.
10807
10808 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10809
10810         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10811
10812         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10813
10814         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10815
10816         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10817
10818 2003-11-15  Simon Josefsson  <jas@extundo.com>
10819
10820         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10821         (pgg-gpg-lookup-key): Use regexp match instead of
10822         split-string (split-string is different between emacs 21.2 and
10823         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10824
10825 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10826
10827         * gnus-art.el (gnus-mime-view-all-parts)
10828         (gnus-article-part-wrapper, gnus-article-view-part): Use
10829         with-current-buffer.
10830
10831 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         * spam.el (spam-disable-spam-split-during-ham-respool)
10834         (spam-spamoracle-database, spam-cache-lookups)
10835         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10836         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10837         (spam-group-ham-marks, spam-group-spam-marks)
10838         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10839         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10840         also add spam-use-blackholes to the statistical checks.
10841         (spam-fetch-field-fast): Add interface to fetching fields, may
10842         become a macro.
10843         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10844         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10845         (spam-insert-fake-headers): Fake an article when needed.
10846         (spam-find-spam): Fake article when possible.
10847         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10848         (spam-check-bogofilter-headers): Use message-fetch-field instead
10849         of nnmail-fetch-field.
10850
10851 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10854
10855 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10856
10857         * spam.el (spam-split): Do not require spam-use-CHECK to be
10858         enabled if that check is passed to spam-split explicitly; also
10859         fix so 'spam doesn't get converted to spam-split-group when
10860         spam-split-symbolic-return is t.
10861         (spam-find-spam): Find registrations of the article and use those
10862         instead of re-running spam-split to find the spam/ham
10863         classification of the article.
10864         (spam-log-processing-to-registry, spam-log-registered-p)
10865         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10866         Use gnus-error instead of gnus-message.
10867         (spam-log-registration-type): Add function to determine the
10868         classification of a message based on registry entries; will
10869         return nil if both 'spam and 'ham are found.
10870         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10871         a reasonably fast local cache without the loading errors.
10872         (spam-cache-lookups): Set to t by default.
10873         (spam-find-spam): Don't try to guess spam-cache-lookups.
10874         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10875         spam-caches entry.
10876         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10877         caching of whitelist/blacklist entries.
10878         (spam-check-whitelist, spam-check-blacklist): Invoke
10879         spam-from-listed-p with a type, not a cache variable.
10880         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10881
10882 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10883
10884         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10885
10886         * nnmail.el (nnmail-split-fancy): do.
10887
10888         * mml.el (mml-parse): do.
10889
10890         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10891         (gnus-score-adaptive): do.
10892
10893 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10896         (gnus-mime-button-map): Don't set keymap parent.
10897         (gnus-button-ctan-directory-regexp): Use shy grouping.
10898         (gnus-prev-page-map): Don't set keymap parent.
10899         (gnus-prev-page-map): Remove duplicated one.
10900         (gnus-next-page-map): Don't set keymap parent.
10901         (gnus-mime-security-button-map): Ditto.
10902
10903         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10904         version number.
10905
10906         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10907
10908 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * canlock.el (canlock-sha1-function): Remove.
10911         (canlock-sha1-function-for-verify): Remove.
10912         (canlock-openssl-program): Remove.
10913         (canlock-openssl-args): Remove.
10914         (canlock-ignore-errors): Remove.
10915         (canlock-sha1-with-openssl): Remove.
10916         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10917         (canlock-verify): Don't use canlock-ignore-errors.
10918
10919         * sha1-el.el (sha1-string-external): Make it can return a string
10920         in binary form.
10921         (sha1-region-external): Ditto.
10922         (sha1-string-internal): Ditto.
10923         (sha1-region-internal): Ditto.
10924         (sha1-region): Ditto.
10925         (sha1-string): Ditto.
10926         (sha1): Ditto.
10927
10928 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * spam.el (spam-report-articles-gmane): New command.
10931
10932 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10935
10936         * run-at-time.el (run-at-time-saved): Remove.
10937         (run-at-time): Doc fix.
10938
10939 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10940
10941         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10942         (gnus-summary-limit-map): Add it.
10943         (gnus-summary-make-menu-bar): do.
10944
10945 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10946
10947         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10948         Make attempt at some caching support (done for BBDB only now).
10949         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10950         addresses to be checked.
10951         (spam-clear-cache-BBDB): Add function, to be invoked by
10952         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10953         (spam-check-BBDB): Check and use the caches, if
10954         spam-cache-lookups is on, remove superfluous (provide).
10955
10956 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10959
10960 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10961
10962         * run-at-time.el (run-at-time-saved): Move to after the definition
10963         of `run-at-time'.
10964
10965         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10966
10967 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10970         mm-w3m-local-map-property.
10971
10972         * mm-view.el (mm-w3m-mode-map): Remove.
10973         (mm-w3m-local-map-property): Remove.
10974         (mm-inline-text-html-render-with-w3m): Don't use
10975         mm-w3m-local-map-property.
10976
10977 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * run-at-time.el: New file.
10980
10981         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10982         under Emacs.
10983
10984         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10985         of gnus-set-text-properties.
10986
10987         * gnus-uu.el (gnus-uu-save-article): Ditto.
10988
10989         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10990
10991         * gnus-cite.el (gnus-cite-parse): Ditto.
10992
10993         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10994         of gnus-.
10995
10996         * gnus-xmas.el (run-at-time): Require run-at-time.
10997
10998         * gnus.el: Changed calls to nnheader-run-at-time and
10999         password-run-at-time throughout to use run-at-time directly.
11000
11001         * password.el: Removed definition of run-at-time.
11002
11003         * nnheaderxm.el: Remove definition of run-at-time.
11004
11005 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
11006
11007         * mml.el (mml-minibuffer-read-disposition): Show attachment type
11008         in prompt.
11009
11010 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11011
11012         * messagexmas.el (message-xmas-redefine): Alias
11013         `message-make-caesar-translation-table' to
11014         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
11015         version.
11016
11017         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
11018         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
11019         `gnus-xmas-set-text-properties'.
11020         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
11021         `gnus-xmas-completing-read'.
11022         (gnus-xmas-completing-read): Removed.
11023         (gnus-xmas-open-network-stream): Removed.
11024
11025         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11026         XEmacs version.
11027
11028         * dns.el (dns-make-network-process): Use `open-network-stream'
11029         instead of `gnus-xmas-open-network-stream'.
11030
11031         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
11032
11033         * .cvsignore: Add auto-autoloads.el, custom-load.el.
11034
11035 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11036
11037         * gnus-art.el (gnus-mime-display-alternative)
11038         (gnus-insert-mime-button, gnus-insert-mime-security-button)
11039         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11040         Don't use gnus-local-map-property.
11041
11042         * gnus-util.el (gnus-local-map-property): Remove.
11043
11044         * mm-view.el (mm-view-pkcs7-decrypt): Replace
11045         gnus-completing-read-maybe-default with completing-read.
11046
11047         * gnus-util.el (gnus-completing-read): do.
11048         (gnus-completing-read-maybe-default): Remove.
11049
11050 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
11051
11052         * password.el: Only autoload `run-at-time' if not XEmacs.
11053         Only autoload the itimer functions if XEmacs.
11054
11055 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
11058         XEmacsen.
11059
11060         * dgnushack.el: Autoload executable-find for XEmacs.
11061
11062 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
11063
11064         * gnus-art.el (gnus-read-string): Remove.
11065         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11066         read-string.
11067
11068 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
11069
11070         * netrc.el: Autoload password-read.
11071         (netrc): Add configuration group.
11072         (netrc-encoding-method, netrc-openssl-path): Add
11073         variables for encoding and decoding of files with symmetric
11074         ciphers.
11075         (netrc-encode): Add assistant function to encode a file with
11076         netrc-encoding-method.
11077         (netrc-parse): Add interactive parameter, added optional
11078         decoding if netrc-encoding-method is non-nil but otherwise
11079         behavior is standard.
11080         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11081         Do s/encode/encrypt/ everywhere.
11082
11083         * spam.el: Remove executable-find autoload.
11084
11085 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11086
11087         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11088
11089         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11090
11091 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-art.el (gnus-treat-ansi-sequences,
11094         article-treat-ansi-sequences): New variable and function.
11095         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11096
11097         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11098         Use it.
11099
11100 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11101
11102         * mm-util.el (mm-quote-arg): Remove.
11103
11104         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11105         shell-quote-argument.
11106
11107         * gnus-uu.el (gnus-uu-command): do.
11108
11109         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11110
11111         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11112         with make-char.
11113
11114         * mm-util.el (mm-make-char): Remove.
11115
11116         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11117         add-minor-mode.
11118
11119         * gnus-undo.el (gnus-undo-mode): do.
11120
11121         * gnus-topic.el (gnus-topic-mode): do.
11122
11123         * gnus-sum.el (gnus-dead-summary-mode): do.
11124
11125         * gnus-start.el (gnus-slave-mode): do.
11126
11127         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11128
11129         * gnus-ml.el (gnus-mailing-list-mode): do.
11130
11131         * gnus-gl.el (gnus-grouplens-mode): do.
11132
11133         * gnus-draft.el (gnus-draft-mode): do.
11134
11135         * gnus-dired.el (gnus-dired-mode): do.
11136
11137         * gnus-ems.el (gnus-add-minor-mode): Remove.
11138
11139         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11140         Replace gnus-char-width with char-width.
11141
11142         * gnus-ems.el (gnus-char-width): Remove.
11143
11144         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11145         Replace gnus-char-width with char-width.
11146
11147         * gnus-ems.el (gnus-char-width): Remove.
11148
11149         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11150         definition.
11151         Remove Emacs 20 hash table compatibility code.
11152
11153         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11154         20 compatibility code.
11155
11156         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11157
11158         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11159
11160         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11161         with point-at-{eol,bol}.
11162
11163         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11164
11165         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11166
11167         * flow-fill.el (fill-flowed-point-at-bol,
11168         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11169
11170         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11171         Replace with point-at-{eol,bol} throughout all files.
11172
11173 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * ntlm.el (ntlm-string-as-unibyte): New macro.
11176         (ntlm-build-auth-response): Use it.
11177
11178         Remove Emacs 20 stuff:
11179         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11180         (butlast, mapc, remove): Remove the compiler macros.
11181         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11182         of delq and copy-sequence.
11183         * gnus-art.el (popup-menu): Remove the compiler macro.
11184         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11185         Emacs 20.
11186
11187 2004-01-05  Simon Josefsson  <jas@extundo.com>
11188
11189         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11190         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11191         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11192         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11193         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11194         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11195         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11196         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11197         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11198         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11199         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11200         string-xor into ntlm-string-xor.  Suggested by
11201         Jesper Harder <harder@myrealbox.com>.
11202
11203         * ntlm.el: Don't include poem.
11204
11205         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11206         Jesper Harder <harder@myrealbox.com>.
11207
11208         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11209
11210         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11211         probably breaks emacs with DL patch, but do we care? Is anyone
11212         still using the DL stuff?)
11213
11214         * sieve-manage.el: Use the password package.
11215         (sieve-manage-read-passwd): Remove.
11216         (sieve-manage-interactive-login): Use password.  Re-add
11217         condition-case around loop.
11218
11219         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11220         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11221         the password package.
11222
11223 2003-02-19  Simon Josefsson  <jas@extundo.com>
11224
11225         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11226         token.
11227
11228 2002-08-07  Simon Josefsson  <jas@extundo.com>
11229
11230         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11231         (sieve-manage-authenticators):
11232         (sieve-manage-authenticator-alist): Add some SASL mechs.
11233         (sieve-sasl-auth): New function.
11234         (sieve-manage-cram-md5-auth):
11235         (sieve-manage-plain-auth): Rewrite using SASL library.
11236         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11237         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11238         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11239         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11240
11241 2004-01-05  Simon Josefsson  <jas@extundo.com>
11242
11243         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11244         New files.
11245
11246 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * gnus-group.el (gnus-no-groups-message): Update.
11249
11250         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11251
11252 2003-11-09  Simon Josefsson  <jas@extundo.com>
11253
11254         * imap.el: Support for ID IMAP extension (RFC 2971).
11255         (imap-local-variables): Add imap-id.
11256         (imap-id): New variable.
11257         (imap-id): New function.
11258         (imap-parse-response): Parse untagged ID response.
11259         * nnimap.el (nnimap-id): New variable.
11260         (nnimap-open-connection): Use it.
11261
11262 2003-12-28  Simon Josefsson  <jas@extundo.com>
11263
11264         * gnus-score.el (gnus-score-edit-all-score): New.
11265         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11266
11267 2004-01-04  Simon Josefsson  <jas@extundo.com>
11268
11269         * password.el: Add.
11270
11271 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11272
11273         * dns.el: Add support for AAAA records (see RFC 3596)
11274
11275         * Fix typo PRT -> PTR
11276
11277         * Parse MX, PTR and SOA replies (see RFC 1035)
11278
11279 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11280
11281         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11282
11283         * Moved to Changelog.2.
11284
11285 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11286
11287         * gnus.el (gnus-version-number): Bump version.
11288
11289 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11290
11291         * gnus.el: No Gnus v0.1 is released.
11292
11293 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11294
11295         * gnus.el: No Gnus v0.0 is released.
11296
11297 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * gnus.el (gnus-version-number): Bump.
11300         (gnus-version): No.
11301
11302 See ChangeLog.2 for earlier changes.
11303
11304     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11305
11306   This file is part of GNU Emacs.
11307
11308   GNU Emacs is free software; you can redistribute it and/or modify
11309   it under the terms of the GNU General Public License as published by
11310   the Free Software Foundation; either version 3, or (at your option)
11311   any later version.
11312
11313   GNU Emacs is distributed in the hope that it will be useful,
11314   but WITHOUT ANY WARRANTY; without even the implied warranty of
11315   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11316   GNU General Public License for more details.
11317
11318   You should have received a copy of the GNU General Public License
11319   along with GNU Emacs; see the file COPYING.  If not, write to the
11320   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11321   Boston, MA 02110-1301, USA.
11322
11323 ;; Local Variables:
11324 ;; coding: iso-2022-7bit
11325 ;; fill-column: 79
11326 ;; add-log-time-zone-rule: t
11327 ;; End:
11328
11329 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4