(gnus-summary-kill-thread): Allow universal prefix zero
[gnus] / lisp / ChangeLog
1 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4         to mark a thread as expirable.  Add variable `hide' to handle hiding of
5         thread for both the null and zero (kill/expire thread) universal prefix
6         cases.
7
8 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9
10         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11         extras value, so an extras entry can be deleted.
12         (gnus-registry-delete-extra-entry): Use it.
13         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
16          storage through the gnus-registry, and provide an appropriate API for
17          it.
18
19 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
22         Suggested by Leo <sdl.web@gmail.com>.
23
24         * gnus.el: Do.
25
26 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
29         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
30
31         * gnus-agent.el (gnus-agent-fetch-headers): Do.
32
33         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
34         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
35
36 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
39         newline.
40         (nnmbox-request-accept-article): Don't change article in source buffer;
41         narrow to header to use message-fetch-field rather than
42         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
43         (nnmbox-request-replace-article): Quote lines that'll be misidentified
44         as delimiters; make sure article ends with newline.
45         (nnmbox-delete-mail): Correct last position of article to be deleted;
46         ignore X-Gnus-Newsgroup header in article body.
47         (nnmbox-save-mail): Quote lines looking like delimiters at the right
48         positions; make sure article ends with newline.
49
50         * message.el (message-display-abbrev): Don't infloop when a user
51         inserts SPC in the beginning of header.
52
53         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
54         coding-system-for-read and coding-system-for-write for XEmacs having no
55         file-coding feature.
56
57         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
58
59 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
60
61         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
62         list of groups not followed by default.  Fix type to be regexp.
63         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
64
65 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
66
67         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
68         raw-text coding system when saving .newsrc file, which may contain
69         non-ASCII group names.
70
71 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-cus.el (gnus-score-extra): New widget.
74         (gnus-score-extra-convert): New function.
75         (gnus-score-customize): Use it for Extra.
76
77 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
78
79         * mml2015.el (mml2015-extract-cleartext-signature): New function.
80         (mml2015-mailcrypt-clear-verify): Use it.
81         (mml2015-gpg-clear-verify): Use it.
82         (mml2015-pgg-clear-verify): Use it.
83         (mml2015-epg-clear-verify): Replace the current part with the output
84         from GnuPG; don't extract the plaintext by itself.
85
86         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
87         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
88         mml2015-clear-verify-function; don't touch the armor headers or
89         dash-escaped text here.
90
91 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
94         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
95         parts, or application/octet-stream as a last resort.
96         (gnus-mime-view-part-as-type): Don't toggle display.
97         (gnus-mime-view-part-as-charset): Don't turn off display before
98         querying charset.
99
100         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
101         stuff to undisplayer function in Emacs.
102         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
103
104         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
105         text/calendar parts.
106
107 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
110         decoding text/calendar parts.
111
112         * message.el (message-forward-make-body-mime): Always mark body as
113         having no illegible text; remove signed-or-encrypted argument.
114         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
115
116         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
117         (mml-generate-mime-1): Don't encode body if it is specified to be in
118         raw form; don't make buffer be unibyte when inserting multibyte string.
119
120 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * imap.el (imap-logout-timeout): New variable.
123         (imap-logout, imap-logout-wait): New functions.
124         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
125
126         * nnimap.el (nnimap-logout-timeout): New server variable.
127         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
128         nnimap-logout-timeout.
129
130         * gnus-art.el (gnus-article-summary-command-nosave)
131         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
132
133 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus.el (gnus-maximum-newsgroup): New variable.
136
137         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
138         according to gnus-maximum-newsgroup.
139
140         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
141         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
142         the range of articles according to gnus-maximum-newsgroup.
143
144 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
145
146         * gnus-art.el (gnus-sticky-article): Fixed problems described in
147         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
148         Don't perform gnus-configure-windows here; reuse existing sticky
149         article buffer.
150
151         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
152         it doesn't exist in gnus-article-mode.
153
154 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
157         (gnus-agent-decoded-group-name): New function.
158         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
159         (gnus-agent-expire-group-1): Use it; decode group name in messages.
160
161 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
162
163         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
164         Add binding for gnus-sticky-article.
165         (gnus-summary-exit): Don't kill sticky article buffers.
166
167         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
168         article buffer.
169         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
170         (gnus-kill-sticky-article-buffers): New commands.
171
172 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * nntp.el (nntp-xref-number-is-evil): New server variable.
175         (nntp-find-group-and-number): If it is non-nil, don't trust article
176         numbers in the Xref header.
177
178 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * gnus-agent.el (gnus-agent-read-group): New function.
181         (gnus-agent-flush-group, gnus-agent-expire-group)
182         (gnus-agent-regenerate-group): Use it.
183         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
184         nnmail-pathname-coding-system.
185
186 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
189
190         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
191         that are unread as unread, and also as selected so that information of
192         marks having been changed by a user may be updated when exiting group.
193
194 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * gnus-art.el (gnus-mime-display-single): Pass part number that is
197         calculated ignoring signature parts to gnus-treat-article.
198
199 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
202         a point here in order to keep the window start.
203         (gnus-insert-mime-security-button): Make a button overlay without the
204         front stickiness.
205         (gnus-mime-display-security): Goto the end of a button.
206
207         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
208
209 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
212         group-name-at-point.
213         (gnus-group-completing-read): New function that offers decoded
214         non-ASCII group names for completion.
215         (gnus-fetch-group, gnus-group-read-ephemeral-group)
216         (gnus-group-jump-to-group, gnus-group-make-group-simple)
217         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
218         (gnus-group-fetch-control): Use it.
219         (gnus-fetch-group): Use group-name-at-point for the initial value
220         rather than the default value; use gnus-alive-p.
221
222         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
223         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
224         (gnus-summary-post-news): Use gnus-group-completing-read.
225
226         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
227         (gnus-read-move-group-name): Decode group name for completion.
228
229 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
230
231         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
232         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
233         Yamaoka slightly modified the code).
234
235 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
236
237         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
238         (nnmail-split-incoming): Bind it.
239
240         * nnml.el (nnml-group-name-charset): New function.
241         (nnml-decoded-group-name): Use it; don't decode group name if
242         nnmail-group-names-not-encoded-p is non-nil.
243         (nnml-encoded-group-name): New function.
244         (nnml-group-pathname): Inline nnml-decoded-group-name.
245         (nnml-request-expire-articles): Decode group name in message.
246         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
247         nnmail-pathname-coding-system.
248         (nnml-save-mail, nnml-active-number): Work with decoded group names and
249         not decoded ones according to nnmail-group-names-not-encoded-p.
250         (nnml-generate-active-info): Use nnml-encoded-group-name.
251
252 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * gnus-sum.el (gnus-summary-move-article): Make
255         gnus-summary-respool-article work.
256
257 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
260         string.
261
262 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
263
264         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
265         that should be ignored when comparing distant RSS articles with local
266         ones.
267         (nnrss-make-hash-index): New function.  Create a hash index according
268         to the ignored fields.
269         (nnrss-check-group): Use it.
270
271 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
274
275         * gnus-art.el (article-decode-group-name): Decode Xref header too.
276
277         * gnus-group.el (gnus-group-make-group): Encode group name here unless
278         the new optional argument ENCODED is non-nil.
279         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
280         coding system for encoding group name.
281         (gnus-group-make-rss-group): Pass un-encoded group name to
282         gnus-group-make-group.
283         (gnus-group-set-info): Tell gnus-group-make-group that group name is
284         encoded.
285
286         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
287         Encode group name to which articles are moved or copied.
288         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
289         coding system for encoding Newsgroup, Followup-To and Xref headers.
290
291         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
292         marks; use nnheader-file-coding-system to write a file.
293         (nnagent-retrieve-headers): Bind file-name-coding-system to
294         nnmail-pathname-coding-system.
295
296         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
297
298         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
299         (nnml-request-article, nnml-request-create-group)
300         (nnml-request-rename-group, nnml-find-id)
301         (nnml-possibly-change-directory, nnml-possibly-create-directory)
302         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
303         (nnml-save-marks): Use nnml-group-pathname instead of
304         nnmail-group-pathname.
305
306         (nnml-request-create-group, nnml-request-expire-articles)
307         (nnml-request-move-article, nnml-request-delete-group)
308         (nnml-deletable-article-p, nnml-possibly-create-directory)
309         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
310         (nnml-open-marks): Bind file-name-coding-system to
311         nnmail-pathname-coding-system.
312
313         (nnml-request-article): Pass server argument to nnml-find-group-number.
314         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
315         server argument to nnml-possibly-create-directory.
316         (nnml-request-accept-article): Pass server argument to
317         nnml-active-number and nnml-save-mail.
318         (nnml-find-group-number): Pass server argument to nnml-find-id.
319         (nnml-request-update-info): Pass server argument to
320         nnml-marks-changed-p.
321
322         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
323         (nnml-save-mail, nnml-active-number): Add server argument.
324
325         (nnml-request-delete-group): Warn if group is missing.
326         (nnml-get-nov-buffer): Decode group name.
327         (nnml-generate-active-info): Encode group name.
328         (nnml-open-marks): Decode group name in messages.
329
330 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
333         if it is not specified.
334         (gnus-article-pipe-part, gnus-article-save-part)
335         (gnus-article-interactively-view-part, gnus-article-copy-part)
336         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
337         (gnus-article-inline-part, gnus-article-save-part-and-strip)
338         (gnus-article-replace-part, gnus-article-delete-part)
339         (gnus-article-view-part-as-type): Pass raw prefix argument to
340         gnus-article-part-wrapper.
341
342 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-agent.el (gnus-agent-save-active): Bind
345         nnheader-file-coding-system to gnus-agent-file-coding-system.
346
347         * gnus-cache.el (gnus-cache-save-buffers)
348         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
349         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
350         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
351         (gnus-cache-braid-nov, gnus-cache-braid-heads)
352         (gnus-cache-generate-active, gnus-cache-rename-group)
353         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
354         (gnus-cache-update-overview-total-fetched-for): Bind
355         file-name-coding-system to nnmail-pathname-coding-system.
356         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
357         variables.
358         (gnus-cache-decoded-group-name): New function.
359         (gnus-cache-file-name): Use it.
360         (gnus-cache-generate-active): Use non-decoded group name for active.
361
362         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
363         right place.
364         (gnus-write-active-file): Don't break non-ASCII group names.
365
366         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
367         nnmail-pathname-coding-system.
368
369         * lpath.el: Bind default-file-name-coding-system,
370         file-name-coding-system and language-info-alist for XEmacs.
371
372         * gnus-uu.el (gnus-uu-decode-save): Typo.
373
374 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
377
378 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
379
380         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
381         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
382         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
383         (gnus-agent-flush-group, gnus-agent-flush-cache)
384         (gnus-agent-fetch-headers, gnus-agent-load-alist)
385         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
386         (gnus-agent-retrieve-headers, gnus-agent-request-article)
387         (gnus-agent-regenerate-group)
388         (gnus-agent-update-files-total-fetched-for)
389         (gnus-agent-update-view-total-fetched-for): Bind
390         file-name-coding-system to nnmail-pathname-coding-system.
391         (gnus-agent-group-pathname): Don't encode file names by
392         nnmail-pathname-coding-system.
393         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
394         coding-system-for-write instead of buffer-file-coding-system to
395         gnus-agent-file-coding-system.
396
397         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
398         Decode group name.
399
400         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
401
402         * gnus-start.el (gnus-update-active-hashtb-from-killed)
403         (gnus-read-newsrc-el-file): Make group names unibyte.
404
405         * nnmail.el (nnmail-group-pathname): Don't encode file names by
406         nnmail-pathname-coding-system.
407
408         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
409         (nnrss-request-delete-group): Bind file-name-coding-system to
410         nnmail-pathname-coding-system.
411         (nnrss-read-server-data, nnrss-read-group-data): Bind
412         file-name-coding-system correctly.
413         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
414
415         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
416         (nntp-server-to-method-cache): New variable.
417         (nntp-group-pathname): New function that decodes non-ASCII group names.
418         (nntp-possibly-create-directory, nntp-marks-changed-p)
419         (nntp-save-marks, nntp-open-marks): Use it.
420         (nntp-possibly-create-directory, nntp-open-marks):
421         Bind file-name-coding-system to nnmail-pathname-coding-system.
422         (nntp-open-marks): Decode group names when bootstrapping marks.
423
424         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
425         Newsgroups and Folowup-To headers.
426
427 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
430         (gnus-server-closed-face, gnus-server-denied-face)
431         (gnus-server-offline-face): Remove variable.
432         (gnus-server-font-lock-keywords): Use faces that are not aliases.
433
434         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
435         of modifying message-stack directly for XEmacs.
436
437         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
438         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
439         if the coding-system argument is nil for XEmacs.
440
441         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
442         mm-charset-override-alist.
443
444         * rfc2047.el: Don't require base64; require rfc2045 for the function
445         rfc2045-encode-string.
446         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
447         to quote the parameter value.
448
449 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
450
451         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
452         form in gnus-group-name-charset-method-alist.
453
454         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
455         overrides the default layout edit-form.
456
457         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
458
459         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
460
461 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
462
463         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
464         as unfetched articles.
465
466 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
467
468         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
469
470 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
473         original back end that keeps marks in the local system.
474
475 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
478         arg of pop-to-buffer for XEmacs.
479         (gnus-article-read-summary-keys): Ditto; don't restore window
480         configuration if summary command ends up with neither article buffer
481         nor summary buffer; describe bindings if summary keys end with C-h.
482
483 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * message.el (message-fix-before-sending): Skip raw message part to be
486         forwarded while checking illegible text.
487         (message-forward-make-body-mime, message-forward-make-body): Mark
488         signed or encrypted raw message as having no illegible text.
489
490 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
493         (gnus-message-with-timestamp-1): New macro.
494         (gnus-message-with-timestamp): New function.
495         (gnus-message): Use them.
496
497         * nnheader.el (nnheader-message): Use them.
498
499 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
500
501         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
502         .newsrc.eld file.
503
504 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus-agent.el (gnus-agent-fetch-headers)
507         (gnus-agent-retrieve-headers): Bind
508         gnus-decode-encoded-address-function to identity.
509
510         * nntp.el (nntp-send-xover-command): Recognize an xover command is
511         available also when the server returns simply a dot.
512
513         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
514
515 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
518
519 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-ems.el (gnus-x-splash): Make it work.
522
523         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
524         from being used.
525
526         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
527
528 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
531         4th and the 5th arguments.
532
533         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
534         the front stickiness.
535         (gnus-article-summary-command-nosave): Correct the order of the
536         arguments passed to pop-to-buffer.
537         (gnus-article-read-summary-keys): Ditto; make it work properly when the
538         summary command ends up with the article buffer.
539
540         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
541         the same faces.
542
543 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
544
545         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
546
547 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
548
549         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
550         * gnus-sum.el (gnus-summary-highlight):
551         * pgg.el (pgg-sign-region, pgg-sign):
552         * mail-source.el (mail-source-delete-old-incoming-confirm):
553         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
554
555 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-art.el (gnus-mime-view-part-externally)
558         (gnus-mime-view-part-internally): Fix predicate function passed to
559         completing-read.
560
561         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
562
563         * gnus.el (gnus-update-message-archive-method): Add :version.
564
565 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus.el (gnus-update-message-archive-method): New variable.
568
569         * gnus-start.el (gnus-setup-news): Update saved "archive" method
570         according to gnus-message-archive-method if
571         gnus-update-message-archive-method is non-nil.
572
573 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
576         by Loic Dachary <loic@dachary.org>.
577         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
578
579 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * message.el (message-pop-to-buffer): Add switch-function argument.
582         (message-mail): Pass switch-function argument to it.
583
584 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
585
586         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
587         Improve doc string.
588
589 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
592         (gnus-header-content)
593         * gnus-cite.el (gnus-cite-10)
594         * gnus-srvr.el (gnus-server-closed)
595         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
596         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
597         (gnus-group-mail-3-empty, gnus-group-mail-low)
598         (gnus-group-mail-low-empty, gnus-splash)
599         * message.el (message-header-to, message-header-cc)
600         (message-header-subject, message-header-other, message-header-name)
601         (message-header-xheader, message-separator, message-cited-text)
602         (message-mml): Lighten colors of faces used for dark background.
603
604 2007-05-24  Simon Josefsson  <simon@josefsson.org>
605
606         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
607         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
608
609 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
610
611         * message.el (message-narrow-to-headers-or-head): Ignore
612         mail-header-separator in the body.
613
614 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
615
616         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
617         same as window size.
618
619 2007-05-22  Kevin Ryde  <user42@zip.com.au>
620
621         * message.el (message-font-lock-keywords): Use message-header-xheader
622         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
623         ahead of the anything pattern, to get it recognised.
624
625 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
628         spam.el loads uses it in the compiled defadvice form.
629
630 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
631
632         * gnus-sum.el (gnus-articles-to-read)
633         (gnus-summary-insert-old-articles): Don't truncate group name for
634         `read-string'.
635
636         * gnus-util.el (gnus-limit-string): Delete this function.
637
638         * gnus-sum.el (gnus-simplify-subject-fully): Use
639         `truncate-string-to-width' instead.
640
641 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
642
643         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
644         summary exit, the next group has to be selected.
645         (gnus-summary-exit): Use it.
646
647 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * gnus-art.el (gnus-article-mode): Fix comment about displaying
650         non-break space.
651
652 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
655         Check if group is not a directory.
656         (nnfolder-request-expire-articles): Don't delete articles if the target
657         group is not available.
658
659         * nnml.el (nnml-request-create-group): Properly check if group is not a
660         file.
661         (nnml-request-expire-articles): Don't delete articles if the target
662         group is not available.
663
664         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
665         Don't quote characters that are within parentheses.
666
667 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
670         (gnus-handle-ephemeral-exit): Select article according to it.
671
672 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
673
674         * message.el (message-insert-formated-citation-line): Remove newline.
675         (message-citation-line-format): Add final \n here so that the user can
676         avoid a blank line.
677
678 2007-05-03  Dan Christensen  <jdc@uwo.ca>
679
680         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
681         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
682         Update lanl/arXiv support.
683
684 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
685
686         * gnus.el: Bump version number.
687
688 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus.el (gnus-version-number): Bump version.
691
692 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
693
694         * gnus.el: No Gnus v0.6 is released.
695
696 2007-04-27  Didier Verna  <didier@xemacs.org>
697
698         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
699         * gmm-utils.el (gmm-regexp-concat): here.
700         * message.el: Don't require 'gnus-util.
701         (message-dont-reply-to-names): Handle name change above.
702         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
703
704 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
707         since the initial value varies according to the system.
708
709 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
710
711         * mm-util.el (mm-charset-synonym-alist): Defcustom.
712
713 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
714
715         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
716
717 2007-04-24  Didier Verna  <didier@xemacs.org>
718
719         Improve the type of gnus-ignored-from-addresses.
720         * gnus-util.el (gnus-orify-regexp): New function.
721         * message.el (gnus-util): Require it.
722         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
723         * gnus-sum.el (gnus-ignored-from-addresses): New function.
724         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
725
726 2007-04-24  Didier Verna  <didier@xemacs.org>
727
728         * gnus-sum.el:
729         * gnus-utils.el: Fix some trailing whitespaces.
730
731 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
734         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
735         article's Message-ID; refer parent article in summary buffer.
736
737         * message.el (message-bounce): Call mime-to-mml.
738
739         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
740         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
741         optimize and/or forms properly.
742
743 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
744
745         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
746         URL.
747
748 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
749
750         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
751
752 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
755         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
756         displayed of multipart/alternative part if it is invoked from summary
757         buffer.
758
759         * mm-view.el (mm-inline-text-html-render-with-w3m)
760         (mm-inline-text-html-render-with-w3m-standalone)
761         (mm-inline-render-with-function): Use mail-parse-charset by default.
762
763 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
764
765         * parse-time.el (parse-time-string-chars): Check if CHAR
766         is less than the length of parse-time-syntax.
767
768 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
771         from gnus-newsgroup-processable.
772
773 2007-04-16  Didier Verna  <didier@xemacs.org>
774
775         * gnus-msg.el (gnus-configure-posting-styles): Handle
776         message-signature-directory properly with :file syntax. Reported by
777         "Leo".
778
779 2007-04-11  Didier Verna  <didier@xemacs.org>
780
781         New user option: message-signature-directory.
782         * gnus-msg.el (gnus-configure-posting-styles): Support it.
783         * message.el (message-insert-signature): Ditto.
784         * message.el (message-signature-file): Doc update.
785         * message.el (message-signature-directory): New.
786
787 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-msg.el (gnus-inews-yank-articles): Use
790         message-exchange-point-and-mark instead of exchange-point-and-mark.
791
792 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * message.el (message-yank-original): Make sure cited text ends with
795         newline; don't exchange point and mark.
796
797 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
798
799         * tls.el (open-tls-stream): Properly handle case where there
800         is no associated buffer.
801
802 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
803
804         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
805         message-yank-original, make sure (< mark TEXT point).
806
807 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
808
809         * message.el (message-fill-column): New variable.
810         (message-mode): Use it.  Add comment on a possible new hook.
811
812         * nnmail.el (nnmail-spool-file): Mark as obsolete.
813         (nnmail-get-new-mail): Reformat.
814
815         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
816
817         * gmm-utils.el: Fix Commentary.
818         (gmm-tool-bar-from-list): Fix typo in doc string.
819
820 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
821
822         * message.el (message-yank-original): Don't switch point and mark
823         unnecessarily to put point and mark as documented.
824
825 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
828         from the message heads.
829
830 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
831
832         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
833         article buffer does not have a window.  This may not be the best
834         solution but is certainly better than setting the start of the null,
835         that is the current, window.
836
837 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
838
839         * gnus-draft.el (gnus-draft-setup-hook): New hook.
840         (gnus-draft-setup): Run it.
841
842         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
843         gnus-score-fast-scoring.  Allow regexp.
844         (gnus-score-headers): Use it.
845
846         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
847         XEmacs.
848
849         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
850         string.
851         (gnus-button-alist): Also catch `<f1> k ...'.
852         (gnus-treat-display-x-face): Fix doc string.
853
854 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
855
856         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
857         evaluation of gnus-extended-version to ensure correct generation of the
858         User-Agent header when message-generate-headers-first is used.
859
860 2007-03-24  Simon Josefsson  <simon@josefsson.org>
861
862         * hashcash.el (hashcash-generate-payment-async): Don't crash if
863         hashcash-path is nil.  Don't call callback with incorrect number of
864         parameters if val is 0.
865
866 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
867
868         * message.el (message-required-news-headers):
869         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
870
871 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
872
873         * tls.el (open-tls-stream): In handshake-waiting loop,
874         don't wait more if there is output available to process.
875
876 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
877
878         * tls.el (tls-program): Doc fix.
879
880 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
881
882         * message.el (message-generate-new-buffers): Change the meaning of the
883         nil value; add `standard' to the choices; treat t as `unique'; improve
884         doc string.
885         (gnus-select-frame-set-input-focus): Autoload.
886         (message-buffer-name): Search for the existing message buffer if
887         message-generate-new-buffers is nil or `standard'; treat the value t of
888         message-generate-new-buffers as `unique'.
889         (message-pop-to-buffer): Raise the frame already displaying the message
890         buffer; clear the echo area after querying.
891         (message-setup): Pass the `continue' argument to compose-mail.
892         (message-mail): Prefer `switch-function' if it is given; search for the
893         existing message buffer if the `continue' argument is non-nil; pass
894         continue and switch-function arguments to compose-mail by way of
895         message-setup.
896         (message-mail-other-window): Adjust argument of message-setup.
897         (message-mail-other-frame): Ditto.
898
899 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
902         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
903         to turn font-lock on when turning gnus-message-citation-mode on.
904
905 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
906
907         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
908         (mml-smime-function-alist): New variable; add epg as the backend.
909         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
910         mml-smime- functions instead.
911         * mm-view.el: Require smime.
912
913 2007-03-05  Didier Verna  <didier@xemacs.org>
914
915         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
916         instead of just inheritance for posting styles.
917         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
918
919 2007-02-24  Chris Moore  <dooglus@gmail.com>
920
921         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
922         * pgg-pgp.el (pgg-pgp-encrypt-region):
923         * pgg-gpg.el (pgg-gpg-encrypt-region):
924         Check pgg-encrypt-for-me if no other recipients.
925
926 2007-02-24  John Paul Wallington  <jpw@pobox.com>
927
928         * tls.el (tls-certtool-program): Fix custom type.
929
930 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
933         and point-at-eol instead of line-(beginning|end)-position.
934
935         * assistant.el (assistant-parse-buffer): Ditto.
936
937         * netrc.el (netrc-parse-services): Ditto.
938
939 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
940
941         * mml2015.el (mml2015-epg-find-usable-key): New function.
942         (mml2015-epg-sign): Use it.
943         (mml2015-epg-encrypt): Use it.
944
945 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * message.el (message-make-in-reply-to): Quote name containing
948         non-ASCII characters.  It will make the RFC2047 encoder cause an error
949         if there are special characters.  Reported by NAKAJI Hiroyuki
950         <nakaji@jp.freebsd.org>.
951
952 2007-02-27  Didier Verna  <didier@xemacs.org>
953
954         Include the group parameters as well as the topic ones in the
955         inheritance filter process.
956         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
957         argument GROUP-PARAMS-LIST.
958         * gnus-topic.el (gnus-group-topic-parameters): Use it.
959
960 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * nntp.el (nntp-never-echoes-commands)
963         (nntp-open-connection-functions-never-echo-commands): New variables.
964         (nntp-send-command): Use them.
965
966 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
967
968         * mml2015.el (mml2015-epg-verify): Simplified.
969
970 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
971
972         * mml.el (mml-content-disposition-alist): New user option.
973         (mml-content-disposition): New function.
974         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
975         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
976
977 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
978
979         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
980         verification.
981
982 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
983
984         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
985         articles posted in the last 24 hours.
986
987 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
988
989         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
990
991 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
992
993         * nntp.el (nntp-send-command): Don't wait for echoes when
994         nntp-open-ssl-stream is used.
995
996 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
997
998         * gnus-cite.el (gnus-test-font-lock-add-keywords)
999         (gnus-message-add-citation-keywords)
1000         (gnus-message-remove-citation-keywords): Remove.
1001         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
1002         directly, make the variables in font-lock-defaults buffer-local, add
1003         gnus-message-citation-keywords to them and then update the value of
1004         font-lock-keywords.
1005
1006 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1007
1008         * message.el (message-cite-original-1): Don't call
1009         gnus-article-highlight-citation.
1010
1011         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
1012         citations; fix line count.
1013
1014 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
1017         (gnus-message-add-citation-keywords)
1018         (gnus-message-remove-citation-keywords): Use it; fix the emulating
1019         versions of font-lock-add-keywords and font-lock-remove-keywords to
1020         work with XEmacs correctly.
1021
1022 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-cite.el (gnus-cite-face-list): Set the values of
1025         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1026         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1027         (gnus-message-cite-prefix-regexp): New variable.
1028         (gnus-message-search-citation-line): Use it; protect against long
1029         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1030         the 0th match data for Emacs.
1031         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1032         (gnus-message-add-citation-keywords): Append keywords rather than
1033         prepending; emulate font-lock-add-keywords if it is not available.
1034         (gnus-message-remove-citation-keywords): Emulate
1035         font-lock-remove-keywords if it is not available.
1036
1037         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1038
1039         * message.el (message-cite-prefix-regexp): Set the value of
1040         gnus-message-cite-prefix-regexp.
1041
1042 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1043
1044         * nnweb.el (nnweb-google-parse-1): Update parser.
1045
1046 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1047
1048         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1049
1050 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1051
1052         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1053         regexp.
1054
1055 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1058         string-to-multibyte.
1059         (uudecode-decode-region-internal): Use it.
1060
1061         * lpath.el: Fbind string-as-multibyte for XEmacs.
1062
1063 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1064
1065         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1066         custom choice.
1067
1068         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1069
1070 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1071
1072         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1073
1074         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1075         `write-region' to respect `mm-inhibit-file-name-handlers'.
1076
1077 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1078
1079         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1080         Use gnus-home-directory instead of "~/" or "$HOME".
1081
1082 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1083
1084         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1085         to mention filename.
1086         Add comments at beginning regarding usage.
1087         (encrypt-write-file-contents): Change interactive so a string is
1088         acceptable.  If the file has no associated model, show an error instead
1089         of a nonsense prompt.
1090
1091 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1092
1093         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1094         Thanks to Yoshihiko Yamada for kind notification of this typo.
1095
1096 2007-01-12  Kenichi Handa  <handa@m17n.org>
1097
1098         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1099         multibyte buffer.
1100
1101 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * gnus-score.el (gnus-score-fast-scoring): New variable.
1104         (gnus-score-headers): Use it.
1105
1106         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1107
1108         * message.el (message-cite-original-1): Call
1109         gnus-article-highlight-citation if requested.
1110
1111         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1112
1113         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1114         bugs to doc string.
1115         (gnus-button-alist): Add mid\\|message-id.
1116         (gnus-button-fetch-group): Extend for use in
1117         `browse-url-browser-function'.
1118         (gnus-button-url-regexp): Try to catch paired parentheses like in
1119         Wikipedia URLs.
1120
1121         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1122         Suggested by Simon Krahnke <overlord@gmx.li>.
1123
1124 2007-01-13  Romain Francoise  <romain@orebokech.com>
1125
1126         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1127         Update copyright.
1128
1129 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1130
1131         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1132
1133 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * gnus-registry.el (gnus-registry-unfollowed-groups)
1136         (gnus-registry-split-fancy-with-parent): Fix documentation.
1137
1138 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1141         from nnweb groups.
1142
1143 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1146         Xref urls.  Erase buffer before requesting head.
1147
1148 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1149
1150         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1151         customizable.
1152
1153 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1154
1155         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1156         no signing key is found.
1157         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1158         no encrypting and/or signing key is found.
1159
1160 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1161
1162         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1163
1164 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1165
1166         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1167         headers read from disk with the ones newly found in the current search.
1168         This should no longer cause problems, because the article numbers in
1169         Gmane's `nov.php' output are ignored since the previous change.
1170
1171 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1172
1173         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1174
1175 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1178         replace-regexp-in-string; bind url-version; fbind display-images-p and
1179         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1180         find-face and set-itimer-function for Emacs; bind itimer-list for
1181         Emacs.
1182
1183         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1184
1185 2007-01-01  Romain Francoise  <romain@orebokech.com>
1186
1187         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1188
1189 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1190
1191         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1192         `define-minor-mode' macro definition expanded properly.
1193         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1194         exclude it there.
1195
1196         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1197         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1198         `fboundp' test.
1199         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1200         This is OK to autoload in (S)XEmacs now.
1201
1202 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1205         keystroke.
1206         (gnus-summary-limit-to-singletons): Fix typo.
1207
1208         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1209         else fails.
1210
1211 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1212
1213         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1214         docstring.
1215
1216         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1217         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1218         (gnus-summary-insert-dormant-articles): Fix typo in message.
1219
1220 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1221
1222         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1223         nil for XEmacs.
1224         (gnus-message-citation-mode): Don't autoload in XEmacs.
1225
1226         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1227
1228 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1229
1230         * nnimap.el (nnimap-expunge-search-string): Mention
1231         nnimap-search-uids-not-since-is-evil in docstring.
1232
1233 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1234
1235         * spam.el: Revert to make-obsolete-variable because
1236         define-obsolete-variable-alias is not supported in Emacs 21.
1237
1238         * spam.el (spam-ifile-path, spam-ifile-database-path)
1239         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1240         make-obsolete-variable.
1241         (spam-bsfilter-path, spam-bsfilter-program)
1242         (spam-spamassassin-path, spam-spamassassin-program)
1243         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1244         use "path" inappropriately.
1245         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1246         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1247         variable names.
1248
1249 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1250
1251         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1252         summary buffer.
1253
1254         * password.el (password-cache-remove): Use clear-string to burn
1255         password, if available.
1256
1257 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1258
1259         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1260
1261         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1262
1263         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1264         (gnus-message-highlight-citation): Move defcustom here from
1265         gnus-cite.el.
1266         (gnus-message-citation-mode): Autoload.
1267
1268         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1269         checks to make it compile with XEmacs.
1270         (gnus-message-citation-mode): New minor mode.
1271         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1272         (gnus-message-highlight-citation): New variables.
1273         (gnus-message-search-citation-line)
1274         (gnus-message-add-citation-keywords)
1275         (gnus-message-remove-citation-keywords)
1276         (turn-on-gnus-message-citation-mode)
1277         (turn-off-gnus-message-citation-mode): New functions.
1278
1279 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1280
1281         * gnus-cite.el: Enable highlighting of different citation levels in
1282         message-mode.
1283
1284 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1285
1286         * message.el (message-make-fqdn): Fix comment.
1287         (message-bogus-system-names): Add ".local".
1288
1289         * spam.el (spam-ifile-path, spam-ifile-program)
1290         (spam-ifile-database-path, spam-ifile-database)
1291         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1292         Don't use "path" inappropriately.
1293         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1294         strings.
1295         (spam-check-ifile, spam-ifile-register-with-ifile)
1296         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1297         new variable names.
1298
1299         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1300         (gnus-treat-display-smileys): Simplify using
1301         gnus-image-type-available-p.
1302
1303         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1304         available.
1305
1306         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1307         `display-images-p' if available.
1308
1309 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1312         one after turning on the buffer's multibyteness instead of decoding
1313         them directly in the unibyte buffer that causes unexpected conversion
1314         in Emacs 23 (unicode).
1315
1316 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1317
1318         * message.el (message-generate-hashcash): Fix custom type.
1319
1320 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1321
1322         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1323
1324 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1325
1326         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1327         disconnect icons.  Add help text.
1328
1329 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1330
1331         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1332         negated to be consistent with the others we handle.
1333
1334 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1337         version of gnus-summary-buffer to something, so that we can use two
1338         article buffers at the same time.
1339
1340 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1341
1342         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1343         trigger all the extra headers.
1344         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1345         sorting.
1346
1347 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1348
1349         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1350         solid groups.
1351
1352 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1353
1354         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1355
1356 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1357
1358         * legacy-gnus-agent.el: Add Copyright notice.
1359
1360 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1361
1362         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1363
1364 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1367
1368         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1369         to make it work reliably in CVS Emacs.
1370         (gnus-summary-limit-strange-charsets-predicate)
1371         (gnus-summary-limit-to-predicate): New functions.
1372
1373 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1374
1375         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1376         specifying array size.
1377         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1378         array if it is too small.
1379         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1380         (gnus-sort-threads-loop): New function.
1381
1382 2006-12-06  Chris Moore  <dooglus@gmail.com>
1383
1384         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1385         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1386
1387 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1388
1389         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1390         options.
1391
1392 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1395         DOS-ing the recipient.
1396
1397         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1398         the headers when creating the mapping to avoid mismappings.
1399         (nnweb-gmane-create-mapping): Always nix out old mapping.
1400
1401 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1404         and mm-verify-option to never.
1405
1406 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * message.el (message-signed-or-encrypted-p): New function.
1409         (message-forward-make-body): Use it.
1410
1411         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1412         Replace encode-coding-string with mm-encode-coding-string.
1413
1414 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * nneething.el (nneething-decode-file-name): Replace
1417         decode-coding-string with mm-decode-coding-string.
1418
1419         * gnus-int.el (gnus-open-server): Say failed server's name.
1420
1421 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1422
1423         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1424         strings to a single string.  Quote `errors-file-name'.
1425         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1426         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1427         Adjust calls.  Use `shell-quote-argument'.
1428
1429 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1430
1431         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1432         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1433
1434         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1435         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1436         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1437         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1438         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1439         (gnus-subscribe-newsgroup, gnus-1):
1440         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1441         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1442         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1443         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1444
1445 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1448         keystroke.
1449         (gnus-summary-limit-to-bodies): Implement headersp.
1450
1451 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1454
1455 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1458
1459 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * message.el (message-generate-hashcash): Expand range of values to
1462         include `opportunistic'.
1463         (message-send-mail): Use it.
1464
1465 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1466
1467         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1468         and comment it.
1469
1470         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1471
1472 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1473
1474         * gnus-util.el (gnus-extract-address-components): Improve comment.
1475
1476 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-util.el (gnus-extract-address-components): Work with address in
1479         which the name portion contains @.
1480
1481         * lpath.el: Fbind custom-autoload.
1482
1483 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1484
1485         * gnus.el (gnus-start): Move custom group up.
1486         (gnus-select-method): Don't autoload, but make it available for
1487         `customize-variable'.
1488         (gnus-getenv-nntpserver): Don't autoload.
1489
1490 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1491
1492         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1493
1494 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1495
1496         * message.el (message-sendmail-extra-arguments): New variable.
1497         (message-send-mail-with-sendmail): Use it.
1498
1499 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1502         mm-with-unibyte-current-buffer to make string unibyte.
1503
1504         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1505         mm-string-as-multibyte.
1506
1507 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1508
1509         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1510         Reported by Werner Koch <wk@gnupg.org>.
1511
1512 2006-11-14  Daiki Ueno  <ueno@p360>
1513
1514         * mml2015.el: Autoload epa-select-keys when compiling.
1515
1516 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1517
1518         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1519         message-options.
1520         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1521
1522 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1523
1524         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1525         EasyPG (< 0.0.6).
1526         (mml2015-always-trust): New user option.
1527         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1528         prompt.
1529
1530 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * nntp.el (nntp-authinfo-force): New variable.
1533         (nntp-send-authinfo): Use it.
1534
1535 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1538         decode encoded words.  Improve prompt.  Add comment about forwarding.
1539         (message-replacement-char): Move up.
1540
1541 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1542
1543         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1544         instead of gnus-intersection because arguments of gnus-sorted-nunion
1545         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1546
1547 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1548
1549         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1550         (message-simplify-subject-functions): Enable
1551         message-strip-subject-encoded-words by default.
1552
1553 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * message.el (message-strip-subject-encoded-words): New function
1556         (message-simplify-subject-functions): New variable.
1557         (message-simplify-subject): Use it.  Fix typo in doc string.
1558         Support message-strip-subject-encoded-words.
1559
1560 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1561
1562         * gnus-diary.el (gnus-diary-delay-format-function):
1563         * nndiary.el (nndiary-reminders):
1564         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1565
1566 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1567
1568         * gnus-art.el (article-hide-boring-headers): Fetch date from
1569         gnus-original-article-buffer to avoid problems with localized date
1570         strings.
1571
1572 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1575
1576 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1579         New variables.
1580         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1581         (mm-charset-synonym-alist): Move some entries to
1582         mm-codepage-iso-8859-list.
1583         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1584         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1585
1586 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1589
1590 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1593         with Emacs 21 and XEmacs.
1594
1595 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * spam.el (spam-parse-address): New function for better parsing,
1598         catching errors, etc.
1599         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1600
1601 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * mm-view.el: Add interactive arg to html2text autoload.
1604
1605 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1608
1609 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1610
1611         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1612         variables.
1613         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1614         (mm-charset-synonym-alist): Move some entries to
1615         mm-codepage-iso-8859-list.
1616
1617         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1618
1619 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1620
1621         * message.el (message-citation-line-format)
1622         (message-insert-formated-citation-line): Fix implementation of %E, %N
1623         and %n according to the doc string.
1624
1625 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1628         car-safe to avoid bad parses.
1629
1630 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1633         names.
1634
1635         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1636
1637 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1640         header.
1641
1642         * message.el (message-draft-headers): Add Date.
1643         (message-headers-to-generate): Fix typo in docstring.
1644
1645         * nndraft.el (nndraft-required-headers): New variable.
1646         (nndraft-generate-headers): Use it.
1647
1648         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1649
1650 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1651
1652         * gnus-registry.el (gnus-registry-wash-for-keywords)
1653         (gnus-registry-find-keywords): New functions to allow easy searching of
1654         articles that are in the registry.
1655
1656 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1657
1658         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1659         ietf-drums-parse-address instead of gnus-extract-address-components.
1660         Reported by Damien Elmes <damien@repose.cx>.
1661
1662 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1663
1664         * gnus.el (gnus-mime): Remove unused custom group.
1665
1666 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1667
1668         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1669         "blank line" when searching for end of armor headers.
1670
1671 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gmm-utils.el (gmm-write-region): Fix variable name.
1674
1675 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1676
1677         * gmm-utils.el (gmm-write-region): New function based on compatibility
1678         code from `mm-make-temp-file'.
1679
1680         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1681
1682         * nnmaildir.el (nnmaildir--update-nov)
1683         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1684         Use `gmm-write-region'.
1685
1686 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1687
1688         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1689         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1690
1691         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1692
1693         * message.el (message-replacement-char): New variable.
1694         (message-fix-before-sending): Use it.
1695         (message-simplify-subject): New function to remove duplicate code.
1696         (message-reply, message-followup): Use it.
1697
1698         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1699         gnus-summary-limit-to-articles.
1700
1701 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1702
1703         * gnus-util.el (gnus-with-local-quit): New macro.
1704
1705         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1706
1707 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1710         ignore non-string data.
1711
1712 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1713
1714         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1715         non-string data (needs to be done in the registry too).
1716
1717 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1718
1719         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1720         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1721         (gnus-registry-split-fancy-with-parent)
1722         (gnus-registry-fetch-simplified-message-subject-fast)
1723         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1724         Remove text properties on ingress into the registry and when it's saved.
1725         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1726         registry from entries with no groups.
1727
1728 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1731         function to remove string properties.
1732
1733 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1734
1735         * gmm-utils.el (gmm): Adjust custom version.
1736
1737         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1738         custom version.
1739
1740         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1741
1742 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1743
1744         * gnus-art.el (gnus-insert-prev-page-button)
1745         (gnus-insert-next-page-button): Simplify.  Reformat.
1746
1747 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1748
1749         * gnus-art.el (gnus-insert-prev-page-button)
1750         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1751
1752 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1753
1754         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1755
1756 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1757
1758         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1759         gnus-article-button-face to MIME and security buttons.
1760
1761 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1762
1763         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1764         readable.
1765
1766 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1769
1770 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1771
1772         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1773         `browse-url-of-file' instead of `browse-url'.
1774
1775 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1776
1777         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1778         regexp.  Articles containing quotation were cut prematurely.
1779
1780 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * message.el (message-cite-original-1): Use nobody by default for the
1783         value of From header.
1784         (message-reply): Ditto.
1785
1786 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1787
1788         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1789         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1790         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1791
1792 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1793
1794         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1795         mails in the doc string.  Add some URLs in comment.
1796         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1797
1798 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1801         backslashes handling and the way to find boundaries of quoted strings.
1802
1803 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1804
1805         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1806         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1807         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1808         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1809
1810 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1811
1812         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1813         doc string.
1814         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1815
1816 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * lpath.el: Fbind epg-check-configuration.
1819
1820 2006-09-06  Simon Josefsson  <jas@extundo.com>
1821
1822         * mml2015.el (mml2015-use): Doc fix, mention epg.
1823
1824 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1825
1826         * mml2015.el (mml2015-use): Default to epg, if available.
1827
1828 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1829
1830         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1831         message-sender.
1832         (mml1991-epg-encrypt): Ditto.
1833         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1834         message-sender.
1835         (mml2015-epg-encrypt): Ditto.
1836
1837 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1838
1839         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1840         several common directories.
1841
1842 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1843
1844         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1845         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1846
1847 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1848
1849         * gnus-art.el (article-decode-encoded-words): Make it fast.
1850
1851 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1854
1855         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1856         in quoted string into `\'.
1857
1858 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1861         Use standard-syntax-table.
1862
1863 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-art.el (gnus-decode-address-function): New variable.
1866         (article-decode-encoded-words): Use it to decode headers which are
1867         assumed to contain addresses.
1868         (gnus-mime-delete-part): Remove useless `or'.
1869
1870         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1871         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1872         (gnus-nov-parse-line): Use it to decode From header.
1873         (gnus-get-newsgroup-headers): Ditto.
1874         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1875
1876         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1877         (mail-decode-encoded-address-string): New alias.
1878
1879         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1880         New function.
1881         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1882         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1883         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1884         (rfc2047-decode-string): Ditto.
1885         (rfc2047-decode-address-region): New function.
1886         (rfc2047-decode-address-string): New function.
1887
1888 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1889
1890         * message.el (message-caesar-buffer-body): Allow rotating headers.
1891
1892         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1893
1894         * message.el (message-insert-formated-citation-line): Fix %f.
1895         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1896
1897 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1900         (gnus-bookmark-mouse-available-p): New macro.
1901         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1902         (gnus-bookmark-bmenu-show-infos): Use it.
1903         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1904         (gnus-bookmark-bmenu-hide-infos): Ditto.
1905         (gnus-bookmark-remove-properties): New function.
1906         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1907         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1908         (gnus-bookmark-write-file): Bind coding-system-for-write.
1909         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1910         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1911         group before selecting it.
1912         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1913         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1914         quit-window if it is not available; use gnus-mouse-2 and bind it to
1915         gnus-bookmark-bmenu-select-by-mouse.
1916         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1917         (gnus-bookmark-bmenu-select-by-mouse): New function.
1918
1919 2006-08-13  Romain Francoise  <romain@orebokech.com>
1920
1921         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1922         space.
1923
1924 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * compface.el (uncompface): Use binary rather than raw-text-unix.
1927
1928 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * compface.el (uncompface): Make sure the eol conversion doesn't take
1931         place when communicating with the external programs.  Reported by
1932         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1933
1934 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1937
1938 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1939
1940         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1941         Make it more robust by parsing author and date independently.
1942
1943 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1946
1947 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1948
1949         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1950         first matching secret key.
1951         (mml2015-epg-encrypt): Ditto.
1952
1953         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1954         first matching secret key.
1955         (mml1991-epg-encrypt): Ditto.
1956
1957         * mml2015.el (mml2015-encrypt-to-self): New user option.
1958         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1959         mml2015-epg-encrypt-to-self is set.
1960
1961         * mml1991.el (mml1991-encrypt-to-self): New variable.
1962         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1963         mml1991-epg-encrypt-to-self is set.
1964
1965         * mml2015.el (mml2015-signers): New user option.
1966         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1967         (mml2015-epg-encrypt): Allow to select signing keys.
1968
1969         * mml1991.el (mml1991-signers): New variable.
1970         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1971         (mml1991-epg-encrypt): Allow to select signing keys.
1972
1973 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * nnheader.el (nnheader-insert-head): Make it work even if the file
1976         uses CRLF for the line-break code.
1977
1978 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1979
1980         * mml2015.el: Require mml-sec instead of password.
1981         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1982         (mml2015-cache-passphrase): Inherit the default value from
1983         mml-secure-cache-passphrase.
1984         (mml2015-passphrase-cache-expiry): Inherit the default value from
1985         mml-secure-passphrase-cache-expiry.
1986
1987         * mml1991.el: Require mml-sec instead of password.
1988         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1989         (mml1991-cache-passphrase): Inherit the default value from
1990         mml-secure-cache-passphrase.
1991         (mml1991-passphrase-cache-expiry): Inherit the default value from
1992         mml-secure-passphrase-cache-expiry.
1993
1994         * mml-sec.el: Require password.
1995         (mml-secure-verbose): New user option.
1996         (mml-secure-cache-passphrase): New user option.
1997         (mml-secure-passphrase-cache-expiry): New user option.
1998
1999 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
2000
2001         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
2002         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
2003         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
2004
2005         FIXME: Use `tiny change'?
2006
2007 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2008
2009         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
2010         workaround for the url package included with Emacs.
2011
2012         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2013
2014 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
2017         correctly.  This fixes a bug caused by the 2006-05-12 change.
2018
2019 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
2020
2021         * nnmail.el (nnmail-article-group): If splitting raises an error, give
2022         some information about the error when saying that the `bogus' mail
2023         group will be used.
2024
2025 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2026
2027         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2028         string.
2029
2030 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2031
2032         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2033
2034 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2035
2036         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2037
2038 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2039
2040         * mml1991.el (mml1991-function-alist): Add epg.
2041         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2042         (mml1991-epg-encrypt): New functions.
2043
2044 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2045
2046         * mml2015.el (mml2015-verbose): New variable.
2047         (mml2015-cache-passphrase): Ditto.
2048         (mml2015-passphrase-cache-expiry): Ditto.
2049         (mml2015-function-alist): Add epg.
2050         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2051         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2052         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2053         functions.
2054
2055 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2056
2057         * message.el (message-cite-original-1): Preserve region when removing
2058         quoted text due to X-No-Archive in order to avoid bogus attribution
2059         when citing multiple messages.
2060
2061 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2062
2063         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2064         Kenneth Jacker <khj@be.cs.appstate.edu>.
2065
2066 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2067
2068         * gnus-diary.el (gnus-user-format-function-d)
2069         (gnus-user-format-function-D): Autoload.
2070
2071         * imap.el (Commentary): Fix typo.
2072
2073         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2074         2006-04-22 contribution.
2075
2076 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2077
2078         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2079         It didn't really fix the bogosity I'm seeing with solid web groups.
2080
2081 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2082
2083         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2084         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2085         created using server names.  If we use the feature without declaring
2086         it, Gnus does not properly manage server and group state.
2087
2088         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2089         bound.
2090
2091 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2092
2093         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2094         looking up the method using GROUP's prefix before inventing a new one.
2095         It is used on killed/unknown groups in various places where returning
2096         an all-new method isn't expected by the caller.
2097
2098         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2099         and match semantics of gnus-group-real-prefix.
2100
2101 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2102
2103         * nnmail.el (nnmail-broken-references-mailers): New variable.
2104         (nnmail-ignore-broken-references): New function generalizing
2105         nnmail-fix-eudora-headers.
2106         (nnmail-fix-eudora-headers): Now obsolete.
2107
2108         * gnus-art.el (gnus-button-handle-custom): Support
2109         `customize-apropos*'.
2110
2111 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2114
2115         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2116         articles.
2117
2118 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * message.el (message-cite-reply-above): New variable.
2121         (message-yank-original): Use it.
2122
2123 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2126
2127 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2130         as read.
2131
2132         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2133
2134 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2137         (gnus-bookmark-default-file): Use gnus-directory.
2138         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2139         Remove "*" in doc string.
2140         (gnus-bookmark-write-file): Simplify.
2141         (gnus-bookmark-maybe-sort-alist): Use `when'.
2142         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2143         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2144         FIXME about Emacs 21 and XEmacs compatibility.
2145         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2146         compatibility.
2147         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2148         compatibility.
2149         (gnus-bookmark-menu-heading): Fix version.
2150
2151 2006-06-19  Bastien Guerry  <bzg@altern.org>
2152
2153         * gnus-bookmark.el: New file.
2154
2155 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * message.el (message-syntax-checks): Doc fix.
2158
2159 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2160
2161         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2162         unsubscribed groups as if they were killed ones.  It causes duplicate
2163         entries in gnus-newsrc-alist.
2164
2165 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * message.el (message-syntax-checks): Doc fix.
2168         (message-send-mail): Add check for continuation headers.
2169         (message-check-news-header-syntax): Fix regexp used to check for
2170         continuation headers.
2171
2172 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2175
2176 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2177
2178         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2179
2180 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2183         default-truncate-lines.
2184
2185 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2186
2187         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2188         to fill the utf-8 entry.
2189
2190         * lpath.el: Fbind unicode-precedence-list.
2191
2192 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2193
2194         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2195
2196 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2197
2198         * gnus-agent.el (directory-files-and-attributes): Move all the way
2199         forward (the third and final move).
2200         (gnus-agent-read-agentview): Trap reconstruction errors due to
2201         nonexistant directory.  Handle by returning nil.
2202
2203 2006-05-30  Didier Verna  <didier@xemacs.org>
2204
2205         * message.el (message-dont-reply-to-names): Update the custom type.
2206         * message.el (message-dont-reply-to-names): New defsubst: potentially
2207         convert a list of regexps into a single one.
2208         * message.el (message-get-reply-headers): Use it.
2209         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2210
2211 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-agent.el (directory-files-and-attributes): Move forward.
2214
2215 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2216
2217         * gnus-ml.el (gnus-mailing-list-subscribe)
2218         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2219         (gnus-mailing-list-message): Fix doc strings.
2220
2221 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2222
2223         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2224         of doing it manually.
2225
2226 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2227
2228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2229         comment.
2230
2231 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2232
2233         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2234         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2235         (gnus-agent-read-local): All symbols allocated in my-obarray
2236         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2237         (gnus-agent-regenerate-group): Check numeric names to see if they are
2238         messages or groups.
2239         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2240         better way of do this...)
2241
2242         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2243         'dummy.group' (there should be a better way of do this...)
2244
2245 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2248         (gnus-saved-headers): Ditto.
2249         (gnus-default-article-saver): Mention functions may have properties.
2250         (gnus-article-save): Override gnus-save-all-headers and
2251         gnus-saved-headers by :headers property which saver function may have.
2252         (gnus-summary-save-in-file): Add :headers property.
2253         (gnus-summary-write-to-file): Ditto.
2254
2255         * gnus-sum.el (gnus-summary-save-article): Bind
2256         gnus-prompt-before-saving to t when saving many articles in a file;
2257         always show all headers.
2258
2259         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2260
2261 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2264         marks.
2265
2266         * message.el (message-indent-citation): Add optional arguments to allow
2267         using it outside of message buffers.
2268
2269         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2270         (gnus-article-treat-unfold-headers): Use it.
2271         (gnus-article-truncate-lines): New variable.
2272         (gnus-article-mode): Use it.
2273         (gnus-article-toggle-truncate-lines): New function.
2274
2275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2276         gnus-article-toggle-truncate-lines.
2277
2278         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2279         coding system in XEmacs, use binary.
2280
2281 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2284         after-load-alist.
2285
2286         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2287         this function should save decoded articles.
2288         (gnus-summary-write-to-file): Use property to specify this function
2289         should save decoded articles and specify gnus-summary-save-in-file
2290         should be used to save articles other than the first one when saving
2291         many articles.
2292         (gnus-summary-save-body-in-file): Use property to specify this
2293         function should save decoded articles.
2294         (gnus-summary-write-body-to-file): Use property to specify this
2295         function should save decoded articles and specify
2296         gnus-summary-save-body-in-file should be used to save articles other
2297         than the first one when saving many articles.
2298
2299         * gnus-sum.el (gnus-summary-save-article): Simplify.
2300
2301 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * gnus-art.el (gnus-default-article-saver): Add
2304         gnus-summary-write-body-to-file.
2305         (gnus-article-save-coding-system): Don't use coding system object
2306         in XEmacs.
2307         (gnus-read-save-file-name): Add optional `dir-var' argument which
2308         specifies directory in which files are saved; work even if optional
2309         `variable' argument is not specified.
2310         (gnus-summary-write-to-file): Read file name.
2311         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2312         (gnus-summary-write-body-to-file): New function.
2313
2314         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2315         (gnus-summary-local-variables): Add it.
2316         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2317         (gnus-summary-save-article): Remove optional `decode' argument;
2318         determine whether to decode articles by the value of
2319         gnus-default-article-saver; when saving many files using
2320         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2321         it first and use gnus-summary-save-in-file or
2322         gnus-summary-save-body-in-file thereafter unless
2323         gnus-prompt-before-saving is always; move point to article which
2324         will be saved.
2325         (gnus-summary-save-article-file): Revert.
2326         (gnus-summary-write-article-file): Revert.
2327         (gnus-summary-save-article-body-file): Revert.
2328         (gnus-summary-write-article-body-file): New function.
2329
2330 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-art.el (gnus-default-article-saver): Doc fix.
2333         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2334         from gnus-summary-save-article-coding-system, and default to a
2335         certain coding system.
2336         (gnus-output-to-file): Add coding cookie and encode text according
2337         to gnus-article-save-coding-system; don't use mm-append-to-file.
2338
2339         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2340         gnus-art.el and rename to gnus-article-save-coding-system.
2341         (gnus-summary-save-article): Require gnus-art; don't show all
2342         headers if it decodes articles; don't add coding cookie here;
2343         don't bind mm-text-coding-system-for-write.
2344         (gnus-summary-save-article-file): Save decoded articles.
2345         (gnus-summary-write-article-file): When saving many files, use
2346         gnus-summary-write-to-file first and gnus-summary-save-in-file
2347         thereafter unless gnus-prompt-before-saving is always.
2348         (gnus-summary-save-article-body-file): Save decoded articles.
2349
2350         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2351
2352 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * nnrss.el (nnrss-check-group): Bind hash-index.
2355
2356 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2357
2358         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2359         its hash index.  Store this hash in `nnrss-group-data'.
2360         (nnrss-read-group-data): Update accordingly.
2361
2362 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2363
2364         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2365         entry.
2366
2367         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2368         gnus-article-browse-html-article.
2369
2370 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2371
2372         * gnus-sum.el (gnus-summary-mime-map): Add
2373         gnus-article-browse-html-article.
2374
2375         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2376
2377 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2380         suitable coding systems in customize.
2381
2382 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2383
2384         * mail-source.el (mail-sources): Fix custom type.
2385
2386 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2387
2388         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2389         (gnus-summary-expire-articles-now): Shorten prompt.
2390
2391         * gmm-utils.el (wid-edit): Require.
2392         (defun-gmm): Renamed from `gmm-defun-compat'.
2393         (gmm-image-search-load-path): Use it.
2394         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2395
2396 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2399         variable.
2400         (gnus-summary-save-article): Add optional `decode' argument.  If
2401         it is set and gnus-summary-save-article-coding-system is non-nil,
2402         save decoded article.
2403         (gnus-summary-write-article-file): Save decoded article if
2404         gnus-summary-save-article-coding-system is non-nil.
2405
2406         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2407         type.
2408
2409 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2412
2413 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2416         first to test gnus-single-article-buffer which may be buffer-local.
2417
2418         * gnus-sum.el (gnus-summary-setup-buffer): Make
2419         gnus-single-article-buffer buffer-local and nil in ephemeral
2420         group; make gnus-article-buffer, gnus-article-current, and
2421         gnus-original-article-buffer always buffer-local.
2422         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2423         group.
2424         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2425
2426 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2427
2428         * nnml.el (nnml-request-compact-group): Compressed files might not
2429         have .gz extension.
2430
2431 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2434         (mm-copy-to-buffer): Use with-current-buffer.
2435         (mm-display-part): Simplify.
2436         (mm-inlinable-p): Add optional arg `type'.
2437
2438 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2439
2440         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2441         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2442         Try harder to show the attachment internally or externally using
2443         gnus-mime-view-part-as-type.
2444
2445 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2446
2447         * message.el (message-from-style, message-signature-separator)
2448         (message-user-organization-file, message-send-mail-function)
2449         (message-citation-line-function, message-yank-prefix)
2450         (message-indent-citation-function, message-signature)
2451         (message-signature-file, message-signature-insert-empty-line):
2452         Remove autoloads.
2453
2454         * gnus-art.el (gnus-buttonized-mime-types): Remove
2455         "multipart/signed".  Revert 2006-04-26 change.
2456
2457 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * gnus.el (gnus-version-number): Bump version.
2460
2461 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2462
2463         * gnus.el: No Gnus v0.5 is released.
2464
2465 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2466
2467         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2468         fetching articles by message-id.
2469
2470 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * message.el (hashcash): Require hashcash as normal.
2473
2474         * ecomplete.el (ecomplete-highlight-match-line): Use
2475         point-at-eol.
2476         (ecomplete-highlight-match-line): Use `highlight', because that
2477         face exists in both Emacs and XEmacs.
2478
2479         * message.el (message-display-abbrev): Use point-at-bol.
2480
2481         * mail-source.el: Don't require timer/timer-funcs.
2482
2483         * gnus-async.el: Ditto.
2484
2485         * password.el: Ditto.
2486
2487         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2488
2489         * mm-url.el: Ditto.
2490
2491         * gnus-xmas.el: Don't require timer-funcs.
2492
2493         * mm-util.el: Require timer/timer-funcs.
2494
2495 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2496
2497         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2498         Close.
2499
2500 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2503         unibyte after clear-decrypt function runs.
2504
2505         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2506         returns as a unibyte string.
2507
2508 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * lpath.el: Revert.
2511
2512         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2513         (pgg-gpg-process-sentinel): Revert.
2514
2515         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2516         (pgg-pgp-lookup-key): Revert.
2517
2518         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2519         (pgg-pgp5-lookup-key): Revert.
2520
2521         * pgg.el (pgg-fetch-key): Revert.
2522
2523 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * lpath.el: Fbind string-as-multibyte for XEmacs.
2526
2527         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2528         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2529         (mml1991-pgg-encrypt): Ditto.
2530
2531         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2532         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2533         a multibyte buffer.
2534
2535         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2536         (pgg-pgp-lookup-key): Ditto.
2537
2538         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2539         (pgg-pgp5-lookup-key): Ditto.
2540
2541         * pgg.el (pgg-fetch-key): Ditto.
2542
2543 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * message.el (message-user-organization-file): Check several
2546         locations of the organization file.
2547
2548         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2549         Add gnus-article-view-part-as-type.
2550
2551         * gnus-art.el (gnus-article-view-part-as-type): New function.
2552
2553         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2554         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2555
2556         * mml.el: Simplify autoload.
2557         (mml-mode): defvar dnd-protocol-alist instead of using
2558         symbol-value.
2559         (mml-default-directory): New variable.
2560         (mml-minibuffer-read-file): Use it.
2561         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2562
2563         * message.el (message-citation-line-format): New variable.
2564         (message-insert-formated-citation-line): New function.
2565         (message-citation-line-function): Add
2566         `message-insert-formated-citation-line' to custom type.
2567
2568         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2569         to doc string.
2570
2571         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2572         depending on mm-verify-option.
2573
2574 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2577         binding pgg-* variables; reimplement the section which prevents
2578         MIME header from being signed.
2579         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2580         pgg-text-mode; remove a blank line at the top of body.
2581
2582         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2583         lines at the top of body; use gnus-newsgroup-charset if there's no
2584         Charset header.
2585
2586 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * message.el (message-self-insert-commands): Doc fix.
2589
2590         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2591         (mm-uu-pgp-encrypted-test): Ditto.
2592         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2593         between header and body; return application/pgp-encrypted handle
2594         if decryption failed; decode decrypted body by charset.
2595
2596         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2597         element match to application/pgp-*.
2598
2599 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2600
2601         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2602         HTML.
2603
2604 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * mail-source.el (mail-source-call-script): Message the error
2607         string.
2608
2609 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus-util.el (gnus-byte-compile): Use it.
2612
2613 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2614
2615         * gnus-util.el (kill-empty-logs): New function.
2616
2617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * message.el (message-mail-alias-type): Doc fix.
2620         (message-mail-alias-type-p): New function.
2621         (message-send): Use it.
2622         (message-mode): Ditto.
2623         (message-strip-forbidden-properties): Ditto.
2624
2625         * ecomplete.el (ecomplete-database-file-coding-system): New
2626         variable.
2627         (ecomplete-save): Use it.
2628         (ecomplete-setup): Use it.
2629
2630 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * message.el (message-self-insert-commands): New variable.
2633         (message-strip-forbidden-properties): Use it.
2634
2635 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2638         that doesn't make XEmacs choke.
2639
2640 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * gnus-util.el (gnus-replace-in-string):
2643         Prefer replace-regexp-in-string over of replace-in-string.
2644
2645 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-util.el (gnus-select-frame-set-input-focus):
2648         Use select-frame-set-input-focus if it is available in XEmacs; use
2649         definition defined in Emacs 22 for old Emacsen.
2650
2651         * dgnushack.el: Autoload unmorse-region for XEmacs.
2652
2653         * lpath.el: Bind cursor-in-non-selected-windows and
2654         select-frame-set-input-focus for XEmacs.
2655
2656 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2659
2660 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * gnus-registry.el (gnus-registry-cache-save): Remove text
2663         properties when saving via the temp buffer.
2664
2665 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * message.el (message-generate-hashcash): Honor custom type.
2668
2669 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * message.el (message-generate-hashcash): Default to non-nil when
2672         hashcash is found.
2673
2674         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2675         (gnus-refer-thread-limit): Increase default to 500.
2676
2677         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2678
2679         * flow-fill.el (fill-flowed): Allow delete-space.
2680
2681 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2682
2683         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2684         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2685         Remove autoloads.
2686
2687 2006-04-18  Simon Josefsson  <jas@extundo.com>
2688
2689         * message.el (message-generate-hashcash): Default to.
2690
2691 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2694         concatenating segments rather than before concatenating them.
2695
2696 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2697
2698         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2699
2700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2703
2704         * message.el (message-forward-make-body-plain): Allow
2705         message-forward-ignored-headers to be a list.
2706         (message-remove-ignored-headers): Factor out into function.
2707         (message-forward-make-body-mml): Use it.
2708
2709         * imap.el (imap-quote-specials): New function.
2710         (imap-login-auth): Quote specials.
2711
2712         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2713         (rfc2231-parse-string): Allow concatanation of parameters that
2714         aren't contiguous.  The test case is
2715           (mail-header-parse-content-type "message/external-body;
2716             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2717             access-type=LOCAL-FILE;
2718             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2719
2720 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2721
2722         * nntp.el (nntp-accept-process-output): Return the value of
2723         `nnheader-accept-process-output'.
2724
2725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2728         (gnus-button-alist): Recognize more diff formats.
2729         (gnus-button-patch): Strip directory.
2730
2731 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2734         Emacs 22 when setting focus.
2735
2736 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * gnus-art.el (gnus-article-treat-types): Do treatment of
2739         text/x-verbatim parts.
2740         (gnus-button-patch): New command.
2741
2742         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2743         addresses that contain invalid characters.
2744
2745 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * message.el (message-put-addresses-in-ecomplete): Use
2748         gnus-replace-in-string.
2749         (message-is-yours-p): Use the more correct
2750         mail-header-parse-address instead of
2751         mail-extract-address-components.
2752         (message-put-addresses-in-ecomplete): Fix typo.
2753
2754         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2755         keystroke.
2756
2757         * gnus-art.el (gnus-treatment-function-alist): Change order of
2758         newsgroups/generic header folding to avoid double-folding.
2759
2760         * message.el (message-hidden-headers): Add X-Draft-From.
2761
2762         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2763         command.
2764         (gnus-summary-repeat-search-article-backward): New command.
2765
2766         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2767         groups in the parent topic.
2768
2769 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2770
2771         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2772         (spam-extra-header-to-number): Return the CRM114 number as a
2773         number instead of a string.
2774
2775 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-art.el (gnus-face-properties-alist): Moved here from
2778         gnus-fun.
2779
2780         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2781
2782 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * message.el (message-strip-forbidden-properties): Only display on
2785         self-insert-command.
2786
2787         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2788         reindent.
2789         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2790
2791 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2792
2793         * smiley.el (smiley-style): Fix typo.
2794
2795 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * hashcash.el (hashcash-insert-payment-async-2): Use
2798         message-goto-eoh instead of doing it manually.
2799         (mail-add-payment): Use message-narrow-to-header instead of trying
2800         to do the same itself.
2801
2802         * message.el (message-hidden-headers): Add Face.
2803
2804         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2805         reparenting code.
2806         (gnus-summary-reparent-children): Refactored out code.
2807         (gnus-summary-thread-map): New keystroke.
2808         (gnus-summary-reparent-children): Make into command.
2809
2810         * smiley.el (smiley-style): Default to `medium' if using a large
2811         font.
2812
2813         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2814         does it itself.
2815
2816         * message.el (message-point-in-header-p): Simplify definition.
2817
2818 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * nnagent.el (nnagent-request-set-mark): Silence log file
2821         writing.
2822         (nnagent-request-set-mark): Use write-region instead of
2823         append-to-file.
2824
2825         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2826         strange select method.
2827
2828         * ecomplete.el (ecomplete-display-matches): Get highlightling
2829         right.
2830         (ecomplete-display-matches): Use literals.
2831         (ecomplete-display-matches): Disable message logging.
2832
2833         * message.el (message-display-abbrev): Small optimization.
2834
2835         * ecomplete.el (ecomplete-display-matches): Allow automatic
2836         display.
2837
2838         * message.el (message-strip-forbidden-properties): Display
2839         abbrevs.
2840         (message-display-abbrev): Get automatic display right.
2841
2842         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2843         keystrokes.
2844
2845 2006-04-13  Romain Francoise  <romain@orebokech.com>
2846
2847         TODO: Backport to v5-10!
2848
2849         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2850         Moved here (and renamed) from gnus-registry.el.
2851
2852         * gnus-registry.el: Require gnus-util.
2853         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2854
2855 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-group.el (gnus-group-catchup-current): Change
2858         if-then-else-if-then-else into cond.
2859         (gnus-group-catchup): Indent.
2860         (group-name-at-point): New function.
2861         (gnus-fetch-group): Provide default from thing at point.
2862
2863 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * message.el (message-display-abbrev): Fix regexp.
2866
2867         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2868         choosing.
2869         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2870         dead variables.
2871
2872         * message.el (message-newline-and-indent): Remove debugging.
2873         (message-display-abbrev): Use new implementation.
2874
2875 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2876
2877         * gnus-art.el (gnus-article-mode): Set
2878         cursor-in-non-selected-windows to nil.
2879
2880         * smiley.el: Revert previous change.
2881         (smiley-data-directory): defvar it before using it in the
2882         defcustom of `smiley-style'.
2883
2884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * message.el (message-newline-and-indent): New function.
2887
2888         * ecomplete.el: Implement more bits.
2889
2890         * message.el (message-put-addresses-in-ecomplete): Clean up the
2891         string.
2892
2893         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2894
2895         * gnus-sum.el (gnus-summary-save-parts): Bind
2896         gnus-summary-save-parts-counter and use it to make unique file
2897         names.
2898
2899         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2900
2901         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2902         parameter to say whether to actually parse the individual
2903         addresses.
2904
2905         * message.el (message-put-addresses-in-ecomplete): New function.
2906         (ecomplete): Require.
2907         (message-mail-alias-type): Add ecomplete as an option.
2908
2909 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2910
2911         * flow-fill.el (fill-flowed): Remove trailing space from blank
2912         quoted lines.
2913
2914 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * smiley.el (smiley-style): Move definition later to avoid a
2917         compilation warning.
2918
2919 2006-04-12  Kenichi Handa  <handa@m17n.org>
2920
2921         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2922         buffer and then decode the buffer text if necessary.
2923         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2924         first, and after mm-encode-body, change the buffer to unibyte.
2925         Use mm-disable-multibyte instead of set-buffer-multibyte.
2926
2927 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2928
2929         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2930         Content-Type header instead of Content-Disposition header.
2931         (gnus-mime-inline-part): Ditto.
2932         (gnus-mime-view-part-as-charset): Ignore charset that the part
2933         specifies.
2934
2935         * mm-decode.el (mm-display-part): Work with external parts and
2936         usual parts similarly.
2937
2938         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2939         instead of gnus-display-mime.
2940
2941         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2942         instead of with-temp-buffer.
2943
2944         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2945         tag to summarized topics part in order to encode non-ASCII text.
2946
2947 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * smiley.el (smiley-style): New variable.
2950         (smiley-directory): New function.
2951         (smiley-data-directory): Derive from `smiley-style' using
2952         `smiley-directory'.
2953         (smiley-regexp-alist): Add new entries.
2954
2955         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2956         (gnus-article-browse-delete-temp): Add :version.
2957
2958 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2959
2960         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2961         the sieve region.
2962
2963 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus.el (gnus-version-number): Bump version.
2966
2967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2968
2969         * gnus.el: No Gnus v0.4 is released.
2970
2971 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2974         layout.
2975
2976         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2977         unknown charset.
2978
2979         * message.el (message-header-synonyms): Add Original-To to the
2980         default.
2981
2982         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2983         optional parameter.
2984
2985 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2986
2987         * gnus-fun.el (gnus): Require it for gnus-directory.
2988
2989 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2992
2993 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2994
2995         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2996
2997 2006-04-05  Simon Josefsson  <jas@extundo.com>
2998
2999         * password.el (password-reset): New function.
3000
3001 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
3002
3003         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
3004         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3005
3006 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3007
3008         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3009         Some whitespace was matched into the url, which broke browsing hits
3010         > 100 when mm-url-use-external was nil.
3011
3012 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
3015         gnus-extra-headers for 'Newsgroups.
3016
3017         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
3018         bound.
3019
3020 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
3021
3022         * pgg-gpg.el: Clean up process buffers every time gpg processes
3023         complete.
3024
3025 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3028         doc string.
3029
3030 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3031
3032         * pgg-gpg.el (pgg-gpg-process-filter)
3033         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3034
3035         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3036         lines, temporary fix.
3037
3038 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3039
3040         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3041
3042 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3043
3044         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3045         default-enable-multibyte-characters.  This reverts the change from
3046         revision 6.17 which is no longer necessary because the passphrase
3047         is sent separately now.  GnuPG messages are unreadable under
3048         multibyte locales with default-enable-multibyte-characters set to
3049         nil.
3050
3051 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * message.el (message-tool-bar-gnome): Move "spell".
3054
3055 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3058         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3059         instead.
3060
3061 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3062
3063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3064         newsgroups handling for NNTP overviews which don't include
3065         Newsgroups.
3066
3067 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3068
3069         * message.el (message-resend): Bind message-generate-hashcash to nil.
3070
3071 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3072
3073         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3074         when searching for already-paid recipients.
3075
3076 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3077
3078         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3079         passphrases when it is not needed.
3080         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3081         passphrase stuff from gpg, should only be necessary when you use
3082         gpg with a smartcard.
3083
3084 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * mml.el (mml-insert-mime): Ignore cached contents of
3087         message/external-body part.
3088
3089         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3090         (mm-insert-part): Ditto.
3091
3092 2006-03-23  Simon Josefsson  <jas@extundo.com>
3093
3094         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3095         Reiner.
3096         (pgg-gpg-use-agent-p): Use it again.
3097
3098 2006-03-23  Simon Josefsson  <jas@extundo.com>
3099
3100         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3101         older emacsen.
3102         (pgg-gpg-use-agent-p): Don't use it.
3103
3104 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3105
3106         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3107         if we can.
3108
3109 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3110
3111         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3112         (pgg-gpg-update-agent): New function.
3113         (pgg-gpg-use-agent-p): New function.
3114         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3115         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3116         (pgg-gpg-sign-region): Use it.
3117
3118 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3121         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3122
3123 2006-03-21  Simon Josefsson  <jas@extundo.com>
3124
3125         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3126         <wilde@sha-bang.de>.
3127         (pgg-gpg-use-agent): New variable.
3128         (pgg-gpg-process-region): Use it.
3129         (pgg-gpg-encrypt-region): Likewise.
3130         (pgg-gpg-encrypt-symmetric-region): Likewise.
3131         (pgg-gpg-decrypt-region): Likewise.
3132         (pgg-gpg-sign-region): Likewise.
3133         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3134
3135 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3138
3139         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3140         Add comment on version.
3141
3142 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * smiley.el: Add missing test smiley.
3145
3146 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * mm-decode.el (mm-with-part): New macro.
3149         (mm-get-part): Use it; work with message/external-body as well.
3150         (mm-save-part): Treat name and filename equally.
3151
3152         * mm-extern.el (mm-extern-cache-contents): New function.
3153         (mm-inline-external-body): Use it; force the part to be displayed;
3154         move undisplayer added to the cached handle to the parent.
3155
3156         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3157         (gnus-mime-view-part-as-type): Work with message/external-body.
3158
3159         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3160
3161 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3164         images in image-load-path.  [Sync with image.el, revision 1.60, in
3165         Emacs.]
3166
3167 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3168
3169         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3170         path rather than symbol.  Always return list of directories.
3171         Guarantee that image directory comes first.  [Sync with image.el,
3172         revision 1.59, in Emacs.]
3173
3174         * message.el (message-make-tool-bar): Adjust to new API of
3175         `gmm-image-load-path-for-library'.
3176
3177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3178
3179         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3180
3181 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3182
3183         * gnus-art.el (gnus-article-only-boring-p):
3184         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3185         intangible text.
3186         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3187
3188 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3191         `defun' instead of `gmm-defun-compat'.
3192
3193 2006-03-14  Simon Josefsson  <jas@extundo.com>
3194
3195         * message.el (message-unique-id): Don't use message-number-base36
3196         if (user-uid) is a float.
3197         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3198
3199 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3200
3201         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3202
3203         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3204         empty line between a part and a message part.
3205
3206 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * smiley.el: Add more test smileys.
3209         (smiley-data-directory, smiley-regexp-alist)
3210         (gnus-smiley-file-types): Fix doc strings.
3211         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3212         adding new elements.
3213         (smiley-mouse-map): Unused code.  Make it a comment.
3214
3215 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3218         scan latest NoCeM messages instead of old ones.
3219         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3220         delimiters that are recently used.
3221         (gnus-nocem-load-cache): Add autoload cookie.
3222
3223         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3224
3225         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3226         level which is larger than gnus-use-nocem is specified.
3227
3228         * gnus-group.el (gnus-group-get-new-news): Ditto.
3229
3230 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * gnus-util.el (gnus-tool-bar-update): New function.
3233
3234         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3235         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3236
3237         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3238
3239         * gnus-group.el (gnus-group-redraw-when-idle)
3240         (gnus-group-redraw-check): Remove.
3241         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3242
3243 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3246         if optional last element is specified in splits (FIELD VALUE...).
3247
3248 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3249
3250         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3251         to gmm-image-load-path-for-library.  Call with no-error argument.
3252         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3253
3254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3255
3256         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3257
3258         * gmm-utils.el (gmm-image-load-path): Remove alias.
3259
3260 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3261
3262         * gmm-utils.el (gmm-image-load-path): Add alias.
3263
3264         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3265         nnml-generate-nov-databases-1.
3266         (nnml-generate-nov-databases): Use it.
3267         (nnml-generate-nov-databases-directory): Document no-active
3268         argument.
3269
3270         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3271         directory if path is t.  Add no-error.
3272
3273         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3274         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3275
3276         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3277         resetting gnus-article-browse-html-temp-list.
3278
3279         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3280         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3281         Add example to docstring.  Rename local variables.  Move error
3282         checks to default case in cond and simplify.
3283
3284 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3287         handle is multipart when calling it recursively.
3288         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3289
3290 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3291
3292         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3293         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3294
3295 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3298         is loaded.
3299
3300         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3301         loaded.
3302
3303 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3306         to "Emacs 23 (unicode)" in doc string.
3307
3308         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3309         "Emacs 23 (unicode)" in comment.
3310
3311 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3314
3315         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3316         characters 160 through 255 in Emacs 23.
3317
3318 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3319
3320         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3321         gnus-article-browse-html-temp.
3322         (gnus-article-browse-delete-temp): Make it customizable.  Add
3323         `file'.  Adjust doc string.
3324         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3325         query for each file.  Adjust doc string.
3326         (gnus-article-browse-html-parts): Add
3327         `gnus-article-browse-delete-temp-files' to
3328         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3329
3330 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3331
3332         * gnus-art.el (gnus-article-browse-html-temp)
3333         (gnus-article-browse-delete-temp): New variables.
3334         (gnus-article-browse-delete-temp-files): New function.
3335         (gnus-article-browse-html-parts): Use it.
3336
3337 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3340
3341         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3342         string.
3343
3344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3345         gnus-summary-insert-new-articles when unplugged.  Remove
3346         gnus-summary-search-article-forward.
3347
3348         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3349         display-visual-class instead of display-color-cells.
3350
3351 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * dgnushack.el: Autoload customize-group for XEmacs.
3354
3355         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3356         message/* containing non-ASCII text properly.
3357
3358 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * message.el: Require gmm-utils, remove autoloads.
3361         (message-tool-bar): Set default based on
3362         gmm-tool-bar-style.
3363         (message-tool-bar-gnome): Add gmm-customize-mode.
3364
3365         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3366         gmm-tool-bar-style.
3367         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3368
3369         * gnus-group.el (gnus-group-tool-bar): Set default based on
3370         gmm-tool-bar-style.
3371         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3372
3373         * gmm-utils.el (gmm-image-directory): Rename variable from
3374         gmm-image-load-path.
3375         (gmm-image-load-path): Use gmm-image-directory.
3376         (gmm-customize-mode): New function.
3377         (gmm-tool-bar-style): New variable.
3378
3379         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3380         gnus-group-redraw-line-number.
3381         (gnus-group-redraw-check): Simplify.
3382         (gnus-group-tool-bar-update): Remove redraw check.
3383         (gnus-group-make-tool-bar): Add redraw check.
3384
3385 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3386
3387         * gnus-art.el (gnus-button): Add missing parentheses.
3388
3389 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * lpath.el: Fbind line-number-at-pos.
3392
3393 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3396
3397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-art.el (gnus-button): New face.
3400         (gnus-article-button-face): Use it.
3401
3402         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3403         gnus-summary-next-page.  Re-order.
3404
3405         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3406         next-node are now included.
3407         (gnus-group-redraw-line-number): New internal variable.
3408         (gnus-group-redraw-check): Helper function for updating the tool
3409         bar.
3410         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3411
3412         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3413
3414         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3415         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3416         Use it to match format of Spamassassin 3.0 and later.  Reported by
3417         IRIE Tetsuya <irie@t.email.ne.jp>.
3418         (spam-check-bogofilter)
3419         (spam-bogofilter-register-with-bogofilter): Fix args of
3420         `gnus-error' calls.
3421
3422 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3425         unnecessary interaction when sending queued mails.  Reported by
3426         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3427
3428 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3431         first or last are nil.
3432
3433 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3434
3435         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3436
3437 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3440
3441 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * dns.el (query-dns): Protect more against buggy tcp output.
3444
3445 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3448         nov.php.
3449
3450 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3451
3452         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3453         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3454         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3455         output on the server side.
3456         (nnweb-google-create-mapping): Update regexps and add some
3457         progress indication.
3458
3459 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3460
3461         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3462         gnus-agent-toggle-plugged.  Re-order icons.
3463         (gnus-group-tool-bar-gnome): Add
3464         gnus-group-{prev,next}-unread-group.
3465         (gnus-group-tool-bar-gnome): Re-order icons.
3466
3467         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3468         gnus-summary-insert-new-articles.
3469
3470         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3471         comments.
3472
3473         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3474         also available in Emacs 21.3.
3475
3476         * message.el (message-fix-before-sending): Change "Emacs 22" to
3477         "Emacs 23 (unicode)" in comment.
3478
3479         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3480         "Emacs 23 (unicode)" in comment.
3481
3482         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3483         comment.
3484         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3485
3486         * mm-view.el (mm-fill-flowed): Add :version.
3487
3488 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3491         and load-path.
3492
3493 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * message.el: Autoload gmm-image-load-path.
3496         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3497         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3498         consitency.
3499
3500         * gmm-utils.el (gmm-image-load-path): Also search in
3501         "../etc/images".  Don't set gmm-image-load-path if we don't find
3502         the image.
3503
3504 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3505
3506         * gmm-utils.el (gmm-image-load-path): Don't make
3507         `gmm-image-load-path' include subdirectories which the second arg
3508         `image' might specify.
3509
3510         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3511         subdirectory to icon file names.
3512
3513         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3514
3515 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3518         gmm-image-load-path calls.
3519
3520         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3521
3522         * message.el (message-make-tool-bar): Ditto.
3523
3524         * mml.el (mml-preview): Added comment concerning tool bar icons.
3525
3526         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3527         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3528
3529         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3530         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3531
3532         * message.el (message-tool-bar-gnome): Use new icon names.
3533         (message-make-tool-bar): Use `gmm-image-load-path'.
3534
3535         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3536         functions from MH-E.
3537         (gmm-image-load-path): New variable from MH-E.
3538         (gmm-image-load-path): New function from MH-E.  Added arguments
3539         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3540         *-image-load-path-called-flag.
3541
3542 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3543
3544         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3545
3546 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3547
3548         * nnimap.el (nnimap-request-move-article): Change folder back to
3549         source group before deleting.
3550
3551 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3552
3553         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3554
3555         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3556         mm-url.
3557
3558         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3559
3560 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3563         coding system which mm-charset-to-coding-system returns for a
3564         given charset is valid.
3565
3566 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3567
3568         * html2text.el (html2text-remove-tag-list):
3569         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3570
3571 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3572
3573         * gnus-cus.el: Revert 2005-10-17 change.
3574
3575 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-art.el (article-strip-banner): Call
3578         article-really-strip-banner only when the regexp match is made.
3579
3580 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (article-strip-banner): Use
3583         gnus-extract-address-components instead of
3584         mail-header-parse-addresses to make it work with non-ASCII text;
3585         remove mail-encode-encoded-word-string.
3586
3587         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3588         values which are surrounded with \"...\"; make it never cause a
3589         Lisp error; give up parsing of parameters if it failed in
3590         extracting type.
3591
3592 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3593
3594         * smime.el (smime-cert-by-ldap-1): Fix bug where
3595         `smime-ldap-search' returns results without userCertificates.
3596
3597 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3600
3601 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3602
3603         * spam.el (spam-check-spamassassin-headers): Adapt format for
3604         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3605         <ari@mbf.ocn.ne.jp>.
3606         (spam-list-of-processors): Add spam-use-gmane.
3607
3608 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3611         make-temp-file; make it work with XEmacs as well.
3612
3613         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3614         mm-make-temp-file.
3615
3616         * mm-decode.el (mm-display-external): Use the 3rd arg of
3617         mm-make-temp-file.
3618         (mm-create-image-xemacs): Ditto.
3619
3620 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3623         with message-narrow-to-headers.
3624         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3625         (gnus-draft-check-draft-articles): New function.
3626         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3627
3628 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * gnus-art.el (gnus-article-browse-html-parts):
3631         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3632         Don't use suffix argument for mm-make-temp-file for Emacs 21
3633         compatibility.  Remove useless `format'.
3634
3635 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3636
3637         * nnweb.el (nnweb-google-wash-article): Update regexps.
3638         (nnweb-group-alist): Use defvoo instead of defvar.
3639
3640 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3643         re-loading nn* modules.
3644
3645 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3646
3647         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3648         for `tool-bar-mode' and don't check it's default-value.
3649
3650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3651
3652         * message.el (message-make-tool-bar): Ditto.
3653
3654         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3655         `substring'.  Shorten tmp-file name.
3656
3657         * gnus.el: Remove bogus comment.
3658
3659 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3660
3661         * gnus-art.el (gnus-article-browse-html-parts): New function.
3662         (gnus-article-browse-html-article): New function for viewing html
3663         articles with a browser.
3664
3665 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3666
3667         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3668         in elisp.
3669         (pgg-gpg-encrypt-symmetric-region): Ditto.
3670         (pgg-gpg-sign-region): Ditto.
3671
3672         * pgg-def.el (pgg-text-mode): New variable.
3673
3674         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3675         (mml2015-pgg-encrypt): Ditto.
3676
3677         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3678         (mml1991-pgg-encrypt): Ditto.
3679
3680 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3683         message-make-date instead of current-time-string.
3684
3685         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3686         to gnus-decoded which mm-uu might set.
3687
3688 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3691         don't decode quoted parameters; remove misimported Emacs code.
3692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3693         (rfc2231-decode-encoded-string): Don't use split-string which
3694         behaves differently according to Emacs version; use
3695         mm-decode-coding-region to convert charset to coding-system.
3696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3697         (rfc2231-encode-string): Remove misimported Emacs code.
3698
3699 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3702         when calling mail-header-parse-content-type.
3703         (article-de-quoted-unreadable): Ditto.
3704         (article-de-base64-unreadable): Ditto.
3705         (article-wash-html): Ditto.
3706
3707         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3708         calling mail-header-parse-content-type and
3709         mail-header-parse-content-disposition.
3710         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3711         mail-header-parse-content-type.
3712
3713         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3714         insert charset and format parameters; encode description after
3715         inserting it to buffer.
3716         (mml-insert-parameter): Fold lines properly even if a parameter is
3717         segmented into two or more lines; change the max column to 76.
3718
3719         * rfc1843.el (rfc1843-decode-article-body): Don't use
3720         ignore-errors when calling mail-header-parse-content-type.
3721
3722         * rfc2231.el (rfc2231-parse-string): Return at least type if
3723         possible; don't cause an error even if it fails in parsing of
3724         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3725         (rfc2231-encode-string): Don't break lines at the beginning, leave
3726         it to mml-insert-parameter.
3727
3728         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3729         calling mail-header-parse-content-type.
3730
3731 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * spam-report.el (spam-report-gmane-use-article-number):
3734         Improve doc string.
3735         (spam-report-gmane-internal): Check if a suitable header was found
3736         in the article.
3737
3738 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3741         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3742
3743 2006-02-05  Romain Francoise  <romain@orebokech.com>
3744
3745         Update copyright notices of all files in the gnus directory.
3746
3747 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3748
3749         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3750
3751 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3754         segmented lines of parameter value to cope with Thunderbird 1.5
3755         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3757         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3758
3759 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3760
3761         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3762         parts.
3763
3764 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3765
3766         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3767         there's only one active file for all servers.
3768         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3769         solid groups.  Gnus might have used a FAST request to select the group.
3770         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3771         and nnweb-search redundantly in the active file.
3772         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3773         (nnweb-request-create-group): Don't use ARGS.
3774         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3775         initialisations.  Let nnoo do the work.
3776
3777 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3780         Say the part has been decoded.
3781
3782         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3783
3784 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3785
3786         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3787         mailcap-viewer-test-cache when there's no 'test clause, since that
3788         will invert the meaning of a "nil" test previously determined by
3789         mailcap-mailcap-entry-passes-test.
3790
3791 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3794         compiling.
3795
3796         * gnus-sum.el: Ditto.
3797
3798         * message.el: Don't bind tool-bar-map when compiling.
3799
3800 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3801
3802         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3803
3804 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3805
3806         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3807         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3808         current Google Groups.
3809
3810 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3813         and tool-bar-mode.
3814
3815         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3816         and tool-bar-mode.
3817
3818         * message.el (message-tool-bar-update): Simplify.
3819         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3820
3821         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3822         gnus-summary-buffer.
3823         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3824         gnus-summary-reply.
3825
3826         * gmm-utils.el (gmm): Add :version.
3827
3828 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * Makefile.in (clean): New rule.
3831         (distclean): Use it.
3832
3833 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3834
3835         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3836         autoload.
3837
3838 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gmm-utils.el (gmm-verbose): Add :group.
3841
3842 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * message.el: Change some comments WRT tool-bars.
3845
3846         * gnus-sum.el (gnus-summary-tool-bar)
3847         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3848         (gnus-summary-tool-bar-zap-list): New variables.
3849         (gnus-summary-make-tool-bar): Complete rewrite using
3850         `gmm-tool-bar-from-list'.
3851
3852         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3853         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3854         variables.
3855         (gnus-group-make-tool-bar): Complete rewrite using
3856         `gmm-tool-bar-from-list'.
3857         (gnus-group-tool-bar-update): New function.
3858
3859         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3860
3861 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3864         is dissected into a single part of which the type is the same as
3865         the given one; decode charset.
3866
3867 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3868
3869         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3870         into alists as symbol not string, since that's what
3871         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3872         look for.
3873
3874 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3877         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3878
3879         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3880
3881 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3884         (gnus-xmas-mime-security-button-menu): New function.
3885
3886         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3887         (gnus-mime-security-button-menu): New definition.
3888         (gnus-mime-security-button-map): Use them.
3889         (gnus-mime-security-button-menu): New function.
3890         (gnus-insert-mime-security-button): Addition to help echo.
3891         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3892         (gnus-mime-security-pipe-part): New functions.
3893
3894         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3895         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3896
3897         * mm-decode.el (mm-handle-set-disposition): Remove.
3898         (mm-handle-set-description): Remove.
3899
3900 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3903         (mm-w3m-standalone-supports-m17n-p): New function.
3904         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3905         w3m usage.
3906
3907         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3908         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3909
3910 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * message.el (message-tool-bar-zap-list): Use
3913         gmm-tool-bar-zap-list as custom type.
3914         (message-tool-bar-update): New function.
3915         (message-tool-bar, message-tool-bar-gnome)
3916         (message-tool-bar-retro): Add message-tool-bar-update.
3917         (message-tool-bar-gnome): Add flyspell-buffer.
3918
3919         * gnus-util.el (gnus-error): Describe `args'.
3920
3921         * gmm-utils.el (gmm-error): Describe `args'.
3922         (gmm-tool-bar-zap-list): New widget.
3923         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3924
3925 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3928         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3929         the number of recursive calls.
3930
3931         * mm-decode.el (mm-handle-set-disposition): New macro.
3932         (mm-handle-set-description): New macro.
3933
3934 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3937         encoding.
3938
3939 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3940
3941         * message.el (message-tool-bar-zap-list, message-tool-bar)
3942         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3943         (message-tool-bar-local-item-from-menu): Remove.
3944         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3945         (message-make-tool-bar): New function.
3946         (message-mode): Use `message-make-tool-bar'.
3947
3948         * gmm-utils.el: New file.
3949         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3950         (gmm-lazy): New widget copied from `nnmail.el'.
3951         (gmm-tool-bar-from-list): New function for creating customizable
3952         tool bars.
3953         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3954         output.
3955         (gmm): Add :prefix to defgroup.
3956
3957 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3958
3959         * gmm-utils.el (gmm-widget-p): New function.
3960
3961 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * mml.el (mml-attach-file): Describe `description' in doc string.
3964         (mml-menu): Add Emacs MIME manual and PGG manual.
3965
3966 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3967
3968         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3969
3970 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3971
3972         * nntp.el (nntp-end-of-line): Doc fix.
3973
3974 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3975
3976         * imap.el (imap-open): Handle case where buffer is a buffer
3977         object.
3978
3979 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3980
3981         * gnus-delay.el (gnus-delay): Don't autoload.
3982         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3983         to be re-loaded when customizing the `gnus-delay' group.
3984
3985 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3986
3987         * message.el (message-insert-citation-line): Use newlines.
3988
3989 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3990
3991         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3992         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3993         these routines, so the passphrase can be managed externally and
3994         passed in to the system.
3995         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3996         pgg-add-passphrase-to-cache function.
3997
3998         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3999         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
4000         these routines, so the passphrase can be managed externally and
4001         passed in to the system.
4002         (pgg-pgp5-sign-region): Use new name of
4003         pgg-add-passphrase-to-cache function.
4004
4005 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
4006
4007         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4008         part of the decoded armor to find the key-identifier.
4009         (pgg-gpg-lookup-key-owner): New function to return the
4010         human-readable identifier of a key owner.
4011         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
4012         itself.
4013         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4014         the key value) if we have a key and can match it against a secret
4015         key.  Also, added a note pointing out fact that the prompt only
4016         indicates the first matching key.
4017
4018         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
4019         pgg-decrypt-region.
4020         (pgg-add-passphrase-to-cache): Rename from
4021         `pgg-add-passphrase-cache' to reduce confusion (all callers
4022         changed).
4023         (pgg-remove-passphrase-from-cache): Rename from
4024         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4025         changed).
4026         (pgg-read-passphrase, pgg-add-passphrase-cache)
4027         (pgg-remove-passphrase-cache): Add informative docstrings.
4028         (pgg-decrypt): Convey provided passphrase in subordinate call to
4029         pgg-decrypt-region.
4030
4031 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4032
4033         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4034         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4035         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4036         'passphrase' argument, so the passphrase can be managed externally
4037         and then passed in to the system.
4038
4039         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4040         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4041         so the passphrase cache can be used reliably with identifiers
4042         besides a pgp packet's key id.
4043
4044         * pgg-gpg.el (pgg-gpg-encrypt-region)
4045         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4046         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4047         these routines, so the passphrase can be managed externally and
4048         passed in to the system.
4049
4050         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4051         'notruncate' argument, so the passphrase cache can be used
4052         reliably with identifiers besides a pgp packet's key id.
4053
4054 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4055
4056         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4057         symmetric encryption.
4058         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4059         encrypted session key.
4060         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4061         message ask for the passphrase in a proper way.
4062
4063         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4064         New user commands for symmetric encryption.
4065
4066 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4069
4070         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4071
4072 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4073
4074         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4075
4076 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * mm-decode.el (mm-inlined-types): Add application/pgp.
4079         (mm-automatic-display): Ditto.
4080
4081         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4082         part as text.
4083
4084 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * nnrss.el: Update copyright.
4087         (nnrss-opml-import): Query whether to subscribe to each entry.
4088
4089         * gnus-art.el:
4090         * gnus-sum.el:
4091         * gnus-xmas.el:
4092         * messagexmas.el:
4093         * mm-uu.el:
4094         * mm-view.el: Update copyright.
4095
4096 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * message.el (message-info): New function.
4099         (message-mode-menu): Add it.
4100         Update copyright.
4101
4102         * ChangeLog: Fix and update copyright.
4103
4104 2006-01-13  Romain Francoise  <romain@orebokech.com>
4105
4106         * message.el (message-forward-subject-name-subject): Prefer the
4107         address to 'nowhere' if the sender has no name.
4108         Fix typo.  Update copyright year.
4109
4110 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el (article-wash-html): Use
4113         gnus-summary-show-article-charset-alist if a numeric arg is given.
4114         (gnus-article-wash-html-with-w3m-standalone): New function.
4115
4116         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4117         mm-inline-text-html-render-with-w3m-standalone.
4118         (mm-text-html-washer-alist): Map w3m-standalone to
4119         gnus-article-wash-html-with-w3m-standalone.
4120         (mm-inline-text-html-render-with-w3m-standalone): New function.
4121
4122 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4123
4124         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4125         Improve LaTeX.
4126
4127 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4130         (nnrss-request-article): Render text/plain parts as HTML.
4131
4132         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4133         the buffer.
4134
4135 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4138         custom definition of `gnus-posting-styles'.
4139
4140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4141         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4142
4143 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4146         Use nntp for bug archive.
4147
4148 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4151         parts.
4152         (nnrss-normalize-date): New function converts ISO 8601 date into
4153         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4154         (nnrss-check-group): Use it.
4155
4156 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4159
4160         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4161         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4162         (nnrss-insert-w3): Ditto.
4163
4164 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4167         the articles to be forwarded including the case where neither a
4168         number of articles nor a region is specified.
4169
4170 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * nnrss.el (nnrss-request-article): Fix last change; fill
4173         text/plain parts.
4174
4175 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4178         in text/plain part.
4179         (nnrss-check-group): Don't add excessive newline to dc:subject.
4180
4181 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4182
4183         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4184         article.
4185
4186 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4189         (nnml-use-compressed-files, nnml-save-mail): Support other
4190         comression programs such as bzip2.
4191
4192 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * dns.el (query-dns): Make sure we check the buffer size before
4195         removing tcp headers.
4196
4197 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4200         remove MIME buttons associated with multipart/alternative parts.
4201         (gnus-mime-display-alternative): Tag buttons using `article-type'
4202         text property.
4203
4204         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4205         associated with multipart/alternative parts.
4206
4207         * gnus-art.el (gnus-signature-separator): Fix custom type.
4208
4209         * mm-decode.el (mm-inlined-types): Fix custom type.
4210         (mm-keep-viewer-alive-types): Ditto.
4211         (mm-automatic-display): Ditto.
4212         (mm-attachment-override-types): Ditto.
4213         (mm-inline-override-types): Ditto.
4214         (mm-automatic-external-display): Ditto.
4215
4216 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * spam-report.el (spam-report-user-mail-address)
4219         (spam-report-user-agent): New variables.
4220         (spam-report-url-ping-plain): Use spam-report-user-agent.
4221
4222 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4223
4224         * gnus-art.el (gnus-button-handle-custom): Do not just use
4225         `customize-apropos' for any "M-x customize-*" button but the
4226         function called for.  Accept both the function name and its
4227         argument in order to achieve this.
4228         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4229         function name to `gnus-button-handle-custom' in case of "M-x
4230         customize-*" buttons.
4231
4232 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4235         multipart/alternative and add xref to mm-discouraged-alternatives
4236         in doc string.
4237
4238         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4239         gnus-buttonized-mime-types in doc string.
4240
4241 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4242
4243         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4244         Suggest image/.* in the doc string.
4245
4246 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4249         message-marks (Debian bug #342521).
4250
4251 2005-12-12  Simon Josefsson  <jas@extundo.com>
4252
4253         * password.el (password-read-from-cache): Add.
4254         (password-read): Use it.
4255
4256 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4259         us-ascii as a MIME charset.
4260
4261         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4262         against the case where the 2nd arg TYPE is nil.
4263
4264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * pop3.el (pop3-stream-type): Fix custom version.
4267
4268         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4269
4270 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4271
4272         * mm-decode.el (mm-display-external): Add missing cdr.
4273
4274 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4277         RFC1524) if it is in mailcap or add a suffix according to
4278         mailcap-mime-extensions when generating a temp filename; postpone
4279         deleting a temp file for 2 seconds for some wrappers, shell
4280         scripts, and so on, which might exit right after having started a
4281         viewer command as a background job.
4282
4283 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * nntp.el (nntp-marks-directory): Fix custom group.
4286
4287         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4288         steps when < 10.
4289
4290         * gnus-start.el (gnus-no-server-1): Mention
4291         `gnus-level-default-subscribed' in doc string.
4292
4293 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4294
4295         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4296         parens.
4297
4298 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-xmas.el (gnus-use-toolbar): Revert.
4301         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4302         gnus-use-toolbar is default.
4303
4304         * messagexmas.el (message-use-toolbar): Revert.
4305         (message-setup-toolbar): Use global default-toolbar if
4306         message-use-toolbar is default.
4307
4308 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4311         according to default-toolbar-visible-p.
4312
4313         * messagexmas.el (message-use-toolbar): Ditto.
4314
4315 2005-11-26  Dave Love  <fx@gnu.org>
4316
4317         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4318         (tls-program, tls-success): Provide openssl alternative.
4319
4320         * starttls.el: Doc fixes.
4321         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4322         SERVICE to PORT.
4323
4324         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4325         port null or service name.
4326         (starttls-negotiate): Autoload.
4327
4328 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * message.el (message-kill-to-signature): Fix interactive spec.
4331
4332 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * pop3.el (pop3-open-server): Recognize a string as a service name.
4335
4336 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4337
4338         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4339
4340 2005-11-23  Dave Love  <fx@gnu.org>
4341
4342         Add pop3s, pop3/starttls.
4343
4344         * pop3.el (pop3-authentication-scheme): Clarify doc.
4345         (open-tls-stream, starttls-open-stream): Autoload.
4346         (pop3-stream-type): New.
4347         (pop3-open-server): Use it.
4348
4349         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4350         for POP.
4351         (mail-source-keyword-map): Add :stream for POP.
4352         (mail-source-fetch-pop): Use pop3-stream-type.
4353
4354 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4357         of current-time-string.
4358
4359 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4360
4361         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4362         date header.
4363
4364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4365
4366         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4367         it can seriously impact performance as it bypasses the agent's
4368         local caches.
4369
4370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4371
4372         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4373         must be explicitly online rather than "not explicitly offline" for
4374         its flags to be synchronized.
4375
4376         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4377         that gnus-uu-unmark-thread will function correctly.
4378
4379         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4380         1024K is instead displayed as 1M.
4381
4382 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4385
4386 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4387
4388         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4389
4390 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4391
4392         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4393         error message to display actual error condition.
4394         (gnus-agent-save-local): Avoid saving symbols that are bound to
4395         nil as they simply result in a warning message in
4396         gnus-agent-read-local.
4397
4398 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4401         rather than make-variable-buffer-local for file-precious-flag.
4402
4403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4404
4405         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4406         for duplicates which are removed.  The invalid sort check then
4407         triggers a rescan after the sort as sorting may have moved
4408         duplicate entries such that they can be cheaply detected.
4409
4410 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4413
4414 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4415
4416         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4417         internal variable to a custom variable.  Changed default value
4418         from compressed(2) to uncompressed(1).
4419         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4420         support for uncompressed agentview files.  Taken together, reading
4421         the agentview file should now be 6-7 times faster.
4422
4423 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4424
4425         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4426         as a buffer-local variable.  This avoids creating truncated
4427         dribble files as a result of a hang up, eg.
4428
4429 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4430
4431         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4432         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4433         XEmacs.
4434
4435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus-start.el (gnus-start-draft-setup): Enforce
4438         `gnus-draft-mode' for nndraft:drafts at startup.
4439
4440         * gnus.el (gnus-splash): Change custom group.
4441         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4442         allow-list argument.
4443
4444         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4445         string.
4446
4447 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4448
4449         * gnus-art.el (gnus-default-article-saver): Add user-defined
4450         `function' to custom type.
4451
4452 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4453
4454         * imap.el (imap-open): Handle case where buffer is a buffer
4455         object.
4456
4457 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4458
4459         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4460         long lines.
4461         (gnus-cache-delete-group): Wrap doc strings.
4462
4463         * gnus-agent.el (gnus-agent-rename-group)
4464         (gnus-agent-delete-group): Wrap doc strings.
4465
4466
4467 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * messagexmas.el (message-use-toolbar): Change the valid values
4470         into default, top, bottom, left, and right.
4471         (message-toolbar-thickness): New variable.
4472         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4473         well.
4474         (message-setup-toolbar): Make it work.
4475
4476         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4477         (gnus-use-toolbar): Change the valid values into default, top,
4478         bottom, left, and right.
4479         (gnus-toolbar-thickness): New variable.
4480         (gnus-xmas-setup-toolbar): New function.
4481         (gnus-xmas-setup-group-toolbar): Use it.
4482         (gnus-xmas-setup-summary-toolbar): Use it.
4483
4484 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * gnus-start.el (gnus-1): Add "native" to
4487         gnus-predefined-server-alist.
4488
4489         * gnus.el (gnus-method-to-server): Don't add "native" to the
4490         lists here, because that leads to problems when
4491         gnus-select-method is bound.
4492
4493 2005-11-09  Simon Josefsson  <jas@extundo.com>
4494
4495         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4496         use (not sort-by-date) instead.
4497
4498 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4499
4500         * gnus-delay.el (gnus-delay-group): Don't autoload.
4501         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4502         to be re-loaded when customizing the `gnus-delay' group.
4503
4504 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4505
4506         * message.el: Revert last changes.
4507         (message-insert-citation-line): Use newlines.
4508
4509 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4510
4511         * message.el (message-courtesy-message)
4512         (message-mark-insert-begin, message-mark-insert-end)
4513         (message-elide-ellipsis, message-cancel-message)
4514         (message-add-header, message-change-subject)
4515         (message-cross-post-followup-to-header)
4516         (message-cross-post-insert-note, message-reduce-to-to-cc)
4517         (message-widen-reply, message-delete-not-region)
4518         (message-kill-to-signature, message-insert-signature)
4519         (message-insert-importance-high, message-insert-importance-low)
4520         (message-insert-or-toggle-importance)
4521         (message-insert-disposition-notification-to)
4522         (message-indent-citation, message-yank-original)
4523         (message-cite-original-without-signature, message-cite-original)
4524         (message-insert-citation-line, message-position-on-field)
4525         (message-fix-before-sending, message-send-mail-partially)
4526         (message-send-mail, message-send-mail-with-sendmail)
4527         (message-send-mail-with-qmail, message-send-news)
4528         (message-check-news-header-syntax, message-generate-headers)
4529         (message-insert-courtesy-copy, message-fill-address)
4530         (message-fill-header, message-shorten-references)
4531         (message-setup-1, message-cancel-news)
4532         (message-forward-make-body-plain, message-forward-make-body-mime)
4533         (message-forward-make-body-mml, message-encode-message-body)
4534         (message-forward-make-body-digest-plain)
4535         (message-forward-make-body-digest-mime)
4536         (message-use-alternative-email-as-from): Insert `hard-newline'
4537         instead of ordinary newlines.
4538
4539 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * message.el (message-generate-headers): Downcase the argument
4542         given to message-check-element.
4543
4544 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4545
4546         * nntp.el (nntp-authinfo-rejected): New error condition.
4547         (nntp-wait-for): Use new error condition to signal authentication
4548         error.
4549         (nntp-retrieve-data): Rethrow new error condition to break out of
4550         recursive call to nntp-send-authinfo.
4551
4552 2005-11-08  Romain Francoise  <romain@orebokech.com>
4553
4554         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4555         (gnus-summary-exit-map): Bind to `Z p'.
4556         (gnus-summary-make-menu-bar): Add menu item.
4557
4558 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4561         (gnus-treat-*): Add `first' in all doc strings.
4562
4563         * gnus-group.el (gnus-group-compact-group): Fix typo.
4564
4565 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus.el (gnus-parameters-case-fold-search): New variable.
4568         (gnus-parameters-get-parameter): Use it.
4569
4570         * gnus-score.el (gnus-home-score-file): Doc fix.
4571
4572 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4573
4574         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4575
4576 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * mm-util.el (mm-special-display-p): New function.
4579
4580         * mml.el (mml-preview): Use it; doc fix.
4581
4582 2005-10-29  Romain Francoise  <romain@orebokech.com>
4583
4584         * message.el (message-fix-before-sending): Fix comment.
4585
4586 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4587
4588         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4589
4590 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4591
4592         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4593         Used in gnus-score.el.
4594
4595 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4598
4599 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4600
4601         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4602         whitespace removed in revision 7.8.  Use concatenated string to
4603         protect trailing whitespace.
4604
4605 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4606
4607         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4608         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4609         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4610         Courier IMAP ("some version from 2004").  Mostly based on similar
4611         code in the same function.
4612
4613 2005-10-26  Didier Verna  <didier@xemacs.org>
4614
4615         * gnus-group.el (gnus-group-compact-group): invalidate original
4616         article buffer.
4617         * gnus-srvr.el (gnus-server-compact-server): ditto.
4618         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4619         NOV database and in article itself.
4620         Invalidate article backlog.
4621
4622 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4625
4626 2005-10-26  Simon Josefsson  <jas@extundo.com>
4627
4628         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4629         part of 2004-07-25 change.
4630
4631 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * message.el (message-display-completion-list): New function.
4634         (message-expand-group): Use it; make sure the Completions buffer
4635         is modifiable.
4636
4637 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4638
4639         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4640         user-mail-name is an empty string.
4641
4642 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4645         depending on gnus-score-decay-constant.
4646
4647         * encrypt.el (encrypt-insert-file-contents)
4648         (encrypt-write-file-contents): Don't use `gnus-message'.
4649
4650         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4651         arguments.
4652         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4653         arguments to mm-uu-verbatim-marks-extract.
4654         (mm-uu-hide-markers): New variable.
4655         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4656
4657         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4658         (gnus-convert-image-to-face-command): Use "convert" by default to
4659         allow other input image formats.
4660         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4661         accordingly.
4662
4663 2005-10-23  Simon Josefsson  <jas@extundo.com>
4664
4665         * imap.el (imap-gssapi-program): Align command line parameters
4666         with latest GNU SASL.
4667         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4668
4669 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4672         HTML.
4673         (nnslashdot-request-article): Ditto.
4674
4675         * lpath.el (featurep): Add nobreak-char-display.
4676
4677 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4678
4679         * mail-source.el (mail-source-fetch-pop): Require pop3.
4680         (mail-source-check-pop): Ditto.
4681
4682 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4685         errors.
4686
4687 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4690         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4691
4692         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4693
4694         * mm-bodies.el (mm-decode-string): Call
4695         `mm-charset-to-coding-system' with allow-override argument.
4696
4697 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4700         (rfc2047-charset-to-coding-system): New function.
4701         (rfc2047-decode-encoded-words): New function.
4702         (rfc2047-decode-region): Use them.
4703         (rfc2047-decode-cte): Remove.
4704         (rfc2047-parse-and-decode): Remove.
4705         (rfc2047-decode): Remove.
4706
4707 2005-10-15  Kenichi Handa  <handa@m17n.org>
4708
4709         * rfc2047.el (rfc2047-decode-cte): New function.
4710         (rfc2047-decode-region): Change the way to decode successive
4711         encoded-words: decode B- or Q-encoding in each encoded-word,
4712         concatenate them, and decode it as charset.
4713
4714 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * lpath.el: Fbind codepage-setup for XEmacs.
4717
4718 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4719
4720         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4721         widget-move-and-invoke.
4722         (gnus-custom-mode): Use gnus-custom-map.
4723
4724 2005-10-15  Bill Wohler  <wohler@newt.com>
4725
4726         * message.el (message-tool-bar-map): Renamed image file from
4727         mail_send to mail/send.
4728
4729 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4730
4731         * message.el (message-expand-group): Pass the common
4732         prefix substring of completion to `display-completion-list'.
4733
4734 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * mml-sec.el (mml-secure-method): New internal variable.
4737         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4738         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4739         functions using mml-secure-method.
4740
4741         * mml.el (mml-mode-map): Add key bindings for those functions.
4742         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4743         Harder <harder@myrealbox.com>.
4744         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4745         end of message if point is the headers of the message.
4746
4747         * message.el (message-in-body-p): New function.
4748
4749         * assistant.el: Autoload gnus-util and netrc.
4750
4751         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4752         Use `mm-charset-override-alist' only when decoding.
4753
4754         * mm-bodies.el (mm-decode-body): Call
4755         `mm-charset-to-coding-system' with allow-override argument.
4756
4757         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4758         `filename' from Content-Disposition if Content-Type doesn't
4759         provide `name'.
4760         (gnus-mime-view-part-as-type): Set default instead of
4761         initial-input.
4762
4763 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4764
4765         * format-spec.el (format-spec): Propagate text properties of % spec.
4766
4767 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4768
4769         * gnus-art.el (gnus-treat-predicate): Add `first'.
4770
4771 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4774         (mm-charset-override-alist): New variable.
4775         (mm-charset-to-coding-system): Use it.
4776         (mm-codepage-setup): New helper function.
4777         (mm-charset-eval-alist): New variable.
4778         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4779         about unknown charsets.
4780
4781         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4782
4783 2005-10-04  David Hansen  <david.hansen@gmx.net>
4784
4785         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4786         (nnrss-check-group): Ditto.
4787
4788 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4791         Rename x-gnus-verbatim to x-verbatim.
4792         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4793
4794         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4795         x-verbatim.
4796
4797         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4798
4799         * gnus-util.el (gnus-remove-duplicates): Remove.
4800
4801         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4802         instead of gnus-remove-duplicates.
4803
4804         * message.el (message-remove-duplicates): Remove.
4805         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4806         message-remove-duplicates.
4807
4808         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4809         available, else use implementation from `delete-dups'.
4810
4811         * message.el (message-insert-expires): New function.
4812         (message-mode-map): Add key binding.
4813         (message-mode-field-menu): Add menu entry.
4814         (message-mode): Document it.
4815         (message-make-expires-date): Use `message-make-date'.
4816
4817 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4818
4819         * message.el (message-make-expires-date): New function.
4820
4821 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * Makefile.in (list-installed-shadows): New entry.
4824         (install): Use it.
4825         (remove-installed-shadows): New entry.
4826
4827         * dgnushack.el (dgnushack-default-load-path): New variable.
4828         (dgnushack-find-lisp-shadows): New function.
4829         (dgnushack-remove-lisp-shadows): New function.
4830
4831 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * Makefile.in (install-el-elc): New entry.
4834         (install): Use it so that .el files are necessarily installed.
4835
4836 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4839
4840 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4841
4842         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4843         function rather than the diff-mode.el package.
4844         (mm-display-external): Use with-current-buffer.
4845         (mm-viewer-completion-map, mm-viewer-completion-map):
4846         Move initialization inside declaration.
4847
4848 2005-09-29  Simon Josefsson  <jas@extundo.com>
4849
4850         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4851         autoload mail-check-payment.
4852         (spam-check-hashcash): Define unconditionally, since hashcash.el
4853         is part of Gnus now.  Ignore errors from payment checking.
4854
4855 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4856
4857         * message.el (message-bold-region, message-unbold-region): Rename
4858         from `bold-region' and `unbold-region'.
4859
4860         * message.el: Remove useless autoloads.
4861
4862 2005-09-28  Simon Josefsson  <jas@extundo.com>
4863
4864         * message.el (message-use-idna): Default to t.
4865         (message-use-idna): Test whether encoding works too.  Doc fix.
4866
4867 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * nntp.el (nntp-warn-about-losing-connection): Remove.
4870
4871 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4872
4873         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4874         customizable.  Change default value.
4875         (mm-uu-diff-groups-regexp): Change default value.
4876         (mm-uu-type-alist): Add doc string.
4877         (mm-uu-configure): Add doc string.  Make it interactive.
4878         (mm-uu-tex-groups-regexp): New variable.
4879         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4880         (mm-uu-type-alist): Add LaTeX documents.
4881         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4882         of "text/verbatim".
4883         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4884
4885         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4886         instead of "text/verbatim".
4887
4888         * message.el (message-mark-inserted-region)
4889         (message-mark-insert-file): Use slrn style marks when called with
4890         prefix argument.
4891
4892 2005-09-27  Simon Josefsson  <jas@extundo.com>
4893
4894         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4895
4896 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4897
4898         * message.el (message-remove-duplicates): New function.
4899         Implementation borrowed from `gnus-remove-duplicates'.
4900         (message-idna-to-ascii-rhs): Also encode idna addresses in
4901         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4902         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4903         only ask about the same idna domain once per header and also tell
4904         in what header to replace the idna domain.
4905
4906         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4907         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4908         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4909         a header is decoded and not just the last one.
4910
4911 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4914         has been decoded.
4915
4916         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4917         (mm-insert-part): Don't modify text if it has been decoded.
4918
4919         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4920         decoded.
4921
4922         * mm-view.el (mm-inline-text): Don't strip text props unless
4923         decoding enriched or richtext parts.
4924
4925 2005-09-25  Romain Francoise  <romain@orebokech.com>
4926
4927         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4928         * gnus-start.el (gnus-subscribe-interactively):
4929         * gnus-uu.el (gnus-uu-grab-articles):
4930         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4931         space.
4932
4933 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4934
4935         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4936         * mm-view.el (mm-view-pkcs7-decrypt):
4937         * gnus-sum.el (gnus-summary-limit-to-extra)
4938         (gnus-summary-respool-article, gnus-read-move-group-name):
4939         * gnus-score.el (gnus-summary-increase-score):
4940         * gnus-util.el (gnus-completing-read-with-default):
4941         * gnus-art.el (gnus-read-save-file-name)
4942         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4943         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4944         * message.el (message-check-news-header-syntax):
4945         Follow convention for reading with the minibuffer.
4946
4947 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * spam-report.el (spam-report-url-ping-plain):
4950         Use gnus-extended-version as User-Agent.
4951
4952         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4953         default value is nil.
4954
4955         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4956         (mm-uu-verbatim-marks-extract): New function.
4957         (mm-uu-extract): New face.
4958         (mm-uu-copy-to-buffer): Use it.
4959
4960         * spam-report.el (spam-report-gmane-ham): Renamed from
4961         `spam-report-gmane-unspam'.
4962         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4963         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4964
4965         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4966         Autoload.
4967         (spam-report-gmane-unregister-routine): Renamed
4968         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4969
4970 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4971
4972         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4973         (spam-report-gmane-unregister-routine): Add support for gmane
4974         unregistration.
4975
4976         * spam-report.el (spam-report-gmane-unspam)
4977         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4978         (spam-report-gmane): Change to take a single article and do unspam
4979         registration.
4980
4981 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * mm-url.el (mm-url-decode-entities): Fix regexp.
4984
4985 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4988         default to nil, to be able to use Gnus at all.  If the default
4989         switches to something else, then the function should be fixed not
4990         be exceedingly slow.
4991
4992 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4993
4994         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4995         fail hard.
4996
4997         * spam-report.el: Add better Keywords line.
4998
4999         * spam.el: Add Maintainer and better Keywords line.
5000
5001 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-art.el (gnus-article-replace-part)
5004         (gnus-mime-replace-part): New functions.
5005         (gnus-mime-action-alist, gnus-mime-button-commands)
5006         (gnus-mime-save-part-and-strip): Added file argument.
5007         (gnus-article-part-wrapper): Added interactive argument.
5008
5009         * gnus-sum.el (gnus-summary-mime-map): Add
5010         `gnus-article-replace-part'.
5011
5012 2005-09-19  Didier Verna  <didier@xemacs.org>
5013
5014         The nnml compaction feature:
5015         * nnml.el (nnml-request-compact-group): New function.
5016         * nnml.el (nnml-request-compact): New function.
5017         * gnus-int.el (gnus-request-compact-group): New function.
5018         * gnus-int.el (gnus-request-compact): New function.
5019         * gnus-group.el (gnus-group-compact-group): New function.
5020         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
5021         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
5022         * gnus-srvr.el (gnus-server-compact-server): New function.
5023         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
5024         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5025
5026 2005-09-18  Deepak Goel  <deego@gnufans.org>
5027
5028         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5029         format spec.
5030
5031 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5034
5035 2005-09-15  Romain Francoise  <romain@orebokech.com>
5036
5037         * message.el (message-fill-paragraph): Clarify docstring.
5038
5039 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * gnus-art.el (gnus-mime-display-part): Protect against broken
5042         MIME messages.
5043
5044 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5047         before parsing header.
5048
5049 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5050
5051         * html2text.el: (html2text-replace-list): Add new entities.
5052
5053 2005-09-11  Romain Francoise  <romain@orebokech.com>
5054
5055         * message.el (message-alternative-emails): Improve docstring.
5056         (message-setup-1): Call `message-use-alternative-email-as-from'
5057         after `message-setup-hook' to give it precedence over posting
5058         styles, etc.
5059         (message-use-alternative-email-as-from): Add docstring.  Remove
5060         the original From header if present.
5061
5062         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5063         (nnml-save-mail): Use it.
5064
5065         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5066         articles.  Add new argument `silent'.
5067         (gnus-uu-mark-all): Report the total number of marked articles.
5068
5069 2005-09-10  Romain Francoise  <romain@orebokech.com>
5070
5071         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5072         (gnus-uu-mark-series): Likewise.
5073
5074 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * spam-report.el (spam-report-gmane): Fix generation of spam
5077         report URL.
5078
5079 2005-09-10  Simon Josefsson  <jas@extundo.com>
5080
5081         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5082         t, based on discussion on the ding list with Robert Epprecht
5083         <epprecht@solnet.ch>.
5084
5085 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * spam-report.el (spam-report-gmane): Make it work without
5088         X-Report-Spam header.  Gmane now only provides Archived-At.
5089         This is only used if `spam-report-gmane-use-article-number' is nil.
5090         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5091
5092         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5093         make `gnus-summary-sort-by-recipient' work with threading.
5094
5095         * nnweb.el (nnweb-google-wash-article): Print a message if article
5096         is not available.
5097
5098 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5099
5100         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5101         change.  Decode text/* parts content before displaying.
5102
5103 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5106
5107 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5110
5111         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5112         url-package-name, url-package-version,
5113         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5114         w3m-display-inline-images, and w3m-minor-mode-map.
5115
5116 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * message.el (message-tab-body-function): Fixed mismatched custom
5119         type.
5120
5121         * gnus.el (gnus-group-change-level-function): Ditto.
5122
5123         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5124
5125         * gnus-art.el (gnus-signature-limit)
5126         (gnus-article-mime-part-function): Ditto.
5127
5128 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * mml.el (mml-mode): Silence the byte compiler.
5131
5132         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5133         using `(sit-for 0)' before moving the point to the specified part;
5134         skip unbuttonized parts.
5135         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5136         return to the summary window if gnus-auto-select-part is non-nil.
5137
5138 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5141         variables.
5142         (mml-dnd-attach-file, mml-mode): Use them.
5143
5144         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5145         Make fetching article by MID work again for Google Groups.  Added
5146         FIXME concerning gnus-group-make-web-group.
5147
5148         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5149         Don't depend on Gnus by using mail-extract-address-components if
5150         gnus-extract-address-components is not bound.
5151
5152 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus-art.el (gnus-mime-display-security): Don't display the
5155         signature, but only the signed part.
5156
5157 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5160
5161         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5162         list, not listp.
5163
5164 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5165
5166         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5167         when encoding.
5168
5169         * mm-bodies.el (mm-decode-content-transfer-encoding):
5170         De-canonicalize CRLF for all text content types, not just
5171         text/plain.
5172
5173 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5176         valid article; point arrow and cursor at the MIME button.
5177
5178 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5181         Suggested by Dan Christensen <jdc@uwo.ca>.
5182
5183         * mm-decode.el (mm-save-part): Enable change of prompt.
5184
5185 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5186
5187         * gnus-msg.el (gnus-inews-add-send-actions): Made
5188         `message-post-method' lambda parameter ARG `&optional'.
5189
5190 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * gnus-sum.el (gnus-summary-mime-map): Added
5193         gnus-article-save-part-and-strip, gnus-article-delete-part and
5194         gnus-article-jump-to-part.
5195
5196         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5197         (gnus-article-edit-part): Use it.
5198         (gnus-article-part-wrapper): Added no-handle argument.
5199         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5200         functions.
5201
5202 2005-08-29  Romain Francoise  <romain@orebokech.com>
5203
5204         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5205         docstring.
5206         (gnus-face-from-file): Likewise.
5207
5208 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5211         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5212         non-nil.
5213         (gnus-auto-select-part): New variable.
5214         (gnus-article-jump-to-part): New function.
5215         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5216         (gnus-mime-delete-part): Allow selecting specified part after
5217         deleting or stripping parts.
5218         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5219         part if argument is bogus.
5220
5221 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5222
5223         * gnus-art.el (w3m-minor-mode-map):
5224         * gnus-spec.el (gnus-newsrc-file-version):
5225         * gnus-util.el (nnmail-active-file-coding-system)
5226         (gnus-original-article-buffer, gnus-user-agent):
5227         * gnus.el (gnus-ham-process-destinations)
5228         (gnus-parameter-ham-marks-alist)
5229         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5230         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5231         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5232         * mm-decode.el (gnus-current-window-configuration):
5233         * mm-extern.el (gnus-article-mime-handles):
5234         * mm-url.el (url-current-object, url-package-name)
5235         (url-package-version):
5236         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5237         (smime-keys, w3m-cid-retrieve-function-alist)
5238         (w3m-current-buffer, w3m-display-inline-images)
5239         (w3m-minor-mode-map):
5240         * mml-smime.el (gnus-extract-address-components):
5241         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5242         (gnus-newsrc-hashtb, message-default-charset)
5243         (message-deletable-headers, message-options)
5244         (message-posting-charset, message-required-mail-headers)
5245         (message-required-news-headers):
5246         * mml1991.el (mc-pgp-always-sign):
5247         * mml2015.el (mc-pgp-always-sign):
5248         * nnheader.el (nnmail-extra-headers):
5249         * rfc1843.el (gnus-decode-encoded-word-function)
5250         (gnus-decode-header-function, gnus-newsgroup-name):
5251         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5252
5253 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5254
5255         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5256         the end of the date treatments.
5257
5258 2005-08-15  Simon Josefsson  <jas@extundo.com>
5259
5260         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5261         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5262         Capello and Romain Francoise.
5263         (pgg-fetch-key-function): Removed, not used?
5264         (pgg-insert-url-with-w3): Require url, to get
5265         url-insert-file-contents regardless of where it is defined.
5266
5267 2005-08-13  Romain Francoise  <romain@orebokech.com>
5268
5269         * message.el (message-cite-original-1): New function.
5270         (message-cite-original): Use it.
5271         (message-cite-original-without-signature): Ditto.
5272
5273 2005-08-08  Romain Francoise  <romain@orebokech.com>
5274
5275         * message.el (message-yank-empty-prefix): New variable.
5276         (message-indent-citation): Use it.
5277         (message-cite-original-without-signature): Respect X-No-Archive.
5278
5279 2005-08-08  Simon Josefsson  <jas@extundo.com>
5280
5281         * pgg.el: Autoload url-insert-file-contents instead of loading
5282         w3/url.
5283         (pgg-insert-url-with-w3): Don't load url here.
5284
5285 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5286
5287         * message.el (message-kill-to-signature): Don't insert newline at
5288         bol.
5289         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5290
5291 2005-08-06  Romain Francoise  <romain@orebokech.com>
5292
5293         * message.el (message-user-fqdn): Fix typo in docstring.
5294
5295 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5296
5297         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5298
5299         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5300
5301 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mm-bodies.el (mm-encode-body): Use coding system rather than
5304         charset to encode text.
5305
5306         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5307         number of charsets if utf-8 is available (XEmacs).
5308
5309 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5312         taken from `gnus-button-mid-or-mail-regexp'.
5313         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5314         (gnus-button-alist): Improve regexp for domain part of the MIDs
5315         for news:localpart@domain buttons.
5316         (gnus-button-ctan-directory-regexp): Update.
5317
5318 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * sieve-manage.el (sieve-manage-interactive-login): Use
5321         make-local-variable rather than make-variable-buffer-local.
5322         (sieve-manage-open): Ditto.
5323         (sieve-manage-authenticate): Ditto.
5324
5325         * mml.el (mml-generate-mime-1): Make the content type default to
5326         text/plain if the filename is not specified.
5327
5328 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5331         instead of insert-buffer.
5332
5333         * message.el (message-yank-original): Ditto; set the mark at the
5334         end of the yanked message.
5335
5336 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5339         lines to scroll rather than to stop it.
5340
5341         * mml.el (mml-generate-default-type): Add doc string.
5342         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5343         default to application/octet-stream when determining the content
5344         type if it is not specified for the part or the mml contents; add
5345         a comment about mml-generate-default-type.
5346
5347 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5350         make it default to application/octet-stream when determining the
5351         content type if it is not specified for the external contents.
5352
5353 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5356         segmented parameter but also other parameters might be there.
5357
5358 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * mm-decode.el (mm-display-external): Delete temp file, directory
5361         and buffer immediately if the external process is exited.
5362
5363 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5366         fewer lines than that of scroll-margin.
5367         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5368
5369 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-art.el (gnus-article-next-page): Revert.
5372         (gnus-article-beginning-of-window): New macro.
5373         (gnus-article-next-page-1): Use it.
5374         (gnus-article-prev-page): Ditto.
5375         (gnus-article-edit-part): Use insert-buffer-substring instead of
5376         insert-buffer.
5377         (gnus-article-edit-exit): Ditto.
5378
5379         * gnus-util.el (gnus-beginning-of-window): Remove.
5380         (gnus-end-of-window): Remove.
5381
5382         * lpath.el: Don't bind header-line-format and scroll-margin.
5383
5384 2005-07-25  Simon Josefsson  <jas@extundo.com>
5385
5386         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5387         to have the url package without w3.  Reported by Daiki Ueno
5388         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5389
5390 2005-07-20  Didier Verna  <didier@xemacs.org>
5391
5392         * gnus-diary.el: Remove the description comment (nndiary is now
5393         properly documented in the Gnus manual).
5394         Fix the spelling of "Back End".
5395         * nndiary.el: Ditto.
5396         Fix the copyright notice.
5397
5398 2005-07-18  Romain Francoise  <romain@orebokech.com>
5399
5400         * gnus-sum.el (gnus-summary-to-prefix,
5401         gnus-summary-newsgroup-prefix): New variables.
5402         (gnus-summary-from-or-to-or-newsgroups): Use them.
5403
5404 2005-07-17  Romain Francoise  <romain@orebokech.com>
5405
5406         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5407         space as it's generally not especially interesting to the user.
5408
5409 2005-07-16  Romain Francoise  <romain@orebokech.com>
5410
5411         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5412         nil to avoid prompting and file modification if one of the
5413         messages at the top of the nnfolder file contains a copyright
5414         notice.
5415         Update copyright notice.
5416
5417         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5418         instead of `current-time-string' as the latter creates a time
5419         string that is not RFC 2822 compliant (it lacks the zone).
5420         Update copyright notice.
5421
5422 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5423
5424         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5425         for text/rtf.  Display default in prompt.  Pass default for M-n.
5426
5427         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5428
5429 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430
5431         * gnus-msg.el (gnus-button-mailto): Remove
5432         save-selected-window-window hackery because it relies on
5433         save-selected-window internals.
5434
5435 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5438         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5439         (gnus-article-prev-page): Ditto.
5440
5441         * gnus-util.el (gnus-beginning-of-window): New function.
5442         (gnus-end-of-window): New function.
5443
5444         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5445
5446 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5447
5448         * gnus-score.el (gnus-score-edit-all-score): Set
5449         gnus-score-edit-exit-function to gnus-score-edit-done and call
5450         gnus-message.
5451
5452 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * gnus-msg.el (gnus-button-mailto): Remove
5455         save-selected-window-window hackery because it relies on
5456         save-selected-window internals.
5457
5458 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5461         add-minor-mode.
5462         (gnus-binary-mode): Ditto.
5463
5464         * gnus-topic.el (gnus-topic-mode): Ditto.
5465
5466 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5467
5468         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5469         (gnus-article-prev-page): Take scroll-margin into consideration.
5470
5471 2005-07-04  Lute Kamstra  <lute@gnu.org>
5472
5473         Update FSF's address in GPL notices.
5474
5475 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5476
5477         * gnus.el (gnus-exit):
5478         * gnus-group.el (gnus-group-icons):
5479         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5480
5481         * gnus-nocem.el (gnus-nocem):
5482         * message.el (message-various, message-buffers, message-sending)
5483         (message-interface, message-forwarding, message-insertion)
5484         (message-headers, message-news, message-mail):
5485         * pgg-gpg.el (pgg-gpg):
5486         * pgg-parse.el (pgg-parse):
5487         * pgg-pgp.el (pgg-pgp):
5488         * pgg-pgp5.el (pgg-pgp5):
5489         * pop3.el (pop3): Finish `defgroup' description with period.
5490
5491 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-art.el (article-display-face): Improve the efficiency.
5494         (article-display-x-face): Ditto; remove grey x-face stuff.
5495
5496 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * gnus-art.el (article-display-face): Correct the position in
5499         which Faces are inserted.
5500
5501 2005-06-29  Didier Verna  <didier@xemacs.org>
5502
5503         * gnus-art.el (article-display-face): Display faces in correct
5504         order.
5505
5506 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5509         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5510         (gnus-nocem-check-article): Fetch the Type header.
5511         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5512         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5513         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5514         make sure gnus-nocem-hashtb is initialized.
5515         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5516         (gnus-nocem-unwanted-article-p): Ditto.
5517
5518         * pgg.el (pgg-verify): Return the verification result.
5519
5520 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5523         is ascii.
5524
5525 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5526
5527         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5528         `show-nonbreak-escape'.
5529
5530 2005-06-23  Lute Kamstra  <lute@gnu.org>
5531
5532         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5533
5534         * dig.el (dig-mode):
5535         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5536
5537 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5538
5539         * nnimap.el (nnimap-split-download-body): Fix spellings.
5540
5541 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5542
5543         * gnus-art.el (gnus-article-encrypt-body):
5544         * gnus-cus.el (gnus-score-customize):
5545         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5546         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5547
5548 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5549
5550         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5551         header by looking for magic "MII" at the beginnig.
5552
5553 2005-06-16  Miles Bader  <miles@gnu.org>
5554
5555         * gnus-xmas.el (gnus-xmas-group-startup-message):
5556         Use renamed gnus-splash face.
5557
5558         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5559         (assistant-field-face): New backward-compatibility alias for renamed
5560         face.
5561         (assistant-render-text): Use renamed assistant-field face.
5562
5563         * spam.el (spam): Remove "-face" suffix from face name.
5564         (spam-face): New backward-compatibility alias for renamed face.
5565         (spam-face, spam-initialize): Use renamed spam face.
5566
5567         * message.el (message-header-to, message-header-cc)
5568         (message-header-subject, message-header-newsgroups)
5569         (message-header-other, message-header-name)
5570         (message-header-xheader, message-separator, message-cited-text)
5571         (message-mml): Remove "-face" suffix from face names.
5572         (message-header-to-face, message-header-cc-face)
5573         (message-header-subject-face, message-header-newsgroups-face)
5574         (message-header-other-face, message-header-name-face)
5575         (message-header-xheader-face, message-separator-face)
5576         (message-cited-text-face, message-mml-face):
5577         New backward-compatibility aliases for renamed faces.
5578         (message-font-lock-keywords): Use renamed message faces.
5579
5580         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5581         (sieve-test-commands, sieve-tagged-arguments):
5582         Remove "-face" suffix from face names.
5583         (sieve-control-commands-face, sieve-action-commands-face)
5584         (sieve-test-commands-face, sieve-tagged-arguments-face):
5585         New backward-compatibility aliases for renamed faces.
5586         (sieve-control-commands-face, sieve-action-commands-face)
5587         (sieve-test-commands-face, sieve-tagged-arguments-face):
5588         Use renamed sieve faces.
5589
5590         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5591         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5592         (gnus-group-news-3-empty, gnus-group-news-4)
5593         (gnus-group-news-4-empty, gnus-group-news-5)
5594         (gnus-group-news-5-empty, gnus-group-news-6)
5595         (gnus-group-news-6-empty, gnus-group-news-low)
5596         (gnus-group-news-low-empty, gnus-group-mail-1)
5597         (gnus-group-mail-1-empty, gnus-group-mail-2)
5598         (gnus-group-mail-2-empty, gnus-group-mail-3)
5599         (gnus-group-mail-3-empty, gnus-group-mail-low)
5600         (gnus-group-mail-low-empty, gnus-summary-selected)
5601         (gnus-summary-cancelled, gnus-summary-high-ticked)
5602         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5603         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5604         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5605         (gnus-summary-low-undownloaded)
5606         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5607         (gnus-summary-low-unread, gnus-summary-normal-unread)
5608         (gnus-summary-high-read, gnus-summary-low-read)
5609         (gnus-summary-normal-read, gnus-splash):
5610         Remove "-face" suffix from face names.
5611         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5612         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5613         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5614         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5615         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5616         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5617         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5618         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5619         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5620         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5621         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5622         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5623         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5624         (gnus-summary-normal-ticked-face)
5625         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5626         (gnus-summary-normal-ancient-face)
5627         (gnus-summary-high-undownloaded-face)
5628         (gnus-summary-low-undownloaded-face)
5629         (gnus-summary-normal-undownloaded-face)
5630         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5631         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5632         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5633         (gnus-splash-face):
5634         New backward-compatibility aliases for renamed faces.
5635         (gnus-group-startup-message): Use renamed gnus faces.
5636
5637         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5638         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5639         (gnus-server-agent): Remove "-face" suffix from face names.
5640         (gnus-server-agent-face, gnus-server-opened-face)
5641         (gnus-server-closed-face, gnus-server-denied-face)
5642         (gnus-server-offline-face):
5643         New backward-compatibility aliases for renamed faces.
5644         (gnus-server-agent-face, gnus-server-opened-face)
5645         (gnus-server-closed-face, gnus-server-denied-face)
5646         (gnus-server-offline-face): Use renamed gnus faces.
5647
5648         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5649         Remove "-face" suffix from face names.
5650         (gnus-picon-xbm-face, gnus-picon-face):
5651         New backward-compatibility aliases for renamed faces.
5652
5653         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5654         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5655         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5656         (gnus-cite-11): Remove "-face" suffix from face names.
5657         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5658         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5659         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5660         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5661         New backward-compatibility aliases for renamed faces.
5662         (gnus-cite-attribution-face, gnus-cite-face-list)
5663         (gnus-article-boring-faces): Use renamed gnus faces.
5664
5665         * gnus-art.el (gnus-signature, gnus-header-from)
5666         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5667         (gnus-header-content): Remove "-face" suffix from face names.
5668         (gnus-signature-face, gnus-header-from-face)
5669         (gnus-header-subject-face, gnus-header-newsgroups-face)
5670         (gnus-header-name-face, gnus-header-content-face):
5671         New backward-compatibility aliases for renamed faces.
5672         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5673
5674         * gnus-sum.el (gnus-summary-selected-face)
5675         (gnus-summary-highlight): Use renamed gnus faces.
5676         * gnus-group.el (gnus-group-highlight): Likewise.
5677
5678 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5679
5680         * gnus-sieve.el (gnus-sieve-article-add-rule):
5681         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5682         * spam-stat.el (spam-stat-buffer-change-to-spam)
5683         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5684
5685         * message.el (message-is-yours-p):
5686         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5687
5688 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * mm-view.el (mm-inline-text): Withdraw the last change.
5691
5692 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5695         executing enriched-decode.
5696
5697 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5700         charset of tar files.
5701
5702 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5703
5704         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5705
5706 2005-06-04  Lute Kamstra  <lute@gnu.org>
5707
5708         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5709         information is never recorded.
5710
5711 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5712
5713         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5714
5715 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * pop3.el (pop3-apop): Run md5 in the binary mode.
5718
5719         * starttls.el (starttls-set-process-query-on-exit-flag):
5720         Use eval-and-compile.
5721
5722 2005-05-31  Simon Josefsson  <jas@extundo.com>
5723
5724         * smime.el (smime-replace-in-string): Define.
5725         (smime-cert-by-ldap-1): Use it.
5726
5727 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-art.el (article-display-x-face): Replace
5730         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5731
5732         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5733         set-process-query-on-exit-flag or process-kill-without-query.
5734
5735         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5736         loop instead of replace-regexp.
5737
5738         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5739         instead of process-kill-without-query if it is available.
5740
5741         * lpath.el: Fbind ldap-search-entries.
5742
5743         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5744         instead of find-file-hooks if it is available.
5745
5746         * mml1991.el: Bind pgg-default-user-id when compiling.
5747
5748         * mml2015.el: Bind pgg-default-user-id when compiling.
5749
5750         * nndraft.el (nndraft-request-associate-buffer):
5751         Use write-contents-functions instead of write-contents-hooks if it is
5752         available.
5753
5754         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5755         instead of find-file-hooks if it is available.
5756
5757         * nntp.el (nntp-open-connection): Replace
5758         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5759         (nntp-open-ssl-stream): Ditto.
5760         (nntp-open-tls-stream): Ditto.
5761
5762         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5763         set-process-query-on-exit-flag or process-kill-without-query.
5764         (starttls-open-stream-gnutls): Use it instead of
5765         process-kill-without-query.
5766         (starttls-open-stream): Ditto.
5767
5768 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5769
5770         * smime.el (smime-cert-by-ldap-1): Don't use
5771         replace-regexp-in-string.
5772
5773 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5774
5775         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5776
5777         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5778         in PEM format. Adjust to the XEmacs compability.
5779
5780 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5783         by `string-to-number'.
5784         * gnus-agent.el (gnus-agent-regenerate-group)
5785         (gnus-agent-fetch-articles): Ditto.
5786         * gnus-art.el (gnus-button-fetch-group): Ditto.
5787         * gnus-cache.el (gnus-cache-generate-active)
5788         (gnus-cache-articles-in-group): Ditto.
5789         * gnus-group.el (gnus-group-set-current-level)
5790         (gnus-group-insert-group-line): Ditto.
5791         * gnus-score.el (gnus-score-set-expunge-below)
5792         (gnus-score-set-mark-below, gnus-summary-score-effect)
5793         (gnus-summary-score-entry): Ditto.
5794         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5795         (gnus-soup-pack): Ditto.
5796         * gnus-spec.el (gnus-xmas-format): Ditto.
5797         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5798         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5799         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5800         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5801         * nndb.el (nndb-get-remote-expire-response): Ditto.
5802         * nndiary.el (nndiary-parse-schedule-value)
5803         (nndiary-string-to-number, nndiary-request-replace-article)
5804         (nndiary-request-article): Ditto.
5805         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5806         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5807         * nneething.el (nneething-make-head): Ditto.
5808         * nnfolder.el (nnfolder-request-article)
5809         (nnfolder-retrieve-headers): Ditto.
5810         * nnheader.el (nnheader-file-to-number): Ditto.
5811         * nnkiboze.el (nnkiboze-request-article): Ditto.
5812         * nnmail.el (nnmail-process-unix-mail-format)
5813         (nnmail-process-babyl-mail-format): Ditto.
5814         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5815         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5816         (nnmh-request-create-group, nnmh-request-list-1)
5817         (nnmh-request-group, nnmh-request-article): Ditto.
5818         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5819         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5820         * nnsoup.el (nnsoup-make-active): Ditto.
5821         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5822         * nntp.el (nntp-find-group-and-number)
5823         (nntp-retrieve-headers-with-xover): Ditto.
5824         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5825         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5826         (pgg-format-key-identifier): Ditto.
5827         * pop3.el (pop3-last, pop3-stat): Ditto.
5828         * qp.el (quoted-printable-decode-region): Ditto.
5829
5830         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5831         of concat.
5832
5833 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5836
5837         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5838
5839         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5840
5841         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5842
5843         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5844
5845         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5846
5847         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5848         (gnus-carpal-mode): Ditto.
5849
5850         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5851         (gnus-browse-mode): Ditto.
5852
5853         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5854
5855         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5856
5857 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5858
5859         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5860
5861 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-util.el (gnus-run-mode-hooks): New function.
5864
5865         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5866
5867         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5868         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5869
5870 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5871
5872         * gnus-agent.el (gnus-agent-make-mode-line-string):
5873         Use mode-line-highlight as mouse-face.
5874
5875 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * canlock.el (canlock): Change the parent group to news.
5878
5879         * deuglify.el (gnus-outlook-deuglify): Add :group.
5880
5881         * dig.el (dig): Add :group.
5882
5883         * dns-mode.el (dns-mode): Add :group.
5884
5885         * encrypt.el (encrypt): Add :group.
5886
5887         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5888         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5889         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5890         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5891         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5892
5893         * gnus-diary.el (gnus-diary): Add :group.
5894
5895         * gnus.el (gnus-group-news-1-face): Add :group.
5896         (gnus-group-news-1-empty-face): Ditto.
5897         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5898         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5899         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5900         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5901         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5902         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5903         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5904         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5905         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5906         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5907         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5908         (gnus-summary-high-ticked-face): Ditto.
5909         (gnus-summary-low-ticked-face): Ditto.
5910         (gnus-summary-normal-ticked-face): Ditto.
5911         (gnus-summary-high-ancient-face): Ditto.
5912         (gnus-summary-low-ancient-face): Ditto.
5913         (gnus-summary-normal-ancient-face): Ditto.
5914         (gnus-summary-high-undownloaded-face): Ditto.
5915         (gnus-summary-low-undownloaded-face): Ditto.
5916         (gnus-summary-normal-undownloaded-face): Ditto.
5917         (gnus-summary-high-unread-face): Ditto.
5918         (gnus-summary-low-unread-face): Ditto.
5919         (gnus-summary-normal-unread-face): Ditto.
5920         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5921         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5922
5923         * hashcash.el (hashcash): New custom group.
5924         (hashcash-default-payment): Add :group.
5925         (hashcash-payment-alist): Ditto.
5926         (hashcash-default-accept-payment): Ditto.
5927         (hashcash-accept-resources): Ditto.
5928         (hashcash-path): Ditto.
5929         (hashcash-extra-generate-parameters): Ditto.
5930         (hashcash-double-spend-database): Ditto.
5931         (hashcash-in-news): Ditto.
5932
5933         * message.el (message-minibuffer-local-map): Add :group.
5934
5935         * netrc.el (netrc): Add :group.
5936
5937         * sieve-manage.el (sieve-manage-log): Add :group.
5938         (sieve-manage-default-user): Diito.
5939         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5940         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5941         (sieve-manage-authenticators): Ditto.
5942         (sieve-manage-authenticator-alist): Ditto.
5943         (sieve-manage-default-port): Ditto.
5944
5945         * sieve-mode.el (sieve-control-commands-face): Add :group.
5946         (sieve-action-commands-face): Ditto.
5947         (sieve-test-commands-face): Ditto.
5948         (sieve-tagged-arguments-face): Ditto.
5949
5950         * smime.el (smime): Add :group.
5951
5952         * spam-report.el (spam-report): Add :group.
5953
5954         * spam.el (spam, spam-face): Add :group.
5955
5956 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5959         return \n.\n.\n at the end of articles.  Protect against that.
5960         (nntp-with-open-group): Allow debugging.
5961
5962         * nnheader.el (mail-header-set-extra): Make into a function
5963         because I just could't understand how to quote the list properly.
5964
5965         * dns.el (query-dns-cached): New function.
5966
5967 2005-05-26  Lute Kamstra  <lute@gnu.org>
5968
5969         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5970
5971 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5974
5975         * gnus-art.el: Don't autoload mail-extract-address-components.
5976
5977         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5978         eval-and-compile to evaluate it.
5979
5980         * hashcash.el: Don't autoload executable-find.
5981
5982         * nndb.el: Don't declare the nndb back end two or more times; don't
5983         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5984
5985         * nntp.el: Autoload format-spec instead of format; use
5986         eval-and-compile to evaluate autoload forms.
5987
5988 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5989
5990         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5991
5992 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * gnus.el (gnus-version-number): Bump version.
5995
5996 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5997
5998         * gnus.el: No Gnus v0.3 is released.
5999
6000 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6001
6002         * lpath.el (featurep): Bind show-nonbreak-escape.
6003
6004 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-article-edit-part): Disable undo.
6007
6008 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
6011         gnus-article-date-lapsed-new-header is t if date timer is active;
6012         skip headers in which the original date value is empty.
6013         (gnus-article-save-original-date): Redefine it as a macro.
6014         (gnus-display-mime): Use it.
6015
6016 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (article-date-ut): Support converting date in
6019         forwarded parts as well.
6020         (gnus-article-save-original-date): New function.
6021         (gnus-display-mime): Use it.
6022
6023 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
6024
6025         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6026         enclosure element of <item>.
6027
6028 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         * message.el (message-kill-buffer-query): Renamed from
6031         `message-kill-buffer-query-if-modified'.  Added :version.
6032
6033 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6036         window layout.
6037
6038 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * mml.el: Autoload dnd when compiling.
6041
6042 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6045         x-dnd-*.
6046
6047 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * qp.el (quoted-printable-encode-region): Save excursion.
6050
6051 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6052
6053         * message.el (message-kill-buffer-query-if-modified): Add new variable
6054         so the user can kill a modified message buffer quickly.
6055         (message-kill-buffer): Use it.
6056
6057 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * lpath.el: Fbind display-time-event-handler; don't fbind
6060         string-to-multibyte.
6061
6062         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6063
6064 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6067         contained in text because xml.el decodes entities) with LFs.
6068
6069 2005-04-11  Lute Kamstra  <lute@gnu.org>
6070
6071         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6072         differently.
6073
6074 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6075
6076         * mm-util.el (mm-detect-coding-region): Typo.
6077
6078 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6081
6082 2005-04-06  D Goel  <deego@gnufans.org>
6083
6084         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6085         user-function allow user modifications of the scores.
6086         (spam-stat-score-buffer-user): New function, to allow
6087         user-computed modifications to the score.
6088         (spam-stat-score-buffer-user-functions): list of additional
6089         scoring functions
6090         (spam-stat-error-holder): global temporary error holder
6091         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6092         variable
6093
6094 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * gnus-registry.el (gnus-registry-clean-empty-function)
6097         (gnus-registry-trim, gnus-registry-fetch-groups)
6098         (gnus-registry-delete-group): Groups that match
6099         `gnus-registry-ignored-groups' are removed from the registry
6100         entries, not just ignored for splitting.  This helps clean up the
6101         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6102         to get all the groups a message ID is in.
6103
6104         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6105         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6106         (spam-stat-score-buffer-user-functions): Add :number custom type.
6107
6108 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6111         argument in XEmacs.
6112
6113         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6114         (nnrss-request-group): Decode group name first.
6115         (nnrss-request-article): Make a text/plain article if mml-to-mime
6116         failed.
6117         (nnrss-get-encoding): Return a compatible encoding according to
6118         nnrss-compatible-encoding-alist.
6119         (nnrss-find-el): Use consp instead of listp.
6120         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6121
6122 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6125         which Emacs 20 doesn't support.
6126         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6127
6128 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6131         silence the byte compiler inside the defun
6132
6133         * gnus-demon.el (parse-time-string): Add autoload.
6134
6135         * gnus-delay.el (parse-time-string): Add autoload.
6136
6137         * gnus-art.el (parse-time-string): Add autoload.
6138
6139         * nnultimate.el (parse-time): Require for `parse-time-string'.
6140
6141 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6144
6145         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6146
6147         * smime.el (smime-ldap-host-list): Add :version.
6148
6149 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6152         pass it to `gnus-browse-read-group'.
6153         (gnus-browse-read-group): Add NUMBER argument and pass it to
6154         `gnus-group-read-ephemeral-group'.
6155
6156         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6157         argument and pass it to `gnus-group-read-group'.
6158
6159 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6160
6161         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6162         mm-xemacs-find-mime-charset-1 if we have the mule feature
6163         available at runtime.
6164
6165 2005-03-25  Werner Lemberg  <wl@gnu.org>
6166
6167         * nnmaildir.el: Replace `illegal' with `invalid'.
6168
6169 2005-03-23  Lute Kamstra  <lute@gnu.org>
6170
6171         * time-date.el: Add comment on time value formats.
6172         Don't require parse-time.
6173         (with-decoded-time-value): New macro.
6174         (encode-time-value): New function.
6175         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6176         (days-to-time): Return a valid time value when arg is huge.
6177         (time-since): Use time-subtract.
6178         (time-to-number-of-days): Use time-to-seconds.
6179
6180 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6181
6182         * gnus-start.el (gnus-display-time-event-handler):
6183         Check display-time-timer at runtime rather than only at load time
6184         in case display-time-mode is turned off in the mean time.
6185
6186 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6189         used.
6190
6191         * nneething.el (nneething-map-file-directory): Derive from
6192         `gnus-directory'.
6193
6194         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6195         the To/Cc button.
6196
6197 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6198
6199         * nnmaildir.el (nnmaildir-request-accept-article):
6200         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6201
6202 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6203
6204         * gnus-async.el: Require timer-funcs at compile time when in
6205         XEmacs for `run-with-idle-timer'.
6206
6207 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6208
6209         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6210         autoloaded function.
6211
6212 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6213
6214         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6215
6216 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6217
6218         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6219
6220 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6223         gnus-expert-user to default.
6224
6225 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6226
6227         * nnimap.el (nnimap-open-server): Ditto.
6228
6229         * imap.el (imap-authenticate): Fix typo.
6230
6231 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6232
6233         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6234         buffer (since IMAP server might return FETCH response out of
6235         order, and the nntp buffer must be sorted).
6236
6237 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6238
6239         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6240         comparison on string.
6241
6242         * gnus-agent.el (gnus-agent-long-article,
6243         gnus-agent-short-article, gnus-agent-score): Renamed category
6244         keywords to match gnus-cus.
6245         (gnus-agent-summary-fetch-series): Modified to protect against
6246         gnus-agent-summary-fetch-group clearing processable flags.
6247         (gnus-agent-synchronize-group-flags): Update live group buffer as
6248         synchronization may occur due to the user toggle the plugged
6249         status.
6250         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6251         successfully downloaded.
6252         (gnus-agent-expire-group-1): Avoid using markers when the overview
6253         is in ascending order; greatly improves performance.
6254         (gnus-agent-regenerate-group): Use
6255         gnus-agent-synchronize-group-flags to reset read status in both
6256         gnus and server.
6257         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6258
6259 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * message.el: Don't autoload former message-utils variables.
6262         (message-strip-subject-trailing-was): Change doc string.
6263
6264         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6265         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6266         (nnweb-google-search): Add "hl=en" here.
6267         (nnweb-google-parse-1, nnweb-google-create-mapping):
6268         Don't hardcode URL.
6269
6270 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * message.el (message-get-reply-headers, message-followup):
6273         Mention related variables `message-use-followup-to' and
6274         `message-use-mail-followup-to', in the information buffer.
6275
6276         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6277         of broken groups(-beta).google.com.
6278
6279 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6280
6281         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6282         parameter to invoked gnus-request-move-article; remove the
6283         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6284         all at once instead of once per article.
6285         (gnus-summary-remove-process-mark): Accept a list of articles as
6286         well as a single article for processing.
6287
6288         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6289         parameter.
6290
6291         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6292
6293         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6294
6295         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6296         parameter.
6297
6298         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6299         parameter.
6300
6301         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6302         parameter and remove the gnus-sum-hint-move-is-internal variable.
6303
6304         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6305         parameter.
6306
6307         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6308         parameter.
6309
6310         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6311         parameter.
6312
6313         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6314
6315         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6316         parameter.
6317
6318         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6319         parameter.
6320
6321 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6322
6323         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6324         a more conservative way.
6325
6326 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6329         buffer, so it moves the window's cursor.
6330
6331 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6332
6333         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6334         `mm-dissect-multipart' and receive the from field as an (optional)
6335         argument from `mm-dissect-multipart'.
6336         (mm-dissect-multipart): Receive the from field as an argument and
6337         pass it on when we call `mm-dissect-buffer' on MIME parts.
6338         Fixes verification/decryption of signed/encrypted MIME parts.
6339
6340 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * gnus-sum.el (gnus-summary-move-article): Set
6343         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6344         whatever it calls (right now, only nnimap-request-move article
6345         respects it).
6346
6347         * nnimap.el (nnimap-request-move-article): When
6348         gnus-sum-hint-move-is-internal is set, don't do the extra
6349         nnimap-request-article.
6350
6351 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6354
6355         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6356         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6357
6358         * gnus-sum.el (gnus-summary-caesar-message):
6359         Apply `gnus-treat-article' after rotation.
6360
6361         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6362         doc string.
6363
6364 2005-02-22  Simon Josefsson  <jas@extundo.com>
6365
6366         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6367         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6368         <arne@arnested.dk>.
6369         (encrypt): Add password-cache and password-cache-expiry as group
6370         members.
6371
6372 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6373
6374         * smime.el (smime-ldap-host-list): Doc fix.
6375         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6376         cache) password.
6377         (smime-sign-region): Use it.
6378         (smime-decrypt-region): Use it.
6379         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6380         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6381         fails.
6382         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6383         certificate from DER to PEM format rather than calling openssl.
6384
6385         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6386
6387         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6388         for signing/encryption.
6389
6390         * mml.el (mml-parse-1): Use them.
6391
6392 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6393
6394         * nnrss.el (nnrss-verbose): Removed.
6395         (nnrss-request-group): Use `nnheader-message' instead.
6396
6397 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6398
6399         * nnrss.el (nnrss-verbose): New variable.
6400         (nnrss-request-group): Make it say nnrss is requesting a group.
6401
6402 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6405         Handle news URL with given port correctly.
6406
6407 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6410         containing special characters.
6411
6412         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6413
6414         * mml.el (mime-to-mml): Ditto.
6415
6416         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6417         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6418         (rfc2047-decode-region): Quote decoded words containing special
6419         characters when rfc2047-quote-decoded-words-containing-tspecials
6420         is non-nil.
6421
6422 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6425
6426         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6427
6428 2005-02-15  Simon Josefsson  <jas@extundo.com>
6429
6430         * nnimap.el (nnimap-debug): Doc fix.
6431
6432         * imap.el (imap-debug): Doc fix.
6433
6434 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6437
6438 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * gnus.el (spam-contents): Improve docs for spam-contents
6441         parameter in its variable incarnation.
6442
6443 2005-02-14  Simon Josefsson  <jas@extundo.com>
6444
6445         * smime-ldap.el: Use require instead of load-library for ldap.
6446         (smime-ldap-search): Indent.
6447         (smime-ldap-search-internal): Shorten line.
6448
6449         * smime.el (smime-cert-by-dns): Add doc-string.
6450         (smime-cert-by-ldap-1): Indent.
6451
6452         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6453         mml-smime-get-dns-ldap.
6454         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6455
6456 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6457
6458         * smime.el: Require smime-ldap.
6459         (smime-ldap-host-list): New variable.
6460         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6461
6462         * mml-smime.el (mml-smime-encrypt-query): New function.
6463         (mml-smime-encrypt-query): Use it.
6464
6465         * smime-ldap.el: New file.
6466
6467 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6470
6471 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6474         argument in doc string.  Make query for type more clear.
6475
6476 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus.el (gnus-group-startup-message): Search for gnus images in
6479         etc/images/gnus.
6480         * mm-util.el (mm-image-load-path): Likewise.
6481         * smiley.el (smiley-data-directory): Search for smilies in
6482         etc/images/smilies.
6483
6484 2005-02-09  Kim F. Storm  <storm@cua.dk>
6485
6486         Change Emacs release version from 21.4 to 22.1 throughout.
6487         Change Emacs development version from 21.3.50 to 22.0.50.
6488
6489 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6492
6493         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6494         non-Mule XEmacs as well.
6495         (mm-decompress-buffer): Signal an error intentionally if it does
6496         not decompress compressed data because auto-compression-mode is
6497         disabled.
6498
6499 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6502         an ID in the registry even if it has no groups.
6503
6504 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6507         merge it into mm-decompress-buffer.
6508         (gnus-mime-copy-part): Use the MIME part charset, the value which
6509         a user specified or gnus-newsgroup-charset for decoding, like
6510         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6511         save-buffer what was used.  Suggested by Kevin Ryde
6512         <user42@zip.com.au>.
6513         (gnus-mime-inline-part): Allow the name parameter as well as the
6514         filename parameter; force decompressing of compressed data; always
6515         display contents being not decoded as unibyte.
6516
6517         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6518         as well as the filename parameter.
6519
6520         * mm-util.el (mm-decompress-buffer): Merge
6521         gnus-mime-jka-compr-maybe-uncompress.
6522         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6523         of compressed data.
6524
6525 2005-02-08  Simon Josefsson  <jas@extundo.com>
6526
6527         * imap.el (imap-log): Doc fix.
6528
6529 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6532         the coding cookies; decompress compressed parts.
6533
6534         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6535         to the value which a user specified manually or the coding cookie.
6536
6537         * mm-util.el (mm-string-to-multibyte): New function.
6538         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6539         (mm-coding-system-to-mime-charset): New function.
6540         (mm-decompress-buffer): New function.
6541         (mm-find-buffer-file-coding-system): New function.
6542
6543         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6544         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6545         parts.
6546
6547 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6548
6549         * mm-view.el (mm-display-inline-fontify): Decode a part according
6550         to the charset parameter.
6551
6552 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6555         prefix arg is neither nil nor a number, as info specifies.
6556
6557 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6560         timestamps.
6561
6562 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6563
6564         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6565         groups error checking and notify user.
6566
6567 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6568
6569         * message.el (message-send-mail-function): Check existence of
6570         sendmail-program first before using default value
6571         `message-send-mail-with-sendmail'.  Otherwise use more generic
6572         `smtpmail-send-it'.
6573
6574 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * nntp.el (nntp-request-update-info): Always return nil.
6577
6578 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6579
6580         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6581
6582 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6583
6584         * message.el (message-beginning-of-line): Change the behavior when
6585         invoked between BOL and : so that it first moves backward.
6586
6587 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6590         article buffer when editing of the article is discarded.
6591         (gnus-article-prepare): Revert.
6592
6593 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * gnus-art.el (gnus-article-prepare):
6596         Remove message-strip-forbidden-properties from the local hook.
6597
6598 2005-01-27  Simon Josefsson  <jas@extundo.com>
6599
6600         * password.el (password-cache-add): Only start one timer per key.
6601         Reported by Derek Atkins <warlord@MIT.EDU>.
6602
6603 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6604
6605         * run-at-time.el: Removed.  It is no longer needed as
6606         timer-funcs.el in the xemacs-base package has a working version of
6607         `run-at-time'.
6608
6609         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6610
6611         * password.el: Require timer-funcs instead of run-at-time in
6612         XEmacs.
6613         Remove `password-run-at-time' macro.
6614         (password-cache-add): Use `run-at-time' instead of
6615         `password-run-at-time'.
6616
6617         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6618         Remove `nnheader-cancel-function-timers' alias,
6619         `cancel-function-timers' exists in XEmacs in timer-funcs.
6620
6621         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6622         for `run-with-idle-timer'.
6623
6624         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6625         for `run-at-time'.
6626
6627         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6628         for `with-timeout'.
6629
6630         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6631         the same as for XEmacs 21.4.
6632         No need to ignore `run-with-idle-timer', this function exists in
6633         XEmacs now in timer-funcs.el in the xemacs-base package.
6634         (dgnushack-compile): No need to delete
6635         run-at-time.el from the list of files to compile because it
6636         doesn't exist anymore.
6637
6638 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6641         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6642
6643 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6644
6645         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6646         sensitively.
6647
6648 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6649
6650         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6651
6652 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6655         which will be inserted according to the multibyteness of a buffer
6656         rather than the type of contents.  Suggested by ARISAWA Akihiro
6657         <ari@mbf.ocn.ne.jp>.
6658
6659         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6660         of string which old xml.el may return rather than a string.
6661
6662 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6665
6666 2005-01-16  Simon Josefsson  <jas@extundo.com>
6667
6668         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6669         idn/idna.el isn't available.
6670         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6671         <michael@waxrat.com>.
6672
6673         * hashcash.el: Remove non-FSF copyright header.
6674
6675         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6676         (hashcash-generate-payment): Use it.
6677         (hashcash-generate-payment-async): Use it.
6678
6679 2005-01-15  Simon Josefsson  <jas@extundo.com>
6680
6681         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6682         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6683
6684         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6685         gnus-summary-idna-message.
6686         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6687         (gnus-summary-idna-message): New function.
6688
6689 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6692         gnus-novice-user.
6693
6694 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * nnrss.el (nnrss-request-delete-group): Delete entries in
6697         nnrss-group-alist as well.
6698         (nnrss-save-server-data): Insert newline.
6699
6700 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus.el (gnus-user-agent): Use list of symbols instead of
6703         symbols.  Display full version number for (S)XEmacs.  Optionally
6704         display (S)XEmacs codename.
6705
6706         * gnus-util.el (gnus-emacs-version): Update for new
6707         `gnus-user-agent'.
6708
6709         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6710         Gnus version.
6711
6712 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6715         which is unreadable in some setups.
6716
6717 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-spec.el (gnus-update-format-specifications): Flush the
6720         group format spec cache if it doesn't support decoded group names.
6721
6722 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6725         to apply decay on score files matching a regexp.
6726
6727 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6730         compatibility in %g and %c.
6731
6732 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6735         name for only %g and %c.
6736         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6737         of gnus-tmp-group to decoded group name.
6738         (gnus-group-make-rss-group): Exclude `/'s from group names.
6739
6740 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * nnrss.el (nnrss-get-encoding): Fix regexp.
6743
6744 2004-12-27  Simon Josefsson  <jas@extundo.com>
6745
6746         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6747         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6748         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6749
6750 2004-12-17  Kim F. Storm  <storm@cua.dk>
6751
6752         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6753
6754         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6755
6756 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6757
6758         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6759
6760 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * nnrss.el: Require rfc2047 and mml.
6763         (nnrss-file-coding-system): New variable.
6764         (nnrss-format-string): Redefine it as an inline function.
6765         (nnrss-decode-group-name): New function.
6766         (nnrss-string-as-multibyte): Remove.
6767         (nnrss-retrieve-headers): Decode group name; don't use
6768         nnrss-format-string.
6769         (nnrss-request-group): Decode group name.
6770         (nnrss-request-article): Decode group name; allow a Message-ID as
6771         well as an article number; don't use nnrss-format-string; encode a
6772         Message-ID string which may contain non-ASCII characters; use
6773         mml-to-mime to compose a MIME article.
6774         (nnrss-request-expire-articles): Decode group name.
6775         (nnrss-request-delete-group): Decode group name.
6776         (nnrss-fetch): Clarify error message.
6777         (nnrss-read-server-data): Use insert-file-contents instead of load;
6778         bind file-name-coding-system; use multibyte buffer.
6779         (nnrss-save-server-data): Bind coding-system-for-write to the
6780         value of nnrss-file-coding-system; bind file-name-coding-system;
6781         add coding cookie.
6782         (nnrss-read-group-data): Use insert-file-contents instead of load;
6783         bind file-name-coding-system; use multibyte buffer.
6784         (nnrss-save-group-data): Bind coding-system-for-write to the
6785         value of nnrss-file-coding-system; bind file-name-coding-system.
6786         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6787         make it work with non-ASCII text.
6788         (nnrss-find-el): Make it work with old xml.el as well.
6789
6790 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6791
6792         * nnrss.el (nnrss-get-encoding): New function.
6793         (nnrss-fetch): Use unibyte buffer initially; bind
6794         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6795         decode contents according to the encoding attribute.
6796         (nnrss-save-group-data): Add coding cookie.
6797         (nnrss-mime-encode-string): New function.
6798         (nnrss-check-group): Use it to encode subject and author.
6799
6800 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6803         imaginary variable.
6804
6805 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6808         correctly even if there are wide characters.
6809
6810 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6811
6812         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6813         downcased symbol names; make a new cache instead of reusing
6814         bbdb-hashtable.
6815
6816 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6819         concatenating segments rather than before concatenating them.
6820         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6821
6822         * message.el (message-get-reply-headers): Bind `extra'.
6823
6824 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6825
6826         * message.el (message-extra-wide-headers): New variable.
6827         (message-get-reply-headers): Use it.
6828
6829 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6832         (gnus-agent-group-pathname): Ditto.
6833
6834         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6835
6836         * gnus-group.el (gnus-group-make-group): Decode group name.
6837         (gnus-group-make-rss-group): Register the group data after opening
6838         the nnrss group.
6839
6840 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6841
6842         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6843         by expiry now get marked as read.
6844
6845 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6848
6849 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6850
6851         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6852         unify Latin characters in XEmacs.
6853         (mm-find-mime-charset-region): Use it.
6854
6855 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * gnus-util.el (gnus-delete-directory): New function.
6858
6859         * gnus-agent.el (gnus-agent-delete-group): Use it.
6860
6861         * gnus-cache.el (gnus-cache-delete-group): Use it.
6862
6863 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6866         names.
6867
6868 2004-12-16  Simon Josefsson  <jas@extundo.com>
6869
6870         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6871
6872 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6875
6876         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6877         (gnus-group-set-current-level): Decode group name.
6878
6879 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6880
6881         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6882         failed.
6883
6884 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-group.el (gnus-group-delete-group): Decode group name.
6887         (gnus-group-make-rss-group): Encode group name.
6888         (gnus-group-catchup-current): Decode group name.
6889         (gnus-group-kill-group): Decode group name.
6890
6891 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6892
6893         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6894
6895 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-group.el (gnus-group-make-rss-group):
6898         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6899
6900         * gnus-start.el (gnus-setup-news): Honor user's setting to
6901         gnus-message-archive-method.  Suggested by Lute Kamstra
6902         <lute@gnu.org>.
6903
6904 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6905
6906         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6907         global counterparts of the buffer-local variables.
6908
6909 2004-11-16  Romain Francoise  <romain@orebokech.com>
6910
6911         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6912         counterparts of the buffer-local variables.
6913
6914 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * message.el (message-forbidden-properties): Fixed typo in doc
6917         string.
6918
6919 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6920
6921         * gnus-util.el (gnus-replace-in-string): Added doc string.
6922
6923         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6924         to avoid problems when splitting mails with many recipients.
6925
6926 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6927
6928         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6929         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6930
6931 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6932
6933         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6934         if there is no hashtable in memory or file modification time is
6935         newer than cached timestamp.
6936
6937 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6940         not-matching option.
6941
6942 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6945         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6946         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6947         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6948         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6949         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6950
6951 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * message.el (message-forward-make-body-mml): Remove headers
6954         according to message-forward-ignored-headers if a message is decoded.
6955
6956 2004-12-02  Romain Francoise  <romain@orebokech.com>
6957
6958         * message.el (message-forward-make-body-plain): Always remove
6959         headers according to message-forward-ignored-headers.
6960
6961 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * spam.el (spam-summary-prepare-exit): Remove the
6964         gnus-summary-limit pop for now, it has problems with ham marks for
6965         me.
6966
6967 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6968
6969         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6970         correctly.
6971
6972 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6973
6974         * format-spec.el (format-spec): Message the char.
6975
6976 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6977
6978         * gnus-art.el (gnus-split-methods): Reformat comments.
6979
6980         * spam.el (spam-summary-prepare-exit): Remove article limits
6981         before exiting the summary buffer.
6982
6983 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6986         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6987
6988         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6989         order to silence the byte compiler.
6990
6991         * spam.el: Fix the way to silence the byte compiler, which
6992         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6993         bbdb-search-simple, spam-BBDB-register-routine,
6994         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6995         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6996         spam-stat-buffer-is-spam, spam-stat-load,
6997         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6998         spam-stat-save and spam-stat-split-fancy.
6999
7000 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
7003         which may confuse users.
7004         (canlock-password-for-verify): Ditto.
7005
7006         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
7007
7008         * gnus-art.el (gnus-emphasis-alist): Ditto.
7009
7010         * gnus-registry.el (gnus-registry-max-entries): Ditto.
7011
7012         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
7013
7014         * gnus-start.el (gnus-save-killed-list): Ditto.
7015
7016         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
7017         (gnus-sum-thread-tree-root): Ditto.
7018         (gnus-sum-thread-tree-false-root): Ditto.
7019         (gnus-sum-thread-tree-single-indent): Ditto.
7020
7021         * message.el (message-courtesy-message): Ditto.
7022         (message-archive-note): Ditto.
7023         (message-subscribed-address-file): Ditto.
7024         (message-user-fqdn): Ditto.
7025
7026         * spam-report.el (spam-report-gmane-regex): Ditto.
7027
7028         * spam.el (spam-blackhole-good-server-regex): Ditto.
7029
7030 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mml.el (mml-preview): Widen the message buffer before copying
7033         the contents to the preview buffer; sort headers before previewing.
7034
7035         * message.el (message-hidden-headers): Fix the way to avoid a bug
7036         in the `repeat' widget in Emacs 21.3 or earlier.
7037
7038 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * message.el (message-hidden-headers): Default to "^References:".
7041         Improve customization type.  Suggested by Reiner Steib
7042         <Reiner.Steib@gmx.de>.
7043
7044 2004-11-25  Romain Francoise  <romain@orebokech.com>
7045
7046         * message.el (message-strip-forbidden-properties): Remove check for
7047         obsolete `message-hidden' text property, hidden headers are not
7048         accessible in the buffer anymore.
7049
7050 2004-11-22  Romain Francoise  <romain@orebokech.com>
7051
7052         * message.el (message-header-format-alist): Add `From' in list
7053         so that it can be sorted.
7054         (message-fix-before-sending): Widen and sort headers before
7055         sending.
7056         (message-hide-headers): Use narrowing to hide headers by moving
7057         them to the top of the buffer and narrowing to the region
7058         underneath.
7059
7060 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * message.el (message-strip-forbidden-properties): Bind
7063         buffer-read-only (etc) to nil.
7064
7065 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7068         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7069
7070 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7071
7072         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7073
7074 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * dns.el (query-dns): Use sit-for to time instead of
7077         accept-process-output, since that doesn't seem to work on udp
7078         sockets.
7079
7080 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7083
7084 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7085
7086         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7087         doc string.  Improve doc string.
7088
7089 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * nntp.el (nntp-request-update-info): Return nil if
7092         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7093         may not call gnus-activate-group which uselessly issues the GROUP
7094         commands for all nntp groups and wastes time.  Reported by Romain
7095         Francoise <romain@orebokech.com>.
7096
7097         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7098
7099 2004-11-15  Simon Josefsson  <jas@extundo.com>
7100
7101         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7102         headers separately.
7103         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7104         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7105
7106 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * gnus-start.el (gnus-convert-old-newsrc):
7109         Assign legacy-gnus-agent to 5.10.7.
7110
7111 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7114         start of the lines.
7115
7116 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7117
7118         * hashcash.el (hashcash-default-payment): Change default to 20
7119         (hashcash-default-accept-payment): Change default to 20
7120         (hashcash-process-alist): New variable
7121         (hashcash-generate-payment-async): Add
7122         (hashcash-already-paid-p): Add
7123         (hashcash-insert-payment): Don't generate payments twice
7124         (hashcash-insert-payment-async): Add
7125         (hashcash-insert-payment-async-2): Add
7126         (hashcash-cancel-async): Add
7127         (hashcash-wait-async): Add
7128         (hashcash-processes-running-p): Add
7129         (hashcash-wait-or-cancel): Add
7130         (mail-add-payment): New optional argument.  Conditionally start
7131         asynchronous calculation.
7132         (mail-add-payment-async): Add
7133
7134         * message.el (message-send-mail): Wait for asynchronous hashcash
7135         results.  Don't clobber existing X-Hashcash headers.
7136         (message-setup-1): Call mail-add-payment-async when
7137         message-generate-hashcash is non-nil.
7138
7139 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7140
7141         * message.el (message-use-alternative-email-as-from): Examine the
7142         From header as well; use message-make-from in order to include a
7143         user's full name.
7144
7145 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7148         default; improve customization type.
7149         (gnus-emphasis-custom-with-format): New macro.
7150         (gnus-emphasis-custom-value-to-external): New function.
7151         (gnus-emphasis-custom-value-to-internal): New function.
7152
7153 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7154
7155         * dns.el (query-dns): Resolve reverse addresses.
7156
7157 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7158
7159         * gnus-group.el (gnus-group-get-new-news): Use it.
7160
7161         * gnus-start.el (gnus-check-reasonable-setup): New function.
7162
7163 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7166         "Args out of range" error.  Reported by Arnaud Giersch
7167         <arnaud.giersch@free.fr>.
7168
7169 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7170
7171         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7172
7173 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7174
7175         * spam.el (spam group): Add :version.
7176
7177         * pgg-def.el (pgg group): Add :version.
7178
7179 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (gnus-article-edit-article): Don't associate the
7182         article buffer with a draft file.  This is a temporary measure
7183         against the 2004-08-22 change to gnus-article-edit-mode.
7184
7185 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7188         (html2text-format-tags): Remove unused variable `attr'.
7189
7190 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7193
7194         * tls.el (tls-process-connection-type, tls-success)
7195         (tls-certtool-program): Add :version.
7196
7197         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7198         (starttls-extra-arguments, starttls-process-connection-type)
7199         (starttls-connect, starttls-failure, starttls-success):
7200
7201         * spam-stat.el (spam-stat): Add :version.
7202
7203         * sieve.el (sieve): Add :version.
7204
7205         * sha1.el (sha1): Add :version.
7206         (sha1-use-external): Remove redundant version.
7207
7208         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7209         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7210         (nnmail-split-fancy-match-partial-words)
7211         (nnmail-split-lowercase-expanded): Add :version.
7212
7213         * nndiary.el (nndiary): Add :version.
7214
7215         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7216
7217         * mml-sec.el (mml-default-sign-method)
7218         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7219         Add :version.
7220
7221         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7222
7223         * mm-url.el (mm-url-use-external, mm-url-program)
7224         (mm-url-arguments): Add :version.
7225
7226         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7227         (mm-attachment-file-modes, mm-decrypt-option)
7228         (mm-w3m-safe-url-regexp): Add :version.
7229
7230         * message.el (message-cite-prefix-regexp)
7231         (message-sendmail-envelope-from, message-minibuffer-local-map)
7232         (message-user-fqdn, message-completion-alist): Add :version.
7233
7234         * gnus-win.el (gnus-configure-windows-hook)
7235         (gnus-use-frames-on-any-display): Add :version.
7236
7237         * gnus-art.el (gnus-article-address-banner-alist)
7238         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7239         (gnus-treat-from-picon, gnus-treat-mail-picon)
7240         (gnus-treat-x-pgp-sig): Add :version.
7241
7242         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7243         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7244         (gnus-summary-article-delete-hook)
7245         (gnus-summary-display-while-building): Add :version.
7246
7247         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7248         (gnus-get-top-new-news-hook):Add :version.
7249
7250         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7251         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7252
7253         * gnus-registry.el (gnus-registry): Add :version.
7254
7255         * gnus-spec.el (gnus-use-correct-string-widths)
7256         (gnus-make-format-preserve-properties): Add :version.
7257
7258         * gnus.el (gnus-group-charter-alist)
7259         (gnus-group-fetch-control-use-browse-url)
7260         (gnus-install-group-spam-parameters): Add :version.
7261
7262         * gnus-diary.el (gnus-diary): Add :version.
7263
7264         * gnus-delay.el (gnus-delay): Add :version.
7265
7266         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7267         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7268         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7269         Add :version.
7270
7271         * gnus-agent.el (gnus-agent-max-fetch-size)
7272         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7273         (gnus-agent-prompt-send-queue): Add :version.
7274
7275         * deuglify.el (gnus-outlook-deuglify): Add :version.
7276
7277         * html2text.el: Beautify code.  Improve doc strings.  Some
7278         checkdoc cleanup.
7279         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7280
7281 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7282
7283         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7284
7285 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7286
7287         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7288         when package is loaded.
7289
7290         * spam.el (spam-summary-score-preferred-header): Add global preference
7291         for people who want to override the default SpamAssassin over
7292         Bogofilter preference (when both are set).
7293         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7294         (spam-user-format-function-S): Check
7295         spam-summary-score-preferred-header.
7296         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7297         (spam-user-format-function-S): Format the score correctly.
7298
7299 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7302         signature file.  Suggested by Manoj Srivastava
7303         <srivasta@golden-gryphon.com>.
7304
7305         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7306         iso-2022-jp even in the Japanese language environment.
7307         Suggested by Jason Rumney <jasonr@gnu.org>.
7308
7309 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7312         use the same characters as the dummy marks; make it free from
7313         getting affected by the language environment.
7314         (gnus-summary-read-group-1): Update mark positions only when the
7315         format spec is updated.
7316
7317         * gnus-spec.el (gnus-update-format-specifications): Return a list
7318         of updated types.
7319
7320 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7323         of boundp to check if display-warning is available.
7324
7325 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7328
7329 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * nnspool.el (nnspool-spool-directory): Use news-path if the
7332         news-directory variable is not bound.
7333
7334         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7335         function instead of display-warning if it is not available.
7336
7337 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7340         v5-10: Use `point-at-bol'.
7341
7342 2004-10-26  Simon Josefsson  <jas@extundo.com>
7343
7344         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7345         <chenggao@gmail.com>.
7346
7347 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7350         instead.
7351
7352 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7355         to remove a server from the nnimap-server-buffer-alist.
7356         (nnimap-open-connection, nnimap-close-server): Use it.
7357
7358         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7359
7360 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7363         running the major-mode function.
7364
7365 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7368         dummy marks in the right way.
7369
7370 2004-10-18  David Edmondson  <dme@dme.org>
7371
7372         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7373         excessively.
7374
7375 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7376
7377         * gnus-util.el (gnus-split-references): Accept a nil references
7378         string and go on blissfully.
7379
7380         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7381         cases where the references string is non-nil but has no references.
7382
7383         * encrypt.el: Add autoload tags.
7384
7385         * spam.el (spam-resolve-registrations-routine): Remove article
7386         from unregistration list too.  Reported by David Hanak
7387         <dhanak@isis.vanderbilt.edu>
7388
7389 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7392         nil.  Changed custom type.
7393
7394 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7395
7396         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7397
7398         * gnus-sum.el (gnus-summary-move-article): Use it.
7399
7400 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7401
7402         * encrypt.el: Add autoload cookies.
7403
7404         * spam.el (spam-backend-article-list-property)
7405         (spam-backend-get-article-todo-list)
7406         (spam-backend-put-article-todo-list, )
7407         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7408         Resolve registrations separately.
7409         (spam-register-routine): Format comments.
7410         (spam-unregister-routine, spam-register-routine): Always call with
7411         specific-articles, no default list.
7412         (spam-summary-prepare-exit): Use the spam-classifications function.
7413
7414         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7415         gnus-encrypt.el.
7416
7417         * encrypt.el: copied from gnus-encrypt.el
7418
7419         * gnus-encrypt.el: commented that it's obsolete
7420
7421 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7424         (gnus-score-save): Use it.
7425
7426         * message.el (message-bury): Use `window-dedicated-p'.
7427
7428 2004-10-15  Simon Josefsson  <jas@extundo.com>
7429
7430         * pop3.el (top-level): Don't require nnheader.
7431         (pop3-read-timeout): Add.
7432         (pop3-accept-process-output): Add.
7433         (pop3-read-response, pop3-retr): Use it.
7434
7435 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7436
7437         * spam.el (spam-register-routine): Move comment.
7438         (spam-verify-bogofilter): Use 'unknown for the initial
7439         spam-bogofilter-valid state, not 'never.
7440
7441         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7442         for netrc-machine.
7443
7444         * nnimap.el (nnimap-open-connection): Use
7445         netrc-machine-user-or-password.
7446
7447 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7448
7449         * gnus-registry.el (gnus-registry-unload-hook):
7450         Set as a variable with add-hook.
7451
7452         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7453         of news-path.
7454
7455         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7456
7457         * spam.el: Delete duplicate `provide'.
7458         (spam-unload-hook): Set as a variable with add-hook.
7459
7460 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7463         in the doc string.
7464
7465         * message.el (message-ignored-news-headers)
7466         (message-ignored-supersedes-headers)
7467         (message-ignored-resent-headers)
7468         (message-forward-ignored-headers): Improve custom type.
7469
7470 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * message.el (message-tokenize-header): Fix 2004-09-06 change
7473         which used point-min in the wrong place.
7474
7475 2004-10-12  Simon Josefsson  <jas@extundo.com>
7476
7477         * tls.el (tls-certtool-program): New variable.
7478         (tls-certificate-information): New function, based on
7479         ssl-certificate-information.
7480
7481 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * compface.el: Move the version of ELisp-based uncompface program
7484         to the contrib directory because of the copyright problem.
7485
7486 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el (message-kill-buffer): Raise the current frame.
7489
7490 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7493
7494         * gnus.el (message-y-or-n-p): Autoload.
7495
7496         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7497         (pop3-password-required, pop3-authentication-scheme)
7498         (pop3-leave-mail-on-server): Made customizable.
7499         (pop3): New custom group.
7500         (pop3-retr): Remove `sleep-for' statements.
7501         Suggested by Dave Love <fx@gnu.org>.
7502
7503         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7504         Windows/DOS.
7505
7506         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7507         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7508         Dave Love <fx@gnu.org>.
7509
7510         * mml.el (mml-minibuffer-read-disposition): Require match.
7511         Suggested by Dave Love <fx@gnu.org>.
7512
7513 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7516         doc string.
7517
7518 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7521
7522 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7523
7524         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7525         instead of calling `mm-insert-inline', to decode text/* parts
7526         before displaying them.
7527
7528 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * mm-uu.el (mm-uu-text-plain-type): New variable.
7531         (mm-uu-pgp-signed-extract-1): Use it.
7532         (mm-uu-pgp-encrypted-extract-1): Use it.
7533         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7534         bind mm-uu-text-plain-type with that value.
7535         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7536         mm-uu-dissect.
7537
7538 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-group.el (gnus-update-group-mark-positions):
7541         * gnus-sum.el (gnus-update-summary-mark-positions):
7542         * message.el (message-check-news-body-syntax):
7543         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7544         of string-as-multibyte.
7545
7546 2004-10-05  Juri Linkov  <juri@jurta.org>
7547
7548         * gnus-group.el (gnus-update-group-mark-positions):
7549         * gnus-sum.el (gnus-update-summary-mark-positions):
7550         * message.el (message-check-news-body-syntax):
7551         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7552         8-bit unibyte values to a multibyte string for search functions.
7553
7554 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7557         (mm-uu-dissect-text-parts): New function.
7558
7559         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7560         dissect text parts.
7561
7562         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7563         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7564
7565         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7566
7567         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7568         gnus-current-topics instead of gnus-current-topic.
7569
7570 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7571
7572         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7573
7574 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7575
7576         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7577         where approriate.
7578
7579         * nnml.el (nnml-generate-active-info): do.
7580
7581         * nndiary.el (nndiary-generate-active-info): do.
7582
7583         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7584         (gnus-topic-move): do.
7585
7586         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7587         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7588
7589         * gnus-srvr.el (gnus-server-prepare)
7590         (gnus-server-open-all-servers): do.
7591
7592         * gnus-msg.el (gnus-summary-cancel-article)
7593         (gnus-summary-resend-message)
7594         (gnus-summary-mail-crosspost-complaint): do.
7595
7596         * gnus-move.el (gnus-change-server): do.
7597
7598         * gnus-group.el (gnus-group-unmark-all-groups)
7599         (gnus-group-set-current-level): do.
7600
7601 2004-10-04  Simon Josefsson  <jas@extundo.com>
7602
7603         * message.el (message-generate-hashcash): Doc fix.
7604
7605 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7606
7607         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7608         avoid infinite recursion via gnus-get-function.
7609
7610 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7611
7612         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7613
7614         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7615
7616         * nnmail.el (nnmail-split-history): do.
7617
7618         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7619         (nnml-request-delete-group): do.
7620
7621         * nnslashdot.el (nnslashdot-read-groups): do.
7622
7623         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7624         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7625
7626         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7627         (nnspool-sift-nov-with-sed): Use last
7628         (nnspool-retrieve-headers-with-nov): Use mapc.
7629         (nnspool-request-newgroups): Use dolist.
7630         (nnspool-request-group): Use last.
7631
7632         * nntp.el (nntp-read-server-type): Use dolist.
7633
7634         * nnvirtual.el (nnvirtual-create-mapping)
7635         (nnvirtual-update-read-and-marked): Use dolist.
7636         (nnvirtual-convert-headers): Simplify.
7637
7638 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7639
7640         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7641         support for sync'ing tick marks.
7642
7643 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7646         there's no visible header.
7647
7648 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7649
7650         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7651         necessary, pass full group name to gnus-request-set-marks.
7652
7653 2004-10-01  Simon Josefsson  <jas@extundo.com>
7654
7655         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7656         acroread.
7657
7658 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659
7660         * spam-report.el (spam-report-gmane): Fix interactive.
7661
7662         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7663
7664         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7665         when writing file.
7666         (gnus-agent-synchronize-flags): Don't default to being
7667         interactive.
7668
7669 2004-09-30  Simon Josefsson  <jas@extundo.com>
7670
7671         * message.el (message-generate-hashcash): Add.
7672         (message-send-mail): Use it, call mail-add-payment.
7673
7674 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7675
7676         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7677
7678 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7679
7680         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7681         gnus-requst-update-info with explicit code to sync the in-memory
7682         info read flags with the marks being sync'd to the backend.
7683
7684         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7685
7686 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7687
7688         * spam.el (spam-verify-bogofilter): Add new function.
7689         (spam-check-bogofilter)
7690         (spam-bogofilter-register-with-bogofilter): Use it.
7691         (spam-verify-bogofilter): Add small fixes.
7692
7693 2004-09-28  Simon Josefsson  <jas@extundo.com>
7694
7695         * hashcash.el (hashcash-generate-payment): Revert.
7696
7697 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7700         gnus-extract-references instead of gnus-split-references.
7701
7702         * gnus-util.el (gnus-extract-references): Add new function, analogous
7703         to gnus-split-references but extracts only the message-ID without
7704         anything extra.
7705
7706         * hashcash.el (hashcash-generate-payment)
7707         (hashcash-check-payment): Do the right thing if hashcash-path is
7708         nil (because the hashcash program could not be found).
7709
7710         * spam.el (spam-use-hashcash): Remove comment.
7711
7712 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7713
7714         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7715         (gnus-cache-enter-article, gnus-cache-remove-article)
7716         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7717
7718         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7719
7720         * gnus-art.el (article-hide-boring-headers)
7721         (article-translate-strings, article-display-face)
7722         (gnus-article-mime-match-handle-first)
7723         (gnus-article-highlight-headers)
7724         (gnus-article-add-buttons-to-head): do.
7725
7726 2004-09-27  Simon Josefsson  <jas@extundo.com>
7727
7728         * hashcash.el: New version, from
7729         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7730         ../contrib/.
7731
7732 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7735
7736 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7737
7738         * gnus-dup.el (gnus-dup-open): Use mapc.
7739         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7740
7741         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7742         Reported by Stefan Wiens <s.wi@gmx.net>.
7743
7744         * gnus.el (gnus-shutdown): Use dolist.
7745
7746         * gnus-undo.el (gnus-undo): Use mapc.
7747
7748         * nnrss.el (nnrss-generate-active): do.
7749
7750         * message.el (message-cite-original-without-signature)
7751         (message-cite-original): Use mapc.
7752         (message-do-actions, message-make-forward-subject): Use dolist.
7753
7754 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7755
7756         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7757         deletion to remove entire duplicate line.  Fixes merged article
7758         number bug.
7759
7760 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7761
7762         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7763         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7764         first ask if you want to open a server and then, even when you
7765         responded with no, asking if you want to synchronize the server's
7766         flags.
7767         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7768         multi-line expressions.
7769         (gnus-agent-synchronize-group-flags): New internal function.
7770         Updates marks in memory (in the info structure) AND in the
7771         backend.
7772
7773         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7774
7775         * nnagent.el (nnagent-request-set-mark): Use
7776         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7777         method, to ensure that synchronization updates marks in the
7778         backend and in the info (in memory) structure.
7779
7780 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7783         convention fully; don't miss the root article of a thread; make
7784         the X-Draft-From header with correct article numbers.
7785
7786 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7787
7788         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7789         unless plugged.  Disable the agent so that an open failure causes
7790         an error.
7791
7792         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7793         Reverted 2004-09-21 change.  The backend must be opened while
7794         synchronizing flags even when the backend stores the flags
7795         locally.
7796
7797 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7798
7799         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7800         in `header' match.  Reported by Svend Tollak Munkejord.
7801
7802         * message.el (message-cite-original): Fix use of
7803         `message-cite-articles-with-x-no-archive'.
7804
7805 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7808         (gnus-window-to-buffer): Ditto.
7809
7810         * mml.el (mml-preview-buffer): New variable.
7811         (mml-preview): Manage window layout with gnus-buffer-configuration.
7812
7813         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7814         X-Draft-From header even if those articles aren't quoted.
7815
7816 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7817
7818         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7819         (gnus-request-set-mark, gnus-request-update-mark): Use new
7820         g-s-t-u-l-m to decide to use backend even when unplugged.
7821
7822 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7823
7824         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7825         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7826
7827 2004-09-20  Simon Josefsson  <jas@extundo.com>
7828
7829         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7830         "utf-16-le".
7831
7832 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7833
7834         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7835
7836 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * uudecode.el (uudecode-use-external): Add :version.
7839
7840         * smime.el (smime-CA-file, smime-encrypt-cipher)
7841         (smime-dns-server): Add :version.
7842
7843         * smiley.el (gnus-smiley-file-types): Add :version.
7844
7845         * sha1.el (sha1-use-external): Add :version.
7846
7847         * pgg-def.el (pgg-query-keyserver): Add :version.
7848
7849         * nnmail.el (nnmail-fancy-expiry-targets)
7850         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7851         Add :version.
7852
7853         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7854         (nnimap-retrieve-groups-asynchronous): Add :version.
7855         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7856
7857         * mml.el (mml-content-disposition-parameters)
7858         (mml-insert-mime-headers-always): Add :version.
7859
7860         * mm-util.el (mm-coding-system-priorities): Add :version.
7861
7862         * mm-decode.el (mm-inline-text-html-with-images)
7863         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7864         (mm-verify-option): Add :version.
7865         (mm-text-html-renderer): Change :version.
7866
7867         * message.el (message-fcc-externalize-attachments)
7868         (message-required-headers, message-draft-headers)
7869         (message-subject-trailing-was-query)
7870         (message-subject-trailing-was-ask-regexp)
7871         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7872         (message-mark-insert-end, message-archive-header)
7873         (message-archive-note, message-cross-post-default)
7874         (message-cross-post-note, message-followup-to-note)
7875         (message-cross-post-note-function, message-use-mail-followup-to)
7876         (message-subscribed-address-functions)
7877         (message-subscribed-address-file, message-subscribed-addresses)
7878         (message-subscribed-regexps, message-allow-no-recipients)
7879         (message-yank-cited-prefix, message-signature-insert-empty-line)
7880         (message-hidden-headers, message-hierarchical-addresses)
7881         (message-mail-user-agent, message-use-idna)
7882         (message-valid-fqdn-regexp)
7883         (message-strip-special-text-properties, message-header-synonyms)
7884         (message-beginning-of-line, message-tab-body-function): Add :version.
7885         (message-insert-canlock, message-wide-reply-confirm-recipients):
7886         Change :version.
7887
7888         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7889         and :version.
7890         (mail-source-delete-old-incoming-confirm)
7891         (mail-source-movemail-program): Add :version.
7892
7893         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7894         (gnus-agent-cache, gnus-agent): Change :version.
7895
7896         * gnus-util.el (gnus-use-byte-compile): Change :version.
7897
7898         * gnus-sum.el (gnus-summary-make-false-root-always)
7899         (gnus-summary-default-high-score)
7900         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7901         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7902         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7903         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7904         (gnus-sum-thread-tree-single-indent)
7905         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7906         (gnus-sum-thread-tree-leaf-with-other)
7907         (gnus-sum-thread-tree-single-leaf): Add :version.
7908         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7909         (gnus-article-loose-mime): Change :version.
7910
7911         * gnus-start.el (gnus-backup-startup-file)
7912         (gnus-save-startup-file-via-temp-buffer): Add :version.
7913
7914         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7915         (gnus-server-offline-face): Add :version.
7916
7917         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7918
7919         * gnus-msg.el (gnus-gcc-externalize-attachments)
7920         (gnus-debug-files, gnus-debug-exclude-variables)
7921         (gnus-discouraged-post-methods): Change :version.
7922         (gnus-confirm-mail-reply-to-news)
7923         (gnus-confirm-treat-mail-like-news): Add :version.
7924
7925         * gnus-int.el (gnus-server-unopen-status): Add :version.
7926
7927         * gnus-group.el (gnus-group-jump-to-group-prompt)
7928         (gnus-large-ephemeral-newsgroup)
7929         (gnus-fetch-old-ephemeral-headers): Add :version.
7930
7931         * gnus-fun.el (gnus-x-face-directory)
7932         (gnus-convert-pbm-to-x-face-command)
7933         (gnus-convert-image-to-x-face-command)
7934         (gnus-convert-image-to-face-command): Add :version.
7935
7936         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7937
7938         * gnus-cite.el (gnus-cite-blank-line-after-header)
7939         (gnus-article-boring-faces): Add :version.
7940
7941         * gnus-art.el (gnus-buttonized-mime-types)
7942         (gnus-inhibit-mime-unbuttonizing)
7943         (gnus-treat-display-face)
7944         (gnus-treat-body-boundary): Change :version.
7945         (gnus-body-boundary-delimiter, gnus-picon-databases)
7946         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7947         (gnus-treat-date-english, gnus-treat-fold-headers)
7948         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7949         (gnus-treat-mail-picon, gnus-treat-wash-html)
7950         (gnus-article-encrypt-protocol)
7951         (gnus-use-idna, gnus-article-over-scroll)
7952         (gnus-mime-display-multipart-alternative-as-mixed)
7953         (gnus-mime-display-multipart-related-as-mixed)
7954         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7955         (gnus-ctan-url, gnus-button-ctan-handler)
7956         (gnus-button-handle-ctan-bogus-regexp)
7957         (gnus-button-ctan-directory-regexp)
7958         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7959         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7960         (gnus-button-man-level, gnus-button-emacs-level)
7961         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7962
7963         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7964         (gnus-agent-go-online): Change :version.
7965         (gnus-agent-expire-unagentized-dirs)
7966         (gnus-agent-auto-agentize-methods): Add :version.
7967
7968         * flow-fill.el (fill-flowed-display-column)
7969         (fill-flowed-encode-column): Add :version.
7970
7971         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7972         (gnus-outlook-deuglify-unwrap-max)
7973         (gnus-outlook-deuglify-cite-marks)
7974         (gnus-outlook-deuglify-unwrap-stop-chars)
7975         (gnus-outlook-deuglify-no-wrap-chars)
7976         (gnus-outlook-deuglify-attrib-cut-regexp)
7977         (gnus-outlook-deuglify-attrib-verb-regexp)
7978         (gnus-outlook-deuglify-attrib-end-regexp)
7979         (gnus-outlook-display-hook): Add :version.
7980
7981         * binhex.el (binhex-use-external): Add :version.
7982
7983 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7986         and `invisible'.
7987
7988 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7989
7990         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7991         in gnus-registry-trim.
7992
7993 2004-09-13  Simon Josefsson  <jas@extundo.com>
7994
7995         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7996
7997         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7998
7999         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
8000         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8001         <yamaoka@jpl.org>.
8002         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
8003         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
8004         <yamaoka@jpl.org>.
8005
8006         * sieve.el (sieve-manage-mode): Ditto.
8007
8008 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
8011
8012 2004-09-11  Simon Josefsson  <jas@extundo.com>
8013
8014         * dns-mode.el: Add.
8015
8016         * mm-view.el (mm-display-dns-inline): Add.
8017
8018         * mm-decode.el (mm-inline-media-tests): Add text/dns.
8019         (mm-automatic-display): Ditto.
8020
8021         * mailcap.el (mailcap-mime-data): Add text/dns.
8022         (mailcap-mime-extensions): Map .soa to text/dns.
8023
8024 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8025
8026         * gnus-art.el (article-decode-mime-words, article-babel)
8027         (gnus-article-highlight-signature, gnus-article-add-buttons)
8028         (gnus-signature-toggle): Remove unnecessary bindings of
8029         `inhibit-read-only' inherited from v5.10 merge.
8030
8031 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * nntp.el (nntp): New customization group.
8034         (nntp-authinfo-file): Add customization group.
8035
8036         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8037
8038         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8039
8040         * gnus.el (to-address, to-list, subscribed)
8041         (large-newsgroup-initial): Ditto.
8042
8043         * flow-fill.el (fill-flowed-display-column)
8044         (fill-flowed-encode-column): Ditto.
8045
8046 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8047
8048         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8049         Use point-min rather than 1.
8050         (message-send-mail): Use buffer-size rather than point-max.
8051
8052         * gnus-sum.el (gnus-summary-search-article-forward):
8053         Signal a specific `search-failed' rather than a generic `error'.
8054
8055         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8056         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8057         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8058
8059 2004-09-10  Simon Josefsson  <jas@extundo.com>
8060
8061         * nndb.el (require): Remove tcp and duplicate cl.
8062
8063 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-agent.el (directory-files-and-attributes): Move forward.
8066
8067 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8068
8069         * gnus-agent.el (directory-files-and-attributes): Optionally
8070         defined to support XEmacs.
8071
8072 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8073
8074         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8075         to avoid run-time CL dependencies.
8076         (gnus-agent-unfetch-articles): New function.
8077         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8078         article numbers even when local .overview file is missing.
8079         (gnus-agent-read-article-number): New function. Only accepts
8080         27-bit article numbers.
8081         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8082         gnus-agent-read-article-number.
8083         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8084         from backend while recognizing that article numbers in .overview
8085         must be valid.
8086         (gnus-agent-update-files-total-fetched-for): Use
8087         directory-files-and-attributes to improve performance.
8088         * gnus-int.el (gnus-request-move-article): Use
8089         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8090         improve performance.
8091
8092         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8093         some users confused by references to .newsrc when they only have a
8094         .newsrc.eld file.
8095         (gnus-convert-mark-converter-prompt,
8096         gnus-convert-converter-needs-prompt): Fixed use of property list.
8097         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8098         New function. Used internally to only display 'gnus converting
8099         files' message when actually necessary.
8100
8101         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8102         methods now autoloaded.
8103
8104 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8107         identifiers.
8108
8109 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * gnus-picon.el: Fix indentation and closing parenthesis.
8112
8113 2004-09-01  Simon Josefsson  <jas@extundo.com>
8114
8115         * message.el (message-canlock-generate): Require sha1, not
8116         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8117         to require within a function.  Sadly, if sha1.el isn't loaded, the
8118         let binding in m-c-g will hide the defcustom definition, which is
8119         bad.)
8120
8121         * canlock.el: Require sha1, not sha1-el.
8122
8123         * message.el: Don't autoload sha1 (there is a autoload cookie in
8124         sha1.el).
8125
8126         * sha1-el.el: Renamed to sha1.el.
8127
8128 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8129
8130         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8131
8132 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8133
8134         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8135
8136 2004-08-30  Kim F. Storm  <storm@cua.dk>
8137
8138         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8139
8140         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8141         Add :group 'nnimap.
8142
8143 2004-08-30  Andreas Schwab  <schwab@suse.de>
8144
8145         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8146         ?* and ?\;.
8147
8148         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8149         and ?\' to symbol instead of whitespace.
8150
8151 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8154
8155         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8156         instead of re-search-forward.
8157
8158         * gnus-uu.el (gnus-uu-save-article): Ditto.
8159         (gnus-uu-post-encode-uuencode): Ditto.
8160
8161         * html2text.el (html2text-clean-list-items): Ditto.
8162         (html2text-clean-dtdd): Ditto.
8163         (html2text-format-tags): Ditto.
8164
8165         * message.el (message-send-mail-with-sendmail): Fix regexp.
8166         (message-fill-field-general): Use search-forward instead of
8167         re-search-forward.
8168         (unbold-region): Ditto.
8169
8170         * nnrss.el (nnrss-request-article): Ditto.
8171
8172         * nnslashdot.el (nnslashdot-request-article): Ditto.
8173
8174         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8175
8176         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8177         "Unrecognized menu descriptor" error in XEmacs.
8178
8179 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8180
8181         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8182         parent article of a sparse article in the thread hashtb.
8183
8184 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8185
8186         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8187         (nnmail-expand-newtext): Lowercase expanded entries if
8188         nnmail-split-lowercase-expanded is non-nil.
8189
8190 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8193         entry.
8194
8195         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8196         of gnus-tmp-news-method into string under XEmacs.  It will be
8197         passed to gnus-correct-length which takes only a string argument.
8198
8199 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * gnus-util.el (gnus-bind-print-variables): New macro.
8202         (gnus-prin1): Use it.
8203         (gnus-prin1-to-string): Use it.
8204         (gnus-pp): New function.
8205         (gnus-pp-to-string): New function.
8206
8207         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8208         pp-to-string with gnus-pp-to-string.
8209         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8210         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8211         * gnus-msg.el (gnus-debug): Ditto.
8212         * gnus-score.el (gnus-score-save): Ditto.
8213         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8214         gnus-pp-to-string.
8215         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8216         with gnus-pp.
8217         * score-mode.el (gnus-score-pretty-print): Ditto.
8218         * webmail.el (webmail-debug): Ditto.
8219
8220 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-art.el (article-display-face, article-display-x-face): Use
8223         buffer-read-only.
8224
8225 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (article-hide-list-identifiers): Bind
8228         inhibit-read-only as t.
8229
8230 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8233
8234 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8235
8236         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8237         (gnus-narrow-to-page): Don't assume point-min == 1.
8238         (gnus-article-edit-mode): Derive from message-mode.
8239
8240         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8241         point-min == 1.
8242
8243         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8244         Disable incorrect use of `assert'.
8245
8246         * message.el (message-mode): Set comment-start-skip.
8247
8248
8249 2004-08-22  Sam Steingold  <sds@gnu.org>
8250
8251         * pop3.el (pop3-leave-mail-on-server): New user variable.
8252         (pop3-movemail): Delete mail only when it is nil.
8253
8254 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8257
8258         * mml.el (mml-preview): Use `pop-to-buffer'.
8259
8260         * message.el (message-goto-mail-followup-to): Insert after "To".
8261         (message-carefully-insert-headers): Add comment.
8262
8263         * gnus.el: Remove unused variable `gnus-article-check-size'.
8264
8265         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8266
8267         * gnus-art.el (gnus-button-alist): Improve
8268         `gnus-button-handle-library' entry.
8269
8270 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8271
8272         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8273         downcase, since XEmacs capitalizes error messages differently.
8274
8275 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8276
8277         * nntp.el: Add (require 'gnus) due to reference to
8278         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8279
8280 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8281
8282         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8283         `mm-fill-flowed'.
8284
8285         * mm-decode.el (mm-dissect-singlepart): Check it.
8286
8287 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8290         'imap' for netrc parsing.
8291
8292 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8293
8294         * mailcap.el (mailcap-mime-data): Mark as risky.
8295
8296 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8299         may be included in the encoded word.
8300         (rfc2047-encode): Don't append a space if the encoded word
8301         includes close parenthesis.
8302
8303 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8306         of text within parentheses.
8307
8308 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8309
8310         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8311         (gnus-encrypt-write-file-contents): Make the password key the file
8312         name PLUS the cipher, not just the cipher.  Also remove failed
8313         passwords from the cache.
8314
8315 2004-08-06  Simon Josefsson  <jas@extundo.com>
8316
8317         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8318         fix.
8319
8320 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8323         LWSP.
8324
8325 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8328         to append in-reply-to: data to the references: header.
8329
8330         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8331         (netrc-parse): Use gnus-encrypt.el functions.
8332
8333         * gnus-encrypt.el: Add new file for encryption support; currently
8334         does only a few GPG ciphers and an internal XOR cipher.
8335
8336         * password.el: Add comments on using password-read-and-add.
8337         (password-read-and-add): Add function to read and add the
8338         password to the cache at once.
8339
8340 2004-07-28  Simon Josefsson  <jas@extundo.com>
8341
8342         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8343         parameter (but don't use it, for now).
8344
8345         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8346         instead of hard coding to nil.
8347
8348 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8351         as mm-inline-image-xemacs does.
8352
8353 2004-07-26  Simon Josefsson  <jas@extundo.com>
8354
8355         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8356         Revert part of 2004-07-17 change below.
8357
8358 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8361         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8362
8363 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364
8365         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8366         quotes that actually start with ">" at the beginning of the
8367         lines.
8368
8369 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * rfc2047.el (rfc2047-encode-region): Fix last change.
8372         (rfc2047-encode-parameter): Remove useless concat.
8373
8374 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8377         encode special characters; fix some kind of misconfigured headers;
8378         signal a real error if debug-on-quit or debug-on-error is non-nil.
8379         (rfc2047-encode-max-chars): New variable.
8380         (rfc2047-encode-1): Use it.
8381         (rfc2047-encode-parameter): New function.
8382
8383         * mml.el (mml-insert-parameter): Remove an excessive space.
8384
8385 2004-07-17  Simon Josefsson  <jas@extundo.com>
8386
8387         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8388         Kai Grossjohann <kai@emptydomain.de>.
8389         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8390         (gnus-group-make-menu-bar): Ditto.
8391
8392         * gnus-util.el (gnus-group-server): Add.
8393
8394 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8395
8396         * message.el (message-clone-locals): Clone sendmail and smtp
8397         variables.
8398
8399 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * rfc2047.el (rfc2047-encode-region): Fix last change.
8402
8403 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8406         characters as non-special.
8407
8408 2004-07-09  Simon Josefsson  <jas@extundo.com>
8409
8410         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8411         Users will lose all flag changes made while unplugged with
8412         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8413         good default.  See numerous reports on ding mailing list.
8414
8415 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8418         add generate-head-function and generate-article-function to the
8419         rfc822-forward entry.
8420         (nndoc-rfc822-forward-generate-article): New function.
8421         (nndoc-rfc822-forward-generate-head): New function.
8422
8423         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8424
8425 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8426
8427         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8428         respect display group parameter and gnus-summary-expunge-below.
8429         (gnus-articles-to-read): Remove unused reference to display group
8430         parameter.
8431
8432 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * nnheader.el (nnheader-uniquify-message-id): New experimental
8435         variable.
8436         (nnheader-nov-read-message-id): Use it.
8437
8438         * spam-report.el (spam-report-gmane): Add interactive.
8439
8440 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8443         qp-or-base64 for the application/* types.
8444
8445 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8446
8447         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8448
8449 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8450
8451         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8452         trim value.
8453
8454 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8455
8456         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8457         New macro and function.
8458         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8459
8460 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8463         after-load-alist.
8464
8465 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8466
8467         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8468         update info that isn't there.
8469
8470 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8471
8472         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8473         entry.
8474
8475 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * mm-view.el (mm-inline-render-with-function): Use multibyte
8478         buffer; decode html source by charset.
8479
8480         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8481
8482         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8483         Mule-UCS is loaded under XEmacs.
8484         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8485
8486 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8487
8488         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8489
8490 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * mm-util.el (mm-coding-system-p): Return a coding-system.
8493         (mm-mime-mule-charset-alist): Use shift_jis instead of
8494         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8495         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8496         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8497         instead of japanese-shift-jis and iso-latin-1 respectively in
8498         order to share the default value with both Emacs and XEmacs-mule.
8499         (mm-mule-charset-to-mime-charset): Make
8500         mm-coding-system-priorities effective.
8501         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8502         while predicating of candidates upon the priorities.
8503
8504 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8505
8506         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8507         gnus-uu-invert-processable.
8508
8509         * gnus.el: Autoload gnus-uu-invert-processable.
8510
8511 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * mm-util.el (mm-with-multibyte-buffer): New macro.
8514
8515         * rfc2047.el (rfc2047-encode-string): Use it.
8516         (rfc2047-encode-region): Move point to the end of the region after
8517         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8518
8519 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8522         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8523
8524 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8527         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8528         Karl Chen <quarl@nospam.quarl.org>.
8529
8530 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8531
8532         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8533         invalid addresses.
8534
8535 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * spam.el: Change section markers, revise TODO list.
8538         (spam-backends): Make new master list of all installed backends.
8539         (spam-summary-exit-behavior): Add new variable to determine how
8540         messages moves are done at summary exit.
8541         (spam-move-spam-nonspam-groups-only)
8542         (spam-process-ham-in-nonham-groups)
8543         (spam-process-ham-in-spam-groups): Remove variables, the
8544         spam-summary-exit-behavior variable should be used to manage this
8545         behavior.
8546         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8547         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8548         and spam-old-spam-articles.
8549         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8550         Add empty variables, placeholders for the backends they represent.
8551         (spam-set-difference): Move, unchanged.
8552         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8553         unless the user has a processor variable.
8554         (spam-classifications, spam-classification-valid-p)
8555         (spam-backend-properties, spam-backend-property-valid-p)
8556         (spam-backend-function-type-valid-p)
8557         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8558         (spam-report-articles-gmane, spam-report-articles-resend):
8559         Remove functions, they are not needed.
8560         (spam-install-backend-super, spam-backend-list)
8561         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8562         (spam-backend-function, spam-backend-ham-registration-function)
8563         (spam-backend-spam-registration-function)
8564         (spam-backend-ham-unregistration-function)
8565         (spam-backend-spam-unregistration-function)
8566         (spam-backend-statistical-p, spam-backend-mover-p)
8567         (spam-install-backend-alias, spam-install-checkonly-backend)
8568         (spam-install-mover-backend, spam-install-nocheck-backend)
8569         (spam-install-backend, spam-install-statistical-backend)
8570         (spam-install-statistical-checkonly-backend): Add backend installation
8571         support.
8572         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8573         (spam-group-processor-p): Use the new backend code and respect the
8574         summary exit behavior.
8575         (spam-mark-spam-as-expired-and-move-routine): Remove.
8576         (spam-summary-prepare): Change to use the new spam-old-articles
8577         variable.
8578         (spam-copy-or-move-routine, spam-copy-spam-routine)
8579         (spam-move-spam-routine, spam-copy-ham-routine)
8580         (spam-move-ham-routine): Add code to copy/move ham or spam.
8581         (spam-fetch-field-fast): Improve doc and code, plus allow the
8582         'number request.
8583         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8584         variables.
8585         (spam-split, spam-find-spam): Use the new backend code.
8586         (spam-registration-functions): Remove variable.
8587         (spam-unregister-routine): Add convenience wrapper.
8588         (spam-log-undo-registration, spam-register-routine)
8589         (spam-log-processing-to-registry)
8590         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8591         where possible.
8592         (spam-check-gmane-xref, spam-check-regex-headers)
8593         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8594         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8595         (spam-check-bogofilter-headers, spam-check-spamoracle)
8596         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8597         (spam-check-crm114-headers): Use the spam-split-group that
8598         spam-split prepares, no need to determine it every time.
8599
8600         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8601         to the nnheader-parse-naked-head call.
8602
8603         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8604
8605         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8606         the nnheader-nov-read-message-id call.
8607
8608 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8611         gnus-activate-group twice.  Suggested by Markus Peter
8612         <warp@spin.de>.
8613
8614 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * gnus-art.el (gnus-article-time-format): Exchange the order of
8617         day and month in the default value; fix customization type.
8618         (article-date-ut): Use add-text-properties.
8619         (article-make-date-line): Use message-make-date instead of
8620         current-time-string.
8621
8622         * message.el (message-fetch-field): Don't use set-text-properties.
8623         (message-make-date): Simplify.
8624
8625         * messagexmas.el (message-xmas-make-date): New function.
8626         (message-xmas-redefine): Defalias message-make-date to it.
8627
8628 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8631         (rfc2047-encode-region): Treat text within parentheses as special;
8632         show the original text when error has occurred.
8633
8634         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8635         already-computed method to gnus-activate-group.
8636
8637         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8638         same select-methods identical Lisp objects.
8639
8640         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8641         object when modifying the info.
8642
8643 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8646         gnus-opened-servers since it has never been opened with the new
8647         configuration yet.
8648
8649 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8652         arg to nnheader-generate-fake-message-id.
8653
8654 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8655
8656         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8657         number and build a fake message ID localized to a group and
8658         article number (so it's repeatable from that point on).
8659         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8660         ID format.
8661
8662         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8663         nnheader-generate-fake-message-id with the article number.
8664
8665 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8666
8667         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8668         end-of-buffer.
8669
8670 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * message.el (message-ignored-supersedes-headers): Add Approved.
8673
8674 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8677         goto-char.
8678         (rfc2047-encode): Fold the line before encoding.
8679
8680 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8683         folding -- not all headers can be folded, and this should be done
8684         by the message composition mode.  Probably.  I think.
8685
8686 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8689         fast.
8690
8691         * gnus-ems.el (gnus-remove-image): Don't use
8692         message-text-with-property; remove only the image found first.
8693
8694         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8695         found first.
8696
8697 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8698
8699         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8700
8701 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * message.el (message-text-with-property): Make it fast and accept
8704         optional arguments.
8705         (message-strip-forbidden-properties): Use it.
8706         (message-fix-before-sending): Follow the m-t-w-p change.
8707
8708         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8709
8710 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * gnus-art.el (article-hide-headers): Don't change the buffer
8713         mistakenly when performing mml-preview even if
8714         gnus-single-article-buffer is nil.
8715
8716 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8717
8718         * message.el (message-expand-name-databases): New user option.
8719         (message-expand-name): Use it.
8720
8721 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8722
8723         * spam.el (spam-report-articles-resend)
8724         (spam-report-resend-register-routine): Allow ham reporting.
8725         (spam-report-resend-register-ham-routine): Add wrapper.
8726         (spam-registration-functions): Add ham resending functions.
8727         (spam-list-of-processors): Add ham resend processor.
8728
8729         * gnus.el (ham-resend-to): Add new group parameter.
8730         (spam-process): Add ham resend option.
8731
8732         * spam-report.el (spam-report-resend): Allow reporting ham.
8733         (spam-report-resend-ham): Add wrapper.
8734
8735 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * message.el (message-cite-articles-with-x-no-archive): New
8738         variable.
8739         (message-cite-original): Use it.
8740
8741 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * message.el (message-cite-original): Respect X-No-Archive.
8744
8745 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-art.el (article-hide-headers): Refer to the values for
8748         gnus-ignored-headers and gnus-visible-headers in the summary
8749         buffer since a user may have set them as group parameters.
8750
8751 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8752
8753         * assistant.el (assistant-node-name): Add convenience function.
8754         (assistant-render-text, assistant-render-node): Add error handling,
8755         plus handle multiple next nodes.
8756         (assistant-find-next-node): Comment out for now.
8757         (assistant-find-next-nodes): Add function, returns list of next
8758         nodes.
8759
8760 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * mail-source.el (mail-source-directory): Fix doc-string.
8763
8764 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * assistant.el (assistant-render-text, assistant-eval): Add :set
8767         widget type, which is different because it takes and returns a
8768         list.  Much hilarity ensues.
8769
8770 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8773
8774         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8775         doc-string.
8776
8777         * gnus-start.el (gnus-activate-group): Added doc-string.
8778
8779 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8782
8783 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8784
8785         * assistant.el (assistant-render-text): Try to add a :set
8786         widget, more to come.
8787
8788         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8789         strings.
8790         (spam-report-articles-resend)
8791         (spam-register-routine): Do registration iff any articles warrant
8792         it.
8793         (spam-summary-prepare-exit): Change log message for nil group
8794         destinations.
8795
8796 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8797
8798         * spam.el (spam-report-resend-register-routine): Allow
8799         spam-report-resend-to to be a group parameter or a global value.
8800
8801 2004-05-26  Simon Josefsson  <jas@extundo.com>
8802
8803         * starttls.el: Merge with my GNUTLS based starttls.el.
8804         (starttls-gnutls-program, starttls-use-gnutls)
8805         (starttls-extra-arguments, starttls-process-connection-type)
8806         (starttls-connect, starttls-failure, starttls-success): New
8807         variables.
8808         (starttls-program, starttls-extra-args): Doc fix.
8809         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8810         functions.
8811         (starttls-negotiate, starttls-open-stream): Check
8812         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8813         function if it is set.
8814
8815 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8818         structured fields.
8819
8820 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8823
8824 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8827         variable.
8828         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8829         assigning the spam-mark to new messages.
8830
8831 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8832
8833         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8834
8835 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8838
8839         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8840         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8841         default.
8842
8843 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8844
8845         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8846         correct data.
8847
8848 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8849
8850         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8851         (spam-group-processor-p): Fix function.
8852         (spam-group-processor-multiple-p)
8853         (spam-group-spam-processor-report-gmane-p)
8854         (spam-group-spam-processor-report-resend-p)
8855         (spam-group-spam-processor-bogofilter-p)
8856         (spam-group-spam-processor-blacklist-p)
8857         (spam-group-spam-processor-ifile-p)
8858         (spam-group-ham-processor-ifile-p)
8859         (spam-group-spam-processor-spamoracle-p)
8860         (spam-group-spam-processor-crm114-p)
8861         (spam-group-ham-processor-bogofilter-p)
8862         (spam-group-spam-processor-stat-p)
8863         (spam-group-ham-processor-stat-p)
8864         (spam-group-ham-processor-whitelist-p)
8865         (spam-group-ham-processor-BBDB-p)
8866         (spam-group-ham-processor-spamoracle-p)
8867         (spam-group-ham-processor-copy-p): Remove functions with some
8868         prejudice against unneeded code.
8869         (spam-report-articles-resend)
8870         (spam-report-resend-register-routine): Allow the group/topic
8871         spam-resend-to value to override spam-report-resend-to.
8872         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8873         properly now.
8874
8875         * gnus.el (spam-resend-to): Add group/topic parameter.
8876         (spam-process): Move the OBSOLETE processors to the end of the
8877         choices.
8878
8879 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8880
8881         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8882         with resend-to set to nil, and then ask the user if necessary.
8883         (spam-report-resend): spam-report-resend takes a list of articles, not
8884         separate article numbers.
8885
8886 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8889         addition to emacs-w3m.
8890
8891 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * assistant.el (assistant-authinfo-data): New function.
8894         (assistant-eval): Eval for entire assistant.
8895
8896         * netrc.el (netrc-services-file): New variable.
8897         (netrc-parse-services): New function.
8898         (netrc-find-service-name): New function.
8899         (netrc-find-service-number): New function.
8900         (netrc-port-equal): New function.
8901         (netrc-machine): Use it.
8902
8903         * nnimap.el (nnimap-open-connection): Use netrc.
8904
8905         * gnus-util.el (gnus-netrc-get): Remove aliases.
8906
8907         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8908
8909         * assistant.el (wid-edit): Fix compilation.
8910
8911         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8912
8913 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8914
8915         * gnus-util.el (gnus-set-file-modes): New function.  (small
8916         patch).
8917
8918 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8919
8920         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8921
8922         * assistant.el (assistant-render-node): Fix up rendering and
8923         read-only text.
8924         (assistant-render-node): Reset.
8925         (assistant-make-read-only): Not sticky.
8926
8927 2004-05-20  Danny Siu  <dsiu@adobe.com>
8928
8929         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8930         centered even when gnus-auto-center-summary is t
8931
8932 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * dns.el (dns-get-txt-answer): New function.
8935         (dns-read-txt): Ditto.
8936         (query-dns): Use it.
8937
8938 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8941         active for foreign groups even if the group level is higher than
8942         the specified value.
8943
8944 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945
8946         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8947         non-active groups.
8948
8949         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8950
8951 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8952
8953         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8954
8955 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8956
8957         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8958         (spam-crm114-header, spam-crm114-spam-switch)
8959         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8960         (spam-crm114-positive-spam-header)
8961         (spam-crm114-database-directory, spam-list-of-processors)
8962         (spam-group-spam-processor-crm114-p)
8963         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8964         (spam-generic-score, spam-list-of-checks)
8965         (spam-list-of-statistical-checks, spam-registration-functions)
8966         (spam-check-crm114-headers, spam-crm114-score)
8967         (spam-check-crm114, spam-crm114-register-with-crm114)
8968         (spam-crm114-register-spam-routine)
8969         (spam-crm114-unregister-spam-routine)
8970         (spam-crm114-register-ham-routine)
8971         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8972         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8973
8974         * gnus.el: Add spam-use-crm114.
8975
8976         * spam.el (spam-list-of-processors, spam-registration-functions):
8977         Add spam-use-resend.
8978         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8979         (spam-report-articles-gmane): Add doc fix.
8980         (spam-report-articles-resend,
8981         spam-report-resend-register-routine): Add wrappers around
8982         spam-report-resend-to.
8983
8984         * spam-report.el (spam-report-resend-to, spam-report-resend):
8985         Add support for resending spam.
8986         (spam-report-gmane): Fix line length >80.
8987
8988         * gnus.el (spam-process): Add spam-use-resend.
8989
8990 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8991
8992         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8993         number of processed spam messages.
8994         (spam-ham-copy-or-move-routine): Return the number of processed
8995         ham messages.
8996         (spam-summary-prepare-exit): Use the above values to decide
8997         whether status messages shouled be displayed.
8998
8999 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
9002         `rfc2047-encoding-function-alist' in order to avoid conflicting
9003         with the old version.
9004         (rfc2047-encode-region): Concatenate words containing non-ASCII
9005         characters in structured fields; don't encode space-delimited
9006         ASCII words even in unstructured fields; don't break words at
9007         char-category boundaries.
9008         (rfc2047-encode-1): New function.
9009         (rfc2047-encode): Use it; encode text so that it occupies the
9010         maximum width within 76-column; work correctly on Q encoding for
9011         iso-2022-* charsets.
9012         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
9013         sure not to break a line just after the header name.
9014         (rfc2047-b-encode-region): Removed.
9015         (rfc2047-b-encode-string): New function.
9016         (rfc2047-q-encode-region): Removed.
9017         (rfc2047-q-encode-string): New function.
9018
9019         * mm-util.el (mm-replace-in-string): New function.
9020
9021 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022
9023         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
9024         get it right.
9025         (gnus-inews-make-draft): Really.
9026
9027 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9028
9029         * nnmh.el (nnmh-request-list-1): Don't check the link count
9030         before descending.  (small patch)
9031
9032 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9035         stuff.
9036
9037         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9038         on real group name.
9039
9040         * gnus-art.el (gnus-signature-limit): Doc fix.
9041
9042         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9043
9044         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9045
9046 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9047
9048         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9049         isn't a string.
9050
9051 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-draft.el (gnus-draft-send): Bind
9054         rfc2047-encode-encoded-words.
9055
9056         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9057         (rfc2047-encodable-p): Say that =? needs encoding.
9058         (rfc2047-encode-encoded-words): New variable.
9059
9060         * gnus-group.el (gnus-group-select-group): Doc fix.
9061
9062         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9063
9064         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9065         to nil.
9066
9067         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9068
9069         * nnheader.el (nnheader-get-lines-and-char): New function.
9070
9071 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * gnus-msg.el (gnus-summary-followup-with-original): Document
9074         yanking of region when active.
9075
9076 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9079         groups if the group level is higher than the specified value.
9080
9081 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9082
9083         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9084         (gnus-group-jump-to-group): Added prefix argument using
9085         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9086         non-active group.
9087
9088         * compface.el (uncompface): Be verbose when changing
9089         `uncompface-use-external'.
9090
9091         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9092         handle manual section.
9093
9094 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * gnus-art.el (gnus-button-alist): Revert previous change.
9097
9098 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9101
9102 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9105         whether backend can accept message.
9106
9107         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9108
9109 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9110
9111         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9112         Avoid creating directory when nntp-marks-is-evil is true.
9113         Reported by Reiner Steib.
9114
9115 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-picon.el (gnus-picon-style): New variable.
9118         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9119         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9120         Jesper Harder <harder@ifa.au.dk>.
9121
9122 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * message.el (message-fill-field): Return point.
9125         (message-generate-headers): Go to end of field.
9126
9127         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9128         stuff for non-living groups.
9129
9130 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9131
9132         * gnus-art.el (gnus-article-followup-with-original)
9133         (gnus-article-reply-with-original): gnus-mark-active-p ->
9134         gnus-region-active-p.
9135
9136 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9137
9138         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9139         only when there is spam or ham to be processed.
9140
9141 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * mail-source.el (mail-source-delete-crash-box): Refactor.
9144         (mail-source-fetch): Use it.
9145         (mail-source-fetch-file): Ditto.
9146         (mail-source-fetch-directory): Run postscript in loop.
9147         (mail-source-fetch-pop): Delete.
9148         (mail-source-fetch-maildir): Ditto.
9149         (mail-source-fetch-imap): Ditto.
9150
9151         * imap.el (imap-authenticators): Comment out sasl.
9152
9153         * message.el (message-skip-to-next-address): New function.
9154         (message-fill-header-address): Refactor.
9155         (message-fill-address): Use it.
9156         (message-delete-address): Use it.
9157         (message-fill-header-general): Refactor.
9158         (message-fill-field-address): Rename.
9159         (message-narrow-to-field): Find the start of the header.
9160         (message-header-format-alist): Don't pre-fill.
9161         (message-fill-header): Removed.
9162         (message-insert-header): New function.
9163         (message-shorten-references): Use it.
9164
9165         * rfc2047.el (rfc2047-field-value): Strip props.
9166
9167         * mail-parse.el (mail-header-make-address): New alias.
9168
9169         * ietf-drums.el (ietf-drums-make-address): New function.
9170
9171         * imap.el: Add compiler directives.
9172
9173         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9174
9175         * gnus-art.el (article-decode-idna-rhs): Don't use
9176         message-idna-inside-rhs-p.
9177
9178 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * message.el (message-idna-inside-rhs-p): Removed.
9181         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9182
9183         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9184         false positives.
9185
9186 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9187
9188         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9189
9190 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9191
9192         * nneething.el (nneething-file-name): Don't create spurions
9193         files.
9194
9195         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9196         (gnus-inews-do-gcc): Remove sleep.
9197
9198         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9199         part under point.
9200
9201         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9202         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9203
9204 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9205
9206         * spam.el (spam-summary-prepare-exit): Fixed (length).
9207
9208 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9209
9210         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9211         as expired without moving it" message when there are spam
9212         messages left.
9213
9214 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9215
9216         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9217         header is not nil.
9218
9219 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9220
9221         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9222         nntp-possibly-create-directory, not nntp-possibly-change-group.
9223         (nntp-marks-changed-p): New arg SERVER.
9224         (nntp-request-update-info): Adjust caller.
9225
9226 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9227
9228         * nntp.el (nntp-save-marks): Pass missing arg.
9229
9230 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9231
9232         * nntp.el: Support marks.
9233         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9234         (nntp-marks-modtime, nntp-marks-directory): New variables.
9235         (nntp-request-set-mark, nntp-request-update-info)
9236         (nntp-possibly-create-directory, nntp-marks-changed-p)
9237         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9238         functions.
9239
9240 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9241
9242         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9243         (gnus-xmas-redefine): Rename.
9244
9245         * gnus-score.el (gnus-score-insert-help): Use
9246         gnus-select-lowest-window.
9247
9248         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9249         appt-select-lowest-window and rename to gnus-select-lowest-window.
9250
9251         * gnus.el: do.
9252
9253 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9254
9255         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9256         encodings of MIME-encoded words, in order to improve
9257         interoperability with several broken MUAs.
9258
9259 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9260
9261         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9262         tags, only when charsets are not specified in headers.
9263         (mm-inline-text-html-render-with-w3m): Ditto.
9264
9265         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9266         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9267
9268 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9269
9270         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9271         instead of MIME-decoded from fields when checking
9272         `gnus-article-address-banner-alist'.
9273
9274 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9275
9276         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9277         description rather than subject.
9278
9279 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9280
9281         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9282
9283 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * gnus.el (gnus-version-number): Bump.
9286
9287 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9288
9289         * gnus.el: No Gnus v0.2 is released.
9290
9291 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * gnus-agent.el (gnus-agent-read-agentview): Inline
9294         gnus-uncompress-range.
9295
9296 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9297
9298         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9299         `exec-installed-p'.
9300
9301 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9302
9303         * gnus.el (spam-process, spam-autodetect-methods): Add
9304         bsfilter and bsfilter-headers.
9305
9306         * spam.el (spam-bsfilter): New customize group.
9307         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9308         (spam-bsfilter-header, spam-bsfilter-probability-header)
9309         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9310         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9311         (spam-bsfilter-database-directory): New options.
9312         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9313         (spam-list-of-statistical-checks, spam-registration-functions):
9314         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9315         (spam-bsfilter-score): New command.
9316         (spam-check-bsfilter-headers, spam-check-bsfilter)
9317         (spam-bsfilter-register-with-bsfilter)
9318         (spam-bsfilter-register-spam-routine)
9319         (spam-bsfilter-unregister-spam-routine)
9320         (spam-bsfilter-register-ham-routine)
9321         (spam-bsfilter-unregister-ham-routine): New functions.
9322         (spam-generic-score): Support bsfilter; Accept an optional argument
9323         to recalcurate spam score even if scoring header has already been
9324         added.
9325         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9326         optional argument to recalcurate spam score even if scoring header
9327         has already been added.
9328
9329 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9330
9331         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9332         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9333         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9334         link is missing.
9335
9336 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9337
9338         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9339         (html2text-get-attr): Rewrite.
9340
9341         * message.el (message-setup-1): Remove redundant put-text-property
9342         on mail-header-separator.
9343
9344 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9345
9346         * gnus-registry.el (gnus-registry-cache-whitespace)
9347         (gnus-registry-action, gnus-registry-spool-action)
9348         (gnus-registry-split-fancy-with-parent): Change message levels
9349         from 5 to 3 or 7, as needed.
9350
9351         * spam.el (spam-summary-prepare-exit)
9352         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9353         (spam-split, spam-find-spam, spam-log-undo-registration)
9354         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9355         level from 5 to 6.
9356
9357 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9360         2004-03-04 change).
9361
9362 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9363
9364         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9365         Use mapc when appropriate.
9366
9367         * sieve-manage.el (sieve-manage-open): do.
9368
9369         * nnweb.el (nnweb-insert-html): do.
9370
9371         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9372         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9373
9374         * nnspool.el (nnspool-request-group): do.
9375
9376         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9377         do.
9378
9379         * nnml.el (nnml-request-update-info): do.
9380
9381         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9382         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9383
9384         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9385         (nnimap-request-set-mark): do.
9386
9387         * nnfolder.el (nnfolder-request-update-info): do.
9388
9389         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9390         do.
9391
9392         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9393
9394         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9395
9396         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9397         do.
9398
9399         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9400         do.
9401
9402         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9403
9404         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9405
9406         * gnus-int.el (gnus-start-news-server): do.
9407
9408         * gnus-group.el (gnus-group-make-kiboze-group)
9409         (gnus-group-browse-foreign-server): do.
9410
9411 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9412
9413         FIXME: Make separate entries for each person.
9414
9415         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9416         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9417         <shields@msrl.com>:
9418
9419         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9420         may need for spam sorting and scoring.
9421         (spam-user-format-function-S): Add user format function suitable for
9422         general use.
9423         (spam-article-sort-by-spam-status): Add sorting function for summary
9424         sorting.
9425         (spam-extra-header-to-number): Add function to get a score from a
9426         header.
9427         (spam-summary-score): Add function to  get a numeric score from the
9428         headers.
9429         (spam-generic-score): Fixed function doc, was in wrong place.
9430         (spam-initialize): Take symbols when it's run, and install the
9431         extra headers that spam-necessary-extra-headers thinks we need.
9432
9433 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9434
9435         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9436         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9437
9438 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9439
9440         * gnus-sum.el (gnus-set-global-variables)
9441         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9442         (gnus-article-get-xrefs, gnus-summary-best-group)
9443         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9444         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9445         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9446         with-current-buffer.
9447
9448 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9449
9450         * spam.el (spam-summary-prepare-exit): Simplify logic.
9451         (spam-fetch-article-header): Read the article header if it's not
9452         available.
9453         (spam-list-articles): Simplify logic.
9454         (spam-filelist-register-routine): Fix bug with unregister-list.
9455
9456         * gnus-registry.el: Fix comments at beginning.
9457
9458 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9459
9460         * message.el (message-cater-to-broken-inn): Remove.
9461         (message-shorten-references): Make sure the total folded length of
9462         References is shorter than 998 characters to cater to a bug in INN
9463         2.3.  Also, don't pretend that references aren't folded -- this
9464         hasn't worked for a while.
9465
9466 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9467
9468         * gnus-agent.el (gnus-agentize):
9469         gnus-agent-send-mail-real-function no longer set to current value
9470         of message-send-mail-function but rather a lambda that calls
9471         message-send-mail-function.  The change makes the agent real-time
9472         responsive to user changes to message-send-mail-function.
9473
9474 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9475
9476         * legacy-gnus-agent.el
9477         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9478         help from Florian Weimer <fw@deneb.enyo.de>
9479
9480 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * nnmail.el (nnmail-cache-insert): Revert last change.
9483
9484 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * nnmail.el (nnmail-cache-insert): Always check whether
9487         nnmail-cache-ignore-groups matches a group name.
9488
9489 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9490
9491         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9492         (spam-find-spam, spam-log-processing-to-registry)
9493         (spam-log-registered-p, spam-log-unregistration-needed-p)
9494         (spam-log-undo-registration): Use gnus-message instead of
9495         gnus-error, none of these errors are fatal.
9496
9497         * gnus-registry.el (gnus-registry-clean-empty-function)
9498         (gnus-registry-clean-empty): Remove only empty entries without
9499         extra data.
9500
9501 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9502
9503         * spam-stat.el (spam-stat-buffer-change-to-spam)
9504         (spam-stat-buffer-change-to-non-spam): Change (error) to
9505         (gnus-message 8) invocation.
9506
9507 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * nntp.el (nntp-via-netcat-command): New variable.
9510         (nntp-via-netcat-switches): New variable.
9511         (nntp-open-via-rlogin-and-netcat): New function.
9512         (nntp-open-connection-function): Doc fix.
9513         (nntp-telnet-command): Doc fix.
9514         (nntp-end-of-line): Doc fix.
9515         (nntp-via-rlogin-command): Doc fix.
9516         (nntp-via-user-name): Doc fix.
9517         (nntp-via-address): Doc fix.
9518
9519 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9522         error in Emacs 21.1.
9523
9524 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9527
9528 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9529         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9530         (gnus-agent-with-refreshed-group): New macro.
9531         (gnus-agent-rename-group): New function.
9532         (gnus-agent-delete-group): New function.
9533         (gnus-agent-save-group-info): Use gnus-command-method when
9534         `method' parameter is nil.  Don't write nil entries into the
9535         active file.
9536         (gnus-agent-get-group-info): New function.
9537         (gnus-agent-fetch-articles): Use
9538         gnus-agent-update-files-total-fetched-for to increment disk space
9539         used.
9540         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9541         gnus-agent-update-view-total-fetched-for to increment disk space
9542         used.
9543         (gnus-agent-get-local): Added optional parameters to avoid calling
9544         gnus-group-real-name and gnus-find-method-for-group.
9545         (gnus-agent-set-local): Delete stored entry if either min, or max,
9546         are nil.
9547         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9548         quit, use gnus-agent-regenerate-group to record existance of any
9549         articles fetched to disk before the quit occurred.
9550         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9551         gnus-agent-update-view-total-fetched-for, and
9552         gnus-agent-update-files-total-fetched-for to decrement disk space
9553         used.
9554         (gnus-agent-retrieve-headers): Use
9555         gnus-agent-update-view-total-fetched-for to increment disk space
9556         used.
9557         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9558         with gnus-agent-update-files-total-fetched-for to decrement disk
9559         space and fresh group buffer.
9560         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9561         (gnus-agent-need-update-total-fetched-for): New variable.
9562         (gnus-agent-update-files-total-fetched-for): New function.
9563         (gnus-agent-update-view-total-fetched-for): New function.
9564         (gnus-agent-total-fetched-for): New function.
9565
9566         * gnus-cache.el (gnus-cache-save-buffers): Use
9567         gnus-cache-update-overview-total-fetched-for to change disk space
9568         used by this group.
9569         (gnus-cache-possibly-enter-article): Use
9570         gnus-cache-update-file-total-fetched-for to increment disk space
9571         used by this group.
9572         (gnus-cache-possibly-remove-article): Use
9573         gnus-cache-update-file-total-fetched-for to decrement disk space
9574         used by this group.
9575         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9576         (gnus-cache-rename-group): New function.
9577         (gnus-cache-delete-group): New function.
9578         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9579         (gnus-cache-need-update-total-fetched-for): New variable.
9580         (gnus-cache-with-refreshed-group): New macro.
9581         (gnus-cache-update-file-total-fetched-for): New function.
9582         (gnus-cache-update-overview-total-fetched-for): New function.
9583         (gnus-cache-rename-group-total-fetched-for): New function.
9584         (gnus-cache-delete-group-total-fetched-for): New function.
9585         (gnus-cache-total-fetched-for): New function.
9586
9587         * gnus-group.el: Require gnus-sum and autoload functions to
9588         resolve warnings when gnus-group.el compiled alone.
9589         (gnus-group-line-format): Documented new %F
9590         (size of Fetched data) group line format; identifies disk space
9591         used by agent and cache.
9592         (gnus-group-line-format-alist): Defined new F format.
9593         (gnus-total-fetched-for): New function.
9594         (gnus-group-delete-group): No longer update
9595         gnus-cache-active-altered as gnus-request-delete-group now keeps
9596         the cache in sync.
9597         (gnus-group-list-active): Let the agent store a server's active
9598         list if currently plugged.
9599
9600         * gnus-int.el (gnus-request-delete-group): Use
9601         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9602         local disk in sync with the server.
9603          (gnus-request-rename-group): Use
9604         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9605         local disk in sync with the server.
9606
9607         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9608         simplification to logic.
9609
9610         * gnus-util.el (gnus-rename-file): New function.
9611
9612 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9613
9614         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9615
9616 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9617
9618         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9619         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9620
9621 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9622
9623         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9624         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9625
9626 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9627
9628         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9629
9630 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9631
9632         * spam.el (spam-set-difference): Add function to replace
9633         gnus-set-difference in spam.el.
9634         (spam-summary-prepare-exit): Use spam-set-difference.
9635
9636 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9637
9638         * gnus-registry.el (gnus-registry-cache-file): Update to use
9639         gnus-dribble-directory OR gnus-home-directory OR ~.
9640         (gnus-registry-split-fancy-with-parent): Fix doc.
9641
9642 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * message.el (message-exchange-point-and-mark): Use
9645         message-mark-active-p.  Suggested by Jesper Harder
9646         <harder@ifa.au.dk>.
9647
9648 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * message.el (message-exchange-point-and-mark): Don't activate
9651         region if it was inactive.  Suggested by Hiroshi Fujishima
9652         <pooh@nature.tsukuba.ac.jp>.
9653
9654 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-art.el (article-display-face): Display Faces in the same
9657         order as X-Faces.
9658
9659 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9662
9663 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9666         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9667         (gnus-article-mime-hierarchy): Remove.
9668         (gnus-article-mime-hierarchy-next): Remove.
9669         (gnus-article-mode): Revert 2004-03-19 change.
9670         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9671         (gnus-insert-mime-button): Revert 2004-03-19 change.
9672         (gnus-mime-accumulate-hierarchy): Remove.
9673         (gnus-mime-enter-multipart): Remove.
9674         (gnus-mime-leave-multipart): Remove,
9675         (gnus-mime-display-part): Revert 2004-03-19 change.
9676         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9677
9678         * mml.el (mml-preview): Revert 2004-03-19 change.
9679
9680 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9681
9682         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9683
9684 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9687         t while entering a file name using the mm-with-multibyte macro.
9688         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9689
9690         * mm-util.el (mm-with-multibyte): New macro.
9691
9692 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9695         user option.
9696         (gnus-mime-multipart-functions): Doc and customization fix.
9697         (gnus-article-mime-hierarchy): New variable.
9698         (gnus-article-mime-hierarchy-next): New variable.
9699         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9700         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9701         gnus-article-mime-hierarchy-next to nil.
9702         (gnus-insert-mime-button): Show hierarchy numbers.
9703         (gnus-mime-accumulate-hierarchy): New function.
9704         (gnus-mime-enter-multipart): New function.
9705         (gnus-mime-leave-multipart): New function.
9706         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9707         (gnus-mime-display-alternative): Show hierarchy numbers.
9708
9709         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9710         gnus-article-mime-hierarchy-next to nil.
9711
9712 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9713
9714         * dns.el: Don't require gnus-xmas.
9715
9716 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9717
9718         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9719         inline PGP.
9720         (mml-menu): Disable mml-quote-region if mark is inactive.
9721
9722 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9725         when the group's active is not available.
9726
9727 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9730         error.
9731
9732 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * imap.el (imap-store-password): New variable.
9735         (imap-interactive-login): Use it.
9736         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9737
9738 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9741         window-start and hscroll to summary window.
9742
9743 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9744
9745         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9746         conversion message to newsrc-dribble when an actual conversion is
9747         performed.
9748
9749 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9750
9751         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9752
9753 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * mm-decode.el (mm-complicated-handles): New function reviving
9756         former definition of mm-multiple-handles.
9757
9758         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9759         (gnus-mime-delete-part): Use it.
9760
9761 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9762
9763         * gnus-agent.el (gnus-agent-read-local): Bind
9764         nnheader-file-coding-system to gnus-agent-file-coding-system to
9765         avoid the implicit assumption that they will always be equal.
9766         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9767         coding-system-for-write, as the with-temp-file macro first prints
9768         to a buffer then saves the buffer.
9769
9770 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-art.el (gnus-article-edit-part): New function.
9773         (gnus-mime-save-part-and-strip): Use it; do query instead of
9774         signaling an error; don't use mm-multiple-handles.
9775         (gnus-mime-delete-part): Ditto.
9776
9777 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9778
9779         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9780         old file versions.
9781         (gnus-group-prepare-hook): Removed function that converted list
9782         form of gnus-agent-expire-days to group properties.
9783
9784         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9785         (gnus-request-accept-article): Re-indented.
9786
9787         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9788         converters to handle old agent file formats.  Added logic for a
9789         "backup before upgrading warning".
9790         (gnus-convert-mark-converter-prompt): Developers can mark
9791         functions as needing (default), or not needing,
9792         gnus-convert-old-newsrc's "backup before upgrading warning".
9793         (gnus-convert-converter-needs-prompt): Tests whether the user
9794         should be protected from potentially irreversable changes by the
9795         function.
9796
9797         * legacy-gnus-agent.el (): New. Provides converters that are only
9798         loaded when gnus-convert-old-newsrc needs to call them.
9799
9800 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * mail-source.el (mail-source-touch-pop): Doc fix.
9803
9804         * message.el (message-smtpmail-send-it): Doc fix.
9805
9806 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9807
9808         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9809
9810         * nnmail.el (nnmail-split-fancy): do.
9811
9812         * gnus-kill.el (gnus-kill, gnus-execute): do.
9813
9814 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9815
9816         * gnus-sum.el (gnus-widget-reversible-match)
9817         (gnus-widget-reversible-to-internal)
9818         (gnus-widget-reversible-to-external): New functions.
9819         (gnus-widget-reversible): New widget.
9820         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9821
9822 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9823
9824         * gnus-sum.el (gnus-thread-sort-functions)
9825         (gnus-article-sort-functions): Document `(not F)' items.
9826
9827 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9828
9829         * spam.el (spam-use-gmane-xref): Add new backend.
9830         (spam-gmane-xref-spam-group): Add variable to control the name of the
9831         Gmane spam group.
9832         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9833         (spam-regex-headers-spam, spam-regex-headers-ham)
9834         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9835         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9836         backends and checks.
9837         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9838
9839         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9840         an autodetect method.
9841
9842 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9843
9844         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9845         articles are being added to a group.
9846         (gnus-request-replace-article): Inform the agent that articles
9847         need to be uncached as the cached contents are no longer valid.
9848
9849 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * binhex.el: Don't autoload executable-find.
9852
9853         * canlock.el: Don't autoload mail-fetch-field.
9854
9855         * dgnushack.el: Autoload c-mode for XEmacs.
9856
9857         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9858
9859         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9860         rmail-dont-reply-to and rmail-output.
9861
9862         * gnus-score.el: Don't autoload ffap-string-at-point.
9863
9864         * gnus-setup.el: Don't autoload sc-cite-original.
9865
9866         * imap.el: Don't autoload base64-decode-string,
9867         base64-encode-string and md5.
9868
9869         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9870         and rmail-msg-restore-non-pruned-header.
9871
9872         * mm-decode.el: Don't autoload executable-find.
9873
9874         * mm-url.el: Don't autoload executable-find.
9875
9876         * mm-view.el: Don't autoload diff-mode.
9877
9878         * nndb.el: Don't autoload news-reply-mode, news-setup,
9879         cancel-timer and telnet.
9880
9881         * password.el: Don't autoload run-at-time for Emacs.
9882
9883         * sha1-el.el: Don't autoload executable-find.
9884
9885         * sieve-mode.el: Don't autoload c-mode.
9886
9887         * uudecode.el: Don't autoload executable-find.
9888
9889 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9890
9891         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9892         (gnus-agent-possibly-alter-active): Avoid null in numeric
9893         comparison.
9894         (gnus-agent-set-local): Refuse to save null in local object table.
9895         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9896         list of articles that will be marked as unread.
9897
9898 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9901
9902 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9903
9904         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9905         language tags.
9906
9907 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9908
9909         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9910         Don't bind "obarray".
9911
9912         * gnus-sum.el (gnus-thread-sort-functions): Added
9913         `gnus-thread-sort-by-most-recent-number' and
9914         `gnus-thread-sort-by-most-recent-date'.
9915         Reported by Kai Grossjohann <kai@emptydomain.de>.
9916
9917 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9920
9921 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9922
9923         * gnus-cus.el (gnus-agent-customize-category): Removed
9924         ignore-errors macro reference that required cl to be loaded at
9925         run-time.
9926
9927         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9928         single-interval range of the form (min . max).  Previously the
9929         range had to look like ((min . max)).  Likewise, return
9930         (min . max) rather than ((min . max)).
9931         (gnus-range-map): Use gnus-range-normalize to accept
9932         single-interval range.
9933
9934         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9935         the cache, but not the agent, now appear with their usual face.
9936
9937         * dgnushack.el (loaddir): New variable that is bound to the
9938         directory containing the dgnushack.el file. Use loaddir, rather
9939         than srcdir, to update load-path. Change lets dgnushack compile
9940         code in directories other than GNUS/lisp.
9941
9942 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * lpath.el: Don't bind w3m-safe-url-regexp.
9945
9946         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9947         w3m-safe-url-regexp variable buffer-local.
9948
9949         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9950
9951 2004-02-27  Simon Josefsson  <jas@extundo.com>
9952
9953         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9954         gnus-group-real-prefix.
9955         (gnus-summary-move-article): Use it, instead of
9956         gnus-group-real-prefix.
9957
9958 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * lpath.el: Bind w3m-safe-url-regexp.
9961
9962         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9963         w3m-safe-url-regexp variable buffer-local and set it as the value
9964         of mm-w3m-safe-url-regexp.
9965
9966         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9967
9968         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9969         parsing gnus-posting-styles when the message is not for replying.
9970
9971         * dgnushack.el: Autoload sgml-mode for XEmacs.
9972
9973         * nnrss.el (nnrss-opml-export): Use
9974         mm-set-buffer-file-coding-system instead of
9975         set-buffer-file-coding-system.
9976
9977 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9978
9979         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9980         of checkdoc.el).
9981         * nnrss.el: do.
9982         * gnus-mlspl.el: do.
9983         * gnus-ml.el: do.
9984         * gnus-srvr.el: do.
9985
9986         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9987
9988 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9989
9990         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9991         Corrections to custom-manual links.
9992
9993         * gnus-art.el (gnus-article): Ditto.
9994
9995         * mm-decode.el (mime-display, mime-security): Ditto.
9996
9997 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9998
9999         * flow-fill.el: Typo.
10000
10001 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
10002
10003         * spam-wash.el: New file.
10004
10005 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
10006
10007         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
10008
10009 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10010
10011         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
10012         to be run with new-articles as LIST1, not LIST2.
10013         (spam-registration-functions): Add spam-use-ham-copy as a nil
10014         registration backend.
10015
10016 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
10017
10018         * spam-stat.el (spam-stat-washing-hook): New option.
10019         (spam-stat-buffer-words): Use it.
10020         (spam-stat-process-directory, spam-stat-test-directory): Use
10021         insert-file-contents-literally.
10022         (spam-stat-coding-system): New variable.
10023         (spam-stat-load, spam-stat-save): Use it.
10024
10025 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * spam-report.el (spam-report-plug-agent): Quote
10028         spam-report-url-to-file and spam-report-url-ping-plain.
10029
10030 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10033         / in mailto URLs.
10034
10035 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * spam-report.el (spam-report-process-queue): Fix interactive use.
10038         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10039         (spam-report-unplug-agent): Doc fixes.
10040         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10041         (spam-report-agentize, spam-report-deagentize): Autoload
10042
10043 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10046
10047         * message.el (message-setup-fill-variables): Add mml tags to
10048         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10049         <ajk@iu.edu>.
10050         (message-mode): Don't modify paragraph-separate there.
10051
10052 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * compface.el (uncompface-use-external): Default to undecided.
10055         (uncompface-use-external-threshold): New variable.
10056         (uncompface-float-time): New macro.
10057         (uncompface): Determine whether to use the external decoder if
10058         uncompface-use-external is undecided.
10059
10060 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10061
10062         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10063         after images.
10064
10065         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10066
10067 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10068
10069         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10070
10071         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10072
10073         * gnus-sum.el (gnus-summary-limit-to-age)
10074         (gnus-summary-limit-children): do.
10075
10076         * gnus-int.el (gnus-request-scan): do.
10077
10078         * gnus-group.el (gnus-group-suspend): do.
10079
10080         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10081
10082         * gnus-cite.el (gnus-cite-parse-attributions): do.
10083
10084         * gnus-agent.el (gnus-summary-set-agent-mark)
10085         (gnus-agent-regenerate-group): do.
10086
10087         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10088
10089         * binhex.el (binhex-decode-region-internal): do.
10090
10091 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-fun.el (gnus-face-properties-alist): New user option.
10094         (gnus-display-x-face-in-from): Use it.
10095
10096         * gnus-art.el (article-display-face): Ditto.
10097
10098         * compface.el (uncompface-use-external): Default to nil.
10099
10100 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10101
10102         * nntp.el (nntp-erase-buffer): New function.
10103         (nntp-retrieve-data, nntp-send-command)
10104         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10105         (nntp-possibly-change-group): Use it.
10106
10107         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10108         with-current-buffer.
10109
10110 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10111
10112         * compface.el: Merge the ELisp-based uncompface program.
10113         (compface): New customization group.
10114         (uncompface-use-external): New user option.
10115         (uncompface): Call uncompface-internal if uncompface-use-external
10116         is nil.
10117         (uncompface-internal): New function.  Note that there are also
10118         some other functions and variables added for this function.
10119
10120 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10121
10122         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10123         if necessary.
10124
10125 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10126
10127         * spam-report.el (spam-report-unplug-agent)
10128         (spam-report-plug-agent, spam-report-deagentize)
10129         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10130         Add support for the Agent in spam-report: when unplugged, report to a
10131         file; when plugged, submit all the requests.
10132
10133         * spam.el (spam-register-routine): Fix message about
10134         registration.
10135
10136 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10137
10138         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10139         dependencies.
10140         (rfc2047-encode): Use it.
10141
10142         * gnus-art.el (gnus-button-marker-list): Move before first
10143         reference.
10144
10145         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10146         (imap-parse-body): Fix format string mismatch.
10147
10148         * gnus-score.el (gnus-summary-increase-score): do.
10149
10150         * nnrss.el (nnrss-close): New function.
10151
10152 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10153
10154         * nnrss.el (nnrss-make-filename): New function.
10155         (nnrss-request-delete-group, nnrss-read-server-data)
10156         (nnrss-save-server-data, nnrss-read-group-data)
10157         (nnrss-save-group-data): Use it.
10158         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10159         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10160         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10161
10162 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10163
10164         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10165
10166 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10167
10168         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10169         files.
10170
10171         * message.el (message-generate-headers-first): Don't quote nil
10172         and t in docstrings.
10173
10174         * imap.el (imap-id): do.
10175
10176         * gnus-agent.el (gnus-agent-consider-all-articles)
10177         (gnus-agent-queue-mail): do.
10178
10179 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * spam-report.el (spam-report-process-queue): New function.
10182         Process requests from `spam-report-requests-file'.
10183         (spam-report-process-queue): Doc fix.
10184
10185 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10186
10187         * spam.el (spam-register-routine)
10188         (spam-log-processing-to-registry, spam-log-registered-p)
10189         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10190         Change "check" to "spam-check" for semi-clarity.
10191
10192 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10193
10194         * pop3.el: Require nnheader.
10195
10196         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10197
10198         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10199
10200         * gnus-picon.el: Require cl.
10201
10202         * gnus-fun.el: Require gnus-ems and gnus-util.
10203
10204         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10205
10206         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10207
10208         * gnus-art.el (gnus-article-edit-mode): Define before first
10209         reference.
10210
10211 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10212
10213         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10214         (gnus-uu-post-encoded): Use point-at-bol.
10215
10216         * gnus-topic.el (gnus-group-active-topic-p): do.
10217
10218         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10219
10220         * gnus-group.el (gnus-group-kill-region): do.
10221
10222         * gnus-art.el (article-date-ut): do.
10223
10224         * message.el (message-fetch-field): Remove redundant
10225         case-fold-search binding.
10226         (message-narrow-to-field): Simplify.
10227
10228 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * spam.el (spam-directory): Derive from `gnus-directory'.
10231
10232         * spam-report.el (spam-report-url-to-file)
10233         (spam-report-requests-file): New function and variable for offline
10234         reporting.
10235         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10236         and user defined function.
10237         (spam-report-url-ping-mm-url): Remove doubled slash.
10238
10239 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10240
10241         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10242
10243 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10244
10245         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10246         format string mismatch.
10247
10248         * sieve.el (sieve-deactivate-all): do.
10249
10250         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10251
10252         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10253
10254         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10255
10256         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10257
10258 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10259
10260         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10261         the list of checks.
10262
10263 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10264
10265         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10266         padding.
10267
10268 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10269
10270         * mm-view.el (mm-fill-flowed): New variable.
10271         (mm-inline-text): Use it.
10272
10273 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10274
10275         * spam.el (spam-spamassassin-register-ham-routine)
10276         (spam-spamassassin-register-spam-routine): Fix function names.
10277
10278 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus.el (gnus-tmp-grouplens): Remove.
10281         (gnus-summary-line-format): Remove grouplens.
10282
10283         * gnus-group.el (gnus-group-line-format): Ditto.
10284
10285         * gnus-spec.el (gnus-format-specs): Ditto.
10286         (gnus-update-format-specifications): Flush the group format spec
10287         cache if there's the grouplens stuff.
10288         (gnus-parse-simple-format): Replace %l with the empty string.
10289
10290 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10291
10292         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10293         omission.
10294
10295 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10298         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10299
10300 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10301
10302         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10303         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10304         New macros and functions.
10305         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10306         Handle > NLINK_MAX messages.
10307         * nnmaildir.el (nnmaildir-request-set-mark): Use
10308         nnmaildir--emlink-p and nnmaildir--eexist-p.
10309
10310 2004-01-25  Alex Schroeder  <alex@gnu.org>
10311
10312         * spam-stat.el (spam-stat-process-directory-age): New option.
10313         (spam-stat-process-directory): Use it.
10314
10315 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10316
10317         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10318         (spam-stat-save): Accept prefix argument.
10319
10320 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10321
10322         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10323         links" error.
10324
10325 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10328         the rest of the and/or forms.
10329
10330 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10331
10332         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10333         compatibility with old .newsrc.eld files.
10334
10335         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10336
10337         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10338
10339         * gnus-start.el (gnus-1): do.
10340
10341         * gnus-group.el (gnus-group-line-format-alist): do.
10342
10343         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10344
10345         * gnus-gl.el: Remove.
10346
10347 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10348
10349         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10350         marks consisting of a single range {for example, (3 . 5)} rather
10351         than a list of a single range { ((3 . 5)) }.
10352
10353 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10354
10355         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10356         with-current-buffer.
10357         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10358         avoid consing a string.
10359
10360         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10361         Remove obsolete entries for big5 and gb2312.
10362
10363 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10364
10365         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10366         uncompressed list.
10367
10368 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10369
10370         * spam-stat.el (spam-stat-strip-xref): New function.
10371         (spam-stat-process-directory): Use it.
10372
10373         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10374         here -- it's done in message-fetch-field.
10375
10376 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10377
10378         * gnus-agent.el (gnus-agent-queue-mail,
10379         gnus-agent-prompt-send-queue): New variables.
10380         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10381         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10382         "nndraft:queue" along to gnus-draft-send.  Use
10383         gnus-agent-prompt-send-queue.
10384         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10385         is "nndraft:queue".  Suggested by Gaute Strokkenes
10386         <gs234@srcf.ucam.org>
10387
10388         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10389         (agent-enable-undownloaded-faces): Added
10390         (gnus-agent-cat-groups): Use eval-and-compile, not
10391         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10392         method of gnus-agent-cat-groups even when the buffer has been
10393         evaled.
10394         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10395         delete gnus-agent-save-active-1.
10396         (gnus-agent-save-groups): Deleted. Identical to
10397         gnus-agent-save-active.
10398         (gnus-agent-write-active): No longer adjust agent's copy of active
10399         file as agent's adjustments are now stored in their own
10400         file. Removed optional parameter.
10401         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10402         servers.  Add use of min/max range limits from server's local
10403         file.
10404         (gnus-agent-save-alist): Removed unused optional argument.
10405         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10406         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10407         (gnus-agent-set-local): A per-server file that keeps min/max range
10408         limits for articles known to the agent.  Provides a fast mechanism
10409         for altering many active ranges.
10410         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10411         active file (local makes it unnecessary).
10412         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10413
10414         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10415         (agent-enable-undownloaded-faces): Added
10416
10417         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10418         disable it when sending to "nndraft:queue".
10419         (gnus-group-send-queue): Add safety check to avoid sending queue
10420         when unplugged.
10421
10422         * gnus-group.el (gnus-group-catchup): Use new
10423         gnus-sequence-of-unread-articles, not
10424         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10425         numbers of articles.  Use gnus-range-map to avoid having to
10426         uncompress the unread list.
10427         (gnus-group-archive-directory,
10428         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10429         reference.
10430
10431         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10432         (gnus-sorted-range-intersection): Intersection of two ranges
10433         without requiring that they first be uncompressed.
10434
10435         * gnus-start.el (gnus-activate-group): Unless blocked by the
10436         caller, possibly expand the active range to include both cached
10437         and agentized articles.
10438         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10439         multiple version-dependent converters.
10440         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10441         gnus-agent-save-active.
10442         (gnus-save-newsrc-file): Save dirty agent range limits.
10443
10444         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10445         gnus-agent-possibly-alter-active.
10446         (gnus-adjust-marked-articles): Faster handling of simple lists
10447
10448 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10449
10450         * spam-stat.el (spam-stat-test-directory): New optional argument
10451         displays a list of files detected.  Suggested by Andrew Cohen
10452         <cohen@andy.bu.edu>.
10453         (spam-stat-buffer-words-with-scores): Don't narrow and change
10454         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10455
10456 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10457
10458         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10459         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10460         (spam-spamassassin-arguments)
10461         (spam-spamassassin-spam-flag-header)
10462         (spam-spamassassin-positive-spam-flag-header)
10463         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10464         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10465         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10466         (spam-list-of-processors, spam-list-of-checks)
10467         (spam-list-of-statistical-checks, spam-registration-functions)
10468         (spam-check-spamassassin-headers, spam-check-spamassassin)
10469         (spam-spamassassin-score)
10470         (spam-spamassassin-register-with-sa-learn)
10471         (spam-spamassassin-register-spam-routine)
10472         (spam-spamassassin-register-ham-routine)
10473         (spam-assassin-register-spam-routine)
10474         (spam-assassin-register-ham-routine): add SpamAssassin support
10475         (spam-bogofilter-score): fix to show article before scoring
10476
10477 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10478
10479         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10480         default scoring function.
10481         (spam-generic-score): Call spam-spamassassin-score if
10482         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10483         spam-bogofilter-score otherwise.
10484
10485         * gnus.el (spam-process, spam-autodetect-methods): Add
10486         spamassassin and spamassassin-headers.
10487
10488 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10489
10490         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10491         Suppress unnecessary messages.
10492
10493 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10494
10495         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10496         make-hash-table.
10497
10498 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * canlock.el (base64-encode-string): Don't autoload it.
10501
10502 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * run-at-time.el: Remove useless (require 'itimer),
10505         eval-and-compile and (featurep 'xemacs).
10506
10507 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10508
10509         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10510         GROUP is a virtual group.
10511
10512 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10513
10514         * gnus.el: Autoload `message-y-or-n-p'.
10515
10516 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10517
10518         * pgg-parse.el: Remove unnecessary (require 'custom).
10519
10520         * pgg-def.el: do.
10521
10522         * nnmail.el: do.
10523
10524         * gnus-undo.el: do.
10525
10526         * gnus-picon.el: do.
10527
10528         * gnus-util.el: do.
10529
10530 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10533
10534 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10537         handle, as well as a list.
10538
10539         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10540         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10541         (mm-w3m-cid-retrieve): Simplify.
10542
10543 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10544
10545         * message.el (message-kill-to-signature): Allow prefix arg to
10546         specify number of lines to keep before signature.
10547
10548 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10549
10550         (message-kill-to-signature): Change docstring.
10551
10552 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * canlock.el: Always require sha1-el.
10555         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10556
10557         * message.el: Autoload sha1 only when compiling.
10558
10559         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10560         eudc-expand-inline for XEmacs.
10561
10562 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * message.el (message-canlock-generate): Require sha1-el.
10565
10566 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10567
10568         * message.el (message-expand-name): Silence the byte compiler.
10569
10570         * lpath.el: Add detect-coding-system.
10571
10572         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10573         cus-edit.
10574
10575 2004-01-13  Simon Josefsson  <jas@extundo.com>
10576
10577         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10578         Invoke gnus-score-mode.  Reported by
10579         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10580
10581         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10582         Jim Blandy <jimb@redhat.com> (tiny change).
10583
10584 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10585
10586         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10587
10588 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10589
10590         * spam.el (spam-get-article-as-string): Update to use
10591         gnus-request-article-this-buffer, much simpler.
10592         (spam-get-article-as-buffer): Remove.
10593
10594 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10595
10596         * message.el (message-expand-name): Use EUDC if the user uses
10597         that.
10598
10599 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10600
10601         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10602         character for the encoding to avoid consing a string.
10603
10604         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10605         unnecessarily.
10606
10607         * mm-util.el (mm-replace-chars-in-string): Remove.
10608
10609         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10610         of mm-replace-chars-in-string.
10611
10612 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10613
10614         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10615         strings.
10616
10617         * mm-util.el (mm-subst-char-in-string): Support inplace.
10618
10619         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10620         a new string in every iteration.  Use shy groups.
10621
10622 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10623
10624         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10625         (gnus-group-change-level, gnus-kill-newsgroup)
10626         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10627         (gnus-get-unread-articles, gnus-make-articles-unread)
10628         (gnus-make-ascending-articles-unread): Use accessor
10629         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10630         to get group information for improved readability.
10631
10632         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10633
10634         * gnus-soup.el (gnus-soup-group-brew): do.
10635
10636         * gnus-msg.el (gnus-put-message): do.
10637
10638         * gnus-move.el (gnus-group-move-group-to-server): do.
10639
10640         * gnus-kill.el (gnus-batch-score): do.
10641
10642         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10643         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10644         (gnus-group-update-group, gnus-group-read-group)
10645         (gnus-group-make-group, gnus-group-make-help-group)
10646         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10647         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10648         (gnus-group-sort-by-unread, gnus-group-catchup)
10649         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10650         (gnus-group-yank-group, gnus-group-set-info)
10651         (gnus-group-list-groups): do.
10652
10653         * gnus.el (gnus-generate-new-group-name): do.
10654
10655         * gnus-delay.el (gnus-delay-send-queue): do.
10656
10657         * nnvirtual.el (nnvirtual-catchup-group): do.
10658
10659         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10660         do.
10661
10662         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10663         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10664
10665         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10666         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10667         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10668         (gnus-group-make-articles-read): do.
10669
10670 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10671
10672         * gnus-art.el (article-decode-mime-words, article-babel)
10673         (gnus-article-highlight-signature, gnus-article-add-buttons)
10674         (gnus-signature-toggle): Use gnus-with-article-buffer.
10675
10676         * gnus-art.el (gnus-article-highlight-headers)
10677         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10678
10679         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10680         (gnus-article-set-globals, gnus-request-article-this-buffer)
10681         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10682         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10683         (gnus-mime-display-alternative): Use with-current-buffer.
10684
10685 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10686
10687         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10688         also under 80 char limit, and call gnus-error if needed.
10689         (spam-fetch-article-header): Fix - it was a
10690         buffer-local variable (gnus-newsgroup-data).
10691         (spam-find-spam): Use spam-generate-fake-headers, forget about
10692         spam-insert-fake-headers.
10693         (spam-insert-fake-headers): Remove.
10694
10695 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10696
10697         * deuglify.el (gnus-article-outlook-unwrap-lines)
10698         (gnus-outlook-rearrange-article)
10699         (gnus-outlook-repair-attribution-outlook)
10700         (gnus-outlook-repair-attribution-block)
10701         (gnus-outlook-repair-attribution-other): Remove redundant
10702         save-excursion.
10703
10704 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10705
10706         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10707         (spam-fetch-field-subject-fast)
10708         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10709         (spam-fetch-article-header): Add functions to deal with Gnus
10710         internals for fast retrieval of article header data.
10711         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10712
10713 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10714
10715         * pop3.el (pop3-md5): Remove.
10716         (pop3-apop): Replace pop3-md5 with md5.
10717
10718         * mm-bodies.el: base64 is always built-in.
10719
10720         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10721         with-current-buffer.
10722
10723 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * canlock.el (canlock-insert-header): Remove excessive grouping in
10726         regexp.
10727
10728         * gnus-sum.el (gnus-summary-read-document): Ditto.
10729
10730         * gnus-uu.el (gnus-uu-part-number): Ditto.
10731
10732         * html2text.el (html2text-remove-tags): Ditto.
10733         (html2text-format-tags): Ditto.
10734         (html2text-format-single-elements): Ditto.
10735
10736         * mml.el (mml-parse-1): Ditto.
10737
10738 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10739
10740         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10741
10742         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10743
10744         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10745
10746         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10747
10748 2003-11-15  Simon Josefsson  <jas@extundo.com>
10749
10750         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10751         (pgg-gpg-lookup-key): Use regexp match instead of
10752         split-string (split-string is different between emacs 21.2 and
10753         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10754
10755 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10756
10757         * gnus-art.el (gnus-mime-view-all-parts)
10758         (gnus-article-part-wrapper, gnus-article-view-part): Use
10759         with-current-buffer.
10760
10761 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10762
10763         * spam.el (spam-disable-spam-split-during-ham-respool)
10764         (spam-spamoracle-database, spam-cache-lookups)
10765         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10766         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10767         (spam-group-ham-marks, spam-group-spam-marks)
10768         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10769         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10770         also add spam-use-blackholes to the statistical checks.
10771         (spam-fetch-field-fast): Add interface to fetching fields, may
10772         become a macro.
10773         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10774         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10775         (spam-insert-fake-headers): Fake an article when needed.
10776         (spam-find-spam): Fake article when possible.
10777         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10778         (spam-check-bogofilter-headers): Use message-fetch-field instead
10779         of nnmail-fetch-field.
10780
10781 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10784
10785 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * spam.el (spam-split): Do not require spam-use-CHECK to be
10788         enabled if that check is passed to spam-split explicitly; also
10789         fix so 'spam doesn't get converted to spam-split-group when
10790         spam-split-symbolic-return is t.
10791         (spam-find-spam): Find registrations of the article and use those
10792         instead of re-running spam-split to find the spam/ham
10793         classification of the article.
10794         (spam-log-processing-to-registry, spam-log-registered-p)
10795         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10796         Use gnus-error instead of gnus-message.
10797         (spam-log-registration-type): Add function to determine the
10798         classification of a message based on registry entries; will
10799         return nil if both 'spam and 'ham are found.
10800         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10801         a reasonably fast local cache without the loading errors.
10802         (spam-cache-lookups): Set to t by default.
10803         (spam-find-spam): Don't try to guess spam-cache-lookups.
10804         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10805         spam-caches entry.
10806         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10807         caching of whitelist/blacklist entries.
10808         (spam-check-whitelist, spam-check-blacklist): Invoke
10809         spam-from-listed-p with a type, not a cache variable.
10810         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10811
10812 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10813
10814         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10815
10816         * nnmail.el (nnmail-split-fancy): do.
10817
10818         * mml.el (mml-parse): do.
10819
10820         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10821         (gnus-score-adaptive): do.
10822
10823 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10826         (gnus-mime-button-map): Don't set keymap parent.
10827         (gnus-button-ctan-directory-regexp): Use shy grouping.
10828         (gnus-prev-page-map): Don't set keymap parent.
10829         (gnus-prev-page-map): Remove duplicated one.
10830         (gnus-next-page-map): Don't set keymap parent.
10831         (gnus-mime-security-button-map): Ditto.
10832
10833         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10834         version number.
10835
10836         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10837
10838 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * canlock.el (canlock-sha1-function): Remove.
10841         (canlock-sha1-function-for-verify): Remove.
10842         (canlock-openssl-program): Remove.
10843         (canlock-openssl-args): Remove.
10844         (canlock-ignore-errors): Remove.
10845         (canlock-sha1-with-openssl): Remove.
10846         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10847         (canlock-verify): Don't use canlock-ignore-errors.
10848
10849         * sha1-el.el (sha1-string-external): Make it can return a string
10850         in binary form.
10851         (sha1-region-external): Ditto.
10852         (sha1-string-internal): Ditto.
10853         (sha1-region-internal): Ditto.
10854         (sha1-region): Ditto.
10855         (sha1-string): Ditto.
10856         (sha1): Ditto.
10857
10858 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10859
10860         * spam.el (spam-report-articles-gmane): New command.
10861
10862 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10865
10866         * run-at-time.el (run-at-time-saved): Remove.
10867         (run-at-time): Doc fix.
10868
10869 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10870
10871         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10872         (gnus-summary-limit-map): Add it.
10873         (gnus-summary-make-menu-bar): do.
10874
10875 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10876
10877         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10878         Make attempt at some caching support (done for BBDB only now).
10879         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10880         addresses to be checked.
10881         (spam-clear-cache-BBDB): Add function, to be invoked by
10882         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10883         (spam-check-BBDB): Check and use the caches, if
10884         spam-cache-lookups is on, remove superfluous (provide).
10885
10886 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10889
10890 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10891
10892         * run-at-time.el (run-at-time-saved): Move to after the definition
10893         of `run-at-time'.
10894
10895         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10896
10897 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10900         mm-w3m-local-map-property.
10901
10902         * mm-view.el (mm-w3m-mode-map): Remove.
10903         (mm-w3m-local-map-property): Remove.
10904         (mm-inline-text-html-render-with-w3m): Don't use
10905         mm-w3m-local-map-property.
10906
10907 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * run-at-time.el: New file.
10910
10911         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10912         under Emacs.
10913
10914         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10915         of gnus-set-text-properties.
10916
10917         * gnus-uu.el (gnus-uu-save-article): Ditto.
10918
10919         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10920
10921         * gnus-cite.el (gnus-cite-parse): Ditto.
10922
10923         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10924         of gnus-.
10925
10926         * gnus-xmas.el (run-at-time): Require run-at-time.
10927
10928         * gnus.el: Changed calls to nnheader-run-at-time and
10929         password-run-at-time throughout to use run-at-time directly.
10930
10931         * password.el: Removed definition of run-at-time.
10932
10933         * nnheaderxm.el: Remove definition of run-at-time.
10934
10935 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10936
10937         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10938         in prompt.
10939
10940 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10941
10942         * messagexmas.el (message-xmas-redefine): Alias
10943         `message-make-caesar-translation-table' to
10944         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10945         version.
10946
10947         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10948         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10949         `gnus-xmas-set-text-properties'.
10950         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10951         `gnus-xmas-completing-read'.
10952         (gnus-xmas-completing-read): Removed.
10953         (gnus-xmas-open-network-stream): Removed.
10954
10955         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10956         XEmacs version.
10957
10958         * dns.el (dns-make-network-process): Use `open-network-stream'
10959         instead of `gnus-xmas-open-network-stream'.
10960
10961         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10962
10963         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10964
10965 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10966
10967         * gnus-art.el (gnus-mime-display-alternative)
10968         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10969         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10970         Don't use gnus-local-map-property.
10971
10972         * gnus-util.el (gnus-local-map-property): Remove.
10973
10974         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10975         gnus-completing-read-maybe-default with completing-read.
10976
10977         * gnus-util.el (gnus-completing-read): do.
10978         (gnus-completing-read-maybe-default): Remove.
10979
10980 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10981
10982         * password.el: Only autoload `run-at-time' if not XEmacs.
10983         Only autoload the itimer functions if XEmacs.
10984
10985 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10988         XEmacsen.
10989
10990         * dgnushack.el: Autoload executable-find for XEmacs.
10991
10992 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10993
10994         * gnus-art.el (gnus-read-string): Remove.
10995         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10996         read-string.
10997
10998 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10999
11000         * netrc.el: Autoload password-read.
11001         (netrc): Add configuration group.
11002         (netrc-encoding-method, netrc-openssl-path): Add
11003         variables for encoding and decoding of files with symmetric
11004         ciphers.
11005         (netrc-encode): Add assistant function to encode a file with
11006         netrc-encoding-method.
11007         (netrc-parse): Add interactive parameter, added optional
11008         decoding if netrc-encoding-method is non-nil but otherwise
11009         behavior is standard.
11010         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11011         Do s/encode/encrypt/ everywhere.
11012
11013         * spam.el: Remove executable-find autoload.
11014
11015 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11016
11017         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
11018
11019         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
11020
11021 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * gnus-art.el (gnus-treat-ansi-sequences,
11024         article-treat-ansi-sequences): New variable and function.
11025         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11026
11027         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11028         Use it.
11029
11030 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11031
11032         * mm-util.el (mm-quote-arg): Remove.
11033
11034         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11035         shell-quote-argument.
11036
11037         * gnus-uu.el (gnus-uu-command): do.
11038
11039         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11040
11041         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11042         with make-char.
11043
11044         * mm-util.el (mm-make-char): Remove.
11045
11046         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11047         add-minor-mode.
11048
11049         * gnus-undo.el (gnus-undo-mode): do.
11050
11051         * gnus-topic.el (gnus-topic-mode): do.
11052
11053         * gnus-sum.el (gnus-dead-summary-mode): do.
11054
11055         * gnus-start.el (gnus-slave-mode): do.
11056
11057         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11058
11059         * gnus-ml.el (gnus-mailing-list-mode): do.
11060
11061         * gnus-gl.el (gnus-grouplens-mode): do.
11062
11063         * gnus-draft.el (gnus-draft-mode): do.
11064
11065         * gnus-dired.el (gnus-dired-mode): do.
11066
11067         * gnus-ems.el (gnus-add-minor-mode): Remove.
11068
11069         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11070         Replace gnus-char-width with char-width.
11071
11072         * gnus-ems.el (gnus-char-width): Remove.
11073
11074         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11075         Replace gnus-char-width with char-width.
11076
11077         * gnus-ems.el (gnus-char-width): Remove.
11078
11079         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11080         definition.
11081         Remove Emacs 20 hash table compatibility code.
11082
11083         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11084         20 compatibility code.
11085
11086         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11087
11088         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11089
11090         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11091         with point-at-{eol,bol}.
11092
11093         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11094
11095         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11096
11097         * flow-fill.el (fill-flowed-point-at-bol,
11098         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11099
11100         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11101         Replace with point-at-{eol,bol} throughout all files.
11102
11103 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11104
11105         * ntlm.el (ntlm-string-as-unibyte): New macro.
11106         (ntlm-build-auth-response): Use it.
11107
11108         Remove Emacs 20 stuff:
11109         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11110         (butlast, mapc, remove): Remove the compiler macros.
11111         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11112         of delq and copy-sequence.
11113         * gnus-art.el (popup-menu): Remove the compiler macro.
11114         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11115         Emacs 20.
11116
11117 2004-01-05  Simon Josefsson  <jas@extundo.com>
11118
11119         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11120         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11121         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11122         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11123         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11124         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11125         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11126         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11127         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11128         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11129         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11130         string-xor into ntlm-string-xor.  Suggested by
11131         Jesper Harder <harder@myrealbox.com>.
11132
11133         * ntlm.el: Don't include poem.
11134
11135         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11136         Jesper Harder <harder@myrealbox.com>.
11137
11138         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11139
11140         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11141         probably breaks emacs with DL patch, but do we care? Is anyone
11142         still using the DL stuff?)
11143
11144         * sieve-manage.el: Use the password package.
11145         (sieve-manage-read-passwd): Remove.
11146         (sieve-manage-interactive-login): Use password.  Re-add
11147         condition-case around loop.
11148
11149         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11150         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11151         the password package.
11152
11153 2003-02-19  Simon Josefsson  <jas@extundo.com>
11154
11155         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11156         token.
11157
11158 2002-08-07  Simon Josefsson  <jas@extundo.com>
11159
11160         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11161         (sieve-manage-authenticators):
11162         (sieve-manage-authenticator-alist): Add some SASL mechs.
11163         (sieve-sasl-auth): New function.
11164         (sieve-manage-cram-md5-auth):
11165         (sieve-manage-plain-auth): Rewrite using SASL library.
11166         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11167         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11168         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11169         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11170
11171 2004-01-05  Simon Josefsson  <jas@extundo.com>
11172
11173         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11174         New files.
11175
11176 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * gnus-group.el (gnus-no-groups-message): Update.
11179
11180         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11181
11182 2003-11-09  Simon Josefsson  <jas@extundo.com>
11183
11184         * imap.el: Support for ID IMAP extension (RFC 2971).
11185         (imap-local-variables): Add imap-id.
11186         (imap-id): New variable.
11187         (imap-id): New function.
11188         (imap-parse-response): Parse untagged ID response.
11189         * nnimap.el (nnimap-id): New variable.
11190         (nnimap-open-connection): Use it.
11191
11192 2003-12-28  Simon Josefsson  <jas@extundo.com>
11193
11194         * gnus-score.el (gnus-score-edit-all-score): New.
11195         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11196
11197 2004-01-04  Simon Josefsson  <jas@extundo.com>
11198
11199         * password.el: Add.
11200
11201 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11202
11203         * dns.el: Add support for AAAA records (see RFC 3596)
11204
11205         * Fix typo PRT -> PTR
11206
11207         * Parse MX, PTR and SOA replies (see RFC 1035)
11208
11209 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11212
11213         * Moved to Changelog.2.
11214
11215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11216
11217         * gnus.el (gnus-version-number): Bump version.
11218
11219 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11220
11221         * gnus.el: No Gnus v0.1 is released.
11222
11223 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11224
11225         * gnus.el: No Gnus v0.0 is released.
11226
11227 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus.el (gnus-version-number): Bump.
11230         (gnus-version): No.
11231
11232 See ChangeLog.2 for earlier changes.
11233
11234     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11235
11236   This file is part of GNU Emacs.
11237
11238   GNU Emacs is free software; you can redistribute it and/or modify
11239   it under the terms of the GNU General Public License as published by
11240   the Free Software Foundation; either version 2, or (at your option)
11241   any later version.
11242
11243   GNU Emacs is distributed in the hope that it will be useful,
11244   but WITHOUT ANY WARRANTY; without even the implied warranty of
11245   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11246   GNU General Public License for more details.
11247
11248   You should have received a copy of the GNU General Public License
11249   along with GNU Emacs; see the file COPYING.  If not, write to the
11250   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11251   Boston, MA 02110-1301, USA.
11252
11253 ;; Local Variables:
11254 ;; coding: iso-2022-7bit
11255 ;; fill-column: 79
11256 ;; add-log-time-zone-rule: t
11257 ;; End:
11258
11259 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4