* gnus.el (gnus-newsgroup-maximum-articles): Rename from gnus-maximum-newsgroup.
[gnus] / lisp / ChangeLog
1 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
5
6         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7
8         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10
11 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14         newline.
15         (nnmbox-request-accept-article): Don't change article in source buffer;
16         narrow to header to use message-fetch-field rather than
17         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
18         (nnmbox-request-replace-article): Quote lines that'll be misidentified
19         as delimiters; make sure article ends with newline.
20         (nnmbox-delete-mail): Correct last position of article to be deleted;
21         ignore X-Gnus-Newsgroup header in article body.
22         (nnmbox-save-mail): Quote lines looking like delimiters at the right
23         positions; make sure article ends with newline.
24
25         * message.el (message-display-abbrev): Don't infloop when a user
26         inserts SPC in the beginning of header.
27
28         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
29         coding-system-for-read and coding-system-for-write for XEmacs having no
30         file-coding feature.
31
32         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
33
34 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
35
36         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
37         list of groups not followed by default.  Fix type to be regexp.
38         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
39
40 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
43         raw-text coding system when saving .newsrc file, which may contain
44         non-ASCII group names.
45
46 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-cus.el (gnus-score-extra): New widget.
49         (gnus-score-extra-convert): New function.
50         (gnus-score-customize): Use it for Extra.
51
52 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
53
54         * mml2015.el (mml2015-extract-cleartext-signature): New function.
55         (mml2015-mailcrypt-clear-verify): Use it.
56         (mml2015-gpg-clear-verify): Use it.
57         (mml2015-pgg-clear-verify): Use it.
58         (mml2015-epg-clear-verify): Replace the current part with the output
59         from GnuPG; don't extract the plaintext by itself.
60
61         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
62         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
63         mml2015-clear-verify-function; don't touch the armor headers or
64         dash-escaped text here.
65
66 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
67
68         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
69         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
70         parts, or application/octet-stream as a last resort.
71         (gnus-mime-view-part-as-type): Don't toggle display.
72         (gnus-mime-view-part-as-charset): Don't turn off display before
73         querying charset.
74
75         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
76         stuff to undisplayer function in Emacs.
77         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
78
79         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
80         text/calendar parts.
81
82 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
85         decoding text/calendar parts.
86
87         * message.el (message-forward-make-body-mime): Always mark body as
88         having no illegible text; remove signed-or-encrypted argument.
89         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
90
91         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
92         (mml-generate-mime-1): Don't encode body if it is specified to be in
93         raw form; don't make buffer be unibyte when inserting multibyte string.
94
95 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * imap.el (imap-logout-timeout): New variable.
98         (imap-logout, imap-logout-wait): New functions.
99         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
100
101         * nnimap.el (nnimap-logout-timeout): New server variable.
102         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
103         nnimap-logout-timeout.
104
105         * gnus-art.el (gnus-article-summary-command-nosave)
106         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
107
108 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus.el (gnus-maximum-newsgroup): New variable.
111
112         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
113         according to gnus-maximum-newsgroup.
114
115         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
116         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Limit
117         the range of articles according to gnus-maximum-newsgroup.
118
119 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
120
121         * gnus-art.el (gnus-sticky-article): Fixed problems described in
122         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
123         Don't perform gnus-configure-windows here; reuse existing sticky
124         article buffer.
125
126         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
127         it doesn't exist in gnus-article-mode.
128
129 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
130
131         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
132         (gnus-agent-decoded-group-name): New function.
133         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
134         (gnus-agent-expire-group-1): Use it; decode group name in messages.
135
136 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
137
138         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
139         Add binding for gnus-sticky-article.
140         (gnus-summary-exit): Don't kill sticky article buffers.
141
142         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
143         article buffer.
144         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
145         (gnus-kill-sticky-article-buffers): New commands.
146
147 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * nntp.el (nntp-xref-number-is-evil): New server variable.
150         (nntp-find-group-and-number): If it is non-nil, don't trust article
151         numbers in the Xref header.
152
153 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-agent.el (gnus-agent-read-group): New function.
156         (gnus-agent-flush-group, gnus-agent-expire-group)
157         (gnus-agent-regenerate-group): Use it.
158         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
159         nnmail-pathname-coding-system.
160
161 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
164
165         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
166         that are unread as unread, and also as selected so that information of
167         marks having been changed by a user may be updated when exiting group.
168
169 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-art.el (gnus-mime-display-single): Pass part number that is
172         calculated ignoring signature parts to gnus-treat-article.
173
174 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
177         a point here in order to keep the window start.
178         (gnus-insert-mime-security-button): Make a button overlay without the
179         front stickiness.
180         (gnus-mime-display-security): Goto the end of a button.
181
182         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
183
184 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
187         group-name-at-point.
188         (gnus-group-completing-read): New function that offers decoded
189         non-ASCII group names for completion.
190         (gnus-fetch-group, gnus-group-read-ephemeral-group)
191         (gnus-group-jump-to-group, gnus-group-make-group-simple)
192         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
193         (gnus-group-fetch-control): Use it.
194         (gnus-fetch-group): Use group-name-at-point for the initial value
195         rather than the default value; use gnus-alive-p.
196
197         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
198         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
199         (gnus-summary-post-news): Use gnus-group-completing-read.
200
201         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
202         (gnus-read-move-group-name): Decode group name for completion.
203
204 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
205
206         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
207         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
208         Yamaoka slightly modified the code).
209
210 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
213         (nnmail-split-incoming): Bind it.
214
215         * nnml.el (nnml-group-name-charset): New function.
216         (nnml-decoded-group-name): Use it; don't decode group name if
217         nnmail-group-names-not-encoded-p is non-nil.
218         (nnml-encoded-group-name): New function.
219         (nnml-group-pathname): Inline nnml-decoded-group-name.
220         (nnml-request-expire-articles): Decode group name in message.
221         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
222         nnmail-pathname-coding-system.
223         (nnml-save-mail, nnml-active-number): Work with decoded group names and
224         not decoded ones according to nnmail-group-names-not-encoded-p.
225         (nnml-generate-active-info): Use nnml-encoded-group-name.
226
227 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
228
229         * gnus-sum.el (gnus-summary-move-article): Make
230         gnus-summary-respool-article work.
231
232 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
233
234         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
235         string.
236
237 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
238
239         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
240         that should be ignored when comparing distant RSS articles with local
241         ones.
242         (nnrss-make-hash-index): New function.  Create a hash index according
243         to the ignored fields.
244         (nnrss-check-group): Use it.
245
246 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
249
250         * gnus-art.el (article-decode-group-name): Decode Xref header too.
251
252         * gnus-group.el (gnus-group-make-group): Encode group name here unless
253         the new optional argument ENCODED is non-nil.
254         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
255         coding system for encoding group name.
256         (gnus-group-make-rss-group): Pass un-encoded group name to
257         gnus-group-make-group.
258         (gnus-group-set-info): Tell gnus-group-make-group that group name is
259         encoded.
260
261         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
262         Encode group name to which articles are moved or copied.
263         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
264         coding system for encoding Newsgroup, Followup-To and Xref headers.
265
266         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
267         marks; use nnheader-file-coding-system to write a file.
268         (nnagent-retrieve-headers): Bind file-name-coding-system to
269         nnmail-pathname-coding-system.
270
271         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
272
273         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
274         (nnml-request-article, nnml-request-create-group)
275         (nnml-request-rename-group, nnml-find-id)
276         (nnml-possibly-change-directory, nnml-possibly-create-directory)
277         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
278         (nnml-save-marks): Use nnml-group-pathname instead of
279         nnmail-group-pathname.
280
281         (nnml-request-create-group, nnml-request-expire-articles)
282         (nnml-request-move-article, nnml-request-delete-group)
283         (nnml-deletable-article-p, nnml-possibly-create-directory)
284         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
285         (nnml-open-marks): Bind file-name-coding-system to
286         nnmail-pathname-coding-system.
287
288         (nnml-request-article): Pass server argument to nnml-find-group-number.
289         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
290         server argument to nnml-possibly-create-directory.
291         (nnml-request-accept-article): Pass server argument to
292         nnml-active-number and nnml-save-mail.
293         (nnml-find-group-number): Pass server argument to nnml-find-id.
294         (nnml-request-update-info): Pass server argument to
295         nnml-marks-changed-p.
296
297         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
298         (nnml-save-mail, nnml-active-number): Add server argument.
299
300         (nnml-request-delete-group): Warn if group is missing.
301         (nnml-get-nov-buffer): Decode group name.
302         (nnml-generate-active-info): Encode group name.
303         (nnml-open-marks): Decode group name in messages.
304
305 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
308         if it is not specified.
309         (gnus-article-pipe-part, gnus-article-save-part)
310         (gnus-article-interactively-view-part, gnus-article-copy-part)
311         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
312         (gnus-article-inline-part, gnus-article-save-part-and-strip)
313         (gnus-article-replace-part, gnus-article-delete-part)
314         (gnus-article-view-part-as-type): Pass raw prefix argument to
315         gnus-article-part-wrapper.
316
317 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * gnus-agent.el (gnus-agent-save-active): Bind
320         nnheader-file-coding-system to gnus-agent-file-coding-system.
321
322         * gnus-cache.el (gnus-cache-save-buffers)
323         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
324         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
325         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
326         (gnus-cache-braid-nov, gnus-cache-braid-heads)
327         (gnus-cache-generate-active, gnus-cache-rename-group)
328         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
329         (gnus-cache-update-overview-total-fetched-for): Bind
330         file-name-coding-system to nnmail-pathname-coding-system.
331         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
332         variables.
333         (gnus-cache-decoded-group-name): New function.
334         (gnus-cache-file-name): Use it.
335         (gnus-cache-generate-active): Use non-decoded group name for active.
336
337         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
338         right place.
339         (gnus-write-active-file): Don't break non-ASCII group names.
340
341         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
342         nnmail-pathname-coding-system.
343
344         * lpath.el: Bind default-file-name-coding-system,
345         file-name-coding-system and language-info-alist for XEmacs.
346
347         * gnus-uu.el (gnus-uu-decode-save): Typo.
348
349 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
352
353 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
356         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
357         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
358         (gnus-agent-flush-group, gnus-agent-flush-cache)
359         (gnus-agent-fetch-headers, gnus-agent-load-alist)
360         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
361         (gnus-agent-retrieve-headers, gnus-agent-request-article)
362         (gnus-agent-regenerate-group)
363         (gnus-agent-update-files-total-fetched-for)
364         (gnus-agent-update-view-total-fetched-for): Bind
365         file-name-coding-system to nnmail-pathname-coding-system.
366         (gnus-agent-group-pathname): Don't encode file names by
367         nnmail-pathname-coding-system.
368         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
369         coding-system-for-write instead of buffer-file-coding-system to
370         gnus-agent-file-coding-system.
371
372         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
373         Decode group name.
374
375         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
376
377         * gnus-start.el (gnus-update-active-hashtb-from-killed)
378         (gnus-read-newsrc-el-file): Make group names unibyte.
379
380         * nnmail.el (nnmail-group-pathname): Don't encode file names by
381         nnmail-pathname-coding-system.
382
383         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
384         (nnrss-request-delete-group): Bind file-name-coding-system to
385         nnmail-pathname-coding-system.
386         (nnrss-read-server-data, nnrss-read-group-data): Bind
387         file-name-coding-system correctly.
388         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
389
390         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
391         (nntp-server-to-method-cache): New variable.
392         (nntp-group-pathname): New function that decodes non-ASCII group names.
393         (nntp-possibly-create-directory, nntp-marks-changed-p)
394         (nntp-save-marks, nntp-open-marks): Use it.
395         (nntp-possibly-create-directory, nntp-open-marks):
396         Bind file-name-coding-system to nnmail-pathname-coding-system.
397         (nntp-open-marks): Decode group names when bootstrapping marks.
398
399         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
400         Newsgroups and Folowup-To headers.
401
402 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
405         (gnus-server-closed-face, gnus-server-denied-face)
406         (gnus-server-offline-face): Remove variable.
407         (gnus-server-font-lock-keywords): Use faces that are not aliases.
408
409         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
410         of modifying message-stack directly for XEmacs.
411
412         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
413         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
414         if the coding-system argument is nil for XEmacs.
415
416         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
417         mm-charset-override-alist.
418
419         * rfc2047.el: Don't require base64; require rfc2045 for the function
420         rfc2045-encode-string.
421         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
422         to quote the parameter value.
423
424 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
427         form in gnus-group-name-charset-method-alist.
428
429         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
430         overrides the default layout edit-form.
431
432         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
433
434         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
435
436 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
439         as unfetched articles.
440
441 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
442
443         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
444
445 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
448         original back end that keeps marks in the local system.
449
450 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
453         arg of pop-to-buffer for XEmacs.
454         (gnus-article-read-summary-keys): Ditto; don't restore window
455         configuration if summary command ends up with neither article buffer
456         nor summary buffer; describe bindings if summary keys end with C-h.
457
458 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * message.el (message-fix-before-sending): Skip raw message part to be
461         forwarded while checking illegible text.
462         (message-forward-make-body-mime, message-forward-make-body): Mark
463         signed or encrypted raw message as having no illegible text.
464
465 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
468         (gnus-message-with-timestamp-1): New macro.
469         (gnus-message-with-timestamp): New function.
470         (gnus-message): Use them.
471
472         * nnheader.el (nnheader-message): Use them.
473
474 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
475
476         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
477         .newsrc.eld file.
478
479 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus-agent.el (gnus-agent-fetch-headers)
482         (gnus-agent-retrieve-headers): Bind
483         gnus-decode-encoded-address-function to identity.
484
485         * nntp.el (nntp-send-xover-command): Recognize an xover command is
486         available also when the server returns simply a dot.
487
488         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
489
490 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
493
494 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * gnus-ems.el (gnus-x-splash): Make it work.
497
498         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
499         from being used.
500
501         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
502
503 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
506         4th and the 5th arguments.
507
508         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
509         the front stickiness.
510         (gnus-article-summary-command-nosave): Correct the order of the
511         arguments passed to pop-to-buffer.
512         (gnus-article-read-summary-keys): Ditto; make it work properly when the
513         summary command ends up with the article buffer.
514
515         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
516         the same faces.
517
518 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
519
520         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
521
522 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
523
524         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
525         * gnus-sum.el (gnus-summary-highlight):
526         * pgg.el (pgg-sign-region, pgg-sign):
527         * mail-source.el (mail-source-delete-old-incoming-confirm):
528         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
529
530 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-art.el (gnus-mime-view-part-externally)
533         (gnus-mime-view-part-internally): Fix predicate function passed to
534         completing-read.
535
536         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
537
538         * gnus.el (gnus-update-message-archive-method): Add :version.
539
540 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus.el (gnus-update-message-archive-method): New variable.
543
544         * gnus-start.el (gnus-setup-news): Update saved "archive" method
545         according to gnus-message-archive-method if
546         gnus-update-message-archive-method is non-nil.
547
548 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
551         by Loic Dachary <loic@dachary.org>.
552         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
553
554 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * message.el (message-pop-to-buffer): Add switch-function argument.
557         (message-mail): Pass switch-function argument to it.
558
559 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
560
561         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
562         Improve doc string.
563
564 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
567         (gnus-header-content)
568         * gnus-cite.el (gnus-cite-10)
569         * gnus-srvr.el (gnus-server-closed)
570         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
571         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
572         (gnus-group-mail-3-empty, gnus-group-mail-low)
573         (gnus-group-mail-low-empty, gnus-splash)
574         * message.el (message-header-to, message-header-cc)
575         (message-header-subject, message-header-other, message-header-name)
576         (message-header-xheader, message-separator, message-cited-text)
577         (message-mml): Lighten colors of faces used for dark background.
578
579 2007-05-24  Simon Josefsson  <simon@josefsson.org>
580
581         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
582         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
583
584 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * message.el (message-narrow-to-headers-or-head): Ignore
587         mail-header-separator in the body.
588
589 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
592         same as window size.
593
594 2007-05-22  Kevin Ryde  <user42@zip.com.au>
595
596         * message.el (message-font-lock-keywords): Use message-header-xheader
597         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
598         ahead of the anything pattern, to get it recognised.
599
600 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
603         spam.el loads uses it in the compiled defadvice form.
604
605 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
606
607         * gnus-sum.el (gnus-articles-to-read)
608         (gnus-summary-insert-old-articles): Don't truncate group name for
609         `read-string'.
610
611         * gnus-util.el (gnus-limit-string): Delete this function.
612
613         * gnus-sum.el (gnus-simplify-subject-fully): Use
614         `truncate-string-to-width' instead.
615
616 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
617
618         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
619         summary exit, the next group has to be selected.
620         (gnus-summary-exit): Use it.
621
622 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
623
624         * gnus-art.el (gnus-article-mode): Fix comment about displaying
625         non-break space.
626
627 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
630         Check if group is not a directory.
631         (nnfolder-request-expire-articles): Don't delete articles if the target
632         group is not available.
633
634         * nnml.el (nnml-request-create-group): Properly check if group is not a
635         file.
636         (nnml-request-expire-articles): Don't delete articles if the target
637         group is not available.
638
639         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
640         Don't quote characters that are within parentheses.
641
642 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
645         (gnus-handle-ephemeral-exit): Select article according to it.
646
647 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * message.el (message-insert-formated-citation-line): Remove newline.
650         (message-citation-line-format): Add final \n here so that the user can
651         avoid a blank line.
652
653 2007-05-03  Dan Christensen  <jdc@uwo.ca>
654
655         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
656         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
657         Update lanl/arXiv support.
658
659 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
660
661         * gnus.el: Bump version number.
662
663 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus.el (gnus-version-number): Bump version.
666
667 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
668
669         * gnus.el: No Gnus v0.6 is released.
670
671 2007-04-27  Didier Verna  <didier@xemacs.org>
672
673         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
674         * gmm-utils.el (gmm-regexp-concat): here.
675         * message.el: Don't require 'gnus-util.
676         (message-dont-reply-to-names): Handle name change above.
677         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
678
679 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
682         since the initial value varies according to the system.
683
684 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * mm-util.el (mm-charset-synonym-alist): Defcustom.
687
688 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
689
690         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
691
692 2007-04-24  Didier Verna  <didier@xemacs.org>
693
694         Improve the type of gnus-ignored-from-addresses.
695         * gnus-util.el (gnus-orify-regexp): New function.
696         * message.el (gnus-util): Require it.
697         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
698         * gnus-sum.el (gnus-ignored-from-addresses): New function.
699         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
700
701 2007-04-24  Didier Verna  <didier@xemacs.org>
702
703         * gnus-sum.el:
704         * gnus-utils.el: Fix some trailing whitespaces.
705
706 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
709         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
710         article's Message-ID; refer parent article in summary buffer.
711
712         * message.el (message-bounce): Call mime-to-mml.
713
714         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
715         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
716         optimize and/or forms properly.
717
718 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
719
720         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
721         URL.
722
723 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
726
727 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
730         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
731         displayed of multipart/alternative part if it is invoked from summary
732         buffer.
733
734         * mm-view.el (mm-inline-text-html-render-with-w3m)
735         (mm-inline-text-html-render-with-w3m-standalone)
736         (mm-inline-render-with-function): Use mail-parse-charset by default.
737
738 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
739
740         * parse-time.el (parse-time-string-chars): Check if CHAR
741         is less than the length of parse-time-syntax.
742
743 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
746         from gnus-newsgroup-processable.
747
748 2007-04-16  Didier Verna  <didier@xemacs.org>
749
750         * gnus-msg.el (gnus-configure-posting-styles): Handle
751         message-signature-directory properly with :file syntax. Reported by
752         "Leo".
753
754 2007-04-11  Didier Verna  <didier@xemacs.org>
755
756         New user option: message-signature-directory.
757         * gnus-msg.el (gnus-configure-posting-styles): Support it.
758         * message.el (message-insert-signature): Ditto.
759         * message.el (message-signature-file): Doc update.
760         * message.el (message-signature-directory): New.
761
762 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-msg.el (gnus-inews-yank-articles): Use
765         message-exchange-point-and-mark instead of exchange-point-and-mark.
766
767 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
768
769         * message.el (message-yank-original): Make sure cited text ends with
770         newline; don't exchange point and mark.
771
772 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
773
774         * tls.el (open-tls-stream): Properly handle case where there
775         is no associated buffer.
776
777 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
778
779         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
780         message-yank-original, make sure (< mark TEXT point).
781
782 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
783
784         * message.el (message-fill-column): New variable.
785         (message-mode): Use it.  Add comment on a possible new hook.
786
787         * nnmail.el (nnmail-spool-file): Mark as obsolete.
788         (nnmail-get-new-mail): Reformat.
789
790         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
791
792         * gmm-utils.el: Fix Commentary.
793         (gmm-tool-bar-from-list): Fix typo in doc string.
794
795 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
796
797         * message.el (message-yank-original): Don't switch point and mark
798         unnecessarily to put point and mark as documented.
799
800 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
803         from the message heads.
804
805 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
806
807         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
808         article buffer does not have a window.  This may not be the best
809         solution but is certainly better than setting the start of the null,
810         that is the current, window.
811
812 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
813
814         * gnus-draft.el (gnus-draft-setup-hook): New hook.
815         (gnus-draft-setup): Run it.
816
817         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
818         gnus-score-fast-scoring.  Allow regexp.
819         (gnus-score-headers): Use it.
820
821         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
822         XEmacs.
823
824         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
825         string.
826         (gnus-button-alist): Also catch `<f1> k ...'.
827         (gnus-treat-display-x-face): Fix doc string.
828
829 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
830
831         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
832         evaluation of gnus-extended-version to ensure correct generation of the
833         User-Agent header when message-generate-headers-first is used.
834
835 2007-03-24  Simon Josefsson  <simon@josefsson.org>
836
837         * hashcash.el (hashcash-generate-payment-async): Don't crash if
838         hashcash-path is nil.  Don't call callback with incorrect number of
839         parameters if val is 0.
840
841 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
842
843         * message.el (message-required-news-headers):
844         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
845
846 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
847
848         * tls.el (open-tls-stream): In handshake-waiting loop,
849         don't wait more if there is output available to process.
850
851 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
852
853         * tls.el (tls-program): Doc fix.
854
855 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * message.el (message-generate-new-buffers): Change the meaning of the
858         nil value; add `standard' to the choices; treat t as `unique'; improve
859         doc string.
860         (gnus-select-frame-set-input-focus): Autoload.
861         (message-buffer-name): Search for the existing message buffer if
862         message-generate-new-buffers is nil or `standard'; treat the value t of
863         message-generate-new-buffers as `unique'.
864         (message-pop-to-buffer): Raise the frame already displaying the message
865         buffer; clear the echo area after querying.
866         (message-setup): Pass the `continue' argument to compose-mail.
867         (message-mail): Prefer `switch-function' if it is given; search for the
868         existing message buffer if the `continue' argument is non-nil; pass
869         continue and switch-function arguments to compose-mail by way of
870         message-setup.
871         (message-mail-other-window): Adjust argument of message-setup.
872         (message-mail-other-frame): Ditto.
873
874 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
877         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
878         to turn font-lock on when turning gnus-message-citation-mode on.
879
880 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
881
882         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
883         (mml-smime-function-alist): New variable; add epg as the backend.
884         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
885         mml-smime- functions instead.
886         * mm-view.el: Require smime.
887
888 2007-03-05  Didier Verna  <didier@xemacs.org>
889
890         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
891         instead of just inheritance for posting styles.
892         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
893
894 2007-02-24  Chris Moore  <dooglus@gmail.com>
895
896         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
897         * pgg-pgp.el (pgg-pgp-encrypt-region):
898         * pgg-gpg.el (pgg-gpg-encrypt-region):
899         Check pgg-encrypt-for-me if no other recipients.
900
901 2007-02-24  John Paul Wallington  <jpw@pobox.com>
902
903         * tls.el (tls-certtool-program): Fix custom type.
904
905 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
906
907         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
908         and point-at-eol instead of line-(beginning|end)-position.
909
910         * assistant.el (assistant-parse-buffer): Ditto.
911
912         * netrc.el (netrc-parse-services): Ditto.
913
914 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
915
916         * mml2015.el (mml2015-epg-find-usable-key): New function.
917         (mml2015-epg-sign): Use it.
918         (mml2015-epg-encrypt): Use it.
919
920 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
921
922         * message.el (message-make-in-reply-to): Quote name containing
923         non-ASCII characters.  It will make the RFC2047 encoder cause an error
924         if there are special characters.  Reported by NAKAJI Hiroyuki
925         <nakaji@jp.freebsd.org>.
926
927 2007-02-27  Didier Verna  <didier@xemacs.org>
928
929         Include the group parameters as well as the topic ones in the
930         inheritance filter process.
931         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
932         argument GROUP-PARAMS-LIST.
933         * gnus-topic.el (gnus-group-topic-parameters): Use it.
934
935 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * nntp.el (nntp-never-echoes-commands)
938         (nntp-open-connection-functions-never-echo-commands): New variables.
939         (nntp-send-command): Use them.
940
941 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
942
943         * mml2015.el (mml2015-epg-verify): Simplified.
944
945 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * mml.el (mml-content-disposition-alist): New user option.
948         (mml-content-disposition): New function.
949         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
950         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
951
952 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
953
954         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
955         verification.
956
957 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
958
959         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
960         articles posted in the last 24 hours.
961
962 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
963
964         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
965
966 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
967
968         * nntp.el (nntp-send-command): Don't wait for echoes when
969         nntp-open-ssl-stream is used.
970
971 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
972
973         * gnus-cite.el (gnus-test-font-lock-add-keywords)
974         (gnus-message-add-citation-keywords)
975         (gnus-message-remove-citation-keywords): Remove.
976         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
977         directly, make the variables in font-lock-defaults buffer-local, add
978         gnus-message-citation-keywords to them and then update the value of
979         font-lock-keywords.
980
981 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
982
983         * message.el (message-cite-original-1): Don't call
984         gnus-article-highlight-citation.
985
986         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
987         citations; fix line count.
988
989 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
992         (gnus-message-add-citation-keywords)
993         (gnus-message-remove-citation-keywords): Use it; fix the emulating
994         versions of font-lock-add-keywords and font-lock-remove-keywords to
995         work with XEmacs correctly.
996
997 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-cite.el (gnus-cite-face-list): Set the values of
1000         gnus-message-max-citation-depth and gnus-message-citation-keywords.
1001         (gnus-message-max-citation-depth): Use defvar rather than defconst.
1002         (gnus-message-cite-prefix-regexp): New variable.
1003         (gnus-message-search-citation-line): Use it; protect against long
1004         citation prefix; fill match data with nil rather than 0 for XEmacs; set
1005         the 0th match data for Emacs.
1006         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
1007         (gnus-message-add-citation-keywords): Append keywords rather than
1008         prepending; emulate font-lock-add-keywords if it is not available.
1009         (gnus-message-remove-citation-keywords): Emulate
1010         font-lock-remove-keywords if it is not available.
1011
1012         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
1013
1014         * message.el (message-cite-prefix-regexp): Set the value of
1015         gnus-message-cite-prefix-regexp.
1016
1017 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1018
1019         * nnweb.el (nnweb-google-parse-1): Update parser.
1020
1021 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
1022
1023         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
1024
1025 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1026
1027         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1028         regexp.
1029
1030 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * uudecode.el (uudecode-string-to-multibyte): New function emulating
1033         string-to-multibyte.
1034         (uudecode-decode-region-internal): Use it.
1035
1036         * lpath.el: Fbind string-as-multibyte for XEmacs.
1037
1038 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
1041         custom choice.
1042
1043         * gnus-art.el (gnus-signature-limit): Fix custom choice.
1044
1045 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
1046
1047         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
1048
1049         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
1050         `write-region' to respect `mm-inhibit-file-name-handlers'.
1051
1052 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
1053
1054         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
1055         Use gnus-home-directory instead of "~/" or "$HOME".
1056
1057 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * encrypt.el (encrypt-insert-file-contents): Add better prompt
1060         to mention filename.
1061         Add comments at beginning regarding usage.
1062         (encrypt-write-file-contents): Change interactive so a string is
1063         acceptable.  If the file has no associated model, show an error instead
1064         of a nonsense prompt.
1065
1066 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1067
1068         * spam.el (spam-bsfilter-ham-switch): Fix typo.
1069         Thanks to Yoshihiko Yamada for kind notification of this typo.
1070
1071 2007-01-12  Kenichi Handa  <handa@m17n.org>
1072
1073         * uudecode.el (uudecode-decode-region-internal): Make it work in a
1074         multibyte buffer.
1075
1076 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1077
1078         * gnus-score.el (gnus-score-fast-scoring): New variable.
1079         (gnus-score-headers): Use it.
1080
1081         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
1082
1083         * message.el (message-cite-original-1): Call
1084         gnus-article-highlight-citation if requested.
1085
1086         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
1087
1088         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
1089         bugs to doc string.
1090         (gnus-button-alist): Add mid\\|message-id.
1091         (gnus-button-fetch-group): Extend for use in
1092         `browse-url-browser-function'.
1093         (gnus-button-url-regexp): Try to catch paired parentheses like in
1094         Wikipedia URLs.
1095
1096         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
1097         Suggested by Simon Krahnke <overlord@gmx.li>.
1098
1099 2007-01-13  Romain Francoise  <romain@orebokech.com>
1100
1101         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
1102         Update copyright.
1103
1104 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
1105
1106         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
1107
1108 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * gnus-registry.el (gnus-registry-unfollowed-groups)
1111         (gnus-registry-split-fancy-with-parent): Fix documentation.
1112
1113 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
1116         from nnweb groups.
1117
1118 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
1121         Xref urls.  Erase buffer before requesting head.
1122
1123 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
1126         customizable.
1127
1128 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
1129
1130         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
1131         no signing key is found.
1132         (mml2015-epg-encrypt): Ask user whether to skip or abort if
1133         no encrypting and/or signing key is found.
1134
1135 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1136
1137         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
1138
1139 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1140
1141         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
1142         headers read from disk with the ones newly found in the current search.
1143         This should no longer cause problems, because the article numbers in
1144         Gmane's `nov.php' output are ignored since the previous change.
1145
1146 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1147
1148         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
1149
1150 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
1153         replace-regexp-in-string; bind url-version; fbind display-images-p and
1154         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
1155         find-face and set-itimer-function for Emacs; bind itimer-list for
1156         Emacs.
1157
1158         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
1159
1160 2007-01-01  Romain Francoise  <romain@orebokech.com>
1161
1162         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
1163
1164 2006-12-31  Steve Youngs  <steve@sxemacs.org>
1165
1166         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
1167         `define-minor-mode' macro definition expanded properly.
1168         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
1169         exclude it there.
1170
1171         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
1172         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
1173         `fboundp' test.
1174         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
1175         This is OK to autoload in (S)XEmacs now.
1176
1177 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
1180         keystroke.
1181         (gnus-summary-limit-to-singletons): Fix typo.
1182
1183         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
1184         else fails.
1185
1186 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1187
1188         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
1189         docstring.
1190
1191         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
1192         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
1193         (gnus-summary-insert-dormant-articles): Fix typo in message.
1194
1195 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1196
1197         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
1198         nil for XEmacs.
1199         (gnus-message-citation-mode): Don't autoload in XEmacs.
1200
1201         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
1202
1203 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1204
1205         * nnimap.el (nnimap-expunge-search-string): Mention
1206         nnimap-search-uids-not-since-is-evil in docstring.
1207
1208 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1209
1210         * spam.el: Revert to make-obsolete-variable because
1211         define-obsolete-variable-alias is not supported in Emacs 21.
1212
1213         * spam.el (spam-ifile-path, spam-ifile-database-path)
1214         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
1215         make-obsolete-variable.
1216         (spam-bsfilter-path, spam-bsfilter-program)
1217         (spam-spamassassin-path, spam-spamassassin-program)
1218         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
1219         use "path" inappropriately.
1220         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
1221         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
1222         variable names.
1223
1224 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
1225
1226         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
1227         summary buffer.
1228
1229         * password.el (password-cache-remove): Use clear-string to burn
1230         password, if available.
1231
1232 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1233
1234         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
1235
1236         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
1237
1238         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
1239         (gnus-message-highlight-citation): Move defcustom here from
1240         gnus-cite.el.
1241         (gnus-message-citation-mode): Autoload.
1242
1243         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
1244         checks to make it compile with XEmacs.
1245         (gnus-message-citation-mode): New minor mode.
1246         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
1247         (gnus-message-highlight-citation): New variables.
1248         (gnus-message-search-citation-line)
1249         (gnus-message-add-citation-keywords)
1250         (gnus-message-remove-citation-keywords)
1251         (turn-on-gnus-message-citation-mode)
1252         (turn-off-gnus-message-citation-mode): New functions.
1253
1254 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
1255
1256         * gnus-cite.el: Enable highlighting of different citation levels in
1257         message-mode.
1258
1259 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1260
1261         * message.el (message-make-fqdn): Fix comment.
1262         (message-bogus-system-names): Add ".local".
1263
1264         * spam.el (spam-ifile-path, spam-ifile-program)
1265         (spam-ifile-database-path, spam-ifile-database)
1266         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
1267         Don't use "path" inappropriately.
1268         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
1269         strings.
1270         (spam-check-ifile, spam-ifile-register-with-ifile)
1271         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
1272         new variable names.
1273
1274         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
1275         (gnus-treat-display-smileys): Simplify using
1276         gnus-image-type-available-p.
1277
1278         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
1279         available.
1280
1281         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
1282         `display-images-p' if available.
1283
1284 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
1287         one after turning on the buffer's multibyteness instead of decoding
1288         them directly in the unibyte buffer that causes unexpected conversion
1289         in Emacs 23 (unicode).
1290
1291 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1292
1293         * message.el (message-generate-hashcash): Fix custom type.
1294
1295 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1296
1297         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
1298
1299 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
1300
1301         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
1302         disconnect icons.  Add help text.
1303
1304 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
1305
1306         * spam.el (spam-extra-header-to-number): CRM114 spam score is
1307         negated to be consistent with the others we handle.
1308
1309 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
1312         version of gnus-summary-buffer to something, so that we can use two
1313         article buffers at the same time.
1314
1315 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
1318         trigger all the extra headers.
1319         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
1320         sorting.
1321
1322 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1323
1324         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
1325         solid groups.
1326
1327 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
1328
1329         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
1330
1331 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * legacy-gnus-agent.el: Add Copyright notice.
1334
1335 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
1336
1337         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
1338
1339 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
1342
1343         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
1344         to make it work reliably in CVS Emacs.
1345         (gnus-summary-limit-strange-charsets-predicate)
1346         (gnus-summary-limit-to-predicate): New functions.
1347
1348 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
1349
1350         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
1351         specifying array size.
1352         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
1353         array if it is too small.
1354         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
1355         (gnus-sort-threads-loop): New function.
1356
1357 2006-12-06  Chris Moore  <dooglus@gmail.com>
1358
1359         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
1360         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
1361
1362 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
1363
1364         * mm-url.el (mm-url-predefined-programs): Call curl with correct
1365         options.
1366
1367 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
1370         DOS-ing the recipient.
1371
1372         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
1373         the headers when creating the mapping to avoid mismappings.
1374         (nnweb-gmane-create-mapping): Always nix out old mapping.
1375
1376 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
1379         and mm-verify-option to never.
1380
1381 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * message.el (message-signed-or-encrypted-p): New function.
1384         (message-forward-make-body): Use it.
1385
1386         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
1387         Replace encode-coding-string with mm-encode-coding-string.
1388
1389 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * nneething.el (nneething-decode-file-name): Replace
1392         decode-coding-string with mm-decode-coding-string.
1393
1394         * gnus-int.el (gnus-open-server): Say failed server's name.
1395
1396 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1397
1398         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
1399         strings to a single string.  Quote `errors-file-name'.
1400         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
1401         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
1402         Adjust calls.  Use `shell-quote-argument'.
1403
1404 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
1405
1406         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
1407         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
1408
1409         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
1410         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
1411         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
1412         (gnus-group-make-directory-group, gnus-group-transpose-groups):
1413         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
1414         (gnus-subscribe-newsgroup, gnus-1):
1415         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
1416         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
1417         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
1418         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
1419
1420 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
1423         keystroke.
1424         (gnus-summary-limit-to-bodies): Implement headersp.
1425
1426 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * dns.el (query-dns): Protect against "Process dns deleted" strings.
1429
1430 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
1433
1434 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * message.el (message-generate-hashcash): Expand range of values to
1437         include `opportunistic'.
1438         (message-send-mail): Use it.
1439
1440 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1441
1442         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
1443         and comment it.
1444
1445         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
1446
1447 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
1448
1449         * gnus-util.el (gnus-extract-address-components): Improve comment.
1450
1451 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * gnus-util.el (gnus-extract-address-components): Work with address in
1454         which the name portion contains @.
1455
1456         * lpath.el: Fbind custom-autoload.
1457
1458 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1459
1460         * gnus.el (gnus-start): Move custom group up.
1461         (gnus-select-method): Don't autoload, but make it available for
1462         `customize-variable'.
1463         (gnus-getenv-nntpserver): Don't autoload.
1464
1465 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
1466
1467         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
1468
1469 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * message.el (message-sendmail-extra-arguments): New variable.
1472         (message-send-mail-with-sendmail): Use it.
1473
1474 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
1477         mm-with-unibyte-current-buffer to make string unibyte.
1478
1479         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
1480         mm-string-as-multibyte.
1481
1482 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
1483
1484         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
1485         Reported by Werner Koch <wk@gnupg.org>.
1486
1487 2006-11-14  Daiki Ueno  <ueno@p360>
1488
1489         * mml2015.el: Autoload epa-select-keys when compiling.
1490
1491 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1492
1493         * mml2015.el (mml2015-epg-sign): Save the signing keys in
1494         message-options.
1495         (mml2015-epg-encrypt): Save the recipient keys in message-options.
1496
1497 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
1498
1499         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
1500         EasyPG (< 0.0.6).
1501         (mml2015-always-trust): New user option.
1502         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
1503         prompt.
1504
1505 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * nntp.el (nntp-authinfo-force): New variable.
1508         (nntp-send-authinfo): Use it.
1509
1510 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * message.el (message-strip-subject-encoded-words): Allow _not_ to
1513         decode encoded words.  Improve prompt.  Add comment about forwarding.
1514         (message-replacement-char): Move up.
1515
1516 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1517
1518         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
1519         instead of gnus-intersection because arguments of gnus-sorted-nunion
1520         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
1521
1522 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
1523
1524         * message.el (message-strip-subject-encoded-words): Reformat prompt.
1525         (message-simplify-subject-functions): Enable
1526         message-strip-subject-encoded-words by default.
1527
1528 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1529
1530         * message.el (message-strip-subject-encoded-words): New function
1531         (message-simplify-subject-functions): New variable.
1532         (message-simplify-subject): Use it.  Fix typo in doc string.
1533         Support message-strip-subject-encoded-words.
1534
1535 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
1536
1537         * gnus-diary.el (gnus-diary-delay-format-function):
1538         * nndiary.el (nndiary-reminders):
1539         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
1540
1541 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * gnus-art.el (article-hide-boring-headers): Fetch date from
1544         gnus-original-article-buffer to avoid problems with localized date
1545         strings.
1546
1547 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
1550
1551 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
1552
1553         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
1554         New variables.
1555         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1556         (mm-charset-synonym-alist): Move some entries to
1557         mm-codepage-iso-8859-list.
1558         (mm-charset-synonym-alist, mm-charset-override-alist): Add
1559         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1560
1561 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
1564
1565 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1566
1567         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
1568         with Emacs 21 and XEmacs.
1569
1570 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * spam.el (spam-parse-address): New function for better parsing,
1573         catching errors, etc.
1574         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
1575
1576 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * mm-view.el: Add interactive arg to html2text autoload.
1579
1580 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
1583
1584 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
1585
1586         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
1587         variables.
1588         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
1589         (mm-charset-synonym-alist): Move some entries to
1590         mm-codepage-iso-8859-list.
1591
1592         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
1593
1594 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * message.el (message-citation-line-format)
1597         (message-insert-formated-citation-line): Fix implementation of %E, %N
1598         and %n according to the doc string.
1599
1600 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
1601
1602         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1603         car-safe to avoid bad parses.
1604
1605 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
1608         names.
1609
1610         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
1611
1612 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
1615         header.
1616
1617         * message.el (message-draft-headers): Add Date.
1618         (message-headers-to-generate): Fix typo in docstring.
1619
1620         * nndraft.el (nndraft-required-headers): New variable.
1621         (nndraft-generate-headers): Use it.
1622
1623         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
1624
1625 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1626
1627         * gnus-registry.el (gnus-registry-wash-for-keywords)
1628         (gnus-registry-find-keywords): New functions to allow easy searching of
1629         articles that are in the registry.
1630
1631 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
1632
1633         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
1634         ietf-drums-parse-address instead of gnus-extract-address-components.
1635         Reported by Damien Elmes <damien@repose.cx>.
1636
1637 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * gnus.el (gnus-mime): Remove unused custom group.
1640
1641 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1642
1643         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
1644         "blank line" when searching for end of armor headers.
1645
1646 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * gmm-utils.el (gmm-write-region): Fix variable name.
1649
1650 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1651
1652         * gmm-utils.el (gmm-write-region): New function based on compatibility
1653         code from `mm-make-temp-file'.
1654
1655         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
1656
1657         * nnmaildir.el (nnmaildir--update-nov)
1658         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
1659         Use `gmm-write-region'.
1660
1661 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1662
1663         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
1664         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
1665
1666         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
1667
1668         * message.el (message-replacement-char): New variable.
1669         (message-fix-before-sending): Use it.
1670         (message-simplify-subject): New function to remove duplicate code.
1671         (message-reply, message-followup): Use it.
1672
1673         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
1674         gnus-summary-limit-to-articles.
1675
1676 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * gnus-util.el (gnus-with-local-quit): New macro.
1679
1680         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
1681
1682 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
1683
1684         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
1685         ignore non-string data.
1686
1687 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1688
1689         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
1690         non-string data (needs to be done in the registry too).
1691
1692 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
1695         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
1696         (gnus-registry-split-fancy-with-parent)
1697         (gnus-registry-fetch-simplified-message-subject-fast)
1698         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
1699         Remove text properties on ingress into the registry and when it's saved.
1700         (gnus-registry-clean-empty-function): Fix bug with cleaning the
1701         registry from entries with no groups.
1702
1703 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1704
1705         * gnus-util.el (gnus-string-remove-all-properties): Add utility
1706         function to remove string properties.
1707
1708 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1709
1710         * gmm-utils.el (gmm): Adjust custom version.
1711
1712         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
1713         custom version.
1714
1715         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
1716
1717 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1718
1719         * gnus-art.el (gnus-insert-prev-page-button)
1720         (gnus-insert-next-page-button): Simplify.  Reformat.
1721
1722 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1723
1724         * gnus-art.el (gnus-insert-prev-page-button)
1725         (gnus-insert-next-page-button): Apply gnus-article-button-face.
1726
1727 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
1728
1729         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
1730
1731 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
1732
1733         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
1734         gnus-article-button-face to MIME and security buttons.
1735
1736 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
1739         readable.
1740
1741 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1742
1743         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
1744
1745 2006-09-20  Steve Youngs  <steve@sxemacs.org>
1746
1747         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
1748         `browse-url-of-file' instead of `browse-url'.
1749
1750 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1751
1752         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
1753         regexp.  Articles containing quotation were cut prematurely.
1754
1755 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * message.el (message-cite-original-1): Use nobody by default for the
1758         value of From header.
1759         (message-reply): Ditto.
1760
1761 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
1762
1763         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
1764         to the gnus-info.  This fixes a bug of inline-PGP message verification.
1765         Reported by Michael Piotrowski <mxp@dynalabs.de>.
1766
1767 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
1768
1769         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
1770         mails in the doc string.  Add some URLs in comment.
1771         (pop3-movemail): Warn about pop3-leave-mail-on-server.
1772
1773 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
1776         backslashes handling and the way to find boundaries of quoted strings.
1777
1778 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
1779
1780         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
1781         mml1991-encrypt-to-self is set and mml1991-signers is not set.
1782         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
1783         mml2015-encrypt-to-self is set and mml2015-signers is not set.
1784
1785 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
1788         doc string.
1789         (gnus-button-regexp, gnus-button-last): Remove unused variables.
1790
1791 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * lpath.el: Fbind epg-check-configuration.
1794
1795 2006-09-06  Simon Josefsson  <jas@extundo.com>
1796
1797         * mml2015.el (mml2015-use): Doc fix, mention epg.
1798
1799 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1800
1801         * mml2015.el (mml2015-use): Default to epg, if available.
1802
1803 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
1804
1805         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
1806         message-sender.
1807         (mml1991-epg-encrypt): Ditto.
1808         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
1809         message-sender.
1810         (mml2015-epg-encrypt): Ditto.
1811
1812 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
1813
1814         * message.el (message-send-mail-with-sendmail): Look for sendmail in
1815         several common directories.
1816
1817 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
1818
1819         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
1820         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
1821
1822 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * gnus-art.el (article-decode-encoded-words): Make it fast.
1825
1826 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
1829
1830         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
1831         in quoted string into `\'.
1832
1833 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1836         Use standard-syntax-table.
1837
1838 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-decode-address-function): New variable.
1841         (article-decode-encoded-words): Use it to decode headers which are
1842         assumed to contain addresses.
1843         (gnus-mime-delete-part): Remove useless `or'.
1844
1845         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
1846         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
1847         (gnus-nov-parse-line): Use it to decode From header.
1848         (gnus-get-newsgroup-headers): Ditto.
1849         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
1850
1851         * mail-parse.el (mail-decode-encoded-address-region): New alias.
1852         (mail-decode-encoded-address-string): New alias.
1853
1854         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
1855         New function.
1856         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
1857         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
1858         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
1859         (rfc2047-decode-string): Ditto.
1860         (rfc2047-decode-address-region): New function.
1861         (rfc2047-decode-address-string): New function.
1862
1863 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
1864
1865         * message.el (message-caesar-buffer-body): Allow rotating headers.
1866
1867         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
1868
1869         * message.el (message-insert-formated-citation-line): Fix %f.
1870         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
1871
1872 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1873
1874         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
1875         (gnus-bookmark-mouse-available-p): New macro.
1876         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
1877         (gnus-bookmark-bmenu-show-infos): Use it.
1878         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
1879         (gnus-bookmark-bmenu-hide-infos): Ditto.
1880         (gnus-bookmark-remove-properties): New function.
1881         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
1882         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
1883         (gnus-bookmark-write-file): Bind coding-system-for-write.
1884         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
1885         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
1886         group before selecting it.
1887         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
1888         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
1889         quit-window if it is not available; use gnus-mouse-2 and bind it to
1890         gnus-bookmark-bmenu-select-by-mouse.
1891         (gnus-bookmark-show-details): Remove unused variable `details-list'.
1892         (gnus-bookmark-bmenu-select-by-mouse): New function.
1893
1894 2006-08-13  Romain Francoise  <romain@orebokech.com>
1895
1896         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
1897         space.
1898
1899 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * compface.el (uncompface): Use binary rather than raw-text-unix.
1902
1903 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * compface.el (uncompface): Make sure the eol conversion doesn't take
1906         place when communicating with the external programs.  Reported by
1907         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1908
1909 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * nnheader.el (nnheader-insert-head): Fix typo in comment.
1912
1913 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1914
1915         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1916         Make it more robust by parsing author and date independently.
1917
1918 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
1921
1922 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
1923
1924         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
1925         first matching secret key.
1926         (mml2015-epg-encrypt): Ditto.
1927
1928         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
1929         first matching secret key.
1930         (mml1991-epg-encrypt): Ditto.
1931
1932         * mml2015.el (mml2015-encrypt-to-self): New user option.
1933         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
1934         mml2015-epg-encrypt-to-self is set.
1935
1936         * mml1991.el (mml1991-encrypt-to-self): New variable.
1937         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
1938         mml1991-epg-encrypt-to-self is set.
1939
1940         * mml2015.el (mml2015-signers): New user option.
1941         (mml2015-epg-sign): Reflect the value of mml2015-signers.
1942         (mml2015-epg-encrypt): Allow to select signing keys.
1943
1944         * mml1991.el (mml1991-signers): New variable.
1945         (mml1991-epg-sign): Reflect the value of mml1991-signers.
1946         (mml1991-epg-encrypt): Allow to select signing keys.
1947
1948 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * nnheader.el (nnheader-insert-head): Make it work even if the file
1951         uses CRLF for the line-break code.
1952
1953 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
1954
1955         * mml2015.el: Require mml-sec instead of password.
1956         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
1957         (mml2015-cache-passphrase): Inherit the default value from
1958         mml-secure-cache-passphrase.
1959         (mml2015-passphrase-cache-expiry): Inherit the default value from
1960         mml-secure-passphrase-cache-expiry.
1961
1962         * mml1991.el: Require mml-sec instead of password.
1963         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
1964         (mml1991-cache-passphrase): Inherit the default value from
1965         mml-secure-cache-passphrase.
1966         (mml1991-passphrase-cache-expiry): Inherit the default value from
1967         mml-secure-passphrase-cache-expiry.
1968
1969         * mml-sec.el: Require password.
1970         (mml-secure-verbose): New user option.
1971         (mml-secure-cache-passphrase): New user option.
1972         (mml-secure-passphrase-cache-expiry): New user option.
1973
1974 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
1975
1976         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1977         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
1978         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
1979
1980         FIXME: Use `tiny change'?
1981
1982 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1983
1984         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
1985         workaround for the url package included with Emacs.
1986
1987         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1988
1989 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
1992         correctly.  This fixes a bug caused by the 2006-05-12 change.
1993
1994 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
1995
1996         * nnmail.el (nnmail-article-group): If splitting raises an error, give
1997         some information about the error when saying that the `bogus' mail
1998         group will be used.
1999
2000 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
2003         string.
2004
2005 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
2006
2007         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
2008
2009 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2010
2011         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
2012
2013 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2014
2015         * mml1991.el (mml1991-function-alist): Add epg.
2016         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
2017         (mml1991-epg-encrypt): New functions.
2018
2019 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
2020
2021         * mml2015.el (mml2015-verbose): New variable.
2022         (mml2015-cache-passphrase): Ditto.
2023         (mml2015-passphrase-cache-expiry): Ditto.
2024         (mml2015-function-alist): Add epg.
2025         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
2026         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
2027         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
2028         functions.
2029
2030 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2031
2032         * message.el (message-cite-original-1): Preserve region when removing
2033         quoted text due to X-No-Archive in order to avoid bogus attribution
2034         when citing multiple messages.
2035
2036 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2037
2038         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
2039         Kenneth Jacker <khj@be.cs.appstate.edu>.
2040
2041 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * gnus-diary.el (gnus-user-format-function-d)
2044         (gnus-user-format-function-D): Autoload.
2045
2046         * imap.el (Commentary): Fix typo.
2047
2048         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
2049         2006-04-22 contribution.
2050
2051 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2052
2053         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
2054         It didn't really fix the bogosity I'm seeing with solid web groups.
2055
2056 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2057
2058         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
2059         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
2060         created using server names.  If we use the feature without declaring
2061         it, Gnus does not properly manage server and group state.
2062
2063         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
2064         bound.
2065
2066 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2067
2068         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
2069         looking up the method using GROUP's prefix before inventing a new one.
2070         It is used on killed/unknown groups in various places where returning
2071         an all-new method isn't expected by the caller.
2072
2073         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
2074         and match semantics of gnus-group-real-prefix.
2075
2076 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * nnmail.el (nnmail-broken-references-mailers): New variable.
2079         (nnmail-ignore-broken-references): New function generalizing
2080         nnmail-fix-eudora-headers.
2081         (nnmail-fix-eudora-headers): Now obsolete.
2082
2083         * gnus-art.el (gnus-button-handle-custom): Support
2084         `customize-apropos*'.
2085
2086 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
2089
2090         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
2091         articles.
2092
2093 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
2094
2095         * message.el (message-cite-reply-above): New variable.
2096         (message-yank-original): Use it.
2097
2098 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
2101
2102 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
2103
2104         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
2105         as read.
2106
2107         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
2108
2109 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
2112         (gnus-bookmark-default-file): Use gnus-directory.
2113         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
2114         Remove "*" in doc string.
2115         (gnus-bookmark-write-file): Simplify.
2116         (gnus-bookmark-maybe-sort-alist): Use `when'.
2117         (gnus-bookmark-get-bookmark): Fix typo in doc string.
2118         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
2119         FIXME about Emacs 21 and XEmacs compatibility.
2120         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
2121         compatibility.
2122         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
2123         compatibility.
2124         (gnus-bookmark-menu-heading): Fix version.
2125
2126 2006-06-19  Bastien Guerry  <bzg@altern.org>
2127
2128         * gnus-bookmark.el: New file.
2129
2130 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * message.el (message-syntax-checks): Doc fix.
2133
2134 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2135
2136         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
2137         unsubscribed groups as if they were killed ones.  It causes duplicate
2138         entries in gnus-newsrc-alist.
2139
2140 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * message.el (message-syntax-checks): Doc fix.
2143         (message-send-mail): Add check for continuation headers.
2144         (message-check-news-header-syntax): Fix regexp used to check for
2145         continuation headers.
2146
2147 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
2150
2151 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
2154
2155 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
2158         default-truncate-lines.
2159
2160 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
2163         to fill the utf-8 entry.
2164
2165         * lpath.el: Fbind unicode-precedence-list.
2166
2167 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2168
2169         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
2170
2171 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
2172
2173         * gnus-agent.el (directory-files-and-attributes): Move all the way
2174         forward (the third and final move).
2175         (gnus-agent-read-agentview): Trap reconstruction errors due to
2176         nonexistant directory.  Handle by returning nil.
2177
2178 2006-05-30  Didier Verna  <didier@xemacs.org>
2179
2180         * message.el (message-dont-reply-to-names): Update the custom type.
2181         * message.el (message-dont-reply-to-names): New defsubst: potentially
2182         convert a list of regexps into a single one.
2183         * message.el (message-get-reply-headers): Use it.
2184         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
2185
2186 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-agent.el (directory-files-and-attributes): Move forward.
2189
2190 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2191
2192         * gnus-ml.el (gnus-mailing-list-subscribe)
2193         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
2194         (gnus-mailing-list-message): Fix doc strings.
2195
2196 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2197
2198         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
2199         of doing it manually.
2200
2201 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2202
2203         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
2204         comment.
2205
2206 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
2207
2208         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
2209         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
2210         (gnus-agent-read-local): All symbols allocated in my-obarray
2211         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
2212         (gnus-agent-regenerate-group): Check numeric names to see if they are
2213         messages or groups.
2214         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
2215         better way of do this...)
2216
2217         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
2218         'dummy.group' (there should be a better way of do this...)
2219
2220 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2221
2222         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
2223         (gnus-saved-headers): Ditto.
2224         (gnus-default-article-saver): Mention functions may have properties.
2225         (gnus-article-save): Override gnus-save-all-headers and
2226         gnus-saved-headers by :headers property which saver function may have.
2227         (gnus-summary-save-in-file): Add :headers property.
2228         (gnus-summary-write-to-file): Ditto.
2229
2230         * gnus-sum.el (gnus-summary-save-article): Bind
2231         gnus-prompt-before-saving to t when saving many articles in a file;
2232         always show all headers.
2233
2234         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
2235
2236 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
2239         marks.
2240
2241         * message.el (message-indent-citation): Add optional arguments to allow
2242         using it outside of message buffers.
2243
2244         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
2245         (gnus-article-treat-unfold-headers): Use it.
2246         (gnus-article-truncate-lines): New variable.
2247         (gnus-article-mode): Use it.
2248         (gnus-article-toggle-truncate-lines): New function.
2249
2250         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
2251         gnus-article-toggle-truncate-lines.
2252
2253         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
2254         coding system in XEmacs, use binary.
2255
2256 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
2259         after-load-alist.
2260
2261         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
2262         this function should save decoded articles.
2263         (gnus-summary-write-to-file): Use property to specify this function
2264         should save decoded articles and specify gnus-summary-save-in-file
2265         should be used to save articles other than the first one when saving
2266         many articles.
2267         (gnus-summary-save-body-in-file): Use property to specify this
2268         function should save decoded articles.
2269         (gnus-summary-write-body-to-file): Use property to specify this
2270         function should save decoded articles and specify
2271         gnus-summary-save-body-in-file should be used to save articles other
2272         than the first one when saving many articles.
2273
2274         * gnus-sum.el (gnus-summary-save-article): Simplify.
2275
2276 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-art.el (gnus-default-article-saver): Add
2279         gnus-summary-write-body-to-file.
2280         (gnus-article-save-coding-system): Don't use coding system object
2281         in XEmacs.
2282         (gnus-read-save-file-name): Add optional `dir-var' argument which
2283         specifies directory in which files are saved; work even if optional
2284         `variable' argument is not specified.
2285         (gnus-summary-write-to-file): Read file name.
2286         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
2287         (gnus-summary-write-body-to-file): New function.
2288
2289         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
2290         (gnus-summary-local-variables): Add it.
2291         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
2292         (gnus-summary-save-article): Remove optional `decode' argument;
2293         determine whether to decode articles by the value of
2294         gnus-default-article-saver; when saving many files using
2295         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
2296         it first and use gnus-summary-save-in-file or
2297         gnus-summary-save-body-in-file thereafter unless
2298         gnus-prompt-before-saving is always; move point to article which
2299         will be saved.
2300         (gnus-summary-save-article-file): Revert.
2301         (gnus-summary-write-article-file): Revert.
2302         (gnus-summary-save-article-body-file): Revert.
2303         (gnus-summary-write-article-body-file): New function.
2304
2305 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-art.el (gnus-default-article-saver): Doc fix.
2308         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
2309         from gnus-summary-save-article-coding-system, and default to a
2310         certain coding system.
2311         (gnus-output-to-file): Add coding cookie and encode text according
2312         to gnus-article-save-coding-system; don't use mm-append-to-file.
2313
2314         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
2315         gnus-art.el and rename to gnus-article-save-coding-system.
2316         (gnus-summary-save-article): Require gnus-art; don't show all
2317         headers if it decodes articles; don't add coding cookie here;
2318         don't bind mm-text-coding-system-for-write.
2319         (gnus-summary-save-article-file): Save decoded articles.
2320         (gnus-summary-write-article-file): When saving many files, use
2321         gnus-summary-write-to-file first and gnus-summary-save-in-file
2322         thereafter unless gnus-prompt-before-saving is always.
2323         (gnus-summary-save-article-body-file): Save decoded articles.
2324
2325         * lpath.el: Fbind select-safe-coding-system for XEmacs.
2326
2327 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2328
2329         * nnrss.el (nnrss-check-group): Bind hash-index.
2330
2331 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
2332
2333         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
2334         its hash index.  Store this hash in `nnrss-group-data'.
2335         (nnrss-read-group-data): Update accordingly.
2336
2337 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2338
2339         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
2340         entry.
2341
2342         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2343         gnus-article-browse-html-article.
2344
2345 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
2346
2347         * gnus-sum.el (gnus-summary-mime-map): Add
2348         gnus-article-browse-html-article.
2349
2350         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
2351
2352 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
2355         suitable coding systems in customize.
2356
2357 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
2358
2359         * mail-source.el (mail-sources): Fix custom type.
2360
2361 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2362
2363         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
2364         (gnus-summary-expire-articles-now): Shorten prompt.
2365
2366         * gmm-utils.el (wid-edit): Require.
2367         (defun-gmm): Renamed from `gmm-defun-compat'.
2368         (gmm-image-search-load-path): Use it.
2369         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
2370
2371 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-sum.el (gnus-summary-save-article-coding-system): New
2374         variable.
2375         (gnus-summary-save-article): Add optional `decode' argument.  If
2376         it is set and gnus-summary-save-article-coding-system is non-nil,
2377         save decoded article.
2378         (gnus-summary-write-article-file): Save decoded article if
2379         gnus-summary-save-article-coding-system is non-nil.
2380
2381         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
2382         type.
2383
2384 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
2387
2388 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
2391         first to test gnus-single-article-buffer which may be buffer-local.
2392
2393         * gnus-sum.el (gnus-summary-setup-buffer): Make
2394         gnus-single-article-buffer buffer-local and nil in ephemeral
2395         group; make gnus-article-buffer, gnus-article-current, and
2396         gnus-original-article-buffer always buffer-local.
2397         (gnus-summary-exit): Kill article buffer belonging to ephemeral
2398         group.
2399         (gnus-handle-ephemeral-exit): Don't move to next summary line.
2400
2401 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2402
2403         * nnml.el (nnml-request-compact-group): Compressed files might not
2404         have .gz extension.
2405
2406 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
2409         (mm-copy-to-buffer): Use with-current-buffer.
2410         (mm-display-part): Simplify.
2411         (mm-inlinable-p): Add optional arg `type'.
2412
2413 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2414
2415         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
2416         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
2417         Try harder to show the attachment internally or externally using
2418         gnus-mime-view-part-as-type.
2419
2420 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2421
2422         * message.el (message-from-style, message-signature-separator)
2423         (message-user-organization-file, message-send-mail-function)
2424         (message-citation-line-function, message-yank-prefix)
2425         (message-indent-citation-function, message-signature)
2426         (message-signature-file, message-signature-insert-empty-line):
2427         Remove autoloads.
2428
2429         * gnus-art.el (gnus-buttonized-mime-types): Remove
2430         "multipart/signed".  Revert 2006-04-26 change.
2431
2432 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus.el (gnus-version-number): Bump version.
2435
2436 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2437
2438         * gnus.el: No Gnus v0.5 is released.
2439
2440 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2441
2442         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
2443         fetching articles by message-id.
2444
2445 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446
2447         * message.el (hashcash): Require hashcash as normal.
2448
2449         * ecomplete.el (ecomplete-highlight-match-line): Use
2450         point-at-eol.
2451         (ecomplete-highlight-match-line): Use `highlight', because that
2452         face exists in both Emacs and XEmacs.
2453
2454         * message.el (message-display-abbrev): Use point-at-bol.
2455
2456         * mail-source.el: Don't require timer/timer-funcs.
2457
2458         * gnus-async.el: Ditto.
2459
2460         * password.el: Ditto.
2461
2462         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
2463
2464         * mm-url.el: Ditto.
2465
2466         * gnus-xmas.el: Don't require timer-funcs.
2467
2468         * mm-util.el: Require timer/timer-funcs.
2469
2470 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2471
2472         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
2473         Close.
2474
2475 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
2478         unibyte after clear-decrypt function runs.
2479
2480         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
2481         returns as a unibyte string.
2482
2483 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * lpath.el: Revert.
2486
2487         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
2488         (pgg-gpg-process-sentinel): Revert.
2489
2490         * pgg-pgp.el (pgg-pgp-process-region): Revert.
2491         (pgg-pgp-lookup-key): Revert.
2492
2493         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
2494         (pgg-pgp5-lookup-key): Revert.
2495
2496         * pgg.el (pgg-fetch-key): Revert.
2497
2498 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * lpath.el: Fbind string-as-multibyte for XEmacs.
2501
2502         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
2503         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
2504         (mml1991-pgg-encrypt): Ditto.
2505
2506         * pgg-gpg.el (pgg-string-to-multibyte): New function.
2507         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
2508         a multibyte buffer.
2509
2510         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
2511         (pgg-pgp-lookup-key): Ditto.
2512
2513         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2514         (pgg-pgp5-lookup-key): Ditto.
2515
2516         * pgg.el (pgg-fetch-key): Ditto.
2517
2518 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2519
2520         * message.el (message-user-organization-file): Check several
2521         locations of the organization file.
2522
2523         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
2524         Add gnus-article-view-part-as-type.
2525
2526         * gnus-art.el (gnus-article-view-part-as-type): New function.
2527
2528         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
2529         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
2530
2531         * mml.el: Simplify autoload.
2532         (mml-mode): defvar dnd-protocol-alist instead of using
2533         symbol-value.
2534         (mml-default-directory): New variable.
2535         (mml-minibuffer-read-file): Use it.
2536         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
2537
2538         * message.el (message-citation-line-format): New variable.
2539         (message-insert-formated-citation-line): New function.
2540         (message-citation-line-function): Add
2541         `message-insert-formated-citation-line' to custom type.
2542
2543         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
2544         to doc string.
2545
2546         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
2547         depending on mm-verify-option.
2548
2549 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
2552         binding pgg-* variables; reimplement the section which prevents
2553         MIME header from being signed.
2554         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
2555         pgg-text-mode; remove a blank line at the top of body.
2556
2557         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
2558         lines at the top of body; use gnus-newsgroup-charset if there's no
2559         Charset header.
2560
2561 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * message.el (message-self-insert-commands): Doc fix.
2564
2565         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
2566         (mm-uu-pgp-encrypted-test): Ditto.
2567         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
2568         between header and body; return application/pgp-encrypted handle
2569         if decryption failed; decode decrypted body by charset.
2570
2571         * mm-decode.el (mm-automatic-display): Don't make application/pgp
2572         element match to application/pgp-*.
2573
2574 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2575
2576         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
2577         HTML.
2578
2579 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * mail-source.el (mail-source-call-script): Message the error
2582         string.
2583
2584 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-util.el (gnus-byte-compile): Use it.
2587
2588 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
2589
2590         * gnus-util.el (kill-empty-logs): New function.
2591
2592 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * message.el (message-mail-alias-type): Doc fix.
2595         (message-mail-alias-type-p): New function.
2596         (message-send): Use it.
2597         (message-mode): Ditto.
2598         (message-strip-forbidden-properties): Ditto.
2599
2600         * ecomplete.el (ecomplete-database-file-coding-system): New
2601         variable.
2602         (ecomplete-save): Use it.
2603         (ecomplete-setup): Use it.
2604
2605 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * message.el (message-self-insert-commands): New variable.
2608         (message-strip-forbidden-properties): Use it.
2609
2610 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * message.el (message-put-addresses-in-ecomplete): Use a regexp
2613         that doesn't make XEmacs choke.
2614
2615 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2616
2617         * gnus-util.el (gnus-replace-in-string):
2618         Prefer replace-regexp-in-string over of replace-in-string.
2619
2620 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-util.el (gnus-select-frame-set-input-focus):
2623         Use select-frame-set-input-focus if it is available in XEmacs; use
2624         definition defined in Emacs 22 for old Emacsen.
2625
2626         * dgnushack.el: Autoload unmorse-region for XEmacs.
2627
2628         * lpath.el: Bind cursor-in-non-selected-windows and
2629         select-frame-set-input-focus for XEmacs.
2630
2631 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * mm-view.el (mm-inline-text): Use equal instead of equalp.
2634
2635 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * gnus-registry.el (gnus-registry-cache-save): Remove text
2638         properties when saving via the temp buffer.
2639
2640 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * message.el (message-generate-hashcash): Honor custom type.
2643
2644 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * message.el (message-generate-hashcash): Default to non-nil when
2647         hashcash is found.
2648
2649         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
2650         (gnus-refer-thread-limit): Increase default to 500.
2651
2652         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
2653
2654         * flow-fill.el (fill-flowed): Allow delete-space.
2655
2656 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2657
2658         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2659         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
2660         Remove autoloads.
2661
2662 2006-04-18  Simon Josefsson  <jas@extundo.com>
2663
2664         * message.el (message-generate-hashcash): Default to.
2665
2666 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
2669         concatenating segments rather than before concatenating them.
2670
2671 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2672
2673         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
2674
2675 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
2678
2679         * message.el (message-forward-make-body-plain): Allow
2680         message-forward-ignored-headers to be a list.
2681         (message-remove-ignored-headers): Factor out into function.
2682         (message-forward-make-body-mml): Use it.
2683
2684         * imap.el (imap-quote-specials): New function.
2685         (imap-login-auth): Quote specials.
2686
2687         * rfc2231.el (rfc2231-parse-string): Remove dead code.
2688         (rfc2231-parse-string): Allow concatanation of parameters that
2689         aren't contiguous.  The test case is
2690           (mail-header-parse-content-type "message/external-body;
2691             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
2692             access-type=LOCAL-FILE;
2693             name*1*=plugh%2fhello-sailor%2fbing.pdf")
2694
2695 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2696
2697         * nntp.el (nntp-accept-process-output): Return the value of
2698         `nnheader-accept-process-output'.
2699
2700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
2703         (gnus-button-alist): Recognize more diff formats.
2704         (gnus-button-patch): Strip directory.
2705
2706 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
2707
2708         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
2709         Emacs 22 when setting focus.
2710
2711 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-art.el (gnus-article-treat-types): Do treatment of
2714         text/x-verbatim parts.
2715         (gnus-button-patch): New command.
2716
2717         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
2718         addresses that contain invalid characters.
2719
2720 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * message.el (message-put-addresses-in-ecomplete): Use
2723         gnus-replace-in-string.
2724         (message-is-yours-p): Use the more correct
2725         mail-header-parse-address instead of
2726         mail-extract-address-components.
2727         (message-put-addresses-in-ecomplete): Fix typo.
2728
2729         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
2730         keystroke.
2731
2732         * gnus-art.el (gnus-treatment-function-alist): Change order of
2733         newsgroups/generic header folding to avoid double-folding.
2734
2735         * message.el (message-hidden-headers): Add X-Draft-From.
2736
2737         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
2738         command.
2739         (gnus-summary-repeat-search-article-backward): New command.
2740
2741         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
2742         groups in the parent topic.
2743
2744 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
2745
2746         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
2747         (spam-extra-header-to-number): Return the CRM114 number as a
2748         number instead of a string.
2749
2750 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-art.el (gnus-face-properties-alist): Moved here from
2753         gnus-fun.
2754
2755         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
2756
2757 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * message.el (message-strip-forbidden-properties): Only display on
2760         self-insert-command.
2761
2762         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
2763         reindent.
2764         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
2765
2766 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
2767
2768         * smiley.el (smiley-style): Fix typo.
2769
2770 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * hashcash.el (hashcash-insert-payment-async-2): Use
2773         message-goto-eoh instead of doing it manually.
2774         (mail-add-payment): Use message-narrow-to-header instead of trying
2775         to do the same itself.
2776
2777         * message.el (message-hidden-headers): Add Face.
2778
2779         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
2780         reparenting code.
2781         (gnus-summary-reparent-children): Refactored out code.
2782         (gnus-summary-thread-map): New keystroke.
2783         (gnus-summary-reparent-children): Make into command.
2784
2785         * smiley.el (smiley-style): Default to `medium' if using a large
2786         font.
2787
2788         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
2789         does it itself.
2790
2791         * message.el (message-point-in-header-p): Simplify definition.
2792
2793 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnagent.el (nnagent-request-set-mark): Silence log file
2796         writing.
2797         (nnagent-request-set-mark): Use write-region instead of
2798         append-to-file.
2799
2800         * gnus-sum.el (gnus-read-header): Fudge article number if using a
2801         strange select method.
2802
2803         * ecomplete.el (ecomplete-display-matches): Get highlightling
2804         right.
2805         (ecomplete-display-matches): Use literals.
2806         (ecomplete-display-matches): Disable message logging.
2807
2808         * message.el (message-display-abbrev): Small optimization.
2809
2810         * ecomplete.el (ecomplete-display-matches): Allow automatic
2811         display.
2812
2813         * message.el (message-strip-forbidden-properties): Display
2814         abbrevs.
2815         (message-display-abbrev): Get automatic display right.
2816
2817         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
2818         keystrokes.
2819
2820 2006-04-13  Romain Francoise  <romain@orebokech.com>
2821
2822         TODO: Backport to v5-10!
2823
2824         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
2825         Moved here (and renamed) from gnus-registry.el.
2826
2827         * gnus-registry.el: Require gnus-util.
2828         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
2829
2830 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-group.el (gnus-group-catchup-current): Change
2833         if-then-else-if-then-else into cond.
2834         (gnus-group-catchup): Indent.
2835         (group-name-at-point): New function.
2836         (gnus-fetch-group): Provide default from thing at point.
2837
2838 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * message.el (message-display-abbrev): Fix regexp.
2841
2842         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
2843         choosing.
2844         (ecomplete-highlight-match-line): Fix up code rewrite, remove
2845         dead variables.
2846
2847         * message.el (message-newline-and-indent): Remove debugging.
2848         (message-display-abbrev): Use new implementation.
2849
2850 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2851
2852         * gnus-art.el (gnus-article-mode): Set
2853         cursor-in-non-selected-windows to nil.
2854
2855         * smiley.el: Revert previous change.
2856         (smiley-data-directory): defvar it before using it in the
2857         defcustom of `smiley-style'.
2858
2859 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * message.el (message-newline-and-indent): New function.
2862
2863         * ecomplete.el: Implement more bits.
2864
2865         * message.el (message-put-addresses-in-ecomplete): Clean up the
2866         string.
2867
2868         * ecomplete.el (ecomplete-add-item): Chop off decimals.
2869
2870         * gnus-sum.el (gnus-summary-save-parts): Bind
2871         gnus-summary-save-parts-counter and use it to make unique file
2872         names.
2873
2874         * gnus-art.el (gnus-ignored-headers): Add some more headers.
2875
2876         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
2877         parameter to say whether to actually parse the individual
2878         addresses.
2879
2880         * message.el (message-put-addresses-in-ecomplete): New function.
2881         (ecomplete): Require.
2882         (message-mail-alias-type): Add ecomplete as an option.
2883
2884 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
2885
2886         * flow-fill.el (fill-flowed): Remove trailing space from blank
2887         quoted lines.
2888
2889 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * smiley.el (smiley-style): Move definition later to avoid a
2892         compilation warning.
2893
2894 2006-04-12  Kenichi Handa  <handa@m17n.org>
2895
2896         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
2897         buffer and then decode the buffer text if necessary.
2898         (rfc2231-encode-string): Be sure to work on multibyte buffer at
2899         first, and after mm-encode-body, change the buffer to unibyte.
2900         Use mm-disable-multibyte instead of set-buffer-multibyte.
2901
2902 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
2905         Content-Type header instead of Content-Disposition header.
2906         (gnus-mime-inline-part): Ditto.
2907         (gnus-mime-view-part-as-charset): Ignore charset that the part
2908         specifies.
2909
2910         * mm-decode.el (mm-display-part): Work with external parts and
2911         usual parts similarly.
2912
2913         * mm-extern.el (mm-inline-external-body): Use mm-display-part
2914         instead of gnus-display-mime.
2915
2916         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
2917         instead of with-temp-buffer.
2918
2919         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
2920         tag to summarized topics part in order to encode non-ASCII text.
2921
2922 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2923
2924         * smiley.el (smiley-style): New variable.
2925         (smiley-directory): New function.
2926         (smiley-data-directory): Derive from `smiley-style' using
2927         `smiley-directory'.
2928         (smiley-regexp-alist): Add new entries.
2929
2930         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
2931         (gnus-article-browse-delete-temp): Add :version.
2932
2933 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2934
2935         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
2936         the sieve region.
2937
2938 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * gnus.el (gnus-version-number): Bump version.
2941
2942 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2943
2944         * gnus.el: No Gnus v0.4 is released.
2945
2946 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
2949         layout.
2950
2951         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
2952         unknown charset.
2953
2954         * message.el (message-header-synonyms): Add Original-To to the
2955         default.
2956
2957         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
2958         optional parameter.
2959
2960 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * gnus-fun.el (gnus): Require it for gnus-directory.
2963
2964 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * gnus-fun.el (gnus-face-properties-alist): Add :version.
2967
2968 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2969
2970         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
2971
2972 2006-04-05  Simon Josefsson  <jas@extundo.com>
2973
2974         * password.el (password-reset): New function.
2975
2976 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
2977
2978         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
2979         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
2980
2981 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2982
2983         * nnweb.el (nnweb-google-create-mapping): Update regexp.
2984         Some whitespace was matched into the url, which broke browsing hits
2985         > 100 when mm-url-use-external was nil.
2986
2987 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2988
2989         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
2990         gnus-extra-headers for 'Newsgroups.
2991
2992         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
2993         bound.
2994
2995 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
2996
2997         * pgg-gpg.el: Clean up process buffers every time gpg processes
2998         complete.
2999
3000 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
3001
3002         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
3003         doc string.
3004
3005 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
3006
3007         * pgg-gpg.el (pgg-gpg-process-filter)
3008         (pgg-gpg-wait-for-completion): Check if buffer is alive.
3009
3010         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3011         lines, temporary fix.
3012
3013 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3014
3015         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
3016
3017 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
3018
3019         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3020         default-enable-multibyte-characters.  This reverts the change from
3021         revision 6.17 which is no longer necessary because the passphrase
3022         is sent separately now.  GnuPG messages are unreadable under
3023         multibyte locales with default-enable-multibyte-characters set to
3024         nil.
3025
3026 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
3027
3028         * message.el (message-tool-bar-gnome): Move "spell".
3029
3030 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
3033         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
3034         instead.
3035
3036 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
3037
3038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
3039         newsgroups handling for NNTP overviews which don't include
3040         Newsgroups.
3041
3042 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3043
3044         * message.el (message-resend): Bind message-generate-hashcash to nil.
3045
3046 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3047
3048         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
3049         when searching for already-paid recipients.
3050
3051 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
3052
3053         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3054         passphrases when it is not needed.
3055         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3056         passphrase stuff from gpg, should only be necessary when you use
3057         gpg with a smartcard.
3058
3059 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * mml.el (mml-insert-mime): Ignore cached contents of
3062         message/external-body part.
3063
3064         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
3065         (mm-insert-part): Ditto.
3066
3067 2006-03-23  Simon Josefsson  <jas@extundo.com>
3068
3069         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
3070         Reiner.
3071         (pgg-gpg-use-agent-p): Use it again.
3072
3073 2006-03-23  Simon Josefsson  <jas@extundo.com>
3074
3075         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
3076         older emacsen.
3077         (pgg-gpg-use-agent-p): Don't use it.
3078
3079 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
3080
3081         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
3082         if we can.
3083
3084 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
3085
3086         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3087         (pgg-gpg-update-agent): New function.
3088         (pgg-gpg-use-agent-p): New function.
3089         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3090         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3091         (pgg-gpg-sign-region): Use it.
3092
3093 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
3096         Reported by Ralf Wachinger <rwachinger@gmx.de>.
3097
3098 2006-03-21  Simon Josefsson  <jas@extundo.com>
3099
3100         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3101         <wilde@sha-bang.de>.
3102         (pgg-gpg-use-agent): New variable.
3103         (pgg-gpg-process-region): Use it.
3104         (pgg-gpg-encrypt-region): Likewise.
3105         (pgg-gpg-encrypt-symmetric-region): Likewise.
3106         (pgg-gpg-decrypt-region): Likewise.
3107         (pgg-gpg-sign-region): Likewise.
3108         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3109
3110 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
3113
3114         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
3115         Add comment on version.
3116
3117 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3118
3119         * smiley.el: Add missing test smiley.
3120
3121 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * mm-decode.el (mm-with-part): New macro.
3124         (mm-get-part): Use it; work with message/external-body as well.
3125         (mm-save-part): Treat name and filename equally.
3126
3127         * mm-extern.el (mm-extern-cache-contents): New function.
3128         (mm-inline-external-body): Use it; force the part to be displayed;
3129         move undisplayer added to the cached handle to the parent.
3130
3131         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
3132         (gnus-mime-view-part-as-type): Work with message/external-body.
3133
3134         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
3135
3136 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
3139         images in image-load-path.  [Sync with image.el, revision 1.60, in
3140         Emacs.]
3141
3142 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3143
3144         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
3145         path rather than symbol.  Always return list of directories.
3146         Guarantee that image directory comes first.  [Sync with image.el,
3147         revision 1.59, in Emacs.]
3148
3149         * message.el (message-make-tool-bar): Adjust to new API of
3150         `gmm-image-load-path-for-library'.
3151
3152         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3153
3154         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3155
3156 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3157
3158         * gnus-art.el (gnus-article-only-boring-p):
3159         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
3160         intangible text.
3161         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
3162
3163 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
3164
3165         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
3166         `defun' instead of `gmm-defun-compat'.
3167
3168 2006-03-14  Simon Josefsson  <jas@extundo.com>
3169
3170         * message.el (message-unique-id): Don't use message-number-base36
3171         if (user-uid) is a float.
3172         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
3173
3174 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
3177
3178         * gnus-art.el (gnus-mime-display-single): Make sure there is an
3179         empty line between a part and a message part.
3180
3181 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * smiley.el: Add more test smileys.
3184         (smiley-data-directory, smiley-regexp-alist)
3185         (gnus-smiley-file-types): Fix doc strings.
3186         (smiley-update-cache): Clear smiley-cached-regexp-alist before
3187         adding new elements.
3188         (smiley-mouse-map): Unused code.  Make it a comment.
3189
3190 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
3193         scan latest NoCeM messages instead of old ones.
3194         (gnus-nocem-check-article): Fix regexps so as to match to PGP
3195         delimiters that are recently used.
3196         (gnus-nocem-load-cache): Add autoload cookie.
3197
3198         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
3199
3200         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
3201         level which is larger than gnus-use-nocem is specified.
3202
3203         * gnus-group.el (gnus-group-get-new-news): Ditto.
3204
3205 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3206
3207         * gnus-util.el (gnus-tool-bar-update): New function.
3208
3209         * gnus-group.el (gnus-group-update-tool-bar): New variable.
3210         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
3211
3212         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
3213
3214         * gnus-group.el (gnus-group-redraw-when-idle)
3215         (gnus-group-redraw-check): Remove.
3216         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
3217
3218 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
3221         if optional last element is specified in splits (FIELD VALUE...).
3222
3223 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
3224
3225         * message.el (message-make-tool-bar): Rename gmm-image-load-path
3226         to gmm-image-load-path-for-library.  Call with no-error argument.
3227         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
3228
3229         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3230
3231         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
3232
3233         * gmm-utils.el (gmm-image-load-path): Remove alias.
3234
3235 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
3236
3237         * gmm-utils.el (gmm-image-load-path): Add alias.
3238
3239         * nnml.el (nnml-generate-nov-databases-directory): Rename from
3240         nnml-generate-nov-databases-1.
3241         (nnml-generate-nov-databases): Use it.
3242         (nnml-generate-nov-databases-directory): Document no-active
3243         argument.
3244
3245         * gmm-utils.el (gmm-image-load-path-for-library): Return single
3246         directory if path is t.  Add no-error.
3247
3248         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
3249         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3250
3251         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
3252         resetting gnus-article-browse-html-temp-list.
3253
3254         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
3255         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
3256         Add example to docstring.  Rename local variables.  Move error
3257         checks to default case in cond and simplify.
3258
3259 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
3262         handle is multipart when calling it recursively.
3263         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
3264
3265 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
3266
3267         * nnimap.el (nnimap-request-update-info-internal): Optimize.
3268         Don't `gnus-uncompress-range' to avoid excessive memory usage.
3269
3270 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
3273         is loaded.
3274
3275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
3276         loaded.
3277
3278 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
3281         to "Emacs 23 (unicode)" in doc string.
3282
3283         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
3284         "Emacs 23 (unicode)" in comment.
3285
3286 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3287
3288         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
3289
3290         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
3291         characters 160 through 255 in Emacs 23.
3292
3293 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
3296         gnus-article-browse-html-temp.
3297         (gnus-article-browse-delete-temp): Make it customizable.  Add
3298         `file'.  Adjust doc string.
3299         (gnus-article-browse-delete-temp-files): Add argument.  Allow
3300         query for each file.  Adjust doc string.
3301         (gnus-article-browse-html-parts): Add
3302         `gnus-article-browse-delete-temp-files' to
3303         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
3304
3305 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
3306
3307         * gnus-art.el (gnus-article-browse-html-temp)
3308         (gnus-article-browse-delete-temp): New variables.
3309         (gnus-article-browse-delete-temp-files): New function.
3310         (gnus-article-browse-html-parts): Use it.
3311
3312 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
3315
3316         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
3317         string.
3318
3319         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
3320         gnus-summary-insert-new-articles when unplugged.  Remove
3321         gnus-summary-search-article-forward.
3322
3323         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
3324         display-visual-class instead of display-color-cells.
3325
3326 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * dgnushack.el: Autoload customize-group for XEmacs.
3329
3330         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
3331         message/* containing non-ASCII text properly.
3332
3333 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * message.el: Require gmm-utils, remove autoloads.
3336         (message-tool-bar): Set default based on
3337         gmm-tool-bar-style.
3338         (message-tool-bar-gnome): Add gmm-customize-mode.
3339
3340         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
3341         gmm-tool-bar-style.
3342         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
3343
3344         * gnus-group.el (gnus-group-tool-bar): Set default based on
3345         gmm-tool-bar-style.
3346         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
3347
3348         * gmm-utils.el (gmm-image-directory): Rename variable from
3349         gmm-image-load-path.
3350         (gmm-image-load-path): Use gmm-image-directory.
3351         (gmm-customize-mode): New function.
3352         (gmm-tool-bar-style): New variable.
3353
3354         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
3355         gnus-group-redraw-line-number.
3356         (gnus-group-redraw-check): Simplify.
3357         (gnus-group-tool-bar-update): Remove redraw check.
3358         (gnus-group-make-tool-bar): Add redraw check.
3359
3360 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3361
3362         * gnus-art.el (gnus-button): Add missing parentheses.
3363
3364 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * lpath.el: Fbind line-number-at-pos.
3367
3368 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3371
3372 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-art.el (gnus-button): New face.
3375         (gnus-article-button-face): Use it.
3376
3377         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
3378         gnus-summary-next-page.  Re-order.
3379
3380         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
3381         next-node are now included.
3382         (gnus-group-redraw-line-number): New internal variable.
3383         (gnus-group-redraw-check): Helper function for updating the tool
3384         bar.
3385         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3386
3387         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3388
3389         * spam.el (spam-spamassassin-score-regexp): New internal variable.
3390         (spam-extra-header-to-number, spam-check-spamassassin-headers):
3391         Use it to match format of Spamassassin 3.0 and later.  Reported by
3392         IRIE Tetsuya <irie@t.email.ne.jp>.
3393         (spam-check-bogofilter)
3394         (spam-bogofilter-register-with-bogofilter): Fix args of
3395         `gnus-error' calls.
3396
3397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
3400         unnecessary interaction when sending queued mails.  Reported by
3401         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3402
3403 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
3406         first or last are nil.
3407
3408 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3409
3410         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3411
3412 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3415
3416 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * dns.el (query-dns): Protect more against buggy tcp output.
3419
3420 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
3423         nov.php.
3424
3425 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3426
3427         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
3428         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
3429         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
3430         output on the server side.
3431         (nnweb-google-create-mapping): Update regexps and add some
3432         progress indication.
3433
3434 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
3437         gnus-agent-toggle-plugged.  Re-order icons.
3438         (gnus-group-tool-bar-gnome): Add
3439         gnus-group-{prev,next}-unread-group.
3440         (gnus-group-tool-bar-gnome): Re-order icons.
3441
3442         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
3443         gnus-summary-insert-new-articles.
3444
3445         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
3446         comments.
3447
3448         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
3449         also available in Emacs 21.3.
3450
3451         * message.el (message-fix-before-sending): Change "Emacs 22" to
3452         "Emacs 23 (unicode)" in comment.
3453
3454         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
3455         "Emacs 23 (unicode)" in comment.
3456
3457         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
3458         comment.
3459         (mm-coding-system-p): Add comment about no-MULE XEmacs.
3460
3461         * mm-view.el (mm-fill-flowed): Add :version.
3462
3463 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
3466         and load-path.
3467
3468 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * message.el: Autoload gmm-image-load-path.
3471         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
3472         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
3473         consitency.
3474
3475         * gmm-utils.el (gmm-image-load-path): Also search in
3476         "../etc/images".  Don't set gmm-image-load-path if we don't find
3477         the image.
3478
3479 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * gmm-utils.el (gmm-image-load-path): Don't make
3482         `gmm-image-load-path' include subdirectories which the second arg
3483         `image' might specify.
3484
3485         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
3486         subdirectory to icon file names.
3487
3488         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
3489
3490 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
3493         gmm-image-load-path calls.
3494
3495         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3496
3497         * message.el (message-make-tool-bar): Ditto.
3498
3499         * mml.el (mml-preview): Added comment concerning tool bar icons.
3500
3501         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
3502         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
3503
3504         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
3505         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
3506
3507         * message.el (message-tool-bar-gnome): Use new icon names.
3508         (message-make-tool-bar): Use `gmm-image-load-path'.
3509
3510         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
3511         functions from MH-E.
3512         (gmm-image-load-path): New variable from MH-E.
3513         (gmm-image-load-path): New function from MH-E.  Added arguments
3514         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
3515         *-image-load-path-called-flag.
3516
3517 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
3518
3519         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
3520
3521 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
3522
3523         * nnimap.el (nnimap-request-move-article): Change folder back to
3524         source group before deleting.
3525
3526 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
3529
3530         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
3531         mm-url.
3532
3533         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
3534
3535 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
3538         coding system which mm-charset-to-coding-system returns for a
3539         given charset is valid.
3540
3541 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
3542
3543         * html2text.el (html2text-remove-tag-list):
3544         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
3545
3546 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
3547
3548         * gnus-cus.el: Revert 2005-10-17 change.
3549
3550 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-art.el (article-strip-banner): Call
3553         article-really-strip-banner only when the regexp match is made.
3554
3555 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-art.el (article-strip-banner): Use
3558         gnus-extract-address-components instead of
3559         mail-header-parse-addresses to make it work with non-ASCII text;
3560         remove mail-encode-encoded-word-string.
3561
3562         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
3563         values which are surrounded with \"...\"; make it never cause a
3564         Lisp error; give up parsing of parameters if it failed in
3565         extracting type.
3566
3567 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3568
3569         * smime.el (smime-cert-by-ldap-1): Fix bug where
3570         `smime-ldap-search' returns results without userCertificates.
3571
3572 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
3575
3576 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3577
3578         * spam.el (spam-check-spamassassin-headers): Adapt format for
3579         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
3580         <ari@mbf.ocn.ne.jp>.
3581         (spam-list-of-processors): Add spam-use-gmane.
3582
3583 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
3586         make-temp-file; make it work with XEmacs as well.
3587
3588         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
3589         mm-make-temp-file.
3590
3591         * mm-decode.el (mm-display-external): Use the 3rd arg of
3592         mm-make-temp-file.
3593         (mm-create-image-xemacs): Ditto.
3594
3595 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
3598         with message-narrow-to-headers.
3599         (gnus-draft-setup): Narrow to header to run message-fetch-field.
3600         (gnus-draft-check-draft-articles): New function.
3601         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
3602
3603 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3604
3605         * gnus-art.el (gnus-article-browse-html-parts):
3606         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
3607         Don't use suffix argument for mm-make-temp-file for Emacs 21
3608         compatibility.  Remove useless `format'.
3609
3610 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3611
3612         * nnweb.el (nnweb-google-wash-article): Update regexps.
3613         (nnweb-group-alist): Use defvoo instead of defvar.
3614
3615 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3616
3617         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
3618         re-loading nn* modules.
3619
3620 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
3623         for `tool-bar-mode' and don't check it's default-value.
3624
3625         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3626
3627         * message.el (message-make-tool-bar): Ditto.
3628
3629         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
3630         `substring'.  Shorten tmp-file name.
3631
3632         * gnus.el: Remove bogus comment.
3633
3634 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
3635
3636         * gnus-art.el (gnus-article-browse-html-parts): New function.
3637         (gnus-article-browse-html-article): New function for viewing html
3638         articles with a browser.
3639
3640 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
3641
3642         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
3643         in elisp.
3644         (pgg-gpg-encrypt-symmetric-region): Ditto.
3645         (pgg-gpg-sign-region): Ditto.
3646
3647         * pgg-def.el (pgg-text-mode): New variable.
3648
3649         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
3650         (mml2015-pgg-encrypt): Ditto.
3651
3652         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
3653         (mml1991-pgg-encrypt): Ditto.
3654
3655 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
3658         message-make-date instead of current-time-string.
3659
3660         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
3661         to gnus-decoded which mm-uu might set.
3662
3663 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
3666         don't decode quoted parameters; remove misimported Emacs code.
3667         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3668         (rfc2231-decode-encoded-string): Don't use split-string which
3669         behaves differently according to Emacs version; use
3670         mm-decode-coding-region to convert charset to coding-system.
3671         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3672         (rfc2231-encode-string): Remove misimported Emacs code.
3673
3674 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-art.el (article-decode-charset): Don't use ignore-errors
3677         when calling mail-header-parse-content-type.
3678         (article-de-quoted-unreadable): Ditto.
3679         (article-de-base64-unreadable): Ditto.
3680         (article-wash-html): Ditto.
3681
3682         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
3683         calling mail-header-parse-content-type and
3684         mail-header-parse-content-disposition.
3685         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
3686         mail-header-parse-content-type.
3687
3688         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
3689         insert charset and format parameters; encode description after
3690         inserting it to buffer.
3691         (mml-insert-parameter): Fold lines properly even if a parameter is
3692         segmented into two or more lines; change the max column to 76.
3693
3694         * rfc1843.el (rfc1843-decode-article-body): Don't use
3695         ignore-errors when calling mail-header-parse-content-type.
3696
3697         * rfc2231.el (rfc2231-parse-string): Return at least type if
3698         possible; don't cause an error even if it fails in parsing of
3699         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3700         (rfc2231-encode-string): Don't break lines at the beginning, leave
3701         it to mml-insert-parameter.
3702
3703         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
3704         calling mail-header-parse-content-type.
3705
3706 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * spam-report.el (spam-report-gmane-use-article-number):
3709         Improve doc string.
3710         (spam-report-gmane-internal): Check if a suitable header was found
3711         in the article.
3712
3713 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
3716         (rfc2231-encode-string): Make param*=value always begin with LWSP.
3717
3718 2006-02-05  Romain Francoise  <romain@orebokech.com>
3719
3720         Update copyright notices of all files in the gnus directory.
3721
3722 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3723
3724         * nnweb.el (nnweb-request-group): Avoid growing overview files.
3725
3726 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
3729         segmented lines of parameter value to cope with Thunderbird 1.5
3730         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
3731         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3732         (rfc2231-encode-string): Don't make lines exceeding 76 column.
3733
3734 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
3735
3736         * mml.el (mml-generate-mime-1): Correct the order of inline signed
3737         parts.
3738
3739 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3740
3741         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
3742         there's only one active file for all servers.
3743         (nnweb-request-scan): Make sure nnweb-articles is initialized on
3744         solid groups.  Gnus might have used a FAST request to select the group.
3745         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
3746         and nnweb-search redundantly in the active file.
3747         (nnweb-request-list): Don't list bogus groups.  There can only be one.
3748         (nnweb-request-create-group): Don't use ARGS.
3749         (nnweb-possibly-change-server, nnweb-request-group): Remove some
3750         initialisations.  Let nnoo do the work.
3751
3752 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
3755         Say the part has been decoded.
3756
3757         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
3758
3759 2006-01-31  Kevin Ryde  <user42@zip.com.au>
3760
3761         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
3762         mailcap-viewer-test-cache when there's no 'test clause, since that
3763         will invert the meaning of a "nil" test previously determined by
3764         mailcap-mailcap-entry-passes-test.
3765
3766 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
3769         compiling.
3770
3771         * gnus-sum.el: Ditto.
3772
3773         * message.el: Don't bind tool-bar-map when compiling.
3774
3775 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
3778
3779 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
3780
3781         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
3782         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
3783         current Google Groups.
3784
3785 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
3786
3787         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
3788         and tool-bar-mode.
3789
3790         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
3791         and tool-bar-mode.
3792
3793         * message.el (message-tool-bar-update): Simplify.
3794         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
3795
3796         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
3797         gnus-summary-buffer.
3798         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
3799         gnus-summary-reply.
3800
3801         * gmm-utils.el (gmm): Add :version.
3802
3803 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * Makefile.in (clean): New rule.
3806         (distclean): Use it.
3807
3808 2006-01-26  Steve Youngs  <steve@sxemacs.org>
3809
3810         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
3811         autoload.
3812
3813 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gmm-utils.el (gmm-verbose): Add :group.
3816
3817 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
3818
3819         * message.el: Change some comments WRT tool-bars.
3820
3821         * gnus-sum.el (gnus-summary-tool-bar)
3822         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
3823         (gnus-summary-tool-bar-zap-list): New variables.
3824         (gnus-summary-make-tool-bar): Complete rewrite using
3825         `gmm-tool-bar-from-list'.
3826
3827         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
3828         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
3829         variables.
3830         (gnus-group-make-tool-bar): Complete rewrite using
3831         `gmm-tool-bar-from-list'.
3832         (gnus-group-tool-bar-update): New function.
3833
3834         * message.el (message-mode-field-menu): Add "Show hidden Headers".
3835
3836 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
3839         is dissected into a single part of which the type is the same as
3840         the given one; decode charset.
3841
3842 2006-01-21  Kevin Ryde  <user42@zip.com.au>
3843
3844         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
3845         into alists as symbol not string, since that's what
3846         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
3847         look for.
3848
3849 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
3850
3851         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
3852         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
3853
3854         * message.el (message-tool-bar-gnome): Use gmm-ignore.
3855
3856 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
3859         (gnus-xmas-mime-security-button-menu): New function.
3860
3861         * gnus-art.el (gnus-mime-security-button-commands): New variable.
3862         (gnus-mime-security-button-menu): New definition.
3863         (gnus-mime-security-button-map): Use them.
3864         (gnus-mime-security-button-menu): New function.
3865         (gnus-insert-mime-security-button): Addition to help echo.
3866         (gnus-mime-security-run-function, gnus-mime-security-save-part)
3867         (gnus-mime-security-pipe-part): New functions.
3868
3869         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
3870         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
3871
3872         * mm-decode.el (mm-handle-set-disposition): Remove.
3873         (mm-handle-set-description): Remove.
3874
3875 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
3878         (mm-w3m-standalone-supports-m17n-p): New function.
3879         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
3880         w3m usage.
3881
3882         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
3883         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
3884
3885 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3886
3887         * message.el (message-tool-bar-zap-list): Use
3888         gmm-tool-bar-zap-list as custom type.
3889         (message-tool-bar-update): New function.
3890         (message-tool-bar, message-tool-bar-gnome)
3891         (message-tool-bar-retro): Add message-tool-bar-update.
3892         (message-tool-bar-gnome): Add flyspell-buffer.
3893
3894         * gnus-util.el (gnus-error): Describe `args'.
3895
3896         * gmm-utils.el (gmm-error): Describe `args'.
3897         (gmm-tool-bar-zap-list): New widget.
3898         (gmm-tool-bar-from-list): Improve description of `zap-list'.
3899
3900 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
3903         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
3904         the number of recursive calls.
3905
3906         * mm-decode.el (mm-handle-set-disposition): New macro.
3907         (mm-handle-set-description): New macro.
3908
3909 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
3912         encoding.
3913
3914 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * message.el (message-tool-bar-zap-list, message-tool-bar)
3917         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
3918         (message-tool-bar-local-item-from-menu): Remove.
3919         (message-tool-bar-map): Replace by `message-make-tool-bar'.
3920         (message-make-tool-bar): New function.
3921         (message-mode): Use `message-make-tool-bar'.
3922
3923         * gmm-utils.el: New file.
3924         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
3925         (gmm-lazy): New widget copied from `nnmail.el'.
3926         (gmm-tool-bar-from-list): New function for creating customizable
3927         tool bars.
3928         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
3929         output.
3930         (gmm): Add :prefix to defgroup.
3931
3932 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
3933
3934         * gmm-utils.el (gmm-widget-p): New function.
3935
3936 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * mml.el (mml-attach-file): Describe `description' in doc string.
3939         (mml-menu): Add Emacs MIME manual and PGG manual.
3940
3941 2006-01-20  Richard M. Stallman  <rms@gnu.org>
3942
3943         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
3944
3945 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
3946
3947         * nntp.el (nntp-end-of-line): Doc fix.
3948
3949 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
3950
3951         * imap.el (imap-open): Handle case where buffer is a buffer
3952         object.
3953
3954 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * gnus-delay.el (gnus-delay): Don't autoload.
3957         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3958         to be re-loaded when customizing the `gnus-delay' group.
3959
3960 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
3961
3962         * message.el (message-insert-citation-line): Use newlines.
3963
3964 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3965
3966         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
3967         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
3968         these routines, so the passphrase can be managed externally and
3969         passed in to the system.
3970         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
3971         pgg-add-passphrase-to-cache function.
3972
3973         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
3974         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
3975         these routines, so the passphrase can be managed externally and
3976         passed in to the system.
3977         (pgg-pgp5-sign-region): Use new name of
3978         pgg-add-passphrase-to-cache function.
3979
3980 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
3981
3982         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
3983         part of the decoded armor to find the key-identifier.
3984         (pgg-gpg-lookup-key-owner): New function to return the
3985         human-readable identifier of a key owner.
3986         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
3987         itself.
3988         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
3989         the key value) if we have a key and can match it against a secret
3990         key.  Also, added a note pointing out fact that the prompt only
3991         indicates the first matching key.
3992
3993         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
3994         pgg-decrypt-region.
3995         (pgg-add-passphrase-to-cache): Rename from
3996         `pgg-add-passphrase-cache' to reduce confusion (all callers
3997         changed).
3998         (pgg-remove-passphrase-from-cache): Rename from
3999         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4000         changed).
4001         (pgg-read-passphrase, pgg-add-passphrase-cache)
4002         (pgg-remove-passphrase-cache): Add informative docstrings.
4003         (pgg-decrypt): Convey provided passphrase in subordinate call to
4004         pgg-decrypt-region.
4005
4006 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
4007
4008         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4009         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4010         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4011         'passphrase' argument, so the passphrase can be managed externally
4012         and then passed in to the system.
4013
4014         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4015         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
4016         so the passphrase cache can be used reliably with identifiers
4017         besides a pgp packet's key id.
4018
4019         * pgg-gpg.el (pgg-gpg-encrypt-region)
4020         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4021         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
4022         these routines, so the passphrase can be managed externally and
4023         passed in to the system.
4024
4025         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4026         'notruncate' argument, so the passphrase cache can be used
4027         reliably with identifiers besides a pgp packet's key id.
4028
4029 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
4030
4031         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4032         symmetric encryption.
4033         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4034         encrypted session key.
4035         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4036         message ask for the passphrase in a proper way.
4037
4038         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4039         New user commands for symmetric encryption.
4040
4041 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
4044
4045         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
4046
4047 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
4048
4049         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
4050
4051 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * mm-decode.el (mm-inlined-types): Add application/pgp.
4054         (mm-automatic-display): Ditto.
4055
4056         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
4057         part as text.
4058
4059 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * nnrss.el: Update copyright.
4062         (nnrss-opml-import): Query whether to subscribe to each entry.
4063
4064         * gnus-art.el:
4065         * gnus-sum.el:
4066         * gnus-xmas.el:
4067         * messagexmas.el:
4068         * mm-uu.el:
4069         * mm-view.el: Update copyright.
4070
4071 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * message.el (message-info): New function.
4074         (message-mode-menu): Add it.
4075         Update copyright.
4076
4077         * ChangeLog: Fix and update copyright.
4078
4079 2006-01-13  Romain Francoise  <romain@orebokech.com>
4080
4081         * message.el (message-forward-subject-name-subject): Prefer the
4082         address to 'nowhere' if the sender has no name.
4083         Fix typo.  Update copyright year.
4084
4085 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-art.el (article-wash-html): Use
4088         gnus-summary-show-article-charset-alist if a numeric arg is given.
4089         (gnus-article-wash-html-with-w3m-standalone): New function.
4090
4091         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
4092         mm-inline-text-html-render-with-w3m-standalone.
4093         (mm-text-html-washer-alist): Map w3m-standalone to
4094         gnus-article-wash-html-with-w3m-standalone.
4095         (mm-inline-text-html-render-with-w3m-standalone): New function.
4096
4097 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
4100         Improve LaTeX.
4101
4102 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
4105         (nnrss-request-article): Render text/plain parts as HTML.
4106
4107         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
4108         the buffer.
4109
4110 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
4113         custom definition of `gnus-posting-styles'.
4114
4115         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
4116         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
4117
4118 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
4121         Use nntp for bug archive.
4122
4123 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
4126         parts.
4127         (nnrss-normalize-date): New function converts ISO 8601 date into
4128         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4129         (nnrss-check-group): Use it.
4130
4131 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
4134
4135         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
4136         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
4137         (nnrss-insert-w3): Ditto.
4138
4139 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
4142         the articles to be forwarded including the case where neither a
4143         number of articles nor a region is specified.
4144
4145 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * nnrss.el (nnrss-request-article): Fix last change; fill
4148         text/plain parts.
4149
4150 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
4153         in text/plain part.
4154         (nnrss-check-group): Don't add excessive newline to dc:subject.
4155
4156 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
4157
4158         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
4159         article.
4160
4161 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * nnml.el: Don't require gnus-bcklg.  Autoload it.
4164         (nnml-use-compressed-files, nnml-save-mail): Support other
4165         comression programs such as bzip2.
4166
4167 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * dns.el (query-dns): Make sure we check the buffer size before
4170         removing tcp headers.
4171
4172 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
4175         remove MIME buttons associated with multipart/alternative parts.
4176         (gnus-mime-display-alternative): Tag buttons using `article-type'
4177         text property.
4178
4179         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
4180         associated with multipart/alternative parts.
4181
4182         * gnus-art.el (gnus-signature-separator): Fix custom type.
4183
4184         * mm-decode.el (mm-inlined-types): Fix custom type.
4185         (mm-keep-viewer-alive-types): Ditto.
4186         (mm-automatic-display): Ditto.
4187         (mm-attachment-override-types): Ditto.
4188         (mm-inline-override-types): Ditto.
4189         (mm-automatic-external-display): Ditto.
4190
4191 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4192
4193         * spam-report.el (spam-report-user-mail-address)
4194         (spam-report-user-agent): New variables.
4195         (spam-report-url-ping-plain): Use spam-report-user-agent.
4196
4197 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
4198
4199         * gnus-art.el (gnus-button-handle-custom): Do not just use
4200         `customize-apropos' for any "M-x customize-*" button but the
4201         function called for.  Accept both the function name and its
4202         argument in order to achieve this.
4203         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
4204         function name to `gnus-button-handle-custom' in case of "M-x
4205         customize-*" buttons.
4206
4207 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
4210         multipart/alternative and add xref to mm-discouraged-alternatives
4211         in doc string.
4212
4213         * mm-decode.el (mm-discouraged-alternatives): Add xref to
4214         gnus-buttonized-mime-types in doc string.
4215
4216 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
4219         Suggest image/.* in the doc string.
4220
4221 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4222
4223         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
4224         message-marks (Debian bug #342521).
4225
4226 2005-12-12  Simon Josefsson  <jas@extundo.com>
4227
4228         * password.el (password-read-from-cache): Add.
4229         (password-read): Use it.
4230
4231 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
4234         us-ascii as a MIME charset.
4235
4236         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
4237         against the case where the 2nd arg TYPE is nil.
4238
4239 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * pop3.el (pop3-stream-type): Fix custom version.
4242
4243         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
4244
4245 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4246
4247         * mm-decode.el (mm-display-external): Add missing cdr.
4248
4249 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * mm-decode.el (mm-display-external): Use nametemplate (defined in
4252         RFC1524) if it is in mailcap or add a suffix according to
4253         mailcap-mime-extensions when generating a temp filename; postpone
4254         deleting a temp file for 2 seconds for some wrappers, shell
4255         scripts, and so on, which might exit right after having started a
4256         viewer command as a background job.
4257
4258 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4259
4260         * nntp.el (nntp-marks-directory): Fix custom group.
4261
4262         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
4263         steps when < 10.
4264
4265         * gnus-start.el (gnus-no-server-1): Mention
4266         `gnus-level-default-subscribed' in doc string.
4267
4268 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4269
4270         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
4271         parens.
4272
4273 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * gnus-xmas.el (gnus-use-toolbar): Revert.
4276         (gnus-xmas-setup-toolbar): Use global default-toolbar if
4277         gnus-use-toolbar is default.
4278
4279         * messagexmas.el (message-use-toolbar): Revert.
4280         (message-setup-toolbar): Use global default-toolbar if
4281         message-use-toolbar is default.
4282
4283 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
4286         according to default-toolbar-visible-p.
4287
4288         * messagexmas.el (message-use-toolbar): Ditto.
4289
4290 2005-11-26  Dave Love  <fx@gnu.org>
4291
4292         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
4293         (tls-program, tls-success): Provide openssl alternative.
4294
4295         * starttls.el: Doc fixes.
4296         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
4297         SERVICE to PORT.
4298
4299         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
4300         port null or service name.
4301         (starttls-negotiate): Autoload.
4302
4303 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * message.el (message-kill-to-signature): Fix interactive spec.
4306
4307 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * pop3.el (pop3-open-server): Recognize a string as a service name.
4310
4311 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
4312
4313         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4314
4315 2005-11-23  Dave Love  <fx@gnu.org>
4316
4317         Add pop3s, pop3/starttls.
4318
4319         * pop3.el (pop3-authentication-scheme): Clarify doc.
4320         (open-tls-stream, starttls-open-stream): Autoload.
4321         (pop3-stream-type): New.
4322         (pop3-open-server): Use it.
4323
4324         * mail-source.el (mail-sources): Fix some :types.  Add stream type
4325         for POP.
4326         (mail-source-keyword-map): Add :stream for POP.
4327         (mail-source-fetch-pop): Use pop3-stream-type.
4328
4329 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
4332         of current-time-string.
4333
4334 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
4335
4336         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
4337         date header.
4338
4339 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4340
4341         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
4342         it can seriously impact performance as it bypasses the agent's
4343         local caches.
4344
4345 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
4346
4347         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
4348         must be explicitly online rather than "not explicitly offline" for
4349         its flags to be synchronized.
4350
4351         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
4352         that gnus-uu-unmark-thread will function correctly.
4353
4354         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
4355         1024K is instead displayed as 1M.
4356
4357 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
4360
4361 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
4362
4363         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
4364
4365 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
4366
4367         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
4368         error message to display actual error condition.
4369         (gnus-agent-save-local): Avoid saving symbols that are bound to
4370         nil as they simply result in a warning message in
4371         gnus-agent-read-local.
4372
4373 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
4376         rather than make-variable-buffer-local for file-precious-flag.
4377
4378 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4379
4380         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
4381         for duplicates which are removed.  The invalid sort check then
4382         triggers a rescan after the sort as sorting may have moved
4383         duplicate entries such that they can be cheaply detected.
4384
4385 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
4388
4389 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
4390
4391         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
4392         internal variable to a custom variable.  Changed default value
4393         from compressed(2) to uncompressed(1).
4394         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
4395         support for uncompressed agentview files.  Taken together, reading
4396         the agentview file should now be 6-7 times faster.
4397
4398 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4399
4400         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
4401         as a buffer-local variable.  This avoids creating truncated
4402         dribble files as a result of a hang up, eg.
4403
4404 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
4405
4406         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
4407         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
4408         XEmacs.
4409
4410 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4411
4412         * gnus-start.el (gnus-start-draft-setup): Enforce
4413         `gnus-draft-mode' for nndraft:drafts at startup.
4414
4415         * gnus.el (gnus-splash): Change custom group.
4416         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
4417         allow-list argument.
4418
4419         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
4420         string.
4421
4422 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4423
4424         * gnus-art.el (gnus-default-article-saver): Add user-defined
4425         `function' to custom type.
4426
4427 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4428
4429         * imap.el (imap-open): Handle case where buffer is a buffer
4430         object.
4431
4432 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
4435         long lines.
4436         (gnus-cache-delete-group): Wrap doc strings.
4437
4438         * gnus-agent.el (gnus-agent-rename-group)
4439         (gnus-agent-delete-group): Wrap doc strings.
4440
4441
4442 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * messagexmas.el (message-use-toolbar): Change the valid values
4445         into default, top, bottom, left, and right.
4446         (message-toolbar-thickness): New variable.
4447         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
4448         well.
4449         (message-setup-toolbar): Make it work.
4450
4451         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
4452         (gnus-use-toolbar): Change the valid values into default, top,
4453         bottom, left, and right.
4454         (gnus-toolbar-thickness): New variable.
4455         (gnus-xmas-setup-toolbar): New function.
4456         (gnus-xmas-setup-group-toolbar): Use it.
4457         (gnus-xmas-setup-summary-toolbar): Use it.
4458
4459 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-start.el (gnus-1): Add "native" to
4462         gnus-predefined-server-alist.
4463
4464         * gnus.el (gnus-method-to-server): Don't add "native" to the
4465         lists here, because that leads to problems when
4466         gnus-select-method is bound.
4467
4468 2005-11-09  Simon Josefsson  <jas@extundo.com>
4469
4470         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
4471         use (not sort-by-date) instead.
4472
4473 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4474
4475         * gnus-delay.el (gnus-delay-group): Don't autoload.
4476         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
4477         to be re-loaded when customizing the `gnus-delay' group.
4478
4479 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
4480
4481         * message.el: Revert last changes.
4482         (message-insert-citation-line): Use newlines.
4483
4484 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
4485
4486         * message.el (message-courtesy-message)
4487         (message-mark-insert-begin, message-mark-insert-end)
4488         (message-elide-ellipsis, message-cancel-message)
4489         (message-add-header, message-change-subject)
4490         (message-cross-post-followup-to-header)
4491         (message-cross-post-insert-note, message-reduce-to-to-cc)
4492         (message-widen-reply, message-delete-not-region)
4493         (message-kill-to-signature, message-insert-signature)
4494         (message-insert-importance-high, message-insert-importance-low)
4495         (message-insert-or-toggle-importance)
4496         (message-insert-disposition-notification-to)
4497         (message-indent-citation, message-yank-original)
4498         (message-cite-original-without-signature, message-cite-original)
4499         (message-insert-citation-line, message-position-on-field)
4500         (message-fix-before-sending, message-send-mail-partially)
4501         (message-send-mail, message-send-mail-with-sendmail)
4502         (message-send-mail-with-qmail, message-send-news)
4503         (message-check-news-header-syntax, message-generate-headers)
4504         (message-insert-courtesy-copy, message-fill-address)
4505         (message-fill-header, message-shorten-references)
4506         (message-setup-1, message-cancel-news)
4507         (message-forward-make-body-plain, message-forward-make-body-mime)
4508         (message-forward-make-body-mml, message-encode-message-body)
4509         (message-forward-make-body-digest-plain)
4510         (message-forward-make-body-digest-mime)
4511         (message-use-alternative-email-as-from): Insert `hard-newline'
4512         instead of ordinary newlines.
4513
4514 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * message.el (message-generate-headers): Downcase the argument
4517         given to message-check-element.
4518
4519 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
4520
4521         * nntp.el (nntp-authinfo-rejected): New error condition.
4522         (nntp-wait-for): Use new error condition to signal authentication
4523         error.
4524         (nntp-retrieve-data): Rethrow new error condition to break out of
4525         recursive call to nntp-send-authinfo.
4526
4527 2005-11-08  Romain Francoise  <romain@orebokech.com>
4528
4529         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
4530         (gnus-summary-exit-map): Bind to `Z p'.
4531         (gnus-summary-make-menu-bar): Add menu item.
4532
4533 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * gnus-art.el (gnus-article-treat-custom): Add `first'.
4536         (gnus-treat-*): Add `first' in all doc strings.
4537
4538         * gnus-group.el (gnus-group-compact-group): Fix typo.
4539
4540 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus.el (gnus-parameters-case-fold-search): New variable.
4543         (gnus-parameters-get-parameter): Use it.
4544
4545         * gnus-score.el (gnus-home-score-file): Doc fix.
4546
4547 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
4548
4549         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
4550
4551 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * mm-util.el (mm-special-display-p): New function.
4554
4555         * mml.el (mml-preview): Use it; doc fix.
4556
4557 2005-10-29  Romain Francoise  <romain@orebokech.com>
4558
4559         * message.el (message-fix-before-sending): Fix comment.
4560
4561 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4562
4563         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
4564
4565 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
4566
4567         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
4568         Used in gnus-score.el.
4569
4570 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
4573
4574 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
4577         whitespace removed in revision 7.8.  Use concatenated string to
4578         protect trailing whitespace.
4579
4580 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
4581
4582         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
4583         (nnimap-request-expire-articles): Use it to avoid sending 'UID
4584         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
4585         Courier IMAP ("some version from 2004").  Mostly based on similar
4586         code in the same function.
4587
4588 2005-10-26  Didier Verna  <didier@xemacs.org>
4589
4590         * gnus-group.el (gnus-group-compact-group): invalidate original
4591         article buffer.
4592         * gnus-srvr.el (gnus-server-compact-server): ditto.
4593         * nnml.el (nnml-request-compact-group): handle self Xref: field in
4594         NOV database and in article itself.
4595         Invalidate article backlog.
4596
4597 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
4600
4601 2005-10-26  Simon Josefsson  <jas@extundo.com>
4602
4603         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
4604         part of 2004-07-25 change.
4605
4606 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * message.el (message-display-completion-list): New function.
4609         (message-expand-group): Use it; make sure the Completions buffer
4610         is modifiable.
4611
4612 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
4613
4614         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
4615         user-mail-name is an empty string.
4616
4617 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4618
4619         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
4620         depending on gnus-score-decay-constant.
4621
4622         * encrypt.el (encrypt-insert-file-contents)
4623         (encrypt-write-file-contents): Don't use `gnus-message'.
4624
4625         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
4626         arguments.
4627         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
4628         arguments to mm-uu-verbatim-marks-extract.
4629         (mm-uu-hide-markers): New variable.
4630         (mm-uu-extract): Use face similar to `gnus-cite-3'.
4631
4632         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4633         (gnus-convert-image-to-face-command): Use "convert" by default to
4634         allow other input image formats.
4635         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
4636         accordingly.
4637
4638 2005-10-23  Simon Josefsson  <jas@extundo.com>
4639
4640         * imap.el (imap-gssapi-program): Align command line parameters
4641         with latest GNU SASL.
4642         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
4643
4644 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
4647         HTML.
4648         (nnslashdot-request-article): Ditto.
4649
4650         * lpath.el (featurep): Add nobreak-char-display.
4651
4652 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4653
4654         * mail-source.el (mail-source-fetch-pop): Require pop3.
4655         (mail-source-check-pop): Ditto.
4656
4657 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
4660         errors.
4661
4662 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
4665         (gnus-treat-strip-leading-blank-lines): Improve doc string.
4666
4667         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
4668
4669         * mm-bodies.el (mm-decode-string): Call
4670         `mm-charset-to-coding-system' with allow-override argument.
4671
4672 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
4675         (rfc2047-charset-to-coding-system): New function.
4676         (rfc2047-decode-encoded-words): New function.
4677         (rfc2047-decode-region): Use them.
4678         (rfc2047-decode-cte): Remove.
4679         (rfc2047-parse-and-decode): Remove.
4680         (rfc2047-decode): Remove.
4681
4682 2005-10-15  Kenichi Handa  <handa@m17n.org>
4683
4684         * rfc2047.el (rfc2047-decode-cte): New function.
4685         (rfc2047-decode-region): Change the way to decode successive
4686         encoded-words: decode B- or Q-encoding in each encoded-word,
4687         concatenate them, and decode it as charset.
4688
4689 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * lpath.el: Fbind codepage-setup for XEmacs.
4692
4693 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
4694
4695         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
4696         widget-move-and-invoke.
4697         (gnus-custom-mode): Use gnus-custom-map.
4698
4699 2005-10-15  Bill Wohler  <wohler@newt.com>
4700
4701         * message.el (message-tool-bar-map): Renamed image file from
4702         mail_send to mail/send.
4703
4704 2005-10-16  Masatake YAMATO  <jet@gyve.org>
4705
4706         * message.el (message-expand-group): Pass the common
4707         prefix substring of completion to `display-completion-list'.
4708
4709 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * mml-sec.el (mml-secure-method): New internal variable.
4712         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
4713         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
4714         functions using mml-secure-method.
4715
4716         * mml.el (mml-mode-map): Add key bindings for those functions.
4717         (mml-menu): Simplify security menu entries.  Suggested by Jesper
4718         Harder <harder@myrealbox.com>.
4719         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
4720         end of message if point is the headers of the message.
4721
4722         * message.el (message-in-body-p): New function.
4723
4724         * assistant.el: Autoload gnus-util and netrc.
4725
4726         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
4727         Use `mm-charset-override-alist' only when decoding.
4728
4729         * mm-bodies.el (mm-decode-body): Call
4730         `mm-charset-to-coding-system' with allow-override argument.
4731
4732         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
4733         `filename' from Content-Disposition if Content-Type doesn't
4734         provide `name'.
4735         (gnus-mime-view-part-as-type): Set default instead of
4736         initial-input.
4737
4738 2005-10-09  Daniel Brockman  <daniel@brockman.se>
4739
4740         * format-spec.el (format-spec): Propagate text properties of % spec.
4741
4742 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4743
4744         * gnus-art.el (gnus-treat-predicate): Add `first'.
4745
4746 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
4749         (mm-charset-override-alist): New variable.
4750         (mm-charset-to-coding-system): Use it.
4751         (mm-codepage-setup): New helper function.
4752         (mm-charset-eval-alist): New variable.
4753         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
4754         about unknown charsets.
4755
4756         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
4757
4758 2005-10-04  David Hansen  <david.hansen@gmx.net>
4759
4760         * nnrss.el (nnrss-request-article): Add support for the comments tag.
4761         (nnrss-check-group): Ditto.
4762
4763 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
4766         Rename x-gnus-verbatim to x-verbatim.
4767         (mm-uu-type-alist): Fix regexp for verbatim-marks.
4768
4769         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
4770         x-verbatim.
4771
4772         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
4773
4774         * gnus-util.el (gnus-remove-duplicates): Remove.
4775
4776         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
4777         instead of gnus-remove-duplicates.
4778
4779         * message.el (message-remove-duplicates): Remove.
4780         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
4781         message-remove-duplicates.
4782
4783         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
4784         available, else use implementation from `delete-dups'.
4785
4786         * message.el (message-insert-expires): New function.
4787         (message-mode-map): Add key binding.
4788         (message-mode-field-menu): Add menu entry.
4789         (message-mode): Document it.
4790         (message-make-expires-date): Use `message-make-date'.
4791
4792 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
4793
4794         * message.el (message-make-expires-date): New function.
4795
4796 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * Makefile.in (list-installed-shadows): New entry.
4799         (install): Use it.
4800         (remove-installed-shadows): New entry.
4801
4802         * dgnushack.el (dgnushack-default-load-path): New variable.
4803         (dgnushack-find-lisp-shadows): New function.
4804         (dgnushack-remove-lisp-shadows): New function.
4805
4806 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * Makefile.in (install-el-elc): New entry.
4809         (install): Use it so that .el files are necessarily installed.
4810
4811 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * time-date.el: Autoload parse-time-string, XEmacs needs it.
4814
4815 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
4818         function rather than the diff-mode.el package.
4819         (mm-display-external): Use with-current-buffer.
4820         (mm-viewer-completion-map, mm-viewer-completion-map):
4821         Move initialization inside declaration.
4822
4823 2005-09-29  Simon Josefsson  <jas@extundo.com>
4824
4825         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
4826         autoload mail-check-payment.
4827         (spam-check-hashcash): Define unconditionally, since hashcash.el
4828         is part of Gnus now.  Ignore errors from payment checking.
4829
4830 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4831
4832         * message.el (message-bold-region, message-unbold-region): Rename
4833         from `bold-region' and `unbold-region'.
4834
4835         * message.el: Remove useless autoloads.
4836
4837 2005-09-28  Simon Josefsson  <jas@extundo.com>
4838
4839         * message.el (message-use-idna): Default to t.
4840         (message-use-idna): Test whether encoding works too.  Doc fix.
4841
4842 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * nntp.el (nntp-warn-about-losing-connection): Remove.
4845
4846 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
4849         customizable.  Change default value.
4850         (mm-uu-diff-groups-regexp): Change default value.
4851         (mm-uu-type-alist): Add doc string.
4852         (mm-uu-configure): Add doc string.  Make it interactive.
4853         (mm-uu-tex-groups-regexp): New variable.
4854         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
4855         (mm-uu-type-alist): Add LaTeX documents.
4856         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
4857         of "text/verbatim".
4858         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
4859
4860         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
4861         instead of "text/verbatim".
4862
4863         * message.el (message-mark-inserted-region)
4864         (message-mark-insert-file): Use slrn style marks when called with
4865         prefix argument.
4866
4867 2005-09-27  Simon Josefsson  <jas@extundo.com>
4868
4869         * message.el (message-idna-to-ascii-rhs-1): Reformat.
4870
4871 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4872
4873         * message.el (message-remove-duplicates): New function.
4874         Implementation borrowed from `gnus-remove-duplicates'.
4875         (message-idna-to-ascii-rhs): Also encode idna addresses in
4876         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4877         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
4878         only ask about the same idna domain once per header and also tell
4879         in what header to replace the idna domain.
4880
4881         * gnus-art.el (article-decode-idna-rhs): Also decode idna
4882         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
4883         (article-decode-idna-rhs): Fix regexp so that all idna-address in
4884         a header is decoded and not just the last one.
4885
4886 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
4889         has been decoded.
4890
4891         * mm-decode.el (mm-automatic-display): Add text/verbatim.
4892         (mm-insert-part): Don't modify text if it has been decoded.
4893
4894         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
4895         decoded.
4896
4897         * mm-view.el (mm-inline-text): Don't strip text props unless
4898         decoding enriched or richtext parts.
4899
4900 2005-09-25  Romain Francoise  <romain@orebokech.com>
4901
4902         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
4903         * gnus-start.el (gnus-subscribe-interactively):
4904         * gnus-uu.el (gnus-uu-grab-articles):
4905         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
4906         space.
4907
4908 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
4909
4910         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4911         * mm-view.el (mm-view-pkcs7-decrypt):
4912         * gnus-sum.el (gnus-summary-limit-to-extra)
4913         (gnus-summary-respool-article, gnus-read-move-group-name):
4914         * gnus-score.el (gnus-summary-increase-score):
4915         * gnus-util.el (gnus-completing-read-with-default):
4916         * gnus-art.el (gnus-read-save-file-name)
4917         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
4918         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
4919         * message.el (message-check-news-header-syntax):
4920         Follow convention for reading with the minibuffer.
4921
4922 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * spam-report.el (spam-report-url-ping-plain):
4925         Use gnus-extended-version as User-Agent.
4926
4927         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
4928         default value is nil.
4929
4930         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
4931         (mm-uu-verbatim-marks-extract): New function.
4932         (mm-uu-extract): New face.
4933         (mm-uu-copy-to-buffer): Use it.
4934
4935         * spam-report.el (spam-report-gmane-ham): Renamed from
4936         `spam-report-gmane-unspam'.
4937         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
4938         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
4939
4940         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
4941         Autoload.
4942         (spam-report-gmane-unregister-routine): Renamed
4943         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
4944
4945 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
4948         (spam-report-gmane-unregister-routine): Add support for gmane
4949         unregistration.
4950
4951         * spam-report.el (spam-report-gmane-unspam)
4952         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
4953         (spam-report-gmane): Change to take a single article and do unspam
4954         registration.
4955
4956 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * mm-url.el (mm-url-decode-entities): Fix regexp.
4959
4960 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
4963         default to nil, to be able to use Gnus at all.  If the default
4964         switches to something else, then the function should be fixed not
4965         be exceedingly slow.
4966
4967 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * gnus-start.el (gnus-activate-group): If the server is nil, don't
4970         fail hard.
4971
4972         * spam-report.el: Add better Keywords line.
4973
4974         * spam.el: Add Maintainer and better Keywords line.
4975
4976 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * gnus-art.el (gnus-article-replace-part)
4979         (gnus-mime-replace-part): New functions.
4980         (gnus-mime-action-alist, gnus-mime-button-commands)
4981         (gnus-mime-save-part-and-strip): Added file argument.
4982         (gnus-article-part-wrapper): Added interactive argument.
4983
4984         * gnus-sum.el (gnus-summary-mime-map): Add
4985         `gnus-article-replace-part'.
4986
4987 2005-09-19  Didier Verna  <didier@xemacs.org>
4988
4989         The nnml compaction feature:
4990         * nnml.el (nnml-request-compact-group): New function.
4991         * nnml.el (nnml-request-compact): New function.
4992         * gnus-int.el (gnus-request-compact-group): New function.
4993         * gnus-int.el (gnus-request-compact): New function.
4994         * gnus-group.el (gnus-group-compact-group): New function.
4995         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
4996         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
4997         * gnus-srvr.el (gnus-server-compact-server): New function.
4998         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
4999         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
5000
5001 2005-09-18  Deepak Goel  <deego@gnufans.org>
5002
5003         * sieve.el (sieve-help): Fix `message' call: first arg should be a
5004         format spec.
5005
5006 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus.el (gnus-group-startup-message): Bind image-load-path.
5009
5010 2005-09-15  Romain Francoise  <romain@orebokech.com>
5011
5012         * message.el (message-fill-paragraph): Clarify docstring.
5013
5014 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-art.el (gnus-mime-display-part): Protect against broken
5017         MIME messages.
5018
5019 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
5022         before parsing header.
5023
5024 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
5025
5026         * html2text.el: (html2text-replace-list): Add new entities.
5027
5028 2005-09-11  Romain Francoise  <romain@orebokech.com>
5029
5030         * message.el (message-alternative-emails): Improve docstring.
5031         (message-setup-1): Call `message-use-alternative-email-as-from'
5032         after `message-setup-hook' to give it precedence over posting
5033         styles, etc.
5034         (message-use-alternative-email-as-from): Add docstring.  Remove
5035         the original From header if present.
5036
5037         * nnml.el (nnml-compressed-files-size-threshold): New variable.
5038         (nnml-save-mail): Use it.
5039
5040         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
5041         articles.  Add new argument `silent'.
5042         (gnus-uu-mark-all): Report the total number of marked articles.
5043
5044 2005-09-10  Romain Francoise  <romain@orebokech.com>
5045
5046         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
5047         (gnus-uu-mark-series): Likewise.
5048
5049 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * spam-report.el (spam-report-gmane): Fix generation of spam
5052         report URL.
5053
5054 2005-09-10  Simon Josefsson  <jas@extundo.com>
5055
5056         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
5057         t, based on discussion on the ding list with Robert Epprecht
5058         <epprecht@solnet.ch>.
5059
5060 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * spam-report.el (spam-report-gmane): Make it work without
5063         X-Report-Spam header.  Gmane now only provides Archived-At.
5064         This is only used if `spam-report-gmane-use-article-number' is nil.
5065         (spam-report-gmane-spam-header): Remove.  Not used anymore.
5066
5067         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
5068         make `gnus-summary-sort-by-recipient' work with threading.
5069
5070         * nnweb.el (nnweb-google-wash-article): Print a message if article
5071         is not available.
5072
5073 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5074
5075         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
5076         change.  Decode text/* parts content before displaying.
5077
5078 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * mml-smime.el: Remove defvar of gnus-extract-address-components.
5081
5082 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-view.el (mm-display-inline-fontify): Disable support modes.
5085
5086         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
5087         url-package-name, url-package-version,
5088         w3m-cid-retrieve-function-alist, w3m-current-buffer,
5089         w3m-display-inline-images, and w3m-minor-mode-map.
5090
5091 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * message.el (message-tab-body-function): Fixed mismatched custom
5094         type.
5095
5096         * gnus.el (gnus-group-change-level-function): Ditto.
5097
5098         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
5099
5100         * gnus-art.el (gnus-signature-limit)
5101         (gnus-article-mime-part-function): Ditto.
5102
5103 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * mml.el (mml-mode): Silence the byte compiler.
5106
5107         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
5108         using `(sit-for 0)' before moving the point to the specified part;
5109         skip unbuttonized parts.
5110         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
5111         return to the summary window if gnus-auto-select-part is non-nil.
5112
5113 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
5116         variables.
5117         (mml-dnd-attach-file, mml-mode): Use them.
5118
5119         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
5120         Make fetching article by MID work again for Google Groups.  Added
5121         FIXME concerning gnus-group-make-web-group.
5122
5123         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
5124         Don't depend on Gnus by using mail-extract-address-components if
5125         gnus-extract-address-components is not bound.
5126
5127 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-art.el (gnus-mime-display-security): Don't display the
5130         signature, but only the signed part.
5131
5132 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
5135
5136         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
5137         list, not listp.
5138
5139 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
5140
5141         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
5142         when encoding.
5143
5144         * mm-bodies.el (mm-decode-content-transfer-encoding):
5145         De-canonicalize CRLF for all text content types, not just
5146         text/plain.
5147
5148 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
5151         valid article; point arrow and cursor at the MIME button.
5152
5153 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
5156         Suggested by Dan Christensen <jdc@uwo.ca>.
5157
5158         * mm-decode.el (mm-save-part): Enable change of prompt.
5159
5160 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
5161
5162         * gnus-msg.el (gnus-inews-add-send-actions): Made
5163         `message-post-method' lambda parameter ARG `&optional'.
5164
5165 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * gnus-sum.el (gnus-summary-mime-map): Added
5168         gnus-article-save-part-and-strip, gnus-article-delete-part and
5169         gnus-article-jump-to-part.
5170
5171         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
5172         (gnus-article-edit-part): Use it.
5173         (gnus-article-part-wrapper): Added no-handle argument.
5174         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
5175         functions.
5176
5177 2005-08-29  Romain Francoise  <romain@orebokech.com>
5178
5179         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5180         docstring.
5181         (gnus-face-from-file): Likewise.
5182
5183 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
5184
5185         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
5186         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
5187         non-nil.
5188         (gnus-auto-select-part): New variable.
5189         (gnus-article-jump-to-part): New function.
5190         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
5191         (gnus-mime-delete-part): Allow selecting specified part after
5192         deleting or stripping parts.
5193         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
5194         part if argument is bogus.
5195
5196 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
5197
5198         * gnus-art.el (w3m-minor-mode-map):
5199         * gnus-spec.el (gnus-newsrc-file-version):
5200         * gnus-util.el (nnmail-active-file-coding-system)
5201         (gnus-original-article-buffer, gnus-user-agent):
5202         * gnus.el (gnus-ham-process-destinations)
5203         (gnus-parameter-ham-marks-alist)
5204         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
5205         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
5206         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
5207         * mm-decode.el (gnus-current-window-configuration):
5208         * mm-extern.el (gnus-article-mime-handles):
5209         * mm-url.el (url-current-object, url-package-name)
5210         (url-package-version):
5211         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
5212         (smime-keys, w3m-cid-retrieve-function-alist)
5213         (w3m-current-buffer, w3m-display-inline-images)
5214         (w3m-minor-mode-map):
5215         * mml-smime.el (gnus-extract-address-components):
5216         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
5217         (gnus-newsrc-hashtb, message-default-charset)
5218         (message-deletable-headers, message-options)
5219         (message-posting-charset, message-required-mail-headers)
5220         (message-required-news-headers):
5221         * mml1991.el (mc-pgp-always-sign):
5222         * mml2015.el (mc-pgp-always-sign):
5223         * nnheader.el (nnmail-extra-headers):
5224         * rfc1843.el (gnus-decode-encoded-word-function)
5225         (gnus-decode-header-function, gnus-newsgroup-name):
5226         * spam-stat.el (gnus-original-article-buffer): Add defvars.
5227
5228 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
5229
5230         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
5231         the end of the date treatments.
5232
5233 2005-08-15  Simon Josefsson  <jas@extundo.com>
5234
5235         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
5236         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
5237         Capello and Romain Francoise.
5238         (pgg-fetch-key-function): Removed, not used?
5239         (pgg-insert-url-with-w3): Require url, to get
5240         url-insert-file-contents regardless of where it is defined.
5241
5242 2005-08-13  Romain Francoise  <romain@orebokech.com>
5243
5244         * message.el (message-cite-original-1): New function.
5245         (message-cite-original): Use it.
5246         (message-cite-original-without-signature): Ditto.
5247
5248 2005-08-08  Romain Francoise  <romain@orebokech.com>
5249
5250         * message.el (message-yank-empty-prefix): New variable.
5251         (message-indent-citation): Use it.
5252         (message-cite-original-without-signature): Respect X-No-Archive.
5253
5254 2005-08-08  Simon Josefsson  <jas@extundo.com>
5255
5256         * pgg.el: Autoload url-insert-file-contents instead of loading
5257         w3/url.
5258         (pgg-insert-url-with-w3): Don't load url here.
5259
5260 2005-08-07  Jesper Harder  <harder@phys.au.dk>
5261
5262         * message.el (message-kill-to-signature): Don't insert newline at
5263         bol.
5264         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
5265
5266 2005-08-06  Romain Francoise  <romain@orebokech.com>
5267
5268         * message.el (message-user-fqdn): Fix typo in docstring.
5269
5270 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
5271
5272         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
5273
5274         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
5275
5276 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * mm-bodies.el (mm-encode-body): Use coding system rather than
5279         charset to encode text.
5280
5281         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
5282         number of charsets if utf-8 is available (XEmacs).
5283
5284 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
5287         taken from `gnus-button-mid-or-mail-regexp'.
5288         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
5289         (gnus-button-alist): Improve regexp for domain part of the MIDs
5290         for news:localpart@domain buttons.
5291         (gnus-button-ctan-directory-regexp): Update.
5292
5293 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * sieve-manage.el (sieve-manage-interactive-login): Use
5296         make-local-variable rather than make-variable-buffer-local.
5297         (sieve-manage-open): Ditto.
5298         (sieve-manage-authenticate): Ditto.
5299
5300         * mml.el (mml-generate-mime-1): Make the content type default to
5301         text/plain if the filename is not specified.
5302
5303 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
5306         instead of insert-buffer.
5307
5308         * message.el (message-yank-original): Ditto; set the mark at the
5309         end of the yanked message.
5310
5311 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
5314         lines to scroll rather than to stop it.
5315
5316         * mml.el (mml-generate-default-type): Add doc string.
5317         (mml-generate-mime-1): Use mm-default-file-encoding or make it
5318         default to application/octet-stream when determining the content
5319         type if it is not specified for the part or the mml contents; add
5320         a comment about mml-generate-default-type.
5321
5322 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
5325         make it default to application/octet-stream when determining the
5326         content type if it is not specified for the external contents.
5327
5328 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * rfc2231.el (rfc2231-parse-string): Take care that not only a
5331         segmented parameter but also other parameters might be there.
5332
5333 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mm-decode.el (mm-display-external): Delete temp file, directory
5336         and buffer immediately if the external process is exited.
5337
5338 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
5341         fewer lines than that of scroll-margin.
5342         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
5343
5344 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (gnus-article-next-page): Revert.
5347         (gnus-article-beginning-of-window): New macro.
5348         (gnus-article-next-page-1): Use it.
5349         (gnus-article-prev-page): Ditto.
5350         (gnus-article-edit-part): Use insert-buffer-substring instead of
5351         insert-buffer.
5352         (gnus-article-edit-exit): Ditto.
5353
5354         * gnus-util.el (gnus-beginning-of-window): Remove.
5355         (gnus-end-of-window): Remove.
5356
5357         * lpath.el: Don't bind header-line-format and scroll-margin.
5358
5359 2005-07-25  Simon Josefsson  <jas@extundo.com>
5360
5361         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
5362         to have the url package without w3.  Reported by Daiki Ueno
5363         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
5364
5365 2005-07-20  Didier Verna  <didier@xemacs.org>
5366
5367         * gnus-diary.el: Remove the description comment (nndiary is now
5368         properly documented in the Gnus manual).
5369         Fix the spelling of "Back End".
5370         * nndiary.el: Ditto.
5371         Fix the copyright notice.
5372
5373 2005-07-18  Romain Francoise  <romain@orebokech.com>
5374
5375         * gnus-sum.el (gnus-summary-to-prefix,
5376         gnus-summary-newsgroup-prefix): New variables.
5377         (gnus-summary-from-or-to-or-newsgroups): Use them.
5378
5379 2005-07-17  Romain Francoise  <romain@orebokech.com>
5380
5381         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
5382         space as it's generally not especially interesting to the user.
5383
5384 2005-07-16  Romain Francoise  <romain@orebokech.com>
5385
5386         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
5387         nil to avoid prompting and file modification if one of the
5388         messages at the top of the nnfolder file contains a copyright
5389         notice.
5390         Update copyright notice.
5391
5392         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
5393         instead of `current-time-string' as the latter creates a time
5394         string that is not RFC 2822 compliant (it lacks the zone).
5395         Update copyright notice.
5396
5397 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5398
5399         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
5400         for text/rtf.  Display default in prompt.  Pass default for M-n.
5401
5402         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
5403
5404 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5405
5406         * gnus-msg.el (gnus-button-mailto): Remove
5407         save-selected-window-window hackery because it relies on
5408         save-selected-window internals.
5409
5410 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
5413         (gnus-article-next-page-1): Use gnus-beginning-of-window.
5414         (gnus-article-prev-page): Ditto.
5415
5416         * gnus-util.el (gnus-beginning-of-window): New function.
5417         (gnus-end-of-window): New function.
5418
5419         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
5420
5421 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
5422
5423         * gnus-score.el (gnus-score-edit-all-score): Set
5424         gnus-score-edit-exit-function to gnus-score-edit-done and call
5425         gnus-message.
5426
5427 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428
5429         * gnus-msg.el (gnus-button-mailto): Remove
5430         save-selected-window-window hackery because it relies on
5431         save-selected-window internals.
5432
5433 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
5436         add-minor-mode.
5437         (gnus-binary-mode): Ditto.
5438
5439         * gnus-topic.el (gnus-topic-mode): Ditto.
5440
5441 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
5442
5443         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
5444         (gnus-article-prev-page): Take scroll-margin into consideration.
5445
5446 2005-07-04  Lute Kamstra  <lute@gnu.org>
5447
5448         Update FSF's address in GPL notices.
5449
5450 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
5451
5452         * gnus.el (gnus-exit):
5453         * gnus-group.el (gnus-group-icons):
5454         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
5455
5456         * gnus-nocem.el (gnus-nocem):
5457         * message.el (message-various, message-buffers, message-sending)
5458         (message-interface, message-forwarding, message-insertion)
5459         (message-headers, message-news, message-mail):
5460         * pgg-gpg.el (pgg-gpg):
5461         * pgg-parse.el (pgg-parse):
5462         * pgg-pgp.el (pgg-pgp):
5463         * pgg-pgp5.el (pgg-pgp5):
5464         * pop3.el (pop3): Finish `defgroup' description with period.
5465
5466 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (article-display-face): Improve the efficiency.
5469         (article-display-x-face): Ditto; remove grey x-face stuff.
5470
5471 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (article-display-face): Correct the position in
5474         which Faces are inserted.
5475
5476 2005-06-29  Didier Verna  <didier@xemacs.org>
5477
5478         * gnus-art.el (article-display-face): Display faces in correct
5479         order.
5480
5481 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
5484         (gnus-fill-real-hashtb): Use hash table instead of obarray.
5485         (gnus-nocem-check-article): Fetch the Type header.
5486         (gnus-nocem-message-wanted-p): Fix the way to examine types.
5487         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
5488         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
5489         make sure gnus-nocem-hashtb is initialized.
5490         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
5491         (gnus-nocem-unwanted-article-p): Ditto.
5492
5493         * pgg.el (pgg-verify): Return the verification result.
5494
5495 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
5498         is ascii.
5499
5500 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
5501
5502         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
5503         `show-nonbreak-escape'.
5504
5505 2005-06-23  Lute Kamstra  <lute@gnu.org>
5506
5507         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
5508
5509         * dig.el (dig-mode):
5510         * smime.el (smime-mode): Use gnus-run-mode-hooks.
5511
5512 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
5513
5514         * nnimap.el (nnimap-split-download-body): Fix spellings.
5515
5516 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
5517
5518         * gnus-art.el (gnus-article-encrypt-body):
5519         * gnus-cus.el (gnus-score-customize):
5520         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
5521         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
5522
5523 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5524
5525         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
5526         header by looking for magic "MII" at the beginnig.
5527
5528 2005-06-16  Miles Bader  <miles@gnu.org>
5529
5530         * gnus-xmas.el (gnus-xmas-group-startup-message):
5531         Use renamed gnus-splash face.
5532
5533         * assistant.el (assistant-field): Remove "-face" suffix from face name.
5534         (assistant-field-face): New backward-compatibility alias for renamed
5535         face.
5536         (assistant-render-text): Use renamed assistant-field face.
5537
5538         * spam.el (spam): Remove "-face" suffix from face name.
5539         (spam-face): New backward-compatibility alias for renamed face.
5540         (spam-face, spam-initialize): Use renamed spam face.
5541
5542         * message.el (message-header-to, message-header-cc)
5543         (message-header-subject, message-header-newsgroups)
5544         (message-header-other, message-header-name)
5545         (message-header-xheader, message-separator, message-cited-text)
5546         (message-mml): Remove "-face" suffix from face names.
5547         (message-header-to-face, message-header-cc-face)
5548         (message-header-subject-face, message-header-newsgroups-face)
5549         (message-header-other-face, message-header-name-face)
5550         (message-header-xheader-face, message-separator-face)
5551         (message-cited-text-face, message-mml-face):
5552         New backward-compatibility aliases for renamed faces.
5553         (message-font-lock-keywords): Use renamed message faces.
5554
5555         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
5556         (sieve-test-commands, sieve-tagged-arguments):
5557         Remove "-face" suffix from face names.
5558         (sieve-control-commands-face, sieve-action-commands-face)
5559         (sieve-test-commands-face, sieve-tagged-arguments-face):
5560         New backward-compatibility aliases for renamed faces.
5561         (sieve-control-commands-face, sieve-action-commands-face)
5562         (sieve-test-commands-face, sieve-tagged-arguments-face):
5563         Use renamed sieve faces.
5564
5565         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
5566         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
5567         (gnus-group-news-3-empty, gnus-group-news-4)
5568         (gnus-group-news-4-empty, gnus-group-news-5)
5569         (gnus-group-news-5-empty, gnus-group-news-6)
5570         (gnus-group-news-6-empty, gnus-group-news-low)
5571         (gnus-group-news-low-empty, gnus-group-mail-1)
5572         (gnus-group-mail-1-empty, gnus-group-mail-2)
5573         (gnus-group-mail-2-empty, gnus-group-mail-3)
5574         (gnus-group-mail-3-empty, gnus-group-mail-low)
5575         (gnus-group-mail-low-empty, gnus-summary-selected)
5576         (gnus-summary-cancelled, gnus-summary-high-ticked)
5577         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
5578         (gnus-summary-high-ancient, gnus-summary-low-ancient)
5579         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
5580         (gnus-summary-low-undownloaded)
5581         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
5582         (gnus-summary-low-unread, gnus-summary-normal-unread)
5583         (gnus-summary-high-read, gnus-summary-low-read)
5584         (gnus-summary-normal-read, gnus-splash):
5585         Remove "-face" suffix from face names.
5586         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5587         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5588         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5589         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5590         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5591         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5592         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5593         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5594         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5595         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5596         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5597         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5598         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5599         (gnus-summary-normal-ticked-face)
5600         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
5601         (gnus-summary-normal-ancient-face)
5602         (gnus-summary-high-undownloaded-face)
5603         (gnus-summary-low-undownloaded-face)
5604         (gnus-summary-normal-undownloaded-face)
5605         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5606         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5607         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5608         (gnus-splash-face):
5609         New backward-compatibility aliases for renamed faces.
5610         (gnus-group-startup-message): Use renamed gnus faces.
5611
5612         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
5613         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
5614         (gnus-server-agent): Remove "-face" suffix from face names.
5615         (gnus-server-agent-face, gnus-server-opened-face)
5616         (gnus-server-closed-face, gnus-server-denied-face)
5617         (gnus-server-offline-face):
5618         New backward-compatibility aliases for renamed faces.
5619         (gnus-server-agent-face, gnus-server-opened-face)
5620         (gnus-server-closed-face, gnus-server-denied-face)
5621         (gnus-server-offline-face): Use renamed gnus faces.
5622
5623         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
5624         Remove "-face" suffix from face names.
5625         (gnus-picon-xbm-face, gnus-picon-face):
5626         New backward-compatibility aliases for renamed faces.
5627
5628         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
5629         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
5630         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
5631         (gnus-cite-11): Remove "-face" suffix from face names.
5632         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
5633         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
5634         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
5635         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
5636         New backward-compatibility aliases for renamed faces.
5637         (gnus-cite-attribution-face, gnus-cite-face-list)
5638         (gnus-article-boring-faces): Use renamed gnus faces.
5639
5640         * gnus-art.el (gnus-signature, gnus-header-from)
5641         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
5642         (gnus-header-content): Remove "-face" suffix from face names.
5643         (gnus-signature-face, gnus-header-from-face)
5644         (gnus-header-subject-face, gnus-header-newsgroups-face)
5645         (gnus-header-name-face, gnus-header-content-face):
5646         New backward-compatibility aliases for renamed faces.
5647         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
5648
5649         * gnus-sum.el (gnus-summary-selected-face)
5650         (gnus-summary-highlight): Use renamed gnus faces.
5651         * gnus-group.el (gnus-group-highlight): Likewise.
5652
5653 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
5654
5655         * gnus-sieve.el (gnus-sieve-article-add-rule):
5656         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
5657         * spam-stat.el (spam-stat-buffer-change-to-spam)
5658         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
5659
5660         * message.el (message-is-yours-p):
5661         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
5662
5663 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * mm-view.el (mm-inline-text): Withdraw the last change.
5666
5667 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
5670         executing enriched-decode.
5671
5672 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
5675         charset of tar files.
5676
5677 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
5678
5679         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
5680
5681 2005-06-04  Lute Kamstra  <lute@gnu.org>
5682
5683         * nnfolder.el (nnfolder-read-folder): Make sure that undo
5684         information is never recorded.
5685
5686 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5687
5688         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
5689
5690 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * pop3.el (pop3-apop): Run md5 in the binary mode.
5693
5694         * starttls.el (starttls-set-process-query-on-exit-flag):
5695         Use eval-and-compile.
5696
5697 2005-05-31  Simon Josefsson  <jas@extundo.com>
5698
5699         * smime.el (smime-replace-in-string): Define.
5700         (smime-cert-by-ldap-1): Use it.
5701
5702 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (article-display-x-face): Replace
5705         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5706
5707         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
5708         set-process-query-on-exit-flag or process-kill-without-query.
5709
5710         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
5711         loop instead of replace-regexp.
5712
5713         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
5714         instead of process-kill-without-query if it is available.
5715
5716         * lpath.el: Fbind ldap-search-entries.
5717
5718         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
5719         instead of find-file-hooks if it is available.
5720
5721         * mml1991.el: Bind pgg-default-user-id when compiling.
5722
5723         * mml2015.el: Bind pgg-default-user-id when compiling.
5724
5725         * nndraft.el (nndraft-request-associate-buffer):
5726         Use write-contents-functions instead of write-contents-hooks if it is
5727         available.
5728
5729         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
5730         instead of find-file-hooks if it is available.
5731
5732         * nntp.el (nntp-open-connection): Replace
5733         process-kill-without-query by gnus-set-process-query-on-exit-flag.
5734         (nntp-open-ssl-stream): Ditto.
5735         (nntp-open-tls-stream): Ditto.
5736
5737         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
5738         set-process-query-on-exit-flag or process-kill-without-query.
5739         (starttls-open-stream-gnutls): Use it instead of
5740         process-kill-without-query.
5741         (starttls-open-stream): Ditto.
5742
5743 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
5744
5745         * smime.el (smime-cert-by-ldap-1): Don't use
5746         replace-regexp-in-string.
5747
5748 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5749
5750         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
5751
5752         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
5753         in PEM format. Adjust to the XEmacs compability.
5754
5755 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
5758         by `string-to-number'.
5759         * gnus-agent.el (gnus-agent-regenerate-group)
5760         (gnus-agent-fetch-articles): Ditto.
5761         * gnus-art.el (gnus-button-fetch-group): Ditto.
5762         * gnus-cache.el (gnus-cache-generate-active)
5763         (gnus-cache-articles-in-group): Ditto.
5764         * gnus-group.el (gnus-group-set-current-level)
5765         (gnus-group-insert-group-line): Ditto.
5766         * gnus-score.el (gnus-score-set-expunge-below)
5767         (gnus-score-set-mark-below, gnus-summary-score-effect)
5768         (gnus-summary-score-entry): Ditto.
5769         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
5770         (gnus-soup-pack): Ditto.
5771         * gnus-spec.el (gnus-xmas-format): Ditto.
5772         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
5773         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
5774         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
5775         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
5776         * nndb.el (nndb-get-remote-expire-response): Ditto.
5777         * nndiary.el (nndiary-parse-schedule-value)
5778         (nndiary-string-to-number, nndiary-request-replace-article)
5779         (nndiary-request-article): Ditto.
5780         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
5781         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
5782         * nneething.el (nneething-make-head): Ditto.
5783         * nnfolder.el (nnfolder-request-article)
5784         (nnfolder-retrieve-headers): Ditto.
5785         * nnheader.el (nnheader-file-to-number): Ditto.
5786         * nnkiboze.el (nnkiboze-request-article): Ditto.
5787         * nnmail.el (nnmail-process-unix-mail-format)
5788         (nnmail-process-babyl-mail-format): Ditto.
5789         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
5790         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
5791         (nnmh-request-create-group, nnmh-request-list-1)
5792         (nnmh-request-group, nnmh-request-article): Ditto.
5793         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
5794         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
5795         * nnsoup.el (nnsoup-make-active): Ditto.
5796         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
5797         * nntp.el (nntp-find-group-and-number)
5798         (nntp-retrieve-headers-with-xover): Ditto.
5799         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
5800         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
5801         (pgg-format-key-identifier): Ditto.
5802         * pop3.el (pop3-last, pop3-stat): Ditto.
5803         * qp.el (quoted-printable-decode-region): Ditto.
5804
5805         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
5806         of concat.
5807
5808 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
5811
5812         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
5813
5814         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
5815
5816         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
5817
5818         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
5819
5820         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
5821
5822         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
5823         (gnus-carpal-mode): Ditto.
5824
5825         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
5826         (gnus-browse-mode): Ditto.
5827
5828         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
5829
5830         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
5831
5832 2005-05-29  Richard M. Stallman  <rms@gnu.org>
5833
5834         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
5835
5836 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-util.el (gnus-run-mode-hooks): New function.
5839
5840         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
5841
5842         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
5843         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
5844
5845 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
5846
5847         * gnus-agent.el (gnus-agent-make-mode-line-string):
5848         Use mode-line-highlight as mouse-face.
5849
5850 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * canlock.el (canlock): Change the parent group to news.
5853
5854         * deuglify.el (gnus-outlook-deuglify): Add :group.
5855
5856         * dig.el (dig): Add :group.
5857
5858         * dns-mode.el (dns-mode): Add :group.
5859
5860         * encrypt.el (encrypt): Add :group.
5861
5862         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
5863         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
5864         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
5865         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
5866         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
5867
5868         * gnus-diary.el (gnus-diary): Add :group.
5869
5870         * gnus.el (gnus-group-news-1-face): Add :group.
5871         (gnus-group-news-1-empty-face): Ditto.
5872         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
5873         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
5874         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
5875         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
5876         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
5877         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
5878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
5879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
5880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
5881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
5882         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
5883         (gnus-summary-high-ticked-face): Ditto.
5884         (gnus-summary-low-ticked-face): Ditto.
5885         (gnus-summary-normal-ticked-face): Ditto.
5886         (gnus-summary-high-ancient-face): Ditto.
5887         (gnus-summary-low-ancient-face): Ditto.
5888         (gnus-summary-normal-ancient-face): Ditto.
5889         (gnus-summary-high-undownloaded-face): Ditto.
5890         (gnus-summary-low-undownloaded-face): Ditto.
5891         (gnus-summary-normal-undownloaded-face): Ditto.
5892         (gnus-summary-high-unread-face): Ditto.
5893         (gnus-summary-low-unread-face): Ditto.
5894         (gnus-summary-normal-unread-face): Ditto.
5895         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
5896         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
5897
5898         * hashcash.el (hashcash): New custom group.
5899         (hashcash-default-payment): Add :group.
5900         (hashcash-payment-alist): Ditto.
5901         (hashcash-default-accept-payment): Ditto.
5902         (hashcash-accept-resources): Ditto.
5903         (hashcash-path): Ditto.
5904         (hashcash-extra-generate-parameters): Ditto.
5905         (hashcash-double-spend-database): Ditto.
5906         (hashcash-in-news): Ditto.
5907
5908         * message.el (message-minibuffer-local-map): Add :group.
5909
5910         * netrc.el (netrc): Add :group.
5911
5912         * sieve-manage.el (sieve-manage-log): Add :group.
5913         (sieve-manage-default-user): Diito.
5914         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
5915         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
5916         (sieve-manage-authenticators): Ditto.
5917         (sieve-manage-authenticator-alist): Ditto.
5918         (sieve-manage-default-port): Ditto.
5919
5920         * sieve-mode.el (sieve-control-commands-face): Add :group.
5921         (sieve-action-commands-face): Ditto.
5922         (sieve-test-commands-face): Ditto.
5923         (sieve-tagged-arguments-face): Ditto.
5924
5925         * smime.el (smime): Add :group.
5926
5927         * spam-report.el (spam-report): Add :group.
5928
5929         * spam.el (spam, spam-face): Add :group.
5930
5931 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5932
5933         * nntp.el (nntp-next-result-arrived-p): Some news servers may
5934         return \n.\n.\n at the end of articles.  Protect against that.
5935         (nntp-with-open-group): Allow debugging.
5936
5937         * nnheader.el (mail-header-set-extra): Make into a function
5938         because I just could't understand how to quote the list properly.
5939
5940         * dns.el (query-dns-cached): New function.
5941
5942 2005-05-26  Lute Kamstra  <lute@gnu.org>
5943
5944         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
5945
5946 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
5949
5950         * gnus-art.el: Don't autoload mail-extract-address-components.
5951
5952         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
5953         eval-and-compile to evaluate it.
5954
5955         * hashcash.el: Don't autoload executable-find.
5956
5957         * nndb.el: Don't declare the nndb back end two or more times; don't
5958         autoload news-reply-mode, news-setup, cancel-timer and telnet.
5959
5960         * nntp.el: Autoload format-spec instead of format; use
5961         eval-and-compile to evaluate autoload forms.
5962
5963 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
5964
5965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
5966
5967 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus.el (gnus-version-number): Bump version.
5970
5971 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5972
5973         * gnus.el: No Gnus v0.3 is released.
5974
5975 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * lpath.el (featurep): Bind show-nonbreak-escape.
5978
5979 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-article-edit-part): Disable undo.
5982
5983 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
5986         gnus-article-date-lapsed-new-header is t if date timer is active;
5987         skip headers in which the original date value is empty.
5988         (gnus-article-save-original-date): Redefine it as a macro.
5989         (gnus-display-mime): Use it.
5990
5991 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * gnus-art.el (article-date-ut): Support converting date in
5994         forwarded parts as well.
5995         (gnus-article-save-original-date): New function.
5996         (gnus-display-mime): Use it.
5997
5998 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
5999
6000         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
6001         enclosure element of <item>.
6002
6003 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * message.el (message-kill-buffer-query): Renamed from
6006         `message-kill-buffer-query-if-modified'.  Added :version.
6007
6008 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
6011         window layout.
6012
6013 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * mml.el: Autoload dnd when compiling.
6016
6017 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
6020         x-dnd-*.
6021
6022 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * qp.el (quoted-printable-encode-region): Save excursion.
6025
6026 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
6027
6028         * message.el (message-kill-buffer-query-if-modified): Add new variable
6029         so the user can kill a modified message buffer quickly.
6030         (message-kill-buffer): Use it.
6031
6032 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * lpath.el: Fbind display-time-event-handler; don't fbind
6035         string-to-multibyte.
6036
6037         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
6038
6039 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
6042         contained in text because xml.el decodes entities) with LFs.
6043
6044 2005-04-11  Lute Kamstra  <lute@gnu.org>
6045
6046         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
6047         differently.
6048
6049 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6050
6051         * mm-util.el (mm-detect-coding-region): Typo.
6052
6053 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
6056
6057 2005-04-06  D Goel  <deego@gnufans.org>
6058
6059         * spam-stat.el (spam-stat-score-buffer): Add a call to a
6060         user-function allow user modifications of the scores.
6061         (spam-stat-score-buffer-user): New function, to allow
6062         user-computed modifications to the score.
6063         (spam-stat-score-buffer-user-functions): list of additional
6064         scoring functions
6065         (spam-stat-error-holder): global temporary error holder
6066         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
6067         variable
6068
6069 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
6070
6071         * gnus-registry.el (gnus-registry-clean-empty-function)
6072         (gnus-registry-trim, gnus-registry-fetch-groups)
6073         (gnus-registry-delete-group): Groups that match
6074         `gnus-registry-ignored-groups' are removed from the registry
6075         entries, not just ignored for splitting.  This helps clean up the
6076         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
6077         to get all the groups a message ID is in.
6078
6079         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
6080         (spam-stat-split-fancy): Change "threshhold" to "threshold"
6081         (spam-stat-score-buffer-user-functions): Add :number custom type.
6082
6083 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
6086         argument in XEmacs.
6087
6088         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
6089         (nnrss-request-group): Decode group name first.
6090         (nnrss-request-article): Make a text/plain article if mml-to-mime
6091         failed.
6092         (nnrss-get-encoding): Return a compatible encoding according to
6093         nnrss-compatible-encoding-alist.
6094         (nnrss-find-el): Use consp instead of listp.
6095         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
6096
6097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
6100         which Emacs 20 doesn't support.
6101         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
6102
6103 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
6106         silence the byte compiler inside the defun
6107
6108         * gnus-demon.el (parse-time-string): Add autoload.
6109
6110         * gnus-delay.el (parse-time-string): Add autoload.
6111
6112         * gnus-art.el (parse-time-string): Add autoload.
6113
6114         * nnultimate.el (parse-time): Require for `parse-time-string'.
6115
6116 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6117
6118         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
6119
6120         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
6121
6122         * smime.el (smime-ldap-host-list): Add :version.
6123
6124 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
6127         pass it to `gnus-browse-read-group'.
6128         (gnus-browse-read-group): Add NUMBER argument and pass it to
6129         `gnus-group-read-ephemeral-group'.
6130
6131         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
6132         argument and pass it to `gnus-group-read-group'.
6133
6134 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
6135
6136         * mm-util.el (mm-xemacs-find-mime-charset): Only call
6137         mm-xemacs-find-mime-charset-1 if we have the mule feature
6138         available at runtime.
6139
6140 2005-03-25  Werner Lemberg  <wl@gnu.org>
6141
6142         * nnmaildir.el: Replace `illegal' with `invalid'.
6143
6144 2005-03-23  Lute Kamstra  <lute@gnu.org>
6145
6146         * time-date.el: Add comment on time value formats.
6147         Don't require parse-time.
6148         (with-decoded-time-value): New macro.
6149         (encode-time-value): New function.
6150         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6151         (days-to-time): Return a valid time value when arg is huge.
6152         (time-since): Use time-subtract.
6153         (time-to-number-of-days): Use time-to-seconds.
6154
6155 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6156
6157         * gnus-start.el (gnus-display-time-event-handler):
6158         Check display-time-timer at runtime rather than only at load time
6159         in case display-time-mode is turned off in the mean time.
6160
6161 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * nnimap.el (nnimap-open-connection): Print which authinfo file is
6164         used.
6165
6166         * nneething.el (nneething-map-file-directory): Derive from
6167         `gnus-directory'.
6168
6169         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
6170         the To/Cc button.
6171
6172 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * nnmaildir.el (nnmaildir-request-accept-article):
6175         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
6176
6177 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6178
6179         * gnus-async.el: Require timer-funcs at compile time when in
6180         XEmacs for `run-with-idle-timer'.
6181
6182 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
6183
6184         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
6185         autoloaded function.
6186
6187 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6188
6189         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
6190
6191 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
6192
6193         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
6194
6195 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
6198         gnus-expert-user to default.
6199
6200 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
6201
6202         * nnimap.el (nnimap-open-server): Ditto.
6203
6204         * imap.el (imap-authenticate): Fix typo.
6205
6206 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
6207
6208         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
6209         buffer (since IMAP server might return FETCH response out of
6210         order, and the nntp buffer must be sorted).
6211
6212 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
6213
6214         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
6215         comparison on string.
6216
6217         * gnus-agent.el (gnus-agent-long-article,
6218         gnus-agent-short-article, gnus-agent-score): Renamed category
6219         keywords to match gnus-cus.
6220         (gnus-agent-summary-fetch-series): Modified to protect against
6221         gnus-agent-summary-fetch-group clearing processable flags.
6222         (gnus-agent-synchronize-group-flags): Update live group buffer as
6223         synchronization may occur due to the user toggle the plugged
6224         status.
6225         (gnus-agent-fetch-group-1): Clear downloadable flag when article
6226         successfully downloaded.
6227         (gnus-agent-expire-group-1): Avoid using markers when the overview
6228         is in ascending order; greatly improves performance.
6229         (gnus-agent-regenerate-group): Use
6230         gnus-agent-synchronize-group-flags to reset read status in both
6231         gnus and server.
6232         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
6233
6234 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * message.el: Don't autoload former message-utils variables.
6237         (message-strip-subject-trailing-was): Change doc string.
6238
6239         * nnweb.el: Fixes for `gnus-group-make-web-group'.
6240         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
6241         (nnweb-google-search): Add "hl=en" here.
6242         (nnweb-google-parse-1, nnweb-google-create-mapping):
6243         Don't hardcode URL.
6244
6245 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * message.el (message-get-reply-headers, message-followup):
6248         Mention related variables `message-use-followup-to' and
6249         `message-use-mail-followup-to', in the information buffer.
6250
6251         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
6252         of broken groups(-beta).google.com.
6253
6254 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6255
6256         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
6257         parameter to invoked gnus-request-move-article; remove the
6258         redundant gnus-sum-hint-move-is-internal variable; apply the marks
6259         all at once instead of once per article.
6260         (gnus-summary-remove-process-mark): Accept a list of articles as
6261         well as a single article for processing.
6262
6263         * gnus-int.el (gnus-request-move-article): Add move-is-internal
6264         parameter.
6265
6266         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
6267
6268         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
6269
6270         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
6271         parameter.
6272
6273         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
6274         parameter.
6275
6276         * nnimap.el (nnimap-request-move-article): Add move-is-internal
6277         parameter and remove the gnus-sum-hint-move-is-internal variable.
6278
6279         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
6280         parameter.
6281
6282         * nndraft.el (nndraft-request-move-article): Add move-is-internal
6283         parameter.
6284
6285         * nndiary.el (nndiary-request-move-article): Add move-is-internal
6286         parameter.
6287
6288         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
6289
6290         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
6291         parameter.
6292
6293         * nnagent.el (nnagent-request-move-article): Add move-is-internal
6294         parameter.
6295
6296 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6297
6298         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
6299         a more conservative way.
6300
6301 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6302
6303         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
6304         buffer, so it moves the window's cursor.
6305
6306 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6307
6308         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
6309         `mm-dissect-multipart' and receive the from field as an (optional)
6310         argument from `mm-dissect-multipart'.
6311         (mm-dissect-multipart): Receive the from field as an argument and
6312         pass it on when we call `mm-dissect-buffer' on MIME parts.
6313         Fixes verification/decryption of signed/encrypted MIME parts.
6314
6315 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * gnus-sum.el (gnus-summary-move-article): Set
6318         gnus-sum-hint-move-is-internal for gnus-request-move-article and
6319         whatever it calls (right now, only nnimap-request-move article
6320         respects it).
6321
6322         * nnimap.el (nnimap-request-move-article): When
6323         gnus-sum-hint-move-is-internal is set, don't do the extra
6324         nnimap-request-article.
6325
6326 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * nnheader.el (nnheader-find-file-noselect): Add doc string.
6329
6330         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
6331         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
6332
6333         * gnus-sum.el (gnus-summary-caesar-message):
6334         Apply `gnus-treat-article' after rotation.
6335
6336         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
6337         doc string.
6338
6339 2005-02-22  Simon Josefsson  <jas@extundo.com>
6340
6341         * encrypt.el (encrypt-password-cache-expiry): Remove (use
6342         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
6343         <arne@arnested.dk>.
6344         (encrypt): Add password-cache and password-cache-expiry as group
6345         members.
6346
6347 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6348
6349         * smime.el (smime-ldap-host-list): Doc fix.
6350         (smime-ask-passphrase): Use `password-read-and-add' to read (and
6351         cache) password.
6352         (smime-sign-region): Use it.
6353         (smime-decrypt-region): Use it.
6354         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
6355         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
6356         fails.
6357         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
6358         certificate from DER to PEM format rather than calling openssl.
6359
6360         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
6361
6362         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
6363         for signing/encryption.
6364
6365         * mml.el (mml-parse-1): Use them.
6366
6367 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6368
6369         * nnrss.el (nnrss-verbose): Removed.
6370         (nnrss-request-group): Use `nnheader-message' instead.
6371
6372 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
6373
6374         * nnrss.el (nnrss-verbose): New variable.
6375         (nnrss-request-group): Make it say nnrss is requesting a group.
6376
6377 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
6380         Handle news URL with given port correctly.
6381
6382 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
6385         containing special characters.
6386
6387         * gnus-sum.el (gnus-summary-edit-article): Ditto.
6388
6389         * mml.el (mime-to-mml): Ditto.
6390
6391         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
6392         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
6393         (rfc2047-decode-region): Quote decoded words containing special
6394         characters when rfc2047-quote-decoded-words-containing-tspecials
6395         is non-nil.
6396
6397 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
6398
6399         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
6400
6401         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
6402
6403 2005-02-15  Simon Josefsson  <jas@extundo.com>
6404
6405         * nnimap.el (nnimap-debug): Doc fix.
6406
6407         * imap.el (imap-debug): Doc fix.
6408
6409 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
6412
6413 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
6414
6415         * gnus.el (spam-contents): Improve docs for spam-contents
6416         parameter in its variable incarnation.
6417
6418 2005-02-14  Simon Josefsson  <jas@extundo.com>
6419
6420         * smime-ldap.el: Use require instead of load-library for ldap.
6421         (smime-ldap-search): Indent.
6422         (smime-ldap-search-internal): Shorten line.
6423
6424         * smime.el (smime-cert-by-dns): Add doc-string.
6425         (smime-cert-by-ldap-1): Indent.
6426
6427         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
6428         mml-smime-get-dns-ldap.
6429         (mml-smime-encrypt-query): Use new function.  Default to ldap.
6430
6431 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6432
6433         * smime.el: Require smime-ldap.
6434         (smime-ldap-host-list): New variable.
6435         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
6436
6437         * mml-smime.el (mml-smime-encrypt-query): New function.
6438         (mml-smime-encrypt-query): Use it.
6439
6440         * smime-ldap.el: New file.
6441
6442 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
6445
6446 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
6449         argument in doc string.  Make query for type more clear.
6450
6451 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6452
6453         * gnus.el (gnus-group-startup-message): Search for gnus images in
6454         etc/images/gnus.
6455         * mm-util.el (mm-image-load-path): Likewise.
6456         * smiley.el (smiley-data-directory): Search for smilies in
6457         etc/images/smilies.
6458
6459 2005-02-09  Kim F. Storm  <storm@cua.dk>
6460
6461         Change Emacs release version from 21.4 to 22.1 throughout.
6462         Change Emacs development version from 21.3.50 to 22.0.50.
6463
6464 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
6467
6468         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
6469         non-Mule XEmacs as well.
6470         (mm-decompress-buffer): Signal an error intentionally if it does
6471         not decompress compressed data because auto-compression-mode is
6472         disabled.
6473
6474 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
6477         an ID in the registry even if it has no groups.
6478
6479 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
6482         merge it into mm-decompress-buffer.
6483         (gnus-mime-copy-part): Use the MIME part charset, the value which
6484         a user specified or gnus-newsgroup-charset for decoding, like
6485         gnus-mime-inline-part does; set buffer-file-coding-system to tell
6486         save-buffer what was used.  Suggested by Kevin Ryde
6487         <user42@zip.com.au>.
6488         (gnus-mime-inline-part): Allow the name parameter as well as the
6489         filename parameter; force decompressing of compressed data; always
6490         display contents being not decoded as unibyte.
6491
6492         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
6493         as well as the filename parameter.
6494
6495         * mm-util.el (mm-decompress-buffer): Merge
6496         gnus-mime-jka-compr-maybe-uncompress.
6497         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
6498         of compressed data.
6499
6500 2005-02-08  Simon Josefsson  <jas@extundo.com>
6501
6502         * imap.el (imap-log): Doc fix.
6503
6504 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
6507         the coding cookies; decompress compressed parts.
6508
6509         * mml.el (mml-generate-mime-1): Add the charaset parameter according
6510         to the value which a user specified manually or the coding cookie.
6511
6512         * mm-util.el (mm-string-to-multibyte): New function.
6513         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
6514         (mm-coding-system-to-mime-charset): New function.
6515         (mm-decompress-buffer): New function.
6516         (mm-find-buffer-file-coding-system): New function.
6517
6518         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
6519         (mm-display-inline-fontify): Rewrite for decoding and decompressing
6520         parts.
6521
6522 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6523
6524         * mm-view.el (mm-display-inline-fontify): Decode a part according
6525         to the charset parameter.
6526
6527 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
6530         prefix arg is neither nil nor a number, as info specifies.
6531
6532 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
6535         timestamps.
6536
6537 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
6538
6539         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
6540         groups error checking and notify user.
6541
6542 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
6543
6544         * message.el (message-send-mail-function): Check existence of
6545         sendmail-program first before using default value
6546         `message-send-mail-with-sendmail'.  Otherwise use more generic
6547         `smtpmail-send-it'.
6548
6549 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * nntp.el (nntp-request-update-info): Always return nil.
6552
6553 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
6556
6557 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * message.el (message-beginning-of-line): Change the behavior when
6560         invoked between BOL and : so that it first moves backward.
6561
6562 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
6565         article buffer when editing of the article is discarded.
6566         (gnus-article-prepare): Revert.
6567
6568 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-art.el (gnus-article-prepare):
6571         Remove message-strip-forbidden-properties from the local hook.
6572
6573 2005-01-27  Simon Josefsson  <jas@extundo.com>
6574
6575         * password.el (password-cache-add): Only start one timer per key.
6576         Reported by Derek Atkins <warlord@MIT.EDU>.
6577
6578 2005-01-26  Steve Youngs  <steve@sxemacs.org>
6579
6580         * run-at-time.el: Removed.  It is no longer needed as
6581         timer-funcs.el in the xemacs-base package has a working version of
6582         `run-at-time'.
6583
6584         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
6585
6586         * password.el: Require timer-funcs instead of run-at-time in
6587         XEmacs.
6588         Remove `password-run-at-time' macro.
6589         (password-cache-add): Use `run-at-time' instead of
6590         `password-run-at-time'.
6591
6592         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
6593         Remove `nnheader-cancel-function-timers' alias,
6594         `cancel-function-timers' exists in XEmacs in timer-funcs.
6595
6596         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
6597         for `run-with-idle-timer'.
6598
6599         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
6600         for `run-at-time'.
6601
6602         * mm-url.el: Require timer-funcs at compile time when in XEmacs
6603         for `with-timeout'.
6604
6605         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
6606         the same as for XEmacs 21.4.
6607         No need to ignore `run-with-idle-timer', this function exists in
6608         XEmacs now in timer-funcs.el in the xemacs-base package.
6609         (dgnushack-compile): No need to delete
6610         run-at-time.el from the list of files to compile because it
6611         doesn't exist anymore.
6612
6613 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mml.el (mml-generate-mime-1): Convert string into unibyte when
6616         inserting " *mml*" buffer's contents into a unibyte temp buffer.
6617
6618 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
6619
6620         * mail-source.el (mail-source-fetch-imap): Search for ^From case
6621         sensitively.
6622
6623 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
6624
6625         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
6626
6627 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
6630         which will be inserted according to the multibyteness of a buffer
6631         rather than the type of contents.  Suggested by ARISAWA Akihiro
6632         <ari@mbf.ocn.ne.jp>.
6633
6634         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
6635         of string which old xml.el may return rather than a string.
6636
6637 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
6640
6641 2005-01-16  Simon Josefsson  <jas@extundo.com>
6642
6643         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
6644         idn/idna.el isn't available.
6645         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
6646         <michael@waxrat.com>.
6647
6648         * hashcash.el: Remove non-FSF copyright header.
6649
6650         * hashcash.el (hashcash-extra-generate-parameters): New variable.
6651         (hashcash-generate-payment): Use it.
6652         (hashcash-generate-payment-async): Use it.
6653
6654 2005-01-15  Simon Josefsson  <jas@extundo.com>
6655
6656         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
6657         Suggested by Raymond Scholz <ray-2005@zonix.de>.
6658
6659         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
6660         gnus-summary-idna-message.
6661         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
6662         (gnus-summary-idna-message): New function.
6663
6664 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6665
6666         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
6667         gnus-novice-user.
6668
6669 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * nnrss.el (nnrss-request-delete-group): Delete entries in
6672         nnrss-group-alist as well.
6673         (nnrss-save-server-data): Insert newline.
6674
6675 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
6676
6677         * gnus.el (gnus-user-agent): Use list of symbols instead of
6678         symbols.  Display full version number for (S)XEmacs.  Optionally
6679         display (S)XEmacs codename.
6680
6681         * gnus-util.el (gnus-emacs-version): Update for new
6682         `gnus-user-agent'.
6683
6684         * gnus-msg.el (gnus-extended-version): Make it possible to omit
6685         Gnus version.
6686
6687 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
6690         which is unreadable in some setups.
6691
6692 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-spec.el (gnus-update-format-specifications): Flush the
6695         group format spec cache if it doesn't support decoded group names.
6696
6697 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
6700         to apply decay on score files matching a regexp.
6701
6702 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
6705         compatibility in %g and %c.
6706
6707 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
6710         name for only %g and %c.
6711         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
6712         of gnus-tmp-group to decoded group name.
6713         (gnus-group-make-rss-group): Exclude `/'s from group names.
6714
6715 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * nnrss.el (nnrss-get-encoding): Fix regexp.
6718
6719 2004-12-27  Simon Josefsson  <jas@extundo.com>
6720
6721         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
6722         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
6723         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
6724
6725 2004-12-17  Kim F. Storm  <storm@cua.dk>
6726
6727         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
6728
6729         * gnus-sum.el (gnus-summary-mode-map): Likewise.
6730
6731 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6732
6733         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
6734
6735 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * nnrss.el: Require rfc2047 and mml.
6738         (nnrss-file-coding-system): New variable.
6739         (nnrss-format-string): Redefine it as an inline function.
6740         (nnrss-decode-group-name): New function.
6741         (nnrss-string-as-multibyte): Remove.
6742         (nnrss-retrieve-headers): Decode group name; don't use
6743         nnrss-format-string.
6744         (nnrss-request-group): Decode group name.
6745         (nnrss-request-article): Decode group name; allow a Message-ID as
6746         well as an article number; don't use nnrss-format-string; encode a
6747         Message-ID string which may contain non-ASCII characters; use
6748         mml-to-mime to compose a MIME article.
6749         (nnrss-request-expire-articles): Decode group name.
6750         (nnrss-request-delete-group): Decode group name.
6751         (nnrss-fetch): Clarify error message.
6752         (nnrss-read-server-data): Use insert-file-contents instead of load;
6753         bind file-name-coding-system; use multibyte buffer.
6754         (nnrss-save-server-data): Bind coding-system-for-write to the
6755         value of nnrss-file-coding-system; bind file-name-coding-system;
6756         add coding cookie.
6757         (nnrss-read-group-data): Use insert-file-contents instead of load;
6758         bind file-name-coding-system; use multibyte buffer.
6759         (nnrss-save-group-data): Bind coding-system-for-write to the
6760         value of nnrss-file-coding-system; bind file-name-coding-system.
6761         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
6762         make it work with non-ASCII text.
6763         (nnrss-find-el): Make it work with old xml.el as well.
6764
6765 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
6766
6767         * nnrss.el (nnrss-get-encoding): New function.
6768         (nnrss-fetch): Use unibyte buffer initially; bind
6769         coding-system-for-read while performing mm-url-insert; remove ^Ms;
6770         decode contents according to the encoding attribute.
6771         (nnrss-save-group-data): Add coding cookie.
6772         (nnrss-mime-encode-string): New function.
6773         (nnrss-check-group): Use it to encode subject and author.
6774
6775 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6776
6777         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
6778         imaginary variable.
6779
6780 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
6783         correctly even if there are wide characters.
6784
6785 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
6788         downcased symbol names; make a new cache instead of reusing
6789         bbdb-hashtable.
6790
6791 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6794         concatenating segments rather than before concatenating them.
6795         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6796
6797         * message.el (message-get-reply-headers): Bind `extra'.
6798
6799 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6800
6801         * message.el (message-extra-wide-headers): New variable.
6802         (message-get-reply-headers): Use it.
6803
6804 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-agent.el (gnus-agent-group-path): Decode group name.
6807         (gnus-agent-group-pathname): Ditto.
6808
6809         * gnus-cache.el (gnus-cache-file-name): Decode group name.
6810
6811         * gnus-group.el (gnus-group-make-group): Decode group name.
6812         (gnus-group-make-rss-group): Register the group data after opening
6813         the nnrss group.
6814
6815 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
6816
6817         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
6818         by expiry now get marked as read.
6819
6820 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
6823
6824 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
6825
6826         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
6827         unify Latin characters in XEmacs.
6828         (mm-find-mime-charset-region): Use it.
6829
6830 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-util.el (gnus-delete-directory): New function.
6833
6834         * gnus-agent.el (gnus-agent-delete-group): Use it.
6835
6836         * gnus-cache.el (gnus-cache-delete-group): Use it.
6837
6838 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
6841         names.
6842
6843 2004-12-16  Simon Josefsson  <jas@extundo.com>
6844
6845         * hashcash.el (hashcash-payment-alist): Fix custom :type.
6846
6847 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
6850
6851         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
6852         (gnus-group-set-current-level): Decode group name.
6853
6854 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
6855
6856         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
6857         failed.
6858
6859 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-group.el (gnus-group-delete-group): Decode group name.
6862         (gnus-group-make-rss-group): Encode group name.
6863         (gnus-group-catchup-current): Decode group name.
6864         (gnus-group-kill-group): Decode group name.
6865
6866 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6867
6868         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
6869
6870 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-group.el (gnus-group-make-rss-group):
6873         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
6874
6875         * gnus-start.el (gnus-setup-news): Honor user's setting to
6876         gnus-message-archive-method.  Suggested by Lute Kamstra
6877         <lute@gnu.org>.
6878
6879 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
6880
6881         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
6882         global counterparts of the buffer-local variables.
6883
6884 2004-11-16  Romain Francoise  <romain@orebokech.com>
6885
6886         * gnus-sum.el (gnus-summary-exit): Don't clear the global
6887         counterparts of the buffer-local variables.
6888
6889 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * message.el (message-forbidden-properties): Fixed typo in doc
6892         string.
6893
6894 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * gnus-util.el (gnus-replace-in-string): Added doc string.
6897
6898         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
6899         to avoid problems when splitting mails with many recipients.
6900
6901 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6902
6903         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
6904         pop-to-buffer, covered by the subsequent gnus-configure-windows.
6905
6906 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
6907
6908         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
6909         if there is no hashtable in memory or file modification time is
6910         newer than cached timestamp.
6911
6912 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
6915         not-matching option.
6916
6917 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
6920         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
6921         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6922         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
6923         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
6924         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
6925
6926 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * message.el (message-forward-make-body-mml): Remove headers
6929         according to message-forward-ignored-headers if a message is decoded.
6930
6931 2004-12-02  Romain Francoise  <romain@orebokech.com>
6932
6933         * message.el (message-forward-make-body-plain): Always remove
6934         headers according to message-forward-ignored-headers.
6935
6936 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * spam.el (spam-summary-prepare-exit): Remove the
6939         gnus-summary-limit pop for now, it has problems with ham marks for
6940         me.
6941
6942 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
6943
6944         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
6945         correctly.
6946
6947 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
6948
6949         * format-spec.el (format-spec): Message the char.
6950
6951 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
6952
6953         * gnus-art.el (gnus-split-methods): Reformat comments.
6954
6955         * spam.el (spam-summary-prepare-exit): Remove article limits
6956         before exiting the summary buffer.
6957
6958 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * lpath.el: Remove bbdb-create-internal, bbdb-records,
6961         spam-BBDB-register-routine and spam-enter-ham-BBDB.
6962
6963         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
6964         order to silence the byte compiler.
6965
6966         * spam.el: Fix the way to silence the byte compiler, which
6967         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
6968         bbdb-search-simple, spam-BBDB-register-routine,
6969         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
6970         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
6971         spam-stat-buffer-is-spam, spam-stat-load,
6972         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
6973         spam-stat-save and spam-stat-split-fancy.
6974
6975 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
6978         which may confuse users.
6979         (canlock-password-for-verify): Ditto.
6980
6981         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
6982
6983         * gnus-art.el (gnus-emphasis-alist): Ditto.
6984
6985         * gnus-registry.el (gnus-registry-max-entries): Ditto.
6986
6987         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
6988
6989         * gnus-start.el (gnus-save-killed-list): Ditto.
6990
6991         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
6992         (gnus-sum-thread-tree-root): Ditto.
6993         (gnus-sum-thread-tree-false-root): Ditto.
6994         (gnus-sum-thread-tree-single-indent): Ditto.
6995
6996         * message.el (message-courtesy-message): Ditto.
6997         (message-archive-note): Ditto.
6998         (message-subscribed-address-file): Ditto.
6999         (message-user-fqdn): Ditto.
7000
7001         * spam-report.el (spam-report-gmane-regex): Ditto.
7002
7003         * spam.el (spam-blackhole-good-server-regex): Ditto.
7004
7005 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * mml.el (mml-preview): Widen the message buffer before copying
7008         the contents to the preview buffer; sort headers before previewing.
7009
7010         * message.el (message-hidden-headers): Fix the way to avoid a bug
7011         in the `repeat' widget in Emacs 21.3 or earlier.
7012
7013 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * message.el (message-hidden-headers): Default to "^References:".
7016         Improve customization type.  Suggested by Reiner Steib
7017         <Reiner.Steib@gmx.de>.
7018
7019 2004-11-25  Romain Francoise  <romain@orebokech.com>
7020
7021         * message.el (message-strip-forbidden-properties): Remove check for
7022         obsolete `message-hidden' text property, hidden headers are not
7023         accessible in the buffer anymore.
7024
7025 2004-11-22  Romain Francoise  <romain@orebokech.com>
7026
7027         * message.el (message-header-format-alist): Add `From' in list
7028         so that it can be sorted.
7029         (message-fix-before-sending): Widen and sort headers before
7030         sending.
7031         (message-hide-headers): Use narrowing to hide headers by moving
7032         them to the top of the buffer and narrowing to the region
7033         underneath.
7034
7035 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036
7037         * message.el (message-strip-forbidden-properties): Bind
7038         buffer-read-only (etc) to nil.
7039
7040 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
7043         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7044
7045 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
7046
7047         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
7048
7049 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * dns.el (query-dns): Use sit-for to time instead of
7052         accept-process-output, since that doesn't seem to work on udp
7053         sockets.
7054
7055 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
7058
7059 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
7060
7061         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
7062         doc string.  Improve doc string.
7063
7064 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * nntp.el (nntp-request-update-info): Return nil if
7067         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
7068         may not call gnus-activate-group which uselessly issues the GROUP
7069         commands for all nntp groups and wastes time.  Reported by Romain
7070         Francoise <romain@orebokech.com>.
7071
7072         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
7073
7074 2004-11-15  Simon Josefsson  <jas@extundo.com>
7075
7076         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
7077         headers separately.
7078         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
7079         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
7080
7081 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-start.el (gnus-convert-old-newsrc):
7084         Assign legacy-gnus-agent to 5.10.7.
7085
7086 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
7089         start of the lines.
7090
7091 2004-11-14  Magnus Henoch  <mange@freemail.hu>
7092
7093         * hashcash.el (hashcash-default-payment): Change default to 20
7094         (hashcash-default-accept-payment): Change default to 20
7095         (hashcash-process-alist): New variable
7096         (hashcash-generate-payment-async): Add
7097         (hashcash-already-paid-p): Add
7098         (hashcash-insert-payment): Don't generate payments twice
7099         (hashcash-insert-payment-async): Add
7100         (hashcash-insert-payment-async-2): Add
7101         (hashcash-cancel-async): Add
7102         (hashcash-wait-async): Add
7103         (hashcash-processes-running-p): Add
7104         (hashcash-wait-or-cancel): Add
7105         (mail-add-payment): New optional argument.  Conditionally start
7106         asynchronous calculation.
7107         (mail-add-payment-async): Add
7108
7109         * message.el (message-send-mail): Wait for asynchronous hashcash
7110         results.  Don't clobber existing X-Hashcash headers.
7111         (message-setup-1): Call mail-add-payment-async when
7112         message-generate-hashcash is non-nil.
7113
7114 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7115
7116         * message.el (message-use-alternative-email-as-from): Examine the
7117         From header as well; use message-make-from in order to include a
7118         user's full name.
7119
7120 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
7123         default; improve customization type.
7124         (gnus-emphasis-custom-with-format): New macro.
7125         (gnus-emphasis-custom-value-to-external): New function.
7126         (gnus-emphasis-custom-value-to-internal): New function.
7127
7128 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * dns.el (query-dns): Resolve reverse addresses.
7131
7132 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * gnus-group.el (gnus-group-get-new-news): Use it.
7135
7136         * gnus-start.el (gnus-check-reasonable-setup): New function.
7137
7138 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
7141         "Args out of range" error.  Reported by Arnaud Giersch
7142         <arnaud.giersch@free.fr>.
7143
7144 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7145
7146         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
7147
7148 2004-11-04  Richard M. Stallman  <rms@gnu.org>
7149
7150         * spam.el (spam group): Add :version.
7151
7152         * pgg-def.el (pgg group): Add :version.
7153
7154 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-art.el (gnus-article-edit-article): Don't associate the
7157         article buffer with a draft file.  This is a temporary measure
7158         against the 2004-08-22 change to gnus-article-edit-mode.
7159
7160 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
7163         (html2text-format-tags): Remove unused variable `attr'.
7164
7165 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
7168
7169         * tls.el (tls-process-connection-type, tls-success)
7170         (tls-certtool-program): Add :version.
7171
7172         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
7173         (starttls-extra-arguments, starttls-process-connection-type)
7174         (starttls-connect, starttls-failure, starttls-success):
7175
7176         * spam-stat.el (spam-stat): Add :version.
7177
7178         * sieve.el (sieve): Add :version.
7179
7180         * sha1.el (sha1): Add :version.
7181         (sha1-use-external): Remove redundant version.
7182
7183         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
7184         (nnmail-cache-ignore-groups, nnmail-spool-hook)
7185         (nnmail-split-fancy-match-partial-words)
7186         (nnmail-split-lowercase-expanded): Add :version.
7187
7188         * nndiary.el (nndiary): Add :version.
7189
7190         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
7191
7192         * mml-sec.el (mml-default-sign-method)
7193         (mml-default-encrypt-method, mml-signencrypt-style-alist):
7194         Add :version.
7195
7196         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
7197
7198         * mm-url.el (mm-url-use-external, mm-url-program)
7199         (mm-url-arguments): Add :version.
7200
7201         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
7202         (mm-attachment-file-modes, mm-decrypt-option)
7203         (mm-w3m-safe-url-regexp): Add :version.
7204
7205         * message.el (message-cite-prefix-regexp)
7206         (message-sendmail-envelope-from, message-minibuffer-local-map)
7207         (message-user-fqdn, message-completion-alist): Add :version.
7208
7209         * gnus-win.el (gnus-configure-windows-hook)
7210         (gnus-use-frames-on-any-display): Add :version.
7211
7212         * gnus-art.el (gnus-article-address-banner-alist)
7213         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
7214         (gnus-treat-from-picon, gnus-treat-mail-picon)
7215         (gnus-treat-x-pgp-sig): Add :version.
7216
7217         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
7218         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
7219         (gnus-summary-article-delete-hook)
7220         (gnus-summary-display-while-building): Add :version.
7221
7222         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
7223         (gnus-get-top-new-news-hook):Add :version.
7224
7225         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7226         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
7227
7228         * gnus-registry.el (gnus-registry): Add :version.
7229
7230         * gnus-spec.el (gnus-use-correct-string-widths)
7231         (gnus-make-format-preserve-properties): Add :version.
7232
7233         * gnus.el (gnus-group-charter-alist)
7234         (gnus-group-fetch-control-use-browse-url)
7235         (gnus-install-group-spam-parameters): Add :version.
7236
7237         * gnus-diary.el (gnus-diary): Add :version.
7238
7239         * gnus-delay.el (gnus-delay): Add :version.
7240
7241         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
7242         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
7243         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
7244         Add :version.
7245
7246         * gnus-agent.el (gnus-agent-max-fetch-size)
7247         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
7248         (gnus-agent-prompt-send-queue): Add :version.
7249
7250         * deuglify.el (gnus-outlook-deuglify): Add :version.
7251
7252         * html2text.el: Beautify code.  Improve doc strings.  Some
7253         checkdoc cleanup.
7254         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
7255
7256 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
7257
7258         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
7259
7260 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el (gnus-registry-hashtb): Create the registry
7263         when package is loaded.
7264
7265         * spam.el (spam-summary-score-preferred-header): Add global preference
7266         for people who want to override the default SpamAssassin over
7267         Bogofilter preference (when both are set).
7268         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
7269         (spam-user-format-function-S): Check
7270         spam-summary-score-preferred-header.
7271         (spam-extra-header-to-number): Add X-Bogosity header parsing.
7272         (spam-user-format-function-S): Format the score correctly.
7273
7274 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
7277         signature file.  Suggested by Manoj Srivastava
7278         <srivasta@golden-gryphon.com>.
7279
7280         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
7281         iso-2022-jp even in the Japanese language environment.
7282         Suggested by Jason Rumney <jasonr@gnu.org>.
7283
7284 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
7287         use the same characters as the dummy marks; make it free from
7288         getting affected by the language environment.
7289         (gnus-summary-read-group-1): Update mark positions only when the
7290         format spec is updated.
7291
7292         * gnus-spec.el (gnus-update-format-specifications): Return a list
7293         of updated types.
7294
7295 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
7298         of boundp to check if display-warning is available.
7299
7300 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
7303
7304 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * nnspool.el (nnspool-spool-directory): Use news-path if the
7307         news-directory variable is not bound.
7308
7309         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
7310         function instead of display-warning if it is not available.
7311
7312 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
7315         v5-10: Use `point-at-bol'.
7316
7317 2004-10-26  Simon Josefsson  <jas@extundo.com>
7318
7319         * hashcash.el: Fix URL in comment, reported by Cheng Gao
7320         <chenggao@gmail.com>.
7321
7322 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
7325         instead.
7326
7327 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
7328
7329         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
7330         to remove a server from the nnimap-server-buffer-alist.
7331         (nnimap-open-connection, nnimap-close-server): Use it.
7332
7333         * gnus-encrypt.el: Remove file in favor of encrypt.el.
7334
7335 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
7338         running the major-mode function.
7339
7340 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
7343         dummy marks in the right way.
7344
7345 2004-10-18  David Edmondson  <dme@dme.org>
7346
7347         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
7348         excessively.
7349
7350 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
7351
7352         * gnus-util.el (gnus-split-references): Accept a nil references
7353         string and go on blissfully.
7354
7355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
7356         cases where the references string is non-nil but has no references.
7357
7358         * encrypt.el: Add autoload tags.
7359
7360         * spam.el (spam-resolve-registrations-routine): Remove article
7361         from unregistration list too.  Reported by David Hanak
7362         <dhanak@isis.vanderbilt.edu>
7363
7364 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
7367         nil.  Changed custom type.
7368
7369 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
7372
7373         * gnus-sum.el (gnus-summary-move-article): Use it.
7374
7375 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
7376
7377         * encrypt.el: Add autoload cookies.
7378
7379         * spam.el (spam-backend-article-list-property)
7380         (spam-backend-get-article-todo-list)
7381         (spam-backend-put-article-todo-list, )
7382         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
7383         Resolve registrations separately.
7384         (spam-register-routine): Format comments.
7385         (spam-unregister-routine, spam-register-routine): Always call with
7386         specific-articles, no default list.
7387         (spam-summary-prepare-exit): Use the spam-classifications function.
7388
7389         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
7390         gnus-encrypt.el.
7391
7392         * encrypt.el: copied from gnus-encrypt.el
7393
7394         * gnus-encrypt.el: commented that it's obsolete
7395
7396 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7397
7398         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
7399         (gnus-score-save): Use it.
7400
7401         * message.el (message-bury): Use `window-dedicated-p'.
7402
7403 2004-10-15  Simon Josefsson  <jas@extundo.com>
7404
7405         * pop3.el (top-level): Don't require nnheader.
7406         (pop3-read-timeout): Add.
7407         (pop3-accept-process-output): Add.
7408         (pop3-read-response, pop3-retr): Use it.
7409
7410 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * spam.el (spam-register-routine): Move comment.
7413         (spam-verify-bogofilter): Use 'unknown for the initial
7414         spam-bogofilter-valid state, not 'never.
7415
7416         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
7417         for netrc-machine.
7418
7419         * nnimap.el (nnimap-open-connection): Use
7420         netrc-machine-user-or-password.
7421
7422 2004-10-17  Richard M. Stallman  <rms@gnu.org>
7423
7424         * gnus-registry.el (gnus-registry-unload-hook):
7425         Set as a variable with add-hook.
7426
7427         * nnspool.el (nnspool-spool-directory): Use news-directory instead
7428         of news-path.
7429
7430         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
7431
7432         * spam.el: Delete duplicate `provide'.
7433         (spam-unload-hook): Set as a variable with add-hook.
7434
7435 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
7438         in the doc string.
7439
7440         * message.el (message-ignored-news-headers)
7441         (message-ignored-supersedes-headers)
7442         (message-ignored-resent-headers)
7443         (message-forward-ignored-headers): Improve custom type.
7444
7445 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * message.el (message-tokenize-header): Fix 2004-09-06 change
7448         which used point-min in the wrong place.
7449
7450 2004-10-12  Simon Josefsson  <jas@extundo.com>
7451
7452         * tls.el (tls-certtool-program): New variable.
7453         (tls-certificate-information): New function, based on
7454         ssl-certificate-information.
7455
7456 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * compface.el: Move the version of ELisp-based uncompface program
7459         to the contrib directory because of the copyright problem.
7460
7461 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * message.el (message-kill-buffer): Raise the current frame.
7464
7465 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-sum.el: Mention that multibyte characters don't work as marks.
7468
7469         * gnus.el (message-y-or-n-p): Autoload.
7470
7471         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
7472         (pop3-password-required, pop3-authentication-scheme)
7473         (pop3-leave-mail-on-server): Made customizable.
7474         (pop3): New custom group.
7475         (pop3-retr): Remove `sleep-for' statements.
7476         Suggested by Dave Love <fx@gnu.org>.
7477
7478         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
7479         Windows/DOS.
7480
7481         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7482         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
7483         Dave Love <fx@gnu.org>.
7484
7485         * mml.el (mml-minibuffer-read-disposition): Require match.
7486         Suggested by Dave Love <fx@gnu.org>.
7487
7488 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
7491         doc string.
7492
7493 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
7496
7497 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7498
7499         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
7500         instead of calling `mm-insert-inline', to decode text/* parts
7501         before displaying them.
7502
7503 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * mm-uu.el (mm-uu-text-plain-type): New variable.
7506         (mm-uu-pgp-signed-extract-1): Use it.
7507         (mm-uu-pgp-encrypted-extract-1): Use it.
7508         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
7509         bind mm-uu-text-plain-type with that value.
7510         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
7511         mm-uu-dissect.
7512
7513 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-group.el (gnus-update-group-mark-positions):
7516         * gnus-sum.el (gnus-update-summary-mark-positions):
7517         * message.el (message-check-news-body-syntax):
7518         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
7519         of string-as-multibyte.
7520
7521 2004-10-05  Juri Linkov  <juri@jurta.org>
7522
7523         * gnus-group.el (gnus-update-group-mark-positions):
7524         * gnus-sum.el (gnus-update-summary-mark-positions):
7525         * message.el (message-check-news-body-syntax):
7526         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
7527         8-bit unibyte values to a multibyte string for search functions.
7528
7529 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * mm-uu.el (mm-uu-dissect): Allow optional arg.
7532         (mm-uu-dissect-text-parts): New function.
7533
7534         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
7535         dissect text parts.
7536
7537         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
7538         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
7539
7540         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
7541
7542         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
7543         gnus-current-topics instead of gnus-current-topic.
7544
7545 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
7546
7547         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
7548
7549 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
7550
7551         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
7552         where approriate.
7553
7554         * nnml.el (nnml-generate-active-info): do.
7555
7556         * nndiary.el (nndiary-generate-active-info): do.
7557
7558         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
7559         (gnus-topic-move): do.
7560
7561         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
7562         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
7563
7564         * gnus-srvr.el (gnus-server-prepare)
7565         (gnus-server-open-all-servers): do.
7566
7567         * gnus-msg.el (gnus-summary-cancel-article)
7568         (gnus-summary-resend-message)
7569         (gnus-summary-mail-crosspost-complaint): do.
7570
7571         * gnus-move.el (gnus-change-server): do.
7572
7573         * gnus-group.el (gnus-group-unmark-all-groups)
7574         (gnus-group-set-current-level): do.
7575
7576 2004-10-04  Simon Josefsson  <jas@extundo.com>
7577
7578         * message.el (message-generate-hashcash): Doc fix.
7579
7580 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
7581
7582         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
7583         avoid infinite recursion via gnus-get-function.
7584
7585 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
7586
7587         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
7588
7589         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
7590
7591         * nnmail.el (nnmail-split-history): do.
7592
7593         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
7594         (nnml-request-delete-group): do.
7595
7596         * nnslashdot.el (nnslashdot-read-groups): do.
7597
7598         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
7599         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
7600
7601         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
7602         (nnspool-sift-nov-with-sed): Use last
7603         (nnspool-retrieve-headers-with-nov): Use mapc.
7604         (nnspool-request-newgroups): Use dolist.
7605         (nnspool-request-group): Use last.
7606
7607         * nntp.el (nntp-read-server-type): Use dolist.
7608
7609         * nnvirtual.el (nnvirtual-create-mapping)
7610         (nnvirtual-update-read-and-marked): Use dolist.
7611         (nnvirtual-convert-headers): Simplify.
7612
7613 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7614
7615         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
7616         support for sync'ing tick marks.
7617
7618 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
7621         there's no visible header.
7622
7623 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
7624
7625         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
7626         necessary, pass full group name to gnus-request-set-marks.
7627
7628 2004-10-01  Simon Josefsson  <jas@extundo.com>
7629
7630         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
7631         acroread.
7632
7633 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * spam-report.el (spam-report-gmane): Fix interactive.
7636
7637         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
7638
7639         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
7640         when writing file.
7641         (gnus-agent-synchronize-flags): Don't default to being
7642         interactive.
7643
7644 2004-09-30  Simon Josefsson  <jas@extundo.com>
7645
7646         * message.el (message-generate-hashcash): Add.
7647         (message-send-mail): Use it, call mail-add-payment.
7648
7649 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7650
7651         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
7652
7653 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
7654
7655         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
7656         gnus-requst-update-info with explicit code to sync the in-memory
7657         info read flags with the marks being sync'd to the backend.
7658
7659         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
7660
7661 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * spam.el (spam-verify-bogofilter): Add new function.
7664         (spam-check-bogofilter)
7665         (spam-bogofilter-register-with-bogofilter): Use it.
7666         (spam-verify-bogofilter): Add small fixes.
7667
7668 2004-09-28  Simon Josefsson  <jas@extundo.com>
7669
7670         * hashcash.el (hashcash-generate-payment): Revert.
7671
7672 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7673
7674         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
7675         gnus-extract-references instead of gnus-split-references.
7676
7677         * gnus-util.el (gnus-extract-references): Add new function, analogous
7678         to gnus-split-references but extracts only the message-ID without
7679         anything extra.
7680
7681         * hashcash.el (hashcash-generate-payment)
7682         (hashcash-check-payment): Do the right thing if hashcash-path is
7683         nil (because the hashcash program could not be found).
7684
7685         * spam.el (spam-use-hashcash): Remove comment.
7686
7687 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
7688
7689         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
7690         (gnus-cache-enter-article, gnus-cache-remove-article)
7691         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
7692
7693         * gnus-async.el (gnus-async-prefetch-remove-group): do.
7694
7695         * gnus-art.el (article-hide-boring-headers)
7696         (article-translate-strings, article-display-face)
7697         (gnus-article-mime-match-handle-first)
7698         (gnus-article-highlight-headers)
7699         (gnus-article-add-buttons-to-head): do.
7700
7701 2004-09-27  Simon Josefsson  <jas@extundo.com>
7702
7703         * hashcash.el: New version, from
7704         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
7705         ../contrib/.
7706
7707 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
7710
7711 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7712
7713         * gnus-dup.el (gnus-dup-open): Use mapc.
7714         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
7715
7716         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
7717         Reported by Stefan Wiens <s.wi@gmx.net>.
7718
7719         * gnus.el (gnus-shutdown): Use dolist.
7720
7721         * gnus-undo.el (gnus-undo): Use mapc.
7722
7723         * nnrss.el (nnrss-generate-active): do.
7724
7725         * message.el (message-cite-original-without-signature)
7726         (message-cite-original): Use mapc.
7727         (message-do-actions, message-make-forward-subject): Use dolist.
7728
7729 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7730
7731         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
7732         deletion to remove entire duplicate line.  Fixes merged article
7733         number bug.
7734
7735 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
7736
7737         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
7738         servers that are offline.  Avoids having gnus-agent-toggle-plugged
7739         first ask if you want to open a server and then, even when you
7740         responded with no, asking if you want to synchronize the server's
7741         flags.
7742         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
7743         multi-line expressions.
7744         (gnus-agent-synchronize-group-flags): New internal function.
7745         Updates marks in memory (in the info structure) AND in the
7746         backend.
7747
7748         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
7749
7750         * nnagent.el (nnagent-request-set-mark): Use
7751         gnus-agent-synchronize-group-flags, not backend's request-set-mark
7752         method, to ensure that synchronization updates marks in the
7753         backend and in the info (in memory) structure.
7754
7755 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
7758         convention fully; don't miss the root article of a thread; make
7759         the X-Draft-From header with correct article numbers.
7760
7761 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
7762
7763         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
7764         unless plugged.  Disable the agent so that an open failure causes
7765         an error.
7766
7767         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
7768         Reverted 2004-09-21 change.  The backend must be opened while
7769         synchronizing flags even when the backend stores the flags
7770         locally.
7771
7772 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
7775         in `header' match.  Reported by Svend Tollak Munkejord.
7776
7777         * message.el (message-cite-original): Fix use of
7778         `message-cite-articles-with-x-no-archive'.
7779
7780 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
7783         (gnus-window-to-buffer): Ditto.
7784
7785         * mml.el (mml-preview-buffer): New variable.
7786         (mml-preview): Manage window layout with gnus-buffer-configuration.
7787
7788         * gnus-msg.el (gnus-setup-message): Put article numbers into the
7789         X-Draft-From header even if those articles aren't quoted.
7790
7791 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
7792
7793         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
7794         (gnus-request-set-mark, gnus-request-update-mark): Use new
7795         g-s-t-u-l-m to decide to use backend even when unplugged.
7796
7797 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
7800         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
7801
7802 2004-09-20  Simon Josefsson  <jas@extundo.com>
7803
7804         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
7805         "utf-16-le".
7806
7807 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7808
7809         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
7810
7811 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * uudecode.el (uudecode-use-external): Add :version.
7814
7815         * smime.el (smime-CA-file, smime-encrypt-cipher)
7816         (smime-dns-server): Add :version.
7817
7818         * smiley.el (gnus-smiley-file-types): Add :version.
7819
7820         * sha1.el (sha1-use-external): Add :version.
7821
7822         * pgg-def.el (pgg-query-keyserver): Add :version.
7823
7824         * nnmail.el (nnmail-fancy-expiry-targets)
7825         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
7826         Add :version.
7827
7828         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
7829         (nnimap-retrieve-groups-asynchronous): Add :version.
7830         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
7831
7832         * mml.el (mml-content-disposition-parameters)
7833         (mml-insert-mime-headers-always): Add :version.
7834
7835         * mm-util.el (mm-coding-system-priorities): Add :version.
7836
7837         * mm-decode.el (mm-inline-text-html-with-images)
7838         (mm-keep-viewer-alive-types, mm-external-terminal-program)
7839         (mm-verify-option): Add :version.
7840         (mm-text-html-renderer): Change :version.
7841
7842         * message.el (message-fcc-externalize-attachments)
7843         (message-required-headers, message-draft-headers)
7844         (message-subject-trailing-was-query)
7845         (message-subject-trailing-was-ask-regexp)
7846         (message-subject-trailing-was-regexp, message-mark-insert-begin)
7847         (message-mark-insert-end, message-archive-header)
7848         (message-archive-note, message-cross-post-default)
7849         (message-cross-post-note, message-followup-to-note)
7850         (message-cross-post-note-function, message-use-mail-followup-to)
7851         (message-subscribed-address-functions)
7852         (message-subscribed-address-file, message-subscribed-addresses)
7853         (message-subscribed-regexps, message-allow-no-recipients)
7854         (message-yank-cited-prefix, message-signature-insert-empty-line)
7855         (message-hidden-headers, message-hierarchical-addresses)
7856         (message-mail-user-agent, message-use-idna)
7857         (message-valid-fqdn-regexp)
7858         (message-strip-special-text-properties, message-header-synonyms)
7859         (message-beginning-of-line, message-tab-body-function): Add :version.
7860         (message-insert-canlock, message-wide-reply-confirm-recipients):
7861         Change :version.
7862
7863         * mail-source.el (mail-source-ignore-errors): Add :group, :type
7864         and :version.
7865         (mail-source-delete-old-incoming-confirm)
7866         (mail-source-movemail-program): Add :version.
7867
7868         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
7869         (gnus-agent-cache, gnus-agent): Change :version.
7870
7871         * gnus-util.el (gnus-use-byte-compile): Change :version.
7872
7873         * gnus-sum.el (gnus-summary-make-false-root-always)
7874         (gnus-summary-default-high-score)
7875         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
7876         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
7877         (gnus-read-all-available-headers, gnus-article-emulate-mime)
7878         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
7879         (gnus-sum-thread-tree-single-indent)
7880         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7881         (gnus-sum-thread-tree-leaf-with-other)
7882         (gnus-sum-thread-tree-single-leaf): Add :version.
7883         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
7884         (gnus-article-loose-mime): Change :version.
7885
7886         * gnus-start.el (gnus-backup-startup-file)
7887         (gnus-save-startup-file-via-temp-buffer): Add :version.
7888
7889         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
7890         (gnus-server-offline-face): Add :version.
7891
7892         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
7893
7894         * gnus-msg.el (gnus-gcc-externalize-attachments)
7895         (gnus-debug-files, gnus-debug-exclude-variables)
7896         (gnus-discouraged-post-methods): Change :version.
7897         (gnus-confirm-mail-reply-to-news)
7898         (gnus-confirm-treat-mail-like-news): Add :version.
7899
7900         * gnus-int.el (gnus-server-unopen-status): Add :version.
7901
7902         * gnus-group.el (gnus-group-jump-to-group-prompt)
7903         (gnus-large-ephemeral-newsgroup)
7904         (gnus-fetch-old-ephemeral-headers): Add :version.
7905
7906         * gnus-fun.el (gnus-x-face-directory)
7907         (gnus-convert-pbm-to-x-face-command)
7908         (gnus-convert-image-to-x-face-command)
7909         (gnus-convert-image-to-face-command): Add :version.
7910
7911         * gnus-delay.el (gnus-delay-default-hour): Add :version.
7912
7913         * gnus-cite.el (gnus-cite-blank-line-after-header)
7914         (gnus-article-boring-faces): Add :version.
7915
7916         * gnus-art.el (gnus-buttonized-mime-types)
7917         (gnus-inhibit-mime-unbuttonizing)
7918         (gnus-treat-display-face)
7919         (gnus-treat-body-boundary): Change :version.
7920         (gnus-body-boundary-delimiter, gnus-picon-databases)
7921         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
7922         (gnus-treat-date-english, gnus-treat-fold-headers)
7923         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
7924         (gnus-treat-mail-picon, gnus-treat-wash-html)
7925         (gnus-article-encrypt-protocol)
7926         (gnus-use-idna, gnus-article-over-scroll)
7927         (gnus-mime-display-multipart-alternative-as-mixed)
7928         (gnus-mime-display-multipart-related-as-mixed)
7929         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
7930         (gnus-ctan-url, gnus-button-ctan-handler)
7931         (gnus-button-handle-ctan-bogus-regexp)
7932         (gnus-button-ctan-directory-regexp)
7933         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
7934         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
7935         (gnus-button-man-level, gnus-button-emacs-level)
7936         (gnus-button-message-level, gnus-button-browse-level): Add :version.
7937
7938         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
7939         (gnus-agent-go-online): Change :version.
7940         (gnus-agent-expire-unagentized-dirs)
7941         (gnus-agent-auto-agentize-methods): Add :version.
7942
7943         * flow-fill.el (fill-flowed-display-column)
7944         (fill-flowed-encode-column): Add :version.
7945
7946         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7947         (gnus-outlook-deuglify-unwrap-max)
7948         (gnus-outlook-deuglify-cite-marks)
7949         (gnus-outlook-deuglify-unwrap-stop-chars)
7950         (gnus-outlook-deuglify-no-wrap-chars)
7951         (gnus-outlook-deuglify-attrib-cut-regexp)
7952         (gnus-outlook-deuglify-attrib-verb-regexp)
7953         (gnus-outlook-deuglify-attrib-end-regexp)
7954         (gnus-outlook-display-hook): Add :version.
7955
7956         * binhex.el (binhex-use-external): Add :version.
7957
7958 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
7961         and `invisible'.
7962
7963 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7964
7965         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
7966         in gnus-registry-trim.
7967
7968 2004-09-13  Simon Josefsson  <jas@extundo.com>
7969
7970         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
7971
7972         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
7973
7974         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
7975         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7976         <yamaoka@jpl.org>.
7977         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
7978         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
7979         <yamaoka@jpl.org>.
7980
7981         * sieve.el (sieve-manage-mode): Ditto.
7982
7983 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
7986
7987 2004-09-11  Simon Josefsson  <jas@extundo.com>
7988
7989         * dns-mode.el: Add.
7990
7991         * mm-view.el (mm-display-dns-inline): Add.
7992
7993         * mm-decode.el (mm-inline-media-tests): Add text/dns.
7994         (mm-automatic-display): Ditto.
7995
7996         * mailcap.el (mailcap-mime-data): Add text/dns.
7997         (mailcap-mime-extensions): Map .soa to text/dns.
7998
7999 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
8000
8001         * gnus-art.el (article-decode-mime-words, article-babel)
8002         (gnus-article-highlight-signature, gnus-article-add-buttons)
8003         (gnus-signature-toggle): Remove unnecessary bindings of
8004         `inhibit-read-only' inherited from v5.10 merge.
8005
8006 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * nntp.el (nntp): New customization group.
8009         (nntp-authinfo-file): Add customization group.
8010
8011         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
8012
8013         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
8014
8015         * gnus.el (to-address, to-list, subscribed)
8016         (large-newsgroup-initial): Ditto.
8017
8018         * flow-fill.el (fill-flowed-display-column)
8019         (fill-flowed-encode-column): Ditto.
8020
8021 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
8022
8023         * message.el (message-tokenize-header, message-send-mail-with-qmail):
8024         Use point-min rather than 1.
8025         (message-send-mail): Use buffer-size rather than point-max.
8026
8027         * gnus-sum.el (gnus-summary-search-article-forward):
8028         Signal a specific `search-failed' rather than a generic `error'.
8029
8030         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
8031         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
8032         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
8033
8034 2004-09-10  Simon Josefsson  <jas@extundo.com>
8035
8036         * nndb.el (require): Remove tcp and duplicate cl.
8037
8038 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-agent.el (directory-files-and-attributes): Move forward.
8041
8042 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8043
8044         * gnus-agent.el (directory-files-and-attributes): Optionally
8045         defined to support XEmacs.
8046
8047 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
8048
8049         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
8050         to avoid run-time CL dependencies.
8051         (gnus-agent-unfetch-articles): New function.
8052         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
8053         article numbers even when local .overview file is missing.
8054         (gnus-agent-read-article-number): New function. Only accepts
8055         27-bit article numbers.
8056         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
8057         gnus-agent-read-article-number.
8058         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
8059         from backend while recognizing that article numbers in .overview
8060         must be valid.
8061         (gnus-agent-update-files-total-fetched-for): Use
8062         directory-files-and-attributes to improve performance.
8063         * gnus-int.el (gnus-request-move-article): Use
8064         gnus-agent-unfetch-articles in place of gnus-agent-expire to
8065         improve performance.
8066
8067         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
8068         some users confused by references to .newsrc when they only have a
8069         .newsrc.eld file.
8070         (gnus-convert-mark-converter-prompt,
8071         gnus-convert-converter-needs-prompt): Fixed use of property list.
8072         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
8073         New function. Used internally to only display 'gnus converting
8074         files' message when actually necessary.
8075
8076         * gnus-sum.el (): Removed (require 'gnus-agent) as required
8077         methods now autoloaded.
8078
8079 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-sum.el (gnus-summary-insert-subject): Remove list
8082         identifiers.
8083
8084 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * gnus-picon.el: Fix indentation and closing parenthesis.
8087
8088 2004-09-01  Simon Josefsson  <jas@extundo.com>
8089
8090         * message.el (message-canlock-generate): Require sha1, not
8091         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
8092         to require within a function.  Sadly, if sha1.el isn't loaded, the
8093         let binding in m-c-g will hide the defcustom definition, which is
8094         bad.)
8095
8096         * canlock.el: Require sha1, not sha1-el.
8097
8098         * message.el: Don't autoload sha1 (there is a autoload cookie in
8099         sha1.el).
8100
8101         * sha1-el.el: Renamed to sha1.el.
8102
8103 2004-08-30  Juanma Barranquero  <lektu@terra.es>
8104
8105         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
8106
8107 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8108
8109         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
8110
8111 2004-08-30  Kim F. Storm  <storm@cua.dk>
8112
8113         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
8114
8115         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
8116         Add :group 'nnimap.
8117
8118 2004-08-30  Andreas Schwab  <schwab@suse.de>
8119
8120         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
8121         ?* and ?\;.
8122
8123         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
8124         and ?\' to symbol instead of whitespace.
8125
8126 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
8129
8130         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
8131         instead of re-search-forward.
8132
8133         * gnus-uu.el (gnus-uu-save-article): Ditto.
8134         (gnus-uu-post-encode-uuencode): Ditto.
8135
8136         * html2text.el (html2text-clean-list-items): Ditto.
8137         (html2text-clean-dtdd): Ditto.
8138         (html2text-format-tags): Ditto.
8139
8140         * message.el (message-send-mail-with-sendmail): Fix regexp.
8141         (message-fill-field-general): Use search-forward instead of
8142         re-search-forward.
8143         (unbold-region): Ditto.
8144
8145         * nnrss.el (nnrss-request-article): Ditto.
8146
8147         * nnslashdot.el (nnslashdot-request-article): Ditto.
8148
8149         * nnweb.el (nnweb-gmane-wash-article): Ditto.
8150
8151         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
8152         "Unrecognized menu descriptor" error in XEmacs.
8153
8154 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8155
8156         * gnus-sum.el (gnus-read-header): Don't remove a header for the
8157         parent article of a sparse article in the thread hashtb.
8158
8159 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
8160
8161         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
8162         (nnmail-expand-newtext): Lowercase expanded entries if
8163         nnmail-split-lowercase-expanded is non-nil.
8164
8165 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
8168         entry.
8169
8170         * gnus-group.el (gnus-group-line-format-alist): Convert the value
8171         of gnus-tmp-news-method into string under XEmacs.  It will be
8172         passed to gnus-correct-length which takes only a string argument.
8173
8174 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * gnus-util.el (gnus-bind-print-variables): New macro.
8177         (gnus-prin1): Use it.
8178         (gnus-prin1-to-string): Use it.
8179         (gnus-pp): New function.
8180         (gnus-pp-to-string): New function.
8181
8182         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
8183         pp-to-string with gnus-pp-to-string.
8184         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
8185         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
8186         * gnus-msg.el (gnus-debug): Ditto.
8187         * gnus-score.el (gnus-score-save): Ditto.
8188         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
8189         gnus-pp-to-string.
8190         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
8191         with gnus-pp.
8192         * score-mode.el (gnus-score-pretty-print): Ditto.
8193         * webmail.el (webmail-debug): Ditto.
8194
8195 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-art.el (article-display-face, article-display-x-face): Use
8198         buffer-read-only.
8199
8200 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-art.el (article-hide-list-identifiers): Bind
8203         inhibit-read-only as t.
8204
8205 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
8208
8209 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8210
8211         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
8212         (gnus-narrow-to-page): Don't assume point-min == 1.
8213         (gnus-article-edit-mode): Derive from message-mode.
8214
8215         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
8216         point-min == 1.
8217
8218         * imap.el (imap-parse-address-list, imap-parse-body-ext):
8219         Disable incorrect use of `assert'.
8220
8221         * message.el (message-mode): Set comment-start-skip.
8222
8223
8224 2004-08-22  Sam Steingold  <sds@gnu.org>
8225
8226         * pop3.el (pop3-leave-mail-on-server): New user variable.
8227         (pop3-movemail): Delete mail only when it is nil.
8228
8229 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
8232
8233         * mml.el (mml-preview): Use `pop-to-buffer'.
8234
8235         * message.el (message-goto-mail-followup-to): Insert after "To".
8236         (message-carefully-insert-headers): Add comment.
8237
8238         * gnus.el: Remove unused variable `gnus-article-check-size'.
8239
8240         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
8241
8242         * gnus-art.el (gnus-button-alist): Improve
8243         `gnus-button-handle-library' entry.
8244
8245 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
8246
8247         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
8248         downcase, since XEmacs capitalizes error messages differently.
8249
8250 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
8251
8252         * nntp.el: Add (require 'gnus) due to reference to
8253         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
8254
8255 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
8256
8257         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
8258         `mm-fill-flowed'.
8259
8260         * mm-decode.el (mm-dissect-singlepart): Check it.
8261
8262 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
8265         'imap' for netrc parsing.
8266
8267 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * mailcap.el (mailcap-mime-data): Mark as risky.
8270
8271 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
8274         may be included in the encoded word.
8275         (rfc2047-encode): Don't append a space if the encoded word
8276         includes close parenthesis.
8277
8278 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
8281         of text within parentheses.
8282
8283 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
8284
8285         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
8286         (gnus-encrypt-write-file-contents): Make the password key the file
8287         name PLUS the cipher, not just the cipher.  Also remove failed
8288         passwords from the cache.
8289
8290 2004-08-06  Simon Josefsson  <jas@extundo.com>
8291
8292         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
8293         fix.
8294
8295 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
8298         LWSP.
8299
8300 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
8301
8302         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
8303         to append in-reply-to: data to the references: header.
8304
8305         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
8306         (netrc-parse): Use gnus-encrypt.el functions.
8307
8308         * gnus-encrypt.el: Add new file for encryption support; currently
8309         does only a few GPG ciphers and an internal XOR cipher.
8310
8311         * password.el: Add comments on using password-read-and-add.
8312         (password-read-and-add): Add function to read and add the
8313         password to the cache at once.
8314
8315 2004-07-28  Simon Josefsson  <jas@extundo.com>
8316
8317         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
8318         parameter (but don't use it, for now).
8319
8320         * imap.el (imap-ssl-open): Use imap-process-connection-type,
8321         instead of hard coding to nil.
8322
8323 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * mm-view.el (mm-inline-image-emacs): Open lines under an image
8326         as mm-inline-image-xemacs does.
8327
8328 2004-07-26  Simon Josefsson  <jas@extundo.com>
8329
8330         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
8331         Revert part of 2004-07-17 change below.
8332
8333 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
8336         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8337
8338 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339
8340         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
8341         quotes that actually start with ">" at the beginning of the
8342         lines.
8343
8344 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * rfc2047.el (rfc2047-encode-region): Fix last change.
8347         (rfc2047-encode-parameter): Remove useless concat.
8348
8349 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
8352         encode special characters; fix some kind of misconfigured headers;
8353         signal a real error if debug-on-quit or debug-on-error is non-nil.
8354         (rfc2047-encode-max-chars): New variable.
8355         (rfc2047-encode-1): Use it.
8356         (rfc2047-encode-parameter): New function.
8357
8358         * mml.el (mml-insert-parameter): Remove an excessive space.
8359
8360 2004-07-17  Simon Josefsson  <jas@extundo.com>
8361
8362         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
8363         Kai Grossjohann <kai@emptydomain.de>.
8364         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
8365         (gnus-group-make-menu-bar): Ditto.
8366
8367         * gnus-util.el (gnus-group-server): Add.
8368
8369 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
8370
8371         * message.el (message-clone-locals): Clone sendmail and smtp
8372         variables.
8373
8374 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * rfc2047.el (rfc2047-encode-region): Fix last change.
8377
8378 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
8381         characters as non-special.
8382
8383 2004-07-09  Simon Josefsson  <jas@extundo.com>
8384
8385         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
8386         Users will lose all flag changes made while unplugged with
8387         e.g. nntp unless flag synchronization happens, thus `nil' is not a
8388         good default.  See numerous reports on ding mailing list.
8389
8390 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
8393         add generate-head-function and generate-article-function to the
8394         rfc822-forward entry.
8395         (nndoc-rfc822-forward-generate-article): New function.
8396         (nndoc-rfc822-forward-generate-head): New function.
8397
8398         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
8399
8400 2004-07-06  Dan Christensen  <jdc@uwo.ca>
8401
8402         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
8403         respect display group parameter and gnus-summary-expunge-below.
8404         (gnus-articles-to-read): Remove unused reference to display group
8405         parameter.
8406
8407 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * nnheader.el (nnheader-uniquify-message-id): New experimental
8410         variable.
8411         (nnheader-nov-read-message-id): Use it.
8412
8413         * spam-report.el (spam-report-gmane): Add interactive.
8414
8415 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
8418         qp-or-base64 for the application/* types.
8419
8420 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
8421
8422         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
8423
8424 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
8427         trim value.
8428
8429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
8430
8431         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
8432         New macro and function.
8433         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
8434
8435 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
8438         after-load-alist.
8439
8440 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
8443         update info that isn't there.
8444
8445 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
8446
8447         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
8448         entry.
8449
8450 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * mm-view.el (mm-inline-render-with-function): Use multibyte
8453         buffer; decode html source by charset.
8454
8455         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
8456
8457         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
8458         Mule-UCS is loaded under XEmacs.
8459         (mm-mime-mule-charset-alist): Avoid duplicated entries.
8460
8461 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
8462
8463         * nnheader.el (nnheader-max-head-length): Increase to 8192.
8464
8465 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * mm-util.el (mm-coding-system-p): Return a coding-system.
8468         (mm-mime-mule-charset-alist): Use shift_jis instead of
8469         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
8470         entries for the mime charsets iso-2022-jp-3 and shift_jis.
8471         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
8472         instead of japanese-shift-jis and iso-latin-1 respectively in
8473         order to share the default value with both Emacs and XEmacs-mule.
8474         (mm-mule-charset-to-mime-charset): Make
8475         mm-coding-system-priorities effective.
8476         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
8477         while predicating of candidates upon the priorities.
8478
8479 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
8480
8481         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8482         gnus-uu-invert-processable.
8483
8484         * gnus.el: Autoload gnus-uu-invert-processable.
8485
8486 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * mm-util.el (mm-with-multibyte-buffer): New macro.
8489
8490         * rfc2047.el (rfc2047-encode-string): Use it.
8491         (rfc2047-encode-region): Move point to the end of the region after
8492         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
8493
8494 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
8497         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
8498
8499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
8502         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
8503         Karl Chen <quarl@nospam.quarl.org>.
8504
8505 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
8506
8507         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
8508         invalid addresses.
8509
8510 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
8511
8512         * spam.el: Change section markers, revise TODO list.
8513         (spam-backends): Make new master list of all installed backends.
8514         (spam-summary-exit-behavior): Add new variable to determine how
8515         messages moves are done at summary exit.
8516         (spam-move-spam-nonspam-groups-only)
8517         (spam-process-ham-in-nonham-groups)
8518         (spam-process-ham-in-spam-groups): Remove variables, the
8519         spam-summary-exit-behavior variable should be used to manage this
8520         behavior.
8521         (spam-old-ham-articles, spam-old-spam-articles): Remove.
8522         (spam-old-articles): Add variable, replacing spam-old-ham-articles
8523         and spam-old-spam-articles.
8524         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
8525         Add empty variables, placeholders for the backends they represent.
8526         (spam-set-difference): Move, unchanged.
8527         (spam-list-of-processors): Declare OBSOLETE, not used anymore
8528         unless the user has a processor variable.
8529         (spam-classifications, spam-classification-valid-p)
8530         (spam-backend-properties, spam-backend-property-valid-p)
8531         (spam-backend-function-type-valid-p)
8532         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
8533         (spam-report-articles-gmane, spam-report-articles-resend):
8534         Remove functions, they are not needed.
8535         (spam-install-backend-super, spam-backend-list)
8536         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
8537         (spam-backend-function, spam-backend-ham-registration-function)
8538         (spam-backend-spam-registration-function)
8539         (spam-backend-ham-unregistration-function)
8540         (spam-backend-spam-unregistration-function)
8541         (spam-backend-statistical-p, spam-backend-mover-p)
8542         (spam-install-backend-alias, spam-install-checkonly-backend)
8543         (spam-install-mover-backend, spam-install-nocheck-backend)
8544         (spam-install-backend, spam-install-statistical-backend)
8545         (spam-install-statistical-checkonly-backend): Add backend installation
8546         support.
8547         (spam-summary-prepare-exit): Rewrite to use the new backend code.
8548         (spam-group-processor-p): Use the new backend code and respect the
8549         summary exit behavior.
8550         (spam-mark-spam-as-expired-and-move-routine): Remove.
8551         (spam-summary-prepare): Change to use the new spam-old-articles
8552         variable.
8553         (spam-copy-or-move-routine, spam-copy-spam-routine)
8554         (spam-move-spam-routine, spam-copy-ham-routine)
8555         (spam-move-ham-routine): Add code to copy/move ham or spam.
8556         (spam-fetch-field-fast): Improve doc and code, plus allow the
8557         'number request.
8558         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
8559         variables.
8560         (spam-split, spam-find-spam): Use the new backend code.
8561         (spam-registration-functions): Remove variable.
8562         (spam-unregister-routine): Add convenience wrapper.
8563         (spam-log-undo-registration, spam-register-routine)
8564         (spam-log-processing-to-registry)
8565         (spam-log-unregistration-needed-p): Rename "check" to "backend"
8566         where possible.
8567         (spam-check-gmane-xref, spam-check-regex-headers)
8568         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
8569         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
8570         (spam-check-bogofilter-headers, spam-check-spamoracle)
8571         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
8572         (spam-check-crm114-headers): Use the spam-split-group that
8573         spam-split prepares, no need to determine it every time.
8574
8575         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
8576         to the nnheader-parse-naked-head call.
8577
8578         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
8579
8580         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
8581         the nnheader-nov-read-message-id call.
8582
8583 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
8586         gnus-activate-group twice.  Suggested by Markus Peter
8587         <warp@spin.de>.
8588
8589 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-art.el (gnus-article-time-format): Exchange the order of
8592         day and month in the default value; fix customization type.
8593         (article-date-ut): Use add-text-properties.
8594         (article-make-date-line): Use message-make-date instead of
8595         current-time-string.
8596
8597         * message.el (message-fetch-field): Don't use set-text-properties.
8598         (message-make-date): Simplify.
8599
8600         * messagexmas.el (message-xmas-make-date): New function.
8601         (message-xmas-redefine): Defalias message-make-date to it.
8602
8603 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
8606         (rfc2047-encode-region): Treat text within parentheses as special;
8607         show the original text when error has occurred.
8608
8609         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
8610         already-computed method to gnus-activate-group.
8611
8612         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
8613         same select-methods identical Lisp objects.
8614
8615         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
8616         object when modifying the info.
8617
8618 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-srvr.el (gnus-server-set-info): Remove the server from
8621         gnus-opened-servers since it has never been opened with the new
8622         configuration yet.
8623
8624 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
8627         arg to nnheader-generate-fake-message-id.
8628
8629 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
8630
8631         * nnheader.el (nnheader-generate-fake-message-id): Accept a
8632         number and build a fake message ID localized to a group and
8633         article number (so it's repeatable from that point on).
8634         (nnheader-fake-message-id-p): Change regex to accomodate new fake
8635         ID format.
8636
8637         * gnus-sum.el (gnus-get-newsgroup-headers): Call
8638         nnheader-generate-fake-message-id with the article number.
8639
8640 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
8641
8642         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
8643         end-of-buffer.
8644
8645 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * message.el (message-ignored-supersedes-headers): Add Approved.
8648
8649 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * rfc2047.el (rfc2047-encode-message-header): Remove useless
8652         goto-char.
8653         (rfc2047-encode): Fold the line before encoding.
8654
8655 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8656
8657         * rfc2047.el (rfc2047-encode-message-header): Disabled header
8658         folding -- not all headers can be folded, and this should be done
8659         by the message composition mode.  Probably.  I think.
8660
8661 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
8664         fast.
8665
8666         * gnus-ems.el (gnus-remove-image): Don't use
8667         message-text-with-property; remove only the image found first.
8668
8669         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
8670         found first.
8671
8672 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
8673
8674         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
8675
8676 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * message.el (message-text-with-property): Make it fast and accept
8679         optional arguments.
8680         (message-strip-forbidden-properties): Use it.
8681         (message-fix-before-sending): Follow the m-t-w-p change.
8682
8683         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
8684
8685 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-art.el (article-hide-headers): Don't change the buffer
8688         mistakenly when performing mml-preview even if
8689         gnus-single-article-buffer is nil.
8690
8691 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
8692
8693         * message.el (message-expand-name-databases): New user option.
8694         (message-expand-name): Use it.
8695
8696 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
8697
8698         * spam.el (spam-report-articles-resend)
8699         (spam-report-resend-register-routine): Allow ham reporting.
8700         (spam-report-resend-register-ham-routine): Add wrapper.
8701         (spam-registration-functions): Add ham resending functions.
8702         (spam-list-of-processors): Add ham resend processor.
8703
8704         * gnus.el (ham-resend-to): Add new group parameter.
8705         (spam-process): Add ham resend option.
8706
8707         * spam-report.el (spam-report-resend): Allow reporting ham.
8708         (spam-report-resend-ham): Add wrapper.
8709
8710 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8711
8712         * message.el (message-cite-articles-with-x-no-archive): New
8713         variable.
8714         (message-cite-original): Use it.
8715
8716 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * message.el (message-cite-original): Respect X-No-Archive.
8719
8720 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-art.el (article-hide-headers): Refer to the values for
8723         gnus-ignored-headers and gnus-visible-headers in the summary
8724         buffer since a user may have set them as group parameters.
8725
8726 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
8727
8728         * assistant.el (assistant-node-name): Add convenience function.
8729         (assistant-render-text, assistant-render-node): Add error handling,
8730         plus handle multiple next nodes.
8731         (assistant-find-next-node): Comment out for now.
8732         (assistant-find-next-nodes): Add function, returns list of next
8733         nodes.
8734
8735 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
8736
8737         * mail-source.el (mail-source-directory): Fix doc-string.
8738
8739 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
8740
8741         * assistant.el (assistant-render-text, assistant-eval): Add :set
8742         widget type, which is different because it takes and returns a
8743         list.  Much hilarity ensues.
8744
8745 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
8748
8749         * gnus-group.el (gnus-group-get-new-news-this-group): Added
8750         doc-string.
8751
8752         * gnus-start.el (gnus-activate-group): Added doc-string.
8753
8754 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8755
8756         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
8757
8758 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
8759
8760         * assistant.el (assistant-render-text): Try to add a :set
8761         widget, more to come.
8762
8763         * spam.el (spam-group-spam-contents-p): Handle empty groupname
8764         strings.
8765         (spam-report-articles-resend)
8766         (spam-register-routine): Do registration iff any articles warrant
8767         it.
8768         (spam-summary-prepare-exit): Change log message for nil group
8769         destinations.
8770
8771 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
8772
8773         * spam.el (spam-report-resend-register-routine): Allow
8774         spam-report-resend-to to be a group parameter or a global value.
8775
8776 2004-05-26  Simon Josefsson  <jas@extundo.com>
8777
8778         * starttls.el: Merge with my GNUTLS based starttls.el.
8779         (starttls-gnutls-program, starttls-use-gnutls)
8780         (starttls-extra-arguments, starttls-process-connection-type)
8781         (starttls-connect, starttls-failure, starttls-success): New
8782         variables.
8783         (starttls-program, starttls-extra-args): Doc fix.
8784         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
8785         functions.
8786         (starttls-negotiate, starttls-open-stream): Check
8787         `starttls-use-gnutls' and pass on to corresponding *-gnutls
8788         function if it is set.
8789
8790 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
8793         structured fields.
8794
8795 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
8798
8799 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
8802         variable.
8803         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
8804         assigning the spam-mark to new messages.
8805
8806 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
8807
8808         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
8809
8810 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * dgnushack.el: Autoload customize-set-variable for XEmacs.
8813
8814         * rfc2047.el (rfc2047-encodable-p): Don't move point.
8815         (rfc2047-decode): Treat the ascii coding-system as raw-text by
8816         default.
8817
8818 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
8819
8820         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
8821         correct data.
8822
8823 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
8826         (spam-group-processor-p): Fix function.
8827         (spam-group-processor-multiple-p)
8828         (spam-group-spam-processor-report-gmane-p)
8829         (spam-group-spam-processor-report-resend-p)
8830         (spam-group-spam-processor-bogofilter-p)
8831         (spam-group-spam-processor-blacklist-p)
8832         (spam-group-spam-processor-ifile-p)
8833         (spam-group-ham-processor-ifile-p)
8834         (spam-group-spam-processor-spamoracle-p)
8835         (spam-group-spam-processor-crm114-p)
8836         (spam-group-ham-processor-bogofilter-p)
8837         (spam-group-spam-processor-stat-p)
8838         (spam-group-ham-processor-stat-p)
8839         (spam-group-ham-processor-whitelist-p)
8840         (spam-group-ham-processor-BBDB-p)
8841         (spam-group-ham-processor-spamoracle-p)
8842         (spam-group-ham-processor-copy-p): Remove functions with some
8843         prejudice against unneeded code.
8844         (spam-report-articles-resend)
8845         (spam-report-resend-register-routine): Allow the group/topic
8846         spam-resend-to value to override spam-report-resend-to.
8847         (spam-summary-prepare-exit): Invoke spam-group-processor-p
8848         properly now.
8849
8850         * gnus.el (spam-resend-to): Add group/topic parameter.
8851         (spam-process): Move the OBSOLETE processors to the end of the
8852         choices.
8853
8854 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
8855
8856         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
8857         with resend-to set to nil, and then ask the user if necessary.
8858         (spam-report-resend): spam-report-resend takes a list of articles, not
8859         separate article numbers.
8860
8861 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
8864         addition to emacs-w3m.
8865
8866 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * assistant.el (assistant-authinfo-data): New function.
8869         (assistant-eval): Eval for entire assistant.
8870
8871         * netrc.el (netrc-services-file): New variable.
8872         (netrc-parse-services): New function.
8873         (netrc-find-service-name): New function.
8874         (netrc-find-service-number): New function.
8875         (netrc-port-equal): New function.
8876         (netrc-machine): Use it.
8877
8878         * nnimap.el (nnimap-open-connection): Use netrc.
8879
8880         * gnus-util.el (gnus-netrc-get): Remove aliases.
8881
8882         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
8883
8884         * assistant.el (wid-edit): Fix compilation.
8885
8886         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
8887
8888 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
8889
8890         * gnus-util.el (gnus-set-file-modes): New function.  (small
8891         patch).
8892
8893 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
8896
8897         * assistant.el (assistant-render-node): Fix up rendering and
8898         read-only text.
8899         (assistant-render-node): Reset.
8900         (assistant-make-read-only): Not sticky.
8901
8902 2004-05-20  Danny Siu  <dsiu@adobe.com>
8903
8904         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
8905         centered even when gnus-auto-center-summary is t
8906
8907 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908
8909         * dns.el (dns-get-txt-answer): New function.
8910         (dns-read-txt): Ditto.
8911         (query-dns): Use it.
8912
8913 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
8916         active for foreign groups even if the group level is higher than
8917         the specified value.
8918
8919 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8920
8921         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
8922         non-active groups.
8923
8924         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
8925
8926 2004-05-20  Magnus Henoch  <mange@freemail.hu>
8927
8928         * dns.el (dns-read-type): Add support for SVR.  (small patch)
8929
8930 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8931
8932         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
8933         (spam-crm114-header, spam-crm114-spam-switch)
8934         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
8935         (spam-crm114-positive-spam-header)
8936         (spam-crm114-database-directory, spam-list-of-processors)
8937         (spam-group-spam-processor-crm114-p)
8938         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
8939         (spam-generic-score, spam-list-of-checks)
8940         (spam-list-of-statistical-checks, spam-registration-functions)
8941         (spam-check-crm114-headers, spam-crm114-score)
8942         (spam-check-crm114, spam-crm114-register-with-crm114)
8943         (spam-crm114-register-spam-routine)
8944         (spam-crm114-unregister-spam-routine)
8945         (spam-crm114-register-ham-routine)
8946         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
8947         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
8948
8949         * gnus.el: Add spam-use-crm114.
8950
8951         * spam.el (spam-list-of-processors, spam-registration-functions):
8952         Add spam-use-resend.
8953         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
8954         (spam-report-articles-gmane): Add doc fix.
8955         (spam-report-articles-resend,
8956         spam-report-resend-register-routine): Add wrappers around
8957         spam-report-resend-to.
8958
8959         * spam-report.el (spam-report-resend-to, spam-report-resend):
8960         Add support for resending spam.
8961         (spam-report-gmane): Fix line length >80.
8962
8963         * gnus.el (spam-process): Add spam-use-resend.
8964
8965 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8966
8967         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
8968         number of processed spam messages.
8969         (spam-ham-copy-or-move-routine): Return the number of processed
8970         ham messages.
8971         (spam-summary-prepare-exit): Use the above values to decide
8972         whether status messages shouled be displayed.
8973
8974 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
8977         `rfc2047-encoding-function-alist' in order to avoid conflicting
8978         with the old version.
8979         (rfc2047-encode-region): Concatenate words containing non-ASCII
8980         characters in structured fields; don't encode space-delimited
8981         ASCII words even in unstructured fields; don't break words at
8982         char-category boundaries.
8983         (rfc2047-encode-1): New function.
8984         (rfc2047-encode): Use it; encode text so that it occupies the
8985         maximum width within 76-column; work correctly on Q encoding for
8986         iso-2022-* charsets.
8987         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
8988         sure not to break a line just after the header name.
8989         (rfc2047-b-encode-region): Removed.
8990         (rfc2047-b-encode-string): New function.
8991         (rfc2047-q-encode-region): Removed.
8992         (rfc2047-q-encode-string): New function.
8993
8994         * mm-util.el (mm-replace-in-string): New function.
8995
8996 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8997
8998         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
8999         get it right.
9000         (gnus-inews-make-draft): Really.
9001
9002 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
9003
9004         * nnmh.el (nnmh-request-list-1): Don't check the link count
9005         before descending.  (small patch)
9006
9007 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
9010         stuff.
9011
9012         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
9013         on real group name.
9014
9015         * gnus-art.el (gnus-signature-limit): Doc fix.
9016
9017         * gnus-msg.el (gnus-inews-make-draft): Quote list.
9018
9019         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
9020
9021 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
9022
9023         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
9024         isn't a string.
9025
9026 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * gnus-draft.el (gnus-draft-send): Bind
9029         rfc2047-encode-encoded-words.
9030
9031         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
9032         (rfc2047-encodable-p): Say that =? needs encoding.
9033         (rfc2047-encode-encoded-words): New variable.
9034
9035         * gnus-group.el (gnus-group-select-group): Doc fix.
9036
9037         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
9038
9039         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
9040         to nil.
9041
9042         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
9043
9044         * nnheader.el (nnheader-get-lines-and-char): New function.
9045
9046 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * gnus-msg.el (gnus-summary-followup-with-original): Document
9049         yanking of region when active.
9050
9051 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
9054         groups if the group level is higher than the specified value.
9055
9056 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
9059         (gnus-group-jump-to-group): Added prefix argument using
9060         `gnus-group-jump-to-group-prompt'.  Query before jumping to
9061         non-active group.
9062
9063         * compface.el (uncompface): Be verbose when changing
9064         `uncompface-use-external'.
9065
9066         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
9067         handle manual section.
9068
9069 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus-art.el (gnus-button-alist): Revert previous change.
9072
9073 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
9076
9077 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9078
9079         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
9080         whether backend can accept message.
9081
9082         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9083
9084 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
9085
9086         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
9087         Avoid creating directory when nntp-marks-is-evil is true.
9088         Reported by Reiner Steib.
9089
9090 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-picon.el (gnus-picon-style): New variable.
9093         (gnus-picon-insert-glyph): Added optional `nostring' argument.
9094         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
9095         Jesper Harder <harder@ifa.au.dk>.
9096
9097 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * message.el (message-fill-field): Return point.
9100         (message-generate-headers): Go to end of field.
9101
9102         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
9103         stuff for non-living groups.
9104
9105 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
9106
9107         * gnus-art.el (gnus-article-followup-with-original)
9108         (gnus-article-reply-with-original): gnus-mark-active-p ->
9109         gnus-region-active-p.
9110
9111 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
9112
9113         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
9114         only when there is spam or ham to be processed.
9115
9116 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * mail-source.el (mail-source-delete-crash-box): Refactor.
9119         (mail-source-fetch): Use it.
9120         (mail-source-fetch-file): Ditto.
9121         (mail-source-fetch-directory): Run postscript in loop.
9122         (mail-source-fetch-pop): Delete.
9123         (mail-source-fetch-maildir): Ditto.
9124         (mail-source-fetch-imap): Ditto.
9125
9126         * imap.el (imap-authenticators): Comment out sasl.
9127
9128         * message.el (message-skip-to-next-address): New function.
9129         (message-fill-header-address): Refactor.
9130         (message-fill-address): Use it.
9131         (message-delete-address): Use it.
9132         (message-fill-header-general): Refactor.
9133         (message-fill-field-address): Rename.
9134         (message-narrow-to-field): Find the start of the header.
9135         (message-header-format-alist): Don't pre-fill.
9136         (message-fill-header): Removed.
9137         (message-insert-header): New function.
9138         (message-shorten-references): Use it.
9139
9140         * rfc2047.el (rfc2047-field-value): Strip props.
9141
9142         * mail-parse.el (mail-header-make-address): New alias.
9143
9144         * ietf-drums.el (ietf-drums-make-address): New function.
9145
9146         * imap.el: Add compiler directives.
9147
9148         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
9149
9150         * gnus-art.el (article-decode-idna-rhs): Don't use
9151         message-idna-inside-rhs-p.
9152
9153 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * message.el (message-idna-inside-rhs-p): Removed.
9156         (message-idna-to-ascii-rhs-1): Use proper address parsing.
9157
9158         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
9159         false positives.
9160
9161 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
9162
9163         * imap.el (imap-sasl-make-mechanisms): Use sasl.
9164
9165 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9166
9167         * nneething.el (nneething-file-name): Don't create spurions
9168         files.
9169
9170         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
9171         (gnus-inews-do-gcc): Remove sleep.
9172
9173         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
9174         part under point.
9175
9176         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
9177         (gnus-agent-regenerate-group): Using nil messages aren't valid.
9178
9179 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
9180
9181         * spam.el (spam-summary-prepare-exit): Fixed (length).
9182
9183 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9184
9185         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
9186         as expired without moving it" message when there are spam
9187         messages left.
9188
9189 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
9190
9191         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
9192         header is not nil.
9193
9194 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
9195
9196         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
9197         nntp-possibly-create-directory, not nntp-possibly-change-group.
9198         (nntp-marks-changed-p): New arg SERVER.
9199         (nntp-request-update-info): Adjust caller.
9200
9201 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
9202
9203         * nntp.el (nntp-save-marks): Pass missing arg.
9204
9205 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
9206
9207         * nntp.el: Support marks.
9208         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
9209         (nntp-marks-modtime, nntp-marks-directory): New variables.
9210         (nntp-request-set-mark, nntp-request-update-info)
9211         (nntp-possibly-create-directory, nntp-marks-changed-p)
9212         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
9213         functions.
9214
9215 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
9216
9217         * gnus-xmas.el (gnus-xmas-select-lowest-window)
9218         (gnus-xmas-redefine): Rename.
9219
9220         * gnus-score.el (gnus-score-insert-help): Use
9221         gnus-select-lowest-window.
9222
9223         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
9224         appt-select-lowest-window and rename to gnus-select-lowest-window.
9225
9226         * gnus.el: do.
9227
9228 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9229
9230         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
9231         encodings of MIME-encoded words, in order to improve
9232         interoperability with several broken MUAs.
9233
9234 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9235
9236         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
9237         tags, only when charsets are not specified in headers.
9238         (mm-inline-text-html-render-with-w3m): Ditto.
9239
9240         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
9241         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
9242
9243 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9244
9245         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
9246         instead of MIME-decoded from fields when checking
9247         `gnus-article-address-banner-alist'.
9248
9249 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
9250
9251         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
9252         description rather than subject.
9253
9254 2004-05-02  Steve Youngs  <steve@youngs.au.com>
9255
9256         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
9257
9258 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9259
9260         * gnus.el (gnus-version-number): Bump.
9261
9262 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9263
9264         * gnus.el: No Gnus v0.2 is released.
9265
9266 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * gnus-agent.el (gnus-agent-read-agentview): Inline
9269         gnus-uncompress-range.
9270
9271 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9272
9273         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
9274         `exec-installed-p'.
9275
9276 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9277
9278         * gnus.el (spam-process, spam-autodetect-methods): Add
9279         bsfilter and bsfilter-headers.
9280
9281         * spam.el (spam-bsfilter): New customize group.
9282         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
9283         (spam-bsfilter-header, spam-bsfilter-probability-header)
9284         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
9285         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
9286         (spam-bsfilter-database-directory): New options.
9287         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
9288         (spam-list-of-statistical-checks, spam-registration-functions):
9289         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
9290         (spam-bsfilter-score): New command.
9291         (spam-check-bsfilter-headers, spam-check-bsfilter)
9292         (spam-bsfilter-register-with-bsfilter)
9293         (spam-bsfilter-register-spam-routine)
9294         (spam-bsfilter-unregister-spam-routine)
9295         (spam-bsfilter-register-ham-routine)
9296         (spam-bsfilter-unregister-ham-routine): New functions.
9297         (spam-generic-score): Support bsfilter; Accept an optional argument
9298         to recalcurate spam score even if scoring header has already been
9299         added.
9300         (spam-bogofilter-score, spam-spamassassin-score): Accept an
9301         optional argument to recalcurate spam score even if scoring header
9302         has already been added.
9303
9304 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
9305
9306         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
9307         strings!  Reported by David D. Smith <davidsmith@acm.org>.
9308         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
9309         link is missing.
9310
9311 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
9312
9313         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
9314         (html2text-get-attr): Rewrite.
9315
9316         * message.el (message-setup-1): Remove redundant put-text-property
9317         on mail-header-separator.
9318
9319 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
9320
9321         * gnus-registry.el (gnus-registry-cache-whitespace)
9322         (gnus-registry-action, gnus-registry-spool-action)
9323         (gnus-registry-split-fancy-with-parent): Change message levels
9324         from 5 to 3 or 7, as needed.
9325
9326         * spam.el (spam-summary-prepare-exit)
9327         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
9328         (spam-split, spam-find-spam, spam-log-undo-registration)
9329         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
9330         level from 5 to 6.
9331
9332 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-ems.el: Autoload appt-select-lowest-window (revert
9335         2004-03-04 change).
9336
9337 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9338
9339         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
9340         Use mapc when appropriate.
9341
9342         * sieve-manage.el (sieve-manage-open): do.
9343
9344         * nnweb.el (nnweb-insert-html): do.
9345
9346         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
9347         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
9348
9349         * nnspool.el (nnspool-request-group): do.
9350
9351         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
9352         do.
9353
9354         * nnml.el (nnml-request-update-info): do.
9355
9356         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
9357         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
9358
9359         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
9360         (nnimap-request-set-mark): do.
9361
9362         * nnfolder.el (nnfolder-request-update-info): do.
9363
9364         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
9365         do.
9366
9367         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
9368
9369         * gnus-uu.el (gnus-uu-find-articles-matching): do.
9370
9371         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
9372         do.
9373
9374         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
9375         do.
9376
9377         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
9378
9379         * gnus-nocem.el (gnus-nocem-scan-groups): do.
9380
9381         * gnus-int.el (gnus-start-news-server): do.
9382
9383         * gnus-group.el (gnus-group-make-kiboze-group)
9384         (gnus-group-browse-foreign-server): do.
9385
9386 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
9387
9388         FIXME: Make separate entries for each person.
9389
9390         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
9391         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
9392         <shields@msrl.com>:
9393
9394         * spam.el (spam-necessary-extra-headers): Get the extra headers we
9395         may need for spam sorting and scoring.
9396         (spam-user-format-function-S): Add user format function suitable for
9397         general use.
9398         (spam-article-sort-by-spam-status): Add sorting function for summary
9399         sorting.
9400         (spam-extra-header-to-number): Add function to get a score from a
9401         header.
9402         (spam-summary-score): Add function to  get a numeric score from the
9403         headers.
9404         (spam-generic-score): Fixed function doc, was in wrong place.
9405         (spam-initialize): Take symbols when it's run, and install the
9406         extra headers that spam-necessary-extra-headers thinks we need.
9407
9408 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
9411         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9412
9413 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
9414
9415         * gnus-sum.el (gnus-set-global-variables)
9416         (gnus-build-all-threads, gnus-get-newsgroup-headers)
9417         (gnus-article-get-xrefs, gnus-summary-best-group)
9418         (gnus-summary-next-article, gnus-summary-enter-digest-group)
9419         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
9420         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
9421         with-current-buffer.
9422
9423 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
9424
9425         * spam.el (spam-summary-prepare-exit): Simplify logic.
9426         (spam-fetch-article-header): Read the article header if it's not
9427         available.
9428         (spam-list-articles): Simplify logic.
9429         (spam-filelist-register-routine): Fix bug with unregister-list.
9430
9431         * gnus-registry.el: Fix comments at beginning.
9432
9433 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
9434
9435         * message.el (message-cater-to-broken-inn): Remove.
9436         (message-shorten-references): Make sure the total folded length of
9437         References is shorter than 998 characters to cater to a bug in INN
9438         2.3.  Also, don't pretend that references aren't folded -- this
9439         hasn't worked for a while.
9440
9441 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9442
9443         * gnus-agent.el (gnus-agentize):
9444         gnus-agent-send-mail-real-function no longer set to current value
9445         of message-send-mail-function but rather a lambda that calls
9446         message-send-mail-function.  The change makes the agent real-time
9447         responsive to user changes to message-send-mail-function.
9448
9449 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9450
9451         * legacy-gnus-agent.el
9452         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
9453         help from Florian Weimer <fw@deneb.enyo.de>
9454
9455 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9456
9457         * nnmail.el (nnmail-cache-insert): Revert last change.
9458
9459 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * nnmail.el (nnmail-cache-insert): Always check whether
9462         nnmail-cache-ignore-groups matches a group name.
9463
9464 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
9465
9466         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
9467         (spam-find-spam, spam-log-processing-to-registry)
9468         (spam-log-registered-p, spam-log-unregistration-needed-p)
9469         (spam-log-undo-registration): Use gnus-message instead of
9470         gnus-error, none of these errors are fatal.
9471
9472         * gnus-registry.el (gnus-registry-clean-empty-function)
9473         (gnus-registry-clean-empty): Remove only empty entries without
9474         extra data.
9475
9476 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * spam-stat.el (spam-stat-buffer-change-to-spam)
9479         (spam-stat-buffer-change-to-non-spam): Change (error) to
9480         (gnus-message 8) invocation.
9481
9482 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9483
9484         * nntp.el (nntp-via-netcat-command): New variable.
9485         (nntp-via-netcat-switches): New variable.
9486         (nntp-open-via-rlogin-and-netcat): New function.
9487         (nntp-open-connection-function): Doc fix.
9488         (nntp-telnet-command): Doc fix.
9489         (nntp-end-of-line): Doc fix.
9490         (nntp-via-rlogin-command): Doc fix.
9491         (nntp-via-user-name): Doc fix.
9492         (nntp-via-address): Doc fix.
9493
9494 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
9497         error in Emacs 21.1.
9498
9499 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
9502
9503 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9504         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
9505         (gnus-agent-with-refreshed-group): New macro.
9506         (gnus-agent-rename-group): New function.
9507         (gnus-agent-delete-group): New function.
9508         (gnus-agent-save-group-info): Use gnus-command-method when
9509         `method' parameter is nil.  Don't write nil entries into the
9510         active file.
9511         (gnus-agent-get-group-info): New function.
9512         (gnus-agent-fetch-articles): Use
9513         gnus-agent-update-files-total-fetched-for to increment disk space
9514         used.
9515         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
9516         gnus-agent-update-view-total-fetched-for to increment disk space
9517         used.
9518         (gnus-agent-get-local): Added optional parameters to avoid calling
9519         gnus-group-real-name and gnus-find-method-for-group.
9520         (gnus-agent-set-local): Delete stored entry if either min, or max,
9521         are nil.
9522         (gnus-agent-fetch-session): Reworded error/quit messages.  On
9523         quit, use gnus-agent-regenerate-group to record existance of any
9524         articles fetched to disk before the quit occurred.
9525         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
9526         gnus-agent-update-view-total-fetched-for, and
9527         gnus-agent-update-files-total-fetched-for to decrement disk space
9528         used.
9529         (gnus-agent-retrieve-headers): Use
9530         gnus-agent-update-view-total-fetched-for to increment disk space
9531         used.
9532         (gnus-agent-regenerate-group): Replace gnus-group-update-group
9533         with gnus-agent-update-files-total-fetched-for to decrement disk
9534         space and fresh group buffer.
9535         (gnus-agent-inhibit-update-total-fetched-for): New variable.
9536         (gnus-agent-need-update-total-fetched-for): New variable.
9537         (gnus-agent-update-files-total-fetched-for): New function.
9538         (gnus-agent-update-view-total-fetched-for): New function.
9539         (gnus-agent-total-fetched-for): New function.
9540
9541         * gnus-cache.el (gnus-cache-save-buffers): Use
9542         gnus-cache-update-overview-total-fetched-for to change disk space
9543         used by this group.
9544         (gnus-cache-possibly-enter-article): Use
9545         gnus-cache-update-file-total-fetched-for to increment disk space
9546         used by this group.
9547         (gnus-cache-possibly-remove-article): Use
9548         gnus-cache-update-file-total-fetched-for to decrement disk space
9549         used by this group.
9550         (gnus-cache-generate-nov-databases): Purge total fetched cache.
9551         (gnus-cache-rename-group): New function.
9552         (gnus-cache-delete-group): New function.
9553         (gnus-cache-inhibit-update-total-fetched-for): New variable.
9554         (gnus-cache-need-update-total-fetched-for): New variable.
9555         (gnus-cache-with-refreshed-group): New macro.
9556         (gnus-cache-update-file-total-fetched-for): New function.
9557         (gnus-cache-update-overview-total-fetched-for): New function.
9558         (gnus-cache-rename-group-total-fetched-for): New function.
9559         (gnus-cache-delete-group-total-fetched-for): New function.
9560         (gnus-cache-total-fetched-for): New function.
9561
9562         * gnus-group.el: Require gnus-sum and autoload functions to
9563         resolve warnings when gnus-group.el compiled alone.
9564         (gnus-group-line-format): Documented new %F
9565         (size of Fetched data) group line format; identifies disk space
9566         used by agent and cache.
9567         (gnus-group-line-format-alist): Defined new F format.
9568         (gnus-total-fetched-for): New function.
9569         (gnus-group-delete-group): No longer update
9570         gnus-cache-active-altered as gnus-request-delete-group now keeps
9571         the cache in sync.
9572         (gnus-group-list-active): Let the agent store a server's active
9573         list if currently plugged.
9574
9575         * gnus-int.el (gnus-request-delete-group): Use
9576         gnus-cache-delete-group and gnus-agent-delete-group to keep the
9577         local disk in sync with the server.
9578          (gnus-request-rename-group): Use
9579         gnus-cache-rename-group and gnus-agent-rename-group to keep the
9580         local disk in sync with the server.
9581
9582         * gnus-start.el (gnus-get-unread-articles): Cosmetic
9583         simplification to logic.
9584
9585         * gnus-util.el (gnus-rename-file): New function.
9586
9587 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
9588
9589         * mm-util.el (mm-image-load-path): Handle nil in load-path.
9590
9591 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
9592
9593         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
9594         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
9595
9596 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
9597
9598         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
9599         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
9600
9601 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
9602
9603         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
9604
9605 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
9606
9607         * spam.el (spam-set-difference): Add function to replace
9608         gnus-set-difference in spam.el.
9609         (spam-summary-prepare-exit): Use spam-set-difference.
9610
9611 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9612
9613         * gnus-registry.el (gnus-registry-cache-file): Update to use
9614         gnus-dribble-directory OR gnus-home-directory OR ~.
9615         (gnus-registry-split-fancy-with-parent): Fix doc.
9616
9617 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * message.el (message-exchange-point-and-mark): Use
9620         message-mark-active-p.  Suggested by Jesper Harder
9621         <harder@ifa.au.dk>.
9622
9623 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * message.el (message-exchange-point-and-mark): Don't activate
9626         region if it was inactive.  Suggested by Hiroshi Fujishima
9627         <pooh@nature.tsukuba.ac.jp>.
9628
9629 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (article-display-face): Display Faces in the same
9632         order as X-Faces.
9633
9634 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
9637
9638 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
9641         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
9642         (gnus-article-mime-hierarchy): Remove.
9643         (gnus-article-mime-hierarchy-next): Remove.
9644         (gnus-article-mode): Revert 2004-03-19 change.
9645         (gnus-article-setup-buffer): Revert 2004-03-19 change.
9646         (gnus-insert-mime-button): Revert 2004-03-19 change.
9647         (gnus-mime-accumulate-hierarchy): Remove.
9648         (gnus-mime-enter-multipart): Remove.
9649         (gnus-mime-leave-multipart): Remove,
9650         (gnus-mime-display-part): Revert 2004-03-19 change.
9651         (gnus-mime-display-alternative): Revert 2004-03-19 change.
9652
9653         * mml.el (mml-preview): Revert 2004-03-19 change.
9654
9655 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9656
9657         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
9658
9659 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
9662         t while entering a file name using the mm-with-multibyte macro.
9663         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9664
9665         * mm-util.el (mm-with-multibyte): New macro.
9666
9667 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
9670         user option.
9671         (gnus-mime-multipart-functions): Doc and customization fix.
9672         (gnus-article-mime-hierarchy): New variable.
9673         (gnus-article-mime-hierarchy-next): New variable.
9674         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
9675         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
9676         gnus-article-mime-hierarchy-next to nil.
9677         (gnus-insert-mime-button): Show hierarchy numbers.
9678         (gnus-mime-accumulate-hierarchy): New function.
9679         (gnus-mime-enter-multipart): New function.
9680         (gnus-mime-leave-multipart): New function.
9681         (gnus-mime-display-part): Recompute hierarchical MIME structure.
9682         (gnus-mime-display-alternative): Show hierarchy numbers.
9683
9684         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
9685         gnus-article-mime-hierarchy-next to nil.
9686
9687 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
9688
9689         * dns.el: Don't require gnus-xmas.
9690
9691 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
9692
9693         * mml.el (mml-generate-mime-1): Don't use format=flowed with
9694         inline PGP.
9695         (mml-menu): Disable mml-quote-region if mark is inactive.
9696
9697 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
9700         when the group's active is not available.
9701
9702 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
9705         error.
9706
9707 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * imap.el (imap-store-password): New variable.
9710         (imap-interactive-login): Use it.
9711         Suggested by Mark Plaksin <happy@mcplaksin.org>.
9712
9713 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-art.el (gnus-article-read-summary-keys): Restore new
9716         window-start and hscroll to summary window.
9717
9718 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9719
9720         * gnus-start.el (gnus-convert-old-newsrc): Only write the
9721         conversion message to newsrc-dribble when an actual conversion is
9722         performed.
9723
9724 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
9725
9726         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
9727
9728 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * mm-decode.el (mm-complicated-handles): New function reviving
9731         former definition of mm-multiple-handles.
9732
9733         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
9734         (gnus-mime-delete-part): Use it.
9735
9736 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9737
9738         * gnus-agent.el (gnus-agent-read-local): Bind
9739         nnheader-file-coding-system to gnus-agent-file-coding-system to
9740         avoid the implicit assumption that they will always be equal.
9741         (gnus-agent-save-local): Bind buffer-file-coding-system, not
9742         coding-system-for-write, as the with-temp-file macro first prints
9743         to a buffer then saves the buffer.
9744
9745 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-art.el (gnus-article-edit-part): New function.
9748         (gnus-mime-save-part-and-strip): Use it; do query instead of
9749         signaling an error; don't use mm-multiple-handles.
9750         (gnus-mime-delete-part): Ditto.
9751
9752 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9753
9754         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
9755         old file versions.
9756         (gnus-group-prepare-hook): Removed function that converted list
9757         form of gnus-agent-expire-days to group properties.
9758
9759         * gnus-int.el: Autoload gnus-agent-regenerate-group.
9760         (gnus-request-accept-article): Re-indented.
9761
9762         * gnus-start.el (gnus-convert-old-newsrc): Registered new
9763         converters to handle old agent file formats.  Added logic for a
9764         "backup before upgrading warning".
9765         (gnus-convert-mark-converter-prompt): Developers can mark
9766         functions as needing (default), or not needing,
9767         gnus-convert-old-newsrc's "backup before upgrading warning".
9768         (gnus-convert-converter-needs-prompt): Tests whether the user
9769         should be protected from potentially irreversable changes by the
9770         function.
9771
9772         * legacy-gnus-agent.el (): New. Provides converters that are only
9773         loaded when gnus-convert-old-newsrc needs to call them.
9774
9775 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * mail-source.el (mail-source-touch-pop): Doc fix.
9778
9779         * message.el (message-smtpmail-send-it): Doc fix.
9780
9781 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
9782
9783         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
9784
9785         * nnmail.el (nnmail-split-fancy): do.
9786
9787         * gnus-kill.el (gnus-kill, gnus-execute): do.
9788
9789 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
9790
9791         * gnus-sum.el (gnus-widget-reversible-match)
9792         (gnus-widget-reversible-to-internal)
9793         (gnus-widget-reversible-to-external): New functions.
9794         (gnus-widget-reversible): New widget.
9795         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
9796
9797 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
9798
9799         * gnus-sum.el (gnus-thread-sort-functions)
9800         (gnus-article-sort-functions): Document `(not F)' items.
9801
9802 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9803
9804         * spam.el (spam-use-gmane-xref): Add new backend.
9805         (spam-gmane-xref-spam-group): Add variable to control the name of the
9806         Gmane spam group.
9807         (spam-blackhole-servers, spam-blackhole-good-server-regex)
9808         (spam-regex-headers-spam, spam-regex-headers-ham)
9809         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
9810         (spam-list-of-checks): Add spam-use-gmane-xref to list of
9811         backends and checks.
9812         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
9813
9814         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
9815         an autodetect method.
9816
9817 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9818
9819         * gnus-int.el (gnus-request-accept-article): Inform the agent that
9820         articles are being added to a group.
9821         (gnus-request-replace-article): Inform the agent that articles
9822         need to be uncached as the cached contents are no longer valid.
9823
9824 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * binhex.el: Don't autoload executable-find.
9827
9828         * canlock.el: Don't autoload mail-fetch-field.
9829
9830         * dgnushack.el: Autoload c-mode for XEmacs.
9831
9832         * gnus-ems.el: Don't autoload appt-select-lowest-window.
9833
9834         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
9835         rmail-dont-reply-to and rmail-output.
9836
9837         * gnus-score.el: Don't autoload ffap-string-at-point.
9838
9839         * gnus-setup.el: Don't autoload sc-cite-original.
9840
9841         * imap.el: Don't autoload base64-decode-string,
9842         base64-encode-string and md5.
9843
9844         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
9845         and rmail-msg-restore-non-pruned-header.
9846
9847         * mm-decode.el: Don't autoload executable-find.
9848
9849         * mm-url.el: Don't autoload executable-find.
9850
9851         * mm-view.el: Don't autoload diff-mode.
9852
9853         * nndb.el: Don't autoload news-reply-mode, news-setup,
9854         cancel-timer and telnet.
9855
9856         * password.el: Don't autoload run-at-time for Emacs.
9857
9858         * sha1-el.el: Don't autoload executable-find.
9859
9860         * sieve-mode.el: Don't autoload c-mode.
9861
9862         * uudecode.el: Don't autoload executable-find.
9863
9864 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9865
9866         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
9867         (gnus-agent-possibly-alter-active): Avoid null in numeric
9868         comparison.
9869         (gnus-agent-set-local): Refuse to save null in local object table.
9870         (gnus-agent-regenerate-group): The REREAD parameter can now be a
9871         list of articles that will be marked as unread.
9872
9873 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
9876
9877 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9878
9879         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
9880         language tags.
9881
9882 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9883
9884         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
9885         Don't bind "obarray".
9886
9887         * gnus-sum.el (gnus-thread-sort-functions): Added
9888         `gnus-thread-sort-by-most-recent-number' and
9889         `gnus-thread-sort-by-most-recent-date'.
9890         Reported by Kai Grossjohann <kai@emptydomain.de>.
9891
9892 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
9895
9896 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9897
9898         * gnus-cus.el (gnus-agent-customize-category): Removed
9899         ignore-errors macro reference that required cl to be loaded at
9900         run-time.
9901
9902         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
9903         single-interval range of the form (min . max).  Previously the
9904         range had to look like ((min . max)).  Likewise, return
9905         (min . max) rather than ((min . max)).
9906         (gnus-range-map): Use gnus-range-normalize to accept
9907         single-interval range.
9908
9909         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
9910         the cache, but not the agent, now appear with their usual face.
9911
9912         * dgnushack.el (loaddir): New variable that is bound to the
9913         directory containing the dgnushack.el file. Use loaddir, rather
9914         than srcdir, to update load-path. Change lets dgnushack compile
9915         code in directories other than GNUS/lisp.
9916
9917 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * lpath.el: Don't bind w3m-safe-url-regexp.
9920
9921         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
9922         w3m-safe-url-regexp variable buffer-local.
9923
9924         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9925
9926 2004-02-27  Simon Josefsson  <jas@extundo.com>
9927
9928         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
9929         gnus-group-real-prefix.
9930         (gnus-summary-move-article): Use it, instead of
9931         gnus-group-real-prefix.
9932
9933 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9934
9935         * lpath.el: Bind w3m-safe-url-regexp.
9936
9937         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
9938         w3m-safe-url-regexp variable buffer-local and set it as the value
9939         of mm-w3m-safe-url-regexp.
9940
9941         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
9942
9943         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
9944         parsing gnus-posting-styles when the message is not for replying.
9945
9946         * dgnushack.el: Autoload sgml-mode for XEmacs.
9947
9948         * nnrss.el (nnrss-opml-export): Use
9949         mm-set-buffer-file-coding-system instead of
9950         set-buffer-file-coding-system.
9951
9952 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
9953
9954         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
9955         of checkdoc.el).
9956         * nnrss.el: do.
9957         * gnus-mlspl.el: do.
9958         * gnus-ml.el: do.
9959         * gnus-srvr.el: do.
9960
9961         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
9962
9963 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9964
9965         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
9966         Corrections to custom-manual links.
9967
9968         * gnus-art.el (gnus-article): Ditto.
9969
9970         * mm-decode.el (mime-display, mime-security): Ditto.
9971
9972 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9973
9974         * flow-fill.el: Typo.
9975
9976 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
9977
9978         * spam-wash.el: New file.
9979
9980 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
9981
9982         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
9983
9984 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9985
9986         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
9987         to be run with new-articles as LIST1, not LIST2.
9988         (spam-registration-functions): Add spam-use-ham-copy as a nil
9989         registration backend.
9990
9991 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
9992
9993         * spam-stat.el (spam-stat-washing-hook): New option.
9994         (spam-stat-buffer-words): Use it.
9995         (spam-stat-process-directory, spam-stat-test-directory): Use
9996         insert-file-contents-literally.
9997         (spam-stat-coding-system): New variable.
9998         (spam-stat-load, spam-stat-save): Use it.
9999
10000 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * spam-report.el (spam-report-plug-agent): Quote
10003         spam-report-url-to-file and spam-report-url-ping-plain.
10004
10005 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
10008         / in mailto URLs.
10009
10010 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * spam-report.el (spam-report-process-queue): Fix interactive use.
10013         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
10014         (spam-report-unplug-agent): Doc fixes.
10015         (spam-report-url-ping-mm-url, spam-report-url-to-file)
10016         (spam-report-agentize, spam-report-deagentize): Autoload
10017
10018 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
10021
10022         * message.el (message-setup-fill-variables): Add mml tags to
10023         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
10024         <ajk@iu.edu>.
10025         (message-mode): Don't modify paragraph-separate there.
10026
10027 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * compface.el (uncompface-use-external): Default to undecided.
10030         (uncompface-use-external-threshold): New variable.
10031         (uncompface-float-time): New macro.
10032         (uncompface): Determine whether to use the external decoder if
10033         uncompface-use-external is undecided.
10034
10035 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
10038         after images.
10039
10040         * gnus-art.el (gnus-mime-display-single): Remove dead code.
10041
10042 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
10043
10044         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
10045
10046         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
10047
10048         * gnus-sum.el (gnus-summary-limit-to-age)
10049         (gnus-summary-limit-children): do.
10050
10051         * gnus-int.el (gnus-request-scan): do.
10052
10053         * gnus-group.el (gnus-group-suspend): do.
10054
10055         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
10056
10057         * gnus-cite.el (gnus-cite-parse-attributions): do.
10058
10059         * gnus-agent.el (gnus-summary-set-agent-mark)
10060         (gnus-agent-regenerate-group): do.
10061
10062         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
10063
10064         * binhex.el (binhex-decode-region-internal): do.
10065
10066 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-fun.el (gnus-face-properties-alist): New user option.
10069         (gnus-display-x-face-in-from): Use it.
10070
10071         * gnus-art.el (article-display-face): Ditto.
10072
10073         * compface.el (uncompface-use-external): Default to nil.
10074
10075 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
10076
10077         * nntp.el (nntp-erase-buffer): New function.
10078         (nntp-retrieve-data, nntp-send-command)
10079         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
10080         (nntp-possibly-change-group): Use it.
10081
10082         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
10083         with-current-buffer.
10084
10085 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
10086
10087         * compface.el: Merge the ELisp-based uncompface program.
10088         (compface): New customization group.
10089         (uncompface-use-external): New user option.
10090         (uncompface): Call uncompface-internal if uncompface-use-external
10091         is nil.
10092         (uncompface-internal): New function.  Note that there are also
10093         some other functions and variables added for this function.
10094
10095 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
10096
10097         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
10098         if necessary.
10099
10100 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
10101
10102         * spam-report.el (spam-report-unplug-agent)
10103         (spam-report-plug-agent, spam-report-deagentize)
10104         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
10105         Add support for the Agent in spam-report: when unplugged, report to a
10106         file; when plugged, submit all the requests.
10107
10108         * spam.el (spam-register-routine): Fix message about
10109         registration.
10110
10111 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
10112
10113         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
10114         dependencies.
10115         (rfc2047-encode): Use it.
10116
10117         * gnus-art.el (gnus-button-marker-list): Move before first
10118         reference.
10119
10120         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10121         (imap-parse-body): Fix format string mismatch.
10122
10123         * gnus-score.el (gnus-summary-increase-score): do.
10124
10125         * nnrss.el (nnrss-close): New function.
10126
10127 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
10128
10129         * nnrss.el (nnrss-make-filename): New function.
10130         (nnrss-request-delete-group, nnrss-read-server-data)
10131         (nnrss-save-server-data, nnrss-read-group-data)
10132         (nnrss-save-group-data): Use it.
10133         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
10134         (nnrss-read-server-data, nnrss-read-group-data): Use load.
10135         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
10136
10137 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
10138
10139         * mml.el (mml-compute-boundary-1): Don't uncompress files.
10140
10141 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
10142
10143         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
10144         files.
10145
10146         * message.el (message-generate-headers-first): Don't quote nil
10147         and t in docstrings.
10148
10149         * imap.el (imap-id): do.
10150
10151         * gnus-agent.el (gnus-agent-consider-all-articles)
10152         (gnus-agent-queue-mail): do.
10153
10154 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * spam-report.el (spam-report-process-queue): New function.
10157         Process requests from `spam-report-requests-file'.
10158         (spam-report-process-queue): Doc fix.
10159
10160 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
10161
10162         * spam.el (spam-register-routine)
10163         (spam-log-processing-to-registry, spam-log-registered-p)
10164         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10165         Change "check" to "spam-check" for semi-clarity.
10166
10167 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
10168
10169         * pop3.el: Require nnheader.
10170
10171         * mml-smime.el: Require cl.  Autoload message-fetch-field.
10172
10173         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
10174
10175         * gnus-picon.el: Require cl.
10176
10177         * gnus-fun.el: Require gnus-ems and gnus-util.
10178
10179         * gnus.el (gnus-method-to-server): Move defsubst before first use.
10180
10181         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
10182
10183         * gnus-art.el (gnus-article-edit-mode): Define before first
10184         reference.
10185
10186 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
10187
10188         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
10189         (gnus-uu-post-encoded): Use point-at-bol.
10190
10191         * gnus-topic.el (gnus-group-active-topic-p): do.
10192
10193         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
10194
10195         * gnus-group.el (gnus-group-kill-region): do.
10196
10197         * gnus-art.el (article-date-ut): do.
10198
10199         * message.el (message-fetch-field): Remove redundant
10200         case-fold-search binding.
10201         (message-narrow-to-field): Simplify.
10202
10203 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * spam.el (spam-directory): Derive from `gnus-directory'.
10206
10207         * spam-report.el (spam-report-url-to-file)
10208         (spam-report-requests-file): New function and variable for offline
10209         reporting.
10210         (spam-report-url-ping-function): Add `spam-report-url-to-file'
10211         and user defined function.
10212         (spam-report-url-ping-mm-url): Remove doubled slash.
10213
10214 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
10215
10216         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
10217
10218 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
10219
10220         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
10221         format string mismatch.
10222
10223         * sieve.el (sieve-deactivate-all): do.
10224
10225         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
10226
10227         * nnlistserv.el (nnlistserv-kk-wash-article): do.
10228
10229         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
10230
10231         * mm-bodies.el (mm-7bit-chars): Don't include \r.
10232
10233 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
10234
10235         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
10236         the list of checks.
10237
10238 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
10239
10240         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
10241         padding.
10242
10243 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
10244
10245         * mm-view.el (mm-fill-flowed): New variable.
10246         (mm-inline-text): Use it.
10247
10248 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
10249
10250         * spam.el (spam-spamassassin-register-ham-routine)
10251         (spam-spamassassin-register-spam-routine): Fix function names.
10252
10253 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus.el (gnus-tmp-grouplens): Remove.
10256         (gnus-summary-line-format): Remove grouplens.
10257
10258         * gnus-group.el (gnus-group-line-format): Ditto.
10259
10260         * gnus-spec.el (gnus-format-specs): Ditto.
10261         (gnus-update-format-specifications): Flush the group format spec
10262         cache if there's the grouplens stuff.
10263         (gnus-parse-simple-format): Replace %l with the empty string.
10264
10265 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
10266
10267         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
10268         omission.
10269
10270 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
10273         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10274
10275 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10276
10277         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
10278         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
10279         New macros and functions.
10280         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
10281         Handle > NLINK_MAX messages.
10282         * nnmaildir.el (nnmaildir-request-set-mark): Use
10283         nnmaildir--emlink-p and nnmaildir--eexist-p.
10284
10285 2004-01-25  Alex Schroeder  <alex@gnu.org>
10286
10287         * spam-stat.el (spam-stat-process-directory-age): New option.
10288         (spam-stat-process-directory): Use it.
10289
10290 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10291
10292         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
10293         (spam-stat-save): Accept prefix argument.
10294
10295 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
10296
10297         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
10298         links" error.
10299
10300 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
10303         the rest of the and/or forms.
10304
10305 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10306
10307         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
10308         compatibility with old .newsrc.eld files.
10309
10310         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
10311
10312         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
10313
10314         * gnus-start.el (gnus-1): do.
10315
10316         * gnus-group.el (gnus-group-line-format-alist): do.
10317
10318         * gnus.el (gnus-use-grouplens, gnus-visual): do.
10319
10320         * gnus-gl.el: Remove.
10321
10322 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10323
10324         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
10325         marks consisting of a single range {for example, (3 . 5)} rather
10326         than a list of a single range { ((3 . 5)) }.
10327
10328 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
10329
10330         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
10331         with-current-buffer.
10332         (spam-stat-store-current-buffer): Use insert-buffer-substring to
10333         avoid consing a string.
10334
10335         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
10336         Remove obsolete entries for big5 and gb2312.
10337
10338 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10339
10340         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
10341         uncompressed list.
10342
10343 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
10344
10345         * spam-stat.el (spam-stat-strip-xref): New function.
10346         (spam-stat-process-directory): Use it.
10347
10348         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
10349         here -- it's done in message-fetch-field.
10350
10351 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10352
10353         * gnus-agent.el (gnus-agent-queue-mail,
10354         gnus-agent-prompt-send-queue): New variables.
10355         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
10356         * gnus-draft.el (gnus-group-send-queue): Pass the group name
10357         "nndraft:queue" along to gnus-draft-send.  Use
10358         gnus-agent-prompt-send-queue.
10359         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
10360         is "nndraft:queue".  Suggested by Gaute Strokkenes
10361         <gs234@srcf.ucam.org>
10362
10363         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
10364         (agent-enable-undownloaded-faces): Added
10365         (gnus-agent-cat-groups): Use eval-and-compile, not
10366         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
10367         method of gnus-agent-cat-groups even when the buffer has been
10368         evaled.
10369         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
10370         delete gnus-agent-save-active-1.
10371         (gnus-agent-save-groups): Deleted. Identical to
10372         gnus-agent-save-active.
10373         (gnus-agent-write-active): No longer adjust agent's copy of active
10374         file as agent's adjustments are now stored in their own
10375         file. Removed optional parameter.
10376         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
10377         servers.  Add use of min/max range limits from server's local
10378         file.
10379         (gnus-agent-save-alist): Removed unused optional argument.
10380         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
10381         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
10382         (gnus-agent-set-local): A per-server file that keeps min/max range
10383         limits for articles known to the agent.  Provides a fast mechanism
10384         for altering many active ranges.
10385         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
10386         active file (local makes it unnecessary).
10387         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
10388
10389         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
10390         (agent-enable-undownloaded-faces): Added
10391
10392         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
10393         disable it when sending to "nndraft:queue".
10394         (gnus-group-send-queue): Add safety check to avoid sending queue
10395         when unplugged.
10396
10397         * gnus-group.el (gnus-group-catchup): Use new
10398         gnus-sequence-of-unread-articles, not
10399         gnus-list-of-unread-articles, to avoid exhausting memory with huge
10400         numbers of articles.  Use gnus-range-map to avoid having to
10401         uncompress the unread list.
10402         (gnus-group-archive-directory,
10403         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
10404         reference.
10405
10406         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
10407         (gnus-sorted-range-intersection): Intersection of two ranges
10408         without requiring that they first be uncompressed.
10409
10410         * gnus-start.el (gnus-activate-group): Unless blocked by the
10411         caller, possibly expand the active range to include both cached
10412         and agentized articles.
10413         (gnus-convert-old-newsrc): Rewrote in anticipation of having
10414         multiple version-dependent converters.
10415         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
10416         gnus-agent-save-active.
10417         (gnus-save-newsrc-file): Save dirty agent range limits.
10418
10419         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
10420         gnus-agent-possibly-alter-active.
10421         (gnus-adjust-marked-articles): Faster handling of simple lists
10422
10423 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
10424
10425         * spam-stat.el (spam-stat-test-directory): New optional argument
10426         displays a list of files detected.  Suggested by Andrew Cohen
10427         <cohen@andy.bu.edu>.
10428         (spam-stat-buffer-words-with-scores): Don't narrow and change
10429         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
10430
10431 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
10432
10433         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
10434         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
10435         (spam-spamassassin-arguments)
10436         (spam-spamassassin-spam-flag-header)
10437         (spam-spamassassin-positive-spam-flag-header)
10438         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
10439         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
10440         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10441         (spam-list-of-processors, spam-list-of-checks)
10442         (spam-list-of-statistical-checks, spam-registration-functions)
10443         (spam-check-spamassassin-headers, spam-check-spamassassin)
10444         (spam-spamassassin-score)
10445         (spam-spamassassin-register-with-sa-learn)
10446         (spam-spamassassin-register-spam-routine)
10447         (spam-spamassassin-register-ham-routine)
10448         (spam-assassin-register-spam-routine)
10449         (spam-assassin-register-ham-routine): add SpamAssassin support
10450         (spam-bogofilter-score): fix to show article before scoring
10451
10452 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
10453
10454         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
10455         default scoring function.
10456         (spam-generic-score): Call spam-spamassassin-score if
10457         spam-use-spamassassin or spam-use-spamassassin-headers is on;
10458         spam-bogofilter-score otherwise.
10459
10460         * gnus.el (spam-process, spam-autodetect-methods): Add
10461         spamassassin and spamassassin-headers.
10462
10463 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
10464
10465         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10466         Suppress unnecessary messages.
10467
10468 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10469
10470         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
10471         make-hash-table.
10472
10473 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * canlock.el (base64-encode-string): Don't autoload it.
10476
10477 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * run-at-time.el: Remove useless (require 'itimer),
10480         eval-and-compile and (featurep 'xemacs).
10481
10482 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
10483
10484         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
10485         GROUP is a virtual group.
10486
10487 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
10488
10489         * gnus.el: Autoload `message-y-or-n-p'.
10490
10491 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
10492
10493         * pgg-parse.el: Remove unnecessary (require 'custom).
10494
10495         * pgg-def.el: do.
10496
10497         * nnmail.el: do.
10498
10499         * gnus-undo.el: do.
10500
10501         * gnus-picon.el: do.
10502
10503         * gnus-util.el: do.
10504
10505 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * gnus-sum.el (gnus-pick-line-number): Add autoload.
10508
10509 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
10512         handle, as well as a list.
10513
10514         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
10515         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
10516         (mm-w3m-cid-retrieve): Simplify.
10517
10518 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
10519
10520         * message.el (message-kill-to-signature): Allow prefix arg to
10521         specify number of lines to keep before signature.
10522
10523 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
10524
10525         (message-kill-to-signature): Change docstring.
10526
10527 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * canlock.el: Always require sha1-el.
10530         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
10531
10532         * message.el: Autoload sha1 only when compiling.
10533
10534         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
10535         eudc-expand-inline for XEmacs.
10536
10537 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * message.el (message-canlock-generate): Require sha1-el.
10540
10541 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
10542
10543         * message.el (message-expand-name): Silence the byte compiler.
10544
10545         * lpath.el: Add detect-coding-system.
10546
10547         * dgnushack.el (dgnushack-compile): Remove obsolete check for
10548         cus-edit.
10549
10550 2004-01-13  Simon Josefsson  <jas@extundo.com>
10551
10552         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
10553         Invoke gnus-score-mode.  Reported by
10554         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10555
10556         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
10557         Jim Blandy <jimb@redhat.com> (tiny change).
10558
10559 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10560
10561         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
10562
10563 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
10564
10565         * spam.el (spam-get-article-as-string): Update to use
10566         gnus-request-article-this-buffer, much simpler.
10567         (spam-get-article-as-buffer): Remove.
10568
10569 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
10570
10571         * message.el (message-expand-name): Use EUDC if the user uses
10572         that.
10573
10574 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
10575
10576         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
10577         character for the encoding to avoid consing a string.
10578
10579         * rfc2047.el (rfc2047-decode-string): Don't cons a string
10580         unnecessarily.
10581
10582         * mm-util.el (mm-replace-chars-in-string): Remove.
10583
10584         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
10585         of mm-replace-chars-in-string.
10586
10587 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
10588
10589         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
10590         strings.
10591
10592         * mm-util.el (mm-subst-char-in-string): Support inplace.
10593
10594         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
10595         a new string in every iteration.  Use shy groups.
10596
10597 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
10598
10599         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
10600         (gnus-group-change-level, gnus-kill-newsgroup)
10601         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
10602         (gnus-get-unread-articles, gnus-make-articles-unread)
10603         (gnus-make-ascending-articles-unread): Use accessor
10604         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
10605         to get group information for improved readability.
10606
10607         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
10608
10609         * gnus-soup.el (gnus-soup-group-brew): do.
10610
10611         * gnus-msg.el (gnus-put-message): do.
10612
10613         * gnus-move.el (gnus-group-move-group-to-server): do.
10614
10615         * gnus-kill.el (gnus-batch-score): do.
10616
10617         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
10618         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
10619         (gnus-group-update-group, gnus-group-read-group)
10620         (gnus-group-make-group, gnus-group-make-help-group)
10621         (gnus-group-make-archive-group, gnus-group-make-directory-group)
10622         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
10623         (gnus-group-sort-by-unread, gnus-group-catchup)
10624         (gnus-group-unsubscribe-group, gnus-group-kill-group)
10625         (gnus-group-yank-group, gnus-group-set-info)
10626         (gnus-group-list-groups): do.
10627
10628         * gnus.el (gnus-generate-new-group-name): do.
10629
10630         * gnus-delay.el (gnus-delay-send-queue): do.
10631
10632         * nnvirtual.el (nnvirtual-catchup-group): do.
10633
10634         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
10635         do.
10636
10637         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
10638         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
10639
10640         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
10641         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
10642         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
10643         (gnus-group-make-articles-read): do.
10644
10645 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10646
10647         * gnus-art.el (article-decode-mime-words, article-babel)
10648         (gnus-article-highlight-signature, gnus-article-add-buttons)
10649         (gnus-signature-toggle): Use gnus-with-article-buffer.
10650
10651         * gnus-art.el (gnus-article-highlight-headers)
10652         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
10653
10654         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
10655         (gnus-article-set-globals, gnus-request-article-this-buffer)
10656         (gnus-button-message-id, gnus-article-maybe-hide-headers)
10657         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
10658         (gnus-mime-display-alternative): Use with-current-buffer.
10659
10660 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10661
10662         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
10663         also under 80 char limit, and call gnus-error if needed.
10664         (spam-fetch-article-header): Fix - it was a
10665         buffer-local variable (gnus-newsgroup-data).
10666         (spam-find-spam): Use spam-generate-fake-headers, forget about
10667         spam-insert-fake-headers.
10668         (spam-insert-fake-headers): Remove.
10669
10670 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10671
10672         * deuglify.el (gnus-article-outlook-unwrap-lines)
10673         (gnus-outlook-rearrange-article)
10674         (gnus-outlook-repair-attribution-outlook)
10675         (gnus-outlook-repair-attribution-block)
10676         (gnus-outlook-repair-attribution-other): Remove redundant
10677         save-excursion.
10678
10679 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
10682         (spam-fetch-field-subject-fast)
10683         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
10684         (spam-fetch-article-header): Add functions to deal with Gnus
10685         internals for fast retrieval of article header data.
10686         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
10687
10688 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
10689
10690         * pop3.el (pop3-md5): Remove.
10691         (pop3-apop): Replace pop3-md5 with md5.
10692
10693         * mm-bodies.el: base64 is always built-in.
10694
10695         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
10696         with-current-buffer.
10697
10698 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * canlock.el (canlock-insert-header): Remove excessive grouping in
10701         regexp.
10702
10703         * gnus-sum.el (gnus-summary-read-document): Ditto.
10704
10705         * gnus-uu.el (gnus-uu-part-number): Ditto.
10706
10707         * html2text.el (html2text-remove-tags): Ditto.
10708         (html2text-format-tags): Ditto.
10709         (html2text-format-single-elements): Ditto.
10710
10711         * mml.el (mml-parse-1): Ditto.
10712
10713 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10714
10715         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
10716
10717         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
10718
10719         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
10720
10721         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
10722
10723 2003-11-15  Simon Josefsson  <jas@extundo.com>
10724
10725         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
10726         (pgg-gpg-lookup-key): Use regexp match instead of
10727         split-string (split-string is different between emacs 21.2 and
10728         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
10729
10730 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
10731
10732         * gnus-art.el (gnus-mime-view-all-parts)
10733         (gnus-article-part-wrapper, gnus-article-view-part): Use
10734         with-current-buffer.
10735
10736 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10737
10738         * spam.el (spam-disable-spam-split-during-ham-respool)
10739         (spam-spamoracle-database, spam-cache-lookups)
10740         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
10741         (spam-group-ham-mark-p, spam-group-spam-mark-p)
10742         (spam-group-ham-marks, spam-group-spam-marks)
10743         (spam-group-spam-contents-p, spam-group-ham-contents-p)
10744         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
10745         also add spam-use-blackholes to the statistical checks.
10746         (spam-fetch-field-fast): Add interface to fetching fields, may
10747         become a macro.
10748         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
10749         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
10750         (spam-insert-fake-headers): Fake an article when needed.
10751         (spam-find-spam): Fake article when possible.
10752         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
10753         (spam-check-bogofilter-headers): Use message-fetch-field instead
10754         of nnmail-fetch-field.
10755
10756 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
10759
10760 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * spam.el (spam-split): Do not require spam-use-CHECK to be
10763         enabled if that check is passed to spam-split explicitly; also
10764         fix so 'spam doesn't get converted to spam-split-group when
10765         spam-split-symbolic-return is t.
10766         (spam-find-spam): Find registrations of the article and use those
10767         instead of re-running spam-split to find the spam/ham
10768         classification of the article.
10769         (spam-log-processing-to-registry, spam-log-registered-p)
10770         (spam-log-unregistration-needed-p, spam-log-undo-registration):
10771         Use gnus-error instead of gnus-message.
10772         (spam-log-registration-type): Add function to determine the
10773         classification of a message based on registry entries; will
10774         return nil if both 'spam and 'ham are found.
10775         (spam-check-BBDB): Expand all the BBDB macros here so we can have
10776         a reasonably fast local cache without the loading errors.
10777         (spam-cache-lookups): Set to t by default.
10778         (spam-find-spam): Don't try to guess spam-cache-lookups.
10779         (spam-enter-whitelist, spam-enter-blacklist): Clear the
10780         spam-caches entry.
10781         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
10782         caching of whitelist/blacklist entries.
10783         (spam-check-whitelist, spam-check-blacklist): Invoke
10784         spam-from-listed-p with a type, not a cache variable.
10785         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
10786
10787 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10788
10789         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
10790
10791         * nnmail.el (nnmail-split-fancy): do.
10792
10793         * mml.el (mml-parse): do.
10794
10795         * gnus-score.el (gnus-enter-score-words-into-hashtb)
10796         (gnus-score-adaptive): do.
10797
10798 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
10801         (gnus-mime-button-map): Don't set keymap parent.
10802         (gnus-button-ctan-directory-regexp): Use shy grouping.
10803         (gnus-prev-page-map): Don't set keymap parent.
10804         (gnus-prev-page-map): Remove duplicated one.
10805         (gnus-next-page-map): Don't set keymap parent.
10806         (gnus-mime-security-button-map): Ditto.
10807
10808         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
10809         version number.
10810
10811         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
10812
10813 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * canlock.el (canlock-sha1-function): Remove.
10816         (canlock-sha1-function-for-verify): Remove.
10817         (canlock-openssl-program): Remove.
10818         (canlock-openssl-args): Remove.
10819         (canlock-ignore-errors): Remove.
10820         (canlock-sha1-with-openssl): Remove.
10821         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
10822         (canlock-verify): Don't use canlock-ignore-errors.
10823
10824         * sha1-el.el (sha1-string-external): Make it can return a string
10825         in binary form.
10826         (sha1-region-external): Ditto.
10827         (sha1-string-internal): Ditto.
10828         (sha1-region-internal): Ditto.
10829         (sha1-region): Ditto.
10830         (sha1-string): Ditto.
10831         (sha1): Ditto.
10832
10833 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * spam.el (spam-report-articles-gmane): New command.
10836
10837 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * gnus.el: Don't make unnecessary *Group* buffer when loading.
10840
10841         * run-at-time.el (run-at-time-saved): Remove.
10842         (run-at-time): Doc fix.
10843
10844 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
10845
10846         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
10847         (gnus-summary-limit-map): Add it.
10848         (gnus-summary-make-menu-bar): do.
10849
10850 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
10853         Make attempt at some caching support (done for BBDB only now).
10854         (spam-find-spam): Set spam-cache-lookups if there are more than 2
10855         addresses to be checked.
10856         (spam-clear-cache-BBDB): Add function, to be invoked by
10857         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
10858         (spam-check-BBDB): Check and use the caches, if
10859         spam-cache-lookups is on, remove superfluous (provide).
10860
10861 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
10864
10865 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
10866
10867         * run-at-time.el (run-at-time-saved): Move to after the definition
10868         of `run-at-time'.
10869
10870         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
10871
10872 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
10875         mm-w3m-local-map-property.
10876
10877         * mm-view.el (mm-w3m-mode-map): Remove.
10878         (mm-w3m-local-map-property): Remove.
10879         (mm-inline-text-html-render-with-w3m): Don't use
10880         mm-w3m-local-map-property.
10881
10882 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * run-at-time.el: New file.
10885
10886         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
10887         under Emacs.
10888
10889         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
10890         of gnus-set-text-properties.
10891
10892         * gnus-uu.el (gnus-uu-save-article): Ditto.
10893
10894         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
10895
10896         * gnus-cite.el (gnus-cite-parse): Ditto.
10897
10898         * gnus-art.el (gnus-button-push): Use set-text-properties instead
10899         of gnus-.
10900
10901         * gnus-xmas.el (run-at-time): Require run-at-time.
10902
10903         * gnus.el: Changed calls to nnheader-run-at-time and
10904         password-run-at-time throughout to use run-at-time directly.
10905
10906         * password.el: Removed definition of run-at-time.
10907
10908         * nnheaderxm.el: Remove definition of run-at-time.
10909
10910 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
10911
10912         * mml.el (mml-minibuffer-read-disposition): Show attachment type
10913         in prompt.
10914
10915 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10916
10917         * messagexmas.el (message-xmas-redefine): Alias
10918         `message-make-caesar-translation-table' to
10919         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
10920         version.
10921
10922         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
10923         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
10924         `gnus-xmas-set-text-properties'.
10925         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
10926         `gnus-xmas-completing-read'.
10927         (gnus-xmas-completing-read): Removed.
10928         (gnus-xmas-open-network-stream): Removed.
10929
10930         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
10931         XEmacs version.
10932
10933         * dns.el (dns-make-network-process): Use `open-network-stream'
10934         instead of `gnus-xmas-open-network-stream'.
10935
10936         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
10937
10938         * .cvsignore: Add auto-autoloads.el, custom-load.el.
10939
10940 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10941
10942         * gnus-art.el (gnus-mime-display-alternative)
10943         (gnus-insert-mime-button, gnus-insert-mime-security-button)
10944         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
10945         Don't use gnus-local-map-property.
10946
10947         * gnus-util.el (gnus-local-map-property): Remove.
10948
10949         * mm-view.el (mm-view-pkcs7-decrypt): Replace
10950         gnus-completing-read-maybe-default with completing-read.
10951
10952         * gnus-util.el (gnus-completing-read): do.
10953         (gnus-completing-read-maybe-default): Remove.
10954
10955 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
10956
10957         * password.el: Only autoload `run-at-time' if not XEmacs.
10958         Only autoload the itimer functions if XEmacs.
10959
10960 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
10963         XEmacsen.
10964
10965         * dgnushack.el: Autoload executable-find for XEmacs.
10966
10967 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
10968
10969         * gnus-art.el (gnus-read-string): Remove.
10970         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
10971         read-string.
10972
10973 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
10974
10975         * netrc.el: Autoload password-read.
10976         (netrc): Add configuration group.
10977         (netrc-encoding-method, netrc-openssl-path): Add
10978         variables for encoding and decoding of files with symmetric
10979         ciphers.
10980         (netrc-encode): Add assistant function to encode a file with
10981         netrc-encoding-method.
10982         (netrc-parse): Add interactive parameter, added optional
10983         decoding if netrc-encoding-method is non-nil but otherwise
10984         behavior is standard.
10985         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
10986         Do s/encode/encrypt/ everywhere.
10987
10988         * spam.el: Remove executable-find autoload.
10989
10990 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
10991
10992         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
10993
10994         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
10995
10996 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * gnus-art.el (gnus-treat-ansi-sequences,
10999         article-treat-ansi-sequences): New variable and function.
11000         Suggested by Dan Jacobson <jidanni@jidanni.org>.
11001
11002         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11003         Use it.
11004
11005 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
11006
11007         * mm-util.el (mm-quote-arg): Remove.
11008
11009         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
11010         shell-quote-argument.
11011
11012         * gnus-uu.el (gnus-uu-command): do.
11013
11014         * gnus-sum.el (gnus-summary-insert-pseudos): do.
11015
11016         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
11017         with make-char.
11018
11019         * mm-util.el (mm-make-char): Remove.
11020
11021         * mml.el (mml-mode): Replace gnus-add-minor-mode with
11022         add-minor-mode.
11023
11024         * gnus-undo.el (gnus-undo-mode): do.
11025
11026         * gnus-topic.el (gnus-topic-mode): do.
11027
11028         * gnus-sum.el (gnus-dead-summary-mode): do.
11029
11030         * gnus-start.el (gnus-slave-mode): do.
11031
11032         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
11033
11034         * gnus-ml.el (gnus-mailing-list-mode): do.
11035
11036         * gnus-gl.el (gnus-grouplens-mode): do.
11037
11038         * gnus-draft.el (gnus-draft-mode): do.
11039
11040         * gnus-dired.el (gnus-dired-mode): do.
11041
11042         * gnus-ems.el (gnus-add-minor-mode): Remove.
11043
11044         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11045         Replace gnus-char-width with char-width.
11046
11047         * gnus-ems.el (gnus-char-width): Remove.
11048
11049         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
11050         Replace gnus-char-width with char-width.
11051
11052         * gnus-ems.el (gnus-char-width): Remove.
11053
11054         * spam-stat.el (with-syntax-table): Remove with-syntax-table
11055         definition.
11056         Remove Emacs 20 hash table compatibility code.
11057
11058         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
11059         20 compatibility code.
11060
11061         * spam.el (spam-point-at-eol): Replace with point-at-eol.
11062
11063         * smime.el (smime-point-at-eol): Replace with point-at-eol.
11064
11065         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
11066         with point-at-{eol,bol}.
11067
11068         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
11069
11070         * imap.el (imap-point-at-eol): Replace with point-at-eol.
11071
11072         * flow-fill.el (fill-flowed-point-at-bol,
11073         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
11074
11075         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
11076         Replace with point-at-{eol,bol} throughout all files.
11077
11078 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * ntlm.el (ntlm-string-as-unibyte): New macro.
11081         (ntlm-build-auth-response): Use it.
11082
11083         Remove Emacs 20 stuff:
11084         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
11085         (butlast, mapc, remove): Remove the compiler macros.
11086         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
11087         of delq and copy-sequence.
11088         * gnus-art.el (popup-menu): Remove the compiler macro.
11089         * nnmail.el (nnmail-split-fancy): Don't support customizing with
11090         Emacs 20.
11091
11092 2004-01-05  Simon Josefsson  <jas@extundo.com>
11093
11094         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
11095         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
11096         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
11097         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
11098         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
11099         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
11100         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
11101         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
11102         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
11103         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
11104         ntlm-string-permute, string-lshift into ntlm-string-lshift,
11105         string-xor into ntlm-string-xor.  Suggested by
11106         Jesper Harder <harder@myrealbox.com>.
11107
11108         * ntlm.el: Don't include poem.
11109
11110         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
11111         Jesper Harder <harder@myrealbox.com>.
11112
11113         * sasl-ntlm.el, ntlm.el, md4.el: New files.
11114
11115         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
11116         probably breaks emacs with DL patch, but do we care? Is anyone
11117         still using the DL stuff?)
11118
11119         * sieve-manage.el: Use the password package.
11120         (sieve-manage-read-passwd): Remove.
11121         (sieve-manage-interactive-login): Use password.  Re-add
11122         condition-case around loop.
11123
11124         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
11125         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
11126         the password package.
11127
11128 2003-02-19  Simon Josefsson  <jas@extundo.com>
11129
11130         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
11131         token.
11132
11133 2002-08-07  Simon Josefsson  <jas@extundo.com>
11134
11135         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
11136         (sieve-manage-authenticators):
11137         (sieve-manage-authenticator-alist): Add some SASL mechs.
11138         (sieve-sasl-auth): New function.
11139         (sieve-manage-cram-md5-auth):
11140         (sieve-manage-plain-auth): Rewrite using SASL library.
11141         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
11142         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
11143         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
11144         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
11145
11146 2004-01-05  Simon Josefsson  <jas@extundo.com>
11147
11148         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
11149         New files.
11150
11151 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11152
11153         * gnus-group.el (gnus-no-groups-message): Update.
11154
11155         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
11156
11157 2003-11-09  Simon Josefsson  <jas@extundo.com>
11158
11159         * imap.el: Support for ID IMAP extension (RFC 2971).
11160         (imap-local-variables): Add imap-id.
11161         (imap-id): New variable.
11162         (imap-id): New function.
11163         (imap-parse-response): Parse untagged ID response.
11164         * nnimap.el (nnimap-id): New variable.
11165         (nnimap-open-connection): Use it.
11166
11167 2003-12-28  Simon Josefsson  <jas@extundo.com>
11168
11169         * gnus-score.el (gnus-score-edit-all-score): New.
11170         * gnus-group.el (gnus-group-score-map): Bind it to W e.
11171
11172 2004-01-04  Simon Josefsson  <jas@extundo.com>
11173
11174         * password.el: Add.
11175
11176 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
11177
11178         * dns.el: Add support for AAAA records (see RFC 3596)
11179
11180         * Fix typo PRT -> PTR
11181
11182         * Parse MX, PTR and SOA replies (see RFC 1035)
11183
11184 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11185
11186         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
11187
11188         * Moved to Changelog.2.
11189
11190 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11191
11192         * gnus.el (gnus-version-number): Bump version.
11193
11194 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11195
11196         * gnus.el: No Gnus v0.1 is released.
11197
11198 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11199
11200         * gnus.el: No Gnus v0.0 is released.
11201
11202 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11203
11204         * gnus.el (gnus-version-number): Bump.
11205         (gnus-version): No.
11206
11207 See ChangeLog.2 for earlier changes.
11208
11209     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
11210
11211   This file is part of GNU Emacs.
11212
11213   GNU Emacs is free software; you can redistribute it and/or modify
11214   it under the terms of the GNU General Public License as published by
11215   the Free Software Foundation; either version 2, or (at your option)
11216   any later version.
11217
11218   GNU Emacs is distributed in the hope that it will be useful,
11219   but WITHOUT ANY WARRANTY; without even the implied warranty of
11220   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11221   GNU General Public License for more details.
11222
11223   You should have received a copy of the GNU General Public License
11224   along with GNU Emacs; see the file COPYING.  If not, write to the
11225   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
11226   Boston, MA 02110-1301, USA.
11227
11228 ;; Local Variables:
11229 ;; coding: iso-2022-7bit
11230 ;; fill-column: 79
11231 ;; add-log-time-zone-rule: t
11232 ;; End:
11233
11234 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4